aws-partitions 1.957.0 → 1.962.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: 5af5c9db27327c775ef321c073d449dbca1a3a4111cd96dee49a03e81ec01990
4
- data.tar.gz: 764a832c93c389e8d7b77093254af297a4c33ee430f0e307ea3a0345a4806484
3
+ metadata.gz: f59555e4cb3090bac378c64340292205269004c16f8c31d5eee68a30d582fedc
4
+ data.tar.gz: 2098b31925ca38f97c6f493a67f151fe955eca51d1d02be4322415a07692e8f6
5
5
  SHA512:
6
- metadata.gz: f6891441fdc9fce6bb04efd2100cb67747cc26b33699656a6863e091bff276f900eb6cb23308588a42f78f8ef6644faed7e82a82883bbf9e1479dd2fa5ed9501
7
- data.tar.gz: b6ff6a2372974ee56ee4ca822a2c77d1b4068695477c2b778869f7ee69c58440715d7c06baa37840a0d2549f21ccf428a9c5f895e480b48a41e5459a72e4ca1c
6
+ metadata.gz: 7cf37f9e4919e7d31176259596913ece599b971a26eca14abcdd9a84c8d194e2540a72faddb4f7974b067a3db80483f935a62ffb8c16d7dc9f2f193db782869f
7
+ data.tar.gz: eb0fa690edf31fc644bf5be60cabbba88bb08277b6bde925f595e67ceee98e1353b6dde5086c73a82061d008205b930fb5c0b831753a3cee03198c498c492285
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.962.0 (2024-08-05)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.961.0 (2024-08-01)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::SSMQuickSetup`.
13
+
14
+ 1.960.0 (2024-07-30)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.959.0 (2024-07-29)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.958.0 (2024-07-24)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
4
29
  1.957.0 (2024-07-18)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.957.0
1
+ 1.962.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',
@@ -570,6 +569,7 @@ module Aws
570
569
  'SSM' => 'ssm',
571
570
  'SSMContacts' => 'ssm-contacts',
572
571
  'SSMIncidents' => 'ssm-incidents',
572
+ 'SSMQuickSetup' => 'ssm-quicksetup',
573
573
  'SSO' => 'portal.sso',
574
574
  'SSOAdmin' => 'sso',
575
575
  'SSOOIDC' => 'oidc',
data/partitions.json CHANGED
@@ -5479,6 +5479,8 @@
5479
5479
  "ap-southeast-1" : { },
5480
5480
  "ap-southeast-2" : { },
5481
5481
  "eu-central-1" : { },
5482
+ "eu-north-1" : { },
5483
+ "eu-south-2" : { },
5482
5484
  "eu-west-1" : { },
5483
5485
  "eu-west-2" : { },
5484
5486
  "eu-west-3" : { },
@@ -19056,6 +19058,7 @@
19056
19058
  "ap-southeast-3" : { },
19057
19059
  "ap-southeast-4" : { },
19058
19060
  "ca-central-1" : { },
19061
+ "ca-west-1" : { },
19059
19062
  "eu-central-1" : { },
19060
19063
  "eu-central-2" : { },
19061
19064
  "eu-north-1" : { },
@@ -23710,8 +23713,6 @@
23710
23713
  },
23711
23714
  "endpoints" : {
23712
23715
  "us-gov-east-1" : {
23713
- "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
23714
- "protocols" : [ "http", "https" ],
23715
23716
  "variants" : [ {
23716
23717
  "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
23717
23718
  "tags" : [ "fips" ]
@@ -23723,8 +23724,6 @@
23723
23724
  "protocols" : [ "http", "https" ]
23724
23725
  },
23725
23726
  "us-gov-west-1" : {
23726
- "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
23727
- "protocols" : [ "http", "https" ],
23728
23727
  "variants" : [ {
23729
23728
  "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
23730
23729
  "tags" : [ "fips" ]
@@ -26438,6 +26437,12 @@
26438
26437
  "isRegionalized" : false,
26439
26438
  "partitionEndpoint" : "aws-us-gov-global"
26440
26439
  },
26440
+ "oam" : {
26441
+ "endpoints" : {
26442
+ "us-gov-east-1" : { },
26443
+ "us-gov-west-1" : { }
26444
+ }
26445
+ },
26441
26446
  "oidc" : {
26442
26447
  "endpoints" : {
26443
26448
  "us-gov-east-1" : {
@@ -28329,7 +28334,8 @@
28329
28334
  },
28330
28335
  "apigateway" : {
28331
28336
  "endpoints" : {
28332
- "us-iso-east-1" : { }
28337
+ "us-iso-east-1" : { },
28338
+ "us-iso-west-1" : { }
28333
28339
  }
28334
28340
  },
28335
28341
  "appconfig" : {
@@ -29205,6 +29211,11 @@
29205
29211
  "us-isob-east-1" : { }
29206
29212
  }
29207
29213
  },
29214
+ "apigateway" : {
29215
+ "endpoints" : {
29216
+ "us-isob-east-1" : { }
29217
+ }
29218
+ },
29208
29219
  "appconfig" : {
29209
29220
  "endpoints" : {
29210
29221
  "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.962.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-08-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: