aws-partitions 1.896.0 → 1.897.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 -1
- data/partitions.json +0 -6
- 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: 2829d8c67095b5d934ca51a66d9af04e546095febdcb362a804912dbc85299a1
|
|
4
|
+
data.tar.gz: e56891a0d537bff203f16946457ad700bb133222dc22df9ce8499cfc0c769679
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a73c042e3c687f4a49706f473fe32ab6e875d57f5ed086246d2dd38ecab8a29af8fadea5ff681a30e3e32000204d572d3a92e4607aae9a18d2ec075a40758e19
|
|
7
|
+
data.tar.gz: 2676db2f965fb40fce49002e760f85c0adc9115a2817a884059f0cfd0202d0939125a81e76a692a1d0574a28cd03d6afc69dbc6f88f54906e279bd02f33190f0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.897.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -424,7 +424,6 @@ module Aws
|
|
|
424
424
|
'IoTFleetHub' => 'api.fleethub.iot',
|
|
425
425
|
'IoTFleetWise' => 'iotfleetwise',
|
|
426
426
|
'IoTJobsDataPlane' => 'data.jobs.iot',
|
|
427
|
-
'IoTRoboRunner' => 'iotroborunner',
|
|
428
427
|
'IoTSecureTunneling' => 'api.tunneling.iot',
|
|
429
428
|
'IoTSiteWise' => 'iotsitewise',
|
|
430
429
|
'IoTThingsGraph' => 'iotthingsgraph',
|
|
@@ -600,6 +599,7 @@ module Aws
|
|
|
600
599
|
'SupportApp' => 'supportapp',
|
|
601
600
|
'Synthetics' => 'synthetics',
|
|
602
601
|
'Textract' => 'textract',
|
|
602
|
+
'TimestreamInfluxDB' => 'timestream-influxdb',
|
|
603
603
|
'TimestreamQuery' => 'query.timestream',
|
|
604
604
|
'TimestreamWrite' => 'ingest.timestream',
|
|
605
605
|
'Tnb' => 'tnb',
|
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.897.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: 2024-03-
|
|
11
|
+
date: 2024-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|