aws-partitions 1.665.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: 2b6a079d08bb26514f413508e4a55d4d26d18daeffed852f9dc202000582c7b8
4
- data.tar.gz: 370223fb9f7c74c167775a2168a08abf0185cd52b3e98223e7fa5652d090193c
3
+ metadata.gz: 68ccc72fd08c8a8e4988fa4cb19c74ddcfceab06524bf83a8f83b56a20cca0f6
4
+ data.tar.gz: 2d415c8f6c259ac58447a08dc41fa0fcf7f95da5ddd3d2c2fea0641870c73efc
5
5
  SHA512:
6
- metadata.gz: ecd26f0f756667a3b45e0c66398ba6bdf5b568d0db3a16670eb8bc582c0cdb8457510c97fb827873f1f2eaf175c4799b7858db2cda7a3532bef4b1dcf6e58b57
7
- data.tar.gz: '02908b492afc2e1647292fc0462b8fb80e8e43e61925faab5240d030efb6ef82e7f8c0ad14d88ef2b55d70d36833b20afc83d83f1a7e2f1cc382ccc8e79ab610'
6
+ metadata.gz: 07b7ca8449501185744e7b9b4c8d9c28f4ad691f8299b59a8c54f9973f84059716cdf1cd64492c7da5a64545fd86110e2f9b57c1a64a18d83fc084a5db30f6de
7
+ data.tar.gz: c26bf78fb480d7721c4ca554863093af8eb5094b5a443a424e7a2dad1746db2f676509e7e5a66423910b12e3740f0b587345e1f7dc0e873a53210d64a72f08f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.666.0 (2022-11-28)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::OAM`.
13
+
4
14
  1.665.0 (2022-11-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.665.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',
@@ -466,6 +467,7 @@ module Aws
466
467
  'NetworkFirewall' => 'network-firewall',
467
468
  'NetworkManager' => 'networkmanager',
468
469
  'NimbleStudio' => 'nimble',
470
+ 'OAM' => 'oam',
469
471
  'OpenSearchService' => 'es',
470
472
  'OpsWorks' => 'opsworks',
471
473
  'OpsWorksCM' => 'opsworks-cm',
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" : {
@@ -10084,6 +10097,36 @@
10084
10097
  "us-west-2" : { }
10085
10098
  }
10086
10099
  },
10100
+ "oam" : {
10101
+ "endpoints" : {
10102
+ "af-south-1" : { },
10103
+ "ap-east-1" : { },
10104
+ "ap-northeast-1" : { },
10105
+ "ap-northeast-2" : { },
10106
+ "ap-northeast-3" : { },
10107
+ "ap-south-1" : { },
10108
+ "ap-south-2" : { },
10109
+ "ap-southeast-1" : { },
10110
+ "ap-southeast-2" : { },
10111
+ "ap-southeast-3" : { },
10112
+ "ca-central-1" : { },
10113
+ "eu-central-1" : { },
10114
+ "eu-central-2" : { },
10115
+ "eu-north-1" : { },
10116
+ "eu-south-1" : { },
10117
+ "eu-south-2" : { },
10118
+ "eu-west-1" : { },
10119
+ "eu-west-2" : { },
10120
+ "eu-west-3" : { },
10121
+ "me-central-1" : { },
10122
+ "me-south-1" : { },
10123
+ "sa-east-1" : { },
10124
+ "us-east-1" : { },
10125
+ "us-east-2" : { },
10126
+ "us-west-1" : { },
10127
+ "us-west-2" : { }
10128
+ }
10129
+ },
10087
10130
  "oidc" : {
10088
10131
  "endpoints" : {
10089
10132
  "ap-east-1" : {
@@ -21078,7 +21121,8 @@
21078
21121
  },
21079
21122
  "firehose" : {
21080
21123
  "endpoints" : {
21081
- "us-iso-east-1" : { }
21124
+ "us-iso-east-1" : { },
21125
+ "us-iso-west-1" : { }
21082
21126
  }
21083
21127
  },
21084
21128
  "glacier" : {
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.665.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-22 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: