aws-partitions 1.714.0 → 1.715.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: 940f763c40eebb30635f1b939dbd5fc92e45737cef8fb24527a6e6d481c8a6c7
4
- data.tar.gz: 47bb30f69adba570157fe3790cbad1937bb1c3abdd1ae01d6de5831fde943c71
3
+ metadata.gz: 4a257d35e72544c285eab92757021d798654758d9ad2a71f997cc4e38f33587e
4
+ data.tar.gz: 237035cc0c44b5bf38b8e1319bc917b26d4dfb72c0f288c57970e667263bca25
5
5
  SHA512:
6
- metadata.gz: 77991e695ead23c912fce31b5634bbf12e73a1959e271bd07ed038e8d2405ac163f9b0417d1f7940f04f68b1e99d84a78890cbdb7289fc6116b3c8ff99108567
7
- data.tar.gz: 3f2704c29a85765be6a6b34143471756045f107b9c38a4a4aaa2ac49354ba72893f477c2571149db45ce2750446195d95cff495dad57b396b2ab7939a457539e
6
+ metadata.gz: 3e5969999c73fec09b680b91c613c7f95c4db43583f19f60e743525cca36ff75062bcdae2d36bc39f2d282f65715369d7d2b1fe7e495a90ca8e488c4dc415376
7
+ data.tar.gz: 9c9990b21a976160964bb254d6498a5844e0c4a02719635c93180517fab9e01b5ec4c0716cb1456e5fc6a70bb0679efdbda01a8ef31b7417dd5962a39add7982
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.715.0 (2023-02-21)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::Tnb`.
8
+
4
9
  1.714.0 (2023-02-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.714.0
1
+ 1.715.0
@@ -567,6 +567,7 @@ module Aws
567
567
  'Textract' => 'textract',
568
568
  'TimestreamQuery' => 'query.timestream',
569
569
  'TimestreamWrite' => 'ingest.timestream',
570
+ 'Tnb' => 'tnb',
570
571
  'TranscribeService' => 'transcribe',
571
572
  'TranscribeStreamingService' => 'transcribestreaming',
572
573
  'Transfer' => 'transfer',
data/partitions.json CHANGED
@@ -8470,6 +8470,7 @@
8470
8470
  "eu-west-1" : { },
8471
8471
  "eu-west-2" : { },
8472
8472
  "eu-west-3" : { },
8473
+ "me-central-1" : { },
8473
8474
  "me-south-1" : { },
8474
8475
  "sa-east-1" : { },
8475
8476
  "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.714.0
4
+ version: 1.715.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-02-17 00:00:00.000000000 Z
11
+ date: 2023-02-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: