aws-partitions 1.550.0 → 1.551.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +26 -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: 3f5f37e922e41da4159c6bc7039334f9ecca19eca8f3851ce81b7aba2711c866
|
|
4
|
+
data.tar.gz: 827f682d18e9f87992d97acd7ecd102ca1e1c94f70b1a665b9acdf17ee941bec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f14567407b91e5ce1965830a0f74fbb19070ff3d114a80d3753b4f481781793ff280629432c44bf403c326d6172e9e712c3ebb49c784dea364b0eac2589ddc78
|
|
7
|
+
data.tar.gz: 7bf89acafe9cdca4734c1e4a1d902c7219831a3d3fe2c9cecf4cf6cfde5521fc0102663e27b94b38d58ecf7d5e919e833e77b27b18ceef43b991278de0f59de1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.551.0
|
data/partitions.json
CHANGED
|
@@ -4055,6 +4055,12 @@
|
|
|
4055
4055
|
"tags" : [ "fips" ]
|
|
4056
4056
|
} ]
|
|
4057
4057
|
},
|
|
4058
|
+
"ap-southeast-3" : {
|
|
4059
|
+
"variants" : [ {
|
|
4060
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-3.amazonaws.com",
|
|
4061
|
+
"tags" : [ "fips" ]
|
|
4062
|
+
} ]
|
|
4063
|
+
},
|
|
4058
4064
|
"ca-central-1" : {
|
|
4059
4065
|
"variants" : [ {
|
|
4060
4066
|
"hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com",
|
|
@@ -4153,6 +4159,13 @@
|
|
|
4153
4159
|
"deprecated" : true,
|
|
4154
4160
|
"hostname" : "elasticfilesystem-fips.ap-southeast-2.amazonaws.com"
|
|
4155
4161
|
},
|
|
4162
|
+
"fips-ap-southeast-3" : {
|
|
4163
|
+
"credentialScope" : {
|
|
4164
|
+
"region" : "ap-southeast-3"
|
|
4165
|
+
},
|
|
4166
|
+
"deprecated" : true,
|
|
4167
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-3.amazonaws.com"
|
|
4168
|
+
},
|
|
4156
4169
|
"fips-ca-central-1" : {
|
|
4157
4170
|
"credentialScope" : {
|
|
4158
4171
|
"region" : "ca-central-1"
|
|
@@ -10229,7 +10242,19 @@
|
|
|
10229
10242
|
"ap-southeast-1" : { },
|
|
10230
10243
|
"ap-southeast-2" : { },
|
|
10231
10244
|
"ap-southeast-3" : { },
|
|
10232
|
-
"ca-central-1" : {
|
|
10245
|
+
"ca-central-1" : {
|
|
10246
|
+
"variants" : [ {
|
|
10247
|
+
"hostname" : "secretsmanager-fips.ca-central-1.amazonaws.com",
|
|
10248
|
+
"tags" : [ "fips" ]
|
|
10249
|
+
} ]
|
|
10250
|
+
},
|
|
10251
|
+
"ca-central-1-fips" : {
|
|
10252
|
+
"credentialScope" : {
|
|
10253
|
+
"region" : "ca-central-1"
|
|
10254
|
+
},
|
|
10255
|
+
"deprecated" : true,
|
|
10256
|
+
"hostname" : "secretsmanager-fips.ca-central-1.amazonaws.com"
|
|
10257
|
+
},
|
|
10233
10258
|
"eu-central-1" : { },
|
|
10234
10259
|
"eu-north-1" : { },
|
|
10235
10260
|
"eu-south-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.551.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: 2022-01-
|
|
11
|
+
date: 2022-01-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|