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

7 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L2403: 	EventThreshold *ReplicationTimeValue
		types.go#L3301: 	Time *ReplicationTimeValue
		types.go#L3308: type ReplicationTimeValue struct {

	github.com/aws/aws-sdk-go-v2/service/s3
		deserializers.go#L20541: func awsRestxml_deserializeDocumentReplicationTimeValue(v **types.ReplicationTimeValue, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L20545: 	var sv *types.ReplicationTimeValue
		deserializers.go#L20547: 		sv = &types.ReplicationTimeValue{}
		serializers.go#L11730: func awsRestxml_serializeDocumentReplicationTimeValue(v *types.ReplicationTimeValue, value smithyxml.Value) error {