aws-sdk 2.661.0 → 2.662.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 +11 -1
- package/README.md +1 -1
- package/apis/application-autoscaling-2016-02-06.examples.json +6 -169
- package/apis/firehose-2015-08-04.min.json +74 -30
- package/apis/mediapackage-vod-2018-11-07.min.json +173 -36
- package/apis/pinpoint-2016-12-01.min.json +363 -335
- package/apis/ram-2018-01-04.min.json +30 -0
- package/apis/rds-2014-10-31.min.json +2 -0
- package/apis/storagegateway-2013-06-30.min.json +99 -14
- package/apis/transfer-2018-11-05.min.json +41 -24
- package/clients/applicationautoscaling.d.ts +83 -83
- package/clients/firehose.d.ts +50 -8
- package/clients/mediapackagevod.d.ts +55 -0
- package/clients/pinpoint.d.ts +115 -77
- package/clients/ram.d.ts +41 -2
- package/clients/rds.d.ts +13 -5
- package/clients/storagegateway.d.ts +137 -60
- package/clients/transfer.d.ts +154 -123
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +178 -47
- package/dist/aws-sdk.min.js +43 -43
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -554,6 +554,36 @@
|
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
556
|
},
|
|
557
|
+
"ListResourceTypes": {
|
|
558
|
+
"http": {
|
|
559
|
+
"requestUri": "/listresourcetypes"
|
|
560
|
+
},
|
|
561
|
+
"input": {
|
|
562
|
+
"type": "structure",
|
|
563
|
+
"members": {
|
|
564
|
+
"nextToken": {},
|
|
565
|
+
"maxResults": {
|
|
566
|
+
"type": "integer"
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
"output": {
|
|
571
|
+
"type": "structure",
|
|
572
|
+
"members": {
|
|
573
|
+
"resourceTypes": {
|
|
574
|
+
"type": "list",
|
|
575
|
+
"member": {
|
|
576
|
+
"type": "structure",
|
|
577
|
+
"members": {
|
|
578
|
+
"resourceType": {},
|
|
579
|
+
"serviceName": {}
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
},
|
|
583
|
+
"nextToken": {}
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
},
|
|
557
587
|
"ListResources": {
|
|
558
588
|
"http": {
|
|
559
589
|
"requestUri": "/listresources"
|
|
@@ -2414,6 +2414,7 @@
|
|
|
2414
2414
|
"EngineVersion": {},
|
|
2415
2415
|
"DBInstanceClass": {},
|
|
2416
2416
|
"LicenseModel": {},
|
|
2417
|
+
"AvailabilityZoneGroup": {},
|
|
2417
2418
|
"Vpc": {
|
|
2418
2419
|
"type": "boolean"
|
|
2419
2420
|
},
|
|
@@ -2440,6 +2441,7 @@
|
|
|
2440
2441
|
"EngineVersion": {},
|
|
2441
2442
|
"DBInstanceClass": {},
|
|
2442
2443
|
"LicenseModel": {},
|
|
2444
|
+
"AvailabilityZoneGroup": {},
|
|
2443
2445
|
"AvailabilityZones": {
|
|
2444
2446
|
"type": "list",
|
|
2445
2447
|
"member": {
|
|
@@ -502,6 +502,23 @@
|
|
|
502
502
|
}
|
|
503
503
|
}
|
|
504
504
|
},
|
|
505
|
+
"DeleteAutomaticTapeCreationPolicy": {
|
|
506
|
+
"input": {
|
|
507
|
+
"type": "structure",
|
|
508
|
+
"required": [
|
|
509
|
+
"GatewayARN"
|
|
510
|
+
],
|
|
511
|
+
"members": {
|
|
512
|
+
"GatewayARN": {}
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
"output": {
|
|
516
|
+
"type": "structure",
|
|
517
|
+
"members": {
|
|
518
|
+
"GatewayARN": {}
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
},
|
|
505
522
|
"DeleteBandwidthRateLimit": {
|
|
506
523
|
"input": {
|
|
507
524
|
"type": "structure",
|
|
@@ -735,7 +752,7 @@
|
|
|
735
752
|
],
|
|
736
753
|
"members": {
|
|
737
754
|
"VolumeARNs": {
|
|
738
|
-
"shape": "
|
|
755
|
+
"shape": "S38"
|
|
739
756
|
}
|
|
740
757
|
}
|
|
741
758
|
},
|
|
@@ -760,7 +777,7 @@
|
|
|
760
777
|
},
|
|
761
778
|
"SourceSnapshotId": {},
|
|
762
779
|
"VolumeiSCSIAttributes": {
|
|
763
|
-
"shape": "
|
|
780
|
+
"shape": "S3h"
|
|
764
781
|
},
|
|
765
782
|
"CreatedDate": {
|
|
766
783
|
"type": "timestamp"
|
|
@@ -796,11 +813,11 @@
|
|
|
796
813
|
"members": {
|
|
797
814
|
"TargetARN": {},
|
|
798
815
|
"SecretToAuthenticateInitiator": {
|
|
799
|
-
"shape": "
|
|
816
|
+
"shape": "S3q"
|
|
800
817
|
},
|
|
801
818
|
"InitiatorName": {},
|
|
802
819
|
"SecretToAuthenticateTarget": {
|
|
803
|
-
"shape": "
|
|
820
|
+
"shape": "S3q"
|
|
804
821
|
}
|
|
805
822
|
}
|
|
806
823
|
}
|
|
@@ -889,7 +906,7 @@
|
|
|
889
906
|
],
|
|
890
907
|
"members": {
|
|
891
908
|
"FileShareARNList": {
|
|
892
|
-
"shape": "
|
|
909
|
+
"shape": "S4a"
|
|
893
910
|
}
|
|
894
911
|
}
|
|
895
912
|
},
|
|
@@ -947,7 +964,7 @@
|
|
|
947
964
|
],
|
|
948
965
|
"members": {
|
|
949
966
|
"FileShareARNList": {
|
|
950
|
-
"shape": "
|
|
967
|
+
"shape": "S4a"
|
|
951
968
|
}
|
|
952
969
|
}
|
|
953
970
|
},
|
|
@@ -1063,7 +1080,7 @@
|
|
|
1063
1080
|
],
|
|
1064
1081
|
"members": {
|
|
1065
1082
|
"VolumeARNs": {
|
|
1066
|
-
"shape": "
|
|
1083
|
+
"shape": "S38"
|
|
1067
1084
|
}
|
|
1068
1085
|
}
|
|
1069
1086
|
},
|
|
@@ -1092,7 +1109,7 @@
|
|
|
1092
1109
|
"type": "boolean"
|
|
1093
1110
|
},
|
|
1094
1111
|
"VolumeiSCSIAttributes": {
|
|
1095
|
-
"shape": "
|
|
1112
|
+
"shape": "S3h"
|
|
1096
1113
|
},
|
|
1097
1114
|
"CreatedDate": {
|
|
1098
1115
|
"type": "timestamp"
|
|
@@ -1417,6 +1434,31 @@
|
|
|
1417
1434
|
}
|
|
1418
1435
|
}
|
|
1419
1436
|
},
|
|
1437
|
+
"ListAutomaticTapeCreationPolicies": {
|
|
1438
|
+
"input": {
|
|
1439
|
+
"type": "structure",
|
|
1440
|
+
"members": {
|
|
1441
|
+
"GatewayARN": {}
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
"output": {
|
|
1445
|
+
"type": "structure",
|
|
1446
|
+
"members": {
|
|
1447
|
+
"AutomaticTapeCreationPolicyInfos": {
|
|
1448
|
+
"type": "list",
|
|
1449
|
+
"member": {
|
|
1450
|
+
"type": "structure",
|
|
1451
|
+
"members": {
|
|
1452
|
+
"AutomaticTapeCreationRules": {
|
|
1453
|
+
"shape": "S69"
|
|
1454
|
+
},
|
|
1455
|
+
"GatewayARN": {}
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1420
1462
|
"ListFileShares": {
|
|
1421
1463
|
"input": {
|
|
1422
1464
|
"type": "structure",
|
|
@@ -1884,6 +1926,27 @@
|
|
|
1884
1926
|
}
|
|
1885
1927
|
}
|
|
1886
1928
|
},
|
|
1929
|
+
"UpdateAutomaticTapeCreationPolicy": {
|
|
1930
|
+
"input": {
|
|
1931
|
+
"type": "structure",
|
|
1932
|
+
"required": [
|
|
1933
|
+
"AutomaticTapeCreationRules",
|
|
1934
|
+
"GatewayARN"
|
|
1935
|
+
],
|
|
1936
|
+
"members": {
|
|
1937
|
+
"AutomaticTapeCreationRules": {
|
|
1938
|
+
"shape": "S69"
|
|
1939
|
+
},
|
|
1940
|
+
"GatewayARN": {}
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
"output": {
|
|
1944
|
+
"type": "structure",
|
|
1945
|
+
"members": {
|
|
1946
|
+
"GatewayARN": {}
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1887
1950
|
"UpdateBandwidthRateLimit": {
|
|
1888
1951
|
"input": {
|
|
1889
1952
|
"type": "structure",
|
|
@@ -1918,11 +1981,11 @@
|
|
|
1918
1981
|
"members": {
|
|
1919
1982
|
"TargetARN": {},
|
|
1920
1983
|
"SecretToAuthenticateInitiator": {
|
|
1921
|
-
"shape": "
|
|
1984
|
+
"shape": "S3q"
|
|
1922
1985
|
},
|
|
1923
1986
|
"InitiatorName": {},
|
|
1924
1987
|
"SecretToAuthenticateTarget": {
|
|
1925
|
-
"shape": "
|
|
1988
|
+
"shape": "S3q"
|
|
1926
1989
|
}
|
|
1927
1990
|
}
|
|
1928
1991
|
},
|
|
@@ -2199,11 +2262,11 @@
|
|
|
2199
2262
|
"type": "list",
|
|
2200
2263
|
"member": {}
|
|
2201
2264
|
},
|
|
2202
|
-
"
|
|
2265
|
+
"S38": {
|
|
2203
2266
|
"type": "list",
|
|
2204
2267
|
"member": {}
|
|
2205
2268
|
},
|
|
2206
|
-
"
|
|
2269
|
+
"S3h": {
|
|
2207
2270
|
"type": "structure",
|
|
2208
2271
|
"members": {
|
|
2209
2272
|
"TargetARN": {},
|
|
@@ -2219,13 +2282,35 @@
|
|
|
2219
2282
|
}
|
|
2220
2283
|
}
|
|
2221
2284
|
},
|
|
2222
|
-
"
|
|
2285
|
+
"S3q": {
|
|
2223
2286
|
"type": "string",
|
|
2224
2287
|
"sensitive": true
|
|
2225
2288
|
},
|
|
2226
|
-
"
|
|
2289
|
+
"S4a": {
|
|
2227
2290
|
"type": "list",
|
|
2228
2291
|
"member": {}
|
|
2292
|
+
},
|
|
2293
|
+
"S69": {
|
|
2294
|
+
"type": "list",
|
|
2295
|
+
"member": {
|
|
2296
|
+
"type": "structure",
|
|
2297
|
+
"required": [
|
|
2298
|
+
"TapeBarcodePrefix",
|
|
2299
|
+
"PoolId",
|
|
2300
|
+
"TapeSizeInBytes",
|
|
2301
|
+
"MinimumNumTapes"
|
|
2302
|
+
],
|
|
2303
|
+
"members": {
|
|
2304
|
+
"TapeBarcodePrefix": {},
|
|
2305
|
+
"PoolId": {},
|
|
2306
|
+
"TapeSizeInBytes": {
|
|
2307
|
+
"type": "long"
|
|
2308
|
+
},
|
|
2309
|
+
"MinimumNumTapes": {
|
|
2310
|
+
"type": "integer"
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
}
|
|
2229
2314
|
}
|
|
2230
2315
|
}
|
|
2231
2316
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"jsonVersion": "1.1",
|
|
7
7
|
"protocol": "json",
|
|
8
8
|
"serviceAbbreviation": "AWS Transfer",
|
|
9
|
-
"serviceFullName": "AWS Transfer
|
|
9
|
+
"serviceFullName": "AWS Transfer Family",
|
|
10
10
|
"serviceId": "Transfer",
|
|
11
11
|
"signatureVersion": "v4",
|
|
12
12
|
"signingName": "transfer",
|
|
@@ -18,20 +18,24 @@
|
|
|
18
18
|
"input": {
|
|
19
19
|
"type": "structure",
|
|
20
20
|
"members": {
|
|
21
|
+
"Certificate": {},
|
|
21
22
|
"EndpointDetails": {
|
|
22
|
-
"shape": "
|
|
23
|
+
"shape": "S3"
|
|
23
24
|
},
|
|
24
25
|
"EndpointType": {},
|
|
25
26
|
"HostKey": {
|
|
26
|
-
"shape": "
|
|
27
|
+
"shape": "Sb"
|
|
27
28
|
},
|
|
28
29
|
"IdentityProviderDetails": {
|
|
29
|
-
"shape": "
|
|
30
|
+
"shape": "Sc"
|
|
30
31
|
},
|
|
31
32
|
"IdentityProviderType": {},
|
|
32
33
|
"LoggingRole": {},
|
|
34
|
+
"Protocols": {
|
|
35
|
+
"shape": "Sg"
|
|
36
|
+
},
|
|
33
37
|
"Tags": {
|
|
34
|
-
"shape": "
|
|
38
|
+
"shape": "Si"
|
|
35
39
|
}
|
|
36
40
|
}
|
|
37
41
|
},
|
|
@@ -57,14 +61,14 @@
|
|
|
57
61
|
"HomeDirectory": {},
|
|
58
62
|
"HomeDirectoryType": {},
|
|
59
63
|
"HomeDirectoryMappings": {
|
|
60
|
-
"shape": "
|
|
64
|
+
"shape": "Sr"
|
|
61
65
|
},
|
|
62
66
|
"Policy": {},
|
|
63
67
|
"Role": {},
|
|
64
68
|
"ServerId": {},
|
|
65
69
|
"SshPublicKeyBody": {},
|
|
66
70
|
"Tags": {
|
|
67
|
-
"shape": "
|
|
71
|
+
"shape": "Si"
|
|
68
72
|
},
|
|
69
73
|
"UserName": {}
|
|
70
74
|
}
|
|
@@ -143,20 +147,24 @@
|
|
|
143
147
|
],
|
|
144
148
|
"members": {
|
|
145
149
|
"Arn": {},
|
|
150
|
+
"Certificate": {},
|
|
146
151
|
"EndpointDetails": {
|
|
147
|
-
"shape": "
|
|
152
|
+
"shape": "S3"
|
|
148
153
|
},
|
|
149
154
|
"EndpointType": {},
|
|
150
155
|
"HostKeyFingerprint": {},
|
|
151
156
|
"IdentityProviderDetails": {
|
|
152
|
-
"shape": "
|
|
157
|
+
"shape": "Sc"
|
|
153
158
|
},
|
|
154
159
|
"IdentityProviderType": {},
|
|
155
160
|
"LoggingRole": {},
|
|
161
|
+
"Protocols": {
|
|
162
|
+
"shape": "Sg"
|
|
163
|
+
},
|
|
156
164
|
"ServerId": {},
|
|
157
165
|
"State": {},
|
|
158
166
|
"Tags": {
|
|
159
|
-
"shape": "
|
|
167
|
+
"shape": "Si"
|
|
160
168
|
},
|
|
161
169
|
"UserCount": {
|
|
162
170
|
"type": "integer"
|
|
@@ -195,7 +203,7 @@
|
|
|
195
203
|
"Arn": {},
|
|
196
204
|
"HomeDirectory": {},
|
|
197
205
|
"HomeDirectoryMappings": {
|
|
198
|
-
"shape": "
|
|
206
|
+
"shape": "Sr"
|
|
199
207
|
},
|
|
200
208
|
"HomeDirectoryType": {},
|
|
201
209
|
"Policy": {},
|
|
@@ -219,7 +227,7 @@
|
|
|
219
227
|
}
|
|
220
228
|
},
|
|
221
229
|
"Tags": {
|
|
222
|
-
"shape": "
|
|
230
|
+
"shape": "Si"
|
|
223
231
|
},
|
|
224
232
|
"UserName": {}
|
|
225
233
|
}
|
|
@@ -315,7 +323,7 @@
|
|
|
315
323
|
"Arn": {},
|
|
316
324
|
"NextToken": {},
|
|
317
325
|
"Tags": {
|
|
318
|
-
"shape": "
|
|
326
|
+
"shape": "Si"
|
|
319
327
|
}
|
|
320
328
|
}
|
|
321
329
|
}
|
|
@@ -397,7 +405,7 @@
|
|
|
397
405
|
"members": {
|
|
398
406
|
"Arn": {},
|
|
399
407
|
"Tags": {
|
|
400
|
-
"shape": "
|
|
408
|
+
"shape": "Si"
|
|
401
409
|
}
|
|
402
410
|
}
|
|
403
411
|
}
|
|
@@ -415,7 +423,8 @@
|
|
|
415
423
|
"UserPassword": {
|
|
416
424
|
"type": "string",
|
|
417
425
|
"sensitive": true
|
|
418
|
-
}
|
|
426
|
+
},
|
|
427
|
+
"ServerProtocol": {}
|
|
419
428
|
}
|
|
420
429
|
},
|
|
421
430
|
"output": {
|
|
@@ -457,17 +466,21 @@
|
|
|
457
466
|
"ServerId"
|
|
458
467
|
],
|
|
459
468
|
"members": {
|
|
469
|
+
"Certificate": {},
|
|
460
470
|
"EndpointDetails": {
|
|
461
|
-
"shape": "
|
|
471
|
+
"shape": "S3"
|
|
462
472
|
},
|
|
463
473
|
"EndpointType": {},
|
|
464
474
|
"HostKey": {
|
|
465
|
-
"shape": "
|
|
475
|
+
"shape": "Sb"
|
|
466
476
|
},
|
|
467
477
|
"IdentityProviderDetails": {
|
|
468
|
-
"shape": "
|
|
478
|
+
"shape": "Sc"
|
|
469
479
|
},
|
|
470
480
|
"LoggingRole": {},
|
|
481
|
+
"Protocols": {
|
|
482
|
+
"shape": "Sg"
|
|
483
|
+
},
|
|
471
484
|
"ServerId": {}
|
|
472
485
|
}
|
|
473
486
|
},
|
|
@@ -492,7 +505,7 @@
|
|
|
492
505
|
"HomeDirectory": {},
|
|
493
506
|
"HomeDirectoryType": {},
|
|
494
507
|
"HomeDirectoryMappings": {
|
|
495
|
-
"shape": "
|
|
508
|
+
"shape": "Sr"
|
|
496
509
|
},
|
|
497
510
|
"Policy": {},
|
|
498
511
|
"Role": {},
|
|
@@ -514,7 +527,7 @@
|
|
|
514
527
|
}
|
|
515
528
|
},
|
|
516
529
|
"shapes": {
|
|
517
|
-
"
|
|
530
|
+
"S3": {
|
|
518
531
|
"type": "structure",
|
|
519
532
|
"members": {
|
|
520
533
|
"AddressAllocationIds": {
|
|
@@ -529,18 +542,22 @@
|
|
|
529
542
|
"VpcId": {}
|
|
530
543
|
}
|
|
531
544
|
},
|
|
532
|
-
"
|
|
545
|
+
"Sb": {
|
|
533
546
|
"type": "string",
|
|
534
547
|
"sensitive": true
|
|
535
548
|
},
|
|
536
|
-
"
|
|
549
|
+
"Sc": {
|
|
537
550
|
"type": "structure",
|
|
538
551
|
"members": {
|
|
539
552
|
"Url": {},
|
|
540
553
|
"InvocationRole": {}
|
|
541
554
|
}
|
|
542
555
|
},
|
|
543
|
-
"
|
|
556
|
+
"Sg": {
|
|
557
|
+
"type": "list",
|
|
558
|
+
"member": {}
|
|
559
|
+
},
|
|
560
|
+
"Si": {
|
|
544
561
|
"type": "list",
|
|
545
562
|
"member": {
|
|
546
563
|
"type": "structure",
|
|
@@ -554,7 +571,7 @@
|
|
|
554
571
|
}
|
|
555
572
|
}
|
|
556
573
|
},
|
|
557
|
-
"
|
|
574
|
+
"Sr": {
|
|
558
575
|
"type": "list",
|
|
559
576
|
"member": {
|
|
560
577
|
"type": "structure",
|