aws-sdk 2.1647.0 → 2.1649.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/autoscaling-2011-01-01.min.json +7 -1
- package/apis/controltower-2018-05-10.min.json +53 -1
- package/apis/controltower-2018-05-10.paginators.json +6 -0
- package/apis/eks-2017-11-01.min.json +3 -0
- package/apis/ivs-realtime-2020-07-14.min.json +160 -33
- package/apis/ivs-realtime-2020-07-14.paginators.json +6 -0
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +262 -109
- package/apis/kinesisanalyticsv2-2018-05-23.paginators.json +24 -0
- package/apis/networkmanager-2019-07-05.min.json +192 -150
- package/apis/opensearch-2021-01-01.min.json +141 -98
- package/apis/workspaces-thin-client-2023-08-22.min.json +30 -13
- package/clients/autoscaling.d.ts +67 -67
- package/clients/controltower.d.ts +91 -27
- package/clients/ec2.d.ts +1 -1
- package/clients/eks.d.ts +4 -0
- package/clients/ivsrealtime.d.ts +163 -14
- package/clients/kinesisanalyticsv2.d.ts +146 -2
- package/clients/networkmanager.d.ts +82 -0
- package/clients/opensearch.d.ts +53 -0
- package/clients/workspacesthinclient.d.ts +15 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +10 -4
- package/dist/aws-sdk.min.js +6 -6
- 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.1649.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
|
@@ -4,11 +4,17 @@
|
|
4
4
|
"apiVersion": "2011-01-01",
|
5
5
|
"endpointPrefix": "autoscaling",
|
6
6
|
"protocol": "query",
|
7
|
+
"protocols": [
|
8
|
+
"query"
|
9
|
+
],
|
7
10
|
"serviceFullName": "Auto Scaling",
|
8
11
|
"serviceId": "Auto Scaling",
|
9
12
|
"signatureVersion": "v4",
|
10
13
|
"uid": "autoscaling-2011-01-01",
|
11
|
-
"xmlNamespace": "http://autoscaling.amazonaws.com/doc/2011-01-01/"
|
14
|
+
"xmlNamespace": "http://autoscaling.amazonaws.com/doc/2011-01-01/",
|
15
|
+
"auth": [
|
16
|
+
"aws.auth#sigv4"
|
17
|
+
]
|
12
18
|
},
|
13
19
|
"operations": {
|
14
20
|
"AttachInstances": {
|
@@ -12,7 +12,10 @@
|
|
12
12
|
"serviceId": "ControlTower",
|
13
13
|
"signatureVersion": "v4",
|
14
14
|
"signingName": "controltower",
|
15
|
-
"uid": "controltower-2018-05-10"
|
15
|
+
"uid": "controltower-2018-05-10",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
16
19
|
},
|
17
20
|
"operations": {
|
18
21
|
"CreateLandingZone": {
|
@@ -486,6 +489,7 @@
|
|
486
489
|
"endTime": {
|
487
490
|
"shape": "S10"
|
488
491
|
},
|
492
|
+
"operationIdentifier": {},
|
489
493
|
"operationType": {},
|
490
494
|
"startTime": {
|
491
495
|
"shape": "S10"
|
@@ -721,6 +725,54 @@
|
|
721
725
|
}
|
722
726
|
}
|
723
727
|
},
|
728
|
+
"ListLandingZoneOperations": {
|
729
|
+
"http": {
|
730
|
+
"requestUri": "/list-landingzone-operations",
|
731
|
+
"responseCode": 200
|
732
|
+
},
|
733
|
+
"input": {
|
734
|
+
"type": "structure",
|
735
|
+
"members": {
|
736
|
+
"filter": {
|
737
|
+
"type": "structure",
|
738
|
+
"members": {
|
739
|
+
"statuses": {
|
740
|
+
"type": "list",
|
741
|
+
"member": {}
|
742
|
+
},
|
743
|
+
"types": {
|
744
|
+
"type": "list",
|
745
|
+
"member": {}
|
746
|
+
}
|
747
|
+
}
|
748
|
+
},
|
749
|
+
"maxResults": {
|
750
|
+
"type": "integer"
|
751
|
+
},
|
752
|
+
"nextToken": {}
|
753
|
+
}
|
754
|
+
},
|
755
|
+
"output": {
|
756
|
+
"type": "structure",
|
757
|
+
"required": [
|
758
|
+
"landingZoneOperations"
|
759
|
+
],
|
760
|
+
"members": {
|
761
|
+
"landingZoneOperations": {
|
762
|
+
"type": "list",
|
763
|
+
"member": {
|
764
|
+
"type": "structure",
|
765
|
+
"members": {
|
766
|
+
"operationIdentifier": {},
|
767
|
+
"operationType": {},
|
768
|
+
"status": {}
|
769
|
+
}
|
770
|
+
}
|
771
|
+
},
|
772
|
+
"nextToken": {}
|
773
|
+
}
|
774
|
+
}
|
775
|
+
},
|
724
776
|
"ListLandingZones": {
|
725
777
|
"http": {
|
726
778
|
"requestUri": "/list-landingzones",
|
@@ -24,6 +24,12 @@
|
|
24
24
|
"limit_key": "maxResults",
|
25
25
|
"result_key": "enabledControls"
|
26
26
|
},
|
27
|
+
"ListLandingZoneOperations": {
|
28
|
+
"input_token": "nextToken",
|
29
|
+
"output_token": "nextToken",
|
30
|
+
"limit_key": "maxResults",
|
31
|
+
"result_key": "landingZoneOperations"
|
32
|
+
},
|
27
33
|
"ListLandingZones": {
|
28
34
|
"input_token": "nextToken",
|
29
35
|
"output_token": "nextToken",
|
@@ -3,8 +3,10 @@
|
|
3
3
|
"metadata": {
|
4
4
|
"apiVersion": "2020-07-14",
|
5
5
|
"endpointPrefix": "ivsrealtime",
|
6
|
-
"jsonVersion": "1.1",
|
7
6
|
"protocol": "rest-json",
|
7
|
+
"protocols": [
|
8
|
+
"rest-json"
|
9
|
+
],
|
8
10
|
"serviceAbbreviation": "ivsrealtime",
|
9
11
|
"serviceFullName": "Amazon Interactive Video Service RealTime",
|
10
12
|
"serviceId": "IVS RealTime",
|
@@ -135,7 +137,7 @@
|
|
135
137
|
"members": {
|
136
138
|
"name": {},
|
137
139
|
"s3": {
|
138
|
-
"shape": "
|
140
|
+
"shape": "S17"
|
139
141
|
},
|
140
142
|
"tags": {
|
141
143
|
"shape": "S8"
|
@@ -146,7 +148,7 @@
|
|
146
148
|
"type": "structure",
|
147
149
|
"members": {
|
148
150
|
"storageConfiguration": {
|
149
|
-
"shape": "
|
151
|
+
"shape": "S1a"
|
150
152
|
}
|
151
153
|
}
|
152
154
|
}
|
@@ -170,6 +172,25 @@
|
|
170
172
|
"members": {}
|
171
173
|
}
|
172
174
|
},
|
175
|
+
"DeletePublicKey": {
|
176
|
+
"http": {
|
177
|
+
"requestUri": "/DeletePublicKey",
|
178
|
+
"responseCode": 200
|
179
|
+
},
|
180
|
+
"input": {
|
181
|
+
"type": "structure",
|
182
|
+
"required": [
|
183
|
+
"arn"
|
184
|
+
],
|
185
|
+
"members": {
|
186
|
+
"arn": {}
|
187
|
+
}
|
188
|
+
},
|
189
|
+
"output": {
|
190
|
+
"type": "structure",
|
191
|
+
"members": {}
|
192
|
+
}
|
193
|
+
},
|
173
194
|
"DeleteStage": {
|
174
195
|
"http": {
|
175
196
|
"requestUri": "/DeleteStage",
|
@@ -248,7 +269,7 @@
|
|
248
269
|
"type": "structure",
|
249
270
|
"members": {
|
250
271
|
"composition": {
|
251
|
-
"shape": "
|
272
|
+
"shape": "S1r"
|
252
273
|
}
|
253
274
|
}
|
254
275
|
}
|
@@ -304,7 +325,7 @@
|
|
304
325
|
"userId": {},
|
305
326
|
"state": {},
|
306
327
|
"firstJoinTime": {
|
307
|
-
"shape": "
|
328
|
+
"shape": "S29"
|
308
329
|
},
|
309
330
|
"attributes": {
|
310
331
|
"type": "map",
|
@@ -328,6 +349,29 @@
|
|
328
349
|
}
|
329
350
|
}
|
330
351
|
},
|
352
|
+
"GetPublicKey": {
|
353
|
+
"http": {
|
354
|
+
"requestUri": "/GetPublicKey",
|
355
|
+
"responseCode": 200
|
356
|
+
},
|
357
|
+
"input": {
|
358
|
+
"type": "structure",
|
359
|
+
"required": [
|
360
|
+
"arn"
|
361
|
+
],
|
362
|
+
"members": {
|
363
|
+
"arn": {}
|
364
|
+
}
|
365
|
+
},
|
366
|
+
"output": {
|
367
|
+
"type": "structure",
|
368
|
+
"members": {
|
369
|
+
"publicKey": {
|
370
|
+
"shape": "S30"
|
371
|
+
}
|
372
|
+
}
|
373
|
+
}
|
374
|
+
},
|
331
375
|
"GetStage": {
|
332
376
|
"http": {
|
333
377
|
"requestUri": "/GetStage",
|
@@ -375,10 +419,10 @@
|
|
375
419
|
"members": {
|
376
420
|
"sessionId": {},
|
377
421
|
"startTime": {
|
378
|
-
"shape": "
|
422
|
+
"shape": "S29"
|
379
423
|
},
|
380
424
|
"endTime": {
|
381
|
-
"shape": "
|
425
|
+
"shape": "S29"
|
382
426
|
}
|
383
427
|
}
|
384
428
|
}
|
@@ -403,7 +447,34 @@
|
|
403
447
|
"type": "structure",
|
404
448
|
"members": {
|
405
449
|
"storageConfiguration": {
|
406
|
-
"shape": "
|
450
|
+
"shape": "S1a"
|
451
|
+
}
|
452
|
+
}
|
453
|
+
}
|
454
|
+
},
|
455
|
+
"ImportPublicKey": {
|
456
|
+
"http": {
|
457
|
+
"requestUri": "/ImportPublicKey",
|
458
|
+
"responseCode": 200
|
459
|
+
},
|
460
|
+
"input": {
|
461
|
+
"type": "structure",
|
462
|
+
"required": [
|
463
|
+
"publicKeyMaterial"
|
464
|
+
],
|
465
|
+
"members": {
|
466
|
+
"publicKeyMaterial": {},
|
467
|
+
"name": {},
|
468
|
+
"tags": {
|
469
|
+
"shape": "S8"
|
470
|
+
}
|
471
|
+
}
|
472
|
+
},
|
473
|
+
"output": {
|
474
|
+
"type": "structure",
|
475
|
+
"members": {
|
476
|
+
"publicKey": {
|
477
|
+
"shape": "S30"
|
407
478
|
}
|
408
479
|
}
|
409
480
|
}
|
@@ -455,10 +526,10 @@
|
|
455
526
|
"id": {},
|
456
527
|
"state": {},
|
457
528
|
"startTime": {
|
458
|
-
"shape": "
|
529
|
+
"shape": "S29"
|
459
530
|
},
|
460
531
|
"endTime": {
|
461
|
-
"shape": "
|
532
|
+
"shape": "S29"
|
462
533
|
}
|
463
534
|
}
|
464
535
|
}
|
@@ -468,10 +539,10 @@
|
|
468
539
|
"shape": "S8"
|
469
540
|
},
|
470
541
|
"startTime": {
|
471
|
-
"shape": "
|
542
|
+
"shape": "S29"
|
472
543
|
},
|
473
544
|
"endTime": {
|
474
|
-
"shape": "
|
545
|
+
"shape": "S29"
|
475
546
|
}
|
476
547
|
}
|
477
548
|
}
|
@@ -556,7 +627,7 @@
|
|
556
627
|
"name": {},
|
557
628
|
"participantId": {},
|
558
629
|
"eventTime": {
|
559
|
-
"shape": "
|
630
|
+
"shape": "S29"
|
560
631
|
},
|
561
632
|
"remoteParticipantId": {},
|
562
633
|
"errorCode": {}
|
@@ -608,7 +679,7 @@
|
|
608
679
|
"userId": {},
|
609
680
|
"state": {},
|
610
681
|
"firstJoinTime": {
|
611
|
-
"shape": "
|
682
|
+
"shape": "S29"
|
612
683
|
},
|
613
684
|
"published": {
|
614
685
|
"type": "boolean"
|
@@ -621,6 +692,43 @@
|
|
621
692
|
}
|
622
693
|
}
|
623
694
|
},
|
695
|
+
"ListPublicKeys": {
|
696
|
+
"http": {
|
697
|
+
"requestUri": "/ListPublicKeys",
|
698
|
+
"responseCode": 200
|
699
|
+
},
|
700
|
+
"input": {
|
701
|
+
"type": "structure",
|
702
|
+
"members": {
|
703
|
+
"nextToken": {},
|
704
|
+
"maxResults": {
|
705
|
+
"type": "integer"
|
706
|
+
}
|
707
|
+
}
|
708
|
+
},
|
709
|
+
"output": {
|
710
|
+
"type": "structure",
|
711
|
+
"required": [
|
712
|
+
"publicKeys"
|
713
|
+
],
|
714
|
+
"members": {
|
715
|
+
"publicKeys": {
|
716
|
+
"type": "list",
|
717
|
+
"member": {
|
718
|
+
"type": "structure",
|
719
|
+
"members": {
|
720
|
+
"arn": {},
|
721
|
+
"name": {},
|
722
|
+
"tags": {
|
723
|
+
"shape": "S8"
|
724
|
+
}
|
725
|
+
}
|
726
|
+
}
|
727
|
+
},
|
728
|
+
"nextToken": {}
|
729
|
+
}
|
730
|
+
}
|
731
|
+
},
|
624
732
|
"ListStageSessions": {
|
625
733
|
"http": {
|
626
734
|
"requestUri": "/ListStageSessions",
|
@@ -652,10 +760,10 @@
|
|
652
760
|
"members": {
|
653
761
|
"sessionId": {},
|
654
762
|
"startTime": {
|
655
|
-
"shape": "
|
763
|
+
"shape": "S29"
|
656
764
|
},
|
657
765
|
"endTime": {
|
658
|
-
"shape": "
|
766
|
+
"shape": "S29"
|
659
767
|
}
|
660
768
|
}
|
661
769
|
}
|
@@ -736,7 +844,7 @@
|
|
736
844
|
"arn": {},
|
737
845
|
"name": {},
|
738
846
|
"s3": {
|
739
|
-
"shape": "
|
847
|
+
"shape": "S17"
|
740
848
|
},
|
741
849
|
"tags": {
|
742
850
|
"shape": "S8"
|
@@ -795,12 +903,12 @@
|
|
795
903
|
"idempotencyToken": true
|
796
904
|
},
|
797
905
|
"layout": {
|
798
|
-
"shape": "
|
906
|
+
"shape": "S1t"
|
799
907
|
},
|
800
908
|
"destinations": {
|
801
909
|
"type": "list",
|
802
910
|
"member": {
|
803
|
-
"shape": "
|
911
|
+
"shape": "S2a"
|
804
912
|
}
|
805
913
|
},
|
806
914
|
"tags": {
|
@@ -812,7 +920,7 @@
|
|
812
920
|
"type": "structure",
|
813
921
|
"members": {
|
814
922
|
"composition": {
|
815
|
-
"shape": "
|
923
|
+
"shape": "S1r"
|
816
924
|
}
|
817
925
|
}
|
818
926
|
}
|
@@ -1020,10 +1128,17 @@
|
|
1020
1128
|
},
|
1021
1129
|
"autoParticipantRecordingConfiguration": {
|
1022
1130
|
"shape": "Sv"
|
1131
|
+
},
|
1132
|
+
"endpoints": {
|
1133
|
+
"type": "structure",
|
1134
|
+
"members": {
|
1135
|
+
"events": {},
|
1136
|
+
"whip": {}
|
1137
|
+
}
|
1023
1138
|
}
|
1024
1139
|
}
|
1025
1140
|
},
|
1026
|
-
"
|
1141
|
+
"S17": {
|
1027
1142
|
"type": "structure",
|
1028
1143
|
"required": [
|
1029
1144
|
"bucketName"
|
@@ -1032,7 +1147,7 @@
|
|
1032
1147
|
"bucketName": {}
|
1033
1148
|
}
|
1034
1149
|
},
|
1035
|
-
"
|
1150
|
+
"S1a": {
|
1036
1151
|
"type": "structure",
|
1037
1152
|
"required": [
|
1038
1153
|
"arn"
|
@@ -1041,14 +1156,14 @@
|
|
1041
1156
|
"arn": {},
|
1042
1157
|
"name": {},
|
1043
1158
|
"s3": {
|
1044
|
-
"shape": "
|
1159
|
+
"shape": "S17"
|
1045
1160
|
},
|
1046
1161
|
"tags": {
|
1047
1162
|
"shape": "S8"
|
1048
1163
|
}
|
1049
1164
|
}
|
1050
1165
|
},
|
1051
|
-
"
|
1166
|
+
"S1r": {
|
1052
1167
|
"type": "structure",
|
1053
1168
|
"required": [
|
1054
1169
|
"arn",
|
@@ -1062,7 +1177,7 @@
|
|
1062
1177
|
"stageArn": {},
|
1063
1178
|
"state": {},
|
1064
1179
|
"layout": {
|
1065
|
-
"shape": "
|
1180
|
+
"shape": "S1t"
|
1066
1181
|
},
|
1067
1182
|
"destinations": {
|
1068
1183
|
"type": "list",
|
@@ -1077,13 +1192,13 @@
|
|
1077
1192
|
"id": {},
|
1078
1193
|
"state": {},
|
1079
1194
|
"startTime": {
|
1080
|
-
"shape": "
|
1195
|
+
"shape": "S29"
|
1081
1196
|
},
|
1082
1197
|
"endTime": {
|
1083
|
-
"shape": "
|
1198
|
+
"shape": "S29"
|
1084
1199
|
},
|
1085
1200
|
"configuration": {
|
1086
|
-
"shape": "
|
1201
|
+
"shape": "S2a"
|
1087
1202
|
},
|
1088
1203
|
"detail": {
|
1089
1204
|
"type": "structure",
|
@@ -1106,14 +1221,14 @@
|
|
1106
1221
|
"shape": "S8"
|
1107
1222
|
},
|
1108
1223
|
"startTime": {
|
1109
|
-
"shape": "
|
1224
|
+
"shape": "S29"
|
1110
1225
|
},
|
1111
1226
|
"endTime": {
|
1112
|
-
"shape": "
|
1227
|
+
"shape": "S29"
|
1113
1228
|
}
|
1114
1229
|
}
|
1115
1230
|
},
|
1116
|
-
"
|
1231
|
+
"S1t": {
|
1117
1232
|
"type": "structure",
|
1118
1233
|
"members": {
|
1119
1234
|
"grid": {
|
@@ -1157,11 +1272,11 @@
|
|
1157
1272
|
}
|
1158
1273
|
}
|
1159
1274
|
},
|
1160
|
-
"
|
1275
|
+
"S29": {
|
1161
1276
|
"type": "timestamp",
|
1162
1277
|
"timestampFormat": "iso8601"
|
1163
1278
|
},
|
1164
|
-
"
|
1279
|
+
"S2a": {
|
1165
1280
|
"type": "structure",
|
1166
1281
|
"members": {
|
1167
1282
|
"name": {},
|
@@ -1196,6 +1311,18 @@
|
|
1196
1311
|
}
|
1197
1312
|
}
|
1198
1313
|
}
|
1314
|
+
},
|
1315
|
+
"S30": {
|
1316
|
+
"type": "structure",
|
1317
|
+
"members": {
|
1318
|
+
"arn": {},
|
1319
|
+
"name": {},
|
1320
|
+
"publicKeyMaterial": {},
|
1321
|
+
"fingerprint": {},
|
1322
|
+
"tags": {
|
1323
|
+
"shape": "S8"
|
1324
|
+
}
|
1325
|
+
}
|
1199
1326
|
}
|
1200
1327
|
}
|
1201
1328
|
}
|
@@ -20,6 +20,12 @@
|
|
20
20
|
"output_token": "nextToken",
|
21
21
|
"limit_key": "maxResults"
|
22
22
|
},
|
23
|
+
"ListPublicKeys": {
|
24
|
+
"input_token": "nextToken",
|
25
|
+
"output_token": "nextToken",
|
26
|
+
"limit_key": "maxResults",
|
27
|
+
"result_key": "publicKeys"
|
28
|
+
},
|
23
29
|
"ListStageSessions": {
|
24
30
|
"input_token": "nextToken",
|
25
31
|
"output_token": "nextToken",
|