aws-partitions 1.479.0 → 1.483.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 +4 -4
- data/CHANGELOG.md +24 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +3 -0
- data/partitions.json +84 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4da42c13fa3a113027e75974acd704eb332f1b944a0c1d519a55da3c0e3751b4
|
|
4
|
+
data.tar.gz: 056407eac7cec99468446287064fdcd5df11cd234675bd8ea2f39c54252e7757
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93405ef709c9a6bd666686e506a7522bb3b9af4439406a960e4c08742f62c0bc6caf8270e3696f38ffe3de2a6907c2f004707414a8b79df338da5417aa4361f1
|
|
7
|
+
data.tar.gz: 0c208f398d9d1b7a5a8352d9d7f96172820c8dfa94b95bc6a694894347127cda5bdf836ae44e35339c1e52557e725024dd7a4ddf676b223493168dc82c4c318a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.483.0 (2021-08-04)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.482.0 (2021-07-30)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.481.0 (2021-07-29)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.480.0 (2021-07-27)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::Route53RecoveryReadiness`.
|
|
23
|
+
|
|
24
|
+
* Feature - Added support for enumerating regions for `Aws::Route53RecoveryControlConfig`.
|
|
25
|
+
|
|
26
|
+
* Feature - Added support for enumerating regions for `Aws::Route53RecoveryCluster`.
|
|
27
|
+
|
|
4
28
|
1.479.0 (2021-07-16)
|
|
5
29
|
------------------
|
|
6
30
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.483.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -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" : { },
|
|
@@ -1251,6 +1274,7 @@
|
|
|
1251
1274
|
"ap-east-1" : { },
|
|
1252
1275
|
"ap-northeast-1" : { },
|
|
1253
1276
|
"ap-northeast-2" : { },
|
|
1277
|
+
"ap-northeast-3" : { },
|
|
1254
1278
|
"ap-south-1" : { },
|
|
1255
1279
|
"ap-southeast-1" : { },
|
|
1256
1280
|
"ap-southeast-2" : { },
|
|
@@ -1788,6 +1812,7 @@
|
|
|
1788
1812
|
"ap-east-1" : { },
|
|
1789
1813
|
"ap-northeast-1" : { },
|
|
1790
1814
|
"ap-northeast-2" : { },
|
|
1815
|
+
"ap-northeast-3" : { },
|
|
1791
1816
|
"ap-south-1" : { },
|
|
1792
1817
|
"ap-southeast-1" : { },
|
|
1793
1818
|
"ap-southeast-2" : { },
|
|
@@ -2752,6 +2777,36 @@
|
|
|
2752
2777
|
"eu-west-1" : { },
|
|
2753
2778
|
"eu-west-2" : { },
|
|
2754
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
|
+
},
|
|
2755
2810
|
"sa-east-1" : { },
|
|
2756
2811
|
"us-east-1" : { },
|
|
2757
2812
|
"us-east-2" : { },
|
|
@@ -5305,6 +5360,16 @@
|
|
|
5305
5360
|
"isRegionalized" : false,
|
|
5306
5361
|
"partitionEndpoint" : "aws-global"
|
|
5307
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
|
+
},
|
|
5308
5373
|
"route53domains" : {
|
|
5309
5374
|
"endpoints" : {
|
|
5310
5375
|
"us-east-1" : { }
|
|
@@ -7539,6 +7604,7 @@
|
|
|
7539
7604
|
},
|
|
7540
7605
|
"dax" : {
|
|
7541
7606
|
"endpoints" : {
|
|
7607
|
+
"cn-north-1" : { },
|
|
7542
7608
|
"cn-northwest-1" : { }
|
|
7543
7609
|
}
|
|
7544
7610
|
},
|
|
@@ -7683,7 +7749,8 @@
|
|
|
7683
7749
|
},
|
|
7684
7750
|
"gamelift" : {
|
|
7685
7751
|
"endpoints" : {
|
|
7686
|
-
"cn-north-1" : { }
|
|
7752
|
+
"cn-north-1" : { },
|
|
7753
|
+
"cn-northwest-1" : { }
|
|
7687
7754
|
}
|
|
7688
7755
|
},
|
|
7689
7756
|
"glacier" : {
|
|
@@ -7850,6 +7917,12 @@
|
|
|
7850
7917
|
},
|
|
7851
7918
|
"neptune" : {
|
|
7852
7919
|
"endpoints" : {
|
|
7920
|
+
"cn-north-1" : {
|
|
7921
|
+
"credentialScope" : {
|
|
7922
|
+
"region" : "cn-north-1"
|
|
7923
|
+
},
|
|
7924
|
+
"hostname" : "rds.cn-north-1.amazonaws.com.cn"
|
|
7925
|
+
},
|
|
7853
7926
|
"cn-northwest-1" : {
|
|
7854
7927
|
"credentialScope" : {
|
|
7855
7928
|
"region" : "cn-northwest-1"
|
|
@@ -10216,6 +10289,11 @@
|
|
|
10216
10289
|
"us-iso-east-1" : { }
|
|
10217
10290
|
}
|
|
10218
10291
|
},
|
|
10292
|
+
"license-manager" : {
|
|
10293
|
+
"endpoints" : {
|
|
10294
|
+
"us-iso-east-1" : { }
|
|
10295
|
+
}
|
|
10296
|
+
},
|
|
10219
10297
|
"logs" : {
|
|
10220
10298
|
"endpoints" : {
|
|
10221
10299
|
"us-iso-east-1" : { }
|
|
@@ -10457,6 +10535,11 @@
|
|
|
10457
10535
|
"us-isob-east-1" : { }
|
|
10458
10536
|
}
|
|
10459
10537
|
},
|
|
10538
|
+
"ds" : {
|
|
10539
|
+
"endpoints" : {
|
|
10540
|
+
"us-isob-east-1" : { }
|
|
10541
|
+
}
|
|
10542
|
+
},
|
|
10460
10543
|
"dynamodb" : {
|
|
10461
10544
|
"defaults" : {
|
|
10462
10545
|
"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.
|
|
4
|
+
version: 1.483.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-
|
|
11
|
+
date: 2021-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|