aws-partitions 1.738.0 → 1.740.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 +100 -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: 55ffba4df861164026c63bd91069fb1349cfdb9cd5f9c7ed916c69d7c88ec480
4
+ data.tar.gz: 9f2e1719dd269906e257e69f684f7a108eac8817cd73e5d936c68ab9f7bd623a
5
5
  SHA512:
6
- metadata.gz: f1e3dc7f918c723ebb11f632f9c62a14b414436257306c8926f8eb2702ea0028ffdf3ec0235ade016c5004b102382b150a9c190cc98a8087c927a02c527bdac1
7
- data.tar.gz: 4d7a262778f09e79a5daa92518764704ea9273c98d8adb6214cc66f973a12c8615bf5a32b2a8dd6480571c74534771c932d2f02368ce36caa3b706a65fa038e1
6
+ metadata.gz: f3fc1dc7d16879793072248d05c862cf483892b2a2ced1c6dde44053e49417e257bbcf1569639656119441ff0cec65e94ccbb1501e66b91deaf58f05d782021b
7
+ data.tar.gz: 29c86b9c119f878617f7cd4ee6d3e53a46f7912dfdf527bb2cb10fd5a824bced6b00e86d265e8c389488da3c6fdb243a23e820996c5b373e6cb584b637ab015d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.740.0 (2023-04-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.739.0 (2023-03-31)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.738.0 (2023-03-30)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.738.0
1
+ 1.740.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" : { },
@@ -1827,6 +1830,8 @@
1827
1830
  "eu-north-1" : { },
1828
1831
  "eu-west-1" : { },
1829
1832
  "eu-west-2" : { },
1833
+ "eu-west-3" : { },
1834
+ "sa-east-1" : { },
1830
1835
  "us-east-1" : { },
1831
1836
  "us-east-2" : { },
1832
1837
  "us-west-2" : { }
@@ -7247,13 +7252,61 @@
7247
7252
  "ap-south-1" : { },
7248
7253
  "ap-southeast-1" : { },
7249
7254
  "ap-southeast-2" : { },
7250
- "ca-central-1" : { },
7255
+ "ca-central-1" : {
7256
+ "variants" : [ {
7257
+ "hostname" : "greengrass-fips.ca-central-1.amazonaws.com",
7258
+ "tags" : [ "fips" ]
7259
+ } ]
7260
+ },
7251
7261
  "eu-central-1" : { },
7252
7262
  "eu-west-1" : { },
7253
7263
  "eu-west-2" : { },
7254
- "us-east-1" : { },
7255
- "us-east-2" : { },
7256
- "us-west-2" : { }
7264
+ "fips-ca-central-1" : {
7265
+ "credentialScope" : {
7266
+ "region" : "ca-central-1"
7267
+ },
7268
+ "deprecated" : true,
7269
+ "hostname" : "greengrass-fips.ca-central-1.amazonaws.com"
7270
+ },
7271
+ "fips-us-east-1" : {
7272
+ "credentialScope" : {
7273
+ "region" : "us-east-1"
7274
+ },
7275
+ "deprecated" : true,
7276
+ "hostname" : "greengrass-fips.us-east-1.amazonaws.com"
7277
+ },
7278
+ "fips-us-east-2" : {
7279
+ "credentialScope" : {
7280
+ "region" : "us-east-2"
7281
+ },
7282
+ "deprecated" : true,
7283
+ "hostname" : "greengrass-fips.us-east-2.amazonaws.com"
7284
+ },
7285
+ "fips-us-west-2" : {
7286
+ "credentialScope" : {
7287
+ "region" : "us-west-2"
7288
+ },
7289
+ "deprecated" : true,
7290
+ "hostname" : "greengrass-fips.us-west-2.amazonaws.com"
7291
+ },
7292
+ "us-east-1" : {
7293
+ "variants" : [ {
7294
+ "hostname" : "greengrass-fips.us-east-1.amazonaws.com",
7295
+ "tags" : [ "fips" ]
7296
+ } ]
7297
+ },
7298
+ "us-east-2" : {
7299
+ "variants" : [ {
7300
+ "hostname" : "greengrass-fips.us-east-2.amazonaws.com",
7301
+ "tags" : [ "fips" ]
7302
+ } ]
7303
+ },
7304
+ "us-west-2" : {
7305
+ "variants" : [ {
7306
+ "hostname" : "greengrass-fips.us-west-2.amazonaws.com",
7307
+ "tags" : [ "fips" ]
7308
+ } ]
7309
+ }
7257
7310
  },
