aws-partitions 1.1014.0 → 1.1015.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: f6c585106481f4caf74935048e51d3167d1b58950fd70e5276c80accb4811a56
4
- data.tar.gz: 3d104aaee052a0742c7db0083607deafc8be743adc07548a071535b22f77facf
3
+ metadata.gz: fc2099d1c290343011564fa9a06d8bd88749f99ba0807a1e399c0a838ec840cc
4
+ data.tar.gz: 13c5659e2f032593c8b824ceadbccae977bc6f86a2f87389e4cbd7018cf14c74
5
5
  SHA512:
6
- metadata.gz: aa642245d6cbc035846e2811bdc430a495eddbafb5ce2be42252c685a8dba750a8607f58962ad4aec00127d35ed00ad6f5e01f48a213fd0b1ffbde329090c19f
7
- data.tar.gz: dd488b3ade7185ec0a784bbc4d543e334e87d7b885cdb29bbddd6f2963c7624c19fa0438c4dd1852e880f53714bc391d9fdf0c18b3bf07489f34e5e1afdf0663
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.1014.0
1
+ 1.1015.0
@@ -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.1014.0
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-27 00:00:00.000000000 Z
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: