aws-partitions 1.633.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +43 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 49fa5e02bfaef9249ccec03375ef8ff0c97fe6a0221b5100db7c906d515f7706
4
- data.tar.gz: 318a11b0fac0d933b0e880002d1f4da53cee21e2def104c3674b6310d0de04f5
3
+ metadata.gz: 9806890a367f27018d3d862d436e7414755653b8fa520b31246e98313a04fb84
4
+ data.tar.gz: a50cc6c9a64c857700e5cfc46dda9999d5d8c3604eb96c7912c2e61a62df0c76
5
5
  SHA512:
6
- metadata.gz: 5644f78ec18d19bfc4021e7ad750a5645657d2f89ba108d4d04a8d36cd923e07c0950cc4f3fd46457b3481df20cdafd54eb3b0567299f45c2704edbdd602079c
7
- data.tar.gz: 677da71109ba665437487b4171f0c9f475c517309a7610572616198f6925af5da555ddebf3688f335d66998a1555b76c1bd2dd043d8ab3d654ea77589ca55a00
6
+ metadata.gz: 38bd4285bc84d5aa18b6bb82f39234ce3ce353cdb5bc63aadc0cc0a75a5d774ae26a2ddfe99617283c5c0c661df3650f0f0af8429c4bcf39ad88bbc20772f3c5
7
+ data.tar.gz: 2d44c23c5760dd88eebe82b14ca1bfcee3039ff6fb70e3ed03921a98db851880e1919237e20fc339fab645b702733a8aea9bef2470ce4d1a97a597f04e629f07
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.634.0 (2022-09-21)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.633.0 (2022-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.633.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" : {
@@ -4151,6 +4175,7 @@
4151
4175
  "ap-south-1" : { },
4152
4176
  "ap-southeast-1" : { },
4153
4177
  "ap-southeast-2" : { },
4178
+ "ap-southeast-3" : { },
4154
4179
  "ca-central-1" : { },
4155
4180
  "eu-central-1" : { },
4156
4181
  "eu-north-1" : { },
@@ -5476,6 +5501,8 @@
5476
5501
  "emr-serverless" : {
5477
5502
  "endpoints" : {
5478
5503
  "ap-northeast-1" : { },
5504
+ "ap-southeast-1" : { },
5505
+ "eu-central-1" : { },
5479
5506
  "eu-west-1" : { },
5480
5507
  "fips-us-east-1" : {
5481
5508
  "credentialScope" : {
@@ -5484,6 +5511,13 @@
5484
5511
  "deprecated" : true,
5485
5512
  "hostname" : "emr-serverless-fips.us-east-1.amazonaws.com"
5486
5513
  },
5514
+ "fips-us-east-2" : {
5515
+ "credentialScope" : {
5516
+ "region" : "us-east-2"
5517
+ },
5518
+ "deprecated" : true,
5519
+ "hostname" : "emr-serverless-fips.us-east-2.amazonaws.com"
5520
+ },
5487
5521
  "fips-us-west-2" : {
5488
5522
  "credentialScope" : {
5489
5523
  "region" : "us-west-2"
@@ -5497,6 +5531,12 @@
5497
5531
  "tags" : [ "fips" ]
5498
5532
  } ]
5499
5533
  },
5534
+ "us-east-2" : {
5535
+ "variants" : [ {
5536
+ "hostname" : "emr-serverless-fips.us-east-2.amazonaws.com",
5537
+ "tags" : [ "fips" ]
5538
+ } ]
5539
+ },
5500
5540
  "us-west-2" : {
5501
5541
  "variants" : [ {
5502
5542
  "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com",
@@ -10247,6 +10287,7 @@
10247
10287
  "ap-south-1" : { },
10248
10288
  "ap-southeast-1" : { },
10249
10289
  "ap-southeast-2" : { },
10290
+ "ap-southeast-3" : { },
10250
10291
  "ca-central-1" : {
10251
10292
  "variants" : [ {
10252
10293
  "hostname" : "rbin-fips.ca-central-1.amazonaws.com",
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.633.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-20 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: