aws-sdk 2.658.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 +30 -1
- package/README.md +1 -1
- package/apis/apigatewayv2-2018-11-29.min.json +51 -0
- package/apis/application-autoscaling-2016-02-06.examples.json +6 -169
- package/apis/ce-2017-10-25.min.json +123 -88
- package/apis/ce-2017-10-25.paginators.json +5 -0
- package/apis/codeguru-reviewer-2019-09-19.min.json +341 -3
- package/apis/codeguru-reviewer-2019-09-19.paginators.json +15 -0
- package/apis/elasticmapreduce-2009-03-31.min.json +98 -17
- package/apis/es-2015-01-01.min.json +3 -0
- package/apis/firehose-2015-08-04.min.json +74 -30
- package/apis/guardduty-2017-11-28.min.json +165 -16
- package/apis/guardduty-2017-11-28.paginators.json +6 -0
- package/apis/iotevents-2018-07-27.min.json +102 -20
- package/apis/mediapackage-vod-2018-11-07.min.json +173 -36
- package/apis/metadata.json +3 -0
- 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/redshift-2012-12-01.min.json +154 -46
- package/apis/redshift-2012-12-01.paginators.json +6 -0
- package/apis/route53domains-2014-05-15.min.json +97 -24
- package/apis/storagegateway-2013-06-30.min.json +99 -14
- package/apis/synthetics-2017-10-11.examples.json +5 -0
- package/apis/synthetics-2017-10-11.min.json +578 -0
- package/apis/synthetics-2017-10-11.paginators.json +24 -0
- package/apis/transfer-2018-11-05.min.json +41 -24
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/apigatewayv2.d.ts +40 -2
- package/clients/applicationautoscaling.d.ts +83 -83
- package/clients/codegurureviewer.d.ts +417 -10
- package/clients/costexplorer.d.ts +66 -28
- package/clients/emr.d.ts +91 -6
- package/clients/es.d.ts +4 -0
- package/clients/firehose.d.ts +50 -8
- package/clients/fms.d.ts +6 -6
- package/clients/glue.d.ts +4 -4
- package/clients/guardduty.d.ts +340 -224
- package/clients/iotevents.d.ts +106 -0
- 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/redshift.d.ts +162 -1
- package/clients/route53domains.d.ts +140 -47
- package/clients/storagegateway.d.ts +137 -60
- package/clients/synthetics.d.ts +656 -0
- package/clients/synthetics.js +18 -0
- package/clients/transfer.d.ts +154 -123
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +61 -24
- package/dist/aws-sdk.js +664 -222
- package/dist/aws-sdk.min.js +74 -74
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -12,6 +12,42 @@
|
|
|
12
12
|
"uid": "route53domains-2014-05-15"
|
|
13
13
|
},
|
|
14
14
|
"operations": {
|
|
15
|
+
"AcceptDomainTransferFromAnotherAwsAccount": {
|
|
16
|
+
"input": {
|
|
17
|
+
"type": "structure",
|
|
18
|
+
"required": [
|
|
19
|
+
"DomainName",
|
|
20
|
+
"Password"
|
|
21
|
+
],
|
|
22
|
+
"members": {
|
|
23
|
+
"DomainName": {},
|
|
24
|
+
"Password": {}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"output": {
|
|
28
|
+
"type": "structure",
|
|
29
|
+
"members": {
|
|
30
|
+
"OperationId": {}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"CancelDomainTransferToAnotherAwsAccount": {
|
|
35
|
+
"input": {
|
|
36
|
+
"type": "structure",
|
|
37
|
+
"required": [
|
|
38
|
+
"DomainName"
|
|
39
|
+
],
|
|
40
|
+
"members": {
|
|
41
|
+
"DomainName": {}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"output": {
|
|
45
|
+
"type": "structure",
|
|
46
|
+
"members": {
|
|
47
|
+
"OperationId": {}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
},
|
|
15
51
|
"CheckDomainAvailability": {
|
|
16
52
|
"input": {
|
|
17
53
|
"type": "structure",
|
|
@@ -42,7 +78,7 @@
|
|
|
42
78
|
"members": {
|
|
43
79
|
"DomainName": {},
|
|
44
80
|
"AuthCode": {
|
|
45
|
-
"shape": "
|
|
81
|
+
"shape": "Sd"
|
|
46
82
|
}
|
|
47
83
|
}
|
|
48
84
|
},
|
|
@@ -188,19 +224,19 @@
|
|
|
188
224
|
"members": {
|
|
189
225
|
"DomainName": {},
|
|
190
226
|
"Nameservers": {
|
|
191
|
-
"shape": "
|
|
227
|
+
"shape": "Sy"
|
|
192
228
|
},
|
|
193
229
|
"AutoRenew": {
|
|
194
230
|
"type": "boolean"
|
|
195
231
|
},
|
|
196
232
|
"AdminContact": {
|
|
197
|
-
"shape": "
|
|
233
|
+
"shape": "S14"
|
|
198
234
|
},
|
|
199
235
|
"RegistrantContact": {
|
|
200
|
-
"shape": "
|
|
236
|
+
"shape": "S14"
|
|
201
237
|
},
|
|
202
238
|
"TechContact": {
|
|
203
|
-
"shape": "
|
|
239
|
+
"shape": "S14"
|
|
204
240
|
},
|
|
205
241
|
"AdminPrivacy": {
|
|
206
242
|
"type": "boolean"
|
|
@@ -394,7 +430,7 @@
|
|
|
394
430
|
],
|
|
395
431
|
"members": {
|
|
396
432
|
"TagList": {
|
|
397
|
-
"shape": "
|
|
433
|
+
"shape": "S2d"
|
|
398
434
|
}
|
|
399
435
|
}
|
|
400
436
|
}
|
|
@@ -419,13 +455,13 @@
|
|
|
419
455
|
"type": "boolean"
|
|
420
456
|
},
|
|
421
457
|
"AdminContact": {
|
|
422
|
-
"shape": "
|
|
458
|
+
"shape": "S14"
|
|
423
459
|
},
|
|
424
460
|
"RegistrantContact": {
|
|
425
|
-
"shape": "
|
|
461
|
+
"shape": "S14"
|
|
426
462
|
},
|
|
427
463
|
"TechContact": {
|
|
428
|
-
"shape": "
|
|
464
|
+
"shape": "S14"
|
|
429
465
|
},
|
|
430
466
|
"PrivacyProtectAdminContact": {
|
|
431
467
|
"type": "boolean"
|
|
@@ -448,6 +484,23 @@
|
|
|
448
484
|
}
|
|
449
485
|
}
|
|
450
486
|
},
|
|
487
|
+
"RejectDomainTransferFromAnotherAwsAccount": {
|
|
488
|
+
"input": {
|
|
489
|
+
"type": "structure",
|
|
490
|
+
"required": [
|
|
491
|
+
"DomainName"
|
|
492
|
+
],
|
|
493
|
+
"members": {
|
|
494
|
+
"DomainName": {}
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
"output": {
|
|
498
|
+
"type": "structure",
|
|
499
|
+
"members": {
|
|
500
|
+
"OperationId": {}
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
},
|
|
451
504
|
"RenewDomain": {
|
|
452
505
|
"input": {
|
|
453
506
|
"type": "structure",
|
|
@@ -510,7 +563,7 @@
|
|
|
510
563
|
],
|
|
511
564
|
"members": {
|
|
512
565
|
"AuthCode": {
|
|
513
|
-
"shape": "
|
|
566
|
+
"shape": "Sd"
|
|
514
567
|
}
|
|
515
568
|
}
|
|
516
569
|
}
|
|
@@ -532,22 +585,22 @@
|
|
|
532
585
|
"type": "integer"
|
|
533
586
|
},
|
|
534
587
|
"Nameservers": {
|
|
535
|
-
"shape": "
|
|
588
|
+
"shape": "Sy"
|
|
536
589
|
},
|
|
537
590
|
"AuthCode": {
|
|
538
|
-
"shape": "
|
|
591
|
+
"shape": "Sd"
|
|
539
592
|
},
|
|
540
593
|
"AutoRenew": {
|
|
541
594
|
"type": "boolean"
|
|
542
595
|
},
|
|
543
596
|
"AdminContact": {
|
|
544
|
-
"shape": "
|
|
597
|
+
"shape": "S14"
|
|
545
598
|
},
|
|
546
599
|
"RegistrantContact": {
|
|
547
|
-
"shape": "
|
|
600
|
+
"shape": "S14"
|
|
548
601
|
},
|
|
549
602
|
"TechContact": {
|
|
550
|
-
"shape": "
|
|
603
|
+
"shape": "S14"
|
|
551
604
|
},
|
|
552
605
|
"PrivacyProtectAdminContact": {
|
|
553
606
|
"type": "boolean"
|
|
@@ -570,6 +623,26 @@
|
|
|
570
623
|
}
|
|
571
624
|
}
|
|
572
625
|
},
|
|
626
|
+
"TransferDomainToAnotherAwsAccount": {
|
|
627
|
+
"input": {
|
|
628
|
+
"type": "structure",
|
|
629
|
+
"required": [
|
|
630
|
+
"DomainName",
|
|
631
|
+
"AccountId"
|
|
632
|
+
],
|
|
633
|
+
"members": {
|
|
634
|
+
"DomainName": {},
|
|
635
|
+
"AccountId": {}
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
"output": {
|
|
639
|
+
"type": "structure",
|
|
640
|
+
"members": {
|
|
641
|
+
"OperationId": {},
|
|
642
|
+
"Password": {}
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
},
|
|
573
646
|
"UpdateDomainContact": {
|
|
574
647
|
"input": {
|
|
575
648
|
"type": "structure",
|
|
@@ -579,13 +652,13 @@
|
|
|
579
652
|
"members": {
|
|
580
653
|
"DomainName": {},
|
|
581
654
|
"AdminContact": {
|
|
582
|
-
"shape": "
|
|
655
|
+
"shape": "S14"
|
|
583
656
|
},
|
|
584
657
|
"RegistrantContact": {
|
|
585
|
-
"shape": "
|
|
658
|
+
"shape": "S14"
|
|
586
659
|
},
|
|
587
660
|
"TechContact": {
|
|
588
|
-
"shape": "
|
|
661
|
+
"shape": "S14"
|
|
589
662
|
}
|
|
590
663
|
}
|
|
591
664
|
},
|
|
@@ -641,7 +714,7 @@
|
|
|
641
714
|
"deprecated": true
|
|
642
715
|
},
|
|
643
716
|
"Nameservers": {
|
|
644
|
-
"shape": "
|
|
717
|
+
"shape": "Sy"
|
|
645
718
|
}
|
|
646
719
|
}
|
|
647
720
|
},
|
|
@@ -664,7 +737,7 @@
|
|
|
664
737
|
"members": {
|
|
665
738
|
"DomainName": {},
|
|
666
739
|
"TagsToUpdate": {
|
|
667
|
-
"shape": "
|
|
740
|
+
"shape": "S2d"
|
|
668
741
|
}
|
|
669
742
|
}
|
|
670
743
|
},
|
|
@@ -715,11 +788,11 @@
|
|
|
715
788
|
}
|
|
716
789
|
},
|
|
717
790
|
"shapes": {
|
|
718
|
-
"
|
|
791
|
+
"Sd": {
|
|
719
792
|
"type": "string",
|
|
720
793
|
"sensitive": true
|
|
721
794
|
},
|
|
722
|
-
"
|
|
795
|
+
"Sy": {
|
|
723
796
|
"type": "list",
|
|
724
797
|
"member": {
|
|
725
798
|
"type": "structure",
|
|
@@ -735,7 +808,7 @@
|
|
|
735
808
|
}
|
|
736
809
|
}
|
|
737
810
|
},
|
|
738
|
-
"
|
|
811
|
+
"S14": {
|
|
739
812
|
"type": "structure",
|
|
740
813
|
"members": {
|
|
741
814
|
"FirstName": {},
|
|
@@ -768,7 +841,7 @@
|
|
|
768
841
|
},
|
|
769
842
|
"sensitive": true
|
|
770
843
|
},
|
|
771
|
-
"
|
|
844
|
+
"S2d": {
|
|
772
845
|
"type": "list",
|
|
773
846
|
"member": {
|
|
774
847
|
"type": "structure",
|
|
@@ -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
|
}
|