aws-partitions 1.714.0 → 1.715.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a257d35e72544c285eab92757021d798654758d9ad2a71f997cc4e38f33587e
|
|
4
|
+
data.tar.gz: 237035cc0c44b5bf38b8e1319bc917b26d4dfb72c0f288c57970e667263bca25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e5969999c73fec09b680b91c613c7f95c4db43583f19f60e743525cca36ff75062bcdae2d36bc39f2d282f65715369d7d2b1fe7e495a90ca8e488c4dc415376
|
|
7
|
+
data.tar.gz: 9c9990b21a976160964bb254d6498a5844e0c4a02719635c93180517fab9e01b5ec4c0716cb1456e5fc6a70bb0679efdbda01a8ef31b7417dd5962a39add7982
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.715.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -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
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.
|
|
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-
|
|
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:
|