aws-partitions 1.822.0 → 1.823.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36ef9c53363c9f117e574fdf194407f811602a7518c3adb52dcdb89ffd2eac3d
4
- data.tar.gz: dc62834283be48ecab233bd0ec24e88772e1013f2d8213448f82659d8638a2ad
3
+ metadata.gz: 18f504e141a5fa026588f13710142f8007a45a08079d89081f4175dafc50edcc
4
+ data.tar.gz: 8fc34b2b4c349910b8c028a7188e4ba50560cd73eacaeba3c0da185314b2a8f3
5
5
  SHA512:
6
- metadata.gz: 31ca596176c3c951df888c9d8df56eaa845451d13f43536d4fe0ffec3133bde4d551d030ffcc54516af9f1651714fd2f23486ce08a74cef3523ec34ac1baeb88
7
- data.tar.gz: c4faef7eb8d7eec2a85d574d812c5413e92b4cd1173a8c463287fe3815ae2c5866d31251efd28cf9ab9e75675b7e77c98d56d15b62dd265dc50a906054f5ad9a
6
+ metadata.gz: c5b0f5d05626250bc0509d4ef6f857510c98a1961911f34649bfafa3d343e29a32d84c9a08fca08c623506b40e131f3734835c22353274fdf63425267ef1b667
7
+ data.tar.gz: 865fb7b5e634ec4dd677546a6e22a446ece2aab11398b9f239ad593fc95ca89658352603750dabbf54cda7867373ce3f0a777d87f3869df4b99c1deaa145c23a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.823.0 (2023-09-14)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.822.0 (2023-09-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.822.0
1
+ 1.823.0
@@ -4,6 +4,7 @@
4
4
  "outputs" : {
5
5
  "dnsSuffix" : "amazonaws.com",
6
6
  "dualStackDnsSuffix" : "api.aws",
7
+ "implicitGlobalRegion" : "us-east-1",
7
8
  "name" : "aws",
8
9
  "supportsDualStack" : true,
9
10
  "supportsFIPS" : true
@@ -103,6 +104,7 @@
103
104
  "outputs" : {
104
105
  "dnsSuffix" : "amazonaws.com.cn",
105
106
  "dualStackDnsSuffix" : "api.amazonwebservices.com.cn",
107
+ "implicitGlobalRegion" : "cn-northwest-1",
106
108
  "name" : "aws-cn",
107
109
  "supportsDualStack" : true,
108
110
  "supportsFIPS" : true
@@ -124,6 +126,7 @@
124
126
  "outputs" : {
125
127
  "dnsSuffix" : "amazonaws.com",
126
128
  "dualStackDnsSuffix" : "api.aws",
129
+ "implicitGlobalRegion" : "us-gov-west-1",
127
130
  "name" : "aws-us-gov",
128
131
  "supportsDualStack" : true,
129
132
  "supportsFIPS" : true
@@ -145,6 +148,7 @@
145
148
  "outputs" : {
146
149
  "dnsSuffix" : "c2s.ic.gov",
147
150
  "dualStackDnsSuffix" : "c2s.ic.gov",
151
+ "implicitGlobalRegion" : "us-iso-east-1",
148
152
  "name" : "aws-iso",
149
153
  "supportsDualStack" : false,
150
154
  "supportsFIPS" : true
@@ -166,6 +170,7 @@
166
170
  "outputs" : {
167
171
  "dnsSuffix" : "sc2s.sgov.gov",
168
172
  "dualStackDnsSuffix" : "sc2s.sgov.gov",
173
+ "implicitGlobalRegion" : "us-isob-east-1",
169
174
  "name" : "aws-iso-b",
170
175
  "supportsDualStack" : false,
171
176
  "supportsFIPS" : true
@@ -184,6 +189,7 @@
184
189
  "outputs" : {
185
190
  "dnsSuffix" : "cloud.adc-e.uk",
186
191
  "dualStackDnsSuffix" : "cloud.adc-e.uk",
192
+ "implicitGlobalRegion" : "eu-isoe-west-1",
187
193
  "name" : "aws-iso-e",
188
194
  "supportsDualStack" : false,
189
195
  "supportsFIPS" : true
@@ -195,6 +201,7 @@
195
201
  "outputs" : {
196
202
  "dnsSuffix" : "csp.hci.ic.gov",
197
203
  "dualStackDnsSuffix" : "csp.hci.ic.gov",
204
+ "implicitGlobalRegion" : "us-isof-south-1",
198
205
  "name" : "aws-iso-f",
199
206
  "supportsDualStack" : false,
200
207
  "supportsFIPS" : true
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.822.0
4
+ version: 1.823.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-09-13 00:00:00.000000000 Z
11
+ date: 2023-09-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: