aws-partitions 1.895.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: 14dc680e1ff5d818d1028fb34b7537e09d2465d46defe1328af0d5f501858160
4
- data.tar.gz: 69ac475de3e8ab509360cce180e7033a13cd5a14213bcd8d961872bf20c0ba13
3
+ metadata.gz: 2829d8c67095b5d934ca51a66d9af04e546095febdcb362a804912dbc85299a1
4
+ data.tar.gz: e56891a0d537bff203f16946457ad700bb133222dc22df9ce8499cfc0c769679
5
5
  SHA512:
6
- metadata.gz: '018bb0ad35992c40ecaf1cdfab77c9d0bf6e64dc9fd221ec7c4cccdd3a633a8be69cacc7dc5bd99e9f91cd3f38fc4a916ada706806dbf339c3ed844e176d9908'
7
- data.tar.gz: ac4bbcdf074c86bd5542e41b891b47d85a0dcca69b17938163a61f02ca12113d70a782ad892646b0fc04c828f22955f889d23c0133df4cdca152fdf2ade43020
6
+ metadata.gz: a73c042e3c687f4a49706f473fe32ab6e875d57f5ed086246d2dd38ecab8a29af8fadea5ff681a30e3e32000204d572d3a92e4607aae9a18d2ec075a40758e19
7
+ data.tar.gz: 2676db2f965fb40fce49002e760f85c0adc9115a2817a884059f0cfd0202d0939125a81e76a692a1d0574a28cd03d6afc69dbc6f88f54906e279bd02f33190f0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.896.0 (2024-03-08)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.895.0 (2024-02-29)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.895.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
@@ -8677,6 +8677,7 @@
8677
8677
  "ap-southeast-3" : { },
8678
8678
  "ap-southeast-4" : { },
8679
8679
  "ca-central-1" : { },
8680
+ "ca-west-1" : { },
8680
8681
  "eu-central-1" : { },
8681
8682
  "eu-central-2" : { },
8682
8683
  "eu-north-1" : { },
@@ -9485,12 +9486,6 @@
9485
9486
  "us-east-1" : { }
9486
9487
  }
9487
9488
  },
9488
- "iotroborunner" : {
9489
- "endpoints" : {
9490
- "eu-central-1" : { },
9491
- "us-east-1" : { }
9492
- }
9493
- },
9494
9489
  "iotsecuredtunneling" : {
9495
9490
  "defaults" : {
9496
9491
  "variants" : [ {
@@ -10699,6 +10694,7 @@
10699
10694
  "ap-southeast-3" : { },
10700
10695
  "ap-southeast-4" : { },
10701
10696
  "ca-central-1" : { },
10697
+ "ca-west-1" : { },
10702
10698
  "eu-central-1" : { },
10703
10699
  "eu-central-2" : { },
10704
10700
  "eu-north-1" : { },
@@ -14788,6 +14784,7 @@
14788
14784
  "ap-southeast-3" : { },
14789
14785
  "ap-southeast-4" : { },
14790
14786
  "ca-central-1" : { },
14787
+ "ca-west-1" : { },
14791
14788
  "eu-central-1" : { },
14792
14789
  "eu-central-2" : { },
14793
14790
  "eu-north-1" : { },
@@ -21193,6 +21190,12 @@
21193
21190
  }
21194
21191
  }
21195
21192
  },
21193
+ "network-firewall" : {
21194
+ "endpoints" : {
21195
+ "cn-north-1" : { },
21196
+ "cn-northwest-1" : { }
21197
+ }
21198
+ },
21196
21199
  "oam" : {
21197
21200
  "endpoints" : {
21198
21201
  "cn-north-1" : { },
@@ -26598,7 +26601,8 @@
26598
26601
  },
26599
26602
  "arc-zonal-shift" : {
26600
26603
  "endpoints" : {
26601
- "us-iso-east-1" : { }
26604
+ "us-iso-east-1" : { },
26605
+ "us-iso-west-1" : { }
26602
26606
  }
26603
26607
  },
26604
26608
  "athena" : {
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.895.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-02-29 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: