@aws-sdk/client-inspector 3.40.0 → 3.45.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.
- package/CHANGELOG.md +38 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-types/commands/AddAttributesToFindingsCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssessmentTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssessmentTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateExclusionsPreviewCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssessmentTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssessmentTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssessmentRunsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssessmentTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssessmentTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCrossAccountAccessRoleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExclusionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFindingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResourceGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRulesPackagesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssessmentReportCommand.d.ts +1 -1
- package/dist-types/commands/GetExclusionsPreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetTelemetryMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListAssessmentRunAgentsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssessmentRunsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssessmentTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssessmentTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/ListExclusionsCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesPackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PreviewAgentsCommand.d.ts +1 -1
- package/dist-types/commands/RegisterCrossAccountAccessRoleCommand.d.ts +1 -1
- package/dist-types/commands/RemoveAttributesFromFindingsCommand.d.ts +1 -1
- package/dist-types/commands/SetTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/StopAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/SubscribeToEventCommand.d.ts +1 -1
- package/dist-types/commands/UnsubscribeFromEventCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssessmentTargetCommand.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-inspector
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-inspector
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
45
|
|
|
8
46
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -87,6 +87,7 @@ const partitionHash = {
|
|
|
87
87
|
"ap-south-1",
|
|
88
88
|
"ap-southeast-1",
|
|
89
89
|
"ap-southeast-2",
|
|
90
|
+
"ap-southeast-3",
|
|
90
91
|
"ca-central-1",
|
|
91
92
|
"eu-central-1",
|
|
92
93
|
"eu-north-1",
|
|
@@ -155,6 +156,10 @@ const partitionHash = {
|
|
|
155
156
|
hostname: "inspector.{region}.c2s.ic.gov",
|
|
156
157
|
tags: [],
|
|
157
158
|
},
|
|
159
|
+
{
|
|
160
|
+
hostname: "inspector-fips.{region}.c2s.ic.gov",
|
|
161
|
+
tags: ["fips"],
|
|
162
|
+
},
|
|
158
163
|
],
|
|
159
164
|
},
|
|
160
165
|
"aws-iso-b": {
|
|
@@ -165,6 +170,10 @@ const partitionHash = {
|
|
|
165
170
|
hostname: "inspector.{region}.sc2s.sgov.gov",
|
|
166
171
|
tags: [],
|
|
167
172
|
},
|
|
173
|
+
{
|
|
174
|
+
hostname: "inspector-fips.{region}.sc2s.sgov.gov",
|
|
175
|
+
tags: ["fips"],
|
|
176
|
+
},
|
|
168
177
|
],
|
|
169
178
|
},
|
|
170
179
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -85,6 +85,7 @@ var partitionHash = {
|
|
|
85
85
|
"ap-south-1",
|
|
86
86
|
"ap-southeast-1",
|
|
87
87
|
"ap-southeast-2",
|
|
88
|
+
"ap-southeast-3",
|
|
88
89
|
"ca-central-1",
|
|
89
90
|
"eu-central-1",
|
|
90
91
|
"eu-north-1",
|
|
@@ -153,6 +154,10 @@ var partitionHash = {
|
|
|
153
154
|
hostname: "inspector.{region}.c2s.ic.gov",
|
|
154
155
|
tags: [],
|
|
155
156
|
},
|
|
157
|
+
{
|
|
158
|
+
hostname: "inspector-fips.{region}.c2s.ic.gov",
|
|
159
|
+
tags: ["fips"],
|
|
160
|
+
},
|
|
156
161
|
],
|
|
157
162
|
},
|
|
158
163
|
"aws-iso-b": {
|
|
@@ -163,6 +168,10 @@ var partitionHash = {
|
|
|
163
168
|
hostname: "inspector.{region}.sc2s.sgov.gov",
|
|
164
169
|
tags: [],
|
|
165
170
|
},
|
|
171
|
+
{
|
|
172
|
+
hostname: "inspector-fips.{region}.sc2s.sgov.gov",
|
|
173
|
+
tags: ["fips"],
|
|
174
|
+
},
|
|
166
175
|
],
|
|
167
176
|
},
|
|
168
177
|
"aws-us-gov": {
|
|
@@ -21,7 +21,7 @@ export interface AddAttributesToFindingsCommandOutput extends AddAttributesToFin
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link AddAttributesToFindingsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link AddAttributesToFindingsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class AddAttributesToFindingsCommand extends $Command<AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface CreateAssessmentTargetCommandOutput extends CreateAssessmentTar
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link CreateAssessmentTargetCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link CreateAssessmentTargetCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class CreateAssessmentTargetCommand extends $Command<CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateAssessmentTemplateCommandOutput extends CreateAssessmentT
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateAssessmentTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateAssessmentTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateAssessmentTemplateCommand extends $Command<CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface CreateExclusionsPreviewCommandOutput extends CreateExclusionsPr
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link CreateExclusionsPreviewCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link CreateExclusionsPreviewCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class CreateExclusionsPreviewCommand extends $Command<CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateResourceGroupCommandOutput extends CreateResourceGroupRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateResourceGroupCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateResourceGroupCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateResourceGroupCommand extends $Command<CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteAssessmentRunCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteAssessmentRunCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteAssessmentRunCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteAssessmentRunCommand extends $Command<DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteAssessmentTargetCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteAssessmentTargetCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteAssessmentTargetCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteAssessmentTargetCommand extends $Command<DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteAssessmentTemplateCommandOutput extends __MetadataBearer
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteAssessmentTemplateCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteAssessmentTemplateCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteAssessmentTemplateCommand extends $Command<DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeAssessmentRunsCommandOutput extends DescribeAssessmentR
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeAssessmentRunsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeAssessmentRunsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeAssessmentRunsCommand extends $Command<DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeAssessmentTargetsCommandOutput extends DescribeAssessme
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeAssessmentTargetsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeAssessmentTargetsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeAssessmentTargetsCommand extends $Command<DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeAssessmentTemplatesCommandOutput extends DescribeAssess
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeAssessmentTemplatesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeAssessmentTemplatesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeAssessmentTemplatesCommand extends $Command<DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeCrossAccountAccessRoleCommandOutput extends DescribeCro
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeCrossAccountAccessRoleCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeCrossAccountAccessRoleCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeCrossAccountAccessRoleCommand extends $Command<DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeExclusionsCommandOutput extends DescribeExclusionsRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeExclusionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeExclusionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeExclusionsCommand extends $Command<DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeFindingsCommandOutput extends DescribeFindingsResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeFindingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeFindingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeFindingsCommand extends $Command<DescribeFindingsCommandInput, DescribeFindingsCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeResourceGroupsCommandOutput extends DescribeResourceGro
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeResourceGroupsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeResourceGroupsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeResourceGroupsCommand extends $Command<DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeRulesPackagesCommandOutput extends DescribeRulesPackage
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeRulesPackagesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeRulesPackagesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeRulesPackagesCommand extends $Command<DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetAssessmentReportCommandOutput extends GetAssessmentReportRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetAssessmentReportCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetAssessmentReportCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetAssessmentReportCommand extends $Command<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetExclusionsPreviewCommandOutput extends GetExclusionsPreviewR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetExclusionsPreviewCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetExclusionsPreviewCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetExclusionsPreviewCommand extends $Command<GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetTelemetryMetadataCommandOutput extends GetTelemetryMetadataR
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetTelemetryMetadataCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetTelemetryMetadataCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetTelemetryMetadataCommand extends $Command<GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListAssessmentRunAgentsCommandOutput extends ListAssessmentRunA
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListAssessmentRunAgentsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListAssessmentRunAgentsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListAssessmentRunAgentsCommand extends $Command<ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListAssessmentRunsCommandOutput extends ListAssessmentRunsRespo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListAssessmentRunsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListAssessmentRunsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListAssessmentRunsCommand extends $Command<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListAssessmentTargetsCommandOutput extends ListAssessmentTarget
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListAssessmentTargetsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListAssessmentTargetsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListAssessmentTargetsCommand extends $Command<ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListAssessmentTemplatesCommandOutput extends ListAssessmentTemp
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListAssessmentTemplatesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListAssessmentTemplatesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListAssessmentTemplatesCommand extends $Command<ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListEventSubscriptionsCommandOutput extends ListEventSubscripti
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListEventSubscriptionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListEventSubscriptionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListEventSubscriptionsCommand extends $Command<ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListExclusionsCommandOutput extends ListExclusionsResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListExclusionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListExclusionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListExclusionsCommand extends $Command<ListExclusionsCommandInput, ListExclusionsCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListFindingsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListFindingsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListFindingsCommand extends $Command<ListFindingsCommandInput, ListFindingsCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListRulesPackagesCommandOutput extends ListRulesPackagesRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListRulesPackagesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListRulesPackagesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListRulesPackagesCommand extends $Command<ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PreviewAgentsCommandOutput extends PreviewAgentsResponse, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PreviewAgentsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PreviewAgentsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PreviewAgentsCommand extends $Command<PreviewAgentsCommandInput, PreviewAgentsCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface RegisterCrossAccountAccessRoleCommandOutput extends __MetadataB
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link RegisterCrossAccountAccessRoleCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link RegisterCrossAccountAccessRoleCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class RegisterCrossAccountAccessRoleCommand extends $Command<RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface RemoveAttributesFromFindingsCommandOutput extends RemoveAttribu
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link RemoveAttributesFromFindingsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link RemoveAttributesFromFindingsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class RemoveAttributesFromFindingsCommand extends $Command<RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface SetTagsForResourceCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link SetTagsForResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link SetTagsForResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class SetTagsForResourceCommand extends $Command<SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface StartAssessmentRunCommandOutput extends StartAssessmentRunRespo
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link StartAssessmentRunCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link StartAssessmentRunCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class StartAssessmentRunCommand extends $Command<StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface StopAssessmentRunCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link StopAssessmentRunCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link StopAssessmentRunCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class StopAssessmentRunCommand extends $Command<StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface SubscribeToEventCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link SubscribeToEventCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link SubscribeToEventCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class SubscribeToEventCommand extends $Command<SubscribeToEventCommandInput, SubscribeToEventCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UnsubscribeFromEventCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UnsubscribeFromEventCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UnsubscribeFromEventCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UnsubscribeFromEventCommand extends $Command<UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput, InspectorClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UpdateAssessmentTargetCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateAssessmentTargetCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateAssessmentTargetCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link InspectorClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link InspectorClientResolvedConfig | config} for InspectorClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateAssessmentTargetCommand extends $Command<UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput, InspectorClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-inspector",
|
|
3
3
|
"description": "AWS SDK for JavaScript Inspector Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|