aws-partitions 1.480.0 → 1.484.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: a6256838dbbdaed1b4d78221ac7defff9bcfeef7b4d98bb6a6a996b76542fb57
4
- data.tar.gz: 5b2d2c373f707a4a095c9e7692d31c3c9d2863098201ef49ec7a5a2ddd281a8e
3
+ metadata.gz: 6505d82f91be61bbe1d71080ebd8f68bbbb1c664ec85b94003bf0da22659fd6f
4
+ data.tar.gz: '095ffa3b6e51ea4c0c21c2d929176d3bd37c6c695b550eb90341d313f32c4a08'
5
5
  SHA512:
6
- metadata.gz: 3a90f36e56a839790d573457131b3543c3696ded76cc5d4ae64fe9db570b6d13828bd7dccaba8ef493ee726205e10090528aa1c62eabc1c9cd830b8da8975f2a
7
- data.tar.gz: c3c512303472c36b38f1bb722eaa77336c3a48f966c7e753f7073280ded53694917c27b17eaf587930eb07bc0c9dbdc7b5327308c44bc771e38e0a7a0ce89d19
6
+ metadata.gz: 34453c080503dc666e853706435cdf3245f412ebb1f00897fa4f21807679ee3c8bbca3c737772eaeaa42cac39d75dc42fec5b1d8c14f1df3861305fba1e89dca
7
+ data.tar.gz: 11196d3d8372091a7503a729ec994848a1aed27af8c08a6024558305ee4f7b42e1bf0ef7e3909b166599991b36b47c7a282f9de6cee92ac2bfd53495e4fb5748
data/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.484.0 (2021-08-06)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::ChimeSDKMessaging`.
8
+
9
+ * Feature - Added support for enumerating regions for `Aws::ChimeSDKIdentity`.
10
+
11
+ 1.483.0 (2021-08-04)
12
+ ------------------
13
+
14
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
15
+
16
+ 1.482.0 (2021-07-30)
17
+ ------------------
18
+
19
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
20
+
21
+ 1.481.0 (2021-07-29)
22
+ ------------------
23
+
24
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
25
+
4
26
  1.480.0 (2021-07-27)
5
27
  ------------------
6
28
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.480.0
1
+ 1.484.0
@@ -255,6 +255,8 @@ module Aws
255
255
  'Braket' => 'braket',
256
256
  'Budgets' => 'budgets',
257
257
  'Chime' => 'chime',
258
+ 'ChimeSDKIdentity' => 'identity-chime',
259
+ 'ChimeSDKMessaging' => 'messaging-chime',
258
260
  'Cloud9' => 'cloud9',
259
261
  'CloudDirectory' => 'clouddirectory',
260
262
  'CloudFormation' => 'cloudformation',
data/partitions.json CHANGED
@@ -261,6 +261,29 @@
261
261
  "us-west-2" : { }
262
262
  }
263
263
  },
264
+ "amplify" : {
265
+ "endpoints" : {
266
+ "ap-east-1" : { },
267
+ "ap-northeast-1" : { },
268
+ "ap-northeast-2" : { },
269
+ "ap-south-1" : { },
270
+ "ap-southeast-1" : { },
271
+ "ap-southeast-2" : { },
272
+ "ca-central-1" : { },
273
+ "eu-central-1" : { },
274
+ "eu-north-1" : { },
275
+ "eu-south-1" : { },
276
+ "eu-west-1" : { },
277
+ "eu-west-2" : { },
278
+ "eu-west-3" : { },
279
+ "me-south-1" : { },
280
+ "sa-east-1" : { },
281
+ "us-east-1" : { },
282
+ "us-east-2" : { },
283
+ "us-west-1" : { },
284
+ "us-west-2" : { }
285
+ }
286
+ },
264
287
  "amplifybackend" : {
265
288
  "endpoints" : {
266
289
  "ap-northeast-1" : { },
@@ -1789,6 +1812,7 @@
1789
1812
  "ap-east-1" : { },
1790
1813
  "ap-northeast-1" : { },
1791
1814
  "ap-northeast-2" : { },
1815
+ "ap-northeast-3" : { },
1792
1816
  "ap-south-1" : { },
1793
1817
  "ap-southeast-1" : { },
1794
1818
  "ap-southeast-2" : { },
@@ -3159,6 +3183,7 @@
3159
3183
  "ap-east-1" : { },
3160
3184
  "ap-northeast-1" : { },
3161
3185
  "ap-northeast-2" : { },
3186
+ "ap-northeast-3" : { },
3162
3187
  "ap-south-1" : { },
3163
3188
  "ap-southeast-1" : { },
3164
3189
  "ap-southeast-2" : { },
@@ -5336,6 +5361,16 @@
5336
5361
  "isRegionalized" : false,
5337
5362
  "partitionEndpoint" : "aws-global"
5338
5363
  },
5364
+ "route53-recovery-control-config" : {
5365
+ "endpoints" : {
5366
+ "aws-global" : {
5367
+ "credentialScope" : {
5368
+ "region" : "us-west-2"
5369
+ },
5370
+ "hostname" : "route53-recovery-control-config.us-west-2.amazonaws.com"
5371
+ }
5372
+ }
5373
+ },
5339
5374
  "route53domains" : {
5340
5375
  "endpoints" : {
5341
5376
  "us-east-1" : { }
@@ -7570,6 +7605,7 @@
7570
7605
  },
7571
7606
  "dax" : {
7572
7607
  "endpoints" : {
7608
+ "cn-north-1" : { },
7573
7609
  "cn-northwest-1" : { }
7574
7610
  }
7575
7611
  },
@@ -7714,7 +7750,8 @@
7714
7750
  },
7715
7751
  "gamelift" : {
7716
7752
  "endpoints" : {
7717
- "cn-north-1" : { }
7753
+ "cn-north-1" : { },
7754
+ "cn-northwest-1" : { }
7718
7755
  }
7719
7756
  },
7720
7757
  "glacier" : {
@@ -10253,6 +10290,11 @@
10253
10290
  "us-iso-east-1" : { }
10254
10291
  }
10255
10292
  },
10293
+ "license-manager" : {
10294
+ "endpoints" : {
10295
+ "us-iso-east-1" : { }
10296
+ }
10297
+ },
10256
10298
  "logs" : {
10257
10299
  "endpoints" : {
10258
10300
  "us-iso-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.480.0
4
+ version: 1.484.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: 2021-07-27 00:00:00.000000000 Z
11
+ date: 2021-08-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: