aws-sdk 2.1649.0 → 2.1651.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/README.md +1 -1
- package/apis/application-autoscaling-2016-02-06.min.json +4 -1
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +10 -1
- package/apis/cloudfront-2020-05-31.min.json +4 -1
- package/apis/cloudhsmv2-2017-04-28.min.json +69 -17
- package/apis/connect-2017-08-08.min.json +272 -255
- package/apis/datazone-2018-05-10.min.json +251 -26
- package/apis/datazone-2018-05-10.paginators.json +6 -0
- package/apis/elasticache-2015-02-02.min.json +4 -1
- package/apis/elasticmapreduce-2009-03-31.min.json +15 -3
- package/apis/glue-2017-03-31.min.json +93 -89
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -1
- package/apis/mq-2017-11-27.min.json +4 -4
- package/apis/opensearch-2021-01-01.min.json +98 -141
- package/apis/pi-2018-02-27.min.json +4 -1
- package/apis/qconnect-2020-10-19.min.json +335 -108
- package/apis/qconnect-2020-10-19.paginators.json +6 -0
- package/apis/quicksight-2018-04-01.min.json +598 -483
- package/apis/rds-2013-01-10.min.json +4 -1
- package/apis/rds-2013-02-12.min.json +4 -1
- package/apis/rds-2013-09-09.min.json +4 -1
- package/apis/rds-2014-09-01.min.json +4 -1
- package/apis/rds-2014-10-31.min.json +4 -1
- package/apis/sagemaker-2017-07-24.min.json +805 -792
- package/apis/workspaces-2015-04-08.min.json +507 -76
- package/clients/acmpca.d.ts +3 -3
- package/clients/applicationautoscaling.d.ts +43 -43
- package/clients/chimesdkmediapipelines.d.ts +19 -15
- package/clients/cloudfront.d.ts +7 -7
- package/clients/cloudhsmv2.d.ts +117 -34
- package/clients/connect.d.ts +29 -10
- package/clients/datazone.d.ts +269 -1
- package/clients/emr.d.ts +12 -4
- package/clients/glue.d.ts +6 -0
- package/clients/kinesisanalyticsv2.d.ts +1 -1
- package/clients/mq.d.ts +15 -15
- package/clients/opensearch.d.ts +0 -53
- package/clients/pi.d.ts +2 -2
- package/clients/qconnect.d.ts +219 -1
- package/clients/quicksight.d.ts +90 -0
- package/clients/rds.d.ts +4 -4
- package/clients/sagemaker.d.ts +18 -1
- package/clients/workspaces.d.ts +596 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +25 -25
- package/dist/aws-sdk.js +391 -286
- package/dist/aws-sdk.min.js +103 -103
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
64
64
|
To use the SDK in the browser, simply add the following script tag to your
|
65
65
|
HTML pages:
|
66
66
|
|
67
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
67
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1651.0.min.js"></script>
|
68
68
|
|
69
69
|
You can also build a custom browser SDK with your specified set of AWS services.
|
70
70
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -13,7 +13,10 @@
|
|
13
13
|
"signatureVersion": "v4",
|
14
14
|
"signingName": "application-autoscaling",
|
15
15
|
"targetPrefix": "AnyScaleFrontendService",
|
16
|
-
"uid": "application-autoscaling-2016-02-06"
|
16
|
+
"uid": "application-autoscaling-2016-02-06",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
17
20
|
},
|
18
21
|
"operations": {
|
19
22
|
"DeleteScalingPolicy": {
|
@@ -4,11 +4,17 @@
|
|
4
4
|
"apiVersion": "2021-07-15",
|
5
5
|
"endpointPrefix": "media-pipelines-chime",
|
6
6
|
"protocol": "rest-json",
|
7
|
+
"protocols": [
|
8
|
+
"rest-json"
|
9
|
+
],
|
7
10
|
"serviceFullName": "Amazon Chime SDK Media Pipelines",
|
8
11
|
"serviceId": "Chime SDK Media Pipelines",
|
9
12
|
"signatureVersion": "v4",
|
10
13
|
"signingName": "chime",
|
11
|
-
"uid": "chime-sdk-media-pipelines-2021-07-15"
|
14
|
+
"uid": "chime-sdk-media-pipelines-2021-07-15",
|
15
|
+
"auth": [
|
16
|
+
"aws.auth#sigv4"
|
17
|
+
]
|
12
18
|
},
|
13
19
|
"operations": {
|
14
20
|
"CreateMediaCapturePipeline": {
|
@@ -1622,6 +1628,9 @@
|
|
1622
1628
|
"IdentifyLanguage": {
|
1623
1629
|
"type": "boolean"
|
1624
1630
|
},
|
1631
|
+
"IdentifyMultipleLanguages": {
|
1632
|
+
"type": "boolean"
|
1633
|
+
},
|
1625
1634
|
"LanguageOptions": {},
|
1626
1635
|
"PreferredLanguage": {},
|
1627
1636
|
"VocabularyNames": {},
|
@@ -12,7 +12,10 @@
|
|
12
12
|
"serviceFullName": "Amazon CloudFront",
|
13
13
|
"serviceId": "CloudFront",
|
14
14
|
"signatureVersion": "v4",
|
15
|
-
"uid": "cloudfront-2020-05-31"
|
15
|
+
"uid": "cloudfront-2020-05-31",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
16
19
|
},
|
17
20
|
"operations": {
|
18
21
|
"AssociateAlias": {
|
@@ -14,7 +14,10 @@
|
|
14
14
|
"signatureVersion": "v4",
|
15
15
|
"signingName": "cloudhsm",
|
16
16
|
"targetPrefix": "BaldrApiService",
|
17
|
-
"uid": "cloudhsmv2-2017-04-28"
|
17
|
+
"uid": "cloudhsmv2-2017-04-28",
|
18
|
+
"auth": [
|
19
|
+
"aws.auth#sigv4"
|
20
|
+
]
|
18
21
|
},
|
19
22
|
"operations": {
|
20
23
|
"CopyBackupToRegion": {
|
@@ -76,7 +79,7 @@
|
|
76
79
|
"type": "structure",
|
77
80
|
"members": {
|
78
81
|
"Cluster": {
|
79
|
-
"shape": "
|
82
|
+
"shape": "Sm"
|
80
83
|
}
|
81
84
|
}
|
82
85
|
}
|
@@ -98,7 +101,7 @@
|
|
98
101
|
"type": "structure",
|
99
102
|
"members": {
|
100
103
|
"Hsm": {
|
101
|
-
"shape": "
|
104
|
+
"shape": "Sp"
|
102
105
|
}
|
103
106
|
}
|
104
107
|
}
|
@@ -117,7 +120,7 @@
|
|
117
120
|
"type": "structure",
|
118
121
|
"members": {
|
119
122
|
"Backup": {
|
120
|
-
"shape": "
|
123
|
+
"shape": "S18"
|
121
124
|
}
|
122
125
|
}
|
123
126
|
}
|
@@ -136,7 +139,7 @@
|
|
136
139
|
"type": "structure",
|
137
140
|
"members": {
|
138
141
|
"Cluster": {
|
139
|
-
"shape": "
|
142
|
+
"shape": "Sm"
|
140
143
|
}
|
141
144
|
}
|
142
145
|
}
|
@@ -161,6 +164,21 @@
|
|
161
164
|
}
|
162
165
|
}
|
163
166
|
},
|
167
|
+
"DeleteResourcePolicy": {
|
168
|
+
"input": {
|
169
|
+
"type": "structure",
|
170
|
+
"members": {
|
171
|
+
"ResourceArn": {}
|
172
|
+
}
|
173
|
+
},
|
174
|
+
"output": {
|
175
|
+
"type": "structure",
|
176
|
+
"members": {
|
177
|
+
"ResourceArn": {},
|
178
|
+
"Policy": {}
|
179
|
+
}
|
180
|
+
}
|
181
|
+
},
|
164
182
|
"DescribeBackups": {
|
165
183
|
"input": {
|
166
184
|
"type": "structure",
|
@@ -170,7 +188,10 @@
|
|
170
188
|
"type": "integer"
|
171
189
|
},
|
172
190
|
"Filters": {
|
173
|
-
"shape": "
|
191
|
+
"shape": "S1m"
|
192
|
+
},
|
193
|
+
"Shared": {
|
194
|
+
"type": "boolean"
|
174
195
|
},
|
175
196
|
"SortAscending": {
|
176
197
|
"type": "boolean"
|
@@ -183,7 +204,7 @@
|
|
183
204
|
"Backups": {
|
184
205
|
"type": "list",
|
185
206
|
"member": {
|
186
|
-
"shape": "
|
207
|
+
"shape": "S18"
|
187
208
|
}
|
188
209
|
},
|
189
210
|
"NextToken": {}
|
@@ -195,7 +216,7 @@
|
|
195
216
|
"type": "structure",
|
196
217
|
"members": {
|
197
218
|
"Filters": {
|
198
|
-
"shape": "
|
219
|
+
"shape": "S1m"
|
199
220
|
},
|
200
221
|
"NextToken": {},
|
201
222
|
"MaxResults": {
|
@@ -209,13 +230,27 @@
|
|
209
230
|
"Clusters": {
|
210
231
|
"type": "list",
|
211
232
|
"member": {
|
212
|
-
"shape": "
|
233
|
+
"shape": "Sm"
|
213
234
|
}
|
214
235
|
},
|
215
236
|
"NextToken": {}
|
216
237
|
}
|
217
238
|
}
|
218
239
|
},
|
240
|
+
"GetResourcePolicy": {
|
241
|
+
"input": {
|
242
|
+
"type": "structure",
|
243
|
+
"members": {
|
244
|
+
"ResourceArn": {}
|
245
|
+
}
|
246
|
+
},
|
247
|
+
"output": {
|
248
|
+
"type": "structure",
|
249
|
+
"members": {
|
250
|
+
"Policy": {}
|
251
|
+
}
|
252
|
+
}
|
253
|
+
},
|
219
254
|
"InitializeCluster": {
|
220
255
|
"input": {
|
221
256
|
"type": "structure",
|
@@ -283,7 +318,7 @@
|
|
283
318
|
"type": "structure",
|
284
319
|
"members": {
|
285
320
|
"Backup": {
|
286
|
-
"shape": "
|
321
|
+
"shape": "S18"
|
287
322
|
}
|
288
323
|
}
|
289
324
|
}
|
@@ -306,11 +341,27 @@
|
|
306
341
|
"type": "structure",
|
307
342
|
"members": {
|
308
343
|
"Cluster": {
|
309
|
-
"shape": "
|
344
|
+
"shape": "Sm"
|
310
345
|
}
|
311
346
|
}
|
312
347
|
}
|
313
348
|
},
|
349
|
+
"PutResourcePolicy": {
|
350
|
+
"input": {
|
351
|
+
"type": "structure",
|
352
|
+
"members": {
|
353
|
+
"ResourceArn": {},
|
354
|
+
"Policy": {}
|
355
|
+
}
|
356
|
+
},
|
357
|
+
"output": {
|
358
|
+
"type": "structure",
|
359
|
+
"members": {
|
360
|
+
"ResourceArn": {},
|
361
|
+
"Policy": {}
|
362
|
+
}
|
363
|
+
}
|
364
|
+
},
|
314
365
|
"RestoreBackup": {
|
315
366
|
"input": {
|
316
367
|
"type": "structure",
|
@@ -325,7 +376,7 @@
|
|
325
376
|
"type": "structure",
|
326
377
|
"members": {
|
327
378
|
"Backup": {
|
328
|
-
"shape": "
|
379
|
+
"shape": "S18"
|
329
380
|
}
|
330
381
|
}
|
331
382
|
}
|
@@ -392,7 +443,7 @@
|
|
392
443
|
"Value": {}
|
393
444
|
}
|
394
445
|
},
|
395
|
-
"
|
446
|
+
"Sm": {
|
396
447
|
"type": "structure",
|
397
448
|
"members": {
|
398
449
|
"BackupPolicy": {},
|
@@ -406,7 +457,7 @@
|
|
406
457
|
"Hsms": {
|
407
458
|
"type": "list",
|
408
459
|
"member": {
|
409
|
-
"shape": "
|
460
|
+
"shape": "Sp"
|
410
461
|
}
|
411
462
|
},
|
412
463
|
"HsmType": {},
|
@@ -437,7 +488,7 @@
|
|
437
488
|
"Mode": {}
|
438
489
|
}
|
439
490
|
},
|
440
|
-
"
|
491
|
+
"Sp": {
|
441
492
|
"type": "structure",
|
442
493
|
"required": [
|
443
494
|
"HsmId"
|
@@ -453,13 +504,14 @@
|
|
453
504
|
"StateMessage": {}
|
454
505
|
}
|
455
506
|
},
|
456
|
-
"
|
507
|
+
"S18": {
|
457
508
|
"type": "structure",
|
458
509
|
"required": [
|
459
510
|
"BackupId"
|
460
511
|
],
|
461
512
|
"members": {
|
462
513
|
"BackupId": {},
|
514
|
+
"BackupArn": {},
|
463
515
|
"BackupState": {},
|
464
516
|
"ClusterId": {},
|
465
517
|
"CreateTimestamp": {
|
@@ -484,7 +536,7 @@
|
|
484
536
|
"Mode": {}
|
485
537
|
}
|
486
538
|
},
|
487
|
-
"
|
539
|
+
"S1m": {
|
488
540
|
"type": "map",
|
489
541
|
"key": {},
|
490
542
|
"value": {
|