aws-partitions 1.477.0 → 1.481.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: d2b733484adccb6bb33a057165e0324b7df8721b06dca4584e4234954d606385
4
- data.tar.gz: ca409de51cef98022d3ff2b82ab56b239f788ffa051b4634a4cfd2248c599908
3
+ metadata.gz: 885a7e78a81e47de088f491d2431321b740a2af497eecf436fe1733a39722c3e
4
+ data.tar.gz: 5283b1ead9ad82ed5ee925111d42c8026d3a3f34a24e4455edb5d98b0ddc4b84
5
5
  SHA512:
6
- metadata.gz: 2012a3fca0f9b82a42424b40554f46d9b939252fc36a78f2316add2680103368dabd636dedc707255aea391f7576ecab97a4d41d0f54cde5ebb01246d6745686
7
- data.tar.gz: 457fc7c0d9324ba9875e13a34317d27fbe86ca584f02026ba186e0c854cd0b68aa84d359301777e825969c9f05d43545f25aae22978a7ef170051e280cf372f2
6
+ metadata.gz: c5ac7caf4832b90c71e06ca68244d1f1d0fda2450a33dbb9f0dc5176b6a06f7c9976e637c2d2a39855b5f6178e711f89b1ffbe2c58dd90a81f06cac25ebae46f
7
+ data.tar.gz: b601ea7f27d4cc53ca4cdb7cf63b3feba341e0e4de185bcb75bee090708a7c1b83aff7abc2d6748c80f5b90ac6477a9ceeb61f104900a8f7492f36df1dd1f9dc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,30 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.481.0 (2021-07-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.480.0 (2021-07-27)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::Route53RecoveryReadiness`.
13
+
14
+ * Feature - Added support for enumerating regions for `Aws::Route53RecoveryControlConfig`.
15
+
16
+ * Feature - Added support for enumerating regions for `Aws::Route53RecoveryCluster`.
17
+
18
+ 1.479.0 (2021-07-16)
19
+ ------------------
20
+
21
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
22
+
23
+ 1.478.0 (2021-07-13)
24
+ ------------------
25
+
26
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
27
+
4
28
  1.477.0 (2021-07-12)
5
29
  ------------------
6
30
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.477.0
1
+ 1.481.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" : { },
@@ -787,6 +811,7 @@
787
811
  "ap-east-1" : { },
788
812
  "ap-northeast-1" : { },
789
813
  "ap-northeast-2" : { },
814
+ "ap-northeast-3" : { },
790
815
  "ap-south-1" : { },
791
816
  "ap-southeast-1" : { },
792
817
  "ap-southeast-2" : { },
@@ -1249,6 +1274,7 @@
1249
1274
  "ap-east-1" : { },
1250
1275
  "ap-northeast-1" : { },
1251
1276
  "ap-northeast-2" : { },
1277
+ "ap-northeast-3" : { },
1252
1278
  "ap-south-1" : { },
1253
1279
  "ap-southeast-1" : { },
1254
1280
  "ap-southeast-2" : { },
@@ -1786,6 +1812,7 @@
1786
1812
  "ap-east-1" : { },
1787
1813
  "ap-northeast-1" : { },
1788
1814
  "ap-northeast-2" : { },
1815
+ "ap-northeast-3" : { },
1789
1816
  "ap-south-1" : { },
1790
1817
  "ap-southeast-1" : { },
1791
1818
  "ap-southeast-2" : { },
@@ -2041,6 +2068,7 @@
2041
2068
  "ap-east-1" : { },
2042
2069
  "ap-northeast-1" : { },
2043
2070
  "ap-northeast-2" : { },
2071
+ "ap-northeast-3" : { },
2044
2072
  "ap-south-1" : { },
2045
2073
  "ap-southeast-1" : { },
2046
2074
  "ap-southeast-2" : { },
@@ -2749,6 +2777,36 @@
2749
2777
  "eu-west-1" : { },
2750
2778
  "eu-west-2" : { },
2751
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
+ },
2752
2810
  "sa-east-1" : { },
2753
2811
  "us-east-1" : { },
2754
2812
  "us-east-2" : { },
@@ -4287,6 +4345,7 @@
4287
4345
  "eu-west-3" : { },
4288
4346
  "sa-east-1" : { },
4289
4347
  "us-east-1" : { },
4348
+ "us-east-2" : { },
4290
4349
  "us-west-1" : { },
4291
4350
  "us-west-2" : { }
4292
4351
  }
@@ -7535,6 +7594,7 @@
7535
7594
  },
7536
7595
  "dax" : {
7537
7596
  "endpoints" : {
7597
+ "cn-north-1" : { },
7538
7598
  "cn-northwest-1" : { }
7539
7599
  }
7540
7600
  },
@@ -7846,6 +7906,12 @@
7846
7906
  },
7847
7907
  "neptune" : {
7848
7908
  "endpoints" : {
7909
+ "cn-north-1" : {
7910
+ "credentialScope" : {
7911
+ "region" : "cn-north-1"
7912
+ },
7913
+ "hostname" : "rds.cn-north-1.amazonaws.com.cn"
7914
+ },
7849
7915
  "cn-northwest-1" : {
7850
7916
  "credentialScope" : {
7851
7917
  "region" : "cn-northwest-1"
@@ -10212,6 +10278,11 @@
10212
10278
  "us-iso-east-1" : { }
10213
10279
  }
10214
10280
  },
10281
+ "license-manager" : {
10282
+ "endpoints" : {
10283
+ "us-iso-east-1" : { }
10284
+ }
10285
+ },
10215
10286
  "logs" : {
10216
10287
  "endpoints" : {
10217
10288
  "us-iso-east-1" : { }
@@ -10453,6 +10524,11 @@
10453
10524
  "us-isob-east-1" : { }
10454
10525
  }
10455
10526
  },
10527
+ "ds" : {
10528
+ "endpoints" : {
10529
+ "us-isob-east-1" : { }
10530
+ }
10531
+ },
10456
10532
  "dynamodb" : {
10457
10533
  "defaults" : {
10458
10534
  "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.477.0
4
+ version: 1.481.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-12 00:00:00.000000000 Z
11
+ date: 2021-07-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: