aws-partitions 1.665.0 → 1.666.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: 2b6a079d08bb26514f413508e4a55d4d26d18daeffed852f9dc202000582c7b8
4
- data.tar.gz: 370223fb9f7c74c167775a2168a08abf0185cd52b3e98223e7fa5652d090193c
3
+ metadata.gz: 11d20d5957ea441a159a0ca5a821366ff39c937011f50699c2942be437d4ff45
4
+ data.tar.gz: 210dd93d9ffda8afb89993cb6d3ded1544338aa259f8561f5d4533a387917918
5
5
  SHA512:
6
- metadata.gz: ecd26f0f756667a3b45e0c66398ba6bdf5b568d0db3a16670eb8bc582c0cdb8457510c97fb827873f1f2eaf175c4799b7858db2cda7a3532bef4b1dcf6e58b57
7
- data.tar.gz: '02908b492afc2e1647292fc0462b8fb80e8e43e61925faab5240d030efb6ef82e7f8c0ad14d88ef2b55d70d36833b20afc83d83f1a7e2f1cc382ccc8e79ab610'
6
+ metadata.gz: '092bf53a05ee0cd487078cab29618f0455d3005bc0fd1c64447c68334ff4829773690aa667d840da98b47457f704dd326399fef107af18c5db780bb2ba0c68df'
7
+ data.tar.gz: 4f3785f57bebf46992e4ba070953d65d62126399fcfbeb2bfba7d718eb636d4387e0a70cee94acc52a122b54aaf0599564c1373c95f5c52b0ae317ec130c45cb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.666.0 (2022-11-28)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::OAM`.
8
+
4
9
  1.665.0 (2022-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.665.0
1
+ 1.666.0
@@ -466,6 +466,7 @@ module Aws
466
466
  'NetworkFirewall' => 'network-firewall',
467
467
  'NetworkManager' => 'networkmanager',
468
468
  'NimbleStudio' => 'nimble',
469
+ 'OAM' => 'oam',
469
470
  'OpenSearchService' => 'es',
470
471
  'OpsWorks' => 'opsworks',
471
472
  'OpsWorksCM' => 'opsworks-cm',
data/partitions.json CHANGED
@@ -10084,6 +10084,36 @@
10084
10084
  "us-west-2" : { }
10085
10085
  }
10086
10086
  },
10087
+ "oam" : {
10088
+ "endpoints" : {
10089
+ "af-south-1" : { },
10090
+ "ap-east-1" : { },
10091
+ "ap-northeast-1" : { },
10092
+ "ap-northeast-2" : { },
10093
+ "ap-northeast-3" : { },
10094
+ "ap-south-1" : { },
10095
+ "ap-south-2" : { },
10096
+ "ap-southeast-1" : { },
10097
+ "ap-southeast-2" : { },
10098
+ "ap-southeast-3" : { },
10099
+ "ca-central-1" : { },
10100
+ "eu-central-1" : { },
10101
+ "eu-central-2" : { },
10102
+ "eu-north-1" : { },
10103
+ "eu-south-1" : { },
10104
+ "eu-south-2" : { },
10105
+ "eu-west-1" : { },
10106
+ "eu-west-2" : { },
10107
+ "eu-west-3" : { },
10108
+ "me-central-1" : { },
10109
+ "me-south-1" : { },
10110
+ "sa-east-1" : { },
10111
+ "us-east-1" : { },
10112
+ "us-east-2" : { },
10113
+ "us-west-1" : { },
10114
+ "us-west-2" : { }
10115
+ }
10116
+ },
10087
10117
  "oidc" : {
10088
10118
  "endpoints" : {
10089
10119
  "ap-east-1" : {
@@ -21078,7 +21108,8 @@
21078
21108
  },
21079
21109
  "firehose" : {
21080
21110
  "endpoints" : {
21081
- "us-iso-east-1" : { }
21111
+ "us-iso-east-1" : { },
21112
+ "us-iso-west-1" : { }
21082
21113
  }
21083
21114
  },
21084
21115
  "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.666.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-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: