aws-partitions 1.843.0 → 1.848.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6bb4662ab47c4fc655db4e53517ce034a7a527f165806d60ce5842bd2d6bfbab
4
- data.tar.gz: a95e3ad1c6e99f2daab77ea716a6e1dd041c469b01e30655ea44736e422f563d
3
+ metadata.gz: 19dc7d277da8263fa435586b1e11632916b3fd1b9d5882a93cda4a9c4d6732ae
4
+ data.tar.gz: 43ed9d656f786f7b242c42849a29fc23217bd771606c19fc960badb37491a9b2
5
5
  SHA512:
6
- metadata.gz: 79f8f0d3984a1087d62b95362d3e447afcc36de8cbd11a557dab93912f25d027751f16224acb7dd00fe49fb29f21ee094cb2222b02eebb095e9c9e1263b46138
7
- data.tar.gz: aee040bd96619427649402d00dfb8583183ec2621db1516a9bbf11ad0d2a28a527384871ded15d60ce34cef9af44e8f1e9bc3c2da370dafd21a684c2301793dc
6
+ metadata.gz: e44e55e8f444902b7cf1ba68652b8bf1e4aee4ce71904a5aa7186c5598d9fc212ac612a3ecddf0a6acb79e8bbc04d6aa17683f69d9ffc2698ea4813a294b06b6
7
+ data.tar.gz: d4630baa53ed1315345e6e7605ec2c3aa3f31e55686108a5e0c1187881ff0753e8d948405a2a9da02e288b9f5f6e2ba5ed91a32f58ec80bd8339c60ccee2d7ab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.848.0 (2023-11-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.847.0 (2023-11-07)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.846.0 (2023-11-06)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.845.0 (2023-11-03)
20
+ ------------------
21
+
22
+ * Feature - Added support for enumerating regions for `Aws::LaunchWizard`.
23
+
24
+ 1.844.0 (2023-11-02)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
4
29
  1.843.0 (2023-10-27)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.843.0
1
+ 1.848.0
@@ -436,6 +436,7 @@ module Aws
436
436
  'LakeFormation' => 'lakeformation',
437
437
  'Lambda' => 'lambda',
438
438
  'LambdaPreview' => 'lambda',
439
+ 'LaunchWizard' => 'launchwizard',
439
440
  'Lex' => 'runtime.lex',
440
441
  'LexModelBuildingService' => 'models.lex',
441
442
  'LexModelsV2' => 'models-v2-lex',
data/partitions.json CHANGED
@@ -1050,11 +1050,18 @@
1050
1050
  "endpoints" : {
1051
1051
  "af-south-1" : { },
1052
1052
  "ap-northeast-1" : { },
1053
+ "ap-northeast-2" : { },
1054
+ "ap-northeast-3" : { },
1053
1055
  "ap-south-1" : { },
1054
1056
  "ap-southeast-1" : { },
1055
1057
  "ap-southeast-2" : { },
1058
+ "ap-southeast-4" : { },
1059
+ "ca-central-1" : { },
1056
1060
  "eu-central-1" : { },
1061
+ "eu-north-1" : { },
1057
1062
  "eu-west-1" : { },
1063
+ "eu-west-3" : { },
1064
+ "sa-east-1" : { },
1058
1065
  "us-east-1" : { },
1059
1066
  "us-east-2" : { },
1060
1067
  "us-west-2" : { }
@@ -1760,10 +1767,13 @@
1760
1767
  "apprunner" : {
1761
1768
  "endpoints" : {
1762
1769
  "ap-northeast-1" : { },
1770
+ "ap-south-1" : { },
1763
1771
  "ap-southeast-1" : { },
1764
1772
  "ap-southeast-2" : { },
1765
1773
  "eu-central-1" : { },
1766
1774
  "eu-west-1" : { },
1775
+ "eu-west-2" : { },
1776
+ "eu-west-3" : { },
1767
1777
  "fips-us-east-1" : {
1768
1778
  "credentialScope" : {
1769
1779
  "region" : "us-east-1"
@@ -4056,6 +4066,7 @@
4056
4066
  "ap-southeast-1" : { },
4057
4067
  "ap-southeast-2" : { },
4058
4068
  "ap-southeast-3" : { },
4069
+ "ap-southeast-4" : { },
4059
4070
  "ca-central-1" : {
4060
4071
  "variants" : [ {
4061
4072
  "hostname" : "controltower-fips.ca-central-1.amazonaws.com",
@@ -13683,6 +13694,12 @@
13683
13694
  } ]
13684
13695
  },
13685
13696
  "endpoints" : {
13697
+ "af-south-1" : {
13698
+ "hostname" : "resource-explorer-2.af-south-1.api.aws"
13699
+ },
13700
+ "ap-east-1" : {
13701
+ "hostname" : "resource-explorer-2.ap-east-1.api.aws"
13702
+ },
13686
13703
  "ap-northeast-1" : {
13687
13704
  "hostname" : "resource-explorer-2.ap-northeast-1.api.aws"
13688
13705
  },
@@ -13722,6 +13739,9 @@
13722
13739
  "eu-north-1" : {
13723
13740
  "hostname" : "resource-explorer-2.eu-north-1.api.aws"
13724
13741
  },
13742
+ "eu-south-1" : {
13743
+ "hostname" : "resource-explorer-2.eu-south-1.api.aws"
13744
+ },
13725
13745
  "eu-west-1" : {
13726
13746
  "hostname" : "resource-explorer-2.eu-west-1.api.aws"
13727
13747
  },
@@ -13734,6 +13754,9 @@
13734
13754
  "il-central-1" : {
13735
13755
  "hostname" : "resource-explorer-2.il-central-1.api.aws"
13736
13756
  },
13757
+ "me-central-1" : {
13758
+ "hostname" : "resource-explorer-2.me-central-1.api.aws"
13759
+ },
13737
13760
  "me-south-1" : {
13738
13761
  "hostname" : "resource-explorer-2.me-south-1.api.aws"
13739
13762
  },
@@ -17451,6 +17474,7 @@
17451
17474
  "ap-northeast-1" : { },
17452
17475
  "ap-northeast-2" : { },
17453
17476
  "ap-southeast-1" : { },
17477
+ "ap-southeast-2" : { },
17454
17478
  "ca-central-1" : {
17455
17479
  "variants" : [ {
17456
17480
  "hostname" : "voice-chime-fips.ca-central-1.amazonaws.com",
@@ -25480,6 +25504,11 @@
25480
25504
  "us-isob-east-1" : { }
25481
25505
  }
25482
25506
  },
25507
+ "cloudcontrolapi" : {
25508
+ "endpoints" : {
25509
+ "us-isob-east-1" : { }
25510
+ }
25511
+ },
25483
25512
  "cloudformation" : {
25484
25513
  "endpoints" : {
25485
25514
  "us-isob-east-1" : { }
@@ -25790,6 +25819,11 @@
25790
25819
  "us-isob-east-1" : { }
25791
25820
  }
25792
25821
  },
25822
+ "runtime.sagemaker" : {
25823
+ "endpoints" : {
25824
+ "us-isob-east-1" : { }
25825
+ }
25826
+ },
25793
25827
  "s3" : {
25794
25828
  "defaults" : {
25795
25829
  "protocols" : [ "http", "https" ],
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.843.0
4
+ version: 1.848.0
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: 2023-10-27 00:00:00.000000000 Z
11
+ date: 2023-11-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: