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

7 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_GetBucketLogging.go#L25: func (c *Client) GetBucketLogging(ctx context.Context, params *GetBucketLoggingInput, optFns ...func(*Options)) (*GetBucketLoggingOutput, error) {
		api_op_GetBucketLogging.go#L35: 	out := result.(*GetBucketLoggingOutput)
		api_op_GetBucketLogging.go#L55: type GetBucketLoggingOutput struct {
		deserializers.go#L3640: 	output := &GetBucketLoggingOutput{}
		deserializers.go#L3714: func awsRestxml_deserializeOpDocumentGetBucketLoggingOutput(v **GetBucketLoggingOutput, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L3718: 	var sv *GetBucketLoggingOutput
		deserializers.go#L3720: 		sv = &GetBucketLoggingOutput{}