type github.com/aws/aws-sdk-go-v2/service/s3/types.LoggingEnabled

8 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L214: 	LoggingEnabled *LoggingEnabled
		types.go#L2351: type LoggingEnabled struct {

	github.com/aws/aws-sdk-go-v2/service/s3
		api_op_GetBucketLogging.go#L61: 	LoggingEnabled *types.LoggingEnabled
		deserializers.go#L17294: func awsRestxml_deserializeDocumentLoggingEnabled(v **types.LoggingEnabled, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L17298: 	var sv *types.LoggingEnabled
		deserializers.go#L17300: 		sv = &types.LoggingEnabled{}
		serializers.go#L10607: func awsRestxml_serializeDocumentLoggingEnabled(v *types.LoggingEnabled, value smithyxml.Value) error {
		validators.go#L2929: func validateLoggingEnabled(v *types.LoggingEnabled) error {