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/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,33 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.996.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.996.0
|
|
6
|
+
* feature: AppIntegrations: The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.
|
|
7
|
+
* feature: Connect: This release updates a set of APIs: CreateIntegrationAssociation, ListIntegrationAssociations, CreateUseCase, and StartOutboundVoiceContact. You can use it to create integrations with Amazon Pinpoint for the Amazon Connect Campaigns use case, Amazon Connect Voice ID, and Amazon Connect Wisdom.
|
|
8
|
+
* feature: ELBv2: Adds new ALB-type target group to facilitate forwarding traffic from NLB to ALB
|
|
9
|
+
* feature: Pinpoint: Added support for journey with contact center activity
|
|
10
|
+
* feature: VoiceID: Released the Amazon Voice ID SDK, for usage with the Amazon Connect Voice ID feature released for Amazon Connect.
|
|
11
|
+
* feature: Wisdom: Released Amazon Connect Wisdom, a feature of Amazon Connect, which provides real-time recommendations and search functionality in general availability (GA). For more information, see https://docs.aws.amazon.com/wisdom/latest/APIReference/Welcome.html.
|
|
12
|
+
|
|
13
|
+
## 2.995.0
|
|
14
|
+
* feature: EC2: DescribeInstances now returns Platform Details, Usage Operation, and Usage Operation Update Time.
|
|
15
|
+
* feature: LicenseManager: AWS License Manager now allows customers to get the LicenseArn in the Checkout API Response.
|
|
16
|
+
|
|
17
|
+
## 2.994.0
|
|
18
|
+
* bugfix: HttpRequest: Allows request body to be either a string or a buffer
|
|
19
|
+
* feature: AppSync: Documented the new OpenSearchServiceDataSourceConfig data type. Added deprecation notes to the ElasticsearchDataSourceConfig data type.
|
|
20
|
+
* feature: MediaConvert: This release adds style and positioning support for caption or subtitle burn-in from rich text sources such as TTML. This release also introduces configurable image-based trick play track generation.
|
|
21
|
+
* feature: SSM: Added cutoff behavior support for preventing new task invocations from starting when the maintenance window cutoff time is reached.
|
|
22
|
+
|
|
23
|
+
## 2.993.0
|
|
24
|
+
* feature: Imagebuilder: This feature adds support for specifying GP3 volume throughput and configuring instance metadata options for instances launched by EC2 Image Builder.
|
|
25
|
+
* feature: LexModelsV2: This release adds support for utterances statistics for bots built using Lex V2 console and APIs. For details, see: https://docs.aws.amazon.com/lexv2/latest/dg/monitoring-utterances.html
|
|
26
|
+
* feature: LicenseManager: AWS License Manager now allows customers to change their Windows Server or SQL license types from Bring-Your-Own-License (BYOL) to License Included or vice-versa (using the customer's media).
|
|
27
|
+
* feature: MediaPackageVod: MediaPackage VOD will now return the current processing statuses of an asset's endpoints. The status can be QUEUED, PROCESSING, PLAYABLE, or FAILED.
|
|
28
|
+
* feature: MediaTailor: This release adds support to configure logs for playback configuration.
|
|
29
|
+
* feature: WAFV2: Added the regex match rule statement, for matching web requests against a single regular expression.
|
|
30
|
+
|
|
5
31
|
## 2.992.0
|
|
6
32
|
* feature: Comprehend: Amazon Comprehend now supports versioning of custom models, improved training with ONE_DOC_PER_FILE text documents for custom entity recognition, ability to provide specific test sets during training, and live migration to new model endpoints.
|
|
7
33
|
* feature: EC2: This update adds support for downloading configuration templates using new APIs (GetVpnConnectionDeviceTypes and GetVpnConnectionDeviceSampleConfiguration) and Internet Key Exchange version 2 (IKEv2) parameters for many popular CGW devices.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.996.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -12,6 +12,50 @@
|
|
|
12
12
|
"uid": "appintegrations-2020-07-29"
|
|
13
13
|
},
|
|
14
14
|
"operations": {
|
|
15
|
+
"CreateDataIntegration": {
|
|
16
|
+
"http": {
|
|
17
|
+
"requestUri": "/dataIntegrations"
|
|
18
|
+
},
|
|
19
|
+
"input": {
|
|
20
|
+
"type": "structure",
|
|
21
|
+
"required": [
|
|
22
|
+
"Name"
|
|
23
|
+
],
|
|
24
|
+
"members": {
|
|
25
|
+
"Name": {},
|
|
26
|
+
"Description": {},
|
|
27
|
+
"KmsKey": {},
|
|
28
|
+
"SourceURI": {},
|
|
29
|
+
"ScheduleConfig": {
|
|
30
|
+
"shape": "S5"
|
|
31
|
+
},
|
|
32
|
+
"Tags": {
|
|
33
|
+
"shape": "S8"
|
|
34
|
+
},
|
|
35
|
+
"ClientToken": {
|
|
36
|
+
"idempotencyToken": true
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"output": {
|
|
41
|
+
"type": "structure",
|
|
42
|
+
"members": {
|
|
43
|
+
"Arn": {},
|
|
44
|
+
"Id": {},
|
|
45
|
+
"Name": {},
|
|
46
|
+
"Description": {},
|
|
47
|
+
"KmsKey": {},
|
|
48
|
+
"SourceURI": {},
|
|
49
|
+
"ScheduleConfiguration": {
|
|
50
|
+
"shape": "S5"
|
|
51
|
+
},
|
|
52
|
+
"Tags": {
|
|
53
|
+
"shape": "S8"
|
|
54
|
+
},
|
|
55
|
+
"ClientToken": {}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
},
|
|
15
59
|
"CreateEventIntegration": {
|
|
16
60
|
"http": {
|
|
17
61
|
"requestUri": "/eventIntegrations"
|
|
@@ -27,7 +71,7 @@
|
|
|
27
71
|
"Name": {},
|
|
28
72
|
"Description": {},
|
|
29
73
|
"EventFilter": {
|
|
30
|
-
"shape": "
|
|
74
|
+
"shape": "Sg"
|
|
31
75
|
},
|
|
32
76
|
"EventBridgeBus": {},
|
|
33
77
|
"ClientToken": {
|
|
@@ -45,6 +89,28 @@
|
|
|
45
89
|
}
|
|
46
90
|
}
|
|
47
91
|
},
|
|
92
|
+
"DeleteDataIntegration": {
|
|
93
|
+
"http": {
|
|
94
|
+
"method": "DELETE",
|
|
95
|
+
"requestUri": "/dataIntegrations/{Identifier}"
|
|
96
|
+
},
|
|
97
|
+
"input": {
|
|
98
|
+
"type": "structure",
|
|
99
|
+
"required": [
|
|
100
|
+
"DataIntegrationIdentifier"
|
|
101
|
+
],
|
|
102
|
+
"members": {
|
|
103
|
+
"DataIntegrationIdentifier": {
|
|
104
|
+
"location": "uri",
|
|
105
|
+
"locationName": "Identifier"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"output": {
|
|
110
|
+
"type": "structure",
|
|
111
|
+
"members": {}
|
|
112
|
+
}
|
|
113
|
+
},
|
|
48
114
|
"DeleteEventIntegration": {
|
|
49
115
|
"http": {
|
|
50
116
|
"method": "DELETE",
|
|
@@ -67,6 +133,41 @@
|
|
|
67
133
|
"members": {}
|
|
68
134
|
}
|
|
69
135
|
},
|
|
136
|
+
"GetDataIntegration": {
|
|
137
|
+
"http": {
|
|
138
|
+
"method": "GET",
|
|
139
|
+
"requestUri": "/dataIntegrations/{Identifier}"
|
|
140
|
+
},
|
|
141
|
+
"input": {
|
|
142
|
+
"type": "structure",
|
|
143
|
+
"required": [
|
|
144
|
+
"Identifier"
|
|
145
|
+
],
|
|
146
|
+
"members": {
|
|
147
|
+
"Identifier": {
|
|
148
|
+
"location": "uri",
|
|
149
|
+
"locationName": "Identifier"
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"output": {
|
|
154
|
+
"type": "structure",
|
|
155
|
+
"members": {
|
|
156
|
+
"Arn": {},
|
|
157
|
+
"Id": {},
|
|
158
|
+
"Name": {},
|
|
159
|
+
"Description": {},
|
|
160
|
+
"KmsKey": {},
|
|
161
|
+
"SourceURI": {},
|
|
162
|
+
"ScheduleConfiguration": {
|
|
163
|
+
"shape": "S5"
|
|
164
|
+
},
|
|
165
|
+
"Tags": {
|
|
166
|
+
"shape": "S8"
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
},
|
|
70
171
|
"GetEventIntegration": {
|
|
71
172
|
"http": {
|
|
72
173
|
"method": "GET",
|
|
@@ -92,7 +193,7 @@
|
|
|
92
193
|
"EventIntegrationArn": {},
|
|
93
194
|
"EventBridgeBus": {},
|
|
94
195
|
"EventFilter": {
|
|
95
|
-
"shape": "
|
|
196
|
+
"shape": "Sg"
|
|
96
197
|
},
|
|
97
198
|
"Tags": {
|
|
98
199
|
"shape": "S8"
|
|
@@ -100,6 +201,87 @@
|
|
|
100
201
|
}
|
|
101
202
|
}
|
|
102
203
|
},
|
|
204
|
+
"ListDataIntegrationAssociations": {
|
|
205
|
+
"http": {
|
|
206
|
+
"method": "GET",
|
|
207
|
+
"requestUri": "/dataIntegrations/{Identifier}/associations"
|
|
208
|
+
},
|
|
209
|
+
"input": {
|
|
210
|
+
"type": "structure",
|
|
211
|
+
"required": [
|
|
212
|
+
"DataIntegrationIdentifier"
|
|
213
|
+
],
|
|
214
|
+
"members": {
|
|
215
|
+
"DataIntegrationIdentifier": {
|
|
216
|
+
"location": "uri",
|
|
217
|
+
"locationName": "Identifier"
|
|
218
|
+
},
|
|
219
|
+
"NextToken": {
|
|
220
|
+
"location": "querystring",
|
|
221
|
+
"locationName": "nextToken"
|
|
222
|
+
},
|
|
223
|
+
"MaxResults": {
|
|
224
|
+
"location": "querystring",
|
|
225
|
+
"locationName": "maxResults",
|
|
226
|
+
"type": "integer"
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"output": {
|
|
231
|
+
"type": "structure",
|
|
232
|
+
"members": {
|
|
233
|
+
"DataIntegrationAssociations": {
|
|
234
|
+
"type": "list",
|
|
235
|
+
"member": {
|
|
236
|
+
"type": "structure",
|
|
237
|
+
"members": {
|
|
238
|
+
"DataIntegrationAssociationArn": {},
|
|
239
|
+
"DataIntegrationArn": {},
|
|
240
|
+
"ClientId": {}
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"NextToken": {}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"ListDataIntegrations": {
|
|
249
|
+
"http": {
|
|
250
|
+
"method": "GET",
|
|
251
|
+
"requestUri": "/dataIntegrations"
|
|
252
|
+
},
|
|
253
|
+
"input": {
|
|
254
|
+
"type": "structure",
|
|
255
|
+
"members": {
|
|
256
|
+
"NextToken": {
|
|
257
|
+
"location": "querystring",
|
|
258
|
+
"locationName": "nextToken"
|
|
259
|
+
},
|
|
260
|
+
"MaxResults": {
|
|
261
|
+
"location": "querystring",
|
|
262
|
+
"locationName": "maxResults",
|
|
263
|
+
"type": "integer"
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"output": {
|
|
268
|
+
"type": "structure",
|
|
269
|
+
"members": {
|
|
270
|
+
"DataIntegrations": {
|
|
271
|
+
"type": "list",
|
|
272
|
+
"member": {
|
|
273
|
+
"type": "structure",
|
|
274
|
+
"members": {
|
|
275
|
+
"Arn": {},
|
|
276
|
+
"Name": {},
|
|
277
|
+
"SourceURI": {}
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"NextToken": {}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
},
|
|
103
285
|
"ListEventIntegrationAssociations": {
|
|
104
286
|
"http": {
|
|
105
287
|
"method": "GET",
|
|
@@ -182,7 +364,7 @@
|
|
|
182
364
|
"Name": {},
|
|
183
365
|
"Description": {},
|
|
184
366
|
"EventFilter": {
|
|
185
|
-
"shape": "
|
|
367
|
+
"shape": "Sg"
|
|
186
368
|
},
|
|
187
369
|
"EventBridgeBus": {},
|
|
188
370
|
"Tags": {
|
|
@@ -275,6 +457,30 @@
|
|
|
275
457
|
"members": {}
|
|
276
458
|
}
|
|
277
459
|
},
|
|
460
|
+
"UpdateDataIntegration": {
|
|
461
|
+
"http": {
|
|
462
|
+
"method": "PATCH",
|
|
463
|
+
"requestUri": "/dataIntegrations/{Identifier}"
|
|
464
|
+
},
|
|
465
|
+
"input": {
|
|
466
|
+
"type": "structure",
|
|
467
|
+
"required": [
|
|
468
|
+
"Identifier"
|
|
469
|
+
],
|
|
470
|
+
"members": {
|
|
471
|
+
"Identifier": {
|
|
472
|
+
"location": "uri",
|
|
473
|
+
"locationName": "Identifier"
|
|
474
|
+
},
|
|
475
|
+
"Name": {},
|
|
476
|
+
"Description": {}
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
"output": {
|
|
480
|
+
"type": "structure",
|
|
481
|
+
"members": {}
|
|
482
|
+
}
|
|
483
|
+
},
|
|
278
484
|
"UpdateEventIntegration": {
|
|
279
485
|
"http": {
|
|
280
486
|
"method": "PATCH",
|
|
@@ -300,19 +506,27 @@
|
|
|
300
506
|
}
|
|
301
507
|
},
|
|
302
508
|
"shapes": {
|
|
303
|
-
"
|
|
509
|
+
"S5": {
|
|
304
510
|
"type": "structure",
|
|
305
|
-
"required": [
|
|
306
|
-
"Source"
|
|
307
|
-
],
|
|
308
511
|
"members": {
|
|
309
|
-
"
|
|
512
|
+
"FirstExecutionFrom": {},
|
|
513
|
+
"Object": {},
|
|
514
|
+
"ScheduleExpression": {}
|
|
310
515
|
}
|
|
311
516
|
},
|
|
312
517
|
"S8": {
|
|
313
518
|
"type": "map",
|
|
314
519
|
"key": {},
|
|
315
520
|
"value": {}
|
|
521
|
+
},
|
|
522
|
+
"Sg": {
|
|
523
|
+
"type": "structure",
|
|
524
|
+
"required": [
|
|
525
|
+
"Source"
|
|
526
|
+
],
|
|
527
|
+
"members": {
|
|
528
|
+
"Source": {}
|
|
529
|
+
}
|
|
316
530
|
}
|
|
317
531
|
}
|
|
318
532
|
}
|