aws-partitions 1.873.0 → 1.876.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +105 -5
  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: 48807580adce858bb3079da70bad5d280cd33c4911e6c92daee217b27b8ee04c
4
+ data.tar.gz: 4b8f1c9ead7e23014c8dbef4c28e3805dd8f3d1cd4ff3abfdba6fdb489bf90c9
5
5
  SHA512:
6
- metadata.gz: c7feff22af92b557b46a3b04cfeb93dab6d6e6391d90227c02d4a314791fc40d583e79702d0047cc0d893babb06b933d0fe810e8213a150d59571e31938992ea
7
- data.tar.gz: e7b3521da763701645982244a4aff06c7ba482d666cbe1bcbaf041a7f567dd4c0f00a0c593d5b31bae9cc43182c7336130b07785f1a727d50704ed0c260e30f7
6
+ metadata.gz: 339ac3d65ff870d26ffc47a6676702127cee40b7a35ec567d86e8ca8b64053c711b689c5c3e57003b5b3f43b070511bfde0f9125a75f507f8b1d2c0dabbcb13e
7
+ data.tar.gz: 1d7b805d0d67239d05bd3d27cf790d666a63a94b8fe4ae34aa4dfa306fcca3d6109ba564469cb0c4e179a441d4a50595ffd9a3927162f5466fa48f3e5659a5eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.876.0 (2023-12-28)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.875.0 (2023-12-27)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.874.0 (2023-12-26)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.873.0 (2023-12-22)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.873.0
1
+ 1.876.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" : {
@@ -5418,7 +5467,12 @@
5418
5467
  "tags" : [ "fips" ]
5419
5468
  } ]
5420
5469
  },
5421
- "ca-west-1" : { },
5470
+ "ca-west-1" : {
5471
+ "variants" : [ {
5472
+ "hostname" : "ds-fips.ca-west-1.amazonaws.com",
5473
+ "tags" : [ "fips" ]
5474
+ } ]
5475
+ },
5422
5476
  "eu-central-1" : { },
5423
5477
  "eu-central-2" : { },
5424
5478
  "eu-north-1" : { },
@@ -5434,6 +5488,13 @@
5434
5488
  "deprecated" : true,
5435
5489
  "hostname" : "ds-fips.ca-central-1.amazonaws.com"
5436
5490
  },
5491
+ "fips-ca-west-1" : {
5492
+ "credentialScope" : {
5493
+ "region" : "ca-west-1"
5494
+ },
5495
+ "deprecated" : true,
5496
+ "hostname" : "ds-fips.ca-west-1.amazonaws.com"
5497
+ },
5437
5498
  "fips-us-east-1" : {
5438
5499
  "credentialScope" : {
5439
5500
  "region" : "us-east-1"
@@ -11558,6 +11619,7 @@
11558
11619
  "ap-south-1" : { },
11559
11620
  "ap-southeast-1" : { },
11560
11621
  "ap-southeast-2" : { },
11622
+ "ap-southeast-4" : { },
11561
11623
  "ca-central-1" : { },
11562
11624
  "eu-central-1" : { },
11563
11625
  "eu-north-1" : { },
@@ -11579,6 +11641,7 @@
11579
11641
  "ap-south-1" : { },
11580
11642
  "ap-southeast-1" : { },
11581
11643
  "ap-southeast-2" : { },
11644
+ "ap-southeast-4" : { },
11582
11645
  "ca-central-1" : { },
11583
11646
  "eu-central-1" : { },
11584
11647
  "eu-north-1" : { },
@@ -11600,6 +11663,7 @@
11600
11663
  "ap-south-1" : { },
11601
11664
  "ap-southeast-1" : { },
11602
11665
  "ap-southeast-2" : { },
11666
+ "ap-southeast-4" : { },
11603
11667
  "ca-central-1" : { },
11604
11668
  "eu-central-1" : { },
11605
11669
  "eu-north-1" : { },
@@ -13697,6 +13761,19 @@
13697
13761
  "deprecated" : true,
13698
13762
  "hostname" : "rds-fips.ca-central-1.amazonaws.com"
13699
13763
  },
13764
+ "ca-west-1" : {
13765
+ "variants" : [ {
13766
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com",
13767
+ "tags" : [ "fips" ]
13768
+ } ]
13769
+ },
13770
+ "ca-west-1-fips" : {
13771
+ "credentialScope" : {
13772
+ "region" : "ca-west-1"
13773
+ },
13774
+ "deprecated" : true,
13775
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com"
13776
+ },
13700
13777
  "eu-central-1" : { },
13701
13778
  "eu-central-2" : { },
13702
13779
  "eu-north-1" : { },
@@ -13715,6 +13792,13 @@
13715
13792
  "deprecated" : true,
13716
13793
  "hostname" : "rds-fips.ca-central-1.amazonaws.com"
13717
13794
  },
13795
+ "rds-fips.ca-west-1" : {
13796
+ "credentialScope" : {
13797
+ "region" : "ca-west-1"
13798
+ },
13799
+ "deprecated" : true,
13800
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com"
13801
+ },
13718
13802
  "rds-fips.us-east-1" : {
13719
13803
  "credentialScope" : {
13720
13804
  "region" : "us-east-1"
@@ -13753,6 +13837,16 @@
13753
13837
  "tags" : [ "fips" ]
13754
13838
  } ]
13755
13839
  },
13840
+ "rds.ca-west-1" : {
13841
+ "credentialScope" : {
13842
+ "region" : "ca-west-1"
13843
+ },
13844
+ "deprecated" : true,
13845
+ "variants" : [ {
13846
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com",
13847
+ "tags" : [ "fips" ]
13848
+ } ]
13849
+ },
13756
13850
  "rds.us-east-1" : {
13757
13851
  "credentialScope" : {
13758
13852
  "region" : "us-east-1"
@@ -14419,13 +14513,17 @@
14419
14513
  "ap-northeast-2" : { },
14420
14514
  "ap-northeast-3" : { },
14421
14515
  "ap-south-1" : { },
14516
+ "ap-south-2" : { },
14422
14517
  "ap-southeast-1" : { },
14423
14518
  "ap-southeast-2" : { },
14424
14519
  "ap-southeast-3" : { },
14520
+ "ap-southeast-4" : { },
14425
14521
  "ca-central-1" : { },
14426
14522
  "eu-central-1" : { },
14523
+ "eu-central-2" : { },
14427
14524
  "eu-north-1" : { },
14428
14525
  "eu-south-1" : { },
14526
+ "eu-south-2" : { },
14429
14527
  "eu-west-1" : { },
14430
14528
  "eu-west-2" : { },
14431
14529
  "eu-west-3" : { },
@@ -14457,6 +14555,8 @@
14457
14555
  "deprecated" : true,
14458
14556
  "hostname" : "rolesanywhere-fips.us-west-2.amazonaws.com"
14459
14557
  },
14558
+ "il-central-1" : { },
14559
+ "me-central-1" : { },
14460
14560
  "me-south-1" : { },
14461
14561
  "sa-east-1" : { },
14462
14562
  "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.876.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-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: