aws-sdk-inspector 1.89.0 → 1.90.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-inspector/client.rb +1 -1
- data/lib/aws-sdk-inspector.rb +1 -1
- data/sig/client.rbs +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d14e376606988fe1fb6675fcfec2a99253253e615bad3a466aa5f55ca22c2f8c
|
|
4
|
+
data.tar.gz: e5e652c7229fee5455ea4c17640f5092a2822d0a46c37230f2be908e466f2314
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d478c6d3017657c229d110c2402539d4f8ab4b9b2a20b49f46abc02afe48796f45e2a45228af142822f25c8be64624e6f2aa913d3ea0bd23ccf2dce26459502
|
|
7
|
+
data.tar.gz: 5511e188b759ef715ffcffbb13303f9e9b285eef699a9fede96f86a54519041cbcb66be71c293599d1562062783edbc842607190500b99265b16cbc2a8860174
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.90.0
|
data/lib/aws-sdk-inspector.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -90,7 +90,7 @@ module Aws
|
|
|
90
90
|
{
|
|
91
91
|
key: ::String,
|
|
92
92
|
value: ::String?
|
|
93
|
-
}
|
|
93
|
+
}
|
|
94
94
|
]
|
|
95
95
|
) -> _AddAttributesToFindingsResponseSuccess
|
|
96
96
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddAttributesToFindingsResponseSuccess
|
|
@@ -120,7 +120,7 @@ module Aws
|
|
|
120
120
|
{
|
|
121
121
|
key: ::String,
|
|
122
122
|
value: ::String?
|
|
123
|
-
}
|
|
123
|
+
}
|
|
124
124
|
]
|
|
125
125
|
) -> _CreateAssessmentTemplateResponseSuccess
|
|
126
126
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAssessmentTemplateResponseSuccess
|
|
@@ -145,7 +145,7 @@ module Aws
|
|
|
145
145
|
{
|
|
146
146
|
key: ::String,
|
|
147
147
|
value: ::String?
|
|
148
|
-
}
|
|
148
|
+
}
|
|
149
149
|
]
|
|
150
150
|
) -> _CreateResourceGroupResponseSuccess
|
|
151
151
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResourceGroupResponseSuccess
|
|
@@ -428,13 +428,13 @@ module Aws
|
|
|
428
428
|
{
|
|
429
429
|
key: ::String,
|
|
430
430
|
value: ::String?
|
|
431
|
-
}
|
|
431
|
+
}
|
|
432
432
|
]?,
|
|
433
433
|
user_attributes: Array[
|
|
434
434
|
{
|
|
435
435
|
key: ::String,
|
|
436
436
|
value: ::String?
|
|
437
|
-
}
|
|
437
|
+
}
|
|
438
438
|
]?,
|
|
439
439
|
creation_time_range: {
|
|
440
440
|
begin_date: ::Time?,
|
|
@@ -505,7 +505,7 @@ module Aws
|
|
|
505
505
|
{
|
|
506
506
|
key: ::String,
|
|
507
507
|
value: ::String?
|
|
508
|
-
}
|
|
508
|
+
}
|
|
509
509
|
]
|
|
510
510
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
511
511
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|