aws-partitions 1.896.0 → 1.897.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: 44af9e770f39b368b2bd3e766afad8c2594d4f722e7fabb25fcf7f585502175e
4
- data.tar.gz: 834235977a42baf9257cad4655e95d815c6457d6cca08d60528a5b39f2797d4c
3
+ metadata.gz: 2829d8c67095b5d934ca51a66d9af04e546095febdcb362a804912dbc85299a1
4
+ data.tar.gz: e56891a0d537bff203f16946457ad700bb133222dc22df9ce8499cfc0c769679
5
5
  SHA512:
6
- metadata.gz: 9e581824cb5b7f789a65b53674687811a3e0a845f0109314602dcbc04df12307d8a4540625c98b31b6d174c2d0fd027b7fc514d73473df405856d6ebfd69d957
7
- data.tar.gz: 10248630c141e031c0174936a1e2f4ce74830fc0e2c1758ce6e7401c0817d31f6a9dff4b6b332da2314d512a47d98831d05128cfdce251537c7d76730c7db7f5
6
+ metadata.gz: a73c042e3c687f4a49706f473fe32ab6e875d57f5ed086246d2dd38ecab8a29af8fadea5ff681a30e3e32000204d572d3a92e4607aae9a18d2ec075a40758e19
7
+ data.tar.gz: 2676db2f965fb40fce49002e760f85c0adc9115a2817a884059f0cfd0202d0939125a81e76a692a1d0574a28cd03d6afc69dbc6f88f54906e279bd02f33190f0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.897.0 (2024-03-14)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::TimestreamInfluxDB`.
8
+
4
9
  1.896.0 (2024-03-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.896.0
1
+ 1.897.0
@@ -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
@@ -9486,12 +9486,6 @@
9486
9486
  "us-east-1" : { }
9487
9487
  }
9488
9488
  },
9489
- "iotroborunner" : {
9490
- "endpoints" : {
9491
- "eu-central-1" : { },
9492
- "us-east-1" : { }
9493
- }
9494
- },
9495
9489
  "iotsecuredtunneling" : {
9496
9490
  "defaults" : {
9497
9491
  "variants" : [ {
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.896.0
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-08 00:00:00.000000000 Z
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: