aws-partitions 1.752.0 → 1.753.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 +42 -4
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c0529d836f66d4edfd9795cdf4890fab0a7bec58fb40731a3cd81f1ddf2217c
4
- data.tar.gz: 8624acec5b2edca6c3f2898f329bfbf19dbf59d492549b24f93fd4385a668715
3
+ metadata.gz: 86c3596f1dbbebf3bc547213d0d1f05096f329f20012f475fb0d958d501eea42
4
+ data.tar.gz: cb1be8282aca4c2ff396779d33e6d8509427e802b0de0b716bace86d49c26516
5
5
  SHA512:
6
- metadata.gz: 6896df0ffa2425eb5710de664008f9e2eb8a781a5ca1b31662f53e1d2b22bc71df2b68f321235fd85f01f5c282d0b0267d557dc04ada681af7c0e08186f06b8c
7
- data.tar.gz: 750f92178d4a946cd36f3837dac939a8e72533636ac77ec2445e671f0555db1131781ec46f3687feafc559a4f6f07ffd666e61d9b5b52da75240b17d5082ac46
6
+ metadata.gz: ba597120c918b2558a9294c23b4e1a7ad8f9eb4a86162a85a8b306f994a687b420e2a9e04925da5e723a478a110eee80b60684d039956ec34298471dceff16f4
7
+ data.tar.gz: 46d2a2b129f6ae8b162f96eaeb04273debb5e89e0a78f24bc569d71fb53fc7afc1609714e5e6bae06bfac607cd49951c1dbf25baa17365fa647753c8bf902659
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.753.0 (2023-04-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.752.0 (2023-04-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.752.0
1
+ 1.753.0
data/partitions.json CHANGED
@@ -3750,8 +3750,32 @@
3750
3750
  "ca-central-1" : { },
3751
3751
  "eu-central-1" : { },
3752
3752
  "eu-west-2" : { },
3753
- "us-east-1" : { },
3754
- "us-west-2" : { }
3753
+ "fips-us-east-1" : {
3754
+ "credentialScope" : {
3755
+ "region" : "us-east-1"
3756
+ },
3757
+ "deprecated" : true,
3758
+ "hostname" : "connect-fips.us-east-1.amazonaws.com"
3759
+ },
3760
+ "fips-us-west-2" : {
3761
+ "credentialScope" : {
3762
+ "region" : "us-west-2"
3763
+ },
3764
+ "deprecated" : true,
3765
+ "hostname" : "connect-fips.us-west-2.amazonaws.com"
3766
+ },
3767
+ "us-east-1" : {
3768
+ "variants" : [ {
3769
+ "hostname" : "connect-fips.us-east-1.amazonaws.com",
3770
+ "tags" : [ "fips" ]
3771
+ } ]
3772
+ },
3773
+ "us-west-2" : {
3774
+ "variants" : [ {
3775
+ "hostname" : "connect-fips.us-west-2.amazonaws.com",
3776
+ "tags" : [ "fips" ]
3777
+ } ]
3778
+ }
3755
3779
  }
3756
3780
  },
3757
3781
  "connect-campaigns" : {
@@ -10392,6 +10416,7 @@
10392
10416
  "ap-southeast-1" : { },
10393
10417
  "ap-southeast-2" : { },
10394
10418
  "ap-southeast-3" : { },
10419
+ "ap-southeast-4" : { },
10395
10420
  "ca-central-1" : { },
10396
10421
  "eu-central-1" : { },
10397
10422
  "eu-central-2" : { },
@@ -19663,7 +19688,19 @@
19663
19688
  },
19664
19689
  "connect" : {
19665
19690
  "endpoints" : {
19666
- "us-gov-west-1" : { }
19691
+ "fips-us-gov-west-1" : {
19692
+ "credentialScope" : {
19693
+ "region" : "us-gov-west-1"
19694
+ },
19695
+ "deprecated" : true,
19696
+ "hostname" : "connect.us-gov-west-1.amazonaws.com"
19697
+ },
19698
+ "us-gov-west-1" : {
19699
+ "variants" : [ {
19700
+ "hostname" : "connect.us-gov-west-1.amazonaws.com",
19701
+ "tags" : [ "fips" ]
19702
+ } ]
19703
+ }
19667
19704
  }
19668
19705
  },
19669
19706
  "controltower" : {
@@ -23287,7 +23324,8 @@
23287
23324
  },
23288
23325
  "license-manager" : {
23289
23326
  "endpoints" : {
23290
- "us-iso-east-1" : { }
23327
+ "us-iso-east-1" : { },
23328
+ "us-iso-west-1" : { }
23291
23329
  }
23292
23330
  },
23293
23331
  "logs" : {
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.752.0
4
+ version: 1.753.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-04-21 00:00:00.000000000 Z
11
+ date: 2023-04-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: