@aws-sdk/client-accessanalyzer 3.1045.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +90 -91
- package/dist-cjs/models/AccessAnalyzerServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/AccessAnalyzer.js +1 -1
- package/dist-es/AccessAnalyzerClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/ApplyArchiveRuleCommand.js +2 -2
- package/dist-es/commands/CancelPolicyGenerationCommand.js +2 -2
- package/dist-es/commands/CheckAccessNotGrantedCommand.js +2 -2
- package/dist-es/commands/CheckNoNewAccessCommand.js +2 -2
- package/dist-es/commands/CheckNoPublicAccessCommand.js +2 -2
- package/dist-es/commands/CreateAccessPreviewCommand.js +2 -2
- package/dist-es/commands/CreateAnalyzerCommand.js +2 -2
- package/dist-es/commands/CreateArchiveRuleCommand.js +2 -2
- package/dist-es/commands/DeleteAnalyzerCommand.js +2 -2
- package/dist-es/commands/DeleteArchiveRuleCommand.js +2 -2
- package/dist-es/commands/GenerateFindingRecommendationCommand.js +2 -2
- package/dist-es/commands/GetAccessPreviewCommand.js +2 -2
- package/dist-es/commands/GetAnalyzedResourceCommand.js +2 -2
- package/dist-es/commands/GetAnalyzerCommand.js +2 -2
- package/dist-es/commands/GetArchiveRuleCommand.js +2 -2
- package/dist-es/commands/GetFindingCommand.js +2 -2
- package/dist-es/commands/GetFindingRecommendationCommand.js +2 -2
- package/dist-es/commands/GetFindingV2Command.js +2 -2
- package/dist-es/commands/GetFindingsStatisticsCommand.js +2 -2
- package/dist-es/commands/GetGeneratedPolicyCommand.js +2 -2
- package/dist-es/commands/ListAccessPreviewFindingsCommand.js +2 -2
- package/dist-es/commands/ListAccessPreviewsCommand.js +2 -2
- package/dist-es/commands/ListAnalyzedResourcesCommand.js +2 -2
- package/dist-es/commands/ListAnalyzersCommand.js +2 -2
- package/dist-es/commands/ListArchiveRulesCommand.js +2 -2
- package/dist-es/commands/ListFindingsCommand.js +2 -2
- package/dist-es/commands/ListFindingsV2Command.js +2 -2
- package/dist-es/commands/ListPolicyGenerationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/StartPolicyGenerationCommand.js +2 -2
- package/dist-es/commands/StartResourceScanCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAnalyzerCommand.js +2 -2
- package/dist-es/commands/UpdateArchiveRuleCommand.js +2 -2
- package/dist-es/commands/UpdateFindingsCommand.js +2 -2
- package/dist-es/commands/ValidatePolicyCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/AccessAnalyzerServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/AccessAnalyzerClient.d.ts +5 -5
- package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +6 -4
- package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +6 -4
- package/dist-types/commands/CheckAccessNotGrantedCommand.d.ts +6 -4
- package/dist-types/commands/CheckNoNewAccessCommand.d.ts +6 -4
- package/dist-types/commands/CheckNoPublicAccessCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccessPreviewCommand.d.ts +6 -4
- package/dist-types/commands/CreateAnalyzerCommand.d.ts +6 -4
- package/dist-types/commands/CreateArchiveRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAnalyzerCommand.d.ts +6 -4
- package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +6 -4
- package/dist-types/commands/GenerateFindingRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessPreviewCommand.d.ts +6 -4
- package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +6 -4
- package/dist-types/commands/GetAnalyzerCommand.d.ts +6 -4
- package/dist-types/commands/GetArchiveRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetFindingCommand.d.ts +6 -4
- package/dist-types/commands/GetFindingRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/GetFindingV2Command.d.ts +6 -4
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessPreviewsCommand.d.ts +6 -4
- package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListAnalyzersCommand.d.ts +6 -4
- package/dist-types/commands/ListArchiveRulesCommand.d.ts +6 -4
- package/dist-types/commands/ListFindingsCommand.d.ts +6 -4
- package/dist-types/commands/ListFindingsV2Command.d.ts +6 -4
- package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/StartPolicyGenerationCommand.d.ts +6 -4
- package/dist-types/commands/StartResourceScanCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAnalyzerCommand.d.ts +6 -4
- package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -4
- package/dist-types/commands/ValidatePolicyCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/AccessAnalyzerServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CheckNoPublicAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateFindingRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFindingRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAnalyzerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AccessAnalyzerServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultAccessAnalyzerHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput } from "./commands/ApplyArchiveRuleCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { ApplyArchiveRuleRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ApplyArchiveRuleCommandInput extends ApplyArchiveRuleRequest {
|
|
|
22
22
|
export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ApplyArchiveRuleCommand_base: {
|
|
25
|
-
new (input: ApplyArchiveRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: ApplyArchiveRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ApplyArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ApplyArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retroactively applies the archive rule to existing findings that meet the archive rule criteria.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { CancelPolicyGenerationRequest, CancelPolicyGenerationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CancelPolicyGenerationCommandInput extends CancelPolicyGenerati
|
|
|
22
22
|
export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelPolicyGenerationCommand_base: {
|
|
25
|
-
new (input: CancelPolicyGenerationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelPolicyGenerationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelPolicyGenerationCommandInput): import("@smithy/core/client").CommandImpl<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelPolicyGenerationCommandInput): import("@smithy/core/client").CommandImpl<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels the requested policy generation.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { CheckAccessNotGrantedRequest, CheckAccessNotGrantedResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CheckAccessNotGrantedCommandInput extends CheckAccessNotGranted
|
|
|
22
22
|
export interface CheckAccessNotGrantedCommandOutput extends CheckAccessNotGrantedResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CheckAccessNotGrantedCommand_base: {
|
|
25
|
-
new (input: CheckAccessNotGrantedCommandInput): import("@smithy/
|
|
26
|
-
new (input: CheckAccessNotGrantedCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CheckAccessNotGrantedCommandInput): import("@smithy/core/client").CommandImpl<CheckAccessNotGrantedCommandInput, CheckAccessNotGrantedCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CheckAccessNotGrantedCommandInput): import("@smithy/core/client").CommandImpl<CheckAccessNotGrantedCommandInput, CheckAccessNotGrantedCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Checks whether the specified access isn't allowed by a policy.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { CheckNoNewAccessRequest, CheckNoNewAccessResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CheckNoNewAccessCommandInput extends CheckNoNewAccessRequest {
|
|
|
22
22
|
export interface CheckNoNewAccessCommandOutput extends CheckNoNewAccessResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CheckNoNewAccessCommand_base: {
|
|
25
|
-
new (input: CheckNoNewAccessCommandInput): import("@smithy/
|
|
26
|
-
new (input: CheckNoNewAccessCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CheckNoNewAccessCommandInput): import("@smithy/core/client").CommandImpl<CheckNoNewAccessCommandInput, CheckNoNewAccessCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CheckNoNewAccessCommandInput): import("@smithy/core/client").CommandImpl<CheckNoNewAccessCommandInput, CheckNoNewAccessCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Checks whether new access is allowed for an updated policy when compared to the existing policy.</p> <p>You can find examples for reference policies and learn how to set up and run a custom policy check for new access in the <a href="https://github.com/aws-samples/iam-access-analyzer-custom-policy-check-samples">IAM Access Analyzer custom policy checks samples</a> repository on GitHub. The reference policies in this repository are meant to be passed to the <code>existingPolicyDocument</code> request parameter.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { CheckNoPublicAccessRequest, CheckNoPublicAccessResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CheckNoPublicAccessCommandInput extends CheckNoPublicAccessRequ
|
|
|
22
22
|
export interface CheckNoPublicAccessCommandOutput extends CheckNoPublicAccessResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CheckNoPublicAccessCommand_base: {
|
|
25
|
-
new (input: CheckNoPublicAccessCommandInput): import("@smithy/
|
|
26
|
-
new (input: CheckNoPublicAccessCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CheckNoPublicAccessCommandInput): import("@smithy/core/client").CommandImpl<CheckNoPublicAccessCommandInput, CheckNoPublicAccessCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CheckNoPublicAccessCommandInput): import("@smithy/core/client").CommandImpl<CheckNoPublicAccessCommandInput, CheckNoPublicAccessCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Checks whether a resource policy can grant public access to the specified resource type.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { CreateAccessPreviewRequest, CreateAccessPreviewResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAccessPreviewCommandInput extends CreateAccessPreviewRequ
|
|
|
22
22
|
export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAccessPreviewCommand_base: {
|
|
25
|
-
new (input: CreateAccessPreviewCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAccessPreviewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAccessPreviewCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAccessPreviewCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an access preview that allows you to preview IAM Access Analyzer findings for your resource before deploying resource permissions.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { CreateAnalyzerRequest, CreateAnalyzerResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAnalyzerCommandInput extends CreateAnalyzerRequest {
|
|
|
22
22
|
export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAnalyzerCommand_base: {
|
|
25
|
-
new (input: CreateAnalyzerCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAnalyzerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an analyzer for your account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { CreateArchiveRuleRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateArchiveRuleCommandInput extends CreateArchiveRuleRequest
|
|
|
22
22
|
export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateArchiveRuleCommand_base: {
|
|
25
|
-
new (input: CreateArchiveRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateArchiveRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an archive rule for the specified analyzer. Archive rules automatically archive new findings that meet the criteria you define when you create the rule.</p> <p>To learn about filter keys that you can use to create an archive rule, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html">IAM Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { DeleteAnalyzerRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAnalyzerCommandInput extends DeleteAnalyzerRequest {
|
|
|
22
22
|
export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAnalyzerCommand_base: {
|
|
25
|
-
new (input: DeleteAnalyzerCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAnalyzerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified analyzer. When you delete an analyzer, IAM Access Analyzer is disabled for the account or organization in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { DeleteArchiveRuleRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteArchiveRuleCommandInput extends DeleteArchiveRuleRequest
|
|
|
22
22
|
export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteArchiveRuleCommand_base: {
|
|
25
|
-
new (input: DeleteArchiveRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteArchiveRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified archive rule.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { GenerateFindingRecommendationRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GenerateFindingRecommendationCommandInput extends GenerateFindi
|
|
|
22
22
|
export interface GenerateFindingRecommendationCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GenerateFindingRecommendationCommand_base: {
|
|
25
|
-
new (input: GenerateFindingRecommendationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GenerateFindingRecommendationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GenerateFindingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GenerateFindingRecommendationCommandInput, GenerateFindingRecommendationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GenerateFindingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GenerateFindingRecommendationCommandInput, GenerateFindingRecommendationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a recommendation for an unused permissions finding.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { GetAccessPreviewRequest, GetAccessPreviewResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAccessPreviewCommandInput extends GetAccessPreviewRequest {
|
|
|
22
22
|
export interface GetAccessPreviewCommandOutput extends GetAccessPreviewResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAccessPreviewCommand_base: {
|
|
25
|
-
new (input: GetAccessPreviewCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAccessPreviewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAccessPreviewCommandInput): import("@smithy/core/client").CommandImpl<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAccessPreviewCommandInput): import("@smithy/core/client").CommandImpl<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about an access preview for the specified analyzer.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { GetAnalyzedResourceRequest, GetAnalyzedResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAnalyzedResourceCommandInput extends GetAnalyzedResourceRequ
|
|
|
22
22
|
export interface GetAnalyzedResourceCommandOutput extends GetAnalyzedResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAnalyzedResourceCommand_base: {
|
|
25
|
-
new (input: GetAnalyzedResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAnalyzedResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAnalyzedResourceCommandInput): import("@smithy/core/client").CommandImpl<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAnalyzedResourceCommandInput): import("@smithy/core/client").CommandImpl<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about a resource that was analyzed.</p> <note> <p>This action is supported only for external access analyzers.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAnalyzerCommandInput extends GetAnalyzerRequest {
|
|
|
22
22
|
export interface GetAnalyzerCommandOutput extends GetAnalyzerResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAnalyzerCommand_base: {
|
|
25
|
-
new (input: GetAnalyzerCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAnalyzerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<GetAnalyzerCommandInput, GetAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<GetAnalyzerCommandInput, GetAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about the specified analyzer.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { GetArchiveRuleRequest, GetArchiveRuleResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetArchiveRuleCommandInput extends GetArchiveRuleRequest {
|
|
|
22
22
|
export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetArchiveRuleCommand_base: {
|
|
25
|
-
new (input: GetArchiveRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetArchiveRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about an archive rule.</p> <p>To learn about filter keys that you can use to create an archive rule, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html">IAM Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { GetFindingRequest, GetFindingResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetFindingCommandInput extends GetFindingRequest {
|
|
|
22
22
|
export interface GetFindingCommandOutput extends GetFindingResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetFindingCommand_base: {
|
|
25
|
-
new (input: GetFindingCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetFindingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetFindingCommandInput): import("@smithy/core/client").CommandImpl<GetFindingCommandInput, GetFindingCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetFindingCommandInput): import("@smithy/core/client").CommandImpl<GetFindingCommandInput, GetFindingCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about the specified finding. GetFinding and GetFindingV2 both use <code>access-analyzer:GetFinding</code> in the <code>Action</code> element of an IAM policy statement. You must have permission to perform the <code>access-analyzer:GetFinding</code> action.</p> <note> <p>GetFinding is supported only for external access analyzers. You must use GetFindingV2 for internal and unused access analyzers.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { GetFindingRecommendationRequest, GetFindingRecommendationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetFindingRecommendationCommandInput extends GetFindingRecommen
|
|
|
22
22
|
export interface GetFindingRecommendationCommandOutput extends GetFindingRecommendationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetFindingRecommendationCommand_base: {
|
|
25
|
-
new (input: GetFindingRecommendationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetFindingRecommendationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetFindingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetFindingRecommendationCommandInput, GetFindingRecommendationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetFindingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetFindingRecommendationCommandInput, GetFindingRecommendationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about a finding recommendation for the specified analyzer.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { GetFindingV2Request, GetFindingV2Response } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetFindingV2CommandInput extends GetFindingV2Request {
|
|
|
22
22
|
export interface GetFindingV2CommandOutput extends GetFindingV2Response, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetFindingV2Command_base: {
|
|
25
|
-
new (input: GetFindingV2CommandInput): import("@smithy/
|
|
26
|
-
new (input: GetFindingV2CommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetFindingV2CommandInput): import("@smithy/core/client").CommandImpl<GetFindingV2CommandInput, GetFindingV2CommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetFindingV2CommandInput): import("@smithy/core/client").CommandImpl<GetFindingV2CommandInput, GetFindingV2CommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about the specified finding. GetFinding and GetFindingV2 both use <code>access-analyzer:GetFinding</code> in the <code>Action</code> element of an IAM policy statement. You must have permission to perform the <code>access-analyzer:GetFinding</code> action.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { GetFindingsStatisticsRequest, GetFindingsStatisticsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetFindingsStatisticsCommandInput extends GetFindingsStatistics
|
|
|
22
22
|
export interface GetFindingsStatisticsCommandOutput extends GetFindingsStatisticsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetFindingsStatisticsCommand_base: {
|
|
25
|
-
new (input: GetFindingsStatisticsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetFindingsStatisticsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetFindingsStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetFindingsStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of aggregated finding statistics for an external access or unused access analyzer.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { GetGeneratedPolicyRequest, GetGeneratedPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetGeneratedPolicyCommandInput extends GetGeneratedPolicyReques
|
|
|
22
22
|
export interface GetGeneratedPolicyCommandOutput extends GetGeneratedPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetGeneratedPolicyCommand_base: {
|
|
25
|
-
new (input: GetGeneratedPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetGeneratedPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetGeneratedPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetGeneratedPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the policy that was generated using <code>StartPolicyGeneration</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { ListAccessPreviewFindingsRequest, ListAccessPreviewFindingsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAccessPreviewFindingsCommandInput extends ListAccessPreview
|
|
|
22
22
|
export interface ListAccessPreviewFindingsCommandOutput extends ListAccessPreviewFindingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAccessPreviewFindingsCommand_base: {
|
|
25
|
-
new (input: ListAccessPreviewFindingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAccessPreviewFindingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAccessPreviewFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListAccessPreviewFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of access preview findings generated by the specified access preview.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { ListAccessPreviewsRequest, ListAccessPreviewsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAccessPreviewsCommandInput extends ListAccessPreviewsReques
|
|
|
22
22
|
export interface ListAccessPreviewsCommandOutput extends ListAccessPreviewsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAccessPreviewsCommand_base: {
|
|
25
|
-
new (input: ListAccessPreviewsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAccessPreviewsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAccessPreviewsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListAccessPreviewsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of access previews for the specified analyzer.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
4
|
import type { ListAnalyzedResourcesRequest, ListAnalyzedResourcesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAnalyzedResourcesCommandInput extends ListAnalyzedResources
|
|
|
22
22
|
export interface ListAnalyzedResourcesCommandOutput extends ListAnalyzedResourcesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAnalyzedResourcesCommand_base: {
|
|
25
|
-
new (input: ListAnalyzedResourcesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAnalyzedResourcesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAnalyzedResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListAnalyzedResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer.</p>
|