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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +26 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c666556219b2d7f736474b68b96506aefbd2bd258979642c0d9f8b4dc5621b3f
4
- data.tar.gz: 655c637eb6b510accb05a0be02f3cab2faa24e8f042bff2f42d13326c0cf1546
3
+ metadata.gz: 3f5f37e922e41da4159c6bc7039334f9ecca19eca8f3851ce81b7aba2711c866
4
+ data.tar.gz: 827f682d18e9f87992d97acd7ecd102ca1e1c94f70b1a665b9acdf17ee941bec
5
5
  SHA512:
6
- metadata.gz: b0570c7d083b4cca85fa2c19fc8b0a7c1629b4c6fbfeec1abea9dcb27d006e096fed9608ee2b767c034568002e7569961d59ae4dc9b856a7f0a50a6abf2f4afa
7
- data.tar.gz: 7126d729bae8f94d1b70c64ce4e658f59f3ca3e97baf35657388b9a63a3e7a0d57dd448be2294c61103c0744b844b1795f1caca9e1177013e6f486ea2d2b1671
6
+ metadata.gz: f14567407b91e5ce1965830a0f74fbb19070ff3d114a80d3753b4f481781793ff280629432c44bf403c326d6172e9e712c3ebb49c784dea364b0eac2589ddc78
7
+ data.tar.gz: 7bf89acafe9cdca4734c1e4a1d902c7219831a3d3fe2c9cecf4cf6cfde5521fc0102663e27b94b38d58ecf7d5e919e833e77b27b18ceef43b991278de0f59de1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.551.0 (2022-01-28)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.550.0 (2022-01-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.550.0
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.550.0
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-25 00:00:00.000000000 Z
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: