aws-partitions 1.854.0 → 1.855.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +1 -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: 40c36ce576fc40f6ad48fdebd4897a8eecf1afb394aa8716f4dea3084c0de7e9
|
4
|
+
data.tar.gz: 0d97e263ab9ff1be3a0b576b298a691f92adcdb0fe77a0e6d749da6f3d9fa118
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce9bb0fd85a20220ed5cb4fcb88508a6e4def2945a7b7201c7343fb360ebb007dfc36b3176663600f2ea598d22f2ad5ea0c10b5e132e83937990a3e0e1127c95
|
7
|
+
data.tar.gz: ecd1f2eceb67f335c9cb6a3818fd78bbca40a35992393d1d624a12cbbcea11ee25b199610f82f6d349253054b49254b35907d1f46384ca6c0f7ec7cfe681cd9e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.855.0 (2023-11-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::InspectorScan`.
|
8
|
+
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::CloudFrontKeyValueStore`.
|
10
|
+
|
4
11
|
1.854.0 (2023-11-20)
|
5
12
|
------------------
|
6
13
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.855.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -296,6 +296,7 @@ module Aws
|
|
296
296
|
'CloudDirectory' => 'clouddirectory',
|
297
297
|
'CloudFormation' => 'cloudformation',
|
298
298
|
'CloudFront' => 'cloudfront',
|
299
|
+
'CloudFrontKeyValueStore' => 'cloudfront-keyvaluestore',
|
299
300
|
'CloudHSM' => 'cloudhsm',
|
300
301
|
'CloudHSMV2' => 'cloudhsmv2',
|
301
302
|
'CloudSearch' => 'cloudsearch',
|
@@ -401,6 +402,7 @@ module Aws
|
|
401
402
|
'ImportExport' => 'importexport',
|
402
403
|
'Inspector' => 'inspector',
|
403
404
|
'Inspector2' => 'inspector2',
|
405
|
+
'InspectorScan' => 'inspector-scan',
|
404
406
|
'InternetMonitor' => 'internetmonitor',
|
405
407
|
'IoT' => 'iot',
|
406
408
|
'IoT1ClickDevicesService' => 'devices.iot1click',
|
data/partitions.json
CHANGED
@@ -18807,6 +18807,7 @@
|
|
18807
18807
|
"deprecated" : true,
|
18808
18808
|
"hostname" : "workspaces-fips.us-west-2.amazonaws.com"
|
18809
18809
|
},
|
18810
|
+
"il-central-1" : { },
|
18810
18811
|
"sa-east-1" : { },
|
18811
18812
|
"us-east-1" : {
|
18812
18813
|
"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.
|
4
|
+
version: 1.855.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: 2023-11-
|
11
|
+
date: 2023-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|