aws-partitions 1.726.0 → 1.728.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 +26 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b897f036d2217db20b301dd8058b1e88538cf9bb0998d9b87a9762e1a476d0b1
4
- data.tar.gz: f1f0153d60b98c5540f40aa9576700c839616f487c32157e9236b21221aab3ec
3
+ metadata.gz: 4572f0f470d413368f74980332e0dbbde6d22547a173a1ef310c568e8681c152
4
+ data.tar.gz: e001ecddabf65d58a3d18a2d3e8ca73f40902f848cb467ea6b0275dded18b567
5
5
  SHA512:
6
- metadata.gz: e3cc5d96815402f5ed5822289e7c2cfd62bc7026696a726638e6febf2c312bd176006f40c8ddb1ed534decaad81c1b3d0e6878dd4d0f9cea3682105ee4e239c3
7
- data.tar.gz: 746ef089e984da5e658ccc71d14574c36b641a147cfea4a56d0348267d38409e93369d84b548dcad0c57ad08b52e2744118ad0ee526d7f2039a8d8b6c6467088
6
+ metadata.gz: cc6fc02f9715e537132dd64a4147e2d05acac3019aca6dc4ffa5d4b6e646909137689fa8328c9010687e2f2903ff5ae2f9fc7a499225b02377734d1774c055db
7
+ data.tar.gz: 8c710ceb8f903eabbf01463937292b3d8349a3e3963a9b2192188f14cc94191746f7bf3cf052768a96b4621d05691c72926069bb078c590a5bf6c7941e693fd0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.728.0 (2023-03-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.727.0 (2023-03-14)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.726.0 (2023-03-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.726.0
1
+ 1.728.0
data/partitions.json CHANGED
@@ -5138,6 +5138,7 @@
5138
5138
  "ap-southeast-1" : { },
5139
5139
  "ap-southeast-2" : { },
5140
5140
  "ap-southeast-3" : { },
5141
+ "ap-southeast-4" : { },
5141
5142
  "ca-central-1" : { },
5142
5143
  "eu-central-1" : { },
5143
5144
  "eu-central-2" : { },
@@ -6343,6 +6344,7 @@
6343
6344
  "ap-southeast-1" : { },
6344
6345
  "ap-southeast-2" : { },
6345
6346
  "ap-southeast-3" : { },
6347
+ "ap-southeast-4" : { },
6346
6348
  "ca-central-1" : { },
6347
6349
  "eu-central-1" : { },
6348
6350
  "eu-central-2" : { },
@@ -14855,9 +14857,11 @@
14855
14857
  "ap-northeast-2" : { },
14856
14858
  "ap-northeast-3" : { },
14857
14859
  "ap-south-1" : { },
14860
+ "ap-south-2" : { },
14858
14861
  "ap-southeast-1" : { },
14859
14862
  "ap-southeast-2" : { },
14860
14863
  "ap-southeast-3" : { },
14864
+ "ap-southeast-4" : { },
14861
14865
  "ca-central-1" : {
14862
14866
  "variants" : [ {
14863
14867
  "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
@@ -18129,12 +18133,34 @@
18129
18133
  "credentialScope" : {
18130
18134
  "region" : "us-gov-east-1"
18131
18135
  },
18136
+ "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
18137
+ "variants" : [ {
18138
+ "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
18139
+ "tags" : [ "fips" ]
18140
+ } ]
18141
+ },
18142
+ "us-gov-east-1-fips" : {
18143
+ "credentialScope" : {
18144
+ "region" : "us-gov-east-1"
18145
+ },
18146
+ "deprecated" : true,
18132
18147
  "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com"
18133
18148
  },
18134
18149
  "us-gov-west-1" : {
18135
18150
  "credentialScope" : {
18136
18151
  "region" : "us-gov-west-1"
18137
18152
  },
18153
+ "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
18154
+ "variants" : [ {
18155
+ "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
18156
+ "tags" : [ "fips" ]
18157
+ } ]
18158
+ },
18159
+ "us-gov-west-1-fips" : {
18160
+ "credentialScope" : {
18161
+ "region" : "us-gov-west-1"
18162
+ },
18163
+ "deprecated" : true,
18138
18164
  "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com"
18139
18165
  }
18140
18166
  }
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.726.0
4
+ version: 1.728.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-03-13 00:00:00.000000000 Z
11
+ date: 2023-03-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: