aws-partitions 1.635.0 → 1.637.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9806890a367f27018d3d862d436e7414755653b8fa520b31246e98313a04fb84
4
- data.tar.gz: a50cc6c9a64c857700e5cfc46dda9999d5d8c3604eb96c7912c2e61a62df0c76
3
+ metadata.gz: 7a1b7edb5195c0a17a262b598e0eadceb899b43686dcb33c4d0498198041c4f5
4
+ data.tar.gz: cee565e2fb7d1d4127291be17ae1ff609884ba98a3ebaab9e1244cc3d65c0e35
5
5
  SHA512:
6
- metadata.gz: 38bd4285bc84d5aa18b6bb82f39234ce3ce353cdb5bc63aadc0cc0a75a5d774ae26a2ddfe99617283c5c0c661df3650f0f0af8429c4bcf39ad88bbc20772f3c5
7
- data.tar.gz: 2d44c23c5760dd88eebe82b14ca1bfcee3039ff6fb70e3ed03921a98db851880e1919237e20fc339fab645b702733a8aea9bef2470ce4d1a97a597f04e629f07
6
+ metadata.gz: a58aeecf554b7cb9d5eeaf5d2cfb13ba2212f4d3d1894c5ba6dd4c475ad55d17086d7609062d09882c715d6c71a8dd81cbfd37c035ad18dcd85133485cc14ff5
7
+ data.tar.gz: 2b8d5aed12af45ba9f85c14985cdf712f7c6b7cd0d94e4fe93af761d67f34c17379063da2bfa17472a2baabbf537927cd5e72da29a8cd599bb551f6b0662896f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.637.0 (2022-09-26)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::IoTFleetWise`.
8
+
9
+ 1.636.0 (2022-09-23)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.635.0 (2022-09-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.635.0
1
+ 1.637.0
@@ -376,6 +376,7 @@ module Aws
376
376
  'IoTEvents' => 'iotevents',
377
377
  'IoTEventsData' => 'data.iotevents',
378
378
  'IoTFleetHub' => 'api.fleethub.iot',
379
+ 'IoTFleetWise' => 'iotfleetwise',
379
380
  'IoTJobsDataPlane' => 'data.jobs.iot',
380
381
  'IoTSecureTunneling' => 'api.tunneling.iot',
381
382
  'IoTSiteWise' => 'iotsitewise',
data/partitions.json CHANGED
@@ -5501,6 +5501,8 @@
5501
5501
  "emr-serverless" : {
5502
5502
  "endpoints" : {
5503
5503
  "ap-northeast-1" : { },
5504
+ "ap-northeast-2" : { },
5505
+ "ap-south-1" : { },
5504
5506
  "ap-southeast-1" : { },
5505
5507
  "eu-central-1" : { },
5506
5508
  "eu-west-1" : { },
@@ -5525,6 +5527,7 @@
5525
5527
  "deprecated" : true,
5526
5528
  "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
5527
5529
  },
5530
+ "sa-east-1" : { },
5528
5531
  "us-east-1" : {
5529
5532
  "variants" : [ {
5530
5533
  "hostname" : "emr-serverless-fips.us-east-1.amazonaws.com",
@@ -7258,6 +7261,12 @@
7258
7261
  }
7259
7262
  }
7260
7263
  },
7264
+ "iotfleetwise" : {
7265
+ "endpoints" : {
7266
+ "eu-central-1" : { },
7267
+ "us-east-1" : { }
7268
+ }
7269
+ },
7261
7270
  "iotsecuredtunneling" : {
7262
7271
  "defaults" : {
7263
7272
  "variants" : [ {
@@ -7481,6 +7490,10 @@
7481
7490
  },
7482
7491
  "ivschat" : {
7483
7492
  "endpoints" : {
7493
+ "ap-northeast-1" : { },
7494
+ "ap-northeast-2" : { },
7495
+ "ap-south-1" : { },
7496
+ "eu-central-1" : { },
7484
7497
  "eu-west-1" : { },
7485
7498
  "us-east-1" : { },
7486
7499
  "us-west-2" : { }
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.635.0
4
+ version: 1.637.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: 2022-09-22 00:00:00.000000000 Z
11
+ date: 2022-09-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: