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

7 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L1767: type ExistingObjectReplication struct {
		types.go#L3175: 	ExistingObjectReplication *ExistingObjectReplication

	github.com/aws/aws-sdk-go-v2/service/s3
		deserializers.go#L15121: func awsRestxml_deserializeDocumentExistingObjectReplication(v **types.ExistingObjectReplication, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L15125: 	var sv *types.ExistingObjectReplication
		deserializers.go#L15127: 		sv = &types.ExistingObjectReplication{}
		serializers.go#L9577: func awsRestxml_serializeDocumentExistingObjectReplication(v *types.ExistingObjectReplication, value smithyxml.Value) error {
		validators.go#L2527: func validateExistingObjectReplication(v *types.ExistingObjectReplication) error {