7258
7311
  "isRegionalized" : true
7259
7312
  },
@@ -8244,8 +8297,32 @@
8244
8297
  "ap-southeast-2" : { },
8245
8298
  "eu-central-1" : { },
8246
8299
  "eu-west-1" : { },
8247
- "us-east-1" : { },
8248
- "us-west-2" : { }
8300
+ "fips-us-east-1" : {
8301
+ "credentialScope" : {
8302
+ "region" : "us-east-1"
8303
+ },
8304
+ "deprecated" : true,
8305
+ "hostname" : "iottwinmaker-fips.us-east-1.amazonaws.com"
8306
+ },
8307
+ "fips-us-west-2" : {
8308
+ "credentialScope" : {
8309
+ "region" : "us-west-2"
8310
+ },
8311
+ "deprecated" : true,
8312
+ "hostname" : "iottwinmaker-fips.us-west-2.amazonaws.com"
8313
+ },
8314
+ "us-east-1" : {
8315
+ "variants" : [ {
8316
+ "hostname" : "iottwinmaker-fips.us-east-1.amazonaws.com",
8317
+ "tags" : [ "fips" ]
8318
+ } ]
8319
+ },
8320
+ "us-west-2" : {
8321
+ "variants" : [ {
8322
+ "hostname" : "iottwinmaker-fips.us-west-2.amazonaws.com",
8323
+ "tags" : [ "fips" ]
8324
+ } ]
8325
+ }
8249
8326
  }
8250
8327
  },
8251
8328
  "iotwireless" : {
@@ -14055,13 +14132,17 @@
14055
14132
  "ap-northeast-2" : { },
14056
14133
  "ap-northeast-3" : { },
14057
14134
  "ap-south-1" : { },
14135
+ "ap-south-2" : { },
14058
14136
  "ap-southeast-1" : { },
14059
14137
  "ap-southeast-2" : { },
14060
14138
  "ap-southeast-3" : { },
14139
+ "ap-southeast-4" : { },
14061
14140
  "ca-central-1" : { },
14062
14141
  "eu-central-1" : { },
14142
+ "eu-central-2" : { },
14063
14143
  "eu-north-1" : { },
14064
14144
  "eu-south-1" : { },
14145
+ "eu-south-2" : { },
14065
14146
  "eu-west-1" : { },
14066
14147
  "eu-west-2" : { },
14067
14148
  "eu-west-3" : { },
@@ -20583,7 +20664,19 @@
20583
20664
  },
20584
20665
  "iottwinmaker" : {
20585
20666
  "endpoints" : {
20586
- "us-gov-west-1" : { }
20667
+ "fips-us-gov-west-1" : {
20668
+ "credentialScope" : {
20669
+ "region" : "us-gov-west-1"
20670
+ },
20671
+ "deprecated" : true,
20672
+ "hostname" : "iottwinmaker-fips.us-gov-west-1.amazonaws.com"
20673
+ },
20674
+ "us-gov-west-1" : {
20675
+ "variants" : [ {
20676
+ "hostname" : "iottwinmaker-fips.us-gov-west-1.amazonaws.com",
20677
+ "tags" : [ "fips" ]
20678
+ } ]
20679
+ }
20587
20680
  }
20588
20681
  },
20589
20682
  "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.740.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-04-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: