aws-partitions 1.666.0 → 1.667.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11d20d5957ea441a159a0ca5a821366ff39c937011f50699c2942be437d4ff45
4
- data.tar.gz: 210dd93d9ffda8afb89993cb6d3ded1544338aa259f8561f5d4533a387917918
3
+ metadata.gz: 68ccc72fd08c8a8e4988fa4cb19c74ddcfceab06524bf83a8f83b56a20cca0f6
4
+ data.tar.gz: 2d415c8f6c259ac58447a08dc41fa0fcf7f95da5ddd3d2c2fea0641870c73efc
5
5
  SHA512:
6
- metadata.gz: '092bf53a05ee0cd487078cab29618f0455d3005bc0fd1c64447c68334ff4829773690aa667d840da98b47457f704dd326399fef107af18c5db780bb2ba0c68df'
7
- data.tar.gz: 4f3785f57bebf46992e4ba070953d65d62126399fcfbeb2bfba7d718eb636d4387e0a70cee94acc52a122b54aaf0599564c1373c95f5c52b0ae317ec130c45cb
6
+ metadata.gz: 07b7ca8449501185744e7b9b4c8d9c28f4ad691f8299b59a8c54f9973f84059716cdf1cd64492c7da5a64545fd86110e2f9b57c1a64a18d83fc084a5db30f6de
7
+ data.tar.gz: c26bf78fb480d7721c4ca554863093af8eb5094b5a443a424e7a2dad1746db2f676509e7e5a66423910b12e3740f0b587345e1f7dc0e873a53210d64a72f08f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.667.0 (2022-11-29)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::ARCZonalShift`.
8
+
4
9
  1.666.0 (2022-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.666.0
1
+ 1.667.0
@@ -247,6 +247,7 @@ module Aws
247
247
  'ACM' => 'acm',
248
248
  'ACMPCA' => 'acm-pca',
249
249
  'APIGateway' => 'apigateway',
250
+ 'ARCZonalShift' => 'arc-zonal-shift',
250
251
  'AccessAnalyzer' => 'access-analyzer',
251
252
  'Account' => 'account',
252
253
  'AlexaForBusiness' => 'a4b',
data/partitions.json CHANGED
@@ -1756,6 +1756,19 @@
1756
1756
  "us-west-2" : { }
1757
1757
  }
1758
1758
  },
1759
+ "arc-zonal-shift" : {
1760
+ "endpoints" : {
1761
+ "ap-northeast-1" : { },
1762
+ "ap-southeast-2" : { },
1763
+ "ap-southeast-3" : { },
1764
+ "eu-central-1" : { },
1765
+ "eu-north-1" : { },
1766
+ "eu-west-1" : { },
1767
+ "us-east-1" : { },
1768
+ "us-east-2" : { },
1769
+ "us-west-2" : { }
1770
+ }
1771
+ },
1759
1772
  "athena" : {
1760
1773
  "endpoints" : {
1761
1774
  "af-south-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.666.0
4
+ version: 1.667.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: 2022-11-28 00:00:00.000000000 Z
11
+ date: 2022-11-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: