aws-partitions 1.452.0 → 1.457.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 +27 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +3 -0
- data/partitions.json +34 -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: 0f688279f99483b3c25948c266931e8dd221eaf0c76c0c9a9a441006e84ea7ed
|
|
4
|
+
data.tar.gz: 5b1e537d84b828b19339e8087b085f2df369d05088055a5dcd622e120ed50a42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77cab875762ceda2a2776d4b6f22c35f3fa4308be9f9bff0af6e8025a838befd6510f5e11ee490658c07a1321d9997d7f1360dac866ae5e5bc4bdbee558ef81b
|
|
7
|
+
data.tar.gz: 4637d0a45da8b94360fa5353ce7bef0181a7007c1b3a1756f9023593a85899a51a676453afa531f790ec61f2b2b7c52b6f56fa6bcd59ead7688b240c401b6a1a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,33 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.457.0 (2021-05-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::ApplicationCostProfiler`.
|
|
8
|
+
|
|
9
|
+
1.456.0 (2021-05-14)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.455.0 (2021-05-12)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.454.0 (2021-05-11)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::SSMIncidents`.
|
|
23
|
+
|
|
24
|
+
* Feature - Added support for enumerating regions for `Aws::SSMContacts`.
|
|
25
|
+
|
|
26
|
+
1.453.0 (2021-05-10)
|
|
27
|
+
------------------
|
|
28
|
+
|
|
29
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
30
|
+
|
|
4
31
|
1.452.0 (2021-05-06)
|
|
5
32
|
------------------
|
|
6
33
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.457.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -241,6 +241,7 @@ module Aws
|
|
|
241
241
|
'AppSync' => 'appsync',
|
|
242
242
|
'Appflow' => 'appflow',
|
|
243
243
|
'ApplicationAutoScaling' => 'application-autoscaling',
|
|
244
|
+
'ApplicationCostProfiler' => 'application-cost-profiler',
|
|
244
245
|
'ApplicationDiscoveryService' => 'discovery',
|
|
245
246
|
'ApplicationInsights' => 'applicationinsights',
|
|
246
247
|
'Athena' => 'athena',
|
|
@@ -447,6 +448,8 @@ module Aws
|
|
|
447
448
|
'SNS' => 'sns',
|
|
448
449
|
'SQS' => 'sqs',
|
|
449
450
|
'SSM' => 'ssm',
|
|
451
|
+
'SSMContacts' => 'ssm-contacts',
|
|
452
|
+
'SSMIncidents' => 'ssm-incidents',
|
|
450
453
|
'SSO' => 'portal.sso',
|
|
451
454
|
'SSOAdmin' => 'sso',
|
|
452
455
|
'SSOOIDC' => 'oidc',
|
data/partitions.json
CHANGED
|
@@ -199,6 +199,7 @@
|
|
|
199
199
|
"ap-east-1" : { },
|
|
200
200
|
"ap-northeast-1" : { },
|
|
201
201
|
"ap-northeast-2" : { },
|
|
202
|
+
"ap-northeast-3" : { },
|
|
202
203
|
"ap-south-1" : { },
|
|
203
204
|
"ap-southeast-1" : { },
|
|
204
205
|
"ap-southeast-2" : { },
|
|
@@ -529,7 +530,19 @@
|
|
|
529
530
|
},
|
|
530
531
|
"api.fleethub.iot" : {
|
|
531
532
|
"endpoints" : {
|
|
532
|
-
"
|
|
533
|
+
"ap-northeast-1" : { },
|
|
534
|
+
"ap-northeast-2" : { },
|
|
535
|
+
"ap-south-1" : { },
|
|
536
|
+
"ap-southeast-1" : { },
|
|
537
|
+
"ap-southeast-2" : { },
|
|
538
|
+
"ca-central-1" : { },
|
|
539
|
+
"eu-central-1" : { },
|
|
540
|
+
"eu-north-1" : { },
|
|
541
|
+
"eu-west-1" : { },
|
|
542
|
+
"eu-west-2" : { },
|
|
543
|
+
"us-east-1" : { },
|
|
544
|
+
"us-east-2" : { },
|
|
545
|
+
"us-west-2" : { }
|
|
533
546
|
}
|
|
534
547
|
},
|
|
535
548
|
"api.mediatailor" : {
|
|
@@ -2695,8 +2708,10 @@
|
|
|
2695
2708
|
"ap-southeast-2" : { },
|
|
2696
2709
|
"ca-central-1" : { },
|
|
2697
2710
|
"eu-central-1" : { },
|
|
2711
|
+
"eu-north-1" : { },
|
|
2698
2712
|
"eu-west-1" : { },
|
|
2699
2713
|
"eu-west-2" : { },
|
|
2714
|
+
"eu-west-3" : { },
|
|
2700
2715
|
"us-east-1" : { },
|
|
2701
2716
|
"us-east-2" : { },
|
|
2702
2717
|
"us-west-1" : { },
|
|
@@ -3236,6 +3251,7 @@
|
|
|
3236
3251
|
"groundstation" : {
|
|
3237
3252
|
"endpoints" : {
|
|
3238
3253
|
"af-south-1" : { },
|
|
3254
|
+
"ap-northeast-2" : { },
|
|
3239
3255
|
"ap-southeast-2" : { },
|
|
3240
3256
|
"eu-central-1" : { },
|
|
3241
3257
|
"eu-north-1" : { },
|
|
@@ -7766,6 +7782,12 @@
|
|
|
7766
7782
|
}
|
|
7767
7783
|
}
|
|
7768
7784
|
},
|
|
7785
|
+
"servicecatalog" : {
|
|
7786
|
+
"endpoints" : {
|
|
7787
|
+
"cn-north-1" : { },
|
|
7788
|
+
"cn-northwest-1" : { }
|
|
7789
|
+
}
|
|
7790
|
+
},
|
|
7769
7791
|
"servicediscovery" : {
|
|
7770
7792
|
"endpoints" : {
|
|
7771
7793
|
"cn-north-1" : { },
|
|
@@ -9819,6 +9841,17 @@
|
|
|
9819
9841
|
"us-iso-east-1" : { }
|
|
9820
9842
|
}
|
|
9821
9843
|
},
|
|
9844
|
+
"elasticfilesystem" : {
|
|
9845
|
+
"endpoints" : {
|
|
9846
|
+
"fips-us-iso-east-1" : {
|
|
9847
|
+
"credentialScope" : {
|
|
9848
|
+
"region" : "us-iso-east-1"
|
|
9849
|
+
},
|
|
9850
|
+
"hostname" : "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov"
|
|
9851
|
+
},
|
|
9852
|
+
"us-iso-east-1" : { }
|
|
9853
|
+
}
|
|
9854
|
+
},
|
|
9822
9855
|
"elasticloadbalancing" : {
|
|
9823
9856
|
"endpoints" : {
|
|
9824
9857
|
"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.
|
|
4
|
+
version: 1.457.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-05-
|
|
11
|
+
date: 2021-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|