aws-partitions 1.638.0 → 1.639.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: 8fb693a7bf3f942785f565ef2862f4e4dd46723f63fe5e90c91d2d1191935239
4
- data.tar.gz: cced63eb38815c3630472eef36fe57fa8f0a0e8c89ce6e17d6178dbd657e7988
3
+ metadata.gz: e4f62427402b35690dcc65e8553e1197386917c8b30df1df1f8da316ad9ab6d2
4
+ data.tar.gz: 64ee6e8e71249118ce234efd5a9d4ef4e3f7718f8a9c264d10031c07601c5f57
5
5
  SHA512:
6
- metadata.gz: e2d47a43d94ce0cb5c27d07b1b41cee8ac883de585da2fd02c851fe23adfe8414da582a7f347ccf2be16c46aa45d46c78e3272f3fc651651d52f6d825a46fd09
7
- data.tar.gz: f8b46db1facd387bb4f8fc35509c58ece927337cb4efc635bfe243ccd0f0eab6a5c8e646c8cc0daa5a107c94aecce46fff0ccefebcf6217557bb1f5c2a7e73d9
6
+ metadata.gz: 890f3cb7ef50911bf006c8574f54724d61b773c350b5550f72fd911551a1deaaa36e68a43ee7b3ed7be587eef6a63ab4c2b15bff5c7a61647417805a236f8285
7
+ data.tar.gz: 85723a52cd32c8a6e6ea1b21d48093fb140c1bf617d4a747f1d6eb4f8d82ef32de5c43b1790d628f085c8c116deb8f4e30a251044f72816d843f9bf10c25119e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.639.0 (2022-09-29)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::MigrationHubOrchestrator`.
8
+
4
9
  1.638.0 (2022-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.638.0
1
+ 1.639.0
@@ -435,6 +435,7 @@ module Aws
435
435
  'Mgn' => 'mgn',
436
436
  'MigrationHub' => 'mgh',
437
437
  'MigrationHubConfig' => 'migrationhub-config',
438
+ 'MigrationHubOrchestrator' => 'migrationhub-orchestrator',
438
439
  'MigrationHubRefactorSpaces' => 'refactor-spaces',
439
440
  'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
440
441
  'Mobile' => 'mobile',
data/partitions.json CHANGED
@@ -9148,6 +9148,17 @@
9148
9148
  "us-west-2" : { }
9149
9149
  }
9150
9150
  },
9151
+ "migrationhub-orchestrator" : {
9152
+ "endpoints" : {
9153
+ "ap-northeast-1" : { },
9154
+ "ap-southeast-2" : { },
9155
+ "eu-central-1" : { },
9156
+ "eu-west-1" : { },
9157
+ "eu-west-2" : { },
9158
+ "us-east-1" : { },
9159
+ "us-west-2" : { }
9160
+ }
9161
+ },
9151
9162
  "migrationhub-strategy" : {
9152
9163
  "endpoints" : {
9153
9164
  "ap-northeast-1" : { },
@@ -20814,6 +20825,11 @@
20814
20825
  "us-isob-east-1" : { }
20815
20826
  }
20816
20827
  },
20828
+ "resource-groups" : {
20829
+ "endpoints" : {
20830
+ "us-isob-east-1" : { }
20831
+ }
20832
+ },
20817
20833
  "route53" : {
20818
20834
  "endpoints" : {
20819
20835
  "aws-iso-b-global" : {
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.638.0
4
+ version: 1.639.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: 2022-09-27 00:00:00.000000000 Z
11
+ date: 2022-09-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: