aws-partitions 1.738.0 → 1.739.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +98 -7
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfa6e0b4cd2d2fe2dfba0ca85c6496fca9dc0f27f2d922b9a86fbb6df2dc0c2f
4
- data.tar.gz: 7021c5c4ce7f525e99f192d269f69cb7390083fb2007c734bc1c7389f27259b6
3
+ metadata.gz: 7f6856621a95ccbc9527c48cd47efd4954a545941803cc5556eac1b20e03ac30
4
+ data.tar.gz: 0a657acf4cb87979428c5f5b9abfd0ffbca75fba4ac4b73362640e19616cc570
5
5
  SHA512:
6
- metadata.gz: f1e3dc7f918c723ebb11f632f9c62a14b414436257306c8926f8eb2702ea0028ffdf3ec0235ade016c5004b102382b150a9c190cc98a8087c927a02c527bdac1
7
- data.tar.gz: 4d7a262778f09e79a5daa92518764704ea9273c98d8adb6214cc66f973a12c8615bf5a32b2a8dd6480571c74534771c932d2f02368ce36caa3b706a65fa038e1
6
+ metadata.gz: 47b5c07595ed0873288219c21e35c59953399479b7bd67e5af69f9b0157f5746ff6192a7612ed52cba55d7edb301f54ffad26f708d2ea6b8f4c5b06dfcfbee4c
7
+ data.tar.gz: b8863e2dd68eb3ad2acf3efc68f23ad61751e8eeead6cbc8937eaab6ea5b5681b70e0a062b1f295ebbb62da345569080eb84ff7112ed4727c9f703664d503c98
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.739.0 (2023-03-31)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.738.0 (2023-03-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.738.0
1
+ 1.739.0
data/partitions.json CHANGED
@@ -316,6 +316,7 @@
316
316
  "ap-northeast-2" : { },
317
317
  "ap-northeast-3" : { },
318
318
  "ap-south-1" : { },
319
+ "ap-south-2" : { },
319
320
  "ap-southeast-1" : { },
320
321
  "ap-southeast-2" : { },
321
322
  "ap-southeast-3" : { },
@@ -326,8 +327,10 @@
326
327
  } ]
327
328
  },
328
329
  "eu-central-1" : { },
330
+ "eu-central-2" : { },
329
331
  "eu-north-1" : { },
330
332
  "eu-south-1" : { },
333
+ "eu-south-2" : { },
331
334
  "eu-west-1" : { },
332
335
  "eu-west-2" : { },
333
336
  "eu-west-3" : { },
@@ -7247,13 +7250,61 @@
7247
7250
  "ap-south-1" : { },
7248
7251
  "ap-southeast-1" : { },
7249
7252
  "ap-southeast-2" : { },
7250
- "ca-central-1" : { },
7253
+ "ca-central-1" : {
7254
+ "variants" : [ {
7255
+ "hostname" : "greengrass-fips.ca-central-1.amazonaws.com",
7256
+ "tags" : [ "fips" ]
7257
+ } ]
7258
+ },
7251
7259
  "eu-central-1" : { },
7252
7260
  "eu-west-1" : { },
7253
7261
  "eu-west-2" : { },
7254
- "us-east-1" : { },
7255
- "us-east-2" : { },
7256
- "us-west-2" : { }
7262
+ "fips-ca-central-1" : {
7263
+ "credentialScope" : {
7264
+ "region" : "ca-central-1"
7265
+ },
7266
+ "deprecated" : true,
7267
+ "hostname" : "greengrass-fips.ca-central-1.amazonaws.com"
7268
+ },
7269
+ "fips-us-east-1" : {
7270
+ "credentialScope" : {
7271
+ "region" : "us-east-1"
7272
+ },
7273
+ "deprecated" : true,
7274
+ "hostname" : "greengrass-fips.us-east-1.amazonaws.com"
7275
+ },
7276
+ "fips-us-east-2" : {
7277
+ "credentialScope" : {
7278
+ "region" : "us-east-2"
7279
+ },
7280
+ "deprecated" : true,
7281
+ "hostname" : "greengrass-fips.us-east-2.amazonaws.com"
7282
+ },
7283
+ "fips-us-west-2" : {
7284
+ "credentialScope" : {
7285
+ "region" : "us-west-2"
7286
+ },
7287
+ "deprecated" : true,
7288
+ "hostname" : "greengrass-fips.us-west-2.amazonaws.com"
7289
+ },
7290
+ "us-east-1" : {
7291
+ "variants" : [ {
7292
+ "hostname" : "greengrass-fips.us-east-1.amazonaws.com",
7293
+ "tags" : [ "fips" ]
7294
+ } ]
7295
+ },
7296
+ "us-east-2" : {
7297
+ "variants" : [ {
7298
+ "hostname" : "greengrass-fips.us-east-2.amazonaws.com",
7299
+ "tags" : [ "fips" ]
7300
+ } ]
7301
+ },
7302
+ "us-west-2" : {
7303
+ "variants" : [ {
7304
+ "hostname" : "greengrass-fips.us-west-2.amazonaws.com",
7305
+ "tags" : [ "fips" ]
7306
+ } ]
7307
+ }
7257
7308
  },
7258
7309
  "isRegionalized" : true
7259
7310
  },
@@ -8244,8 +8295,32 @@
8244
8295
  "ap-southeast-2" : { },
8245
8296
  "eu-central-1" : { },
8246
8297
  "eu-west-1" : { },
8247
- "us-east-1" : { },
8248
- "us-west-2" : { }
8298
+ "fips-us-east-1" : {
8299
+ "credentialScope" : {
8300
+ "region" : "us-east-1"
8301
+ },
8302
+ "deprecated" : true,
8303
+ "hostname" : "iottwinmaker-fips.us-east-1.amazonaws.com"
8304
+ },
8305
+ "fips-us-west-2" : {
8306
+ "credentialScope" : {
8307
+ "region" : "us-west-2"
8308
+ },
8309
+ "deprecated" : true,
8310
+ "hostname" : "iottwinmaker-fips.us-west-2.amazonaws.com"
8311
+ },
8312
+ "us-east-1" : {
8313
+ "variants" : [ {
8314
+ "hostname" : "iottwinmaker-fips.us-east-1.amazonaws.com",
8315
+ "tags" : [ "fips" ]
8316
+ } ]
8317
+ },
8318
+ "us-west-2" : {
8319
+ "variants" : [ {
8320
+ "hostname" : "iottwinmaker-fips.us-west-2.amazonaws.com",
8321
+ "tags" : [ "fips" ]
8322
+ } ]
8323
+ }
8249
8324
  }
8250
8325
  },
8251
8326
  "iotwireless" : {
@@ -14055,13 +14130,17 @@
14055
14130
  "ap-northeast-2" : { },
14056
14131
  "ap-northeast-3" : { },
14057
14132
  "ap-south-1" : { },
14133
+ "ap-south-2" : { },
14058
14134
  "ap-southeast-1" : { },
14059
14135
  "ap-southeast-2" : { },
14060
14136
  "ap-southeast-3" : { },
14137
+ "ap-southeast-4" : { },
14061
14138
  "ca-central-1" : { },
14062
14139
  "eu-central-1" : { },
14140
+ "eu-central-2" : { },
14063
14141
  "eu-north-1" : { },
14064
14142
  "eu-south-1" : { },
14143
+ "eu-south-2" : { },
14065
14144
  "eu-west-1" : { },
14066
14145
  "eu-west-2" : { },
14067
14146
  "eu-west-3" : { },
@@ -20583,7 +20662,19 @@
20583
20662
  },
20584
20663
  "iottwinmaker" : {
20585
20664
  "endpoints" : {
20586
- "us-gov-west-1" : { }
20665
+ "fips-us-gov-west-1" : {
20666
+ "credentialScope" : {
20667
+ "region" : "us-gov-west-1"
20668
+ },
20669
+ "deprecated" : true,
20670
+ "hostname" : "iottwinmaker-fips.us-gov-west-1.amazonaws.com"
20671
+ },
20672
+ "us-gov-west-1" : {
20673
+ "variants" : [ {
20674
+ "hostname" : "iottwinmaker-fips.us-gov-west-1.amazonaws.com",
20675
+ "tags" : [ "fips" ]
20676
+ } ]
20677
+ }
20587
20678
  }
20588
20679
  },
20589
20680
  "kafka" : {
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.738.0
4
+ version: 1.739.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-30 00:00:00.000000000 Z
11
+ date: 2023-03-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: