aws-sdk 2.945.0 → 2.949.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 +25 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +259 -258
- package/apis/dms-2016-01-01.min.json +127 -97
- package/apis/ec2-2016-11-15.min.json +1236 -930
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/emr-containers-2020-10-01.min.json +25 -23
- package/apis/glue-2017-03-31.min.json +254 -220
- package/apis/health-2016-08-04.min.json +29 -29
- package/apis/healthlake-2017-07-01.min.json +258 -60
- package/apis/healthlake-2017-07-01.paginators.json +10 -0
- package/apis/iotsitewise-2019-12-02.min.json +46 -25
- package/apis/lightsail-2016-11-28.min.json +557 -192
- package/apis/location-2020-11-19.min.json +205 -0
- package/apis/robomaker-2018-06-29.min.json +6 -3
- package/apis/wellarchitected-2020-03-31.min.json +60 -19
- package/clients/acm.d.ts +16 -16
- package/clients/appintegrations.d.ts +22 -22
- package/clients/auditmanager.d.ts +138 -138
- package/clients/chime.d.ts +5 -0
- package/clients/cognitoidentityserviceprovider.d.ts +72 -72
- package/clients/directconnect.d.ts +11 -8
- package/clients/dms.d.ts +253 -204
- package/clients/ec2.d.ts +332 -6
- package/clients/ecs.d.ts +83 -83
- package/clients/emrcontainers.d.ts +12 -2
- package/clients/glue.d.ts +38 -3
- package/clients/health.d.ts +3 -2
- package/clients/healthlake.d.ts +220 -5
- package/clients/imagebuilder.d.ts +27 -27
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/lightsail.d.ts +610 -150
- package/clients/location.d.ts +227 -35
- package/clients/robomaker.d.ts +12 -0
- package/clients/wellarchitected.d.ts +76 -5
- package/dist/aws-sdk-core-react-native.js +6 -1
- package/dist/aws-sdk-react-native.js +20 -15
- package/dist/aws-sdk.js +1455 -933
- package/dist/aws-sdk.min.js +65 -65
- package/lib/core.d.ts +1 -0
- package/lib/core.js +1 -1
- package/lib/json/builder.js +3 -0
- package/lib/json/parser.js +1 -0
- package/lib/model/index.d.ts +4 -0
- package/lib/model/shape.js +1 -0
- package/package.json +1 -1
- package/scripts/lib/ts-generator.js +16 -0
|
@@ -174,6 +174,12 @@
|
|
|
174
174
|
"output_token": "NextToken",
|
|
175
175
|
"result_key": "InstanceCreditSpecifications"
|
|
176
176
|
},
|
|
177
|
+
"DescribeInstanceEventWindows": {
|
|
178
|
+
"input_token": "NextToken",
|
|
179
|
+
"limit_key": "MaxResults",
|
|
180
|
+
"output_token": "NextToken",
|
|
181
|
+
"result_key": "InstanceEventWindows"
|
|
182
|
+
},
|
|
177
183
|
"DescribeInstanceStatus": {
|
|
178
184
|
"input_token": "NextToken",
|
|
179
185
|
"limit_key": "MaxResults",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"type": "structure",
|
|
202
202
|
"members": {
|
|
203
203
|
"jobRun": {
|
|
204
|
-
"shape": "
|
|
204
|
+
"shape": "S17"
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
}
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"type": "structure",
|
|
233
233
|
"members": {
|
|
234
234
|
"endpoint": {
|
|
235
|
-
"shape": "
|
|
235
|
+
"shape": "S1l"
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
238
|
}
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
"type": "structure",
|
|
259
259
|
"members": {
|
|
260
260
|
"virtualCluster": {
|
|
261
|
-
"shape": "
|
|
261
|
+
"shape": "S1q"
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
264
|
}
|
|
@@ -279,12 +279,12 @@
|
|
|
279
279
|
"locationName": "virtualClusterId"
|
|
280
280
|
},
|
|
281
281
|
"createdBefore": {
|
|
282
|
-
"shape": "
|
|
282
|
+
"shape": "S1g",
|
|
283
283
|
"location": "querystring",
|
|
284
284
|
"locationName": "createdBefore"
|
|
285
285
|
},
|
|
286
286
|
"createdAfter": {
|
|
287
|
-
"shape": "
|
|
287
|
+
"shape": "S1g",
|
|
288
288
|
"location": "querystring",
|
|
289
289
|
"locationName": "createdAfter"
|
|
290
290
|
},
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
"jobRuns": {
|
|
316
316
|
"type": "list",
|
|
317
317
|
"member": {
|
|
318
|
-
"shape": "
|
|
318
|
+
"shape": "S17"
|
|
319
319
|
}
|
|
320
320
|
},
|
|
321
321
|
"nextToken": {}
|
|
@@ -338,12 +338,12 @@
|
|
|
338
338
|
"locationName": "virtualClusterId"
|
|
339
339
|
},
|
|
340
340
|
"createdBefore": {
|
|
341
|
-
"shape": "
|
|
341
|
+
"shape": "S1g",
|
|
342
342
|
"location": "querystring",
|
|
343
343
|
"locationName": "createdBefore"
|
|
344
344
|
},
|
|
345
345
|
"createdAfter": {
|
|
346
|
-
"shape": "
|
|
346
|
+
"shape": "S1g",
|
|
347
347
|
"location": "querystring",
|
|
348
348
|
"locationName": "createdAfter"
|
|
349
349
|
},
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
"endpoints": {
|
|
377
377
|
"type": "list",
|
|
378
378
|
"member": {
|
|
379
|
-
"shape": "
|
|
379
|
+
"shape": "S1l"
|
|
380
380
|
}
|
|
381
381
|
},
|
|
382
382
|
"nextToken": {}
|
|
@@ -426,12 +426,12 @@
|
|
|
426
426
|
"locationName": "containerProviderType"
|
|
427
427
|
},
|
|
428
428
|
"createdAfter": {
|
|
429
|
-
"shape": "
|
|
429
|
+
"shape": "S1g",
|
|
430
430
|
"location": "querystring",
|
|
431
431
|
"locationName": "createdAfter"
|
|
432
432
|
},
|
|
433
433
|
"createdBefore": {
|
|
434
|
-
"shape": "
|
|
434
|
+
"shape": "S1g",
|
|
435
435
|
"location": "querystring",
|
|
436
436
|
"locationName": "createdBefore"
|
|
437
437
|
},
|
|
@@ -458,7 +458,7 @@
|
|
|
458
458
|
"virtualClusters": {
|
|
459
459
|
"type": "list",
|
|
460
460
|
"member": {
|
|
461
|
-
"shape": "
|
|
461
|
+
"shape": "S1q"
|
|
462
462
|
}
|
|
463
463
|
},
|
|
464
464
|
"nextToken": {}
|
|
@@ -490,7 +490,7 @@
|
|
|
490
490
|
"executionRoleArn": {},
|
|
491
491
|
"releaseLabel": {},
|
|
492
492
|
"jobDriver": {
|
|
493
|
-
"shape": "
|
|
493
|
+
"shape": "S1a"
|
|
494
494
|
},
|
|
495
495
|
"configurationOverrides": {
|
|
496
496
|
"shape": "Sa"
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
}
|
|
649
649
|
}
|
|
650
650
|
},
|
|
651
|
-
"
|
|
651
|
+
"S17": {
|
|
652
652
|
"type": "structure",
|
|
653
653
|
"members": {
|
|
654
654
|
"id": {},
|
|
@@ -663,14 +663,14 @@
|
|
|
663
663
|
"shape": "Sa"
|
|
664
664
|
},
|
|
665
665
|
"jobDriver": {
|
|
666
|
-
"shape": "
|
|
666
|
+
"shape": "S1a"
|
|
667
667
|
},
|
|
668
668
|
"createdAt": {
|
|
669
|
-
"shape": "
|
|
669
|
+
"shape": "S1g"
|
|
670
670
|
},
|
|
671
671
|
"createdBy": {},
|
|
672
672
|
"finishedAt": {
|
|
673
|
-
"shape": "
|
|
673
|
+
"shape": "S1g"
|
|
674
674
|
},
|
|
675
675
|
"stateDetails": {},
|
|
676
676
|
"failureReason": {},
|
|
@@ -679,7 +679,7 @@
|
|
|
679
679
|
}
|
|
680
680
|
}
|
|
681
681
|
},
|
|
682
|
-
"
|
|
682
|
+
"S1a": {
|
|
683
683
|
"type": "structure",
|
|
684
684
|
"members": {
|
|
685
685
|
"sparkSubmitJobDriver": {
|
|
@@ -707,11 +707,11 @@
|
|
|
707
707
|
}
|
|
708
708
|
}
|
|
709
709
|
},
|
|
710
|
-
"
|
|
710
|
+
"S1g": {
|
|
711
711
|
"type": "timestamp",
|
|
712
712
|
"timestampFormat": "iso8601"
|
|
713
713
|
},
|
|
714
|
-
"
|
|
714
|
+
"S1l": {
|
|
715
715
|
"type": "structure",
|
|
716
716
|
"members": {
|
|
717
717
|
"id": {},
|
|
@@ -728,19 +728,21 @@
|
|
|
728
728
|
},
|
|
729
729
|
"serverUrl": {},
|
|
730
730
|
"createdAt": {
|
|
731
|
-
"shape": "
|
|
731
|
+
"shape": "S1g"
|
|
732
732
|
},
|
|
733
733
|
"securityGroup": {},
|
|
734
734
|
"subnetIds": {
|
|
735
735
|
"type": "list",
|
|
736
736
|
"member": {}
|
|
737
737
|
},
|
|
738
|
+
"stateDetails": {},
|
|
739
|
+
"failureReason": {},
|
|
738
740
|
"tags": {
|
|
739
741
|
"shape": "Sn"
|
|
740
742
|
}
|
|
741
743
|
}
|
|
742
744
|
},
|
|
743
|
-
"
|
|
745
|
+
"S1q": {
|
|
744
746
|
"type": "structure",
|
|
745
747
|
"members": {
|
|
746
748
|
"id": {},
|
|
@@ -751,7 +753,7 @@
|
|
|
751
753
|
"shape": "St"
|
|
752
754
|
},
|
|
753
755
|
"createdAt": {
|
|
754
|
-
"shape": "
|
|
756
|
+
"shape": "S1g"
|
|
755
757
|
},
|
|
756
758
|
"tags": {
|
|
757
759
|
"shape": "Sn"
|