Skip to content

Commit

Permalink
feat(client-connect): Updated the CreateIntegrationAssociation API to…
Browse files Browse the repository at this point in the history
… support the CASES_DOMAIN IntegrationType.
  • Loading branch information
awstools committed Oct 4, 2022
1 parent 424c2a5 commit b544ac0
Show file tree
Hide file tree
Showing 2 changed files with 2,934 additions and 2,102 deletions.
1 change: 1 addition & 0 deletions clients/client-connect/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1220,6 +1220,7 @@ export interface CreateInstanceResponse {
}

export enum IntegrationType {
CASES_DOMAIN = "CASES_DOMAIN",
EVENT = "EVENT",
PINPOINT_APP = "PINPOINT_APP",
VOICE_ID = "VOICE_ID",
Expand Down
Loading

0 comments on commit b544ac0

Please sign in to comment.