aws-partitions 1.455.0 → 1.460.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 +25 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +46 -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: 733b0412e1e735086839e1031fc89fb550d801707055c981a887272504ca3751
|
|
4
|
+
data.tar.gz: 3085bf9603964735c41b1951bef510cd28f9f63dcd5b000b8d9c69a894b2b2ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 443a5b70c780629d5cecfc769e7c9f56434ad25ab5f136c15bc653c823cf7fdfa8cd6bf344e34527f05d0a88f73f8f497376d8500a17da0682fcbb873fa2a0b9
|
|
7
|
+
data.tar.gz: 15e95c0962e2a0b818acf7750281d7d65c7772ce129c27d0a58d1f421f27246700ba570f5c6be105882de03eb4bb849f3f8b749ef5590d01c46847ecbff4c106
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.460.0 (2021-05-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.459.0 (2021-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.458.0 (2021-05-18)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::AppRunner`.
|
|
18
|
+
|
|
19
|
+
1.457.0 (2021-05-17)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::ApplicationCostProfiler`.
|
|
23
|
+
|
|
24
|
+
1.456.0 (2021-05-14)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
4
29
|
1.455.0 (2021-05-12)
|
|
5
30
|
------------------
|
|
6
31
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.460.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -237,10 +237,12 @@ module Aws
|
|
|
237
237
|
'AppIntegrationsService' => 'app-integrations',
|
|
238
238
|
'AppMesh' => 'appmesh',
|
|
239
239
|
'AppRegistry' => 'servicecatalog-appregistry',
|
|
240
|
+
'AppRunner' => 'apprunner',
|
|
240
241
|
'AppStream' => 'appstream2',
|
|
241
242
|
'AppSync' => 'appsync',
|
|
242
243
|
'Appflow' => 'appflow',
|
|
243
244
|
'ApplicationAutoScaling' => 'application-autoscaling',
|
|
245
|
+
'ApplicationCostProfiler' => 'application-cost-profiler',
|
|
244
246
|
'ApplicationDiscoveryService' => 'discovery',
|
|
245
247
|
'ApplicationInsights' => 'applicationinsights',
|
|
246
248
|
'Athena' => 'athena',
|
data/partitions.json
CHANGED
|
@@ -530,7 +530,19 @@
|
|
|
530
530
|
},
|
|
531
531
|
"api.fleethub.iot" : {
|
|
532
532
|
"endpoints" : {
|
|
533
|
-
"
|
|
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" : { }
|
|
534
546
|
}
|
|
535
547
|
},
|
|
536
548
|
"api.mediatailor" : {
|
|
@@ -711,6 +723,15 @@
|
|
|
711
723
|
"us-west-2" : { }
|
|
712
724
|
}
|
|
713
725
|
},
|
|
726
|
+
"apprunner" : {
|
|
727
|
+
"endpoints" : {
|
|
728
|
+
"ap-northeast-1" : { },
|
|
729
|
+
"eu-west-1" : { },
|
|
730
|
+
"us-east-1" : { },
|
|
731
|
+
"us-east-2" : { },
|
|
732
|
+
"us-west-2" : { }
|
|
733
|
+
}
|
|
734
|
+
},
|
|
714
735
|
"appstream2" : {
|
|
715
736
|
"defaults" : {
|
|
716
737
|
"credentialScope" : {
|
|
@@ -4869,6 +4890,24 @@
|
|
|
4869
4890
|
"ap-southeast-2" : { },
|
|
4870
4891
|
"eu-central-1" : { },
|
|
4871
4892
|
"eu-west-1" : { },
|
|
4893
|
+
"fips-us-east-1" : {
|
|
4894
|
+
"credentialScope" : {
|
|
4895
|
+
"region" : "us-east-1"
|
|
4896
|
+
},
|
|
4897
|
+
"hostname" : "qldb-fips.us-east-1.amazonaws.com"
|
|
4898
|
+
},
|
|
4899
|
+
"fips-us-east-2" : {
|
|
4900
|
+
"credentialScope" : {
|
|
4901
|
+
"region" : "us-east-2"
|
|
4902
|
+
},
|
|
4903
|
+
"hostname" : "qldb-fips.us-east-2.amazonaws.com"
|
|
4904
|
+
},
|
|
4905
|
+
"fips-us-west-2" : {
|
|
4906
|
+
"credentialScope" : {
|
|
4907
|
+
"region" : "us-west-2"
|
|
4908
|
+
},
|
|
4909
|
+
"hostname" : "qldb-fips.us-west-2.amazonaws.com"
|
|
4910
|
+
},
|
|
4872
4911
|
"us-east-1" : { },
|
|
4873
4912
|
"us-east-2" : { },
|
|
4874
4913
|
"us-west-2" : { }
|
|
@@ -7770,6 +7809,12 @@
|
|
|
7770
7809
|
}
|
|
7771
7810
|
}
|
|
7772
7811
|
},
|
|
7812
|
+
"servicecatalog" : {
|
|
7813
|
+
"endpoints" : {
|
|
7814
|
+
"cn-north-1" : { },
|
|
7815
|
+
"cn-northwest-1" : { }
|
|
7816
|
+
}
|
|
7817
|
+
},
|
|
7773
7818
|
"servicediscovery" : {
|
|
7774
7819
|
"endpoints" : {
|
|
7775
7820
|
"cn-north-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.460.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-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|