aws-sdk 2.916.0 → 2.920.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 +26 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.min.json +63 -60
- package/apis/datasync-2018-11-09.min.json +16 -15
- package/apis/devicefarm-2015-06-23.min.json +144 -92
- package/apis/docdb-2014-10-31.min.json +233 -65
- package/apis/docdb-2014-10-31.paginators.json +6 -0
- package/apis/ec2-2016-11-15.min.json +6 -0
- package/apis/fsx-2018-03-01.min.json +27 -24
- package/apis/iotevents-2018-07-27.min.json +715 -188
- package/apis/iotevents-data-2018-10-23.min.json +380 -1
- package/apis/iotsitewise-2019-12-02.min.json +65 -43
- package/apis/iotwireless-2020-11-22.min.json +210 -6
- package/apis/kendra-2019-02-03.min.json +351 -77
- package/apis/location-2020-11-19.min.json +677 -84
- package/apis/location-2020-11-19.paginators.json +12 -0
- package/apis/sns-2010-03-31.min.json +150 -13
- package/apis/sns-2010-03-31.paginators.json +12 -0
- package/clients/autoscaling.d.ts +55 -50
- package/clients/braket.d.ts +2 -2
- package/clients/datasync.d.ts +39 -34
- package/clients/devicefarm.d.ts +41 -10
- package/clients/docdb.d.ts +217 -4
- package/clients/ec2.d.ts +8 -0
- package/clients/ecs.d.ts +4 -4
- package/clients/fsx.d.ts +15 -2
- package/clients/iam.d.ts +1 -1
- package/clients/iotevents.d.ts +595 -11
- package/clients/ioteventsdata.d.ts +474 -9
- package/clients/iotsitewise.d.ts +34 -0
- package/clients/iotwireless.d.ts +126 -0
- package/clients/kendra.d.ts +410 -6
- package/clients/lightsail.d.ts +3 -3
- package/clients/location.d.ts +651 -77
- package/clients/polly.d.ts +1 -1
- package/clients/resourcegroups.d.ts +4 -4
- package/clients/servicediscovery.d.ts +41 -41
- package/clients/sns.d.ts +181 -4
- package/clients/sqs.d.ts +5 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +17 -17
- package/dist/aws-sdk.js +378 -168
- package/dist/aws-sdk.min.js +68 -68
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -5,6 +5,12 @@
|
|
|
5
5
|
"output_token": "NextToken",
|
|
6
6
|
"result_key": "DevicePositions"
|
|
7
7
|
},
|
|
8
|
+
"ListDevicePositions": {
|
|
9
|
+
"input_token": "NextToken",
|
|
10
|
+
"output_token": "NextToken",
|
|
11
|
+
"limit_key": "MaxResults",
|
|
12
|
+
"result_key": "Entries"
|
|
13
|
+
},
|
|
8
14
|
"ListGeofenceCollections": {
|
|
9
15
|
"input_token": "NextToken",
|
|
10
16
|
"output_token": "NextToken",
|
|
@@ -28,6 +34,12 @@
|
|
|
28
34
|
"limit_key": "MaxResults",
|
|
29
35
|
"result_key": "Entries"
|
|
30
36
|
},
|
|
37
|
+
"ListRouteCalculators": {
|
|
38
|
+
"input_token": "NextToken",
|
|
39
|
+
"output_token": "NextToken",
|
|
40
|
+
"limit_key": "MaxResults",
|
|
41
|
+
"result_key": "Entries"
|
|
42
|
+
},
|
|
31
43
|
"ListTrackerConsumers": {
|
|
32
44
|
"input_token": "NextToken",
|
|
33
45
|
"output_token": "NextToken",
|
|
@@ -124,6 +124,23 @@
|
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
|
+
"CreateSMSSandboxPhoneNumber": {
|
|
128
|
+
"input": {
|
|
129
|
+
"type": "structure",
|
|
130
|
+
"required": [
|
|
131
|
+
"PhoneNumber"
|
|
132
|
+
],
|
|
133
|
+
"members": {
|
|
134
|
+
"PhoneNumber": {},
|
|
135
|
+
"LanguageCode": {}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"output": {
|
|
139
|
+
"resultWrapper": "CreateSMSSandboxPhoneNumberResult",
|
|
140
|
+
"type": "structure",
|
|
141
|
+
"members": {}
|
|
142
|
+
}
|
|
143
|
+
},
|
|
127
144
|
"CreateTopic": {
|
|
128
145
|
"input": {
|
|
129
146
|
"type": "structure",
|
|
@@ -133,10 +150,10 @@
|
|
|
133
150
|
"members": {
|
|
134
151
|
"Name": {},
|
|
135
152
|
"Attributes": {
|
|
136
|
-
"shape": "
|
|
153
|
+
"shape": "St"
|
|
137
154
|
},
|
|
138
155
|
"Tags": {
|
|
139
|
-
"shape": "
|
|
156
|
+
"shape": "Sw"
|
|
140
157
|
}
|
|
141
158
|
}
|
|
142
159
|
},
|
|
@@ -170,6 +187,22 @@
|
|
|
170
187
|
}
|
|
171
188
|
}
|
|
172
189
|
},
|
|
190
|
+
"DeleteSMSSandboxPhoneNumber": {
|
|
191
|
+
"input": {
|
|
192
|
+
"type": "structure",
|
|
193
|
+
"required": [
|
|
194
|
+
"PhoneNumber"
|
|
195
|
+
],
|
|
196
|
+
"members": {
|
|
197
|
+
"PhoneNumber": {}
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"output": {
|
|
201
|
+
"resultWrapper": "DeleteSMSSandboxPhoneNumberResult",
|
|
202
|
+
"type": "structure",
|
|
203
|
+
"members": {}
|
|
204
|
+
}
|
|
205
|
+
},
|
|
173
206
|
"DeleteTopic": {
|
|
174
207
|
"input": {
|
|
175
208
|
"type": "structure",
|
|
@@ -241,6 +274,24 @@
|
|
|
241
274
|
}
|
|
242
275
|
}
|
|
243
276
|
},
|
|
277
|
+
"GetSMSSandboxAccountStatus": {
|
|
278
|
+
"input": {
|
|
279
|
+
"type": "structure",
|
|
280
|
+
"members": {}
|
|
281
|
+
},
|
|
282
|
+
"output": {
|
|
283
|
+
"resultWrapper": "GetSMSSandboxAccountStatusResult",
|
|
284
|
+
"type": "structure",
|
|
285
|
+
"required": [
|
|
286
|
+
"IsInSandbox"
|
|
287
|
+
],
|
|
288
|
+
"members": {
|
|
289
|
+
"IsInSandbox": {
|
|
290
|
+
"type": "boolean"
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
},
|
|
244
295
|
"GetSubscriptionAttributes": {
|
|
245
296
|
"input": {
|
|
246
297
|
"type": "structure",
|
|
@@ -256,7 +307,7 @@
|
|
|
256
307
|
"type": "structure",
|
|
257
308
|
"members": {
|
|
258
309
|
"Attributes": {
|
|
259
|
-
"shape": "
|
|
310
|
+
"shape": "S1h"
|
|
260
311
|
}
|
|
261
312
|
}
|
|
262
313
|
}
|
|
@@ -276,7 +327,7 @@
|
|
|
276
327
|
"type": "structure",
|
|
277
328
|
"members": {
|
|
278
329
|
"Attributes": {
|
|
279
|
-
"shape": "
|
|
330
|
+
"shape": "St"
|
|
280
331
|
}
|
|
281
332
|
}
|
|
282
333
|
}
|
|
@@ -312,6 +363,43 @@
|
|
|
312
363
|
}
|
|
313
364
|
}
|
|
314
365
|
},
|
|
366
|
+
"ListOriginationNumbers": {
|
|
367
|
+
"input": {
|
|
368
|
+
"type": "structure",
|
|
369
|
+
"members": {
|
|
370
|
+
"NextToken": {},
|
|
371
|
+
"MaxResults": {
|
|
372
|
+
"type": "integer"
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
"output": {
|
|
377
|
+
"resultWrapper": "ListOriginationNumbersResult",
|
|
378
|
+
"type": "structure",
|
|
379
|
+
"members": {
|
|
380
|
+
"NextToken": {},
|
|
381
|
+
"PhoneNumbers": {
|
|
382
|
+
"type": "list",
|
|
383
|
+
"member": {
|
|
384
|
+
"type": "structure",
|
|
385
|
+
"members": {
|
|
386
|
+
"CreatedAt": {
|
|
387
|
+
"type": "timestamp"
|
|
388
|
+
},
|
|
389
|
+
"PhoneNumber": {},
|
|
390
|
+
"Status": {},
|
|
391
|
+
"Iso2CountryCode": {},
|
|
392
|
+
"RouteType": {},
|
|
393
|
+
"NumberCapabilities": {
|
|
394
|
+
"type": "list",
|
|
395
|
+
"member": {}
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
},
|
|
315
403
|
"ListPhoneNumbersOptedOut": {
|
|
316
404
|
"input": {
|
|
317
405
|
"type": "structure",
|
|
@@ -358,6 +446,37 @@
|
|
|
358
446
|
}
|
|
359
447
|
}
|
|
360
448
|
},
|
|
449
|
+
"ListSMSSandboxPhoneNumbers": {
|
|
450
|
+
"input": {
|
|
451
|
+
"type": "structure",
|
|
452
|
+
"members": {
|
|
453
|
+
"NextToken": {},
|
|
454
|
+
"MaxResults": {
|
|
455
|
+
"type": "integer"
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
"output": {
|
|
460
|
+
"resultWrapper": "ListSMSSandboxPhoneNumbersResult",
|
|
461
|
+
"type": "structure",
|
|
462
|
+
"required": [
|
|
463
|
+
"PhoneNumbers"
|
|
464
|
+
],
|
|
465
|
+
"members": {
|
|
466
|
+
"PhoneNumbers": {
|
|
467
|
+
"type": "list",
|
|
468
|
+
"member": {
|
|
469
|
+
"type": "structure",
|
|
470
|
+
"members": {
|
|
471
|
+
"PhoneNumber": {},
|
|
472
|
+
"Status": {}
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
"NextToken": {}
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
},
|
|
361
480
|
"ListSubscriptions": {
|
|
362
481
|
"input": {
|
|
363
482
|
"type": "structure",
|
|
@@ -370,7 +489,7 @@
|
|
|
370
489
|
"type": "structure",
|
|
371
490
|
"members": {
|
|
372
491
|
"Subscriptions": {
|
|
373
|
-
"shape": "
|
|
492
|
+
"shape": "S2f"
|
|
374
493
|
},
|
|
375
494
|
"NextToken": {}
|
|
376
495
|
}
|
|
@@ -392,7 +511,7 @@
|
|
|
392
511
|
"type": "structure",
|
|
393
512
|
"members": {
|
|
394
513
|
"Subscriptions": {
|
|
395
|
-
"shape": "
|
|
514
|
+
"shape": "S2f"
|
|
396
515
|
},
|
|
397
516
|
"NextToken": {}
|
|
398
517
|
}
|
|
@@ -413,7 +532,7 @@
|
|
|
413
532
|
"type": "structure",
|
|
414
533
|
"members": {
|
|
415
534
|
"Tags": {
|
|
416
|
-
"shape": "
|
|
535
|
+
"shape": "Sw"
|
|
417
536
|
}
|
|
418
537
|
}
|
|
419
538
|
}
|
|
@@ -605,7 +724,7 @@
|
|
|
605
724
|
"Protocol": {},
|
|
606
725
|
"Endpoint": {},
|
|
607
726
|
"Attributes": {
|
|
608
|
-
"shape": "
|
|
727
|
+
"shape": "S1h"
|
|
609
728
|
},
|
|
610
729
|
"ReturnSubscriptionArn": {
|
|
611
730
|
"type": "boolean"
|
|
@@ -630,7 +749,7 @@
|
|
|
630
749
|
"members": {
|
|
631
750
|
"ResourceArn": {},
|
|
632
751
|
"Tags": {
|
|
633
|
-
"shape": "
|
|
752
|
+
"shape": "Sw"
|
|
634
753
|
}
|
|
635
754
|
}
|
|
636
755
|
},
|
|
@@ -671,6 +790,24 @@
|
|
|
671
790
|
"type": "structure",
|
|
672
791
|
"members": {}
|
|
673
792
|
}
|
|
793
|
+
},
|
|
794
|
+
"VerifySMSSandboxPhoneNumber": {
|
|
795
|
+
"input": {
|
|
796
|
+
"type": "structure",
|
|
797
|
+
"required": [
|
|
798
|
+
"PhoneNumber",
|
|
799
|
+
"OneTimePassword"
|
|
800
|
+
],
|
|
801
|
+
"members": {
|
|
802
|
+
"PhoneNumber": {},
|
|
803
|
+
"OneTimePassword": {}
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
"output": {
|
|
807
|
+
"resultWrapper": "VerifySMSSandboxPhoneNumberResult",
|
|
808
|
+
"type": "structure",
|
|
809
|
+
"members": {}
|
|
810
|
+
}
|
|
674
811
|
}
|
|
675
812
|
},
|
|
676
813
|
"shapes": {
|
|
@@ -679,12 +816,12 @@
|
|
|
679
816
|
"key": {},
|
|
680
817
|
"value": {}
|
|
681
818
|
},
|
|
682
|
-
"
|
|
819
|
+
"St": {
|
|
683
820
|
"type": "map",
|
|
684
821
|
"key": {},
|
|
685
822
|
"value": {}
|
|
686
823
|
},
|
|
687
|
-
"
|
|
824
|
+
"Sw": {
|
|
688
825
|
"type": "list",
|
|
689
826
|
"member": {
|
|
690
827
|
"type": "structure",
|
|
@@ -698,12 +835,12 @@
|
|
|
698
835
|
}
|
|
699
836
|
}
|
|
700
837
|
},
|
|
701
|
-
"
|
|
838
|
+
"S1h": {
|
|
702
839
|
"type": "map",
|
|
703
840
|
"key": {},
|
|
704
841
|
"value": {}
|
|
705
842
|
},
|
|
706
|
-
"
|
|
843
|
+
"S2f": {
|
|
707
844
|
"type": "list",
|
|
708
845
|
"member": {
|
|
709
846
|
"type": "structure",
|
|
@@ -5,11 +5,23 @@
|
|
|
5
5
|
"output_token": "NextToken",
|
|
6
6
|
"result_key": "Endpoints"
|
|
7
7
|
},
|
|
8
|
+
"ListOriginationNumbers": {
|
|
9
|
+
"input_token": "NextToken",
|
|
10
|
+
"limit_key": "MaxResults",
|
|
11
|
+
"output_token": "NextToken",
|
|
12
|
+
"result_key": "PhoneNumbers"
|
|
13
|
+
},
|
|
8
14
|
"ListPlatformApplications": {
|
|
9
15
|
"input_token": "NextToken",
|
|
10
16
|
"output_token": "NextToken",
|
|
11
17
|
"result_key": "PlatformApplications"
|
|
12
18
|
},
|
|
19
|
+
"ListSMSSandboxPhoneNumbers": {
|
|
20
|
+
"input_token": "NextToken",
|
|
21
|
+
"limit_key": "MaxResults",
|
|
22
|
+
"output_token": "NextToken",
|
|
23
|
+
"result_key": "PhoneNumbers"
|
|
24
|
+
},
|
|
13
25
|
"ListSubscriptions": {
|
|
14
26
|
"input_token": "NextToken",
|
|
15
27
|
"output_token": "NextToken",
|