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

8 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_GetObjectLegalHold.go#L22: func (c *Client) GetObjectLegalHold(ctx context.Context, params *GetObjectLegalHoldInput, optFns ...func(*Options)) (*GetObjectLegalHoldOutput, error) {
		api_op_GetObjectLegalHold.go#L24: 		params = &GetObjectLegalHoldInput{}
		api_op_GetObjectLegalHold.go#L37: type GetObjectLegalHoldInput struct {
		api_op_GetObjectLegalHold.go#L175: 	in := input.(*GetObjectLegalHoldInput)
		serializers.go#L3649: 	input, ok := in.Parameters.(*GetObjectLegalHoldInput)
		serializers.go#L3675: func awsRestxml_serializeOpHttpBindingsGetObjectLegalHoldInput(v *GetObjectLegalHoldInput, encoder *httpbinding.Encoder) error {
		validators.go#L923: 	input, ok := in.Parameters.(*GetObjectLegalHoldInput)
		validators.go#L4577: func validateOpGetObjectLegalHoldInput(v *GetObjectLegalHoldInput) error {