Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aws_api/services/codecommit@2015-04-13/mod.ts>ReplacementTypeEnum

From-scratch Typescript client for accessing AWS APIs
Go to Latest
type alias ReplacementTypeEnum
import { type ReplacementTypeEnum } from "https://deno.land/x/aws_api@v0.1.0/services/codecommit@2015-04-13/mod.ts";
definition:
| "KEEP_BASE"
| "KEEP_SOURCE"
| "KEEP_DESTINATION"
| "USE_NEW_CONTENT"