aws-sdk-core 2.11.490 → 2.11.491
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ce/2017-10-25/api-2.json +21 -1
- data/apis/elasticmapreduce/2009-03-31/api-2.json +100 -3
- data/apis/guardduty/2017-11-28/api-2.json +207 -0
- data/apis/guardduty/2017-11-28/paginators-1.json +6 -0
- data/apis/route53domains/2014-05-15/api-2.json +126 -1
- data/apis/route53domains/2014-05-15/smoke.json +18 -0
- data/endpoints.json +42 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a289b07c8023448f1396fb3839633f3b6c221452ed5801e5f1ff57d4ed3a91e7
|
4
|
+
data.tar.gz: 0d72bd259b8accb804ef89be1d8427951347488b6f82830910870f56eb2279f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bde1ef22c07920decf12c79502d750420c9abffd85ab0d26f5d34304929e27c617ecb9a1c8b3c794668efee988b1fc9e77e004fa696149f292fdfa9a21cd405f
|
7
|
+
data.tar.gz: 2d1c297f799e404a7db15a2a27d3a89d169ec4445c9ae023cf8659f7153a8f5bfbadca1af5de74a12f31e7679a216e7bc343049d3cf26dfe2a400cc0ab40c5a6
|
@@ -834,6 +834,7 @@
|
|
834
834
|
"required":["Service"],
|
835
835
|
"members":{
|
836
836
|
"Filter":{"shape":"Expression"},
|
837
|
+
"Configuration":{"shape":"RightsizingRecommendationConfiguration"},
|
837
838
|
"Service":{"shape":"GenericString"},
|
838
839
|
"PageSize":{"shape":"NonNegativeInteger"},
|
839
840
|
"NextPageToken":{"shape":"NextPageToken"}
|
@@ -845,7 +846,8 @@
|
|
845
846
|
"Metadata":{"shape":"RightsizingRecommendationMetadata"},
|
846
847
|
"Summary":{"shape":"RightsizingRecommendationSummary"},
|
847
848
|
"RightsizingRecommendations":{"shape":"RightsizingRecommendationList"},
|
848
|
-
"NextPageToken":{"shape":"NextPageToken"}
|
849
|
+
"NextPageToken":{"shape":"NextPageToken"},
|
850
|
+
"Configuration":{"shape":"RightsizingRecommendationConfiguration"}
|
849
851
|
}
|
850
852
|
},
|
851
853
|
"GetSavingsPlansCoverageRequest":{
|
@@ -1203,6 +1205,13 @@
|
|
1203
1205
|
"SizeFlexEligible":{"shape":"GenericBoolean"}
|
1204
1206
|
}
|
1205
1207
|
},
|
1208
|
+
"RecommendationTarget":{
|
1209
|
+
"type":"string",
|
1210
|
+
"enum":[
|
1211
|
+
"SAME_INSTANCE_FAMILY",
|
1212
|
+
"CROSS_INSTANCE_FAMILY"
|
1213
|
+
]
|
1214
|
+
},
|
1206
1215
|
"RedshiftInstanceDetails":{
|
1207
1216
|
"type":"structure",
|
1208
1217
|
"members":{
|
@@ -1368,6 +1377,17 @@
|
|
1368
1377
|
"TerminateRecommendationDetail":{"shape":"TerminateRecommendationDetail"}
|
1369
1378
|
}
|
1370
1379
|
},
|
1380
|
+
"RightsizingRecommendationConfiguration":{
|
1381
|
+
"type":"structure",
|
1382
|
+
"required":[
|
1383
|
+
"RecommendationTarget",
|
1384
|
+
"BenefitsConsidered"
|
1385
|
+
],
|
1386
|
+
"members":{
|
1387
|
+
"RecommendationTarget":{"shape":"RecommendationTarget"},
|
1388
|
+
"BenefitsConsidered":{"shape":"GenericBoolean"}
|
1389
|
+
}
|
1390
|
+
},
|
1371
1391
|
"RightsizingRecommendationList":{
|
1372
1392
|
"type":"list",
|
1373
1393
|
"member":{"shape":"RightsizingRecommendation"}
|
@@ -167,6 +167,15 @@
|
|
167
167
|
{"shape":"InvalidRequestException"}
|
168
168
|
]
|
169
169
|
},
|
170
|
+
"GetManagedScalingPolicy":{
|
171
|
+
"name":"GetManagedScalingPolicy",
|
172
|
+
"http":{
|
173
|
+
"method":"POST",
|
174
|
+
"requestUri":"/"
|
175
|
+
},
|
176
|
+
"input":{"shape":"GetManagedScalingPolicyInput"},
|
177
|
+
"output":{"shape":"GetManagedScalingPolicyOutput"}
|
178
|
+
},
|
170
179
|
"ListBootstrapActions":{
|
171
180
|
"name":"ListBootstrapActions",
|
172
181
|
"http":{
|
@@ -316,6 +325,15 @@
|
|
316
325
|
{"shape":"InvalidRequestException"}
|
317
326
|
]
|
318
327
|
},
|
328
|
+
"PutManagedScalingPolicy":{
|
329
|
+
"name":"PutManagedScalingPolicy",
|
330
|
+
"http":{
|
331
|
+
"method":"POST",
|
332
|
+
"requestUri":"/"
|
333
|
+
},
|
334
|
+
"input":{"shape":"PutManagedScalingPolicyInput"},
|
335
|
+
"output":{"shape":"PutManagedScalingPolicyOutput"}
|
336
|
+
},
|
319
337
|
"RemoveAutoScalingPolicy":{
|
320
338
|
"name":"RemoveAutoScalingPolicy",
|
321
339
|
"http":{
|
@@ -325,6 +343,15 @@
|
|
325
343
|
"input":{"shape":"RemoveAutoScalingPolicyInput"},
|
326
344
|
"output":{"shape":"RemoveAutoScalingPolicyOutput"}
|
327
345
|
},
|
346
|
+
"RemoveManagedScalingPolicy":{
|
347
|
+
"name":"RemoveManagedScalingPolicy",
|
348
|
+
"http":{
|
349
|
+
"method":"POST",
|
350
|
+
"requestUri":"/"
|
351
|
+
},
|
352
|
+
"input":{"shape":"RemoveManagedScalingPolicyInput"},
|
353
|
+
"output":{"shape":"RemoveManagedScalingPolicyOutput"}
|
354
|
+
},
|
328
355
|
"RemoveTags":{
|
329
356
|
"name":"RemoveTags",
|
330
357
|
"http":{
|
@@ -675,8 +702,8 @@
|
|
675
702
|
"RepoUpgradeOnBoot":{"shape":"RepoUpgradeOnBoot"},
|
676
703
|
"KerberosAttributes":{"shape":"KerberosAttributes"},
|
677
704
|
"ClusterArn":{"shape":"ArnType"},
|
678
|
-
"
|
679
|
-
"
|
705
|
+
"OutpostArn":{"shape":"OptionalArnType"},
|
706
|
+
"StepConcurrencyLevel":{"shape":"Integer"}
|
680
707
|
}
|
681
708
|
},
|
682
709
|
"ClusterId":{"type":"string"},
|
@@ -768,6 +795,28 @@
|
|
768
795
|
"LESS_THAN_OR_EQUAL"
|
769
796
|
]
|
770
797
|
},
|
798
|
+
"ComputeLimits":{
|
799
|
+
"type":"structure",
|
800
|
+
"required":[
|
801
|
+
"UnitType",
|
802
|
+
"MinimumCapacityUnits",
|
803
|
+
"MaximumCapacityUnits"
|
804
|
+
],
|
805
|
+
"members":{
|
806
|
+
"UnitType":{"shape":"ComputeLimitsUnitType"},
|
807
|
+
"MinimumCapacityUnits":{"shape":"Integer"},
|
808
|
+
"MaximumCapacityUnits":{"shape":"Integer"},
|
809
|
+
"MaximumOnDemandCapacityUnits":{"shape":"Integer"}
|
810
|
+
}
|
811
|
+
},
|
812
|
+
"ComputeLimitsUnitType":{
|
813
|
+
"type":"string",
|
814
|
+
"enum":[
|
815
|
+
"InstanceFleetUnits",
|
816
|
+
"Instances",
|
817
|
+
"VCPU"
|
818
|
+
]
|
819
|
+
},
|
771
820
|
"Configuration":{
|
772
821
|
"type":"structure",
|
773
822
|
"members":{
|
@@ -970,6 +1019,19 @@
|
|
970
1019
|
"BlockPublicAccessConfigurationMetadata":{"shape":"BlockPublicAccessConfigurationMetadata"}
|
971
1020
|
}
|
972
1021
|
},
|
1022
|
+
"GetManagedScalingPolicyInput":{
|
1023
|
+
"type":"structure",
|
1024
|
+
"required":["ClusterId"],
|
1025
|
+
"members":{
|
1026
|
+
"ClusterId":{"shape":"ClusterId"}
|
1027
|
+
}
|
1028
|
+
},
|
1029
|
+
"GetManagedScalingPolicyOutput":{
|
1030
|
+
"type":"structure",
|
1031
|
+
"members":{
|
1032
|
+
"ManagedScalingPolicy":{"shape":"ManagedScalingPolicy"}
|
1033
|
+
}
|
1034
|
+
},
|
973
1035
|
"HadoopJarStepConfig":{
|
974
1036
|
"type":"structure",
|
975
1037
|
"required":["Jar"],
|
@@ -1650,6 +1712,12 @@
|
|
1650
1712
|
}
|
1651
1713
|
},
|
1652
1714
|
"Long":{"type":"long"},
|
1715
|
+
"ManagedScalingPolicy":{
|
1716
|
+
"type":"structure",
|
1717
|
+
"members":{
|
1718
|
+
"ComputeLimits":{"shape":"ComputeLimits"}
|
1719
|
+
}
|
1720
|
+
},
|
1653
1721
|
"Marker":{"type":"string"},
|
1654
1722
|
"MarketType":{
|
1655
1723
|
"type":"string",
|
@@ -1772,6 +1840,22 @@
|
|
1772
1840
|
"members":{
|
1773
1841
|
}
|
1774
1842
|
},
|
1843
|
+
"PutManagedScalingPolicyInput":{
|
1844
|
+
"type":"structure",
|
1845
|
+
"required":[
|
1846
|
+
"ClusterId",
|
1847
|
+
"ManagedScalingPolicy"
|
1848
|
+
],
|
1849
|
+
"members":{
|
1850
|
+
"ClusterId":{"shape":"ClusterId"},
|
1851
|
+
"ManagedScalingPolicy":{"shape":"ManagedScalingPolicy"}
|
1852
|
+
}
|
1853
|
+
},
|
1854
|
+
"PutManagedScalingPolicyOutput":{
|
1855
|
+
"type":"structure",
|
1856
|
+
"members":{
|
1857
|
+
}
|
1858
|
+
},
|
1775
1859
|
"RemoveAutoScalingPolicyInput":{
|
1776
1860
|
"type":"structure",
|
1777
1861
|
"required":[
|
@@ -1788,6 +1872,18 @@
|
|
1788
1872
|
"members":{
|
1789
1873
|
}
|
1790
1874
|
},
|
1875
|
+
"RemoveManagedScalingPolicyInput":{
|
1876
|
+
"type":"structure",
|
1877
|
+
"required":["ClusterId"],
|
1878
|
+
"members":{
|
1879
|
+
"ClusterId":{"shape":"ClusterId"}
|
1880
|
+
}
|
1881
|
+
},
|
1882
|
+
"RemoveManagedScalingPolicyOutput":{
|
1883
|
+
"type":"structure",
|
1884
|
+
"members":{
|
1885
|
+
}
|
1886
|
+
},
|
1791
1887
|
"RemoveTagsInput":{
|
1792
1888
|
"type":"structure",
|
1793
1889
|
"required":[
|
@@ -1842,7 +1938,8 @@
|
|
1842
1938
|
"EbsRootVolumeSize":{"shape":"Integer"},
|
1843
1939
|
"RepoUpgradeOnBoot":{"shape":"RepoUpgradeOnBoot"},
|
1844
1940
|
"KerberosAttributes":{"shape":"KerberosAttributes"},
|
1845
|
-
"StepConcurrencyLevel":{"shape":"Integer"}
|
1941
|
+
"StepConcurrencyLevel":{"shape":"Integer"},
|
1942
|
+
"ManagedScalingPolicy":{"shape":"ManagedScalingPolicy"}
|
1846
1943
|
}
|
1847
1944
|
},
|
1848
1945
|
"RunJobFlowOutput":{
|
@@ -250,6 +250,20 @@
|
|
250
250
|
{"shape":"InternalServerErrorException"}
|
251
251
|
]
|
252
252
|
},
|
253
|
+
"DescribeOrganizationConfiguration":{
|
254
|
+
"name":"DescribeOrganizationConfiguration",
|
255
|
+
"http":{
|
256
|
+
"method":"GET",
|
257
|
+
"requestUri":"/detector/{detectorId}/admin",
|
258
|
+
"responseCode":200
|
259
|
+
},
|
260
|
+
"input":{"shape":"DescribeOrganizationConfigurationRequest"},
|
261
|
+
"output":{"shape":"DescribeOrganizationConfigurationResponse"},
|
262
|
+
"errors":[
|
263
|
+
{"shape":"BadRequestException"},
|
264
|
+
{"shape":"InternalServerErrorException"}
|
265
|
+
]
|
266
|
+
},
|
253
267
|
"DescribePublishingDestination":{
|
254
268
|
"name":"DescribePublishingDestination",
|
255
269
|
"http":{
|
@@ -264,6 +278,20 @@
|
|
264
278
|
{"shape":"InternalServerErrorException"}
|
265
279
|
]
|
266
280
|
},
|
281
|
+
"DisableOrganizationAdminAccount":{
|
282
|
+
"name":"DisableOrganizationAdminAccount",
|
283
|
+
"http":{
|
284
|
+
"method":"POST",
|
285
|
+
"requestUri":"/admin/disable",
|
286
|
+
"responseCode":200
|
287
|
+
},
|
288
|
+
"input":{"shape":"DisableOrganizationAdminAccountRequest"},
|
289
|
+
"output":{"shape":"DisableOrganizationAdminAccountResponse"},
|
290
|
+
"errors":[
|
291
|
+
{"shape":"BadRequestException"},
|
292
|
+
{"shape":"InternalServerErrorException"}
|
293
|
+
]
|
294
|
+
},
|
267
295
|
"DisassociateFromMasterAccount":{
|
268
296
|
"name":"DisassociateFromMasterAccount",
|
269
297
|
"http":{
|
@@ -292,6 +320,20 @@
|
|
292
320
|
{"shape":"InternalServerErrorException"}
|
293
321
|
]
|
294
322
|
},
|
323
|
+
"EnableOrganizationAdminAccount":{
|
324
|
+
"name":"EnableOrganizationAdminAccount",
|
325
|
+
"http":{
|
326
|
+
"method":"POST",
|
327
|
+
"requestUri":"/admin/enable",
|
328
|
+
"responseCode":200
|
329
|
+
},
|
330
|
+
"input":{"shape":"EnableOrganizationAdminAccountRequest"},
|
331
|
+
"output":{"shape":"EnableOrganizationAdminAccountResponse"},
|
332
|
+
"errors":[
|
333
|
+
{"shape":"BadRequestException"},
|
334
|
+
{"shape":"InternalServerErrorException"}
|
335
|
+
]
|
336
|
+
},
|
295
337
|
"GetDetector":{
|
296
338
|
"name":"GetDetector",
|
297
339
|
"http":{
|
@@ -516,6 +558,20 @@
|
|
516
558
|
{"shape":"InternalServerErrorException"}
|
517
559
|
]
|
518
560
|
},
|
561
|
+
"ListOrganizationAdminAccounts":{
|
562
|
+
"name":"ListOrganizationAdminAccounts",
|
563
|
+
"http":{
|
564
|
+
"method":"GET",
|
565
|
+
"requestUri":"/admin",
|
566
|
+
"responseCode":200
|
567
|
+
},
|
568
|
+
"input":{"shape":"ListOrganizationAdminAccountsRequest"},
|
569
|
+
"output":{"shape":"ListOrganizationAdminAccountsResponse"},
|
570
|
+
"errors":[
|
571
|
+
{"shape":"BadRequestException"},
|
572
|
+
{"shape":"InternalServerErrorException"}
|
573
|
+
]
|
574
|
+
},
|
519
575
|
"ListPublishingDestinations":{
|
520
576
|
"name":"ListPublishingDestinations",
|
521
577
|
"http":{
|
@@ -684,6 +740,20 @@
|
|
684
740
|
{"shape":"InternalServerErrorException"}
|
685
741
|
]
|
686
742
|
},
|
743
|
+
"UpdateOrganizationConfiguration":{
|
744
|
+
"name":"UpdateOrganizationConfiguration",
|
745
|
+
"http":{
|
746
|
+
"method":"POST",
|
747
|
+
"requestUri":"/detector/{detectorId}/admin",
|
748
|
+
"responseCode":200
|
749
|
+
},
|
750
|
+
"input":{"shape":"UpdateOrganizationConfigurationRequest"},
|
751
|
+
"output":{"shape":"UpdateOrganizationConfigurationResponse"},
|
752
|
+
"errors":[
|
753
|
+
{"shape":"BadRequestException"},
|
754
|
+
{"shape":"InternalServerErrorException"}
|
755
|
+
]
|
756
|
+
},
|
687
757
|
"UpdatePublishingDestination":{
|
688
758
|
"name":"UpdatePublishingDestination",
|
689
759
|
"http":{
|
@@ -822,6 +892,34 @@
|
|
822
892
|
}
|
823
893
|
}
|
824
894
|
},
|
895
|
+
"AdminAccount":{
|
896
|
+
"type":"structure",
|
897
|
+
"members":{
|
898
|
+
"AdminAccountId":{
|
899
|
+
"shape":"String",
|
900
|
+
"locationName":"adminAccountId"
|
901
|
+
},
|
902
|
+
"AdminStatus":{
|
903
|
+
"shape":"AdminStatus",
|
904
|
+
"locationName":"adminStatus"
|
905
|
+
}
|
906
|
+
}
|
907
|
+
},
|
908
|
+
"AdminAccounts":{
|
909
|
+
"type":"list",
|
910
|
+
"member":{"shape":"AdminAccount"},
|
911
|
+
"max":1,
|
912
|
+
"min":0
|
913
|
+
},
|
914
|
+
"AdminStatus":{
|
915
|
+
"type":"string",
|
916
|
+
"enum":[
|
917
|
+
"ENABLED",
|
918
|
+
"DISABLE_IN_PROGRESS"
|
919
|
+
],
|
920
|
+
"max":300,
|
921
|
+
"min":1
|
922
|
+
},
|
825
923
|
"ArchiveFindingsRequest":{
|
826
924
|
"type":"structure",
|
827
925
|
"required":[
|
@@ -1438,6 +1536,34 @@
|
|
1438
1536
|
"members":{
|
1439
1537
|
}
|
1440
1538
|
},
|
1539
|
+
"DescribeOrganizationConfigurationRequest":{
|
1540
|
+
"type":"structure",
|
1541
|
+
"required":["DetectorId"],
|
1542
|
+
"members":{
|
1543
|
+
"DetectorId":{
|
1544
|
+
"shape":"DetectorId",
|
1545
|
+
"location":"uri",
|
1546
|
+
"locationName":"detectorId"
|
1547
|
+
}
|
1548
|
+
}
|
1549
|
+
},
|
1550
|
+
"DescribeOrganizationConfigurationResponse":{
|
1551
|
+
"type":"structure",
|
1552
|
+
"required":[
|
1553
|
+
"AutoEnable",
|
1554
|
+
"MemberAccountLimitReached"
|
1555
|
+
],
|
1556
|
+
"members":{
|
1557
|
+
"AutoEnable":{
|
1558
|
+
"shape":"Boolean",
|
1559
|
+
"locationName":"autoEnable"
|
1560
|
+
},
|
1561
|
+
"MemberAccountLimitReached":{
|
1562
|
+
"shape":"Boolean",
|
1563
|
+
"locationName":"memberAccountLimitReached"
|
1564
|
+
}
|
1565
|
+
}
|
1566
|
+
},
|
1441
1567
|
"DescribePublishingDestinationRequest":{
|
1442
1568
|
"type":"structure",
|
1443
1569
|
"required":[
|
@@ -1554,6 +1680,21 @@
|
|
1554
1680
|
"max":300,
|
1555
1681
|
"min":1
|
1556
1682
|
},
|
1683
|
+
"DisableOrganizationAdminAccountRequest":{
|
1684
|
+
"type":"structure",
|
1685
|
+
"required":["AdminAccountId"],
|
1686
|
+
"members":{
|
1687
|
+
"AdminAccountId":{
|
1688
|
+
"shape":"String",
|
1689
|
+
"locationName":"adminAccountId"
|
1690
|
+
}
|
1691
|
+
}
|
1692
|
+
},
|
1693
|
+
"DisableOrganizationAdminAccountResponse":{
|
1694
|
+
"type":"structure",
|
1695
|
+
"members":{
|
1696
|
+
}
|
1697
|
+
},
|
1557
1698
|
"DisassociateFromMasterAccountRequest":{
|
1558
1699
|
"type":"structure",
|
1559
1700
|
"required":["DetectorId"],
|
@@ -1622,6 +1763,21 @@
|
|
1622
1763
|
"max":64,
|
1623
1764
|
"min":1
|
1624
1765
|
},
|
1766
|
+
"EnableOrganizationAdminAccountRequest":{
|
1767
|
+
"type":"structure",
|
1768
|
+
"required":["AdminAccountId"],
|
1769
|
+
"members":{
|
1770
|
+
"AdminAccountId":{
|
1771
|
+
"shape":"String",
|
1772
|
+
"locationName":"adminAccountId"
|
1773
|
+
}
|
1774
|
+
}
|
1775
|
+
},
|
1776
|
+
"EnableOrganizationAdminAccountResponse":{
|
1777
|
+
"type":"structure",
|
1778
|
+
"members":{
|
1779
|
+
}
|
1780
|
+
},
|
1625
1781
|
"Eq":{
|
1626
1782
|
"type":"list",
|
1627
1783
|
"member":{"shape":"String"}
|
@@ -2558,6 +2714,34 @@
|
|
2558
2714
|
}
|
2559
2715
|
}
|
2560
2716
|
},
|
2717
|
+
"ListOrganizationAdminAccountsRequest":{
|
2718
|
+
"type":"structure",
|
2719
|
+
"members":{
|
2720
|
+
"MaxResults":{
|
2721
|
+
"shape":"MaxResults",
|
2722
|
+
"location":"querystring",
|
2723
|
+
"locationName":"maxResults"
|
2724
|
+
},
|
2725
|
+
"NextToken":{
|
2726
|
+
"shape":"String",
|
2727
|
+
"location":"querystring",
|
2728
|
+
"locationName":"nextToken"
|
2729
|
+
}
|
2730
|
+
}
|
2731
|
+
},
|
2732
|
+
"ListOrganizationAdminAccountsResponse":{
|
2733
|
+
"type":"structure",
|
2734
|
+
"members":{
|
2735
|
+
"AdminAccounts":{
|
2736
|
+
"shape":"AdminAccounts",
|
2737
|
+
"locationName":"adminAccounts"
|
2738
|
+
},
|
2739
|
+
"NextToken":{
|
2740
|
+
"shape":"String",
|
2741
|
+
"locationName":"nextToken"
|
2742
|
+
}
|
2743
|
+
}
|
2744
|
+
},
|
2561
2745
|
"ListPublishingDestinationsRequest":{
|
2562
2746
|
"type":"structure",
|
2563
2747
|
"required":["DetectorId"],
|
@@ -3461,6 +3645,29 @@
|
|
3461
3645
|
"members":{
|
3462
3646
|
}
|
3463
3647
|
},
|
3648
|
+
"UpdateOrganizationConfigurationRequest":{
|
3649
|
+
"type":"structure",
|
3650
|
+
"required":[
|
3651
|
+
"DetectorId",
|
3652
|
+
"AutoEnable"
|
3653
|
+
],
|
3654
|
+
"members":{
|
3655
|
+
"DetectorId":{
|
3656
|
+
"shape":"DetectorId",
|
3657
|
+
"location":"uri",
|
3658
|
+
"locationName":"detectorId"
|
3659
|
+
},
|
3660
|
+
"AutoEnable":{
|
3661
|
+
"shape":"Boolean",
|
3662
|
+
"locationName":"autoEnable"
|
3663
|
+
}
|
3664
|
+
}
|
3665
|
+
},
|
3666
|
+
"UpdateOrganizationConfigurationResponse":{
|
3667
|
+
"type":"structure",
|
3668
|
+
"members":{
|
3669
|
+
}
|
3670
|
+
},
|
3464
3671
|
"UpdatePublishingDestinationRequest":{
|
3465
3672
|
"type":"structure",
|
3466
3673
|
"required":[
|
@@ -36,6 +36,12 @@
|
|
36
36
|
"limit_key": "MaxResults",
|
37
37
|
"result_key": "Members"
|
38
38
|
},
|
39
|
+
"ListOrganizationAdminAccounts": {
|
40
|
+
"input_token": "NextToken",
|
41
|
+
"output_token": "NextToken",
|
42
|
+
"limit_key": "MaxResults",
|
43
|
+
"result_key": "AdminAccounts"
|
44
|
+
},
|
39
45
|
"ListPublishingDestinations": {
|
40
46
|
"input_token": "NextToken",
|
41
47
|
"output_token": "NextToken",
|
@@ -6,11 +6,39 @@
|
|
6
6
|
"jsonVersion":"1.1",
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceFullName":"Amazon Route 53 Domains",
|
9
|
+
"serviceId":"Route 53 Domains",
|
9
10
|
"signatureVersion":"v4",
|
10
11
|
"targetPrefix":"Route53Domains_v20140515",
|
11
12
|
"uid":"route53domains-2014-05-15"
|
12
13
|
},
|
13
14
|
"operations":{
|
15
|
+
"AcceptDomainTransferFromAnotherAwsAccount":{
|
16
|
+
"name":"AcceptDomainTransferFromAnotherAwsAccount",
|
17
|
+
"http":{
|
18
|
+
"method":"POST",
|
19
|
+
"requestUri":"/"
|
20
|
+
},
|
21
|
+
"input":{"shape":"AcceptDomainTransferFromAnotherAwsAccountRequest"},
|
22
|
+
"output":{"shape":"AcceptDomainTransferFromAnotherAwsAccountResponse"},
|
23
|
+
"errors":[
|
24
|
+
{"shape":"InvalidInput"},
|
25
|
+
{"shape":"OperationLimitExceeded"},
|
26
|
+
{"shape":"DomainLimitExceeded"}
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"CancelDomainTransferToAnotherAwsAccount":{
|
30
|
+
"name":"CancelDomainTransferToAnotherAwsAccount",
|
31
|
+
"http":{
|
32
|
+
"method":"POST",
|
33
|
+
"requestUri":"/"
|
34
|
+
},
|
35
|
+
"input":{"shape":"CancelDomainTransferToAnotherAwsAccountRequest"},
|
36
|
+
"output":{"shape":"CancelDomainTransferToAnotherAwsAccountResponse"},
|
37
|
+
"errors":[
|
38
|
+
{"shape":"InvalidInput"},
|
39
|
+
{"shape":"OperationLimitExceeded"}
|
40
|
+
]
|
41
|
+
},
|
14
42
|
"CheckDomainAvailability":{
|
15
43
|
"name":"CheckDomainAvailability",
|
16
44
|
"http":{
|
@@ -217,6 +245,19 @@
|
|
217
245
|
{"shape":"OperationLimitExceeded"}
|
218
246
|
]
|
219
247
|
},
|
248
|
+
"RejectDomainTransferFromAnotherAwsAccount":{
|
249
|
+
"name":"RejectDomainTransferFromAnotherAwsAccount",
|
250
|
+
"http":{
|
251
|
+
"method":"POST",
|
252
|
+
"requestUri":"/"
|
253
|
+
},
|
254
|
+
"input":{"shape":"RejectDomainTransferFromAnotherAwsAccountRequest"},
|
255
|
+
"output":{"shape":"RejectDomainTransferFromAnotherAwsAccountResponse"},
|
256
|
+
"errors":[
|
257
|
+
{"shape":"InvalidInput"},
|
258
|
+
{"shape":"OperationLimitExceeded"}
|
259
|
+
]
|
260
|
+
},
|
220
261
|
"RenewDomain":{
|
221
262
|
"name":"RenewDomain",
|
222
263
|
"http":{
|
@@ -277,6 +318,20 @@
|
|
277
318
|
{"shape":"OperationLimitExceeded"}
|
278
319
|
]
|
279
320
|
},
|
321
|
+
"TransferDomainToAnotherAwsAccount":{
|
322
|
+
"name":"TransferDomainToAnotherAwsAccount",
|
323
|
+
"http":{
|
324
|
+
"method":"POST",
|
325
|
+
"requestUri":"/"
|
326
|
+
},
|
327
|
+
"input":{"shape":"TransferDomainToAnotherAwsAccountRequest"},
|
328
|
+
"output":{"shape":"TransferDomainToAnotherAwsAccountResponse"},
|
329
|
+
"errors":[
|
330
|
+
{"shape":"InvalidInput"},
|
331
|
+
{"shape":"OperationLimitExceeded"},
|
332
|
+
{"shape":"DuplicateRequest"}
|
333
|
+
]
|
334
|
+
},
|
280
335
|
"UpdateDomainContact":{
|
281
336
|
"name":"UpdateDomainContact",
|
282
337
|
"http":{
|
@@ -353,6 +408,27 @@
|
|
353
408
|
}
|
354
409
|
},
|
355
410
|
"shapes":{
|
411
|
+
"AcceptDomainTransferFromAnotherAwsAccountRequest":{
|
412
|
+
"type":"structure",
|
413
|
+
"required":[
|
414
|
+
"DomainName",
|
415
|
+
"Password"
|
416
|
+
],
|
417
|
+
"members":{
|
418
|
+
"DomainName":{"shape":"DomainName"},
|
419
|
+
"Password":{"shape":"String"}
|
420
|
+
}
|
421
|
+
},
|
422
|
+
"AcceptDomainTransferFromAnotherAwsAccountResponse":{
|
423
|
+
"type":"structure",
|
424
|
+
"members":{
|
425
|
+
"OperationId":{"shape":"OperationId"}
|
426
|
+
}
|
427
|
+
},
|
428
|
+
"AccountId":{
|
429
|
+
"type":"string",
|
430
|
+
"pattern":"^(\\d{12})$"
|
431
|
+
},
|
356
432
|
"AddressLine":{
|
357
433
|
"type":"string",
|
358
434
|
"max":255
|
@@ -372,6 +448,19 @@
|
|
372
448
|
"member":{"shape":"BillingRecord"}
|
373
449
|
},
|
374
450
|
"Boolean":{"type":"boolean"},
|
451
|
+
"CancelDomainTransferToAnotherAwsAccountRequest":{
|
452
|
+
"type":"structure",
|
453
|
+
"required":["DomainName"],
|
454
|
+
"members":{
|
455
|
+
"DomainName":{"shape":"DomainName"}
|
456
|
+
}
|
457
|
+
},
|
458
|
+
"CancelDomainTransferToAnotherAwsAccountResponse":{
|
459
|
+
"type":"structure",
|
460
|
+
"members":{
|
461
|
+
"OperationId":{"shape":"OperationId"}
|
462
|
+
}
|
463
|
+
},
|
375
464
|
"CheckDomainAvailabilityRequest":{
|
376
465
|
"type":"structure",
|
377
466
|
"required":["DomainName"],
|
@@ -859,6 +948,8 @@
|
|
859
948
|
"AU_ID_TYPE",
|
860
949
|
"CA_LEGAL_TYPE",
|
861
950
|
"CA_BUSINESS_ENTITY_TYPE",
|
951
|
+
"CA_LEGAL_REPRESENTATIVE",
|
952
|
+
"CA_LEGAL_REPRESENTATIVE_CAPACITY",
|
862
953
|
"ES_IDENTIFICATION",
|
863
954
|
"ES_IDENTIFICATION_TYPE",
|
864
955
|
"ES_LEGAL_FORM",
|
@@ -866,6 +957,7 @@
|
|
866
957
|
"FI_ID_NUMBER",
|
867
958
|
"FI_NATIONALITY",
|
868
959
|
"FI_ORGANIZATION_TYPE",
|
960
|
+
"IT_NATIONALITY",
|
869
961
|
"IT_PIN",
|
870
962
|
"IT_REGISTRANT_ENTITY_TYPE",
|
871
963
|
"RU_PASSPORT_DATA",
|
@@ -1112,7 +1204,9 @@
|
|
1112
1204
|
"TRANSFER_OUT_DOMAIN",
|
1113
1205
|
"CHANGE_DOMAIN_OWNER",
|
1114
1206
|
"RENEW_DOMAIN",
|
1115
|
-
"PUSH_DOMAIN"
|
1207
|
+
"PUSH_DOMAIN",
|
1208
|
+
"INTERNAL_TRANSFER_OUT_DOMAIN",
|
1209
|
+
"INTERNAL_TRANSFER_IN_DOMAIN"
|
1116
1210
|
]
|
1117
1211
|
},
|
1118
1212
|
"PageMarker":{
|
@@ -1165,6 +1259,19 @@
|
|
1165
1259
|
"RegistrarUrl":{"type":"string"},
|
1166
1260
|
"RegistrarWhoIsServer":{"type":"string"},
|
1167
1261
|
"RegistryDomainId":{"type":"string"},
|
1262
|
+
"RejectDomainTransferFromAnotherAwsAccountRequest":{
|
1263
|
+
"type":"structure",
|
1264
|
+
"required":["DomainName"],
|
1265
|
+
"members":{
|
1266
|
+
"DomainName":{"shape":"DomainName"}
|
1267
|
+
}
|
1268
|
+
},
|
1269
|
+
"RejectDomainTransferFromAnotherAwsAccountResponse":{
|
1270
|
+
"type":"structure",
|
1271
|
+
"members":{
|
1272
|
+
"OperationId":{"shape":"OperationId"}
|
1273
|
+
}
|
1274
|
+
},
|
1168
1275
|
"RenewDomainRequest":{
|
1169
1276
|
"type":"structure",
|
1170
1277
|
"required":[
|
@@ -1274,6 +1381,24 @@
|
|
1274
1381
|
"OperationId":{"shape":"OperationId"}
|
1275
1382
|
}
|
1276
1383
|
},
|
1384
|
+
"TransferDomainToAnotherAwsAccountRequest":{
|
1385
|
+
"type":"structure",
|
1386
|
+
"required":[
|
1387
|
+
"DomainName",
|
1388
|
+
"AccountId"
|
1389
|
+
],
|
1390
|
+
"members":{
|
1391
|
+
"DomainName":{"shape":"DomainName"},
|
1392
|
+
"AccountId":{"shape":"AccountId"}
|
1393
|
+
}
|
1394
|
+
},
|
1395
|
+
"TransferDomainToAnotherAwsAccountResponse":{
|
1396
|
+
"type":"structure",
|
1397
|
+
"members":{
|
1398
|
+
"OperationId":{"shape":"OperationId"},
|
1399
|
+
"Password":{"shape":"String"}
|
1400
|
+
}
|
1401
|
+
},
|
1277
1402
|
"Transferable":{
|
1278
1403
|
"type":"string",
|
1279
1404
|
"enum":[
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-east-1",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "ListDomains",
|
7
|
+
"input": {},
|
8
|
+
"errorExpectedFromService": false
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"operationName": "GetDomainDetail",
|
12
|
+
"input": {
|
13
|
+
"DomainName": "fake-domain-name"
|
14
|
+
},
|
15
|
+
"errorExpectedFromService": true
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
data/endpoints.json
CHANGED
@@ -1570,6 +1570,36 @@
|
|
1570
1570
|
"eu-west-1" : { },
|
1571
1571
|
"eu-west-2" : { },
|
1572
1572
|
"eu-west-3" : { },
|
1573
|
+
"fips-ca-central-1" : {
|
1574
|
+
"credentialScope" : {
|
1575
|
+
"region" : "ca-central-1"
|
1576
|
+
},
|
1577
|
+
"hostname" : "ds-fips.ca-central-1.amazonaws.com"
|
1578
|
+
},
|
1579
|
+
"fips-us-east-1" : {
|
1580
|
+
"credentialScope" : {
|
1581
|
+
"region" : "us-east-1"
|
1582
|
+
},
|
1583
|
+
"hostname" : "ds-fips.us-east-1.amazonaws.com"
|
1584
|
+
},
|
1585
|
+
"fips-us-east-2" : {
|
1586
|
+
"credentialScope" : {
|
1587
|
+
"region" : "us-east-2"
|
1588
|
+
},
|
1589
|
+
"hostname" : "ds-fips.us-east-2.amazonaws.com"
|
1590
|
+
},
|
1591
|
+
"fips-us-west-1" : {
|
1592
|
+
"credentialScope" : {
|
1593
|
+
"region" : "us-west-1"
|
1594
|
+
},
|
1595
|
+
"hostname" : "ds-fips.us-west-1.amazonaws.com"
|
1596
|
+
},
|
1597
|
+
"fips-us-west-2" : {
|
1598
|
+
"credentialScope" : {
|
1599
|
+
"region" : "us-west-2"
|
1600
|
+
},
|
1601
|
+
"hostname" : "ds-fips.us-west-2.amazonaws.com"
|
1602
|
+
},
|
1573
1603
|
"me-south-1" : { },
|
1574
1604
|
"sa-east-1" : { },
|
1575
1605
|
"us-east-1" : { },
|
@@ -6443,6 +6473,18 @@
|
|
6443
6473
|
},
|
6444
6474
|
"ds" : {
|
6445
6475
|
"endpoints" : {
|
6476
|
+
"fips-us-gov-east-1" : {
|
6477
|
+
"credentialScope" : {
|
6478
|
+
"region" : "us-gov-east-1"
|
6479
|
+
},
|
6480
|
+
"hostname" : "ds-fips.us-gov-east-1.amazonaws.com"
|
6481
|
+
},
|
6482
|
+
"fips-us-gov-west-1" : {
|
6483
|
+
"credentialScope" : {
|
6484
|
+
"region" : "us-gov-west-1"
|
6485
|
+
},
|
6486
|
+
"hostname" : "ds-fips.us-gov-west-1.amazonaws.com"
|
6487
|
+
},
|
6446
6488
|
"us-gov-east-1" : { },
|
6447
6489
|
"us-gov-west-1" : { }
|
6448
6490
|
}
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.491
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-04-
|
11
|
+
date: 2020-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -736,6 +736,7 @@ files:
|
|
736
736
|
- apis/route53domains/2014-05-15/api-2.json
|
737
737
|
- apis/route53domains/2014-05-15/examples-1.json
|
738
738
|
- apis/route53domains/2014-05-15/paginators-1.json
|
739
|
+
- apis/route53domains/2014-05-15/smoke.json
|
739
740
|
- apis/route53resolver/2018-04-01/api-2.json
|
740
741
|
- apis/route53resolver/2018-04-01/examples-1.json
|
741
742
|
- apis/route53resolver/2018-04-01/paginators-1.json
|