aws-partitions 1.820.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: 3fe2cd143344fd17095cfb81e0a13f98648ea8e3538c628a4f944ca9fa0a5f40
4
- data.tar.gz: 2f7a2639f8c577cf351cb6d7e3c03d9c488f4b1b5099c4774e09104b0eb45f78
3
+ metadata.gz: 18f504e141a5fa026588f13710142f8007a45a08079d89081f4175dafc50edcc
4
+ data.tar.gz: 8fc34b2b4c349910b8c028a7188e4ba50560cd73eacaeba3c0da185314b2a8f3
5
5
  SHA512:
6
- metadata.gz: eaecd7d8b87f10d33a75f1543cdee0caf4b47258c3496063320c2af4b89ef0f58ed5a2821a990918fca8512ea986d70c8aba6e8823fe656c2fb352df44f4c6b3
7
- data.tar.gz: 891ba8f92462626cd321a481e1557e31ecbc9258feb737a1792038b1b8d19ba5d8b289d2fe6091398c70d58e6a1e9bd828c9c5bd890506193d3358bc0dcc7c9e
6
+ metadata.gz: c5b0f5d05626250bc0509d4ef6f857510c98a1961911f34649bfafa3d343e29a32d84c9a08fca08c623506b40e131f3734835c22353274fdf63425267ef1b667
7
+ data.tar.gz: 865fb7b5e634ec4dd677546a6e22a446ece2aab11398b9f239ad593fc95ca89658352603750dabbf54cda7867373ce3f0a777d87f3869df4b99c1deaa145c23a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
9
+ 1.822.0 (2023-09-13)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.821.0 (2023-09-12)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.820.0 (2023-09-08)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.820.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
data/partitions.json CHANGED
@@ -4888,6 +4888,7 @@
4888
4888
  "eu-west-1" : { },
4889
4889
  "eu-west-2" : { },
4890
4890
  "eu-west-3" : { },
4891
+ "il-central-1" : { },
4891
4892
  "me-central-1" : { },
4892
4893
  "me-south-1" : { },
4893
4894
  "sa-east-1" : { },
@@ -10593,6 +10594,11 @@
10593
10594
  "us-east-1" : { }
10594
10595
  }
10595
10596
  },
10597
+ "managedblockchain-query" : {
10598
+ "endpoints" : {
10599
+ "us-east-1" : { }
10600
+ }
10601
+ },
10596
10602
  "marketplacecommerceanalytics" : {
10597
10603
  "endpoints" : {
10598
10604
  "us-east-1" : { }
@@ -24447,10 +24453,33 @@
24447
24453
  },
24448
24454
  "elasticmapreduce" : {
24449
24455
  "endpoints" : {
24456
+ "fips-us-iso-east-1" : {
24457
+ "credentialScope" : {
24458
+ "region" : "us-iso-east-1"
24459
+ },
24460
+ "deprecated" : true,
24461
+ "hostname" : "elasticmapreduce.us-iso-east-1.c2s.ic.gov"
24462
+ },
24463
+ "fips-us-iso-west-1" : {
24464
+ "credentialScope" : {
24465
+ "region" : "us-iso-west-1"
24466
+ },
24467
+ "deprecated" : true,
24468
+ "hostname" : "elasticmapreduce.us-iso-west-1.c2s.ic.gov"
24469
+ },
24450
24470
  "us-iso-east-1" : {
24451
- "protocols" : [ "https" ]
24471
+ "protocols" : [ "https" ],
24472
+ "variants" : [ {
24473
+ "hostname" : "elasticmapreduce.us-iso-east-1.c2s.ic.gov",
24474
+ "tags" : [ "fips" ]
24475
+ } ]
24452
24476
  },
24453
- "us-iso-west-1" : { }
24477
+ "us-iso-west-1" : {
24478
+ "variants" : [ {
24479
+ "hostname" : "elasticmapreduce.us-iso-west-1.c2s.ic.gov",
24480
+ "tags" : [ "fips" ]
24481
+ } ]
24482
+ }
24454
24483
  }
24455
24484
  },
24456
24485
  "es" : {
@@ -24987,7 +25016,19 @@
24987
25016
  },
24988
25017
  "elasticmapreduce" : {
24989
25018
  "endpoints" : {
24990
- "us-isob-east-1" : { }
25019
+ "fips-us-isob-east-1" : {
25020
+ "credentialScope" : {
25021
+ "region" : "us-isob-east-1"
25022
+ },
25023
+ "deprecated" : true,
25024
+ "hostname" : "elasticmapreduce.us-isob-east-1.sc2s.sgov.gov"
25025
+ },
25026
+ "us-isob-east-1" : {
25027
+ "variants" : [ {
25028
+ "hostname" : "elasticmapreduce.us-isob-east-1.sc2s.sgov.gov",
25029
+ "tags" : [ "fips" ]
25030
+ } ]
25031
+ }
24991
25032
  }
24992
25033
  },
24993
25034
  "es" : {
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.820.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-08 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: