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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +13 -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: 7a1b7edb5195c0a17a262b598e0eadceb899b43686dcb33c4d0498198041c4f5
|
|
4
|
+
data.tar.gz: cee565e2fb7d1d4127291be17ae1ff609884ba98a3ebaab9e1244cc3d65c0e35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
1
|
+
1.637.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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:
|