aws-partitions 1.873.0 → 1.874.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 +59 -4
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3143aeead3d6c350558f5e105ca112d0d95555bd920728967a57db5271b92c91
4
- data.tar.gz: 81b1ccfc9ac6d8083856a14343cd9592f192829b007d460c491d83cf8a88cfc0
3
+ metadata.gz: 2a92a32cd075f5db53f6d255df12d08a4529cb341e1fc64361595ef20745df5d
4
+ data.tar.gz: caa090bf62988fd885da73b9903d8c721edcbfe4b7a91c25c7f360ca70c2731a
5
5
  SHA512:
6
- metadata.gz: c7feff22af92b557b46a3b04cfeb93dab6d6e6391d90227c02d4a314791fc40d583e79702d0047cc0d893babb06b933d0fe810e8213a150d59571e31938992ea
7
- data.tar.gz: e7b3521da763701645982244a4aff06c7ba482d666cbe1bcbaf041a7f567dd4c0f00a0c593d5b31bae9cc43182c7336130b07785f1a727d50704ed0c260e30f7
6
+ metadata.gz: 9fb39f9eaac3d72d66eb99fd07c01a47767bed0be981980f99857d8c264d58c27a9d65023318a3f8815b173cef6b740c434fcd36dc1e72e7abc910d2f91635b1
7
+ data.tar.gz: 4df9b5a3dd0333f1d0687e30f8bceb720284e9d0bbc068fc95405d86df3b7f383acd804306b693740677bd6132afb2ac8a6b1e226415f40e05f758965934739a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.874.0 (2023-12-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.873.0 (2023-12-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.873.0
1
+ 1.874.0
data/partitions.json CHANGED
@@ -1139,6 +1139,7 @@
1139
1139
  "ap-southeast-3" : { },
1140
1140
  "ap-southeast-4" : { },
1141
1141
  "ca-central-1" : { },
1142
+ "ca-west-1" : { },
1142
1143
  "eu-central-1" : { },
1143
1144
  "eu-central-2" : { },
1144
1145
  "eu-north-1" : { },
@@ -5389,14 +5390,62 @@
5389
5390
  "eu-west-1" : { },
5390
5391
  "eu-west-2" : { },
5391
5392
  "eu-west-3" : { },
5393
+ "fips-us-east-1" : {
5394
+ "credentialScope" : {
5395
+ "region" : "us-east-1"
5396
+ },
5397
+ "deprecated" : true,
5398
+ "hostname" : "drs-fips.us-east-1.amazonaws.com"
5399
+ },
5400
+ "fips-us-east-2" : {
5401
+ "credentialScope" : {
5402
+ "region" : "us-east-2"
5403
+ },
5404
+ "deprecated" : true,
5405
+ "hostname" : "drs-fips.us-east-2.amazonaws.com"
5406
+ },
5407
+ "fips-us-west-1" : {
5408
+ "credentialScope" : {
5409
+ "region" : "us-west-1"
5410
+ },
5411
+ "deprecated" : true,
5412
+ "hostname" : "drs-fips.us-west-1.amazonaws.com"
5413
+ },
5414
+ "fips-us-west-2" : {
5415
+ "credentialScope" : {
5416
+ "region" : "us-west-2"
5417
+ },
5418
+ "deprecated" : true,
5419
+ "hostname" : "drs-fips.us-west-2.amazonaws.com"
5420
+ },
5392
5421
  "il-central-1" : { },
5393
5422
  "me-central-1" : { },
5394
5423
  "me-south-1" : { },
5395
5424
  "sa-east-1" : { },
5396
- "us-east-1" : { },
5397
- "us-east-2" : { },
5398
- "us-west-1" : { },
5399
- "us-west-2" : { }
5425
+ "us-east-1" : {
5426
+ "variants" : [ {
5427
+ "hostname" : "drs-fips.us-east-1.amazonaws.com",
5428
+ "tags" : [ "fips" ]
5429
+ } ]
5430
+ },
5431
+ "us-east-2" : {
5432
+ "variants" : [ {
5433
+ "hostname" : "drs-fips.us-east-2.amazonaws.com",
5434
+ "tags" : [ "fips" ]
5435
+ } ]
5436
+ },
5437
+ "us-west-1" : {
5438
+ "variants" : [ {
5439
+ "hostname" : "drs-fips.us-west-1.amazonaws.com",
5440
+ "tags" : [ "fips" ]
5441
+ } ]
5442
+ },
5443
+ "us-west-2" : {
5444
+ "variants" : [ {
5445
+ "hostname" : "drs-fips.us-west-2.amazonaws.com",
5446
+ "tags" : [ "fips" ]
5447
+ } ]
5448
+ }
5400
5449
  }
5401
5450
  },
5402
5451
  "ds" : {
@@ -14419,13 +14468,17 @@
14419
14468
  "ap-northeast-2" : { },
14420
14469
  "ap-northeast-3" : { },
14421
14470
  "ap-south-1" : { },
14471
+ "ap-south-2" : { },
14422
14472
  "ap-southeast-1" : { },
14423
14473
  "ap-southeast-2" : { },
14424
14474
  "ap-southeast-3" : { },
14475
+ "ap-southeast-4" : { },
14425
14476
  "ca-central-1" : { },
14426
14477
  "eu-central-1" : { },
14478
+ "eu-central-2" : { },
14427
14479
  "eu-north-1" : { },
14428
14480
  "eu-south-1" : { },
14481
+ "eu-south-2" : { },
14429
14482
  "eu-west-1" : { },
14430
14483
  "eu-west-2" : { },
14431
14484
  "eu-west-3" : { },
@@ -14457,6 +14510,8 @@
14457
14510
  "deprecated" : true,
14458
14511
  "hostname" : "rolesanywhere-fips.us-west-2.amazonaws.com"
14459
14512
  },
14513
+ "il-central-1" : { },
14514
+ "me-central-1" : { },
14460
14515
  "me-south-1" : { },
14461
14516
  "sa-east-1" : { },
14462
14517
  "us-east-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.873.0
4
+ version: 1.874.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: 2023-12-22 00:00:00.000000000 Z
11
+ date: 2023-12-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: