aws-partitions 1.624.0 → 1.625.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: c0517f465a542d323adec656f84dca7e4e222215c942e13a0f7cf21ad58445e9
4
- data.tar.gz: baa8bea467b8f53ebbf758353c64ddeb76d1cb906a9889fa6f8e80c8d2c0370b
3
+ metadata.gz: beda91a542a25f907f2747421589c80f35757b108784409d044c4803a080a3a5
4
+ data.tar.gz: 1c2d9974d7e40bd99087e9de7ce5030a7b05b871394bd0adfe1bf225f988d72a
5
5
  SHA512:
6
- metadata.gz: 6cca6f96a7aaa0842afd5566ee050fbcbaab6fad209c5b25da601d9f15916b2a4b47b86a4083dac7e77dfb1fe44fcc40bfd679ad394239dd849093613f6c126b
7
- data.tar.gz: ed89ffbd7e4788428f230a93c30b916694dac8a6b2debec0f6233bcdc285d4e697f50b9d5247a644551e1d95bd1113d532b04144e7af78bd7336b851e1147da8
6
+ metadata.gz: f6eb29985967c1f9384c7ebb466b2d8af170f2948715e2025b64a1d4d82ea8901613ff6539b2ed7029ef66efb2fc1addb69d7e3c7bd392091cdf7caf67389e79
7
+ data.tar.gz: 519e42380a426a2f460927406d3a2d3df384a282752e8324fa0bd3d199b48541414313e3386d34cc490c62a1683e90ee279d9765d91723f0d31b925cd1edc5f4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.625.0 (2022-09-01)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::ControlTower`.
8
+
4
9
  1.624.0 (2022-08-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.624.0
1
+ 1.625.0
@@ -301,6 +301,7 @@ module Aws
301
301
  'ConnectContactLens' => 'contact-lens',
302
302
  'ConnectParticipant' => 'participant.connect',
303
303
  'ConnectWisdomService' => 'wisdom',
304
+ 'ControlTower' => 'controltower',
304
305
  'CostExplorer' => 'ce',
305
306
  'CostandUsageReportService' => 'cur',
306
307
  'CustomerProfiles' => 'profile',
data/partitions.json CHANGED
@@ -1645,6 +1645,7 @@
1645
1645
  "ap-south-1" : { },
1646
1646
  "ap-southeast-1" : { },
1647
1647
  "ap-southeast-2" : { },
1648
+ "ap-southeast-3" : { },
1648
1649
  "ca-central-1" : { },
1649
1650
  "eu-central-1" : { },
1650
1651
  "eu-north-1" : { },
@@ -3243,6 +3244,73 @@
3243
3244
  "us-west-2" : { }
3244
3245
  }
3245
3246
  },
3247
+ "controltower" : {
3248
+ "endpoints" : {
3249
+ "ap-northeast-1" : { },
3250
+ "ap-northeast-2" : { },
3251
+ "ap-south-1" : { },
3252
+ "ap-southeast-1" : { },
3253
+ "ap-southeast-2" : { },
3254
+ "ca-central-1" : {
3255
+ "variants" : [ {
3256
+ "hostname" : "controltower-fips.ca-central-1.amazonaws.com",
3257
+ "tags" : [ "fips" ]
3258
+ } ]
3259
+ },
3260
+ "ca-central-1-fips" : {
3261
+ "credentialScope" : {
3262
+ "region" : "ca-central-1"
3263
+ },
3264
+ "deprecated" : true,
3265
+ "hostname" : "controltower-fips.ca-central-1.amazonaws.com"
3266
+ },
3267
+ "eu-central-1" : { },
3268
+ "eu-north-1" : { },
3269
+ "eu-west-1" : { },
3270
+ "eu-west-2" : { },
3271
+ "eu-west-3" : { },
3272
+ "sa-east-1" : { },
3273
+ "us-east-1" : {
3274
+ "variants" : [ {
3275
+ "hostname" : "controltower-fips.us-east-1.amazonaws.com",
3276
+ "tags" : [ "fips" ]
3277
+ } ]
3278
+ },
3279
+ "us-east-1-fips" : {
3280
+ "credentialScope" : {
3281
+ "region" : "us-east-1"
3282
+ },
3283
+ "deprecated" : true,
3284
+ "hostname" : "controltower-fips.us-east-1.amazonaws.com"
3285
+ },
3286
+ "us-east-2" : {
3287
+ "variants" : [ {
3288
+ "hostname" : "controltower-fips.us-east-2.amazonaws.com",
3289
+ "tags" : [ "fips" ]
3290
+ } ]
3291
+ },
3292
+ "us-east-2-fips" : {
3293
+ "credentialScope" : {
3294
+ "region" : "us-east-2"
3295
+ },
3296
+ "deprecated" : true,
3297
+ "hostname" : "controltower-fips.us-east-2.amazonaws.com"
3298
+ },
3299
+ "us-west-2" : {
3300
+ "variants" : [ {
3301
+ "hostname" : "controltower-fips.us-west-2.amazonaws.com",
3302
+ "tags" : [ "fips" ]
3303
+ } ]
3304
+ },
3305
+ "us-west-2-fips" : {
3306
+ "credentialScope" : {
3307
+ "region" : "us-west-2"
3308
+ },
3309
+ "deprecated" : true,
3310
+ "hostname" : "controltower-fips.us-west-2.amazonaws.com"
3311
+ }
3312
+ }
3313
+ },
3246
3314
  "cur" : {
3247
3315
  "endpoints" : {
3248
3316
  "us-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.624.0
4
+ version: 1.625.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-08-30 00:00:00.000000000 Z
11
+ date: 2022-09-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: