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

8 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#L27: 		params = &GetBucketLoggingInput{}
		api_op_GetBucketLogging.go#L40: type GetBucketLoggingInput struct {
		api_op_GetBucketLogging.go#L157: 	in := input.(*GetBucketLoggingInput)
		serializers.go#L2597: 	input, ok := in.Parameters.(*GetBucketLoggingInput)
		serializers.go#L2623: func awsRestxml_serializeOpHttpBindingsGetBucketLoggingInput(v *GetBucketLoggingInput, encoder *httpbinding.Encoder) error {
		validators.go#L643: 	input, ok := in.Parameters.(*GetBucketLoggingInput)
		validators.go#L4352: func validateOpGetBucketLoggingInput(v *GetBucketLoggingInput) error {