aws-sdk 2.1448.0 → 2.1449.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 +16 -1
- package/README.md +1 -1
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +39 -21
- package/apis/cloudhsm-2014-05-30.min.json +60 -20
- package/apis/connectcampaigns-2021-01-30.min.json +103 -90
- package/apis/connectparticipant-2018-09-07.min.json +62 -0
- package/apis/customer-profiles-2020-08-15.min.json +269 -118
- package/apis/grafana-2020-08-18.min.json +2 -1
- package/apis/health-2016-08-04.min.json +116 -34
- package/apis/kafkaconnect-2021-09-14.min.json +38 -36
- package/apis/payment-cryptography-data-2022-02-03.min.json +29 -16
- package/apis/runtime.sagemaker-2017-05-13.min.json +104 -0
- package/clients/chimesdkmediapipelines.d.ts +28 -2
- package/clients/cloudwatchevents.d.ts +2 -2
- package/clients/connectcampaigns.d.ts +30 -23
- package/clients/connectparticipant.d.ts +71 -2
- package/clients/customerprofiles.d.ts +56 -52
- package/clients/ecs.d.ts +14 -14
- package/clients/health.d.ts +86 -2
- package/clients/ivs.d.ts +4 -4
- package/clients/kafkaconnect.d.ts +6 -8
- package/clients/paymentcryptographydata.d.ts +8 -6
- package/clients/sagemakerruntime.d.ts +86 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +63 -23
- package/dist/aws-sdk.min.js +89 -89
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,22 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1449.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1449.0
|
6
|
+
* feature: ChimeSDKMediaPipelines: This release adds support for feature Voice Enhancement for Call Recording as part of Amazon Chime SDK call analytics.
|
7
|
+
* feature: CloudHSM: Deprecating CloudHSM Classic API Service.
|
8
|
+
* feature: CloudWatchEvents: Documentation updates for CloudWatch Events.
|
9
|
+
* feature: ConnectCampaigns: Amazon Connect outbound campaigns has launched agentless dialing mode which enables customers to make automated outbound calls without agent engagement. This release updates three of the campaign management API's to support the new agentless dialing mode and the new dialing capacity field.
|
10
|
+
* feature: ConnectParticipant: Amazon Connect Participant Service adds the ability to get a view resource using a view token, which is provided in a participant message, with the release of the DescribeView API.
|
11
|
+
* feature: CustomerProfiles: Adds sensitive trait to various shapes in Customer Profiles API model.
|
12
|
+
* feature: ECS: This release adds support for an account-level setting that you can use to configure the number of days for AWS Fargate task retirement.
|
13
|
+
* feature: Grafana: Marking SAML RoleValues attribute as sensitive and updating VpcConfiguration attributes to match documentation.
|
14
|
+
* feature: Health: Adds new API DescribeEntityAggregatesForOrganization that retrieves entity aggregates across your organization. Also adds support for resource status filtering in DescribeAffectedEntitiesForOrganization, resource status aggregates in the DescribeEntityAggregates response, and new resource statuses.
|
15
|
+
* feature: IVS: Updated "type" description for CreateChannel, UpdateChannel, Channel, and ChannelSummary.
|
16
|
+
* feature: KafkaConnect: Minor model changes for Kafka Connect as well as endpoint updates.
|
17
|
+
* feature: PaymentCryptographyData: Make KeyCheckValue field optional when using asymmetric keys as Key Check Values typically only apply to symmetric keys
|
18
|
+
* feature: SageMakerRuntime: This release adds a new InvokeEndpointWithResponseStream API to support streaming of model responses.
|
19
|
+
|
5
20
|
## 2.1448.0
|
6
21
|
* feature: AppRunner: App Runner adds support for Bitbucket. You can now create App Runner connection that connects to your Bitbucket repositories and deploy App Runner service with the source code stored in a Bitbucket repository.
|
7
22
|
* feature: Appflow: Add SAP source connector parallel and pagination feature
|
package/README.md
CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
71
71
|
To use the SDK in the browser, simply add the following script tag to your
|
72
72
|
HTML pages:
|
73
73
|
|
74
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1449.0.min.js"></script>
|
75
75
|
|
76
76
|
You can also build a custom browser SDK with your specified set of AWS services.
|
77
77
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -155,10 +155,10 @@
|
|
155
155
|
"shape": "S3"
|
156
156
|
},
|
157
157
|
"RealTimeAlertConfiguration": {
|
158
|
-
"shape": "
|
158
|
+
"shape": "S30"
|
159
159
|
},
|
160
160
|
"Elements": {
|
161
|
-
"shape": "
|
161
|
+
"shape": "S3d"
|
162
162
|
},
|
163
163
|
"Tags": {
|
164
164
|
"shape": "S17"
|
@@ -173,7 +173,7 @@
|
|
173
173
|
"type": "structure",
|
174
174
|
"members": {
|
175
175
|
"MediaInsightsPipelineConfiguration": {
|
176
|
-
"shape": "
|
176
|
+
"shape": "S45"
|
177
177
|
}
|
178
178
|
}
|
179
179
|
}
|
@@ -191,10 +191,10 @@
|
|
191
191
|
],
|
192
192
|
"members": {
|
193
193
|
"Sources": {
|
194
|
-
"shape": "
|
194
|
+
"shape": "S47"
|
195
195
|
},
|
196
196
|
"Sinks": {
|
197
|
-
"shape": "
|
197
|
+
"shape": "S4c"
|
198
198
|
},
|
199
199
|
"ClientRequestToken": {
|
200
200
|
"shape": "S5",
|
@@ -209,7 +209,7 @@
|
|
209
209
|
"type": "structure",
|
210
210
|
"members": {
|
211
211
|
"MediaLiveConnectorPipeline": {
|
212
|
-
"shape": "
|
212
|
+
"shape": "S4k"
|
213
213
|
}
|
214
214
|
}
|
215
215
|
}
|
@@ -320,7 +320,7 @@
|
|
320
320
|
"type": "structure",
|
321
321
|
"members": {
|
322
322
|
"MediaInsightsPipelineConfiguration": {
|
323
|
-
"shape": "
|
323
|
+
"shape": "S45"
|
324
324
|
}
|
325
325
|
}
|
326
326
|
}
|
@@ -353,7 +353,7 @@
|
|
353
353
|
"shape": "S1c"
|
354
354
|
},
|
355
355
|
"MediaLiveConnectorPipeline": {
|
356
|
-
"shape": "
|
356
|
+
"shape": "S4k"
|
357
357
|
},
|
358
358
|
"MediaConcatenationPipeline": {
|
359
359
|
"shape": "S21"
|
@@ -576,10 +576,10 @@
|
|
576
576
|
"shape": "S3"
|
577
577
|
},
|
578
578
|
"RealTimeAlertConfiguration": {
|
579
|
-
"shape": "
|
579
|
+
"shape": "S30"
|
580
580
|
},
|
581
581
|
"Elements": {
|
582
|
-
"shape": "
|
582
|
+
"shape": "S3d"
|
583
583
|
}
|
584
584
|
}
|
585
585
|
},
|
@@ -587,7 +587,7 @@
|
|
587
587
|
"type": "structure",
|
588
588
|
"members": {
|
589
589
|
"MediaInsightsPipelineConfiguration": {
|
590
|
-
"shape": "
|
590
|
+
"shape": "S45"
|
591
591
|
}
|
592
592
|
}
|
593
593
|
}
|
@@ -1099,10 +1099,20 @@
|
|
1099
1099
|
},
|
1100
1100
|
"CreatedTimestamp": {
|
1101
1101
|
"shape": "S1f"
|
1102
|
+
},
|
1103
|
+
"ElementStatuses": {
|
1104
|
+
"type": "list",
|
1105
|
+
"member": {
|
1106
|
+
"type": "structure",
|
1107
|
+
"members": {
|
1108
|
+
"Type": {},
|
1109
|
+
"Status": {}
|
1110
|
+
}
|
1111
|
+
}
|
1102
1112
|
}
|
1103
1113
|
}
|
1104
1114
|
},
|
1105
|
-
"
|
1115
|
+
"S30": {
|
1106
1116
|
"type": "structure",
|
1107
1117
|
"members": {
|
1108
1118
|
"Disabled": {
|
@@ -1163,7 +1173,7 @@
|
|
1163
1173
|
}
|
1164
1174
|
}
|
1165
1175
|
},
|
1166
|
-
"
|
1176
|
+
"S3d": {
|
1167
1177
|
"type": "list",
|
1168
1178
|
"member": {
|
1169
1179
|
"type": "structure",
|
@@ -1289,11 +1299,19 @@
|
|
1289
1299
|
"shape": "S3"
|
1290
1300
|
}
|
1291
1301
|
}
|
1302
|
+
},
|
1303
|
+
"VoiceEnhancementSinkConfiguration": {
|
1304
|
+
"type": "structure",
|
1305
|
+
"members": {
|
1306
|
+
"Disabled": {
|
1307
|
+
"type": "boolean"
|
1308
|
+
}
|
1309
|
+
}
|
1292
1310
|
}
|
1293
1311
|
}
|
1294
1312
|
}
|
1295
1313
|
},
|
1296
|
-
"
|
1314
|
+
"S45": {
|
1297
1315
|
"type": "structure",
|
1298
1316
|
"members": {
|
1299
1317
|
"MediaInsightsPipelineConfigurationName": {},
|
@@ -1304,10 +1322,10 @@
|
|
1304
1322
|
"shape": "S3"
|
1305
1323
|
},
|
1306
1324
|
"RealTimeAlertConfiguration": {
|
1307
|
-
"shape": "
|
1325
|
+
"shape": "S30"
|
1308
1326
|
},
|
1309
1327
|
"Elements": {
|
1310
|
-
"shape": "
|
1328
|
+
"shape": "S3d"
|
1311
1329
|
},
|
1312
1330
|
"MediaInsightsPipelineConfigurationId": {},
|
1313
1331
|
"CreatedTimestamp": {
|
@@ -1318,7 +1336,7 @@
|
|
1318
1336
|
}
|
1319
1337
|
}
|
1320
1338
|
},
|
1321
|
-
"
|
1339
|
+
"S47": {
|
1322
1340
|
"type": "list",
|
1323
1341
|
"member": {
|
1324
1342
|
"type": "structure",
|
@@ -1350,7 +1368,7 @@
|
|
1350
1368
|
}
|
1351
1369
|
}
|
1352
1370
|
},
|
1353
|
-
"
|
1371
|
+
"S4c": {
|
1354
1372
|
"type": "list",
|
1355
1373
|
"member": {
|
1356
1374
|
"type": "structure",
|
@@ -1377,14 +1395,14 @@
|
|
1377
1395
|
}
|
1378
1396
|
}
|
1379
1397
|
},
|
1380
|
-
"
|
1398
|
+
"S4k": {
|
1381
1399
|
"type": "structure",
|
1382
1400
|
"members": {
|
1383
1401
|
"Sources": {
|
1384
|
-
"shape": "
|
1402
|
+
"shape": "S47"
|
1385
1403
|
},
|
1386
1404
|
"Sinks": {
|
1387
|
-
"shape": "
|
1405
|
+
"shape": "S4c"
|
1388
1406
|
},
|
1389
1407
|
"MediaPipelineId": {},
|
1390
1408
|
"MediaPipelineArn": {},
|
@@ -35,7 +35,9 @@
|
|
35
35
|
"members": {
|
36
36
|
"Status": {}
|
37
37
|
}
|
38
|
-
}
|
38
|
+
},
|
39
|
+
"deprecated": true,
|
40
|
+
"deprecatedMessage": "This API is deprecated."
|
39
41
|
},
|
40
42
|
"CreateHapg": {
|
41
43
|
"input": {
|
@@ -52,7 +54,9 @@
|
|
52
54
|
"members": {
|
53
55
|
"HapgArn": {}
|
54
56
|
}
|
55
|
-
}
|
57
|
+
},
|
58
|
+
"deprecated": true,
|
59
|
+
"deprecatedMessage": "This API is deprecated."
|
56
60
|
},
|
57
61
|
"CreateHsm": {
|
58
62
|
"input": {
|
@@ -79,7 +83,9 @@
|
|
79
83
|
"members": {
|
80
84
|
"HsmArn": {}
|
81
85
|
}
|
82
|
-
}
|
86
|
+
},
|
87
|
+
"deprecated": true,
|
88
|
+
"deprecatedMessage": "This API is deprecated."
|
83
89
|
},
|
84
90
|
"CreateLunaClient": {
|
85
91
|
"input": {
|
@@ -97,7 +103,9 @@
|
|
97
103
|
"members": {
|
98
104
|
"ClientArn": {}
|
99
105
|
}
|
100
|
-
}
|
106
|
+
},
|
107
|
+
"deprecated": true,
|
108
|
+
"deprecatedMessage": "This API is deprecated."
|
101
109
|
},
|
102
110
|
"DeleteHapg": {
|
103
111
|
"input": {
|
@@ -117,7 +125,9 @@
|
|
117
125
|
"members": {
|
118
126
|
"Status": {}
|
119
127
|
}
|
120
|
-
}
|
128
|
+
},
|
129
|
+
"deprecated": true,
|
130
|
+
"deprecatedMessage": "This API is deprecated."
|
121
131
|
},
|
122
132
|
"DeleteHsm": {
|
123
133
|
"input": {
|
@@ -137,7 +147,9 @@
|
|
137
147
|
"members": {
|
138
148
|
"Status": {}
|
139
149
|
}
|
140
|
-
}
|
150
|
+
},
|
151
|
+
"deprecated": true,
|
152
|
+
"deprecatedMessage": "This API is deprecated."
|
141
153
|
},
|
142
154
|
"DeleteLunaClient": {
|
143
155
|
"input": {
|
@@ -157,7 +169,9 @@
|
|
157
169
|
"members": {
|
158
170
|
"Status": {}
|
159
171
|
}
|
160
|
-
}
|
172
|
+
},
|
173
|
+
"deprecated": true,
|
174
|
+
"deprecatedMessage": "This API is deprecated."
|
161
175
|
},
|
162
176
|
"DescribeHapg": {
|
163
177
|
"input": {
|
@@ -190,7 +204,9 @@
|
|
190
204
|
},
|
191
205
|
"State": {}
|
192
206
|
}
|
193
|
-
}
|
207
|
+
},
|
208
|
+
"deprecated": true,
|
209
|
+
"deprecatedMessage": "This API is deprecated."
|
194
210
|
},
|
195
211
|
"DescribeHsm": {
|
196
212
|
"input": {
|
@@ -228,7 +244,9 @@
|
|
228
244
|
"member": {}
|
229
245
|
}
|
230
246
|
}
|
231
|
-
}
|
247
|
+
},
|
248
|
+
"deprecated": true,
|
249
|
+
"deprecatedMessage": "This API is deprecated."
|
232
250
|
},
|
233
251
|
"DescribeLunaClient": {
|
234
252
|
"input": {
|
@@ -247,7 +265,9 @@
|
|
247
265
|
"LastModifiedTimestamp": {},
|
248
266
|
"Label": {}
|
249
267
|
}
|
250
|
-
}
|
268
|
+
},
|
269
|
+
"deprecated": true,
|
270
|
+
"deprecatedMessage": "This API is deprecated."
|
251
271
|
},
|
252
272
|
"GetConfig": {
|
253
273
|
"input": {
|
@@ -272,7 +292,9 @@
|
|
272
292
|
"ConfigFile": {},
|
273
293
|
"ConfigCred": {}
|
274
294
|
}
|
275
|
-
}
|
295
|
+
},
|
296
|
+
"deprecated": true,
|
297
|
+
"deprecatedMessage": "This API is deprecated."
|
276
298
|
},
|
277
299
|
"ListAvailableZones": {
|
278
300
|
"input": {
|
@@ -287,7 +309,9 @@
|
|
287
309
|
"member": {}
|
288
310
|
}
|
289
311
|
}
|
290
|
-
}
|
312
|
+
},
|
313
|
+
"deprecated": true,
|
314
|
+
"deprecatedMessage": "This API is deprecated."
|
291
315
|
},
|
292
316
|
"ListHapgs": {
|
293
317
|
"input": {
|
@@ -307,7 +331,9 @@
|
|
307
331
|
},
|
308
332
|
"NextToken": {}
|
309
333
|
}
|
310
|
-
}
|
334
|
+
},
|
335
|
+
"deprecated": true,
|
336
|
+
"deprecatedMessage": "This API is deprecated."
|
311
337
|
},
|
312
338
|
"ListHsms": {
|
313
339
|
"input": {
|
@@ -324,7 +350,9 @@
|
|
324
350
|
},
|
325
351
|
"NextToken": {}
|
326
352
|
}
|
327
|
-
}
|
353
|
+
},
|
354
|
+
"deprecated": true,
|
355
|
+
"deprecatedMessage": "This API is deprecated."
|
328
356
|
},
|
329
357
|
"ListLunaClients": {
|
330
358
|
"input": {
|
@@ -345,7 +373,9 @@
|
|
345
373
|
},
|
346
374
|
"NextToken": {}
|
347
375
|
}
|
348
|
-
}
|
376
|
+
},
|
377
|
+
"deprecated": true,
|
378
|
+
"deprecatedMessage": "This API is deprecated."
|
349
379
|
},
|
350
380
|
"ListTagsForResource": {
|
351
381
|
"input": {
|
@@ -367,7 +397,9 @@
|
|
367
397
|
"shape": "S3"
|
368
398
|
}
|
369
399
|
}
|
370
|
-
}
|
400
|
+
},
|
401
|
+
"deprecated": true,
|
402
|
+
"deprecatedMessage": "This API is deprecated."
|
371
403
|
},
|
372
404
|
"ModifyHapg": {
|
373
405
|
"input": {
|
@@ -388,7 +420,9 @@
|
|
388
420
|
"members": {
|
389
421
|
"HapgArn": {}
|
390
422
|
}
|
391
|
-
}
|
423
|
+
},
|
424
|
+
"deprecated": true,
|
425
|
+
"deprecatedMessage": "This API is deprecated."
|
392
426
|
},
|
393
427
|
"ModifyHsm": {
|
394
428
|
"input": {
|
@@ -410,7 +444,9 @@
|
|
410
444
|
"members": {
|
411
445
|
"HsmArn": {}
|
412
446
|
}
|
413
|
-
}
|
447
|
+
},
|
448
|
+
"deprecated": true,
|
449
|
+
"deprecatedMessage": "This API is deprecated."
|
414
450
|
},
|
415
451
|
"ModifyLunaClient": {
|
416
452
|
"input": {
|
@@ -429,7 +465,9 @@
|
|
429
465
|
"members": {
|
430
466
|
"ClientArn": {}
|
431
467
|
}
|
432
|
-
}
|
468
|
+
},
|
469
|
+
"deprecated": true,
|
470
|
+
"deprecatedMessage": "This API is deprecated."
|
433
471
|
},
|
434
472
|
"RemoveTagsFromResource": {
|
435
473
|
"input": {
|
@@ -454,7 +492,9 @@
|
|
454
492
|
"members": {
|
455
493
|
"Status": {}
|
456
494
|
}
|
457
|
-
}
|
495
|
+
},
|
496
|
+
"deprecated": true,
|
497
|
+
"deprecatedMessage": "This API is deprecated."
|
458
498
|
}
|
459
499
|
},
|
460
500
|
"shapes": {
|