@aws-sdk/client-inspector 3.32.0 → 3.36.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 +44 -0
- package/{dist/cjs → dist-cjs}/Inspector.js +1 -2
- package/{dist/cjs → dist-cjs}/InspectorClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AddAttributesToFindingsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateAssessmentTargetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateAssessmentTemplateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateExclusionsPreviewCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateResourceGroupCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteAssessmentRunCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteAssessmentTargetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteAssessmentTemplateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeAssessmentRunsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeAssessmentTargetsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeAssessmentTemplatesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeCrossAccountAccessRoleCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeExclusionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeFindingsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeResourceGroupsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeRulesPackagesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetAssessmentReportCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetExclusionsPreviewCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetTelemetryMetadataCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListAssessmentRunAgentsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListAssessmentRunsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListAssessmentTargetsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListAssessmentTemplatesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListEventSubscriptionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListExclusionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListFindingsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListRulesPackagesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PreviewAgentsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RegisterCrossAccountAccessRoleCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RemoveAttributesFromFindingsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SetTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StartAssessmentRunCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StopAssessmentRunCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SubscribeToEventCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UnsubscribeFromEventCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateAssessmentTargetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/GetExclusionsPreviewPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListAssessmentRunAgentsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListAssessmentRunsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListAssessmentTargetsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListAssessmentTemplatesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListEventSubscriptionsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListExclusionsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListFindingsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListRulesPackagesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/PreviewAgentsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/Inspector.js +2 -9
- package/{dist/es → dist-es}/InspectorClient.js +2 -14
- package/{dist/es → dist-es}/commands/AddAttributesToFindingsCommand.js +4 -31
- package/dist-es/commands/CreateAssessmentTargetCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateAssessmentTemplateCommand.js +4 -33
- package/{dist/es → dist-es}/commands/CreateExclusionsPreviewCommand.js +4 -32
- package/{dist/es → dist-es}/commands/CreateResourceGroupCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DeleteAssessmentRunCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteAssessmentTargetCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteAssessmentTemplateCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeAssessmentRunsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeAssessmentTargetsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeAssessmentTemplatesCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeCrossAccountAccessRoleCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeExclusionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeFindingsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeResourceGroupsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeRulesPackagesCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetAssessmentReportCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetExclusionsPreviewCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetTelemetryMetadataCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListAssessmentRunAgentsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListAssessmentRunsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListAssessmentTargetsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListAssessmentTemplatesCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListEventSubscriptionsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListExclusionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListFindingsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListRulesPackagesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PreviewAgentsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/RegisterCrossAccountAccessRoleCommand.js +4 -31
- package/{dist/es → dist-es}/commands/RemoveAttributesFromFindingsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/SetTagsForResourceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/StartAssessmentRunCommand.js +4 -32
- package/{dist/es → dist-es}/commands/StopAssessmentRunCommand.js +4 -31
- package/{dist/es → dist-es}/commands/SubscribeToEventCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UnsubscribeFromEventCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateAssessmentTargetCommand.js +4 -33
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -325
- package/{dist/es → dist-es}/pagination/GetExclusionsPreviewPaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListAssessmentRunAgentsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListAssessmentRunsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListAssessmentTargetsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListAssessmentTemplatesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListEventSubscriptionsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListExclusionsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListFindingsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListRulesPackagesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/PreviewAgentsPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +912 -918
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/Inspector.d.ts +2 -2
- package/{dist/types → dist-types}/InspectorClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AddAttributesToFindingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateAssessmentTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateAssessmentTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateExclusionsPreviewCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateResourceGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAssessmentRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAssessmentTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAssessmentTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAssessmentRunsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAssessmentTargetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAssessmentTemplatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeCrossAccountAccessRoleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeExclusionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeFindingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeResourceGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRulesPackagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAssessmentReportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetExclusionsPreviewCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetTelemetryMetadataCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAssessmentRunAgentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAssessmentRunsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAssessmentTargetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAssessmentTemplatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListEventSubscriptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListExclusionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListFindingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListRulesPackagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PreviewAgentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RegisterCrossAccountAccessRoleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveAttributesFromFindingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartAssessmentRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopAssessmentRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SubscribeToEventCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UnsubscribeFromEventCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateAssessmentTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/GetExclusionsPreviewPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAssessmentRunAgentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAssessmentRunsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAssessmentTargetsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAssessmentTemplatesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListEventSubscriptionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListExclusionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListFindingsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListRulesPackagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/PreviewAgentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/Inspector.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/InspectorClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateResourceGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeExclusionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeFindingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetAssessmentReportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListAssessmentRunsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListExclusionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListFindingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListRulesPackagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PreviewAgentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/SetTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartAssessmentRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StopAssessmentRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/SubscribeToEventCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/GetExclusionsPreviewPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAssessmentRunAgentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAssessmentRunsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAssessmentTargetsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAssessmentTemplatesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListEventSubscriptionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListExclusionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListFindingsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListRulesPackagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/PreviewAgentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/Inspector.ts +0 -1424
- package/InspectorClient.ts +0 -427
- package/commands/AddAttributesToFindingsCommand.ts +0 -95
- package/commands/CreateAssessmentTargetCommand.ts +0 -101
- package/commands/CreateAssessmentTemplateCommand.ts +0 -97
- package/commands/CreateExclusionsPreviewCommand.ts +0 -96
- package/commands/CreateResourceGroupCommand.ts +0 -97
- package/commands/DeleteAssessmentRunCommand.ts +0 -95
- package/commands/DeleteAssessmentTargetCommand.ts +0 -95
- package/commands/DeleteAssessmentTemplateCommand.ts +0 -95
- package/commands/DescribeAssessmentRunsCommand.ts +0 -95
- package/commands/DescribeAssessmentTargetsCommand.ts +0 -98
- package/commands/DescribeAssessmentTemplatesCommand.ts +0 -100
- package/commands/DescribeCrossAccountAccessRoleCommand.ts +0 -103
- package/commands/DescribeExclusionsCommand.ts +0 -94
- package/commands/DescribeFindingsCommand.ts +0 -94
- package/commands/DescribeResourceGroupsCommand.ts +0 -95
- package/commands/DescribeRulesPackagesCommand.ts +0 -95
- package/commands/GetAssessmentReportCommand.ts +0 -95
- package/commands/GetExclusionsPreviewCommand.ts +0 -96
- package/commands/GetTelemetryMetadataCommand.ts +0 -95
- package/commands/ListAssessmentRunAgentsCommand.ts +0 -95
- package/commands/ListAssessmentRunsCommand.ts +0 -95
- package/commands/ListAssessmentTargetsCommand.ts +0 -96
- package/commands/ListAssessmentTemplatesCommand.ts +0 -95
- package/commands/ListEventSubscriptionsCommand.ts +0 -95
- package/commands/ListExclusionsCommand.ts +0 -94
- package/commands/ListFindingsCommand.ts +0 -95
- package/commands/ListRulesPackagesCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PreviewAgentsCommand.ts +0 -95
- package/commands/RegisterCrossAccountAccessRoleCommand.ts +0 -101
- package/commands/RemoveAttributesFromFindingsCommand.ts +0 -100
- package/commands/SetTagsForResourceCommand.ts +0 -95
- package/commands/StartAssessmentRunCommand.ts +0 -96
- package/commands/StopAssessmentRunCommand.ts +0 -95
- package/commands/SubscribeToEventCommand.ts +0 -95
- package/commands/UnsubscribeFromEventCommand.ts +0 -95
- package/commands/UpdateAssessmentTargetCommand.ts +0 -97
- package/dist/cjs/Inspector.js.map +0 -1
- package/dist/cjs/InspectorClient.js.map +0 -1
- package/dist/cjs/commands/AddAttributesToFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAssessmentTargetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAssessmentTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/CreateExclusionsPreviewCommand.js.map +0 -1
- package/dist/cjs/commands/CreateResourceGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAssessmentRunCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAssessmentTargetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAssessmentTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAssessmentRunsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAssessmentTargetsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAssessmentTemplatesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCrossAccountAccessRoleCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeExclusionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeResourceGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRulesPackagesCommand.js.map +0 -1
- package/dist/cjs/commands/GetAssessmentReportCommand.js.map +0 -1
- package/dist/cjs/commands/GetExclusionsPreviewCommand.js.map +0 -1
- package/dist/cjs/commands/GetTelemetryMetadataCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssessmentRunAgentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssessmentRunsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssessmentTargetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssessmentTemplatesCommand.js.map +0 -1
- package/dist/cjs/commands/ListEventSubscriptionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListExclusionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRulesPackagesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PreviewAgentsCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterCrossAccountAccessRoleCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveAttributesFromFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/SetTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/StartAssessmentRunCommand.js.map +0 -1
- package/dist/cjs/commands/StopAssessmentRunCommand.js.map +0 -1
- package/dist/cjs/commands/SubscribeToEventCommand.js.map +0 -1
- package/dist/cjs/commands/UnsubscribeFromEventCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAssessmentTargetCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetExclusionsPreviewPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAssessmentRunAgentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssessmentRunsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssessmentTargetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssessmentTemplatesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEventSubscriptionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListExclusionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFindingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRulesPackagesPaginator.js.map +0 -1
- package/dist/cjs/pagination/PreviewAgentsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Inspector.js.map +0 -1
- package/dist/es/InspectorClient.js.map +0 -1
- package/dist/es/commands/AddAttributesToFindingsCommand.js.map +0 -1
- package/dist/es/commands/CreateAssessmentTargetCommand.js +0 -72
- package/dist/es/commands/CreateAssessmentTargetCommand.js.map +0 -1
- package/dist/es/commands/CreateAssessmentTemplateCommand.js.map +0 -1
- package/dist/es/commands/CreateExclusionsPreviewCommand.js.map +0 -1
- package/dist/es/commands/CreateResourceGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteAssessmentRunCommand.js.map +0 -1
- package/dist/es/commands/DeleteAssessmentTargetCommand.js.map +0 -1
- package/dist/es/commands/DeleteAssessmentTemplateCommand.js.map +0 -1
- package/dist/es/commands/DescribeAssessmentRunsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAssessmentTargetsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAssessmentTemplatesCommand.js.map +0 -1
- package/dist/es/commands/DescribeCrossAccountAccessRoleCommand.js.map +0 -1
- package/dist/es/commands/DescribeExclusionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFindingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeResourceGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeRulesPackagesCommand.js.map +0 -1
- package/dist/es/commands/GetAssessmentReportCommand.js.map +0 -1
- package/dist/es/commands/GetExclusionsPreviewCommand.js.map +0 -1
- package/dist/es/commands/GetTelemetryMetadataCommand.js.map +0 -1
- package/dist/es/commands/ListAssessmentRunAgentsCommand.js.map +0 -1
- package/dist/es/commands/ListAssessmentRunsCommand.js.map +0 -1
- package/dist/es/commands/ListAssessmentTargetsCommand.js.map +0 -1
- package/dist/es/commands/ListAssessmentTemplatesCommand.js.map +0 -1
- package/dist/es/commands/ListEventSubscriptionsCommand.js.map +0 -1
- package/dist/es/commands/ListExclusionsCommand.js.map +0 -1
- package/dist/es/commands/ListFindingsCommand.js.map +0 -1
- package/dist/es/commands/ListRulesPackagesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PreviewAgentsCommand.js.map +0 -1
- package/dist/es/commands/RegisterCrossAccountAccessRoleCommand.js.map +0 -1
- package/dist/es/commands/RemoveAttributesFromFindingsCommand.js.map +0 -1
- package/dist/es/commands/SetTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/StartAssessmentRunCommand.js.map +0 -1
- package/dist/es/commands/StopAssessmentRunCommand.js.map +0 -1
- package/dist/es/commands/SubscribeToEventCommand.js.map +0 -1
- package/dist/es/commands/UnsubscribeFromEventCommand.js.map +0 -1
- package/dist/es/commands/UpdateAssessmentTargetCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -52
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetExclusionsPreviewPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAssessmentRunAgentsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssessmentRunsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssessmentTargetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssessmentTemplatesPaginator.js.map +0 -1
- package/dist/es/pagination/ListEventSubscriptionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListExclusionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFindingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRulesPackagesPaginator.js.map +0 -1
- package/dist/es/pagination/PreviewAgentsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3381
- package/pagination/GetExclusionsPreviewPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAssessmentRunAgentsPaginator.ts +0 -58
- package/pagination/ListAssessmentRunsPaginator.ts +0 -58
- package/pagination/ListAssessmentTargetsPaginator.ts +0 -58
- package/pagination/ListAssessmentTemplatesPaginator.ts +0 -58
- package/pagination/ListEventSubscriptionsPaginator.ts +0 -58
- package/pagination/ListExclusionsPaginator.ts +0 -58
- package/pagination/ListFindingsPaginator.ts +0 -58
- package/pagination/ListRulesPackagesPaginator.ts +0 -58
- package/pagination/PreviewAgentsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -5925
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
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.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
12
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
13
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
25
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @aws-sdk/client-inspector
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
7
51
|
|
|
8
52
|
**Note:** Version bump only for package @aws-sdk/client-inspector
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Inspector = void 0;
|
|
4
|
-
const InspectorClient_1 = require("./InspectorClient");
|
|
5
4
|
const AddAttributesToFindingsCommand_1 = require("./commands/AddAttributesToFindingsCommand");
|
|
6
5
|
const CreateAssessmentTargetCommand_1 = require("./commands/CreateAssessmentTargetCommand");
|
|
7
6
|
const CreateAssessmentTemplateCommand_1 = require("./commands/CreateAssessmentTemplateCommand");
|
|
@@ -39,6 +38,7 @@ const StopAssessmentRunCommand_1 = require("./commands/StopAssessmentRunCommand"
|
|
|
39
38
|
const SubscribeToEventCommand_1 = require("./commands/SubscribeToEventCommand");
|
|
40
39
|
const UnsubscribeFromEventCommand_1 = require("./commands/UnsubscribeFromEventCommand");
|
|
41
40
|
const UpdateAssessmentTargetCommand_1 = require("./commands/UpdateAssessmentTargetCommand");
|
|
41
|
+
const InspectorClient_1 = require("./InspectorClient");
|
|
42
42
|
/**
|
|
43
43
|
* <fullname>Amazon Inspector</fullname>
|
|
44
44
|
* <p>Amazon Inspector enables you to analyze the behavior of your AWS resources and to
|
|
@@ -566,4 +566,3 @@ class Inspector extends InspectorClient_1.InspectorClient {
|
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
568
|
exports.Inspector = Inspector;
|
|
569
|
-
//# sourceMappingURL=Inspector.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.InspectorClient = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,6 +9,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
/**
|
|
14
14
|
* <fullname>Amazon Inspector</fullname>
|
|
15
15
|
* <p>Amazon Inspector enables you to analyze the behavior of your AWS resources and to
|
|
@@ -18,13 +18,13 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
18
18
|
*/
|
|
19
19
|
class InspectorClient extends smithy_client_1.Client {
|
|
20
20
|
constructor(configuration) {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
21
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
22
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
23
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
24
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
25
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
26
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
27
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
28
28
|
super(_config_6);
|
|
29
29
|
this.config = _config_6;
|
|
30
30
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -44,4 +44,3 @@ class InspectorClient extends smithy_client_1.Client {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.InspectorClient = InspectorClient;
|
|
47
|
-
//# sourceMappingURL=InspectorClient.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AddAttributesToFindingsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Assigns attributes (key and value pairs) to the findings that are specified by the
|
|
10
10
|
* ARNs of the findings.</p>
|
|
@@ -59,4 +59,3 @@ class AddAttributesToFindingsCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.AddAttributesToFindingsCommand = AddAttributesToFindingsCommand;
|
|
62
|
-
//# sourceMappingURL=AddAttributesToFindingsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateAssessmentTargetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a new assessment target using the ARN of the resource group that is generated
|
|
10
10
|
* by <a>CreateResourceGroup</a>. If resourceGroupArn is not specified, all EC2
|
|
@@ -65,4 +65,3 @@ class CreateAssessmentTargetCommand extends smithy_client_1.Command {
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
exports.CreateAssessmentTargetCommand = CreateAssessmentTargetCommand;
|
|
68
|
-
//# sourceMappingURL=CreateAssessmentTargetCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateAssessmentTemplateCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates an assessment template for the assessment target that is specified by the ARN
|
|
10
10
|
* of the assessment target. If the <a href="https://docs.aws.amazon.com/inspector/latest/userguide/inspector_slr.html">service-linked role</a> isn’t already registered, this action also creates and
|
|
@@ -61,4 +61,3 @@ class CreateAssessmentTemplateCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.CreateAssessmentTemplateCommand = CreateAssessmentTemplateCommand;
|
|
64
|
-
//# sourceMappingURL=CreateAssessmentTemplateCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateExclusionsPreviewCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Starts the generation of an exclusions preview for the specified assessment template.
|
|
10
10
|
* The exclusions preview lists the potential exclusions (ExclusionPreview) that Inspector can
|
|
@@ -60,4 +60,3 @@ class CreateExclusionsPreviewCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.CreateExclusionsPreviewCommand = CreateExclusionsPreviewCommand;
|
|
63
|
-
//# sourceMappingURL=CreateExclusionsPreviewCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateResourceGroupCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a resource group using the specified set of tags (key and value pairs) that
|
|
10
10
|
* are used to select the EC2 instances to be included in an Amazon Inspector assessment
|
|
@@ -61,4 +61,3 @@ class CreateResourceGroupCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.CreateResourceGroupCommand = CreateResourceGroupCommand;
|
|
64
|
-
//# sourceMappingURL=CreateResourceGroupCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteAssessmentRunCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the assessment run that is specified by the ARN of the assessment
|
|
10
10
|
* run.</p>
|
|
@@ -59,4 +59,3 @@ class DeleteAssessmentRunCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DeleteAssessmentRunCommand = DeleteAssessmentRunCommand;
|
|
62
|
-
//# sourceMappingURL=DeleteAssessmentRunCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteAssessmentTargetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the assessment target that is specified by the ARN of the assessment
|
|
10
10
|
* target.</p>
|
|
@@ -59,4 +59,3 @@ class DeleteAssessmentTargetCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DeleteAssessmentTargetCommand = DeleteAssessmentTargetCommand;
|
|
62
|
-
//# sourceMappingURL=DeleteAssessmentTargetCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteAssessmentTemplateCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the assessment template that is specified by the ARN of the assessment
|
|
10
10
|
* template.</p>
|
|
@@ -59,4 +59,3 @@ class DeleteAssessmentTemplateCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DeleteAssessmentTemplateCommand = DeleteAssessmentTemplateCommand;
|
|
62
|
-
//# sourceMappingURL=DeleteAssessmentTemplateCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeAssessmentRunsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Describes the assessment runs that are specified by the ARNs of the assessment
|
|
10
10
|
* runs.</p>
|
|
@@ -59,4 +59,3 @@ class DescribeAssessmentRunsCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DescribeAssessmentRunsCommand = DescribeAssessmentRunsCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeAssessmentRunsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeAssessmentTargetsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Describes the assessment targets that are specified by the ARNs of the assessment
|
|
10
10
|
* targets.</p>
|
|
@@ -59,4 +59,3 @@ class DescribeAssessmentTargetsCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DescribeAssessmentTargetsCommand = DescribeAssessmentTargetsCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeAssessmentTargetsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeAssessmentTemplatesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Describes the assessment templates that are specified by the ARNs of the assessment
|
|
10
10
|
* templates.</p>
|
|
@@ -59,4 +59,3 @@ class DescribeAssessmentTemplatesCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DescribeAssessmentTemplatesCommand = DescribeAssessmentTemplatesCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeAssessmentTemplatesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeCrossAccountAccessRoleCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Describes the IAM role that enables Amazon Inspector to access your AWS
|
|
10
10
|
* account.</p>
|
|
@@ -59,4 +59,3 @@ class DescribeCrossAccountAccessRoleCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DescribeCrossAccountAccessRoleCommand = DescribeCrossAccountAccessRoleCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeCrossAccountAccessRoleCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeExclusionsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Describes the exclusions that are specified by the exclusions' ARNs.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeExclusionsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeExclusionsCommand = DescribeExclusionsCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeExclusionsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeFindingsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Describes the findings that are specified by the ARNs of the findings.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeFindingsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeFindingsCommand = DescribeFindingsCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeFindingsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeResourceGroupsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Describes the resource groups that are specified by the ARNs of the resource
|
|
10
10
|
* groups.</p>
|
|
@@ -59,4 +59,3 @@ class DescribeResourceGroupsCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DescribeResourceGroupsCommand = DescribeResourceGroupsCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeResourceGroupsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeRulesPackagesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Describes the rules packages that are specified by the ARNs of the rules
|
|
10
10
|
* packages.</p>
|
|
@@ -59,4 +59,3 @@ class DescribeRulesPackagesCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DescribeRulesPackagesCommand = DescribeRulesPackagesCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeRulesPackagesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetAssessmentReportCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Produces an assessment report that includes detailed and comprehensive results of a
|
|
10
10
|
* specified assessment run. </p>
|
|
@@ -59,4 +59,3 @@ class GetAssessmentReportCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.GetAssessmentReportCommand = GetAssessmentReportCommand;
|
|
62
|
-
//# sourceMappingURL=GetAssessmentReportCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetExclusionsPreviewCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by
|
|
10
10
|
* the preview token. You can obtain the preview token by running the CreateExclusionsPreview
|
|
@@ -60,4 +60,3 @@ class GetExclusionsPreviewCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.GetExclusionsPreviewCommand = GetExclusionsPreviewCommand;
|
|
63
|
-
//# sourceMappingURL=GetExclusionsPreviewCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetTelemetryMetadataCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Information about the data that is collected for the specified assessment
|
|
10
10
|
* run.</p>
|
|
@@ -59,4 +59,3 @@ class GetTelemetryMetadataCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.GetTelemetryMetadataCommand = GetTelemetryMetadataCommand;
|
|
62
|
-
//# sourceMappingURL=GetTelemetryMetadataCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListAssessmentRunAgentsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists the agents of the assessment runs that are specified by the ARNs of the
|
|
10
10
|
* assessment runs.</p>
|
|
@@ -59,4 +59,3 @@ class ListAssessmentRunAgentsCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.ListAssessmentRunAgentsCommand = ListAssessmentRunAgentsCommand;
|
|
62
|
-
//# sourceMappingURL=ListAssessmentRunAgentsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListAssessmentRunsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists the assessment runs that correspond to the assessment templates that are
|
|
10
10
|
* specified by the ARNs of the assessment templates.</p>
|
|
@@ -59,4 +59,3 @@ class ListAssessmentRunsCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.ListAssessmentRunsCommand = ListAssessmentRunsCommand;
|
|
62
|
-
//# sourceMappingURL=ListAssessmentRunsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListAssessmentTargetsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists the ARNs of the assessment targets within this AWS account. For more
|
|
10
10
|
* information about assessment targets, see <a href="https://docs.aws.amazon.com/inspector/latest/userguide/inspector_applications.html">Amazon Inspector Assessment
|
|
@@ -60,4 +60,3 @@ class ListAssessmentTargetsCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.ListAssessmentTargetsCommand = ListAssessmentTargetsCommand;
|
|
63
|
-
//# sourceMappingURL=ListAssessmentTargetsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListAssessmentTemplatesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists the assessment templates that correspond to the assessment targets that are
|
|
10
10
|
* specified by the ARNs of the assessment targets.</p>
|
|
@@ -59,4 +59,3 @@ class ListAssessmentTemplatesCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.ListAssessmentTemplatesCommand = ListAssessmentTemplatesCommand;
|
|
62
|
-
//# sourceMappingURL=ListAssessmentTemplatesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListEventSubscriptionsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists all the event subscriptions for the assessment template that is specified by
|
|
10
10
|
* the ARN of the assessment template. For more information, see <a>SubscribeToEvent</a> and <a>UnsubscribeFromEvent</a>.</p>
|
|
@@ -59,4 +59,3 @@ class ListEventSubscriptionsCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.ListEventSubscriptionsCommand = ListEventSubscriptionsCommand;
|
|
62
|
-
//# sourceMappingURL=ListEventSubscriptionsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListExclusionsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>List exclusions that are generated by the assessment run.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListExclusionsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListExclusionsCommand = ListExclusionsCommand;
|
|
61
|
-
//# sourceMappingURL=ListExclusionsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListFindingsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists findings that are generated by the assessment runs that are specified by the
|
|
10
10
|
* ARNs of the assessment runs.</p>
|
|
@@ -59,4 +59,3 @@ class ListFindingsCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.ListFindingsCommand = ListFindingsCommand;
|
|
62
|
-
//# sourceMappingURL=ListFindingsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListRulesPackagesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists all available Amazon Inspector rules packages.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListRulesPackagesCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListRulesPackagesCommand = ListRulesPackagesCommand;
|
|
61
|
-
//# sourceMappingURL=ListRulesPackagesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTagsForResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists all tags associated with an assessment template.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
61
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|