aws-partitions 1.838.0 → 1.839.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: 27f2db3d0d2d4f48d933881b03c5e5810b63c094748edac88ccb551a44bd3224
4
- data.tar.gz: 6b634acf9eea0838da1662d22648f21919f1430263e02b6ede08e2c319a1fe40
3
+ metadata.gz: f31258548c86fdc8e7706f26c480369a1fae308f7271eeea437dfc2e506fa2c7
4
+ data.tar.gz: 0b1028ef71ad506ea09337a3069930c07543c1d75effcd29bb8c416a48242a98
5
5
  SHA512:
6
- metadata.gz: e9b345b1c37f96cbf01f157b1a297ef37a7ab17ee5c235c4eae6c35b4882c221b8767cdc7d560d08dcb51af880ba3adb4c38193f2537ee21fda2ad3bcc90a154
7
- data.tar.gz: 38544ee82d006220251b6bbdbff076ba0d71a0f38b4b2468295f9db8672bee62016184ecfa945a54c880ad446d26f313c2535990c28740846667c6b17da909e6
6
+ metadata.gz: 3a5894d63ceebe9dc68946d39d3ad1b85d2a391c041ad5b0c43eeabe5d78ecad4718fe40bdfc8e799863ba34e1e25b9d66dd5a6cebdcf135e79eccd9e6051a74
7
+ data.tar.gz: 7c6aa4108810aa8c3bb4eafaf3090e9ac7e2bb50859879df50b4e7757ffdb901e608d5f071f3c9cf5c5325c3e5d3e56a040298b2ba38f8104c0f46341a1c46f9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.839.0 (2023-10-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.838.0 (2023-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.838.0
1
+ 1.839.0
@@ -382,7 +382,6 @@ module Aws
382
382
  'ForecastService' => 'forecast',
383
383
  'FraudDetector' => 'frauddetector',
384
384
  'GameLift' => 'gamelift',
385
- 'GameSparks' => 'gamesparks',
386
385
  'Glacier' => 'glacier',
387
386
  'GlobalAccelerator' => 'globalaccelerator',
388
387
  'Glue' => 'glue',
data/partitions.json CHANGED
@@ -6420,6 +6420,9 @@
6420
6420
  "variants" : [ {
6421
6421
  "hostname" : "elasticmapreduce-fips.us-east-2.amazonaws.com",
6422
6422
  "tags" : [ "fips" ]
6423
+ }, {
6424
+ "hostname" : "elasticmapreduce.us-east-2.api.aws",
6425
+ "tags" : [ "dualstack" ]
6423
6426
  } ]
6424
6427
  },
6425
6428
  "us-west-1" : {
@@ -6540,6 +6543,7 @@
6540
6543
  "ap-east-1" : { },
6541
6544
  "ap-northeast-1" : { },
6542
6545
  "ap-northeast-2" : { },
6546
+ "ap-northeast-3" : { },
6543
6547
  "ap-south-1" : { },
6544
6548
  "ap-southeast-1" : { },
6545
6549
  "ap-southeast-2" : { },
@@ -7718,12 +7722,6 @@
7718
7722
  "us-west-2" : { }
7719
7723
  }
7720
7724
  },
7721
- "gamesparks" : {
7722
- "endpoints" : {
7723
- "ap-northeast-1" : { },
7724
- "us-east-1" : { }
7725
- }
7726
- },
7727
7725
  "geo" : {
7728
7726
  "endpoints" : {
7729
7727
  "ap-northeast-1" : { },
@@ -19260,8 +19258,18 @@
19260
19258
  "protocols" : [ "https" ]
19261
19259
  },
19262
19260
  "endpoints" : {
19263
- "cn-north-1" : { },
19264
- "cn-northwest-1" : { }
19261
+ "cn-north-1" : {
19262
+ "variants" : [ {
19263
+ "hostname" : "elasticmapreduce.cn-north-1.api.amazonwebservices.com.cn",
19264
+ "tags" : [ "dualstack" ]
19265
+ } ]
19266
+ },
19267
+ "cn-northwest-1" : {
19268
+ "variants" : [ {
19269
+ "hostname" : "elasticmapreduce.cn-northwest-1.api.amazonwebservices.com.cn",
19270
+ "tags" : [ "dualstack" ]
19271
+ } ]
19272
+ }
19265
19273
  }
19266
19274
  },
19267
19275
  "emr-containers" : {
@@ -21770,6 +21778,9 @@
21770
21778
  "variants" : [ {
21771
21779
  "hostname" : "elasticmapreduce.us-gov-east-1.amazonaws.com",
21772
21780
  "tags" : [ "fips" ]
21781
+ }, {
21782
+ "hostname" : "elasticmapreduce.us-gov-east-1.api.aws",
21783
+ "tags" : [ "dualstack" ]
21773
21784
  } ]
21774
21785
  },
21775
21786
  "us-gov-west-1" : {
@@ -21777,6 +21788,9 @@
21777
21788
  "variants" : [ {
21778
21789
  "hostname" : "elasticmapreduce.us-gov-west-1.amazonaws.com",
21779
21790
  "tags" : [ "fips" ]
21791
+ }, {
21792
+ "hostname" : "elasticmapreduce.us-gov-west-1.api.aws",
21793
+ "tags" : [ "dualstack" ]
21780
21794
  } ]
21781
21795
  }
21782
21796
  }
@@ -23417,6 +23431,36 @@
23417
23431
  }
23418
23432
  }
23419
23433
  },
23434
+ "resiliencehub" : {
23435
+ "endpoints" : {
23436
+ "fips-us-gov-east-1" : {
23437
+ "credentialScope" : {
23438
+ "region" : "us-gov-east-1"
23439
+ },
23440
+ "deprecated" : true,
23441
+ "hostname" : "resiliencehub-fips.us-gov-east-1.amazonaws.com"
23442
+ },
23443
+ "fips-us-gov-west-1" : {
23444
+ "credentialScope" : {
23445
+ "region" : "us-gov-west-1"
23446
+ },
23447
+ "deprecated" : true,
23448
+ "hostname" : "resiliencehub-fips.us-gov-west-1.amazonaws.com"
23449
+ },
23450
+ "us-gov-east-1" : {
23451
+ "variants" : [ {
23452
+ "hostname" : "resiliencehub-fips.us-gov-east-1.amazonaws.com",
23453
+ "tags" : [ "fips" ]
23454
+ } ]
23455
+ },
23456
+ "us-gov-west-1" : {
23457
+ "variants" : [ {
23458
+ "hostname" : "resiliencehub-fips.us-gov-west-1.amazonaws.com",
23459
+ "tags" : [ "fips" ]
23460
+ } ]
23461
+ }
23462
+ }
23463
+ },
23420
23464
  "resource-explorer-2" : {
23421
23465
  "defaults" : {
23422
23466
  "dnsSuffix" : "api.aws",
@@ -25323,6 +25367,11 @@
25323
25367
  }
25324
25368
  }
25325
25369
  },
25370
+ "api.sagemaker" : {
25371
+ "endpoints" : {
25372
+ "us-isob-east-1" : { }
25373
+ }
25374
+ },
25326
25375
  "appconfig" : {
25327
25376
  "endpoints" : {
25328
25377
  "us-isob-east-1" : { }
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.838.0
4
+ version: 1.839.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-10-18 00:00:00.000000000 Z
11
+ date: 2023-10-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: