aws-sdk-resources 3.121.0 → 3.122.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 +11 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resources.rb +4 -0
- metadata +57 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: efc76ab3c1c499a847d757766ced1779f8d83165aa1edbfd08a02e3694231cf0
|
|
4
|
+
data.tar.gz: a8fc3a6aebe6973658f7c250a0ae581c472a345e0965a6923dd2ba4ac59a2ee1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2d1084d386c5a3d3deb9f16ea4f44f4edb83bcd3d0a28901e26e2fc660e86a5fa72f8865c1c9e66b61be416e4b0967eba2fa5531cb505d3bce4783da99aa719
|
|
7
|
+
data.tar.gz: 1273d3aef380434ad237154de9ab61904e34cb8487462f56f4c4740af9e168c9e9fd6d9bf25c2b39a8c0dd017d3a85a132a31ab1eb71faa47d6b28194c9bfbe7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
3.122.0 (2021-11-29)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added a dependency on the new `aws-sdk-recyclebin` gem.
|
|
8
|
+
|
|
9
|
+
* Feature - Added a dependency on the new `aws-sdk-inspector2` gem.
|
|
10
|
+
|
|
11
|
+
* Feature - Added a dependency on the new `aws-sdk-cloudwatchrum` gem.
|
|
12
|
+
|
|
13
|
+
* Feature - Added a dependency on the new `aws-sdk-cloudwatchevidently` gem.
|
|
14
|
+
|
|
4
15
|
3.121.0 (2021-11-29)
|
|
5
16
|
------------------
|
|
6
17
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.122.0
|
data/lib/aws-sdk-resources.rb
CHANGED
|
@@ -53,7 +53,9 @@ module Aws
|
|
|
53
53
|
autoload :CloudTrail, 'aws-sdk-cloudtrail'
|
|
54
54
|
autoload :CloudWatch, 'aws-sdk-cloudwatch'
|
|
55
55
|
autoload :CloudWatchEvents, 'aws-sdk-cloudwatchevents'
|
|
56
|
+
autoload :CloudWatchEvidently, 'aws-sdk-cloudwatchevidently'
|
|
56
57
|
autoload :CloudWatchLogs, 'aws-sdk-cloudwatchlogs'
|
|
58
|
+
autoload :CloudWatchRUM, 'aws-sdk-cloudwatchrum'
|
|
57
59
|
autoload :CodeArtifact, 'aws-sdk-codeartifact'
|
|
58
60
|
autoload :CodeBuild, 'aws-sdk-codebuild'
|
|
59
61
|
autoload :CodeCommit, 'aws-sdk-codecommit'
|
|
@@ -138,6 +140,7 @@ module Aws
|
|
|
138
140
|
autoload :Imagebuilder, 'aws-sdk-imagebuilder'
|
|
139
141
|
autoload :ImportExport, 'aws-sdk-importexport'
|
|
140
142
|
autoload :Inspector, 'aws-sdk-inspector'
|
|
143
|
+
autoload :Inspector2, 'aws-sdk-inspector2'
|
|
141
144
|
autoload :IoT, 'aws-sdk-iot'
|
|
142
145
|
autoload :IoT1ClickDevicesService, 'aws-sdk-iot1clickdevicesservice'
|
|
143
146
|
autoload :IoT1ClickProjects, 'aws-sdk-iot1clickprojects'
|
|
@@ -230,6 +233,7 @@ module Aws
|
|
|
230
233
|
autoload :RAM, 'aws-sdk-ram'
|
|
231
234
|
autoload :RDS, 'aws-sdk-rds'
|
|
232
235
|
autoload :RDSDataService, 'aws-sdk-rdsdataservice'
|
|
236
|
+
autoload :RecycleBin, 'aws-sdk-recyclebin'
|
|
233
237
|
autoload :Redshift, 'aws-sdk-redshift'
|
|
234
238
|
autoload :RedshiftDataAPIService, 'aws-sdk-redshiftdataapiservice'
|
|
235
239
|
autoload :Rekognition, 'aws-sdk-rekognition'
|
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.122.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -682,6 +682,20 @@ dependencies:
|
|
|
682
682
|
- - "~>"
|
|
683
683
|
- !ruby/object:Gem::Version
|
|
684
684
|
version: '1'
|
|
685
|
+
- !ruby/object:Gem::Dependency
|
|
686
|
+
name: aws-sdk-cloudwatchevidently
|
|
687
|
+
requirement: !ruby/object:Gem::Requirement
|
|
688
|
+
requirements:
|
|
689
|
+
- - "~>"
|
|
690
|
+
- !ruby/object:Gem::Version
|
|
691
|
+
version: '1'
|
|
692
|
+
type: :runtime
|
|
693
|
+
prerelease: false
|
|
694
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
695
|
+
requirements:
|
|
696
|
+
- - "~>"
|
|
697
|
+
- !ruby/object:Gem::Version
|
|
698
|
+
version: '1'
|
|
685
699
|
- !ruby/object:Gem::Dependency
|
|
686
700
|
name: aws-sdk-cloudwatchlogs
|
|
687
701
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -696,6 +710,20 @@ dependencies:
|
|
|
696
710
|
- - "~>"
|
|
697
711
|
- !ruby/object:Gem::Version
|
|
698
712
|
version: '1'
|
|
713
|
+
- !ruby/object:Gem::Dependency
|
|
714
|
+
name: aws-sdk-cloudwatchrum
|
|
715
|
+
requirement: !ruby/object:Gem::Requirement
|
|
716
|
+
requirements:
|
|
717
|
+
- - "~>"
|
|
718
|
+
- !ruby/object:Gem::Version
|
|
719
|
+
version: '1'
|
|
720
|
+
type: :runtime
|
|
721
|
+
prerelease: false
|
|
722
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
723
|
+
requirements:
|
|
724
|
+
- - "~>"
|
|
725
|
+
- !ruby/object:Gem::Version
|
|
726
|
+
version: '1'
|
|
699
727
|
- !ruby/object:Gem::Dependency
|
|
700
728
|
name: aws-sdk-codeartifact
|
|
701
729
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -1872,6 +1900,20 @@ dependencies:
|
|
|
1872
1900
|
- - "~>"
|
|
1873
1901
|
- !ruby/object:Gem::Version
|
|
1874
1902
|
version: '1'
|
|
1903
|
+
- !ruby/object:Gem::Dependency
|
|
1904
|
+
name: aws-sdk-inspector2
|
|
1905
|
+
requirement: !ruby/object:Gem::Requirement
|
|
1906
|
+
requirements:
|
|
1907
|
+
- - "~>"
|
|
1908
|
+
- !ruby/object:Gem::Version
|
|
1909
|
+
version: '1'
|
|
1910
|
+
type: :runtime
|
|
1911
|
+
prerelease: false
|
|
1912
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
1913
|
+
requirements:
|
|
1914
|
+
- - "~>"
|
|
1915
|
+
- !ruby/object:Gem::Version
|
|
1916
|
+
version: '1'
|
|
1875
1917
|
- !ruby/object:Gem::Dependency
|
|
1876
1918
|
name: aws-sdk-iot
|
|
1877
1919
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -3160,6 +3202,20 @@ dependencies:
|
|
|
3160
3202
|
- - "~>"
|
|
3161
3203
|
- !ruby/object:Gem::Version
|
|
3162
3204
|
version: '1'
|
|
3205
|
+
- !ruby/object:Gem::Dependency
|
|
3206
|
+
name: aws-sdk-recyclebin
|
|
3207
|
+
requirement: !ruby/object:Gem::Requirement
|
|
3208
|
+
requirements:
|
|
3209
|
+
- - "~>"
|
|
3210
|
+
- !ruby/object:Gem::Version
|
|
3211
|
+
version: '1'
|
|
3212
|
+
type: :runtime
|
|
3213
|
+
prerelease: false
|
|
3214
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
3215
|
+
requirements:
|
|
3216
|
+
- - "~>"
|
|
3217
|
+
- !ruby/object:Gem::Version
|
|
3218
|
+
version: '1'
|
|
3163
3219
|
- !ruby/object:Gem::Dependency
|
|
3164
3220
|
name: aws-sdk-redshift
|
|
3165
3221
|
requirement: !ruby/object:Gem::Requirement
|