aws-partitions 1.843.0 → 1.846.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: 1791dfb8c24cbdb3cf66916179dbf082d7b9e471c56ee87b81ba154349e113c0
4
+ data.tar.gz: 9232cc135052176f99a621b8da38d3a498aacb1ceece28d41c459e37db56324d
5
5
  SHA512:
6
- metadata.gz: 79f8f0d3984a1087d62b95362d3e447afcc36de8cbd11a557dab93912f25d027751f16224acb7dd00fe49fb29f21ee094cb2222b02eebb095e9c9e1263b46138
7
- data.tar.gz: aee040bd96619427649402d00dfb8583183ec2621db1516a9bbf11ad0d2a28a527384871ded15d60ce34cef9af44e8f1e9bc3c2da370dafd21a684c2301793dc
6
+ metadata.gz: 5aff219677a38b2c2a47646f3d373d732ddc6a6b049723534835ee582d90f0a7142a77c1a4f9ab76d46fb432ae93c9c6818bcdbc689e575a064803dc08dc2f9e
7
+ data.tar.gz: 514c6c1a0b4db1b6fdbfaaef5169e8a2e936b12c82a1ce1a6c03ac33f4bbaf5652520985e4c9de17b47708487aa4a2c1818f30656d5f931f88a9fad4542f2a8e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.846.0 (2023-11-06)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.845.0 (2023-11-03)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::LaunchWizard`.
13
+
14
+ 1.844.0 (2023-11-02)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.843.0 (2023-10-27)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.843.0
1
+ 1.846.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
@@ -13683,6 +13683,12 @@
13683
13683
  } ]
13684
13684
  },
13685
13685
  "endpoints" : {
13686
+ "af-south-1" : {
13687
+ "hostname" : "resource-explorer-2.af-south-1.api.aws"
13688
+ },
13689
+ "ap-east-1" : {
13690
+ "hostname" : "resource-explorer-2.ap-east-1.api.aws"
13691
+ },
13686
13692
  "ap-northeast-1" : {
13687
13693
  "hostname" : "resource-explorer-2.ap-northeast-1.api.aws"
13688
13694
  },
@@ -13722,6 +13728,9 @@
13722
13728
  "eu-north-1" : {
13723
13729
  "hostname" : "resource-explorer-2.eu-north-1.api.aws"
13724
13730
  },
13731
+ "eu-south-1" : {
13732
+ "hostname" : "resource-explorer-2.eu-south-1.api.aws"
13733
+ },
13725
13734
  "eu-west-1" : {
13726
13735
  "hostname" : "resource-explorer-2.eu-west-1.api.aws"
13727
13736
  },
@@ -13734,6 +13743,9 @@
13734
13743
  "il-central-1" : {
13735
13744
  "hostname" : "resource-explorer-2.il-central-1.api.aws"
13736
13745
  },
13746
+ "me-central-1" : {
13747
+ "hostname" : "resource-explorer-2.me-central-1.api.aws"
13748
+ },
13737
13749
  "me-south-1" : {
13738
13750
  "hostname" : "resource-explorer-2.me-south-1.api.aws"
13739
13751
  },
@@ -17451,6 +17463,7 @@
17451
17463
  "ap-northeast-1" : { },
17452
17464
  "ap-northeast-2" : { },
17453
17465
  "ap-southeast-1" : { },
17466
+ "ap-southeast-2" : { },
17454
17467
  "ca-central-1" : {
17455
17468
  "variants" : [ {
17456
17469
  "hostname" : "voice-chime-fips.ca-central-1.amazonaws.com",
@@ -25480,6 +25493,11 @@
25480
25493
  "us-isob-east-1" : { }
25481
25494
  }
25482
25495
  },
25496
+ "cloudcontrolapi" : {
25497
+ "endpoints" : {
25498
+ "us-isob-east-1" : { }
25499
+ }
25500
+ },
25483
25501
  "cloudformation" : {
25484
25502
  "endpoints" : {
25485
25503
  "us-isob-east-1" : { }
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.846.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-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: