aws-sdk-resources 3.258.0 → 3.259.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 +7 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resources.rb +2 -0
- metadata +29 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99983cc39b9f531e5ac624c3342f4a1fac4d3f75fa6e8349fda2541a4745f8e0
|
|
4
|
+
data.tar.gz: d438f5ecd3fea8f51c9323c48bce8b8194fe1cab34294f23a9adb270e9cd3bb7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0548f1e472924f09e886abc64c4284cde906db12255c83d8907a823de368951ad5560ed7c2d80a00dea3a696d83590d000924035b6d030dc76973bbc25d0a837'
|
|
7
|
+
data.tar.gz: e4d6bb848d8a4476784caf28b7f85b8789e798f596ee32ad214250abd7683be63c023435e265666c24f149185aadbdc8fd361b7ec09014c760e92bc0e42eb3a8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
3.259.0 (2026-03-31)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added a dependency on the new `aws-sdk-sustainability` gem.
|
|
8
|
+
|
|
9
|
+
* Feature - Added a dependency on the new `aws-sdk-securityagent` gem.
|
|
10
|
+
|
|
4
11
|
3.258.0 (2026-03-30)
|
|
5
12
|
------------------
|
|
6
13
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.259.0
|
data/lib/aws-sdk-resources.rb
CHANGED
|
@@ -374,6 +374,7 @@ module Aws
|
|
|
374
374
|
autoload :Scheduler, 'aws-sdk-scheduler'
|
|
375
375
|
autoload :Schemas, 'aws-sdk-schemas'
|
|
376
376
|
autoload :SecretsManager, 'aws-sdk-secretsmanager'
|
|
377
|
+
autoload :SecurityAgent, 'aws-sdk-securityagent'
|
|
377
378
|
autoload :SecurityHub, 'aws-sdk-securityhub'
|
|
378
379
|
autoload :SecurityIR, 'aws-sdk-securityir'
|
|
379
380
|
autoload :SecurityLake, 'aws-sdk-securitylake'
|
|
@@ -397,6 +398,7 @@ module Aws
|
|
|
397
398
|
autoload :SupplyChain, 'aws-sdk-supplychain'
|
|
398
399
|
autoload :Support, 'aws-sdk-support'
|
|
399
400
|
autoload :SupportApp, 'aws-sdk-supportapp'
|
|
401
|
+
autoload :Sustainability, 'aws-sdk-sustainability'
|
|
400
402
|
autoload :Synthetics, 'aws-sdk-synthetics'
|
|
401
403
|
autoload :TaxSettings, 'aws-sdk-taxsettings'
|
|
402
404
|
autoload :Textract, 'aws-sdk-textract'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-resources
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.259.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -5133,6 +5133,20 @@ dependencies:
|
|
|
5133
5133
|
- - "~>"
|
|
5134
5134
|
- !ruby/object:Gem::Version
|
|
5135
5135
|
version: '1'
|
|
5136
|
+
- !ruby/object:Gem::Dependency
|
|
5137
|
+
name: aws-sdk-securityagent
|
|
5138
|
+
requirement: !ruby/object:Gem::Requirement
|
|
5139
|
+
requirements:
|
|
5140
|
+
- - "~>"
|
|
5141
|
+
- !ruby/object:Gem::Version
|
|
5142
|
+
version: '1'
|
|
5143
|
+
type: :runtime
|
|
5144
|
+
prerelease: false
|
|
5145
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
5146
|
+
requirements:
|
|
5147
|
+
- - "~>"
|
|
5148
|
+
- !ruby/object:Gem::Version
|
|
5149
|
+
version: '1'
|
|
5136
5150
|
- !ruby/object:Gem::Dependency
|
|
5137
5151
|
name: aws-sdk-securityhub
|
|
5138
5152
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -5441,6 +5455,20 @@ dependencies:
|
|
|
5441
5455
|
- - "~>"
|
|
5442
5456
|
- !ruby/object:Gem::Version
|
|
5443
5457
|
version: '1'
|
|
5458
|
+
- !ruby/object:Gem::Dependency
|
|
5459
|
+
name: aws-sdk-sustainability
|
|
5460
|
+
requirement: !ruby/object:Gem::Requirement
|
|
5461
|
+
requirements:
|
|
5462
|
+
- - "~>"
|
|
5463
|
+
- !ruby/object:Gem::Version
|
|
5464
|
+
version: '1'
|
|
5465
|
+
type: :runtime
|
|
5466
|
+
prerelease: false
|
|
5467
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
5468
|
+
requirements:
|
|
5469
|
+
- - "~>"
|
|
5470
|
+
- !ruby/object:Gem::Version
|
|
5471
|
+
version: '1'
|
|
5444
5472
|
- !ruby/object:Gem::Dependency
|
|
5445
5473
|
name: aws-sdk-synthetics
|
|
5446
5474
|
requirement: !ruby/object:Gem::Requirement
|