aws-partitions 1.440.0 → 1.441.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 +13 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 804868633a4ba4b14e5abd1d85c3876b11ee02a2c30095d1c078745efb055df8
4
- data.tar.gz: bee194e5122d531a66bf843b6eb8f866540b2f2da16fccc19b625abbb31f8d92
3
+ metadata.gz: 77faf324185833b858ed1fce243ddfa10b2b843d42314a5d7157f6baccc09085
4
+ data.tar.gz: e42d5f4feccedc47b0f3aa8308e884d3989b213c24f326d1ed8f89a63579370d
5
5
  SHA512:
6
- metadata.gz: 8bb4c05296aec9bbe98c56e85be92d383233cfe0c201ecb15d25972ffa7d5b59a2b1ba089c9a0bfb8a98b1e8a32dd615400ad84efec11b9ff5057916c485c514
7
- data.tar.gz: 7b82a3652535659b52a9f0860353705d21fe832f2591b1ef7c606826640638acc14142a86025fe201746255e4581653efd7947d499ca23ad3ce0243e87ef9b2e
6
+ metadata.gz: 1908c30d110a4218e3571ab5b7e1232a299ff69e5f863a425386564868de117c6175aab2933903361ac904124e6fb39a11020d1ab860c5ae9401e78e45eb176d
7
+ data.tar.gz: f54a047be039aed71436fbdf94a18308d3f568f4512adf9c9923aaa634a8c7f89111f1a71b2eb8d9e03662141da52ae9c4c6270f9f94ac2e397885b86026fe27
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.441.0 (2021-04-02)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.440.0 (2021-04-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.440.0
1
+ 1.441.0
data/partitions.json CHANGED
@@ -4284,6 +4284,7 @@
4284
4284
  "ap-east-1" : { },
4285
4285
  "ap-northeast-1" : { },
4286
4286
  "ap-northeast-2" : { },
4287
+ "ap-northeast-3" : { },
4287
4288
  "ap-south-1" : { },
4288
4289
  "ap-southeast-1" : { },
4289
4290
  "ap-southeast-2" : { },
@@ -9251,6 +9252,18 @@
9251
9252
  "protocols" : [ "https" ]
9252
9253
  },
9253
9254
  "endpoints" : {
9255
+ "fips-us-gov-east-1" : {
9256
+ "credentialScope" : {
9257
+ "region" : "us-gov-east-1"
9258
+ },
9259
+ "hostname" : "servicequotas.us-gov-east-1.amazonaws.com"
9260
+ },
9261
+ "fips-us-gov-west-1" : {
9262
+ "credentialScope" : {
9263
+ "region" : "us-gov-west-1"
9264
+ },
9265
+ "hostname" : "servicequotas.us-gov-west-1.amazonaws.com"
9266
+ },
9254
9267
  "us-gov-east-1" : { },
9255
9268
  "us-gov-west-1" : { }
9256
9269
  }
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.440.0
4
+ version: 1.441.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-04-01 00:00:00.000000000 Z
11
+ date: 2021-04-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: