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

8 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_GetBucketLocation.go#L37: func (c *Client) GetBucketLocation(ctx context.Context, params *GetBucketLocationInput, optFns ...func(*Options)) (*GetBucketLocationOutput, error) {
		api_op_GetBucketLocation.go#L47: 	out := result.(*GetBucketLocationOutput)
		api_op_GetBucketLocation.go#L67: type GetBucketLocationOutput struct {
		api_op_GetBucketLocation.go#L182: 	output := &GetBucketLocationOutput{}
		deserializers.go#L3494: 	output := &GetBucketLocationOutput{}
		deserializers.go#L3568: func awsRestxml_deserializeOpDocumentGetBucketLocationOutput(v **GetBucketLocationOutput, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L3572: 	var sv *GetBucketLocationOutput
		deserializers.go#L3574: 		sv = &GetBucketLocationOutput{}