aws-sdk 2.992.0 → 2.996.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -1
- package/README.md +1 -1
- package/apis/appintegrations-2020-07-29.min.json +222 -8
- package/apis/appsync-2017-07-25.min.json +97 -77
- package/apis/connect-2017-08-08.min.json +25 -11
- package/apis/ec2-2016-11-15.min.json +25 -15
- package/apis/imagebuilder-2019-12-02.min.json +116 -82
- package/apis/license-manager-2018-08-01.min.json +186 -72
- package/apis/mediaconvert-2017-08-29.min.json +194 -83
- package/apis/mediapackage-vod-2018-11-07.min.json +3 -0
- package/apis/mediatailor-2018-04-23.min.json +198 -149
- package/apis/metadata.json +7 -0
- package/apis/models.lex.v2-2020-08-07.min.json +179 -22
- package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
- package/apis/pinpoint-2016-12-01.min.json +226 -213
- package/apis/ssm-2014-11-06.min.json +105 -100
- package/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/apis/voice-id-2021-09-27.examples.json +5 -0
- package/apis/voice-id-2021-09-27.min.json +903 -0
- package/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/apis/wafv2-2019-07-29.min.json +114 -97
- package/apis/wisdom-2020-10-19.examples.json +5 -0
- package/apis/wisdom-2020-10-19.min.json +1525 -0
- package/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/appintegrations.d.ts +273 -2
- package/clients/appsync.d.ts +35 -13
- package/clients/connect.d.ts +60 -32
- package/clients/ec2.d.ts +17 -5
- package/clients/elbv2.d.ts +7 -7
- package/clients/iam.d.ts +85 -85
- package/clients/imagebuilder.d.ts +73 -25
- package/clients/lexmodelsv2.d.ts +188 -0
- package/clients/licensemanager.d.ts +215 -42
- package/clients/mediaconvert.d.ts +154 -17
- package/clients/mediapackagevod.d.ts +4 -0
- package/clients/mediatailor.d.ts +47 -1
- package/clients/pinpoint.d.ts +24 -0
- package/clients/ssm.d.ts +40 -19
- package/clients/voiceid.d.ts +1133 -0
- package/clients/voiceid.js +18 -0
- package/clients/wafv2.d.ts +18 -0
- package/clients/wisdom.d.ts +1499 -0
- package/clients/wisdom.js +18 -0
- package/dist/aws-sdk-core-react-native.js +5 -5
- package/dist/aws-sdk-react-native.js +96 -22
- package/dist/aws-sdk.js +173 -132
- package/dist/aws-sdk.min.js +70 -70
- package/lib/config.js +1 -1
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http_request.d.ts +1 -1
- package/lib/signers/v4.js +1 -1
- package/package.json +1 -1
package/clients/connect.d.ts
CHANGED
|
@@ -108,11 +108,11 @@ declare class Connect extends Service {
|
|
|
108
108
|
*/
|
|
109
109
|
createInstance(callback?: (err: AWSError, data: Connect.Types.CreateInstanceResponse) => void): Request<Connect.Types.CreateInstanceResponse, AWSError>;
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
* Creates an AWS resource association with an Amazon Connect instance.
|
|
112
112
|
*/
|
|
113
113
|
createIntegrationAssociation(params: Connect.Types.CreateIntegrationAssociationRequest, callback?: (err: AWSError, data: Connect.Types.CreateIntegrationAssociationResponse) => void): Request<Connect.Types.CreateIntegrationAssociationResponse, AWSError>;
|
|
114
114
|
/**
|
|
115
|
-
*
|
|
115
|
+
* Creates an AWS resource association with an Amazon Connect instance.
|
|
116
116
|
*/
|
|
117
117
|
createIntegrationAssociation(callback?: (err: AWSError, data: Connect.Types.CreateIntegrationAssociationResponse) => void): Request<Connect.Types.CreateIntegrationAssociationResponse, AWSError>;
|
|
118
118
|
/**
|
|
@@ -140,11 +140,11 @@ declare class Connect extends Service {
|
|
|
140
140
|
*/
|
|
141
141
|
createRoutingProfile(callback?: (err: AWSError, data: Connect.Types.CreateRoutingProfileResponse) => void): Request<Connect.Types.CreateRoutingProfileResponse, AWSError>;
|
|
142
142
|
/**
|
|
143
|
-
* Creates a use case for an
|
|
143
|
+
* Creates a use case for an integration association.
|
|
144
144
|
*/
|
|
145
145
|
createUseCase(params: Connect.Types.CreateUseCaseRequest, callback?: (err: AWSError, data: Connect.Types.CreateUseCaseResponse) => void): Request<Connect.Types.CreateUseCaseResponse, AWSError>;
|
|
146
146
|
/**
|
|
147
|
-
* Creates a use case for an
|
|
147
|
+
* Creates a use case for an integration association.
|
|
148
148
|
*/
|
|
149
149
|
createUseCase(callback?: (err: AWSError, data: Connect.Types.CreateUseCaseResponse) => void): Request<Connect.Types.CreateUseCaseResponse, AWSError>;
|
|
150
150
|
/**
|
|
@@ -180,11 +180,11 @@ declare class Connect extends Service {
|
|
|
180
180
|
*/
|
|
181
181
|
deleteInstance(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
182
182
|
/**
|
|
183
|
-
* Deletes an
|
|
183
|
+
* Deletes an AWS resource association from an Amazon Connect instance. The association must not have any use cases associated with it.
|
|
184
184
|
*/
|
|
185
185
|
deleteIntegrationAssociation(params: Connect.Types.DeleteIntegrationAssociationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
186
186
|
/**
|
|
187
|
-
* Deletes an
|
|
187
|
+
* Deletes an AWS resource association from an Amazon Connect instance. The association must not have any use cases associated with it.
|
|
188
188
|
*/
|
|
189
189
|
deleteIntegrationAssociation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
190
190
|
/**
|
|
@@ -196,11 +196,11 @@ declare class Connect extends Service {
|
|
|
196
196
|
*/
|
|
197
197
|
deleteQuickConnect(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
198
198
|
/**
|
|
199
|
-
* Deletes a use case from an
|
|
199
|
+
* Deletes a use case from an integration association.
|
|
200
200
|
*/
|
|
201
201
|
deleteUseCase(params: Connect.Types.DeleteUseCaseRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
202
202
|
/**
|
|
203
|
-
* Deletes a use case from an
|
|
203
|
+
* Deletes a use case from an integration association.
|
|
204
204
|
*/
|
|
205
205
|
deleteUseCase(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
206
206
|
/**
|
|
@@ -476,11 +476,11 @@ declare class Connect extends Service {
|
|
|
476
476
|
*/
|
|
477
477
|
listInstances(callback?: (err: AWSError, data: Connect.Types.ListInstancesResponse) => void): Request<Connect.Types.ListInstancesResponse, AWSError>;
|
|
478
478
|
/**
|
|
479
|
-
* Provides summary information about the
|
|
479
|
+
* Provides summary information about the AWS resource associations for the specified Amazon Connect instance.
|
|
480
480
|
*/
|
|
481
481
|
listIntegrationAssociations(params: Connect.Types.ListIntegrationAssociationsRequest, callback?: (err: AWSError, data: Connect.Types.ListIntegrationAssociationsResponse) => void): Request<Connect.Types.ListIntegrationAssociationsResponse, AWSError>;
|
|
482
482
|
/**
|
|
483
|
-
* Provides summary information about the
|
|
483
|
+
* Provides summary information about the AWS resource associations for the specified Amazon Connect instance.
|
|
484
484
|
*/
|
|
485
485
|
listIntegrationAssociations(callback?: (err: AWSError, data: Connect.Types.ListIntegrationAssociationsResponse) => void): Request<Connect.Types.ListIntegrationAssociationsResponse, AWSError>;
|
|
486
486
|
/**
|
|
@@ -580,11 +580,11 @@ declare class Connect extends Service {
|
|
|
580
580
|
*/
|
|
581
581
|
listTagsForResource(callback?: (err: AWSError, data: Connect.Types.ListTagsForResourceResponse) => void): Request<Connect.Types.ListTagsForResourceResponse, AWSError>;
|
|
582
582
|
/**
|
|
583
|
-
* Lists the use cases.
|
|
583
|
+
* Lists the use cases for the integration association.
|
|
584
584
|
*/
|
|
585
585
|
listUseCases(params: Connect.Types.ListUseCasesRequest, callback?: (err: AWSError, data: Connect.Types.ListUseCasesResponse) => void): Request<Connect.Types.ListUseCasesResponse, AWSError>;
|
|
586
586
|
/**
|
|
587
|
-
* Lists the use cases.
|
|
587
|
+
* Lists the use cases for the integration association.
|
|
588
588
|
*/
|
|
589
589
|
listUseCases(callback?: (err: AWSError, data: Connect.Types.ListUseCasesResponse) => void): Request<Connect.Types.ListUseCasesResponse, AWSError>;
|
|
590
590
|
/**
|
|
@@ -628,11 +628,11 @@ declare class Connect extends Service {
|
|
|
628
628
|
*/
|
|
629
629
|
startContactRecording(callback?: (err: AWSError, data: Connect.Types.StartContactRecordingResponse) => void): Request<Connect.Types.StartContactRecordingResponse, AWSError>;
|
|
630
630
|
/**
|
|
631
|
-
* Places an outbound call to a contact, and then initiates the contact flow. It performs the actions in the contact flow that's specified (in ContactFlowId). Agents do not initiate the outbound API, which means that they do not dial the contact. If the contact flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case. There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails. UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
|
|
631
|
+
* Places an outbound call to a contact, and then initiates the contact flow. It performs the actions in the contact flow that's specified (in ContactFlowId). Agents do not initiate the outbound API, which means that they do not dial the contact. If the contact flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case. There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails. UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide. Campaign calls are not allowed by default. Before you can make a call with TrafficType = CAMPAIGN, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
|
|
632
632
|
*/
|
|
633
633
|
startOutboundVoiceContact(params: Connect.Types.StartOutboundVoiceContactRequest, callback?: (err: AWSError, data: Connect.Types.StartOutboundVoiceContactResponse) => void): Request<Connect.Types.StartOutboundVoiceContactResponse, AWSError>;
|
|
634
634
|
/**
|
|
635
|
-
* Places an outbound call to a contact, and then initiates the contact flow. It performs the actions in the contact flow that's specified (in ContactFlowId). Agents do not initiate the outbound API, which means that they do not dial the contact. If the contact flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case. There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails. UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
|
|
635
|
+
* Places an outbound call to a contact, and then initiates the contact flow. It performs the actions in the contact flow that's specified (in ContactFlowId). Agents do not initiate the outbound API, which means that they do not dial the contact. If the contact flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case. There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails. UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide. Campaign calls are not allowed by default. Before you can make a call with TrafficType = CAMPAIGN, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
|
|
636
636
|
*/
|
|
637
637
|
startOutboundVoiceContact(callback?: (err: AWSError, data: Connect.Types.StartOutboundVoiceContactResponse) => void): Request<Connect.Types.StartOutboundVoiceContactResponse, AWSError>;
|
|
638
638
|
/**
|
|
@@ -951,6 +951,16 @@ declare namespace Connect {
|
|
|
951
951
|
export type AgentStatusTypes = AgentStatusType[];
|
|
952
952
|
export type AgentUsername = string;
|
|
953
953
|
export type AliasArn = string;
|
|
954
|
+
export interface AnswerMachineDetectionConfig {
|
|
955
|
+
/**
|
|
956
|
+
* The flag to indicate if answer machine detection analysis needs to be performed for a voice call. If set to true, TrafficType must be set as CAMPAIGN.
|
|
957
|
+
*/
|
|
958
|
+
EnableAnswerMachineDetection?: Boolean;
|
|
959
|
+
/**
|
|
960
|
+
* Wait for the answering machine prompt.
|
|
961
|
+
*/
|
|
962
|
+
AwaitAnswerMachinePrompt?: Boolean;
|
|
963
|
+
}
|
|
954
964
|
export interface AssociateApprovedOriginRequest {
|
|
955
965
|
/**
|
|
956
966
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
@@ -1075,6 +1085,7 @@ declare namespace Connect {
|
|
|
1075
1085
|
export type Boolean = boolean;
|
|
1076
1086
|
export type BotName = string;
|
|
1077
1087
|
export type BucketName = string;
|
|
1088
|
+
export type CampaignId = string;
|
|
1078
1089
|
export type Channel = "VOICE"|"CHAT"|"TASK"|string;
|
|
1079
1090
|
export type Channels = Channel[];
|
|
1080
1091
|
export type ChatContent = string;
|
|
@@ -1308,17 +1319,17 @@ declare namespace Connect {
|
|
|
1308
1319
|
*/
|
|
1309
1320
|
IntegrationArn: ARN;
|
|
1310
1321
|
/**
|
|
1311
|
-
* The URL for the external application.
|
|
1322
|
+
* The URL for the external application. This field is only required for the EVENT integration type.
|
|
1312
1323
|
*/
|
|
1313
|
-
SourceApplicationUrl
|
|
1324
|
+
SourceApplicationUrl?: URI;
|
|
1314
1325
|
/**
|
|
1315
|
-
* The name of the external application.
|
|
1326
|
+
* The name of the external application. This field is only required for the EVENT integration type.
|
|
1316
1327
|
*/
|
|
1317
|
-
SourceApplicationName
|
|
1328
|
+
SourceApplicationName?: SourceApplicationName;
|
|
1318
1329
|
/**
|
|
1319
|
-
* The type of the data source.
|
|
1330
|
+
* The type of the data source. This field is only required for the EVENT integration type.
|
|
1320
1331
|
*/
|
|
1321
|
-
SourceType
|
|
1332
|
+
SourceType?: SourceType;
|
|
1322
1333
|
/**
|
|
1323
1334
|
* One or more tags.
|
|
1324
1335
|
*/
|
|
@@ -1326,7 +1337,7 @@ declare namespace Connect {
|
|
|
1326
1337
|
}
|
|
1327
1338
|
export interface CreateIntegrationAssociationResponse {
|
|
1328
1339
|
/**
|
|
1329
|
-
* The identifier for the association.
|
|
1340
|
+
* The identifier for the integration association.
|
|
1330
1341
|
*/
|
|
1331
1342
|
IntegrationAssociationId?: IntegrationAssociationId;
|
|
1332
1343
|
/**
|
|
@@ -1456,11 +1467,11 @@ declare namespace Connect {
|
|
|
1456
1467
|
*/
|
|
1457
1468
|
InstanceId: InstanceId;
|
|
1458
1469
|
/**
|
|
1459
|
-
* The identifier for the
|
|
1470
|
+
* The identifier for the integration association.
|
|
1460
1471
|
*/
|
|
1461
1472
|
IntegrationAssociationId: IntegrationAssociationId;
|
|
1462
1473
|
/**
|
|
1463
|
-
* The type of use case to associate to the
|
|
1474
|
+
* The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
|
|
1464
1475
|
*/
|
|
1465
1476
|
UseCaseType: UseCaseType;
|
|
1466
1477
|
/**
|
|
@@ -1629,7 +1640,7 @@ declare namespace Connect {
|
|
|
1629
1640
|
*/
|
|
1630
1641
|
InstanceId: InstanceId;
|
|
1631
1642
|
/**
|
|
1632
|
-
* The identifier for the
|
|
1643
|
+
* The identifier for the integration association.
|
|
1633
1644
|
*/
|
|
1634
1645
|
IntegrationAssociationId: IntegrationAssociationId;
|
|
1635
1646
|
}
|
|
@@ -1649,7 +1660,7 @@ declare namespace Connect {
|
|
|
1649
1660
|
*/
|
|
1650
1661
|
InstanceId: InstanceId;
|
|
1651
1662
|
/**
|
|
1652
|
-
* The identifier for the
|
|
1663
|
+
* The identifier for the integration association.
|
|
1653
1664
|
*/
|
|
1654
1665
|
IntegrationAssociationId: IntegrationAssociationId;
|
|
1655
1666
|
/**
|
|
@@ -1985,7 +1996,7 @@ declare namespace Connect {
|
|
|
1985
1996
|
*/
|
|
1986
1997
|
EncryptionType: EncryptionType;
|
|
1987
1998
|
/**
|
|
1988
|
-
* The
|
|
1999
|
+
* The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.
|
|
1989
2000
|
*/
|
|
1990
2001
|
KeyId: KeyId;
|
|
1991
2002
|
}
|
|
@@ -2032,7 +2043,7 @@ declare namespace Connect {
|
|
|
2032
2043
|
*/
|
|
2033
2044
|
Groupings?: Groupings;
|
|
2034
2045
|
/**
|
|
2035
|
-
* The metrics to retrieve. Specify the name and unit for each metric. The following metrics are available. For a description of all the metrics, see Real-time Metrics Definitions in the Amazon Connect Administrator Guide. AGENTS_AFTER_CONTACT_WORK Unit: COUNT Name in real-time metrics report: ACW AGENTS_AVAILABLE Unit: COUNT Name in real-time metrics report: Available AGENTS_ERROR Unit: COUNT Name in real-time metrics report: Error AGENTS_NON_PRODUCTIVE Unit: COUNT Name in real-time metrics report: NPT (Non-Productive Time) AGENTS_ON_CALL Unit: COUNT Name in real-time metrics report: On contact AGENTS_ON_CONTACT Unit: COUNT Name in real-time metrics report: On contact AGENTS_ONLINE Unit: COUNT Name in real-time metrics report: Online AGENTS_STAFFED Unit: COUNT Name in real-time metrics report: Staffed CONTACTS_IN_QUEUE Unit: COUNT Name in real-time metrics report: In queue CONTACTS_SCHEDULED Unit: COUNT Name in real-time metrics report: Scheduled OLDEST_CONTACT_AGE Unit: SECONDS When you use groupings, Unit says SECONDS but the Value is returned in MILLISECONDS. For example, if you get a response like this: { "Metric": { "Name": "OLDEST_CONTACT_AGE", "Unit": "SECONDS" }, "Value": 24113.0 } The actual OLDEST_CONTACT_AGE is 24 seconds. Name in real-time metrics report: Oldest SLOTS_ACTIVE Unit: COUNT Name in real-time metrics report: Active SLOTS_AVAILABLE Unit: COUNT Name in real-time metrics report: Availability
|
|
2046
|
+
* The metrics to retrieve. Specify the name and unit for each metric. The following metrics are available. For a description of all the metrics, see Real-time Metrics Definitions in the Amazon Connect Administrator Guide. AGENTS_AFTER_CONTACT_WORK Unit: COUNT Name in real-time metrics report: ACW AGENTS_AVAILABLE Unit: COUNT Name in real-time metrics report: Available AGENTS_ERROR Unit: COUNT Name in real-time metrics report: Error AGENTS_NON_PRODUCTIVE Unit: COUNT Name in real-time metrics report: NPT (Non-Productive Time) AGENTS_ON_CALL Unit: COUNT Name in real-time metrics report: On contact AGENTS_ON_CONTACT Unit: COUNT Name in real-time metrics report: On contact AGENTS_ONLINE Unit: COUNT Name in real-time metrics report: Online AGENTS_STAFFED Unit: COUNT Name in real-time metrics report: Staffed CONTACTS_IN_QUEUE Unit: COUNT Name in real-time metrics report: In queue CONTACTS_SCHEDULED Unit: COUNT Name in real-time metrics report: Scheduled OLDEST_CONTACT_AGE Unit: SECONDS When you use groupings, Unit says SECONDS and the Value is returned in SECONDS. When you do not use groupings, Unit says SECONDS but the Value is returned in MILLISECONDS. For example, if you get a response like this: { "Metric": { "Name": "OLDEST_CONTACT_AGE", "Unit": "SECONDS" }, "Value": 24113.0 } The actual OLDEST_CONTACT_AGE is 24 seconds. Name in real-time metrics report: Oldest SLOTS_ACTIVE Unit: COUNT Name in real-time metrics report: Active SLOTS_AVAILABLE Unit: COUNT Name in real-time metrics report: Availability
|
|
2036
2047
|
*/
|
|
2037
2048
|
CurrentMetrics: CurrentMetrics;
|
|
2038
2049
|
/**
|
|
@@ -2517,7 +2528,7 @@ declare namespace Connect {
|
|
|
2517
2528
|
SourceType?: SourceType;
|
|
2518
2529
|
}
|
|
2519
2530
|
export type IntegrationAssociationSummaryList = IntegrationAssociationSummary[];
|
|
2520
|
-
export type IntegrationType = "EVENT"|string;
|
|
2531
|
+
export type IntegrationType = "EVENT"|"VOICE_ID"|"PINPOINT_APP"|"WISDOM_ASSISTANT"|"WISDOM_KNOWLEDGE_BASE"|string;
|
|
2521
2532
|
export type KeyId = string;
|
|
2522
2533
|
export interface KinesisFirehoseConfig {
|
|
2523
2534
|
/**
|
|
@@ -2781,6 +2792,10 @@ declare namespace Connect {
|
|
|
2781
2792
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
2782
2793
|
*/
|
|
2783
2794
|
InstanceId: InstanceId;
|
|
2795
|
+
/**
|
|
2796
|
+
*
|
|
2797
|
+
*/
|
|
2798
|
+
IntegrationType?: IntegrationType;
|
|
2784
2799
|
/**
|
|
2785
2800
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
2786
2801
|
*/
|
|
@@ -2792,7 +2807,7 @@ declare namespace Connect {
|
|
|
2792
2807
|
}
|
|
2793
2808
|
export interface ListIntegrationAssociationsResponse {
|
|
2794
2809
|
/**
|
|
2795
|
-
* The
|
|
2810
|
+
* The associations.
|
|
2796
2811
|
*/
|
|
2797
2812
|
IntegrationAssociationSummaryList?: IntegrationAssociationSummaryList;
|
|
2798
2813
|
/**
|
|
@@ -3706,6 +3721,18 @@ declare namespace Connect {
|
|
|
3706
3721
|
* A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in contact flows just like any other contact attributes. There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only alphanumeric, dash, and underscore characters.
|
|
3707
3722
|
*/
|
|
3708
3723
|
Attributes?: Attributes;
|
|
3724
|
+
/**
|
|
3725
|
+
* Configuration of the answering machine detection for this outbound call.
|
|
3726
|
+
*/
|
|
3727
|
+
AnswerMachineDetectionConfig?: AnswerMachineDetectionConfig;
|
|
3728
|
+
/**
|
|
3729
|
+
* The campaign identifier of the outbound communication.
|
|
3730
|
+
*/
|
|
3731
|
+
CampaignId?: CampaignId;
|
|
3732
|
+
/**
|
|
3733
|
+
* Denotes the class of traffic. Calls with different traffic types are handled differently by Amazon Connect. The default value is GENERAL. Use CAMPAIGN if EnableAnswerMachineDetection is set to true. For all other cases, use GENERAL.
|
|
3734
|
+
*/
|
|
3735
|
+
TrafficType?: TrafficType;
|
|
3709
3736
|
}
|
|
3710
3737
|
export interface StartOutboundVoiceContactResponse {
|
|
3711
3738
|
/**
|
|
@@ -3827,6 +3854,7 @@ declare namespace Connect {
|
|
|
3827
3854
|
export type ThresholdValue = number;
|
|
3828
3855
|
export type TimeZone = string;
|
|
3829
3856
|
export type Timestamp = Date;
|
|
3857
|
+
export type TrafficType = "GENERAL"|"CAMPAIGN"|string;
|
|
3830
3858
|
export type URI = string;
|
|
3831
3859
|
export type Unit = "SECONDS"|"COUNT"|"PERCENT"|string;
|
|
3832
3860
|
export interface UntagResourceRequest {
|
|
@@ -3951,7 +3979,7 @@ declare namespace Connect {
|
|
|
3951
3979
|
*/
|
|
3952
3980
|
InstanceId: InstanceId;
|
|
3953
3981
|
/**
|
|
3954
|
-
* The type of attribute.
|
|
3982
|
+
* The type of attribute. Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact AWS Support for allowlisting.
|
|
3955
3983
|
*/
|
|
3956
3984
|
AttributeType: InstanceAttributeType;
|
|
3957
3985
|
/**
|
|
@@ -4245,13 +4273,13 @@ declare namespace Connect {
|
|
|
4245
4273
|
*/
|
|
4246
4274
|
UseCaseArn?: ARN;
|
|
4247
4275
|
/**
|
|
4248
|
-
* The type of use case to associate to the
|
|
4276
|
+
* The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
|
|
4249
4277
|
*/
|
|
4250
4278
|
UseCaseType?: UseCaseType;
|
|
4251
4279
|
}
|
|
4252
4280
|
export type UseCaseId = string;
|
|
4253
4281
|
export type UseCaseSummaryList = UseCase[];
|
|
4254
|
-
export type UseCaseType = "RULES_EVALUATION"|string;
|
|
4282
|
+
export type UseCaseType = "RULES_EVALUATION"|"CONNECT_CAMPAIGNS"|string;
|
|
4255
4283
|
export interface User {
|
|
4256
4284
|
/**
|
|
4257
4285
|
* The identifier of the user account.
|
package/clients/ec2.d.ts
CHANGED
|
@@ -3069,11 +3069,11 @@ declare class EC2 extends Service {
|
|
|
3069
3069
|
*/
|
|
3070
3070
|
modifyInstanceMetadataOptions(callback?: (err: AWSError, data: EC2.Types.ModifyInstanceMetadataOptionsResult) => void): Request<EC2.Types.ModifyInstanceMetadataOptionsResult, AWSError>;
|
|
3071
3071
|
/**
|
|
3072
|
-
* Modifies the placement attributes for a specified instance. You can do the following: Modify the affinity between an instance and a Dedicated Host. When affinity is set to host and the instance is not associated with a specific Dedicated Host, the next time the instance is launched, it is automatically associated with the host on which it lands. If the instance is restarted or rebooted, this relationship persists. Change the Dedicated Host with which an instance is associated. Change the instance tenancy of an instance
|
|
3072
|
+
* Modifies the placement attributes for a specified instance. You can do the following: Modify the affinity between an instance and a Dedicated Host. When affinity is set to host and the instance is not associated with a specific Dedicated Host, the next time the instance is launched, it is automatically associated with the host on which it lands. If the instance is restarted or rebooted, this relationship persists. Change the Dedicated Host with which an instance is associated. Change the instance tenancy of an instance. Move an instance to or from a placement group. At least one attribute for affinity, host ID, tenancy, or placement group name must be specified in the request. Affinity and tenancy can be modified in the same request. To modify the host ID, tenancy, placement group, or partition for an instance, the instance must be in the stopped state.
|
|
3073
3073
|
*/
|
|
3074
3074
|
modifyInstancePlacement(params: EC2.Types.ModifyInstancePlacementRequest, callback?: (err: AWSError, data: EC2.Types.ModifyInstancePlacementResult) => void): Request<EC2.Types.ModifyInstancePlacementResult, AWSError>;
|
|
3075
3075
|
/**
|
|
3076
|
-
* Modifies the placement attributes for a specified instance. You can do the following: Modify the affinity between an instance and a Dedicated Host. When affinity is set to host and the instance is not associated with a specific Dedicated Host, the next time the instance is launched, it is automatically associated with the host on which it lands. If the instance is restarted or rebooted, this relationship persists. Change the Dedicated Host with which an instance is associated. Change the instance tenancy of an instance
|
|
3076
|
+
* Modifies the placement attributes for a specified instance. You can do the following: Modify the affinity between an instance and a Dedicated Host. When affinity is set to host and the instance is not associated with a specific Dedicated Host, the next time the instance is launched, it is automatically associated with the host on which it lands. If the instance is restarted or rebooted, this relationship persists. Change the Dedicated Host with which an instance is associated. Change the instance tenancy of an instance. Move an instance to or from a placement group. At least one attribute for affinity, host ID, tenancy, or placement group name must be specified in the request. Affinity and tenancy can be modified in the same request. To modify the host ID, tenancy, placement group, or partition for an instance, the instance must be in the stopped state.
|
|
3077
3077
|
*/
|
|
3078
3078
|
modifyInstancePlacement(callback?: (err: AWSError, data: EC2.Types.ModifyInstancePlacementResult) => void): Request<EC2.Types.ModifyInstancePlacementResult, AWSError>;
|
|
3079
3079
|
/**
|
|
@@ -17990,7 +17990,7 @@ declare namespace EC2 {
|
|
|
17990
17990
|
*/
|
|
17991
17991
|
HibernationOptions?: HibernationOptions;
|
|
17992
17992
|
/**
|
|
17993
|
-
* The license configurations.
|
|
17993
|
+
* The license configurations for the instance.
|
|
17994
17994
|
*/
|
|
17995
17995
|
Licenses?: LicenseList;
|
|
17996
17996
|
/**
|
|
@@ -18005,6 +18005,18 @@ declare namespace EC2 {
|
|
|
18005
18005
|
* The boot mode of the instance. For more information, see Boot modes in the Amazon EC2 User Guide.
|
|
18006
18006
|
*/
|
|
18007
18007
|
BootMode?: BootModeValues;
|
|
18008
|
+
/**
|
|
18009
|
+
* The platform details value for the instance. For more information, see AMI billing information fields in the Amazon EC2 User Guide.
|
|
18010
|
+
*/
|
|
18011
|
+
PlatformDetails?: String;
|
|
18012
|
+
/**
|
|
18013
|
+
* The usage operation value for the instance. For more information, see AMI billing information fields in the Amazon EC2 User Guide.
|
|
18014
|
+
*/
|
|
18015
|
+
UsageOperation?: String;
|
|
18016
|
+
/**
|
|
18017
|
+
* The time that the usage operation was last updated.
|
|
18018
|
+
*/
|
|
18019
|
+
UsageOperationUpdateTime?: MillisecondDateTime;
|
|
18008
18020
|
}
|
|
18009
18021
|
export interface InstanceAttribute {
|
|
18010
18022
|
/**
|
|
@@ -20857,7 +20869,7 @@ declare namespace EC2 {
|
|
|
20857
20869
|
*/
|
|
20858
20870
|
InstanceId: InstanceId;
|
|
20859
20871
|
/**
|
|
20860
|
-
* The tenancy for the instance.
|
|
20872
|
+
* The tenancy for the instance. For T3 instances, you can't change the tenancy from dedicated to host, or from host to dedicated. Attempting to make one of these unsupported tenancy changes results in the InvalidTenancy error code.
|
|
20861
20873
|
*/
|
|
20862
20874
|
Tenancy?: HostTenancy;
|
|
20863
20875
|
/**
|
|
@@ -22672,7 +22684,7 @@ declare namespace EC2 {
|
|
|
22672
22684
|
/**
|
|
22673
22685
|
* The name of the placement group the instance is in.
|
|
22674
22686
|
*/
|
|
22675
|
-
GroupName?:
|
|
22687
|
+
GroupName?: PlacementGroupName;
|
|
22676
22688
|
/**
|
|
22677
22689
|
* The number of the partition the instance is in. Valid only if the placement group strategy is set to partition. This parameter is not supported by CreateFleet.
|
|
22678
22690
|
*/
|
package/clients/elbv2.d.ts
CHANGED
|
@@ -690,7 +690,7 @@ declare namespace ELBv2 {
|
|
|
690
690
|
*/
|
|
691
691
|
HealthCheckPort?: HealthCheckPort;
|
|
692
692
|
/**
|
|
693
|
-
* Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or
|
|
693
|
+
* Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.
|
|
694
694
|
*/
|
|
695
695
|
HealthCheckEnabled?: HealthCheckEnabled;
|
|
696
696
|
/**
|
|
@@ -718,7 +718,7 @@ declare namespace ELBv2 {
|
|
|
718
718
|
*/
|
|
719
719
|
Matcher?: Matcher;
|
|
720
720
|
/**
|
|
721
|
-
* The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type. instance - Register targets by instance ID. This is the default value. ip - Register targets by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses. lambda - Register a single Lambda function as a target.
|
|
721
|
+
* The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type. instance - Register targets by instance ID. This is the default value. ip - Register targets by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses. lambda - Register a single Lambda function as a target. alb - Register a single Application Load Balancer as a target.
|
|
722
722
|
*/
|
|
723
723
|
TargetType?: TargetTypeEnum;
|
|
724
724
|
/**
|
|
@@ -1702,15 +1702,15 @@ declare namespace ELBv2 {
|
|
|
1702
1702
|
export type TagValue = string;
|
|
1703
1703
|
export interface TargetDescription {
|
|
1704
1704
|
/**
|
|
1705
|
-
* The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.
|
|
1705
|
+
* The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function. If the target type is alb, specify the ARN of the Application Load Balancer target.
|
|
1706
1706
|
*/
|
|
1707
1707
|
Id: TargetId;
|
|
1708
1708
|
/**
|
|
1709
|
-
* The port on which the target is listening. If the target group protocol is GENEVE, the supported port is 6081. Not used if the target is a Lambda function.
|
|
1709
|
+
* The port on which the target is listening. If the target group protocol is GENEVE, the supported port is 6081. If the target type is alb, the targeted Application Load Balancer must have at least one listener whose port matches the target group port. Not used if the target is a Lambda function.
|
|
1710
1710
|
*/
|
|
1711
1711
|
Port?: Port;
|
|
1712
1712
|
/**
|
|
1713
|
-
* An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer. This parameter is not supported if the target type of the target group is instance. If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required. With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all. If the target type is lambda, this parameter is optional and the only supported value is all.
|
|
1713
|
+
* An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer. This parameter is not supported if the target type of the target group is instance or alb. If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required. With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all. If the target type is lambda, this parameter is optional and the only supported value is all.
|
|
1714
1714
|
*/
|
|
1715
1715
|
AvailabilityZone?: ZoneName;
|
|
1716
1716
|
}
|
|
@@ -1777,7 +1777,7 @@ declare namespace ELBv2 {
|
|
|
1777
1777
|
*/
|
|
1778
1778
|
LoadBalancerArns?: LoadBalancerArns;
|
|
1779
1779
|
/**
|
|
1780
|
-
* The type of target that you must specify when registering targets with this target group. The possible values are instance (register targets by instance ID), ip (register targets by IP address),
|
|
1780
|
+
* The type of target that you must specify when registering targets with this target group. The possible values are instance (register targets by instance ID), ip (register targets by IP address), lambda (register a single Lambda function as a target), or alb (register a single Application Load Balancer as a target).
|
|
1781
1781
|
*/
|
|
1782
1782
|
TargetType?: TargetTypeEnum;
|
|
1783
1783
|
/**
|
|
@@ -1859,7 +1859,7 @@ declare namespace ELBv2 {
|
|
|
1859
1859
|
export type TargetHealthReasonEnum = "Elb.RegistrationInProgress"|"Elb.InitialHealthChecking"|"Target.ResponseCodeMismatch"|"Target.Timeout"|"Target.FailedHealthChecks"|"Target.NotRegistered"|"Target.NotInUse"|"Target.DeregistrationInProgress"|"Target.InvalidState"|"Target.IpUnusable"|"Target.HealthCheckDisabled"|"Elb.InternalError"|string;
|
|
1860
1860
|
export type TargetHealthStateEnum = "initial"|"healthy"|"unhealthy"|"unused"|"draining"|"unavailable"|string;
|
|
1861
1861
|
export type TargetId = string;
|
|
1862
|
-
export type TargetTypeEnum = "instance"|"ip"|"lambda"|string;
|
|
1862
|
+
export type TargetTypeEnum = "instance"|"ip"|"lambda"|"alb"|string;
|
|
1863
1863
|
export type VpcId = string;
|
|
1864
1864
|
export type ZoneName = string;
|
|
1865
1865
|
/**
|