aws-partitions 1.909.0 → 1.911.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: 1a18e11a9cc0ae3cad82b323624d0f70b9c0f1e400ff031034390eab38725931
4
- data.tar.gz: 7213b22d0aad659397e53491c16117eabb89e33144c61289582d50ba051661aa
3
+ metadata.gz: e8d5985f202f685ae8c7e43b24b0645648eeabef9a96090b59fcbaac19c117e5
4
+ data.tar.gz: ca6bad33ca6d21ea1d6e0eeebc86f891fee401bc5992e0e341d49e9404239024
5
5
  SHA512:
6
- metadata.gz: 13a05116343d38a6807f8df979d2d43a043c7db9f3e62db2c16a814574db48c54883198a0e349fa6f8e234214bc1a64f1caf88e47082b32b511dbbf70b4b8d95
7
- data.tar.gz: 78a75aeac8c499a3b2388bf0edb36f4ce25375ec3c0c0782a6345933ad534c34896e3b505dd3dae435f36d819e0f2c579b99e6cc35f664a47d36b8fe7a6b5b7e
6
+ metadata.gz: 2fe732370f26c450b0236aa0b74de199ac6d75c6b3d4c29acf9fc27ead58ab7a2dd631123cad3a3e14cd94bcf18f08056a72c8ae59fc4a41a3446712f7606d37
7
+ data.tar.gz: 231aa22938e09945e37239680c3dded323c00c052e245995d43ed1d66e1eb96cc1ed461c14dd97c7c6a2ae7c56efdc515cd394d218c73654106fbe4911d9d53a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.911.0 (2024-04-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.910.0 (2024-04-08)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::ControlCatalog`.
13
+
4
14
  1.909.0 (2024-04-05)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.909.0
1
+ 1.911.0
@@ -340,6 +340,7 @@ module Aws
340
340
  'ConnectContactLens' => 'contact-lens',
341
341
  'ConnectParticipant' => 'participant.connect',
342
342
  'ConnectWisdomService' => 'wisdom',
343
+ 'ControlCatalog' => 'controlcatalog',
343
344
  'ControlTower' => 'controltower',
344
345
  'CostExplorer' => 'ce',
345
346
  'CostOptimizationHub' => 'cost-optimization-hub',
data/partitions.json CHANGED
@@ -14750,19 +14750,29 @@
14750
14750
  },
14751
14751
  "resource-explorer-2" : {
14752
14752
  "endpoints" : {
14753
+ "af-south-1" : { },
14754
+ "ap-east-1" : { },
14753
14755
  "ap-northeast-1" : { },
14754
14756
  "ap-northeast-2" : { },
14755
14757
  "ap-northeast-3" : { },
14756
14758
  "ap-south-1" : { },
14759
+ "ap-south-2" : { },
14757
14760
  "ap-southeast-1" : { },
14758
14761
  "ap-southeast-2" : { },
14759
14762
  "ap-southeast-3" : { },
14763
+ "ap-southeast-4" : { },
14760
14764
  "ca-central-1" : { },
14765
+ "ca-west-1" : { },
14761
14766
  "eu-central-1" : { },
14767
+ "eu-central-2" : { },
14762
14768
  "eu-north-1" : { },
14769
+ "eu-south-1" : { },
14770
+ "eu-south-2" : { },
14763
14771
  "eu-west-1" : { },
14764
14772
  "eu-west-2" : { },
14765
14773
  "eu-west-3" : { },
14774
+ "il-central-1" : { },
14775
+ "me-central-1" : { },
14766
14776
  "me-south-1" : { },
14767
14777
  "sa-east-1" : { },
14768
14778
  "us-east-1" : { },
@@ -19214,6 +19224,7 @@
19214
19224
  "eu-north-1" : { },
19215
19225
  "eu-west-1" : { },
19216
19226
  "eu-west-2" : { },
19227
+ "sa-east-1" : { },
19217
19228
  "us-east-1" : { },
19218
19229
  "us-east-2" : { },
19219
19230
  "us-west-2" : { }
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.909.0
4
+ version: 1.911.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: 2024-04-05 00:00:00.000000000 Z
11
+ date: 2024-04-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: