@aws-sdk/client-accessanalyzer 3.170.0 → 3.171.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 +8 -0
- package/dist-types/ts3.4/AccessAnalyzer.d.ts +0 -28
- package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/AccessAnalyzerServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -399
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -14,7 +14,6 @@ import { StartResourceScanRequest } from "../models/models_0";
|
|
|
14
14
|
export interface StartResourceScanCommandInput
|
|
15
15
|
extends StartResourceScanRequest {}
|
|
16
16
|
export interface StartResourceScanCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class StartResourceScanCommand extends $Command<
|
|
19
18
|
StartResourceScanCommandInput,
|
|
20
19
|
StartResourceScanCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class StartResourceScanCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: StartResourceScanCommandInput;
|
|
24
23
|
constructor(input: StartResourceScanCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: AccessAnalyzerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AccessAnalyzerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AccessAnalyzerClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { UpdateArchiveRuleRequest } from "../models/models_0";
|
|
|
14
14
|
export interface UpdateArchiveRuleCommandInput
|
|
15
15
|
extends UpdateArchiveRuleRequest {}
|
|
16
16
|
export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class UpdateArchiveRuleCommand extends $Command<
|
|
19
18
|
UpdateArchiveRuleCommandInput,
|
|
20
19
|
UpdateArchiveRuleCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class UpdateArchiveRuleCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: UpdateArchiveRuleCommandInput;
|
|
24
23
|
constructor(input: UpdateArchiveRuleCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: AccessAnalyzerClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { UpdateFindingsRequest } from "../models/models_0";
|
|
14
14
|
export interface UpdateFindingsCommandInput extends UpdateFindingsRequest {}
|
|
15
15
|
export interface UpdateFindingsCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UpdateFindingsCommand extends $Command<
|
|
18
17
|
UpdateFindingsCommandInput,
|
|
19
18
|
UpdateFindingsCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UpdateFindingsCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UpdateFindingsCommandInput;
|
|
23
22
|
constructor(input: UpdateFindingsCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: AccessAnalyzerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ValidatePolicyCommandInput extends ValidatePolicyRequest {}
|
|
|
18
18
|
export interface ValidatePolicyCommandOutput
|
|
19
19
|
extends ValidatePolicyResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ValidatePolicyCommand extends $Command<
|
|
23
22
|
ValidatePolicyCommandInput,
|
|
24
23
|
ValidatePolicyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ValidatePolicyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ValidatePolicyCommandInput;
|
|
28
27
|
constructor(input: ValidatePolicyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AccessAnalyzerClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class AccessAnalyzerServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|