aws-partitions 1.634.0 → 1.635.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 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3426a0d602e68096646e1dbbfbd7d93089bb22da617e372c32a77bb978409bb5
4
- data.tar.gz: 2144ed4631a4bd5563c7f5ffa0f54a6f7e3e40dcf2e29f0e2102f38ff8349018
3
+ metadata.gz: 9806890a367f27018d3d862d436e7414755653b8fa520b31246e98313a04fb84
4
+ data.tar.gz: a50cc6c9a64c857700e5cfc46dda9999d5d8c3604eb96c7912c2e61a62df0c76
5
5
  SHA512:
6
- metadata.gz: ae81e0e695bda77b4eee2aded70cd0fc374c1a76fdb54f63f2db7404a10f4c38ed0b1fb208d2b845762069597468a3705acdc8ff581c5f28ac19b8db758e185f
7
- data.tar.gz: ac3edc2fc880a39da9debc5a19644cd2901f62c1049066b60d71a279130304cf098fb45af971ea88965bcb55849145a7946914c742ee66a5420b53481bf65aea
6
+ metadata.gz: 38bd4285bc84d5aa18b6bb82f39234ce3ce353cdb5bc63aadc0cc0a75a5d774ae26a2ddfe99617283c5c0c661df3650f0f0af8429c4bcf39ad88bbc20772f3c5
7
+ data.tar.gz: 2d44c23c5760dd88eebe82b14ca1bfcee3039ff6fb70e3ed03921a98db851880e1919237e20fc339fab645b702733a8aea9bef2470ce4d1a97a597f04e629f07
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.635.0 (2022-09-22)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.634.0 (2022-09-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.634.0
1
+ 1.635.0
data/partitions.json CHANGED
@@ -3228,8 +3228,32 @@
3228
3228
  "endpoints" : {
3229
3229
  "ap-southeast-2" : { },
3230
3230
  "eu-west-2" : { },
3231
- "us-east-1" : { },
3232
- "us-west-2" : { }
3231
+ "fips-us-east-1" : {
3232
+ "credentialScope" : {
3233
+ "region" : "us-east-1"
3234
+ },
3235
+ "deprecated" : true,
3236
+ "hostname" : "connect-campaigns-fips.us-east-1.amazonaws.com"
3237
+ },
3238
+ "fips-us-west-2" : {
3239
+ "credentialScope" : {
3240
+ "region" : "us-west-2"
3241
+ },
3242
+ "deprecated" : true,
3243
+ "hostname" : "connect-campaigns-fips.us-west-2.amazonaws.com"
3244
+ },
3245
+ "us-east-1" : {
3246
+ "variants" : [ {
3247
+ "hostname" : "connect-campaigns-fips.us-east-1.amazonaws.com",
3248
+ "tags" : [ "fips" ]
3249
+ } ]
3250
+ },
3251
+ "us-west-2" : {
3252
+ "variants" : [ {
3253
+ "hostname" : "connect-campaigns-fips.us-west-2.amazonaws.com",
3254
+ "tags" : [ "fips" ]
3255
+ } ]
3256
+ }
3233
3257
  }
3234
3258
  },
3235
3259
  "contact-lens" : {
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.634.0
4
+ version: 1.635.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-09-21 00:00:00.000000000 Z
11
+ date: 2022-09-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: