Skip to content

Commit

Permalink
feat(client-connect): This release updates these APIs: UpdateInstance…
Browse files Browse the repository at this point in the history
…Attribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable High volume outbound communications using attribute type HIGH_VOLUME_OUTBOUND on the specified Amazon Connect instance.
  • Loading branch information
awstools committed Jun 17, 2022
1 parent 324a693 commit 71bbaca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 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 @@ -3781,6 +3781,7 @@ export enum InstanceAttributeType {
CONTACTFLOW_LOGS = "CONTACTFLOW_LOGS",
CONTACT_LENS = "CONTACT_LENS",
EARLY_MEDIA = "EARLY_MEDIA",
HIGH_VOLUME_OUTBOUND = "HIGH_VOLUME_OUTBOUND",
INBOUND_CALLS = "INBOUND_CALLS",
MULTI_PARTY_CONFERENCE = "MULTI_PARTY_CONFERENCE",
OUTBOUND_CALLS = "OUTBOUND_CALLS",
Expand Down
4 changes: 4 additions & 0 deletions codegen/sdk-codegen/aws-models/connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -8420,6 +8420,10 @@
{
"value": "MULTI_PARTY_CONFERENCE",
"name": "MULTI_PARTY_CONFERENCE"
},
{
"value": "HIGH_VOLUME_OUTBOUND",
"name": "HIGH_VOLUME_OUTBOUND"
}
]
}
Expand Down

0 comments on commit 71bbaca

Please sign in to comment.