aws-partitions 1.957.0 → 1.958.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: 5af5c9db27327c775ef321c073d449dbca1a3a4111cd96dee49a03e81ec01990
4
- data.tar.gz: 764a832c93c389e8d7b77093254af297a4c33ee430f0e307ea3a0345a4806484
3
+ metadata.gz: 9d4f7d060ec0d2bdf23f2ca2189e145b708d9a1356ac92586f3cb0610a735f4a
4
+ data.tar.gz: 838539f092cf453ed079cf8fd39a7bdb10a7f70ffdef33af059d50e3aaf24abc
5
5
  SHA512:
6
- metadata.gz: f6891441fdc9fce6bb04efd2100cb67747cc26b33699656a6863e091bff276f900eb6cb23308588a42f78f8ef6644faed7e82a82883bbf9e1479dd2fa5ed9501
7
- data.tar.gz: b6ff6a2372974ee56ee4ca822a2c77d1b4068695477c2b778869f7ee69c58440715d7c06baa37840a0d2549f21ccf428a9c5f895e480b48a41e5459a72e4ca1c
6
+ metadata.gz: 58948be1e456d4aa8624ea71893baf9d1aacb34f7125eda57d38e5c68e3023e4f07682959ef4e28aa40a7768146c6d755a0ffb52e5bc1ca4250f0e6d7fa4fc7a
7
+ data.tar.gz: a78961a612b588ea34811e087a0025320b4199bf154409f128085f936b124c7794f40008e4e9e553d4b152d5099f78245c9cece1e8aebed1c696cfa375859bb1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.958.0 (2024-07-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.957.0 (2024-07-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.957.0
1
+ 1.958.0
@@ -495,7 +495,6 @@ module Aws
495
495
  'MigrationHubOrchestrator' => 'migrationhub-orchestrator',
496
496
  'MigrationHubRefactorSpaces' => 'refactor-spaces',
497
497
  'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
498
- 'Mobile' => 'mobile',
499
498
  'Neptune' => 'rds',
500
499
  'NeptuneGraph' => 'neptune-graph',
501
500
  'Neptunedata' => 'neptune-db',
data/partitions.json CHANGED
@@ -23710,8 +23710,6 @@
23710
23710
  },
23711
23711
  "endpoints" : {
23712
23712
  "us-gov-east-1" : {
23713
- "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
23714
- "protocols" : [ "http", "https" ],
23715
23713
  "variants" : [ {
23716
23714
  "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
23717
23715
  "tags" : [ "fips" ]
@@ -23723,8 +23721,6 @@
23723
23721
  "protocols" : [ "http", "https" ]
23724
23722
  },
23725
23723
  "us-gov-west-1" : {
23726
- "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
23727
- "protocols" : [ "http", "https" ],
23728
23724
  "variants" : [ {
23729
23725
  "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
23730
23726
  "tags" : [ "fips" ]
@@ -28329,7 +28325,8 @@
28329
28325
  },
28330
28326
  "apigateway" : {
28331
28327
  "endpoints" : {
28332
- "us-iso-east-1" : { }
28328
+ "us-iso-east-1" : { },
28329
+ "us-iso-west-1" : { }
28333
28330
  }
28334
28331
  },
28335
28332
  "appconfig" : {
@@ -29205,6 +29202,11 @@
29205
29202
  "us-isob-east-1" : { }
29206
29203
  }
29207
29204
  },
29205
+ "apigateway" : {
29206
+ "endpoints" : {
29207
+ "us-isob-east-1" : { }
29208
+ }
29209
+ },
29208
29210
  "appconfig" : {
29209
29211
  "endpoints" : {
29210
29212
  "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.957.0
4
+ version: 1.958.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: 2024-07-18 00:00:00.000000000 Z
11
+ date: 2024-07-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: