aws-partitions 1.478.0 → 1.482.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: 136d5e2c89bcacf11c51c8425b996a3a79fd6df9ebc7d83010cbc43f5cfd8d3e
4
- data.tar.gz: 1f86835d73b635406220254a453b35e416da8fe04bccb1c294302063c590cad4
3
+ metadata.gz: 796a7d24be95623153ec5c5ef04b77c1cac8afd232d4d90f89252b313e70258b
4
+ data.tar.gz: 8ac0137c2665172587930797533704ba52742ec262544920addc1701dbbd4db3
5
5
  SHA512:
6
- metadata.gz: 5833b451023d4ac4338f7c942f292458986ebe7ef8ad0bc0eeed6151e1fa22a6bf51eace56e64455c83c1fe24eef6828864f06766f8668547e50dc27c69c235c
7
- data.tar.gz: 007fd3537d0edf475b3d9201b43960f03f98fa2a9167ba6a8187c6221cddbd0d4e4a068b38eeef2bccc92beb469eb9ac0b2ea8ec07f1bbf300d99d5c5497d931
6
+ metadata.gz: 2a30ac642036087b44dada368872512bed0ef9216c7383c93ab494950324a273068a3faafa85b7573adcfac538b1d34e19541e60ac2fe7be9bf802bd9c971cf5
7
+ data.tar.gz: 174537617f83378ea189d4ca31beebdde32749a06765ee9425a08b653bae9e0c73b0841c4faf8ecf94cff5d6f933d387bd5efcfdde3da999de83fae2de7c2420
data/CHANGELOG.md CHANGED
@@ -1,6 +1,30 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.482.0 (2021-07-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.481.0 (2021-07-29)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.480.0 (2021-07-27)
15
+ ------------------
16
+
17
+ * Feature - Added support for enumerating regions for `Aws::Route53RecoveryReadiness`.
18
+
19
+ * Feature - Added support for enumerating regions for `Aws::Route53RecoveryControlConfig`.
20
+
21
+ * Feature - Added support for enumerating regions for `Aws::Route53RecoveryCluster`.
22
+
23
+ 1.479.0 (2021-07-16)
24
+ ------------------
25
+
26
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
27
+
4
28
  1.478.0 (2021-07-13)
5
29
  ------------------
6
30
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.478.0
1
+ 1.482.0
@@ -440,6 +440,9 @@ module Aws
440
440
  'RoboMaker' => 'robomaker',
441
441
  'Route53' => 'route53',
442
442
  'Route53Domains' => 'route53domains',
443
+ 'Route53RecoveryCluster' => 'route53-recovery-cluster',
444
+ 'Route53RecoveryControlConfig' => 'route53-recovery-control-config',
445
+ 'Route53RecoveryReadiness' => 'route53-recovery-readiness',
443
446
  'Route53Resolver' => 'route53resolver',
444
447
  'S3' => 's3',
445
448
  'S3Control' => 's3-control',
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" : { },
@@ -678,6 +701,7 @@
678
701
  },
679
702
  "appflow" : {
680
703
  "endpoints" : {
704
+ "af-south-1" : { },
681
705
  "ap-northeast-1" : { },
682
706
  "ap-northeast-2" : { },
683
707
  "ap-south-1" : { },
@@ -1250,6 +1274,7 @@
1250
1274
  "ap-east-1" : { },
1251
1275
  "ap-northeast-1" : { },
1252
1276
  "ap-northeast-2" : { },
1277
+ "ap-northeast-3" : { },
1253
1278
  "ap-south-1" : { },
1254
1279
  "ap-southeast-1" : { },
1255
1280
  "ap-southeast-2" : { },
@@ -1787,6 +1812,7 @@
1787
1812
  "ap-east-1" : { },
1788
1813
  "ap-northeast-1" : { },
1789
1814
  "ap-northeast-2" : { },
1815
+ "ap-northeast-3" : { },
1790
1816
  "ap-south-1" : { },
1791
1817
  "ap-southeast-1" : { },
1792
1818
  "ap-southeast-2" : { },
@@ -2042,6 +2068,7 @@
2042
2068
  "ap-east-1" : { },
2043
2069
  "ap-northeast-1" : { },
2044
2070
  "ap-northeast-2" : { },
2071
+ "ap-northeast-3" : { },
2045
2072
  "ap-south-1" : { },
2046
2073
  "ap-southeast-1" : { },
2047
2074
  "ap-southeast-2" : { },
@@ -2750,6 +2777,36 @@
2750
2777
  "eu-west-1" : { },
2751
2778
  "eu-west-2" : { },
2752
2779
  "eu-west-3" : { },
2780
+ "fips-ca-central-1" : {
2781
+ "credentialScope" : {
2782
+ "region" : "ca-central-1"
2783
+ },
2784
+ "hostname" : "emr-containers-fips.ca-central-1.amazonaws.com"
2785
+ },
2786
+ "fips-us-east-1" : {
2787
+ "credentialScope" : {
2788
+ "region" : "us-east-1"
2789
+ },
2790
+ "hostname" : "emr-containers-fips.us-east-1.amazonaws.com"
2791
+ },
2792
+ "fips-us-east-2" : {
2793
+ "credentialScope" : {
2794
+ "region" : "us-east-2"
2795
+ },
2796
+ "hostname" : "emr-containers-fips.us-east-2.amazonaws.com"
2797
+ },
2798
+ "fips-us-west-1" : {
2799
+ "credentialScope" : {
2800
+ "region" : "us-west-1"
2801
+ },
2802
+ "hostname" : "emr-containers-fips.us-west-1.amazonaws.com"
2803
+ },
2804
+ "fips-us-west-2" : {
2805
+ "credentialScope" : {
2806
+ "region" : "us-west-2"
2807
+ },
2808
+ "hostname" : "emr-containers-fips.us-west-2.amazonaws.com"
2809
+ },
2753
2810
  "sa-east-1" : { },
2754
2811
  "us-east-1" : { },
2755
2812
  "us-east-2" : { },
@@ -4288,6 +4345,7 @@
4288
4345
  "eu-west-3" : { },
4289
4346
  "sa-east-1" : { },
4290
4347
  "us-east-1" : { },
4348
+ "us-east-2" : { },
4291
4349
  "us-west-1" : { },
4292
4350
  "us-west-2" : { }
4293
4351
  }
@@ -5302,6 +5360,16 @@
5302
5360
  "isRegionalized" : false,
5303
5361
  "partitionEndpoint" : "aws-global"
5304
5362
  },
5363
+ "route53-recovery-control-config" : {
5364
+ "endpoints" : {
5365
+ "aws-global" : {
5366
+ "credentialScope" : {
5367
+ "region" : "us-west-2"
5368
+ },
5369
+ "hostname" : "route53-recovery-control-config.us-west-2.amazonaws.com"
5370
+ }
5371
+ }
5372
+ },
5305
5373
  "route53domains" : {
5306
5374
  "endpoints" : {
5307
5375
  "us-east-1" : { }
@@ -7536,6 +7604,7 @@
7536
7604
  },
7537
7605
  "dax" : {
7538
7606
  "endpoints" : {
7607
+ "cn-north-1" : { },
7539
7608
  "cn-northwest-1" : { }
7540
7609
  }
7541
7610
  },
@@ -7847,6 +7916,12 @@
7847
7916
  },
7848
7917
  "neptune" : {
7849
7918
  "endpoints" : {
7919
+ "cn-north-1" : {
7920
+ "credentialScope" : {
7921
+ "region" : "cn-north-1"
7922
+ },
7923
+ "hostname" : "rds.cn-north-1.amazonaws.com.cn"
7924
+ },
7850
7925
  "cn-northwest-1" : {
7851
7926
  "credentialScope" : {
7852
7927
  "region" : "cn-northwest-1"
@@ -10213,6 +10288,11 @@
10213
10288
  "us-iso-east-1" : { }
10214
10289
  }
10215
10290
  },
10291
+ "license-manager" : {
10292
+ "endpoints" : {
10293
+ "us-iso-east-1" : { }
10294
+ }
10295
+ },
10216
10296
  "logs" : {
10217
10297
  "endpoints" : {
10218
10298
  "us-iso-east-1" : { }
@@ -10454,6 +10534,11 @@
10454
10534
  "us-isob-east-1" : { }
10455
10535
  }
10456
10536
  },
10537
+ "ds" : {
10538
+ "endpoints" : {
10539
+ "us-isob-east-1" : { }
10540
+ }
10541
+ },
10457
10542
  "dynamodb" : {
10458
10543
  "defaults" : {
10459
10544
  "protocols" : [ "http", "https" ]
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.478.0
4
+ version: 1.482.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-13 00:00:00.000000000 Z
11
+ date: 2021-07-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: