aws-partitions 1.837.0 → 1.839.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ef5cf4868d53286230726596912c555cbeec3d3867a927cbb0ffd60b55dd888
4
- data.tar.gz: 110a7338cbb818264af9bcc5937202858dd84f01930297e424a66d5f1962c805
3
+ metadata.gz: f31258548c86fdc8e7706f26c480369a1fae308f7271eeea437dfc2e506fa2c7
4
+ data.tar.gz: 0b1028ef71ad506ea09337a3069930c07543c1d75effcd29bb8c416a48242a98
5
5
  SHA512:
6
- metadata.gz: ed72732ead8cf63704118affdf9a4967873b7ba9c9f2aed532fbc3d095884fa61378815b8f73d7d26220433eaf5f14b1049cf56ae09c471d27ce468a2ce986a2
7
- data.tar.gz: ddc937113773c1f3a2dfa055298309464ace3fa1b35994b1882a9e43da48cf5cd3f367dae9a65b9fd084b1170fcfde05b925205513e044efc367bed2c044a45b
6
+ metadata.gz: 3a5894d63ceebe9dc68946d39d3ad1b85d2a391c041ad5b0c43eeabe5d78ecad4718fe40bdfc8e799863ba34e1e25b9d66dd5a6cebdcf135e79eccd9e6051a74
7
+ data.tar.gz: 7c6aa4108810aa8c3bb4eafaf3090e9ac7e2bb50859879df50b4e7757ffdb901e608d5f071f3c9cf5c5325c3e5d3e56a040298b2ba38f8104c0f46341a1c46f9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.838.0 (2023-10-18)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.837.0 (2023-10-17)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.837.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" : { },
@@ -7042,6 +7046,7 @@
7042
7046
  },
7043
7047
  "finspace" : {
7044
7048
  "endpoints" : {
7049
+ "ap-northeast-1" : { },
7045
7050
  "ap-southeast-1" : { },
7046
7051
  "ap-southeast-2" : { },
7047
7052
  "ca-central-1" : { },
@@ -7717,12 +7722,6 @@
7717
7722
  "us-west-2" : { }
7718
7723
  }
7719
7724
  },
7720
- "gamesparks" : {
7721
- "endpoints" : {
7722
- "ap-northeast-1" : { },
7723
- "us-east-1" : { }
7724
- }
7725
- },
7726
7725
  "geo" : {
7727
7726
  "endpoints" : {
7728
7727
  "ap-northeast-1" : { },
@@ -19259,8 +19258,18 @@
19259
19258
  "protocols" : [ "https" ]
19260
19259
  },
19261
19260
  "endpoints" : {
19262
- "cn-north-1" : { },
19263
- "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
+ }
19264
19273
  }
19265
19274
  },
19266
19275
  "emr-containers" : {
@@ -21769,6 +21778,9 @@
21769
21778
  "variants" : [ {
21770
21779
  "hostname" : "elasticmapreduce.us-gov-east-1.amazonaws.com",
21771
21780
  "tags" : [ "fips" ]
21781
+ }, {
21782
+ "hostname" : "elasticmapreduce.us-gov-east-1.api.aws",
21783
+ "tags" : [ "dualstack" ]
21772
21784
  } ]
21773
21785
  },
21774
21786
  "us-gov-west-1" : {
@@ -21776,6 +21788,9 @@
21776
21788
  "variants" : [ {
21777
21789
  "hostname" : "elasticmapreduce.us-gov-west-1.amazonaws.com",
21778
21790
  "tags" : [ "fips" ]
21791
+ }, {
21792
+ "hostname" : "elasticmapreduce.us-gov-west-1.api.aws",
21793
+ "tags" : [ "dualstack" ]
21779
21794
  } ]
21780
21795
  }
21781
21796
  }
@@ -23416,6 +23431,36 @@
23416
23431
  }
23417
23432
  }
23418
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
+ },
23419
23464
  "resource-explorer-2" : {
23420
23465
  "defaults" : {
23421
23466
  "dnsSuffix" : "api.aws",
@@ -25322,6 +25367,11 @@
25322
25367
  }
25323
25368
  }
25324
25369
  },
25370
+ "api.sagemaker" : {
25371
+ "endpoints" : {
25372
+ "us-isob-east-1" : { }
25373
+ }
25374
+ },
25325
25375
  "appconfig" : {
25326
25376
  "endpoints" : {
25327
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.837.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-17 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: