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

5 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_PutObjectLockConfiguration.go#L31: func (c *Client) PutObjectLockConfiguration(ctx context.Context, params *PutObjectLockConfigurationInput, optFns ...func(*Options)) (*PutObjectLockConfigurationOutput, error) {
		api_op_PutObjectLockConfiguration.go#L41: 	out := result.(*PutObjectLockConfigurationOutput)
		api_op_PutObjectLockConfiguration.go#L91: type PutObjectLockConfigurationOutput struct {
		deserializers.go#L11054: 	output := &PutObjectLockConfigurationOutput{}
		deserializers.go#L11105: func awsRestxml_deserializeOpHttpBindingsPutObjectLockConfigurationOutput(v *PutObjectLockConfigurationOutput, response *smithyhttp.Response) error {