aws-partitions 1.843.0 → 1.845.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: 6bb4662ab47c4fc655db4e53517ce034a7a527f165806d60ce5842bd2d6bfbab
4
- data.tar.gz: a95e3ad1c6e99f2daab77ea716a6e1dd041c469b01e30655ea44736e422f563d
3
+ metadata.gz: 7ee5a9266bed19e6a96923dda8a2aef0d6668251171cb4018500ad16a73f5c47
4
+ data.tar.gz: bc36b27b41bc78edf26d92a27a8b392e48a9b1bf9ba57ff460e80993fd34c310
5
5
  SHA512:
6
- metadata.gz: 79f8f0d3984a1087d62b95362d3e447afcc36de8cbd11a557dab93912f25d027751f16224acb7dd00fe49fb29f21ee094cb2222b02eebb095e9c9e1263b46138
7
- data.tar.gz: aee040bd96619427649402d00dfb8583183ec2621db1516a9bbf11ad0d2a28a527384871ded15d60ce34cef9af44e8f1e9bc3c2da370dafd21a684c2301793dc
6
+ metadata.gz: e0264412349fca032ab2884d011f26c4df8cb3e6934c8ec574ac1c2cd25b6626e8e208af20af264da2572b94942121ab99260e61918cb66b39e83a2f359b5ecd
7
+ data.tar.gz: bbfd34dde3fb58f2b98b4c83077f0e21c31bb696aed569b3cdb3b78fa529a65f654753cb05ddb7b939726d85a2d434ab6c4b14b1c701e672934fd87a48ece59b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.845.0 (2023-11-03)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::LaunchWizard`.
8
+
9
+ 1.844.0 (2023-11-02)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.843.0 (2023-10-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.843.0
1
+ 1.845.0
@@ -436,6 +436,7 @@ module Aws
436
436
  'LakeFormation' => 'lakeformation',
437
437
  'Lambda' => 'lambda',
438
438
  'LambdaPreview' => 'lambda',
439
+ 'LaunchWizard' => 'launchwizard',
439
440
  'Lex' => 'runtime.lex',
440
441
  'LexModelBuildingService' => 'models.lex',
441
442
  'LexModelsV2' => 'models-v2-lex',
data/partitions.json CHANGED
@@ -17451,6 +17451,7 @@
17451
17451
  "ap-northeast-1" : { },
17452
17452
  "ap-northeast-2" : { },
17453
17453
  "ap-southeast-1" : { },
17454
+ "ap-southeast-2" : { },
17454
17455
  "ca-central-1" : {
17455
17456
  "variants" : [ {
17456
17457
  "hostname" : "voice-chime-fips.ca-central-1.amazonaws.com",
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.843.0
4
+ version: 1.845.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-27 00:00:00.000000000 Z
11
+ date: 2023-11-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: