aws-sdk 2.995.0 → 2.999.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.
Files changed (69) hide show
  1. package/CHANGELOG.md +28 -1
  2. package/README.md +1 -1
  3. package/apis/account-2021-02-01.examples.json +5 -0
  4. package/apis/account-2021-02-01.min.json +123 -0
  5. package/apis/account-2021-02-01.paginators.json +4 -0
  6. package/apis/amp-2020-08-01.min.json +442 -11
  7. package/apis/amp-2020-08-01.paginators.json +6 -0
  8. package/apis/amp-2020-08-01.waiters2.json +43 -0
  9. package/apis/appintegrations-2020-07-29.min.json +222 -8
  10. package/apis/apprunner-2020-05-15.min.json +10 -10
  11. package/apis/cloudcontrol-2021-09-30.examples.json +5 -0
  12. package/apis/cloudcontrol-2021-09-30.min.json +271 -0
  13. package/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
  14. package/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
  15. package/apis/connect-2017-08-08.min.json +25 -11
  16. package/apis/dataexchange-2017-07-25.min.json +277 -38
  17. package/apis/dataexchange-2017-07-25.paginators.json +6 -0
  18. package/apis/lambda-2015-03-31.min.json +79 -42
  19. package/apis/macie2-2020-01-01.min.json +79 -67
  20. package/apis/metadata.json +13 -0
  21. package/apis/network-firewall-2020-11-12.min.json +65 -31
  22. package/apis/pinpoint-2016-12-01.min.json +226 -213
  23. package/apis/sesv2-2019-09-27.min.json +72 -70
  24. package/apis/ssm-2014-11-06.min.json +3 -0
  25. package/apis/synthetics-2017-10-11.min.json +39 -9
  26. package/apis/voice-id-2021-09-27.examples.json +5 -0
  27. package/apis/voice-id-2021-09-27.min.json +903 -0
  28. package/apis/voice-id-2021-09-27.paginators.json +24 -0
  29. package/apis/wisdom-2020-10-19.examples.json +5 -0
  30. package/apis/wisdom-2020-10-19.min.json +1525 -0
  31. package/apis/wisdom-2020-10-19.paginators.json +46 -0
  32. package/apis/workmail-2017-10-01.min.json +139 -27
  33. package/apis/workmail-2017-10-01.paginators.json +5 -0
  34. package/apis/workspaces-2015-04-08.min.json +83 -50
  35. package/clients/account.d.ts +136 -0
  36. package/clients/account.js +18 -0
  37. package/clients/all.d.ts +4 -0
  38. package/clients/all.js +5 -1
  39. package/clients/amp.d.ts +387 -0
  40. package/clients/amp.js +1 -0
  41. package/clients/appintegrations.d.ts +273 -2
  42. package/clients/apprunner.d.ts +55 -54
  43. package/clients/cloudcontrol.d.ts +385 -0
  44. package/clients/cloudcontrol.js +19 -0
  45. package/clients/connect.d.ts +60 -32
  46. package/clients/dataexchange.d.ts +226 -2
  47. package/clients/elbv2.d.ts +7 -7
  48. package/clients/imagebuilder.d.ts +27 -27
  49. package/clients/lambda.d.ts +61 -22
  50. package/clients/macie2.d.ts +29 -12
  51. package/clients/networkfirewall.d.ts +61 -10
  52. package/clients/pinpoint.d.ts +24 -0
  53. package/clients/sesv2.d.ts +128 -108
  54. package/clients/ssm.d.ts +7 -3
  55. package/clients/synthetics.d.ts +40 -0
  56. package/clients/transfer.d.ts +12 -12
  57. package/clients/voiceid.d.ts +1133 -0
  58. package/clients/voiceid.js +18 -0
  59. package/clients/wisdom.d.ts +1499 -0
  60. package/clients/wisdom.js +18 -0
  61. package/clients/workmail.d.ts +173 -0
  62. package/clients/workspaces.d.ts +87 -40
  63. package/dist/aws-sdk-core-react-native.js +2 -2
  64. package/dist/aws-sdk-react-native.js +371 -209
  65. package/dist/aws-sdk.js +123 -56
  66. package/dist/aws-sdk.min.js +70 -70
  67. package/lib/config_service_placeholders.d.ts +8 -0
  68. package/lib/core.js +1 -1
  69. package/package.json +1 -1
@@ -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
- * Create an AppIntegration association with an Amazon Connect instance.
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
- * Create an AppIntegration association with an Amazon Connect instance.
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 AppIntegration association.
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 AppIntegration association.
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 AppIntegration association from an Amazon Connect instance. The association must not have any use cases associated with it.
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 AppIntegration association from an Amazon Connect instance. The association must not have any use cases associated with it.
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 AppIntegration association.
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 AppIntegration association.
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 AppIntegration associations for the specified Amazon Connect instance.
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 AppIntegration associations for the specified Amazon Connect instance.
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: URI;
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: 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: 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 AppIntegration association.
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 AppIntegration association. Each AppIntegration association can have only one of each use case type.
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 AppIntegration association.
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 AppIntegration association.
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 identifier of the encryption key.
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 AppIntegration associations.
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 AppIntegration association. Each AppIntegration association can have only one of each use case type.
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.
@@ -27,6 +27,14 @@ declare class DataExchange extends Service {
27
27
  * This operation creates a data set.
28
28
  */
29
29
  createDataSet(callback?: (err: AWSError, data: DataExchange.Types.CreateDataSetResponse) => void): Request<DataExchange.Types.CreateDataSetResponse, AWSError>;
30
+ /**
31
+ * This operation creates an event action.
32
+ */
33
+ createEventAction(params: DataExchange.Types.CreateEventActionRequest, callback?: (err: AWSError, data: DataExchange.Types.CreateEventActionResponse) => void): Request<DataExchange.Types.CreateEventActionResponse, AWSError>;
34
+ /**
35
+ * This operation creates an event action.
36
+ */
37
+ createEventAction(callback?: (err: AWSError, data: DataExchange.Types.CreateEventActionResponse) => void): Request<DataExchange.Types.CreateEventActionResponse, AWSError>;
30
38
  /**
31
39
  * This operation creates a job.
32
40
  */
@@ -59,6 +67,14 @@ declare class DataExchange extends Service {
59
67
  * This operation deletes a data set.
60
68
  */
61
69
  deleteDataSet(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
70
+ /**
71
+ * This operation deletes the event action.
72
+ */
73
+ deleteEventAction(params: DataExchange.Types.DeleteEventActionRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
74
+ /**
75
+ * This operation deletes the event action.
76
+ */
77
+ deleteEventAction(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
62
78
  /**
63
79
  * This operation deletes a revision.
64
80
  */
@@ -83,6 +99,14 @@ declare class DataExchange extends Service {
83
99
  * This operation returns information about a data set.
84
100
  */
85
101
  getDataSet(callback?: (err: AWSError, data: DataExchange.Types.GetDataSetResponse) => void): Request<DataExchange.Types.GetDataSetResponse, AWSError>;
102
+ /**
103
+ * This operation retrieves information about an event action.
104
+ */
105
+ getEventAction(params: DataExchange.Types.GetEventActionRequest, callback?: (err: AWSError, data: DataExchange.Types.GetEventActionResponse) => void): Request<DataExchange.Types.GetEventActionResponse, AWSError>;
106
+ /**
107
+ * This operation retrieves information about an event action.
108
+ */
109
+ getEventAction(callback?: (err: AWSError, data: DataExchange.Types.GetEventActionResponse) => void): Request<DataExchange.Types.GetEventActionResponse, AWSError>;
86
110
  /**
87
111
  * This operation returns information about a job.
88
112
  */
@@ -115,6 +139,14 @@ declare class DataExchange extends Service {
115
139
  * This operation lists your data sets. When listing by origin OWNED, results are sorted by CreatedAt in descending order. When listing by origin ENTITLED, there is no order and the maxResults parameter is ignored.
116
140
  */
117
141
  listDataSets(callback?: (err: AWSError, data: DataExchange.Types.ListDataSetsResponse) => void): Request<DataExchange.Types.ListDataSetsResponse, AWSError>;
142
+ /**
143
+ * This operation lists your event actions.
144
+ */
145
+ listEventActions(params: DataExchange.Types.ListEventActionsRequest, callback?: (err: AWSError, data: DataExchange.Types.ListEventActionsResponse) => void): Request<DataExchange.Types.ListEventActionsResponse, AWSError>;
146
+ /**
147
+ * This operation lists your event actions.
148
+ */
149
+ listEventActions(callback?: (err: AWSError, data: DataExchange.Types.ListEventActionsResponse) => void): Request<DataExchange.Types.ListEventActionsResponse, AWSError>;
118
150
  /**
119
151
  * This operation lists your jobs sorted by CreatedAt in descending order.
120
152
  */
@@ -179,6 +211,14 @@ declare class DataExchange extends Service {
179
211
  * This operation updates a data set.
180
212
  */
181
213
  updateDataSet(callback?: (err: AWSError, data: DataExchange.Types.UpdateDataSetResponse) => void): Request<DataExchange.Types.UpdateDataSetResponse, AWSError>;
214
+ /**
215
+ * This operation updates the event action.
216
+ */
217
+ updateEventAction(params: DataExchange.Types.UpdateEventActionRequest, callback?: (err: AWSError, data: DataExchange.Types.UpdateEventActionResponse) => void): Request<DataExchange.Types.UpdateEventActionResponse, AWSError>;
218
+ /**
219
+ * This operation updates the event action.
220
+ */
221
+ updateEventAction(callback?: (err: AWSError, data: DataExchange.Types.UpdateEventActionResponse) => void): Request<DataExchange.Types.UpdateEventActionResponse, AWSError>;
182
222
  /**
183
223
  * This operation updates a revision.
184
224
  */
@@ -189,6 +229,9 @@ declare class DataExchange extends Service {
189
229
  updateRevision(callback?: (err: AWSError, data: DataExchange.Types.UpdateRevisionResponse) => void): Request<DataExchange.Types.UpdateRevisionResponse, AWSError>;
190
230
  }
191
231
  declare namespace DataExchange {
232
+ export interface Action {
233
+ ExportRevisionToS3?: AutoExportRevisionToS3RequestDetails;
234
+ }
192
235
  export type Arn = string;
193
236
  export interface AssetDestinationEntry {
194
237
  /**
@@ -261,6 +304,20 @@ declare namespace DataExchange {
261
304
  Key: __string;
262
305
  }
263
306
  export type AssetType = "S3_SNAPSHOT"|string;
307
+ export interface AutoExportRevisionDestinationEntry {
308
+ /**
309
+ * The S3 bucket that is the destination for the event action.
310
+ */
311
+ Bucket: __string;
312
+ /**
313
+ * A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see Key patterns when exporting revisions.
314
+ */
315
+ KeyPattern?: __string;
316
+ }
317
+ export interface AutoExportRevisionToS3RequestDetails {
318
+ Encryption?: ExportServerSideEncryption;
319
+ RevisionDestination: AutoExportRevisionDestinationEntry;
320
+ }
264
321
  export interface CancelJobRequest {
265
322
  /**
266
323
  * The unique identifier for a job.
@@ -332,6 +389,42 @@ declare namespace DataExchange {
332
389
  */
333
390
  UpdatedAt?: Timestamp;
334
391
  }
392
+ export interface CreateEventActionRequest {
393
+ /**
394
+ * What occurs after a certain event.
395
+ */
396
+ Action: Action;
397
+ /**
398
+ * What occurs to start an action.
399
+ */
400
+ Event: Event;
401
+ }
402
+ export interface CreateEventActionResponse {
403
+ /**
404
+ * What occurs after a certain event.
405
+ */
406
+ Action?: Action;
407
+ /**
408
+ * The ARN for the event action.
409
+ */
410
+ Arn?: Arn;
411
+ /**
412
+ * The date and time that the event action was created, in ISO 8601 format.
413
+ */
414
+ CreatedAt?: Timestamp;
415
+ /**
416
+ * What occurs to start an action.
417
+ */
418
+ Event?: Event;
419
+ /**
420
+ * The unique identifier for the event action.
421
+ */
422
+ Id?: Id;
423
+ /**
424
+ * The date and time that the event action was last updated, in ISO 8601 format.
425
+ */
426
+ UpdatedAt?: Timestamp;
427
+ }
335
428
  export interface CreateJobRequest {
336
429
  /**
337
430
  * The details for the CreateJob request.
@@ -490,6 +583,12 @@ declare namespace DataExchange {
490
583
  */
491
584
  DataSetId: __string;
492
585
  }
586
+ export interface DeleteEventActionRequest {
587
+ /**
588
+ * The unique identifier for the event action.
589
+ */
590
+ EventActionId: __string;
591
+ }
493
592
  export interface DeleteRevisionRequest {
494
593
  /**
495
594
  * The unique identifier for a data set.
@@ -505,6 +604,35 @@ declare namespace DataExchange {
505
604
  ImportAssetFromSignedUrlJobErrorDetails?: ImportAssetFromSignedUrlJobErrorDetails;
506
605
  ImportAssetsFromS3JobErrorDetails?: ListOfAssetSourceEntry;
507
606
  }
607
+ export interface Event {
608
+ RevisionPublished?: RevisionPublished;
609
+ }
610
+ export interface EventActionEntry {
611
+ /**
612
+ * What occurs after a certain event.
613
+ */
614
+ Action: Action;
615
+ /**
616
+ * The ARN for the event action.
617
+ */
618
+ Arn: Arn;
619
+ /**
620
+ * The date and time that the event action was created, in ISO 8601 format.
621
+ */
622
+ CreatedAt: Timestamp;
623
+ /**
624
+ * What occurs to start an action.
625
+ */
626
+ Event: Event;
627
+ /**
628
+ * The unique identifier for the event action.
629
+ */
630
+ Id: Id;
631
+ /**
632
+ * The date and time that the event action was last updated, in ISO 8601 format.
633
+ */
634
+ UpdatedAt: Timestamp;
635
+ }
508
636
  export interface ExportAssetToSignedUrlRequestDetails {
509
637
  /**
510
638
  * The unique identifier for the asset that is exported to a signed URL.
@@ -607,7 +735,7 @@ declare namespace DataExchange {
607
735
  }
608
736
  export interface ExportServerSideEncryption {
609
737
  /**
610
- * The Amazon Resource Name (ARN) of the the AWS KMS key you want to use to encrypt the Amazon S3 objects. This parameter is required if you choose aws:kms as an encryption type.
738
+ * The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects. This parameter is required if you choose aws:kms as an encryption type.
611
739
  */
612
740
  KmsKeyArn?: __string;
613
741
  /**
@@ -723,6 +851,38 @@ declare namespace DataExchange {
723
851
  */
724
852
  UpdatedAt?: Timestamp;
725
853
  }
854
+ export interface GetEventActionRequest {
855
+ /**
856
+ * The unique identifier for the event action.
857
+ */
858
+ EventActionId: __string;
859
+ }
860
+ export interface GetEventActionResponse {
861
+ /**
862
+ * What occurs after a certain event.
863
+ */
864
+ Action?: Action;
865
+ /**
866
+ * The ARN for the event action.
867
+ */
868
+ Arn?: Arn;
869
+ /**
870
+ * The date and time that the event action was created, in ISO 8601 format.
871
+ */
872
+ CreatedAt?: Timestamp;
873
+ /**
874
+ * What occurs to start an action.
875
+ */
876
+ Event?: Event;
877
+ /**
878
+ * The unique identifier for the event action.
879
+ */
880
+ Id?: Id;
881
+ /**
882
+ * The date and time that the event action was last updated, in ISO 8601 format.
883
+ */
884
+ UpdatedAt?: Timestamp;
885
+ }
726
886
  export interface GetJobRequest {
727
887
  /**
728
888
  * The unique identifier for a job.
@@ -949,7 +1109,7 @@ declare namespace DataExchange {
949
1109
  ResourceType?: JobErrorResourceTypes;
950
1110
  }
951
1111
  export type JobErrorLimitName = "Assets per revision"|"Asset size in GB"|string;
952
- export type JobErrorResourceTypes = "REVISION"|"ASSET"|string;
1112
+ export type JobErrorResourceTypes = "REVISION"|"ASSET"|"DATA_SET"|string;
953
1113
  export interface ListDataSetRevisionsRequest {
954
1114
  /**
955
1115
  * The unique identifier for a data set.
@@ -998,6 +1158,30 @@ declare namespace DataExchange {
998
1158
  */
999
1159
  NextToken?: NextToken;
1000
1160
  }
1161
+ export interface ListEventActionsRequest {
1162
+ /**
1163
+ * The unique identifier for the event source.
1164
+ */
1165
+ EventSourceId?: __string;
1166
+ /**
1167
+ * The maximum number of results returned by a single call.
1168
+ */
1169
+ MaxResults?: MaxResults;
1170
+ /**
1171
+ * The token value retrieved from a previous call to access the next page of results.
1172
+ */
1173
+ NextToken?: __string;
1174
+ }
1175
+ export interface ListEventActionsResponse {
1176
+ /**
1177
+ * The event action objects listed by the request.
1178
+ */
1179
+ EventActions?: ListOfEventActionEntry;
1180
+ /**
1181
+ * The token value retrieved from a previous call to access the next page of results.
1182
+ */
1183
+ NextToken?: NextToken;
1184
+ }
1001
1185
  export interface ListJobsRequest {
1002
1186
  /**
1003
1187
  * The unique identifier for a data set.
@@ -1168,6 +1352,9 @@ declare namespace DataExchange {
1168
1352
  */
1169
1353
  UpdatedAt: Timestamp;
1170
1354
  }
1355
+ export interface RevisionPublished {
1356
+ DataSetId: Id;
1357
+ }
1171
1358
  export interface S3SnapshotAsset {
1172
1359
  /**
1173
1360
  * The size of the S3 object that is the object.
@@ -1322,6 +1509,42 @@ declare namespace DataExchange {
1322
1509
  */
1323
1510
  UpdatedAt?: Timestamp;
1324
1511
  }
1512
+ export interface UpdateEventActionRequest {
1513
+ /**
1514
+ * What occurs after a certain event.
1515
+ */
1516
+ Action?: Action;
1517
+ /**
1518
+ * The unique identifier for the event action.
1519
+ */
1520
+ EventActionId: __string;
1521
+ }
1522
+ export interface UpdateEventActionResponse {
1523
+ /**
1524
+ * What occurs after a certain event.
1525
+ */
1526
+ Action?: Action;
1527
+ /**
1528
+ * The ARN for the event action.
1529
+ */
1530
+ Arn?: Arn;
1531
+ /**
1532
+ * The date and time that the event action was created, in ISO 8601 format.
1533
+ */
1534
+ CreatedAt?: Timestamp;
1535
+ /**
1536
+ * What occurs to start an action.
1537
+ */
1538
+ Event?: Event;
1539
+ /**
1540
+ * The unique identifier for the event action.
1541
+ */
1542
+ Id?: Id;
1543
+ /**
1544
+ * The date and time that the event action was last updated, in ISO 8601 format.
1545
+ */
1546
+ UpdatedAt?: Timestamp;
1547
+ }
1325
1548
  export interface UpdateRevisionRequest {
1326
1549
  /**
1327
1550
  * An optional comment about the revision.
@@ -1379,6 +1602,7 @@ declare namespace DataExchange {
1379
1602
  export type __doubleMin0 = number;
1380
1603
  export type ListOfAssetEntry = AssetEntry[];
1381
1604
  export type ListOfDataSetEntry = DataSetEntry[];
1605
+ export type ListOfEventActionEntry = EventActionEntry[];
1382
1606
  export type ListOfJobEntry = JobEntry[];
1383
1607
  export type ListOfJobError = JobError[];
1384
1608
  export type ListOfRevisionEntry = RevisionEntry[];