aws-partitions 1.1014.0 → 1.1015.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 +9 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +3 -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: fc2099d1c290343011564fa9a06d8bd88749f99ba0807a1e399c0a838ec840cc
|
|
4
|
+
data.tar.gz: 13c5659e2f032593c8b824ceadbccae977bc6f86a2f87389e4cbd7018cf14c74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92beb670773d07a948d5d32b75a1624473f77fe6d2c2558785080d3391a18a4643ffbc8a5698d3ba27fce5c6430e0f483167d6494f1c90e7e28405a0e9331ef7
|
|
7
|
+
data.tar.gz: 23b99d2f5a57f7c0c4c34a5eb77903694c83f5f0bbc42c67b9cffe09f67d8457cef1af0a1986526bbed8b7d5aeb4da8f2643b133e17ee9b25218b71bfbb551a5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1015.0 (2024-12-02)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::SecurityIR`.
|
|
8
|
+
|
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::NetworkFlowMonitor`.
|
|
10
|
+
|
|
11
|
+
* Feature - Added support for enumerating regions for `Aws::Invoicing`.
|
|
12
|
+
|
|
4
13
|
1.1014.0 (2024-11-27)
|
|
5
14
|
------------------
|
|
6
15
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1015.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -423,6 +423,7 @@ module Aws
|
|
|
423
423
|
'Inspector2' => 'inspector2',
|
|
424
424
|
'InspectorScan' => 'inspector-scan',
|
|
425
425
|
'InternetMonitor' => 'internetmonitor',
|
|
426
|
+
'Invoicing' => 'invoicing',
|
|
426
427
|
'IoT' => 'iot',
|
|
427
428
|
'IoT1ClickDevicesService' => 'devices.iot1click',
|
|
428
429
|
'IoT1ClickProjects' => 'projects.iot1click',
|
|
@@ -506,6 +507,7 @@ module Aws
|
|
|
506
507
|
'NeptuneGraph' => 'neptune-graph',
|
|
507
508
|
'Neptunedata' => 'neptune-db',
|
|
508
509
|
'NetworkFirewall' => 'network-firewall',
|
|
510
|
+
'NetworkFlowMonitor' => 'networkflowmonitor',
|
|
509
511
|
'NetworkManager' => 'networkmanager',
|
|
510
512
|
'NetworkMonitor' => 'networkmonitor',
|
|
511
513
|
'Notifications' => 'notifications',
|
|
@@ -597,6 +599,7 @@ module Aws
|
|
|
597
599
|
'Schemas' => 'schemas',
|
|
598
600
|
'SecretsManager' => 'secretsmanager',
|
|
599
601
|
'SecurityHub' => 'securityhub',
|
|
602
|
+
'SecurityIR' => 'security-ir',
|
|
600
603
|
'SecurityLake' => 'securitylake',
|
|
601
604
|
'ServerlessApplicationRepository' => 'serverlessrepo',
|
|
602
605
|
'ServiceCatalog' => 'servicecatalog',
|
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.1015.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-
|
|
11
|
+
date: 2024-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|