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

7 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L2683: type ObjectLockConfiguration struct {

	github.com/aws/aws-sdk-go-v2/service/s3
		api_op_GetObjectLockConfiguration.go#L65: 	ObjectLockConfiguration *types.ObjectLockConfiguration
		api_op_PutObjectLockConfiguration.go#L75: 	ObjectLockConfiguration *types.ObjectLockConfiguration
		deserializers.go#L18512: func awsRestxml_deserializeDocumentObjectLockConfiguration(v **types.ObjectLockConfiguration, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L18516: 	var sv *types.ObjectLockConfiguration
		deserializers.go#L18518: 		sv = &types.ObjectLockConfiguration{}
		serializers.go#L11027: func awsRestxml_serializeDocumentObjectLockConfiguration(v *types.ObjectLockConfiguration, value smithyxml.Value) error {