aws-partitions 1.376.0 → 1.377.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/lib/aws-partitions.rb +2 -0
- data/partitions.json +3 -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: 5a3979895844510d7255f82839225fb9d0e476e5183d2ae004c1c442f4b4f601
|
4
|
+
data.tar.gz: 1a550f14fceb959dc131ce3b8f598f791af36551d662883df996bc5621ffb12b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8d199a3f0479990e7a9a33da4c6be18f8ba400ede578dabe0cebf216c0403b693a4b1da0387c76dcb6fe94c6b0cf741536c41d4c220ffc85a3752739803d457
|
7
|
+
data.tar.gz: dc38d010f3efe8c24d3aa2b98c8c66c53f606d3f501d9ddc454f3a50aa878243af6fe056627c9557ece18be55f3701cffd35e73da1feffeccda96eef4b5b25fd
|
data/lib/aws-partitions.rb
CHANGED
@@ -440,6 +440,8 @@ module Aws
|
|
440
440
|
'Support' => 'support',
|
441
441
|
'Synthetics' => 'synthetics',
|
442
442
|
'Textract' => 'textract',
|
443
|
+
'TimestreamQuery' => 'query.timestream',
|
444
|
+
'TimestreamWrite' => 'ingest.timestream',
|
443
445
|
'TranscribeService' => 'transcribe',
|
444
446
|
'TranscribeStreamingService' => 'transcribestreaming',
|
445
447
|
'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.377.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: 2020-09-
|
11
|
+
date: 2020-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:
|