@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
|
@@ -12,23 +12,14 @@ export var AccessDeniedErrorCode;
|
|
|
12
12
|
})(AccessDeniedErrorCode || (AccessDeniedErrorCode = {}));
|
|
13
13
|
export var AccessDeniedException;
|
|
14
14
|
(function (AccessDeniedException) {
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
15
|
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
19
16
|
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
20
17
|
export var Attribute;
|
|
21
18
|
(function (Attribute) {
|
|
22
|
-
/**
|
|
23
|
-
* @internal
|
|
24
|
-
*/
|
|
25
19
|
Attribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
20
|
})(Attribute || (Attribute = {}));
|
|
27
21
|
export var AddAttributesToFindingsRequest;
|
|
28
22
|
(function (AddAttributesToFindingsRequest) {
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
23
|
AddAttributesToFindingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
24
|
})(AddAttributesToFindingsRequest || (AddAttributesToFindingsRequest = {}));
|
|
34
25
|
export var FailedItemErrorCode;
|
|
@@ -42,23 +33,14 @@ export var FailedItemErrorCode;
|
|
|
42
33
|
})(FailedItemErrorCode || (FailedItemErrorCode = {}));
|
|
43
34
|
export var FailedItemDetails;
|
|
44
35
|
(function (FailedItemDetails) {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
36
|
FailedItemDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
37
|
})(FailedItemDetails || (FailedItemDetails = {}));
|
|
50
38
|
export var AddAttributesToFindingsResponse;
|
|
51
39
|
(function (AddAttributesToFindingsResponse) {
|
|
52
|
-
/**
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
55
40
|
AddAttributesToFindingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
41
|
})(AddAttributesToFindingsResponse || (AddAttributesToFindingsResponse = {}));
|
|
57
42
|
export var InternalException;
|
|
58
43
|
(function (InternalException) {
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
44
|
InternalException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
45
|
})(InternalException || (InternalException = {}));
|
|
64
46
|
export var InvalidInputErrorCode;
|
|
@@ -120,9 +102,6 @@ export var InvalidInputErrorCode;
|
|
|
120
102
|
})(InvalidInputErrorCode || (InvalidInputErrorCode = {}));
|
|
121
103
|
export var InvalidInputException;
|
|
122
104
|
(function (InvalidInputException) {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
105
|
InvalidInputException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
106
|
})(InvalidInputException || (InvalidInputException = {}));
|
|
128
107
|
export var NoSuchEntityErrorCode;
|
|
@@ -138,23 +117,14 @@ export var NoSuchEntityErrorCode;
|
|
|
138
117
|
})(NoSuchEntityErrorCode || (NoSuchEntityErrorCode = {}));
|
|
139
118
|
export var NoSuchEntityException;
|
|
140
119
|
(function (NoSuchEntityException) {
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
120
|
NoSuchEntityException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
121
|
})(NoSuchEntityException || (NoSuchEntityException = {}));
|
|
146
122
|
export var ServiceTemporarilyUnavailableException;
|
|
147
123
|
(function (ServiceTemporarilyUnavailableException) {
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
124
|
ServiceTemporarilyUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
125
|
})(ServiceTemporarilyUnavailableException || (ServiceTemporarilyUnavailableException = {}));
|
|
153
126
|
export var AgentAlreadyRunningAssessment;
|
|
154
127
|
(function (AgentAlreadyRunningAssessment) {
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
128
|
AgentAlreadyRunningAssessment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
129
|
})(AgentAlreadyRunningAssessment || (AgentAlreadyRunningAssessment = {}));
|
|
160
130
|
export var AgentHealthCode;
|
|
@@ -174,23 +144,14 @@ export var AgentHealth;
|
|
|
174
144
|
})(AgentHealth || (AgentHealth = {}));
|
|
175
145
|
export var AgentFilter;
|
|
176
146
|
(function (AgentFilter) {
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
147
|
AgentFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
148
|
})(AgentFilter || (AgentFilter = {}));
|
|
182
149
|
export var AgentPreview;
|
|
183
150
|
(function (AgentPreview) {
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
151
|
AgentPreview.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
152
|
})(AgentPreview || (AgentPreview = {}));
|
|
189
153
|
export var AgentsAlreadyRunningAssessmentException;
|
|
190
154
|
(function (AgentsAlreadyRunningAssessmentException) {
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
155
|
AgentsAlreadyRunningAssessmentException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
156
|
})(AgentsAlreadyRunningAssessmentException || (AgentsAlreadyRunningAssessmentException = {}));
|
|
196
157
|
export var Severity;
|
|
@@ -218,9 +179,6 @@ export var AssessmentRunNotificationSnsStatusCode;
|
|
|
218
179
|
})(AssessmentRunNotificationSnsStatusCode || (AssessmentRunNotificationSnsStatusCode = {}));
|
|
219
180
|
export var AssessmentRunNotification;
|
|
220
181
|
(function (AssessmentRunNotification) {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
182
|
AssessmentRunNotification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
183
|
})(AssessmentRunNotification || (AssessmentRunNotification = {}));
|
|
226
184
|
export var AssessmentRunState;
|
|
@@ -241,121 +199,70 @@ export var AssessmentRunState;
|
|
|
241
199
|
})(AssessmentRunState || (AssessmentRunState = {}));
|
|
242
200
|
export var AssessmentRunStateChange;
|
|
243
201
|
(function (AssessmentRunStateChange) {
|
|
244
|
-
/**
|
|
245
|
-
* @internal
|
|
246
|
-
*/
|
|
247
202
|
AssessmentRunStateChange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
203
|
})(AssessmentRunStateChange || (AssessmentRunStateChange = {}));
|
|
249
204
|
export var AssessmentRun;
|
|
250
205
|
(function (AssessmentRun) {
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
206
|
AssessmentRun.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
207
|
})(AssessmentRun || (AssessmentRun = {}));
|
|
256
208
|
export var TelemetryMetadata;
|
|
257
209
|
(function (TelemetryMetadata) {
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
210
|
TelemetryMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
211
|
})(TelemetryMetadata || (TelemetryMetadata = {}));
|
|
263
212
|
export var AssessmentRunAgent;
|
|
264
213
|
(function (AssessmentRunAgent) {
|
|
265
|
-
/**
|
|
266
|
-
* @internal
|
|
267
|
-
*/
|
|
268
214
|
AssessmentRunAgent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
215
|
})(AssessmentRunAgent || (AssessmentRunAgent = {}));
|
|
270
216
|
export var TimestampRange;
|
|
271
217
|
(function (TimestampRange) {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
218
|
TimestampRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
219
|
})(TimestampRange || (TimestampRange = {}));
|
|
277
220
|
export var DurationRange;
|
|
278
221
|
(function (DurationRange) {
|
|
279
|
-
/**
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
282
222
|
DurationRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
223
|
})(DurationRange || (DurationRange = {}));
|
|
284
224
|
export var AssessmentRunFilter;
|
|
285
225
|
(function (AssessmentRunFilter) {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
226
|
AssessmentRunFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
227
|
})(AssessmentRunFilter || (AssessmentRunFilter = {}));
|
|
291
228
|
export var AssessmentRunInProgressException;
|
|
292
229
|
(function (AssessmentRunInProgressException) {
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
230
|
AssessmentRunInProgressException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
231
|
})(AssessmentRunInProgressException || (AssessmentRunInProgressException = {}));
|
|
298
232
|
export var AssessmentTarget;
|
|
299
233
|
(function (AssessmentTarget) {
|
|
300
|
-
/**
|
|
301
|
-
* @internal
|
|
302
|
-
*/
|
|
303
234
|
AssessmentTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
235
|
})(AssessmentTarget || (AssessmentTarget = {}));
|
|
305
236
|
export var AssessmentTargetFilter;
|
|
306
237
|
(function (AssessmentTargetFilter) {
|
|
307
|
-
/**
|
|
308
|
-
* @internal
|
|
309
|
-
*/
|
|
310
238
|
AssessmentTargetFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
239
|
})(AssessmentTargetFilter || (AssessmentTargetFilter = {}));
|
|
312
240
|
export var AssessmentTemplate;
|
|
313
241
|
(function (AssessmentTemplate) {
|
|
314
|
-
/**
|
|
315
|
-
* @internal
|
|
316
|
-
*/
|
|
317
242
|
AssessmentTemplate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
243
|
})(AssessmentTemplate || (AssessmentTemplate = {}));
|
|
319
244
|
export var AssessmentTemplateFilter;
|
|
320
245
|
(function (AssessmentTemplateFilter) {
|
|
321
|
-
/**
|
|
322
|
-
* @internal
|
|
323
|
-
*/
|
|
324
246
|
AssessmentTemplateFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
247
|
})(AssessmentTemplateFilter || (AssessmentTemplateFilter = {}));
|
|
326
248
|
export var PrivateIp;
|
|
327
249
|
(function (PrivateIp) {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
250
|
PrivateIp.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
251
|
})(PrivateIp || (PrivateIp = {}));
|
|
333
252
|
export var SecurityGroup;
|
|
334
253
|
(function (SecurityGroup) {
|
|
335
|
-
/**
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
338
254
|
SecurityGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
255
|
})(SecurityGroup || (SecurityGroup = {}));
|
|
340
256
|
export var NetworkInterface;
|
|
341
257
|
(function (NetworkInterface) {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
258
|
NetworkInterface.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
259
|
})(NetworkInterface || (NetworkInterface = {}));
|
|
347
260
|
export var Tag;
|
|
348
261
|
(function (Tag) {
|
|
349
|
-
/**
|
|
350
|
-
* @internal
|
|
351
|
-
*/
|
|
352
262
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
263
|
})(Tag || (Tag = {}));
|
|
354
264
|
export var AssetAttributes;
|
|
355
265
|
(function (AssetAttributes) {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
266
|
AssetAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
267
|
})(AssetAttributes || (AssetAttributes = {}));
|
|
361
268
|
export var AssetType;
|
|
@@ -364,16 +271,10 @@ export var AssetType;
|
|
|
364
271
|
})(AssetType || (AssetType = {}));
|
|
365
272
|
export var CreateAssessmentTargetRequest;
|
|
366
273
|
(function (CreateAssessmentTargetRequest) {
|
|
367
|
-
/**
|
|
368
|
-
* @internal
|
|
369
|
-
*/
|
|
370
274
|
CreateAssessmentTargetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
275
|
})(CreateAssessmentTargetRequest || (CreateAssessmentTargetRequest = {}));
|
|
372
276
|
export var CreateAssessmentTargetResponse;
|
|
373
277
|
(function (CreateAssessmentTargetResponse) {
|
|
374
|
-
/**
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
278
|
CreateAssessmentTargetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
279
|
})(CreateAssessmentTargetResponse || (CreateAssessmentTargetResponse = {}));
|
|
379
280
|
export var InvalidCrossAccountRoleErrorCode;
|
|
@@ -383,9 +284,6 @@ export var InvalidCrossAccountRoleErrorCode;
|
|
|
383
284
|
})(InvalidCrossAccountRoleErrorCode || (InvalidCrossAccountRoleErrorCode = {}));
|
|
384
285
|
export var InvalidCrossAccountRoleException;
|
|
385
286
|
(function (InvalidCrossAccountRoleException) {
|
|
386
|
-
/**
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
287
|
InvalidCrossAccountRoleException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
288
|
})(InvalidCrossAccountRoleException || (InvalidCrossAccountRoleException = {}));
|
|
391
289
|
export var LimitExceededErrorCode;
|
|
@@ -398,135 +296,78 @@ export var LimitExceededErrorCode;
|
|
|
398
296
|
})(LimitExceededErrorCode || (LimitExceededErrorCode = {}));
|
|
399
297
|
export var LimitExceededException;
|
|
400
298
|
(function (LimitExceededException) {
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
299
|
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
300
|
})(LimitExceededException || (LimitExceededException = {}));
|
|
406
301
|
export var CreateAssessmentTemplateRequest;
|
|
407
302
|
(function (CreateAssessmentTemplateRequest) {
|
|
408
|
-
/**
|
|
409
|
-
* @internal
|
|
410
|
-
*/
|
|
411
303
|
CreateAssessmentTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
304
|
})(CreateAssessmentTemplateRequest || (CreateAssessmentTemplateRequest = {}));
|
|
413
305
|
export var CreateAssessmentTemplateResponse;
|
|
414
306
|
(function (CreateAssessmentTemplateResponse) {
|
|
415
|
-
/**
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
418
307
|
CreateAssessmentTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
308
|
})(CreateAssessmentTemplateResponse || (CreateAssessmentTemplateResponse = {}));
|
|
420
309
|
export var CreateExclusionsPreviewRequest;
|
|
421
310
|
(function (CreateExclusionsPreviewRequest) {
|
|
422
|
-
/**
|
|
423
|
-
* @internal
|
|
424
|
-
*/
|
|
425
311
|
CreateExclusionsPreviewRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
312
|
})(CreateExclusionsPreviewRequest || (CreateExclusionsPreviewRequest = {}));
|
|
427
313
|
export var CreateExclusionsPreviewResponse;
|
|
428
314
|
(function (CreateExclusionsPreviewResponse) {
|
|
429
|
-
/**
|
|
430
|
-
* @internal
|
|
431
|
-
*/
|
|
432
315
|
CreateExclusionsPreviewResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
316
|
})(CreateExclusionsPreviewResponse || (CreateExclusionsPreviewResponse = {}));
|
|
434
317
|
export var PreviewGenerationInProgressException;
|
|
435
318
|
(function (PreviewGenerationInProgressException) {
|
|
436
|
-
/**
|
|
437
|
-
* @internal
|
|
438
|
-
*/
|
|
439
319
|
PreviewGenerationInProgressException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
320
|
})(PreviewGenerationInProgressException || (PreviewGenerationInProgressException = {}));
|
|
441
321
|
export var ResourceGroupTag;
|
|
442
322
|
(function (ResourceGroupTag) {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
323
|
ResourceGroupTag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
324
|
})(ResourceGroupTag || (ResourceGroupTag = {}));
|
|
448
325
|
export var CreateResourceGroupRequest;
|
|
449
326
|
(function (CreateResourceGroupRequest) {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
327
|
CreateResourceGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
328
|
})(CreateResourceGroupRequest || (CreateResourceGroupRequest = {}));
|
|
455
329
|
export var CreateResourceGroupResponse;
|
|
456
330
|
(function (CreateResourceGroupResponse) {
|
|
457
|
-
/**
|
|
458
|
-
* @internal
|
|
459
|
-
*/
|
|
460
331
|
CreateResourceGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
332
|
})(CreateResourceGroupResponse || (CreateResourceGroupResponse = {}));
|
|
462
333
|
export var DeleteAssessmentRunRequest;
|
|
463
334
|
(function (DeleteAssessmentRunRequest) {
|
|
464
|
-
/**
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
467
335
|
DeleteAssessmentRunRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
336
|
})(DeleteAssessmentRunRequest || (DeleteAssessmentRunRequest = {}));
|
|
469
337
|
export var DeleteAssessmentTargetRequest;
|
|
470
338
|
(function (DeleteAssessmentTargetRequest) {
|
|
471
|
-
/**
|
|
472
|
-
* @internal
|
|
473
|
-
*/
|
|
474
339
|
DeleteAssessmentTargetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
340
|
})(DeleteAssessmentTargetRequest || (DeleteAssessmentTargetRequest = {}));
|
|
476
341
|
export var DeleteAssessmentTemplateRequest;
|
|
477
342
|
(function (DeleteAssessmentTemplateRequest) {
|
|
478
|
-
/**
|
|
479
|
-
* @internal
|
|
480
|
-
*/
|
|
481
343
|
DeleteAssessmentTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
344
|
})(DeleteAssessmentTemplateRequest || (DeleteAssessmentTemplateRequest = {}));
|
|
483
345
|
export var DescribeAssessmentRunsRequest;
|
|
484
346
|
(function (DescribeAssessmentRunsRequest) {
|
|
485
|
-
/**
|
|
486
|
-
* @internal
|
|
487
|
-
*/
|
|
488
347
|
DescribeAssessmentRunsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
348
|
})(DescribeAssessmentRunsRequest || (DescribeAssessmentRunsRequest = {}));
|
|
490
349
|
export var DescribeAssessmentRunsResponse;
|
|
491
350
|
(function (DescribeAssessmentRunsResponse) {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
351
|
DescribeAssessmentRunsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
352
|
})(DescribeAssessmentRunsResponse || (DescribeAssessmentRunsResponse = {}));
|
|
497
353
|
export var DescribeAssessmentTargetsRequest;
|
|
498
354
|
(function (DescribeAssessmentTargetsRequest) {
|
|
499
|
-
/**
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
502
355
|
DescribeAssessmentTargetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
356
|
})(DescribeAssessmentTargetsRequest || (DescribeAssessmentTargetsRequest = {}));
|
|
504
357
|
export var DescribeAssessmentTargetsResponse;
|
|
505
358
|
(function (DescribeAssessmentTargetsResponse) {
|
|
506
|
-
/**
|
|
507
|
-
* @internal
|
|
508
|
-
*/
|
|
509
359
|
DescribeAssessmentTargetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
360
|
})(DescribeAssessmentTargetsResponse || (DescribeAssessmentTargetsResponse = {}));
|
|
511
361
|
export var DescribeAssessmentTemplatesRequest;
|
|
512
362
|
(function (DescribeAssessmentTemplatesRequest) {
|
|
513
|
-
/**
|
|
514
|
-
* @internal
|
|
515
|
-
*/
|
|
516
363
|
DescribeAssessmentTemplatesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
364
|
})(DescribeAssessmentTemplatesRequest || (DescribeAssessmentTemplatesRequest = {}));
|
|
518
365
|
export var DescribeAssessmentTemplatesResponse;
|
|
519
366
|
(function (DescribeAssessmentTemplatesResponse) {
|
|
520
|
-
/**
|
|
521
|
-
* @internal
|
|
522
|
-
*/
|
|
523
367
|
DescribeAssessmentTemplatesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
368
|
})(DescribeAssessmentTemplatesResponse || (DescribeAssessmentTemplatesResponse = {}));
|
|
525
369
|
export var DescribeCrossAccountAccessRoleResponse;
|
|
526
370
|
(function (DescribeCrossAccountAccessRoleResponse) {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
371
|
DescribeCrossAccountAccessRoleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
372
|
})(DescribeCrossAccountAccessRoleResponse || (DescribeCrossAccountAccessRoleResponse = {}));
|
|
532
373
|
export var Locale;
|
|
@@ -535,9 +376,6 @@ export var Locale;
|
|
|
535
376
|
})(Locale || (Locale = {}));
|
|
536
377
|
export var DescribeExclusionsRequest;
|
|
537
378
|
(function (DescribeExclusionsRequest) {
|
|
538
|
-
/**
|
|
539
|
-
* @internal
|
|
540
|
-
*/
|
|
541
379
|
DescribeExclusionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
380
|
})(DescribeExclusionsRequest || (DescribeExclusionsRequest = {}));
|
|
543
381
|
export var ScopeType;
|
|
@@ -547,114 +385,66 @@ export var ScopeType;
|
|
|
547
385
|
})(ScopeType || (ScopeType = {}));
|
|
548
386
|
export var Scope;
|
|
549
387
|
(function (Scope) {
|
|
550
|
-
/**
|
|
551
|
-
* @internal
|
|
552
|
-
*/
|
|
553
388
|
Scope.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
389
|
})(Scope || (Scope = {}));
|
|
555
390
|
export var Exclusion;
|
|
556
391
|
(function (Exclusion) {
|
|
557
|
-
/**
|
|
558
|
-
* @internal
|
|
559
|
-
*/
|
|
560
392
|
Exclusion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
393
|
})(Exclusion || (Exclusion = {}));
|
|
562
394
|
export var DescribeExclusionsResponse;
|
|
563
395
|
(function (DescribeExclusionsResponse) {
|
|
564
|
-
/**
|
|
565
|
-
* @internal
|
|
566
|
-
*/
|
|
567
396
|
DescribeExclusionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
397
|
})(DescribeExclusionsResponse || (DescribeExclusionsResponse = {}));
|
|
569
398
|
export var DescribeFindingsRequest;
|
|
570
399
|
(function (DescribeFindingsRequest) {
|
|
571
|
-
/**
|
|
572
|
-
* @internal
|
|
573
|
-
*/
|
|
574
400
|
DescribeFindingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
401
|
})(DescribeFindingsRequest || (DescribeFindingsRequest = {}));
|
|
576
402
|
export var InspectorServiceAttributes;
|
|
577
403
|
(function (InspectorServiceAttributes) {
|
|
578
|
-
/**
|
|
579
|
-
* @internal
|
|
580
|
-
*/
|
|
581
404
|
InspectorServiceAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
405
|
})(InspectorServiceAttributes || (InspectorServiceAttributes = {}));
|
|
583
406
|
export var Finding;
|
|
584
407
|
(function (Finding) {
|
|
585
|
-
/**
|
|
586
|
-
* @internal
|
|
587
|
-
*/
|
|
588
408
|
Finding.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
409
|
})(Finding || (Finding = {}));
|
|
590
410
|
export var DescribeFindingsResponse;
|
|
591
411
|
(function (DescribeFindingsResponse) {
|
|
592
|
-
/**
|
|
593
|
-
* @internal
|
|
594
|
-
*/
|
|
595
412
|
DescribeFindingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
413
|
})(DescribeFindingsResponse || (DescribeFindingsResponse = {}));
|
|
597
414
|
export var DescribeResourceGroupsRequest;
|
|
598
415
|
(function (DescribeResourceGroupsRequest) {
|
|
599
|
-
/**
|
|
600
|
-
* @internal
|
|
601
|
-
*/
|
|
602
416
|
DescribeResourceGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
417
|
})(DescribeResourceGroupsRequest || (DescribeResourceGroupsRequest = {}));
|
|
604
418
|
export var ResourceGroup;
|
|
605
419
|
(function (ResourceGroup) {
|
|
606
|
-
/**
|
|
607
|
-
* @internal
|
|
608
|
-
*/
|
|
609
420
|
ResourceGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
421
|
})(ResourceGroup || (ResourceGroup = {}));
|
|
611
422
|
export var DescribeResourceGroupsResponse;
|
|
612
423
|
(function (DescribeResourceGroupsResponse) {
|
|
613
|
-
/**
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
616
424
|
DescribeResourceGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
425
|
})(DescribeResourceGroupsResponse || (DescribeResourceGroupsResponse = {}));
|
|
618
426
|
export var DescribeRulesPackagesRequest;
|
|
619
427
|
(function (DescribeRulesPackagesRequest) {
|
|
620
|
-
/**
|
|
621
|
-
* @internal
|
|
622
|
-
*/
|
|
623
428
|
DescribeRulesPackagesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
429
|
})(DescribeRulesPackagesRequest || (DescribeRulesPackagesRequest = {}));
|
|
625
430
|
export var RulesPackage;
|
|
626
431
|
(function (RulesPackage) {
|
|
627
|
-
/**
|
|
628
|
-
* @internal
|
|
629
|
-
*/
|
|
630
432
|
RulesPackage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
433
|
})(RulesPackage || (RulesPackage = {}));
|
|
632
434
|
export var DescribeRulesPackagesResponse;
|
|
633
435
|
(function (DescribeRulesPackagesResponse) {
|
|
634
|
-
/**
|
|
635
|
-
* @internal
|
|
636
|
-
*/
|
|
637
436
|
DescribeRulesPackagesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
437
|
})(DescribeRulesPackagesResponse || (DescribeRulesPackagesResponse = {}));
|
|
639
438
|
export var EventSubscription;
|
|
640
439
|
(function (EventSubscription) {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
440
|
EventSubscription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
441
|
})(EventSubscription || (EventSubscription = {}));
|
|
646
442
|
export var ExclusionPreview;
|
|
647
443
|
(function (ExclusionPreview) {
|
|
648
|
-
/**
|
|
649
|
-
* @internal
|
|
650
|
-
*/
|
|
651
444
|
ExclusionPreview.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
445
|
})(ExclusionPreview || (ExclusionPreview = {}));
|
|
653
446
|
export var FindingFilter;
|
|
654
447
|
(function (FindingFilter) {
|
|
655
|
-
/**
|
|
656
|
-
* @internal
|
|
657
|
-
*/
|
|
658
448
|
FindingFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
449
|
})(FindingFilter || (FindingFilter = {}));
|
|
660
450
|
export var ReportFileFormat;
|
|
@@ -669,9 +459,6 @@ export var ReportType;
|
|
|
669
459
|
})(ReportType || (ReportType = {}));
|
|
670
460
|
export var GetAssessmentReportRequest;
|
|
671
461
|
(function (GetAssessmentReportRequest) {
|
|
672
|
-
/**
|
|
673
|
-
* @internal
|
|
674
|
-
*/
|
|
675
462
|
GetAssessmentReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
463
|
})(GetAssessmentReportRequest || (GetAssessmentReportRequest = {}));
|
|
677
464
|
export var ReportStatus;
|
|
@@ -682,23 +469,14 @@ export var ReportStatus;
|
|
|
682
469
|
})(ReportStatus || (ReportStatus = {}));
|
|
683
470
|
export var GetAssessmentReportResponse;
|
|
684
471
|
(function (GetAssessmentReportResponse) {
|
|
685
|
-
/**
|
|
686
|
-
* @internal
|
|
687
|
-
*/
|
|
688
472
|
GetAssessmentReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
689
473
|
})(GetAssessmentReportResponse || (GetAssessmentReportResponse = {}));
|
|
690
474
|
export var UnsupportedFeatureException;
|
|
691
475
|
(function (UnsupportedFeatureException) {
|
|
692
|
-
/**
|
|
693
|
-
* @internal
|
|
694
|
-
*/
|
|
695
476
|
UnsupportedFeatureException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
696
477
|
})(UnsupportedFeatureException || (UnsupportedFeatureException = {}));
|
|
697
478
|
export var GetExclusionsPreviewRequest;
|
|
698
479
|
(function (GetExclusionsPreviewRequest) {
|
|
699
|
-
/**
|
|
700
|
-
* @internal
|
|
701
|
-
*/
|
|
702
480
|
GetExclusionsPreviewRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
481
|
})(GetExclusionsPreviewRequest || (GetExclusionsPreviewRequest = {}));
|
|
704
482
|
export var PreviewStatus;
|
|
@@ -708,212 +486,122 @@ export var PreviewStatus;
|
|
|
708
486
|
})(PreviewStatus || (PreviewStatus = {}));
|
|
709
487
|
export var GetExclusionsPreviewResponse;
|
|
710
488
|
(function (GetExclusionsPreviewResponse) {
|
|
711
|
-
/**
|
|
712
|
-
* @internal
|
|
713
|
-
*/
|
|
714
489
|
GetExclusionsPreviewResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
490
|
})(GetExclusionsPreviewResponse || (GetExclusionsPreviewResponse = {}));
|
|
716
491
|
export var GetTelemetryMetadataRequest;
|
|
717
492
|
(function (GetTelemetryMetadataRequest) {
|
|
718
|
-
/**
|
|
719
|
-
* @internal
|
|
720
|
-
*/
|
|
721
493
|
GetTelemetryMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
494
|
})(GetTelemetryMetadataRequest || (GetTelemetryMetadataRequest = {}));
|
|
723
495
|
export var GetTelemetryMetadataResponse;
|
|
724
496
|
(function (GetTelemetryMetadataResponse) {
|
|
725
|
-
/**
|
|
726
|
-
* @internal
|
|
727
|
-
*/
|
|
728
497
|
GetTelemetryMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
498
|
})(GetTelemetryMetadataResponse || (GetTelemetryMetadataResponse = {}));
|
|
730
499
|
export var ListAssessmentRunAgentsRequest;
|
|
731
500
|
(function (ListAssessmentRunAgentsRequest) {
|
|
732
|
-
/**
|
|
733
|
-
* @internal
|
|
734
|
-
*/
|
|
735
501
|
ListAssessmentRunAgentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
502
|
})(ListAssessmentRunAgentsRequest || (ListAssessmentRunAgentsRequest = {}));
|
|
737
503
|
export var ListAssessmentRunAgentsResponse;
|
|
738
504
|
(function (ListAssessmentRunAgentsResponse) {
|
|
739
|
-
/**
|
|
740
|
-
* @internal
|
|
741
|
-
*/
|
|
742
505
|
ListAssessmentRunAgentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
506
|
})(ListAssessmentRunAgentsResponse || (ListAssessmentRunAgentsResponse = {}));
|
|
744
507
|
export var ListAssessmentRunsRequest;
|
|
745
508
|
(function (ListAssessmentRunsRequest) {
|
|
746
|
-
/**
|
|
747
|
-
* @internal
|
|
748
|
-
*/
|
|
749
509
|
ListAssessmentRunsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
510
|
})(ListAssessmentRunsRequest || (ListAssessmentRunsRequest = {}));
|
|
751
511
|
export var ListAssessmentRunsResponse;
|
|
752
512
|
(function (ListAssessmentRunsResponse) {
|
|
753
|
-
/**
|
|
754
|
-
* @internal
|
|
755
|
-
*/
|
|
756
513
|
ListAssessmentRunsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
514
|
})(ListAssessmentRunsResponse || (ListAssessmentRunsResponse = {}));
|
|
758
515
|
export var ListAssessmentTargetsRequest;
|
|
759
516
|
(function (ListAssessmentTargetsRequest) {
|
|
760
|
-
/**
|
|
761
|
-
* @internal
|
|
762
|
-
*/
|
|
763
517
|
ListAssessmentTargetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
764
518
|
})(ListAssessmentTargetsRequest || (ListAssessmentTargetsRequest = {}));
|
|
765
519
|
export var ListAssessmentTargetsResponse;
|
|
766
520
|
(function (ListAssessmentTargetsResponse) {
|
|
767
|
-
/**
|
|
768
|
-
* @internal
|
|
769
|
-
*/
|
|
770
521
|
ListAssessmentTargetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
522
|
})(ListAssessmentTargetsResponse || (ListAssessmentTargetsResponse = {}));
|
|
772
523
|
export var ListAssessmentTemplatesRequest;
|
|
773
524
|
(function (ListAssessmentTemplatesRequest) {
|
|
774
|
-
/**
|
|
775
|
-
* @internal
|
|
776
|
-
*/
|
|
777
525
|
ListAssessmentTemplatesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
526
|
})(ListAssessmentTemplatesRequest || (ListAssessmentTemplatesRequest = {}));
|
|
779
527
|
export var ListAssessmentTemplatesResponse;
|
|
780
528
|
(function (ListAssessmentTemplatesResponse) {
|
|
781
|
-
/**
|
|
782
|
-
* @internal
|
|
783
|
-
*/
|
|
784
529
|
ListAssessmentTemplatesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
530
|
})(ListAssessmentTemplatesResponse || (ListAssessmentTemplatesResponse = {}));
|
|
786
531
|
export var ListEventSubscriptionsRequest;
|
|
787
532
|
(function (ListEventSubscriptionsRequest) {
|
|
788
|
-
/**
|
|
789
|
-
* @internal
|
|
790
|
-
*/
|
|
791
533
|
ListEventSubscriptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
792
534
|
})(ListEventSubscriptionsRequest || (ListEventSubscriptionsRequest = {}));
|
|
793
535
|
export var Subscription;
|
|
794
536
|
(function (Subscription) {
|
|
795
|
-
/**
|
|
796
|
-
* @internal
|
|
797
|
-
*/
|
|
798
537
|
Subscription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
538
|
})(Subscription || (Subscription = {}));
|
|
800
539
|
export var ListEventSubscriptionsResponse;
|
|
801
540
|
(function (ListEventSubscriptionsResponse) {
|
|
802
|
-
/**
|
|
803
|
-
* @internal
|
|
804
|
-
*/
|
|
805
541
|
ListEventSubscriptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
542
|
})(ListEventSubscriptionsResponse || (ListEventSubscriptionsResponse = {}));
|
|
807
543
|
export var ListExclusionsRequest;
|
|
808
544
|
(function (ListExclusionsRequest) {
|
|
809
|
-
/**
|
|
810
|
-
* @internal
|
|
811
|
-
*/
|
|
812
545
|
ListExclusionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
546
|
})(ListExclusionsRequest || (ListExclusionsRequest = {}));
|
|
814
547
|
export var ListExclusionsResponse;
|
|
815
548
|
(function (ListExclusionsResponse) {
|
|
816
|
-
/**
|
|
817
|
-
* @internal
|
|
818
|
-
*/
|
|
819
549
|
ListExclusionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
550
|
})(ListExclusionsResponse || (ListExclusionsResponse = {}));
|
|
821
551
|
export var ListFindingsRequest;
|
|
822
552
|
(function (ListFindingsRequest) {
|
|
823
|
-
/**
|
|
824
|
-
* @internal
|
|
825
|
-
*/
|
|
826
553
|
ListFindingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
554
|
})(ListFindingsRequest || (ListFindingsRequest = {}));
|
|
828
555
|
export var ListFindingsResponse;
|
|
829
556
|
(function (ListFindingsResponse) {
|
|
830
|
-
/**
|
|
831
|
-
* @internal
|
|
832
|
-
*/
|
|
833
557
|
ListFindingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
558
|
})(ListFindingsResponse || (ListFindingsResponse = {}));
|
|
835
559
|
export var ListRulesPackagesRequest;
|
|
836
560
|
(function (ListRulesPackagesRequest) {
|
|
837
|
-
/**
|
|
838
|
-
* @internal
|
|
839
|
-
*/
|
|
840
561
|
ListRulesPackagesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
562
|
})(ListRulesPackagesRequest || (ListRulesPackagesRequest = {}));
|
|
842
563
|
export var ListRulesPackagesResponse;
|
|
843
564
|
(function (ListRulesPackagesResponse) {
|
|
844
|
-
/**
|
|
845
|
-
* @internal
|
|
846
|
-
*/
|
|
847
565
|
ListRulesPackagesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
566
|
})(ListRulesPackagesResponse || (ListRulesPackagesResponse = {}));
|
|
849
567
|
export var ListTagsForResourceRequest;
|
|
850
568
|
(function (ListTagsForResourceRequest) {
|
|
851
|
-
/**
|
|
852
|
-
* @internal
|
|
853
|
-
*/
|
|
854
569
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
570
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
856
571
|
export var ListTagsForResourceResponse;
|
|
857
572
|
(function (ListTagsForResourceResponse) {
|
|
858
|
-
/**
|
|
859
|
-
* @internal
|
|
860
|
-
*/
|
|
861
573
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
574
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
863
575
|
export var PreviewAgentsRequest;
|
|
864
576
|
(function (PreviewAgentsRequest) {
|
|
865
|
-
/**
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
868
577
|
PreviewAgentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
578
|
})(PreviewAgentsRequest || (PreviewAgentsRequest = {}));
|
|
870
579
|
export var PreviewAgentsResponse;
|
|
871
580
|
(function (PreviewAgentsResponse) {
|
|
872
|
-
/**
|
|
873
|
-
* @internal
|
|
874
|
-
*/
|
|
875
581
|
PreviewAgentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
876
582
|
})(PreviewAgentsResponse || (PreviewAgentsResponse = {}));
|
|
877
583
|
export var RegisterCrossAccountAccessRoleRequest;
|
|
878
584
|
(function (RegisterCrossAccountAccessRoleRequest) {
|
|
879
|
-
/**
|
|
880
|
-
* @internal
|
|
881
|
-
*/
|
|
882
585
|
RegisterCrossAccountAccessRoleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
883
586
|
})(RegisterCrossAccountAccessRoleRequest || (RegisterCrossAccountAccessRoleRequest = {}));
|
|
884
587
|
export var RemoveAttributesFromFindingsRequest;
|
|
885
588
|
(function (RemoveAttributesFromFindingsRequest) {
|
|
886
|
-
/**
|
|
887
|
-
* @internal
|
|
888
|
-
*/
|
|
889
589
|
RemoveAttributesFromFindingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
890
590
|
})(RemoveAttributesFromFindingsRequest || (RemoveAttributesFromFindingsRequest = {}));
|
|
891
591
|
export var RemoveAttributesFromFindingsResponse;
|
|
892
592
|
(function (RemoveAttributesFromFindingsResponse) {
|
|
893
|
-
/**
|
|
894
|
-
* @internal
|
|
895
|
-
*/
|
|
896
593
|
RemoveAttributesFromFindingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
897
594
|
})(RemoveAttributesFromFindingsResponse || (RemoveAttributesFromFindingsResponse = {}));
|
|
898
595
|
export var SetTagsForResourceRequest;
|
|
899
596
|
(function (SetTagsForResourceRequest) {
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
597
|
SetTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
904
598
|
})(SetTagsForResourceRequest || (SetTagsForResourceRequest = {}));
|
|
905
599
|
export var StartAssessmentRunRequest;
|
|
906
600
|
(function (StartAssessmentRunRequest) {
|
|
907
|
-
/**
|
|
908
|
-
* @internal
|
|
909
|
-
*/
|
|
910
601
|
StartAssessmentRunRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
911
602
|
})(StartAssessmentRunRequest || (StartAssessmentRunRequest = {}));
|
|
912
603
|
export var StartAssessmentRunResponse;
|
|
913
604
|
(function (StartAssessmentRunResponse) {
|
|
914
|
-
/**
|
|
915
|
-
* @internal
|
|
916
|
-
*/
|
|
917
605
|
StartAssessmentRunResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
606
|
})(StartAssessmentRunResponse || (StartAssessmentRunResponse = {}));
|
|
919
607
|
export var StopAction;
|
|
@@ -923,30 +611,17 @@ export var StopAction;
|
|
|
923
611
|
})(StopAction || (StopAction = {}));
|
|
924
612
|
export var StopAssessmentRunRequest;
|
|
925
613
|
(function (StopAssessmentRunRequest) {
|
|
926
|
-
/**
|
|
927
|
-
* @internal
|
|
928
|
-
*/
|
|
929
614
|
StopAssessmentRunRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
930
615
|
})(StopAssessmentRunRequest || (StopAssessmentRunRequest = {}));
|
|
931
616
|
export var SubscribeToEventRequest;
|
|
932
617
|
(function (SubscribeToEventRequest) {
|
|
933
|
-
/**
|
|
934
|
-
* @internal
|
|
935
|
-
*/
|
|
936
618
|
SubscribeToEventRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
937
619
|
})(SubscribeToEventRequest || (SubscribeToEventRequest = {}));
|
|
938
620
|
export var UnsubscribeFromEventRequest;
|
|
939
621
|
(function (UnsubscribeFromEventRequest) {
|
|
940
|
-
/**
|
|
941
|
-
* @internal
|
|
942
|
-
*/
|
|
943
622
|
UnsubscribeFromEventRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
944
623
|
})(UnsubscribeFromEventRequest || (UnsubscribeFromEventRequest = {}));
|
|
945
624
|
export var UpdateAssessmentTargetRequest;
|
|
946
625
|
(function (UpdateAssessmentTargetRequest) {
|
|
947
|
-
/**
|
|
948
|
-
* @internal
|
|
949
|
-
*/
|
|
950
626
|
UpdateAssessmentTargetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
951
627
|
})(UpdateAssessmentTargetRequest || (UpdateAssessmentTargetRequest = {}));
|
|
952
|
-
//# sourceMappingURL=models_0.js.map
|