aws-sdk-core 2.11.334 → 2.11.335
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.
- checksums.yaml +4 -4
- data/apis/ecs/2014-11-13/api-2.json +3 -1
- data/apis/elasticmapreduce/2009-03-31/api-2.json +95 -0
- data/apis/robomaker/2018-06-29/api-2.json +88 -14
- data/endpoints.json +28 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0af12f0badac1a9223d2e6ad407a004c38d6b118
|
|
4
|
+
data.tar.gz: 981eb08543665f102e7ef5338b0d5c18b3319522
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32ac52ee62b743aec67b2ce6c7ccd160d82b864b3abf28f6bb219bf1492f9fb99d83a510821fd4bb2ee931fecb8c72aed99321bcb1694eff8fbc673f86bf6904
|
|
7
|
+
data.tar.gz: 19b0699e881585d9d1283cfdabba4c636620accb9c2b7c90107583aceaa147473193d4387d31804d919ea54d5678f8f4e9fd4a908f43cfc10edd44a625ee2caf
|
|
@@ -1544,7 +1544,9 @@
|
|
|
1544
1544
|
"devices":{"shape":"DevicesList"},
|
|
1545
1545
|
"initProcessEnabled":{"shape":"BoxedBoolean"},
|
|
1546
1546
|
"sharedMemorySize":{"shape":"BoxedInteger"},
|
|
1547
|
-
"tmpfs":{"shape":"TmpfsList"}
|
|
1547
|
+
"tmpfs":{"shape":"TmpfsList"},
|
|
1548
|
+
"maxSwap":{"shape":"BoxedInteger"},
|
|
1549
|
+
"swappiness":{"shape":"BoxedInteger"}
|
|
1548
1550
|
}
|
|
1549
1551
|
},
|
|
1550
1552
|
"ListAccountSettingsRequest":{
|
|
@@ -154,6 +154,19 @@
|
|
|
154
154
|
{"shape":"InvalidRequestException"}
|
|
155
155
|
]
|
|
156
156
|
},
|
|
157
|
+
"GetBlockPublicAccessConfiguration":{
|
|
158
|
+
"name":"GetBlockPublicAccessConfiguration",
|
|
159
|
+
"http":{
|
|
160
|
+
"method":"POST",
|
|
161
|
+
"requestUri":"/"
|
|
162
|
+
},
|
|
163
|
+
"input":{"shape":"GetBlockPublicAccessConfigurationInput"},
|
|
164
|
+
"output":{"shape":"GetBlockPublicAccessConfigurationOutput"},
|
|
165
|
+
"errors":[
|
|
166
|
+
{"shape":"InternalServerException"},
|
|
167
|
+
{"shape":"InvalidRequestException"}
|
|
168
|
+
]
|
|
169
|
+
},
|
|
157
170
|
"ListBootstrapActions":{
|
|
158
171
|
"name":"ListBootstrapActions",
|
|
159
172
|
"http":{
|
|
@@ -277,6 +290,19 @@
|
|
|
277
290
|
"input":{"shape":"PutAutoScalingPolicyInput"},
|
|
278
291
|
"output":{"shape":"PutAutoScalingPolicyOutput"}
|
|
279
292
|
},
|
|
293
|
+
"PutBlockPublicAccessConfiguration":{
|
|
294
|
+
"name":"PutBlockPublicAccessConfiguration",
|
|
295
|
+
"http":{
|
|
296
|
+
"method":"POST",
|
|
297
|
+
"requestUri":"/"
|
|
298
|
+
},
|
|
299
|
+
"input":{"shape":"PutBlockPublicAccessConfigurationInput"},
|
|
300
|
+
"output":{"shape":"PutBlockPublicAccessConfigurationOutput"},
|
|
301
|
+
"errors":[
|
|
302
|
+
{"shape":"InternalServerException"},
|
|
303
|
+
{"shape":"InvalidRequestException"}
|
|
304
|
+
]
|
|
305
|
+
},
|
|
280
306
|
"RemoveAutoScalingPolicy":{
|
|
281
307
|
"name":"RemoveAutoScalingPolicy",
|
|
282
308
|
"http":{
|
|
@@ -445,6 +471,11 @@
|
|
|
445
471
|
"type":"list",
|
|
446
472
|
"member":{"shape":"Application"}
|
|
447
473
|
},
|
|
474
|
+
"ArnType":{
|
|
475
|
+
"type":"string",
|
|
476
|
+
"max":2048,
|
|
477
|
+
"min":20
|
|
478
|
+
},
|
|
448
479
|
"AutoScalingPolicy":{
|
|
449
480
|
"type":"structure",
|
|
450
481
|
"required":[
|
|
@@ -497,6 +528,25 @@
|
|
|
497
528
|
"StateChangeReason":{"shape":"AutoScalingPolicyStateChangeReason"}
|
|
498
529
|
}
|
|
499
530
|
},
|
|
531
|
+
"BlockPublicAccessConfiguration":{
|
|
532
|
+
"type":"structure",
|
|
533
|
+
"required":["BlockPublicSecurityGroupRules"],
|
|
534
|
+
"members":{
|
|
535
|
+
"BlockPublicSecurityGroupRules":{"shape":"Boolean"},
|
|
536
|
+
"PermittedPublicSecurityGroupRuleRanges":{"shape":"PortRanges"}
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
"BlockPublicAccessConfigurationMetadata":{
|
|
540
|
+
"type":"structure",
|
|
541
|
+
"required":[
|
|
542
|
+
"CreationDateTime",
|
|
543
|
+
"CreatedByArn"
|
|
544
|
+
],
|
|
545
|
+
"members":{
|
|
546
|
+
"CreationDateTime":{"shape":"Date"},
|
|
547
|
+
"CreatedByArn":{"shape":"ArnType"}
|
|
548
|
+
}
|
|
549
|
+
},
|
|
500
550
|
"Boolean":{"type":"boolean"},
|
|
501
551
|
"BooleanObject":{"type":"boolean"},
|
|
502
552
|
"BootstrapActionConfig":{
|
|
@@ -879,6 +929,22 @@
|
|
|
879
929
|
"LogFile":{"shape":"String"}
|
|
880
930
|
}
|
|
881
931
|
},
|
|
932
|
+
"GetBlockPublicAccessConfigurationInput":{
|
|
933
|
+
"type":"structure",
|
|
934
|
+
"members":{
|
|
935
|
+
}
|
|
936
|
+
},
|
|
937
|
+
"GetBlockPublicAccessConfigurationOutput":{
|
|
938
|
+
"type":"structure",
|
|
939
|
+
"required":[
|
|
940
|
+
"BlockPublicAccessConfiguration",
|
|
941
|
+
"BlockPublicAccessConfigurationMetadata"
|
|
942
|
+
],
|
|
943
|
+
"members":{
|
|
944
|
+
"BlockPublicAccessConfiguration":{"shape":"BlockPublicAccessConfiguration"},
|
|
945
|
+
"BlockPublicAccessConfigurationMetadata":{"shape":"BlockPublicAccessConfigurationMetadata"}
|
|
946
|
+
}
|
|
947
|
+
},
|
|
882
948
|
"HadoopJarStepConfig":{
|
|
883
949
|
"type":"structure",
|
|
884
950
|
"required":["Jar"],
|
|
@@ -1611,6 +1677,23 @@
|
|
|
1611
1677
|
"AvailabilityZones":{"shape":"XmlStringMaxLen256List"}
|
|
1612
1678
|
}
|
|
1613
1679
|
},
|
|
1680
|
+
"Port":{
|
|
1681
|
+
"type":"integer",
|
|
1682
|
+
"max":65535,
|
|
1683
|
+
"min":0
|
|
1684
|
+
},
|
|
1685
|
+
"PortRange":{
|
|
1686
|
+
"type":"structure",
|
|
1687
|
+
"required":["MinRange"],
|
|
1688
|
+
"members":{
|
|
1689
|
+
"MinRange":{"shape":"Port"},
|
|
1690
|
+
"MaxRange":{"shape":"Port"}
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
"PortRanges":{
|
|
1694
|
+
"type":"list",
|
|
1695
|
+
"member":{"shape":"PortRange"}
|
|
1696
|
+
},
|
|
1614
1697
|
"PutAutoScalingPolicyInput":{
|
|
1615
1698
|
"type":"structure",
|
|
1616
1699
|
"required":[
|
|
@@ -1632,6 +1715,18 @@
|
|
|
1632
1715
|
"AutoScalingPolicy":{"shape":"AutoScalingPolicyDescription"}
|
|
1633
1716
|
}
|
|
1634
1717
|
},
|
|
1718
|
+
"PutBlockPublicAccessConfigurationInput":{
|
|
1719
|
+
"type":"structure",
|
|
1720
|
+
"required":["BlockPublicAccessConfiguration"],
|
|
1721
|
+
"members":{
|
|
1722
|
+
"BlockPublicAccessConfiguration":{"shape":"BlockPublicAccessConfiguration"}
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
"PutBlockPublicAccessConfigurationOutput":{
|
|
1726
|
+
"type":"structure",
|
|
1727
|
+
"members":{
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1635
1730
|
"RemoveAutoScalingPolicyInput":{
|
|
1636
1731
|
"type":"structure",
|
|
1637
1732
|
"required":[
|
|
@@ -603,6 +603,7 @@
|
|
|
603
603
|
}
|
|
604
604
|
},
|
|
605
605
|
"Boolean":{"type":"boolean"},
|
|
606
|
+
"BoxedBoolean":{"type":"boolean"},
|
|
606
607
|
"CancelDeploymentJobRequest":{
|
|
607
608
|
"type":"structure",
|
|
608
609
|
"required":["job"],
|
|
@@ -774,8 +775,7 @@
|
|
|
774
775
|
"name",
|
|
775
776
|
"sources",
|
|
776
777
|
"simulationSoftwareSuite",
|
|
777
|
-
"robotSoftwareSuite"
|
|
778
|
-
"renderingEngine"
|
|
778
|
+
"robotSoftwareSuite"
|
|
779
779
|
],
|
|
780
780
|
"members":{
|
|
781
781
|
"name":{"shape":"Name"},
|
|
@@ -835,11 +835,13 @@
|
|
|
835
835
|
"idempotencyToken":true
|
|
836
836
|
},
|
|
837
837
|
"outputLocation":{"shape":"OutputLocation"},
|
|
838
|
+
"loggingConfig":{"shape":"LoggingConfig"},
|
|
838
839
|
"maxJobDurationInSeconds":{"shape":"JobDuration"},
|
|
839
840
|
"iamRole":{"shape":"IamRole"},
|
|
840
841
|
"failureBehavior":{"shape":"FailureBehavior"},
|
|
841
842
|
"robotApplications":{"shape":"RobotApplicationConfigs"},
|
|
842
843
|
"simulationApplications":{"shape":"SimulationApplicationConfigs"},
|
|
844
|
+
"dataSources":{"shape":"DataSourceConfigs"},
|
|
843
845
|
"tags":{"shape":"TagMap"},
|
|
844
846
|
"vpcConfig":{"shape":"VPCConfig"}
|
|
845
847
|
}
|
|
@@ -855,16 +857,53 @@
|
|
|
855
857
|
"failureCode":{"shape":"SimulationJobErrorCode"},
|
|
856
858
|
"clientRequestToken":{"shape":"ClientRequestToken"},
|
|
857
859
|
"outputLocation":{"shape":"OutputLocation"},
|
|
860
|
+
"loggingConfig":{"shape":"LoggingConfig"},
|
|
858
861
|
"maxJobDurationInSeconds":{"shape":"JobDuration"},
|
|
859
862
|
"simulationTimeMillis":{"shape":"SimulationTimeMillis"},
|
|
860
863
|
"iamRole":{"shape":"IamRole"},
|
|
861
864
|
"robotApplications":{"shape":"RobotApplicationConfigs"},
|
|
862
865
|
"simulationApplications":{"shape":"SimulationApplicationConfigs"},
|
|
866
|
+
"dataSources":{"shape":"DataSources"},
|
|
863
867
|
"tags":{"shape":"TagMap"},
|
|
864
868
|
"vpcConfig":{"shape":"VPCConfigResponse"}
|
|
865
869
|
}
|
|
866
870
|
},
|
|
867
871
|
"CreatedAt":{"type":"timestamp"},
|
|
872
|
+
"DataSource":{
|
|
873
|
+
"type":"structure",
|
|
874
|
+
"members":{
|
|
875
|
+
"name":{"shape":"Name"},
|
|
876
|
+
"s3Bucket":{"shape":"S3Bucket"},
|
|
877
|
+
"s3Keys":{"shape":"S3KeyOutputs"}
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
"DataSourceConfig":{
|
|
881
|
+
"type":"structure",
|
|
882
|
+
"required":[
|
|
883
|
+
"name",
|
|
884
|
+
"s3Bucket",
|
|
885
|
+
"s3Keys"
|
|
886
|
+
],
|
|
887
|
+
"members":{
|
|
888
|
+
"name":{"shape":"Name"},
|
|
889
|
+
"s3Bucket":{"shape":"S3Bucket"},
|
|
890
|
+
"s3Keys":{"shape":"S3Keys"}
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
"DataSourceConfigs":{
|
|
894
|
+
"type":"list",
|
|
895
|
+
"member":{"shape":"DataSourceConfig"},
|
|
896
|
+
"max":5,
|
|
897
|
+
"min":1
|
|
898
|
+
},
|
|
899
|
+
"DataSourceNames":{
|
|
900
|
+
"type":"list",
|
|
901
|
+
"member":{"shape":"Name"}
|
|
902
|
+
},
|
|
903
|
+
"DataSources":{
|
|
904
|
+
"type":"list",
|
|
905
|
+
"member":{"shape":"DataSource"}
|
|
906
|
+
},
|
|
868
907
|
"DeleteFleetRequest":{
|
|
869
908
|
"type":"structure",
|
|
870
909
|
"required":["fleet"],
|
|
@@ -938,7 +977,8 @@
|
|
|
938
977
|
"type":"structure",
|
|
939
978
|
"members":{
|
|
940
979
|
"concurrentDeploymentPercentage":{"shape":"Percentage"},
|
|
941
|
-
"failureThresholdPercentage":{"shape":"Percentage"}
|
|
980
|
+
"failureThresholdPercentage":{"shape":"Percentage"},
|
|
981
|
+
"robotDeploymentTimeoutInSeconds":{"shape":"DeploymentTimeout"}
|
|
942
982
|
}
|
|
943
983
|
},
|
|
944
984
|
"DeploymentJob":{
|
|
@@ -1007,6 +1047,7 @@
|
|
|
1007
1047
|
"Canceled"
|
|
1008
1048
|
]
|
|
1009
1049
|
},
|
|
1050
|
+
"DeploymentTimeout":{"type":"long"},
|
|
1010
1051
|
"DeploymentVersion":{
|
|
1011
1052
|
"type":"string",
|
|
1012
1053
|
"max":255,
|
|
@@ -1159,11 +1200,13 @@
|
|
|
1159
1200
|
"failureReason":{"shape":"GenericString"},
|
|
1160
1201
|
"clientRequestToken":{"shape":"ClientRequestToken"},
|
|
1161
1202
|
"outputLocation":{"shape":"OutputLocation"},
|
|
1203
|
+
"loggingConfig":{"shape":"LoggingConfig"},
|
|
1162
1204
|
"maxJobDurationInSeconds":{"shape":"JobDuration"},
|
|
1163
1205
|
"simulationTimeMillis":{"shape":"SimulationTimeMillis"},
|
|
1164
1206
|
"iamRole":{"shape":"IamRole"},
|
|
1165
1207
|
"robotApplications":{"shape":"RobotApplicationConfigs"},
|
|
1166
1208
|
"simulationApplications":{"shape":"SimulationApplicationConfigs"},
|
|
1209
|
+
"dataSources":{"shape":"DataSources"},
|
|
1167
1210
|
"tags":{"shape":"TagMap"},
|
|
1168
1211
|
"vpcConfig":{"shape":"VPCConfigResponse"}
|
|
1169
1212
|
}
|
|
@@ -1399,6 +1442,13 @@
|
|
|
1399
1442
|
"tags":{"shape":"TagMap"}
|
|
1400
1443
|
}
|
|
1401
1444
|
},
|
|
1445
|
+
"LoggingConfig":{
|
|
1446
|
+
"type":"structure",
|
|
1447
|
+
"required":["recordAllRosTopics"],
|
|
1448
|
+
"members":{
|
|
1449
|
+
"recordAllRosTopics":{"shape":"BoxedBoolean"}
|
|
1450
|
+
}
|
|
1451
|
+
},
|
|
1402
1452
|
"MaxResults":{"type":"integer"},
|
|
1403
1453
|
"Name":{
|
|
1404
1454
|
"type":"string",
|
|
@@ -1548,9 +1598,7 @@
|
|
|
1548
1598
|
},
|
|
1549
1599
|
"RobotApplicationNames":{
|
|
1550
1600
|
"type":"list",
|
|
1551
|
-
"member":{"shape":"Name"}
|
|
1552
|
-
"max":1,
|
|
1553
|
-
"min":1
|
|
1601
|
+
"member":{"shape":"Name"}
|
|
1554
1602
|
},
|
|
1555
1603
|
"RobotApplicationSummaries":{
|
|
1556
1604
|
"type":"list",
|
|
@@ -1644,6 +1692,23 @@
|
|
|
1644
1692
|
"min":1,
|
|
1645
1693
|
"pattern":".*"
|
|
1646
1694
|
},
|
|
1695
|
+
"S3KeyOutput":{
|
|
1696
|
+
"type":"structure",
|
|
1697
|
+
"members":{
|
|
1698
|
+
"s3Key":{"shape":"S3Key"},
|
|
1699
|
+
"etag":{"shape":"S3Etag"}
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1702
|
+
"S3KeyOutputs":{
|
|
1703
|
+
"type":"list",
|
|
1704
|
+
"member":{"shape":"S3KeyOutput"}
|
|
1705
|
+
},
|
|
1706
|
+
"S3Keys":{
|
|
1707
|
+
"type":"list",
|
|
1708
|
+
"member":{"shape":"S3Key"},
|
|
1709
|
+
"max":100,
|
|
1710
|
+
"min":1
|
|
1711
|
+
},
|
|
1647
1712
|
"SecurityGroups":{
|
|
1648
1713
|
"type":"list",
|
|
1649
1714
|
"member":{"shape":"NonEmptyString"},
|
|
@@ -1678,9 +1743,7 @@
|
|
|
1678
1743
|
},
|
|
1679
1744
|
"SimulationApplicationNames":{
|
|
1680
1745
|
"type":"list",
|
|
1681
|
-
"member":{"shape":"Name"}
|
|
1682
|
-
"max":1,
|
|
1683
|
-
"min":1
|
|
1746
|
+
"member":{"shape":"Name"}
|
|
1684
1747
|
},
|
|
1685
1748
|
"SimulationApplicationSummaries":{
|
|
1686
1749
|
"type":"list",
|
|
@@ -1712,11 +1775,13 @@
|
|
|
1712
1775
|
"failureReason":{"shape":"GenericString"},
|
|
1713
1776
|
"clientRequestToken":{"shape":"ClientRequestToken"},
|
|
1714
1777
|
"outputLocation":{"shape":"OutputLocation"},
|
|
1778
|
+
"loggingConfig":{"shape":"LoggingConfig"},
|
|
1715
1779
|
"maxJobDurationInSeconds":{"shape":"JobDuration"},
|
|
1716
1780
|
"simulationTimeMillis":{"shape":"SimulationTimeMillis"},
|
|
1717
1781
|
"iamRole":{"shape":"IamRole"},
|
|
1718
1782
|
"robotApplications":{"shape":"RobotApplicationConfigs"},
|
|
1719
1783
|
"simulationApplications":{"shape":"SimulationApplicationConfigs"},
|
|
1784
|
+
"dataSources":{"shape":"DataSources"},
|
|
1720
1785
|
"tags":{"shape":"TagMap"},
|
|
1721
1786
|
"vpcConfig":{"shape":"VPCConfigResponse"}
|
|
1722
1787
|
}
|
|
@@ -1729,6 +1794,7 @@
|
|
|
1729
1794
|
"SimulationApplicationCrash",
|
|
1730
1795
|
"BadPermissionsRobotApplication",
|
|
1731
1796
|
"BadPermissionsSimulationApplication",
|
|
1797
|
+
"BadPermissionsS3Object",
|
|
1732
1798
|
"BadPermissionsS3Output",
|
|
1733
1799
|
"BadPermissionsCloudwatchLogs",
|
|
1734
1800
|
"SubnetIpLimitExceeded",
|
|
@@ -1736,8 +1802,13 @@
|
|
|
1736
1802
|
"BadPermissionsUserCredentials",
|
|
1737
1803
|
"InvalidBundleRobotApplication",
|
|
1738
1804
|
"InvalidBundleSimulationApplication",
|
|
1805
|
+
"InvalidS3Resource",
|
|
1806
|
+
"MismatchedEtag",
|
|
1739
1807
|
"RobotApplicationVersionMismatchedEtag",
|
|
1740
1808
|
"SimulationApplicationVersionMismatchedEtag",
|
|
1809
|
+
"ResourceNotFound",
|
|
1810
|
+
"InvalidInput",
|
|
1811
|
+
"WrongRegionS3Bucket",
|
|
1741
1812
|
"WrongRegionS3Output",
|
|
1742
1813
|
"WrongRegionRobotApplication",
|
|
1743
1814
|
"WrongRegionSimulationApplication"
|
|
@@ -1772,7 +1843,8 @@
|
|
|
1772
1843
|
"name":{"shape":"Name"},
|
|
1773
1844
|
"status":{"shape":"SimulationJobStatus"},
|
|
1774
1845
|
"simulationApplicationNames":{"shape":"SimulationApplicationNames"},
|
|
1775
|
-
"robotApplicationNames":{"shape":"RobotApplicationNames"}
|
|
1846
|
+
"robotApplicationNames":{"shape":"RobotApplicationNames"},
|
|
1847
|
+
"dataSourceNames":{"shape":"DataSourceNames"}
|
|
1776
1848
|
}
|
|
1777
1849
|
},
|
|
1778
1850
|
"SimulationJobs":{
|
|
@@ -1788,11 +1860,14 @@
|
|
|
1788
1860
|
},
|
|
1789
1861
|
"SimulationSoftwareSuiteType":{
|
|
1790
1862
|
"type":"string",
|
|
1791
|
-
"enum":[
|
|
1863
|
+
"enum":[
|
|
1864
|
+
"Gazebo",
|
|
1865
|
+
"RosbagPlay"
|
|
1866
|
+
]
|
|
1792
1867
|
},
|
|
1793
1868
|
"SimulationSoftwareSuiteVersionType":{
|
|
1794
1869
|
"type":"string",
|
|
1795
|
-
"pattern":"7|9"
|
|
1870
|
+
"pattern":"7|9|Kinetic|Melodic"
|
|
1796
1871
|
},
|
|
1797
1872
|
"SimulationTimeMillis":{"type":"long"},
|
|
1798
1873
|
"Source":{
|
|
@@ -1960,8 +2035,7 @@
|
|
|
1960
2035
|
"application",
|
|
1961
2036
|
"sources",
|
|
1962
2037
|
"simulationSoftwareSuite",
|
|
1963
|
-
"robotSoftwareSuite"
|
|
1964
|
-
"renderingEngine"
|
|
2038
|
+
"robotSoftwareSuite"
|
|
1965
2039
|
],
|
|
1966
2040
|
"members":{
|
|
1967
2041
|
"application":{"shape":"Arn"},
|
data/endpoints.json
CHANGED
|
@@ -233,6 +233,7 @@
|
|
|
233
233
|
"ap-northeast-1" : { },
|
|
234
234
|
"ap-southeast-1" : { },
|
|
235
235
|
"ap-southeast-2" : { },
|
|
236
|
+
"eu-central-1" : { },
|
|
236
237
|
"eu-west-1" : { },
|
|
237
238
|
"us-east-1" : { },
|
|
238
239
|
"us-west-2" : { }
|
|
@@ -251,6 +252,7 @@
|
|
|
251
252
|
},
|
|
252
253
|
"api.sagemaker" : {
|
|
253
254
|
"endpoints" : {
|
|
255
|
+
"ap-east-1" : { },
|
|
254
256
|
"ap-northeast-1" : { },
|
|
255
257
|
"ap-northeast-2" : { },
|
|
256
258
|
"ap-south-1" : { },
|
|
@@ -258,8 +260,11 @@
|
|
|
258
260
|
"ap-southeast-2" : { },
|
|
259
261
|
"ca-central-1" : { },
|
|
260
262
|
"eu-central-1" : { },
|
|
263
|
+
"eu-north-1" : { },
|
|
261
264
|
"eu-west-1" : { },
|
|
262
265
|
"eu-west-2" : { },
|
|
266
|
+
"eu-west-3" : { },
|
|
267
|
+
"sa-east-1" : { },
|
|
263
268
|
"us-east-1" : { },
|
|
264
269
|
"us-east-1-fips" : {
|
|
265
270
|
"credentialScope" : {
|
|
@@ -1471,6 +1476,7 @@
|
|
|
1471
1476
|
},
|
|
1472
1477
|
"firehose" : {
|
|
1473
1478
|
"endpoints" : {
|
|
1479
|
+
"ap-east-1" : { },
|
|
1474
1480
|
"ap-northeast-1" : { },
|
|
1475
1481
|
"ap-northeast-2" : { },
|
|
1476
1482
|
"ap-south-1" : { },
|
|
@@ -1513,6 +1519,7 @@
|
|
|
1513
1519
|
"ap-southeast-1" : { },
|
|
1514
1520
|
"ap-southeast-2" : { },
|
|
1515
1521
|
"eu-central-1" : { },
|
|
1522
|
+
"eu-north-1" : { },
|
|
1516
1523
|
"eu-west-1" : { },
|
|
1517
1524
|
"eu-west-2" : { },
|
|
1518
1525
|
"us-east-1" : { },
|
|
@@ -1831,11 +1838,14 @@
|
|
|
1831
1838
|
"endpoints" : {
|
|
1832
1839
|
"ap-northeast-1" : { },
|
|
1833
1840
|
"ap-northeast-2" : { },
|
|
1841
|
+
"ap-south-1" : { },
|
|
1834
1842
|
"ap-southeast-1" : { },
|
|
1835
1843
|
"ap-southeast-2" : { },
|
|
1836
1844
|
"eu-central-1" : { },
|
|
1845
|
+
"eu-north-1" : { },
|
|
1837
1846
|
"eu-west-1" : { },
|
|
1838
1847
|
"eu-west-2" : { },
|
|
1848
|
+
"eu-west-3" : { },
|
|
1839
1849
|
"us-east-1" : { },
|
|
1840
1850
|
"us-east-2" : { },
|
|
1841
1851
|
"us-west-2" : { }
|
|
@@ -1918,6 +1928,7 @@
|
|
|
1918
1928
|
"eu-west-1" : { },
|
|
1919
1929
|
"eu-west-2" : { },
|
|
1920
1930
|
"eu-west-3" : { },
|
|
1931
|
+
"me-south-1" : { },
|
|
1921
1932
|
"sa-east-1" : { },
|
|
1922
1933
|
"us-east-1" : { },
|
|
1923
1934
|
"us-east-2" : { },
|
|
@@ -2488,6 +2499,7 @@
|
|
|
2488
2499
|
},
|
|
2489
2500
|
"runtime.sagemaker" : {
|
|
2490
2501
|
"endpoints" : {
|
|
2502
|
+
"ap-east-1" : { },
|
|
2491
2503
|
"ap-northeast-1" : { },
|
|
2492
2504
|
"ap-northeast-2" : { },
|
|
2493
2505
|
"ap-south-1" : { },
|
|
@@ -2495,8 +2507,11 @@
|
|
|
2495
2507
|
"ap-southeast-2" : { },
|
|
2496
2508
|
"ca-central-1" : { },
|
|
2497
2509
|
"eu-central-1" : { },
|
|
2510
|
+
"eu-north-1" : { },
|
|
2498
2511
|
"eu-west-1" : { },
|
|
2499
2512
|
"eu-west-2" : { },
|
|
2513
|
+
"eu-west-3" : { },
|
|
2514
|
+
"sa-east-1" : { },
|
|
2500
2515
|
"us-east-1" : { },
|
|
2501
2516
|
"us-east-1-fips" : {
|
|
2502
2517
|
"credentialScope" : {
|
|
@@ -2959,6 +2974,7 @@
|
|
|
2959
2974
|
"eu-west-1" : { },
|
|
2960
2975
|
"eu-west-2" : { },
|
|
2961
2976
|
"eu-west-3" : { },
|
|
2977
|
+
"me-south-1" : { },
|
|
2962
2978
|
"sa-east-1" : { },
|
|
2963
2979
|
"us-east-1" : { },
|
|
2964
2980
|
"us-east-2" : { },
|
|
@@ -3325,9 +3341,11 @@
|
|
|
3325
3341
|
"ap-southeast-2" : { },
|
|
3326
3342
|
"ca-central-1" : { },
|
|
3327
3343
|
"eu-central-1" : { },
|
|
3344
|
+
"eu-north-1" : { },
|
|
3328
3345
|
"eu-west-1" : { },
|
|
3329
3346
|
"eu-west-2" : { },
|
|
3330
3347
|
"eu-west-3" : { },
|
|
3348
|
+
"sa-east-1" : { },
|
|
3331
3349
|
"us-east-1" : { },
|
|
3332
3350
|
"us-east-2" : { },
|
|
3333
3351
|
"us-west-1" : { },
|
|
@@ -4319,6 +4337,16 @@
|
|
|
4319
4337
|
"us-gov-west-1" : { }
|
|
4320
4338
|
}
|
|
4321
4339
|
},
|
|
4340
|
+
"neptune" : {
|
|
4341
|
+
"endpoints" : {
|
|
4342
|
+
"us-gov-west-1" : {
|
|
4343
|
+
"credentialScope" : {
|
|
4344
|
+
"region" : "us-gov-west-1"
|
|
4345
|
+
},
|
|
4346
|
+
"hostname" : "rds.us-gov-west-1.amazonaws.com"
|
|
4347
|
+
}
|
|
4348
|
+
}
|
|
4349
|
+
},
|
|
4322
4350
|
"organizations" : {
|
|
4323
4351
|
"endpoints" : {
|
|
4324
4352
|
"aws-us-gov-global" : {
|
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.335
|
|
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: 2019-08-
|
|
11
|
+
date: 2019-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|