@aws-sdk/client-accessanalyzer 3.1076.0 → 3.1078.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/index.js +50 -395
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/ApplyArchiveRuleCommand.js +2 -14
- package/dist-es/commands/CancelPolicyGenerationCommand.js +2 -14
- package/dist-es/commands/CheckAccessNotGrantedCommand.js +2 -14
- package/dist-es/commands/CheckNoNewAccessCommand.js +2 -14
- package/dist-es/commands/CheckNoPublicAccessCommand.js +2 -14
- package/dist-es/commands/CreateAccessPreviewCommand.js +2 -14
- package/dist-es/commands/CreateAnalyzerCommand.js +2 -14
- package/dist-es/commands/CreateArchiveRuleCommand.js +2 -14
- package/dist-es/commands/CreateServiceLinkedAnalyzerCommand.js +2 -14
- package/dist-es/commands/DeleteAnalyzerCommand.js +2 -14
- package/dist-es/commands/DeleteArchiveRuleCommand.js +2 -14
- package/dist-es/commands/DeleteServiceLinkedAnalyzerCommand.js +2 -14
- package/dist-es/commands/GenerateFindingRecommendationCommand.js +2 -14
- package/dist-es/commands/GetAccessPreviewCommand.js +2 -14
- package/dist-es/commands/GetAnalyzedResourceCommand.js +2 -14
- package/dist-es/commands/GetAnalyzerCommand.js +2 -14
- package/dist-es/commands/GetArchiveRuleCommand.js +2 -14
- package/dist-es/commands/GetFindingCommand.js +2 -14
- package/dist-es/commands/GetFindingRecommendationCommand.js +2 -14
- package/dist-es/commands/GetFindingV2Command.js +2 -14
- package/dist-es/commands/GetFindingsStatisticsCommand.js +2 -14
- package/dist-es/commands/GetGeneratedPolicyCommand.js +2 -14
- package/dist-es/commands/ListAccessPreviewFindingsCommand.js +2 -14
- package/dist-es/commands/ListAccessPreviewsCommand.js +2 -14
- package/dist-es/commands/ListAnalyzedResourcesCommand.js +2 -14
- package/dist-es/commands/ListAnalyzersCommand.js +2 -14
- package/dist-es/commands/ListArchiveRulesCommand.js +2 -14
- package/dist-es/commands/ListFindingsCommand.js +2 -14
- package/dist-es/commands/ListFindingsV2Command.js +2 -14
- package/dist-es/commands/ListPolicyGenerationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartPolicyGenerationCommand.js +2 -14
- package/dist-es/commands/StartResourceScanCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAnalyzerCommand.js +2 -14
- package/dist-es/commands/UpdateArchiveRuleCommand.js +2 -14
- package/dist-es/commands/UpdateFindingsCommand.js +2 -14
- package/dist-es/commands/ValidatePolicyCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +3 -8
- package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +3 -8
- package/dist-types/commands/CheckAccessNotGrantedCommand.d.ts +3 -8
- package/dist-types/commands/CheckNoNewAccessCommand.d.ts +3 -8
- package/dist-types/commands/CheckNoPublicAccessCommand.d.ts +3 -8
- package/dist-types/commands/CreateAccessPreviewCommand.d.ts +3 -8
- package/dist-types/commands/CreateAnalyzerCommand.d.ts +3 -8
- package/dist-types/commands/CreateArchiveRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceLinkedAnalyzerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAnalyzerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceLinkedAnalyzerCommand.d.ts +3 -8
- package/dist-types/commands/GenerateFindingRecommendationCommand.d.ts +3 -8
- package/dist-types/commands/GetAccessPreviewCommand.d.ts +3 -8
- package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +3 -8
- package/dist-types/commands/GetAnalyzerCommand.d.ts +3 -8
- package/dist-types/commands/GetArchiveRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetFindingCommand.d.ts +3 -8
- package/dist-types/commands/GetFindingRecommendationCommand.d.ts +3 -8
- package/dist-types/commands/GetFindingV2Command.d.ts +3 -8
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessPreviewsCommand.d.ts +3 -8
- package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListAnalyzersCommand.d.ts +3 -8
- package/dist-types/commands/ListArchiveRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListFindingsCommand.d.ts +3 -8
- package/dist-types/commands/ListFindingsV2Command.d.ts +3 -8
- package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartPolicyGenerationCommand.d.ts +3 -8
- package/dist-types/commands/StartResourceScanCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAnalyzerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFindingsCommand.d.ts +3 -8
- package/dist-types/commands/ValidatePolicyCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckNoPublicAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceLinkedAnalyzerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceLinkedAnalyzerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GenerateFindingRecommendationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFindingRecommendationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAnalyzerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultAccessAnalyzerHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1864,6 +1866,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1864
1866
|
serviceTarget: "AccessAnalyzer",
|
|
1865
1867
|
},
|
|
1866
1868
|
serviceId: config?.serviceId ?? "AccessAnalyzer",
|
|
1869
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1867
1870
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1868
1871
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1869
1872
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1897,7 +1900,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1897
1900
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1898
1901
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1899
1902
|
}, config),
|
|
1900
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1901
1903
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1902
1904
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1903
1905
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1985,472 +1987,125 @@ class AccessAnalyzerClient extends Client {
|
|
|
1985
1987
|
}
|
|
1986
1988
|
}
|
|
1987
1989
|
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
})
|
|
1994
|
-
.s("AccessAnalyzer", "ApplyArchiveRule", {})
|
|
1995
|
-
.n("AccessAnalyzerClient", "ApplyArchiveRuleCommand")
|
|
1996
|
-
.sc(ApplyArchiveRule$)
|
|
1997
|
-
.build() {
|
|
1990
|
+
const command = makeBuilder(commonParams, "AccessAnalyzer", "AccessAnalyzerClient", getEndpointPlugin);
|
|
1991
|
+
const _ep0 = {};
|
|
1992
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1993
|
+
|
|
1994
|
+
class ApplyArchiveRuleCommand extends command(_ep0, _mw0, "ApplyArchiveRule", ApplyArchiveRule$) {
|
|
1998
1995
|
}
|
|
1999
1996
|
|
|
2000
|
-
class CancelPolicyGenerationCommand extends
|
|
2001
|
-
.classBuilder()
|
|
2002
|
-
.ep(commonParams)
|
|
2003
|
-
.m(function (Command, cs, config, o) {
|
|
2004
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2005
|
-
})
|
|
2006
|
-
.s("AccessAnalyzer", "CancelPolicyGeneration", {})
|
|
2007
|
-
.n("AccessAnalyzerClient", "CancelPolicyGenerationCommand")
|
|
2008
|
-
.sc(CancelPolicyGeneration$)
|
|
2009
|
-
.build() {
|
|
1997
|
+
class CancelPolicyGenerationCommand extends command(_ep0, _mw0, "CancelPolicyGeneration", CancelPolicyGeneration$) {
|
|
2010
1998
|
}
|
|
2011
1999
|
|
|
2012
|
-
class CheckAccessNotGrantedCommand extends
|
|
2013
|
-
.classBuilder()
|
|
2014
|
-
.ep(commonParams)
|
|
2015
|
-
.m(function (Command, cs, config, o) {
|
|
2016
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2017
|
-
})
|
|
2018
|
-
.s("AccessAnalyzer", "CheckAccessNotGranted", {})
|
|
2019
|
-
.n("AccessAnalyzerClient", "CheckAccessNotGrantedCommand")
|
|
2020
|
-
.sc(CheckAccessNotGranted$)
|
|
2021
|
-
.build() {
|
|
2000
|
+
class CheckAccessNotGrantedCommand extends command(_ep0, _mw0, "CheckAccessNotGranted", CheckAccessNotGranted$) {
|
|
2022
2001
|
}
|
|
2023
2002
|
|
|
2024
|
-
class CheckNoNewAccessCommand extends
|
|
2025
|
-
.classBuilder()
|
|
2026
|
-
.ep(commonParams)
|
|
2027
|
-
.m(function (Command, cs, config, o) {
|
|
2028
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2029
|
-
})
|
|
2030
|
-
.s("AccessAnalyzer", "CheckNoNewAccess", {})
|
|
2031
|
-
.n("AccessAnalyzerClient", "CheckNoNewAccessCommand")
|
|
2032
|
-
.sc(CheckNoNewAccess$)
|
|
2033
|
-
.build() {
|
|
2003
|
+
class CheckNoNewAccessCommand extends command(_ep0, _mw0, "CheckNoNewAccess", CheckNoNewAccess$) {
|
|
2034
2004
|
}
|
|
2035
2005
|
|
|
2036
|
-
class CheckNoPublicAccessCommand extends
|
|
2037
|
-
.classBuilder()
|
|
2038
|
-
.ep(commonParams)
|
|
2039
|
-
.m(function (Command, cs, config, o) {
|
|
2040
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2041
|
-
})
|
|
2042
|
-
.s("AccessAnalyzer", "CheckNoPublicAccess", {})
|
|
2043
|
-
.n("AccessAnalyzerClient", "CheckNoPublicAccessCommand")
|
|
2044
|
-
.sc(CheckNoPublicAccess$)
|
|
2045
|
-
.build() {
|
|
2006
|
+
class CheckNoPublicAccessCommand extends command(_ep0, _mw0, "CheckNoPublicAccess", CheckNoPublicAccess$) {
|
|
2046
2007
|
}
|
|
2047
2008
|
|
|
2048
|
-
class CreateAccessPreviewCommand extends
|
|
2049
|
-
.classBuilder()
|
|
2050
|
-
.ep(commonParams)
|
|
2051
|
-
.m(function (Command, cs, config, o) {
|
|
2052
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2053
|
-
})
|
|
2054
|
-
.s("AccessAnalyzer", "CreateAccessPreview", {})
|
|
2055
|
-
.n("AccessAnalyzerClient", "CreateAccessPreviewCommand")
|
|
2056
|
-
.sc(CreateAccessPreview$)
|
|
2057
|
-
.build() {
|
|
2009
|
+
class CreateAccessPreviewCommand extends command(_ep0, _mw0, "CreateAccessPreview", CreateAccessPreview$) {
|
|
2058
2010
|
}
|
|
2059
2011
|
|
|
2060
|
-
class CreateAnalyzerCommand extends
|
|
2061
|
-
.classBuilder()
|
|
2062
|
-
.ep(commonParams)
|
|
2063
|
-
.m(function (Command, cs, config, o) {
|
|
2064
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2065
|
-
})
|
|
2066
|
-
.s("AccessAnalyzer", "CreateAnalyzer", {})
|
|
2067
|
-
.n("AccessAnalyzerClient", "CreateAnalyzerCommand")
|
|
2068
|
-
.sc(CreateAnalyzer$)
|
|
2069
|
-
.build() {
|
|
2012
|
+
class CreateAnalyzerCommand extends command(_ep0, _mw0, "CreateAnalyzer", CreateAnalyzer$) {
|
|
2070
2013
|
}
|
|
2071
2014
|
|
|
2072
|
-
class CreateArchiveRuleCommand extends
|
|
2073
|
-
.classBuilder()
|
|
2074
|
-
.ep(commonParams)
|
|
2075
|
-
.m(function (Command, cs, config, o) {
|
|
2076
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2077
|
-
})
|
|
2078
|
-
.s("AccessAnalyzer", "CreateArchiveRule", {})
|
|
2079
|
-
.n("AccessAnalyzerClient", "CreateArchiveRuleCommand")
|
|
2080
|
-
.sc(CreateArchiveRule$)
|
|
2081
|
-
.build() {
|
|
2015
|
+
class CreateArchiveRuleCommand extends command(_ep0, _mw0, "CreateArchiveRule", CreateArchiveRule$) {
|
|
2082
2016
|
}
|
|
2083
2017
|
|
|
2084
|
-
class CreateServiceLinkedAnalyzerCommand extends
|
|
2085
|
-
.classBuilder()
|
|
2086
|
-
.ep(commonParams)
|
|
2087
|
-
.m(function (Command, cs, config, o) {
|
|
2088
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2089
|
-
})
|
|
2090
|
-
.s("AccessAnalyzer", "CreateServiceLinkedAnalyzer", {})
|
|
2091
|
-
.n("AccessAnalyzerClient", "CreateServiceLinkedAnalyzerCommand")
|
|
2092
|
-
.sc(CreateServiceLinkedAnalyzer$)
|
|
2093
|
-
.build() {
|
|
2018
|
+
class CreateServiceLinkedAnalyzerCommand extends command(_ep0, _mw0, "CreateServiceLinkedAnalyzer", CreateServiceLinkedAnalyzer$) {
|
|
2094
2019
|
}
|
|
2095
2020
|
|
|
2096
|
-
class DeleteAnalyzerCommand extends
|
|
2097
|
-
.classBuilder()
|
|
2098
|
-
.ep(commonParams)
|
|
2099
|
-
.m(function (Command, cs, config, o) {
|
|
2100
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2101
|
-
})
|
|
2102
|
-
.s("AccessAnalyzer", "DeleteAnalyzer", {})
|
|
2103
|
-
.n("AccessAnalyzerClient", "DeleteAnalyzerCommand")
|
|
2104
|
-
.sc(DeleteAnalyzer$)
|
|
2105
|
-
.build() {
|
|
2021
|
+
class DeleteAnalyzerCommand extends command(_ep0, _mw0, "DeleteAnalyzer", DeleteAnalyzer$) {
|
|
2106
2022
|
}
|
|
2107
2023
|
|
|
2108
|
-
class DeleteArchiveRuleCommand extends
|
|
2109
|
-
.classBuilder()
|
|
2110
|
-
.ep(commonParams)
|
|
2111
|
-
.m(function (Command, cs, config, o) {
|
|
2112
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2113
|
-
})
|
|
2114
|
-
.s("AccessAnalyzer", "DeleteArchiveRule", {})
|
|
2115
|
-
.n("AccessAnalyzerClient", "DeleteArchiveRuleCommand")
|
|
2116
|
-
.sc(DeleteArchiveRule$)
|
|
2117
|
-
.build() {
|
|
2024
|
+
class DeleteArchiveRuleCommand extends command(_ep0, _mw0, "DeleteArchiveRule", DeleteArchiveRule$) {
|
|
2118
2025
|
}
|
|
2119
2026
|
|
|
2120
|
-
class DeleteServiceLinkedAnalyzerCommand extends
|
|
2121
|
-
.classBuilder()
|
|
2122
|
-
.ep(commonParams)
|
|
2123
|
-
.m(function (Command, cs, config, o) {
|
|
2124
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2125
|
-
})
|
|
2126
|
-
.s("AccessAnalyzer", "DeleteServiceLinkedAnalyzer", {})
|
|
2127
|
-
.n("AccessAnalyzerClient", "DeleteServiceLinkedAnalyzerCommand")
|
|
2128
|
-
.sc(DeleteServiceLinkedAnalyzer$)
|
|
2129
|
-
.build() {
|
|
2027
|
+
class DeleteServiceLinkedAnalyzerCommand extends command(_ep0, _mw0, "DeleteServiceLinkedAnalyzer", DeleteServiceLinkedAnalyzer$) {
|
|
2130
2028
|
}
|
|
2131
2029
|
|
|
2132
|
-
class GenerateFindingRecommendationCommand extends
|
|
2133
|
-
.classBuilder()
|
|
2134
|
-
.ep(commonParams)
|
|
2135
|
-
.m(function (Command, cs, config, o) {
|
|
2136
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2137
|
-
})
|
|
2138
|
-
.s("AccessAnalyzer", "GenerateFindingRecommendation", {})
|
|
2139
|
-
.n("AccessAnalyzerClient", "GenerateFindingRecommendationCommand")
|
|
2140
|
-
.sc(GenerateFindingRecommendation$)
|
|
2141
|
-
.build() {
|
|
2030
|
+
class GenerateFindingRecommendationCommand extends command(_ep0, _mw0, "GenerateFindingRecommendation", GenerateFindingRecommendation$) {
|
|
2142
2031
|
}
|
|
2143
2032
|
|
|
2144
|
-
class GetAccessPreviewCommand extends
|
|
2145
|
-
.classBuilder()
|
|
2146
|
-
.ep(commonParams)
|
|
2147
|
-
.m(function (Command, cs, config, o) {
|
|
2148
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2149
|
-
})
|
|
2150
|
-
.s("AccessAnalyzer", "GetAccessPreview", {})
|
|
2151
|
-
.n("AccessAnalyzerClient", "GetAccessPreviewCommand")
|
|
2152
|
-
.sc(GetAccessPreview$)
|
|
2153
|
-
.build() {
|
|
2033
|
+
class GetAccessPreviewCommand extends command(_ep0, _mw0, "GetAccessPreview", GetAccessPreview$) {
|
|
2154
2034
|
}
|
|
2155
2035
|
|
|
2156
|
-
class GetAnalyzedResourceCommand extends
|
|
2157
|
-
.classBuilder()
|
|
2158
|
-
.ep(commonParams)
|
|
2159
|
-
.m(function (Command, cs, config, o) {
|
|
2160
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2161
|
-
})
|
|
2162
|
-
.s("AccessAnalyzer", "GetAnalyzedResource", {})
|
|
2163
|
-
.n("AccessAnalyzerClient", "GetAnalyzedResourceCommand")
|
|
2164
|
-
.sc(GetAnalyzedResource$)
|
|
2165
|
-
.build() {
|
|
2036
|
+
class GetAnalyzedResourceCommand extends command(_ep0, _mw0, "GetAnalyzedResource", GetAnalyzedResource$) {
|
|
2166
2037
|
}
|
|
2167
2038
|
|
|
2168
|
-
class GetAnalyzerCommand extends
|
|
2169
|
-
.classBuilder()
|
|
2170
|
-
.ep(commonParams)
|
|
2171
|
-
.m(function (Command, cs, config, o) {
|
|
2172
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2173
|
-
})
|
|
2174
|
-
.s("AccessAnalyzer", "GetAnalyzer", {})
|
|
2175
|
-
.n("AccessAnalyzerClient", "GetAnalyzerCommand")
|
|
2176
|
-
.sc(GetAnalyzer$)
|
|
2177
|
-
.build() {
|
|
2039
|
+
class GetAnalyzerCommand extends command(_ep0, _mw0, "GetAnalyzer", GetAnalyzer$) {
|
|
2178
2040
|
}
|
|
2179
2041
|
|
|
2180
|
-
class GetArchiveRuleCommand extends
|
|
2181
|
-
.classBuilder()
|
|
2182
|
-
.ep(commonParams)
|
|
2183
|
-
.m(function (Command, cs, config, o) {
|
|
2184
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2185
|
-
})
|
|
2186
|
-
.s("AccessAnalyzer", "GetArchiveRule", {})
|
|
2187
|
-
.n("AccessAnalyzerClient", "GetArchiveRuleCommand")
|
|
2188
|
-
.sc(GetArchiveRule$)
|
|
2189
|
-
.build() {
|
|
2042
|
+
class GetArchiveRuleCommand extends command(_ep0, _mw0, "GetArchiveRule", GetArchiveRule$) {
|
|
2190
2043
|
}
|
|
2191
2044
|
|
|
2192
|
-
class GetFindingCommand extends
|
|
2193
|
-
.classBuilder()
|
|
2194
|
-
.ep(commonParams)
|
|
2195
|
-
.m(function (Command, cs, config, o) {
|
|
2196
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2197
|
-
})
|
|
2198
|
-
.s("AccessAnalyzer", "GetFinding", {})
|
|
2199
|
-
.n("AccessAnalyzerClient", "GetFindingCommand")
|
|
2200
|
-
.sc(GetFinding$)
|
|
2201
|
-
.build() {
|
|
2045
|
+
class GetFindingCommand extends command(_ep0, _mw0, "GetFinding", GetFinding$) {
|
|
2202
2046
|
}
|
|
2203
2047
|
|
|
2204
|
-
class GetFindingRecommendationCommand extends
|
|
2205
|
-
.classBuilder()
|
|
2206
|
-
.ep(commonParams)
|
|
2207
|
-
.m(function (Command, cs, config, o) {
|
|
2208
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2209
|
-
})
|
|
2210
|
-
.s("AccessAnalyzer", "GetFindingRecommendation", {})
|
|
2211
|
-
.n("AccessAnalyzerClient", "GetFindingRecommendationCommand")
|
|
2212
|
-
.sc(GetFindingRecommendation$)
|
|
2213
|
-
.build() {
|
|
2048
|
+
class GetFindingRecommendationCommand extends command(_ep0, _mw0, "GetFindingRecommendation", GetFindingRecommendation$) {
|
|
2214
2049
|
}
|
|
2215
2050
|
|
|
2216
|
-
class GetFindingsStatisticsCommand extends
|
|
2217
|
-
.classBuilder()
|
|
2218
|
-
.ep(commonParams)
|
|
2219
|
-
.m(function (Command, cs, config, o) {
|
|
2220
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2221
|
-
})
|
|
2222
|
-
.s("AccessAnalyzer", "GetFindingsStatistics", {})
|
|
2223
|
-
.n("AccessAnalyzerClient", "GetFindingsStatisticsCommand")
|
|
2224
|
-
.sc(GetFindingsStatistics$)
|
|
2225
|
-
.build() {
|
|
2051
|
+
class GetFindingsStatisticsCommand extends command(_ep0, _mw0, "GetFindingsStatistics", GetFindingsStatistics$) {
|
|
2226
2052
|
}
|
|
2227
2053
|
|
|
2228
|
-
class GetFindingV2Command extends
|
|
2229
|
-
.classBuilder()
|
|
2230
|
-
.ep(commonParams)
|
|
2231
|
-
.m(function (Command, cs, config, o) {
|
|
2232
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2233
|
-
})
|
|
2234
|
-
.s("AccessAnalyzer", "GetFindingV2", {})
|
|
2235
|
-
.n("AccessAnalyzerClient", "GetFindingV2Command")
|
|
2236
|
-
.sc(GetFindingV2$)
|
|
2237
|
-
.build() {
|
|
2054
|
+
class GetFindingV2Command extends command(_ep0, _mw0, "GetFindingV2", GetFindingV2$) {
|
|
2238
2055
|
}
|
|
2239
2056
|
|
|
2240
|
-
class GetGeneratedPolicyCommand extends
|
|
2241
|
-
.classBuilder()
|
|
2242
|
-
.ep(commonParams)
|
|
2243
|
-
.m(function (Command, cs, config, o) {
|
|
2244
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2245
|
-
})
|
|
2246
|
-
.s("AccessAnalyzer", "GetGeneratedPolicy", {})
|
|
2247
|
-
.n("AccessAnalyzerClient", "GetGeneratedPolicyCommand")
|
|
2248
|
-
.sc(GetGeneratedPolicy$)
|
|
2249
|
-
.build() {
|
|
2057
|
+
class GetGeneratedPolicyCommand extends command(_ep0, _mw0, "GetGeneratedPolicy", GetGeneratedPolicy$) {
|
|
2250
2058
|
}
|
|
2251
2059
|
|
|
2252
|
-
class ListAccessPreviewFindingsCommand extends
|
|
2253
|
-
.classBuilder()
|
|
2254
|
-
.ep(commonParams)
|
|
2255
|
-
.m(function (Command, cs, config, o) {
|
|
2256
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2257
|
-
})
|
|
2258
|
-
.s("AccessAnalyzer", "ListAccessPreviewFindings", {})
|
|
2259
|
-
.n("AccessAnalyzerClient", "ListAccessPreviewFindingsCommand")
|
|
2260
|
-
.sc(ListAccessPreviewFindings$)
|
|
2261
|
-
.build() {
|
|
2060
|
+
class ListAccessPreviewFindingsCommand extends command(_ep0, _mw0, "ListAccessPreviewFindings", ListAccessPreviewFindings$) {
|
|
2262
2061
|
}
|
|
2263
2062
|
|
|
2264
|
-
class ListAccessPreviewsCommand extends
|
|
2265
|
-
.classBuilder()
|
|
2266
|
-
.ep(commonParams)
|
|
2267
|
-
.m(function (Command, cs, config, o) {
|
|
2268
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2269
|
-
})
|
|
2270
|
-
.s("AccessAnalyzer", "ListAccessPreviews", {})
|
|
2271
|
-
.n("AccessAnalyzerClient", "ListAccessPreviewsCommand")
|
|
2272
|
-
.sc(ListAccessPreviews$)
|
|
2273
|
-
.build() {
|
|
2063
|
+
class ListAccessPreviewsCommand extends command(_ep0, _mw0, "ListAccessPreviews", ListAccessPreviews$) {
|
|
2274
2064
|
}
|
|
2275
2065
|
|
|
2276
|
-
class ListAnalyzedResourcesCommand extends
|
|
2277
|
-
.classBuilder()
|
|
2278
|
-
.ep(commonParams)
|
|
2279
|
-
.m(function (Command, cs, config, o) {
|
|
2280
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2281
|
-
})
|
|
2282
|
-
.s("AccessAnalyzer", "ListAnalyzedResources", {})
|
|
2283
|
-
.n("AccessAnalyzerClient", "ListAnalyzedResourcesCommand")
|
|
2284
|
-
.sc(ListAnalyzedResources$)
|
|
2285
|
-
.build() {
|
|
2066
|
+
class ListAnalyzedResourcesCommand extends command(_ep0, _mw0, "ListAnalyzedResources", ListAnalyzedResources$) {
|
|
2286
2067
|
}
|
|
2287
2068
|
|
|
2288
|
-
class ListAnalyzersCommand extends
|
|
2289
|
-
.classBuilder()
|
|
2290
|
-
.ep(commonParams)
|
|
2291
|
-
.m(function (Command, cs, config, o) {
|
|
2292
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2293
|
-
})
|
|
2294
|
-
.s("AccessAnalyzer", "ListAnalyzers", {})
|
|
2295
|
-
.n("AccessAnalyzerClient", "ListAnalyzersCommand")
|
|
2296
|
-
.sc(ListAnalyzers$)
|
|
2297
|
-
.build() {
|
|
2069
|
+
class ListAnalyzersCommand extends command(_ep0, _mw0, "ListAnalyzers", ListAnalyzers$) {
|
|
2298
2070
|
}
|
|
2299
2071
|
|
|
2300
|
-
class ListArchiveRulesCommand extends
|
|
2301
|
-
.classBuilder()
|
|
2302
|
-
.ep(commonParams)
|
|
2303
|
-
.m(function (Command, cs, config, o) {
|
|
2304
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2305
|
-
})
|
|
2306
|
-
.s("AccessAnalyzer", "ListArchiveRules", {})
|
|
2307
|
-
.n("AccessAnalyzerClient", "ListArchiveRulesCommand")
|
|
2308
|
-
.sc(ListArchiveRules$)
|
|
2309
|
-
.build() {
|
|
2072
|
+
class ListArchiveRulesCommand extends command(_ep0, _mw0, "ListArchiveRules", ListArchiveRules$) {
|
|
2310
2073
|
}
|
|
2311
2074
|
|
|
2312
|
-
class ListFindingsCommand extends
|
|
2313
|
-
.classBuilder()
|
|
2314
|
-
.ep(commonParams)
|
|
2315
|
-
.m(function (Command, cs, config, o) {
|
|
2316
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2317
|
-
})
|
|
2318
|
-
.s("AccessAnalyzer", "ListFindings", {})
|
|
2319
|
-
.n("AccessAnalyzerClient", "ListFindingsCommand")
|
|
2320
|
-
.sc(ListFindings$)
|
|
2321
|
-
.build() {
|
|
2075
|
+
class ListFindingsCommand extends command(_ep0, _mw0, "ListFindings", ListFindings$) {
|
|
2322
2076
|
}
|
|
2323
2077
|
|
|
2324
|
-
class ListFindingsV2Command extends
|
|
2325
|
-
.classBuilder()
|
|
2326
|
-
.ep(commonParams)
|
|
2327
|
-
.m(function (Command, cs, config, o) {
|
|
2328
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2329
|
-
})
|
|
2330
|
-
.s("AccessAnalyzer", "ListFindingsV2", {})
|
|
2331
|
-
.n("AccessAnalyzerClient", "ListFindingsV2Command")
|
|
2332
|
-
.sc(ListFindingsV2$)
|
|
2333
|
-
.build() {
|
|
2078
|
+
class ListFindingsV2Command extends command(_ep0, _mw0, "ListFindingsV2", ListFindingsV2$) {
|
|
2334
2079
|
}
|
|
2335
2080
|
|
|
2336
|
-
class ListPolicyGenerationsCommand extends
|
|
2337
|
-
.classBuilder()
|
|
2338
|
-
.ep(commonParams)
|
|
2339
|
-
.m(function (Command, cs, config, o) {
|
|
2340
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2341
|
-
})
|
|
2342
|
-
.s("AccessAnalyzer", "ListPolicyGenerations", {})
|
|
2343
|
-
.n("AccessAnalyzerClient", "ListPolicyGenerationsCommand")
|
|
2344
|
-
.sc(ListPolicyGenerations$)
|
|
2345
|
-
.build() {
|
|
2081
|
+
class ListPolicyGenerationsCommand extends command(_ep0, _mw0, "ListPolicyGenerations", ListPolicyGenerations$) {
|
|
2346
2082
|
}
|
|
2347
2083
|
|
|
2348
|
-
class ListTagsForResourceCommand extends
|
|
2349
|
-
.classBuilder()
|
|
2350
|
-
.ep(commonParams)
|
|
2351
|
-
.m(function (Command, cs, config, o) {
|
|
2352
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2353
|
-
})
|
|
2354
|
-
.s("AccessAnalyzer", "ListTagsForResource", {})
|
|
2355
|
-
.n("AccessAnalyzerClient", "ListTagsForResourceCommand")
|
|
2356
|
-
.sc(ListTagsForResource$)
|
|
2357
|
-
.build() {
|
|
2084
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2358
2085
|
}
|
|
2359
2086
|
|
|
2360
|
-
class StartPolicyGenerationCommand extends
|
|
2361
|
-
.classBuilder()
|
|
2362
|
-
.ep(commonParams)
|
|
2363
|
-
.m(function (Command, cs, config, o) {
|
|
2364
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2365
|
-
})
|
|
2366
|
-
.s("AccessAnalyzer", "StartPolicyGeneration", {})
|
|
2367
|
-
.n("AccessAnalyzerClient", "StartPolicyGenerationCommand")
|
|
2368
|
-
.sc(StartPolicyGeneration$)
|
|
2369
|
-
.build() {
|
|
2087
|
+
class StartPolicyGenerationCommand extends command(_ep0, _mw0, "StartPolicyGeneration", StartPolicyGeneration$) {
|
|
2370
2088
|
}
|
|
2371
2089
|
|
|
2372
|
-
class StartResourceScanCommand extends
|
|
2373
|
-
.classBuilder()
|
|
2374
|
-
.ep(commonParams)
|
|
2375
|
-
.m(function (Command, cs, config, o) {
|
|
2376
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2377
|
-
})
|
|
2378
|
-
.s("AccessAnalyzer", "StartResourceScan", {})
|
|
2379
|
-
.n("AccessAnalyzerClient", "StartResourceScanCommand")
|
|
2380
|
-
.sc(StartResourceScan$)
|
|
2381
|
-
.build() {
|
|
2090
|
+
class StartResourceScanCommand extends command(_ep0, _mw0, "StartResourceScan", StartResourceScan$) {
|
|
2382
2091
|
}
|
|
2383
2092
|
|
|
2384
|
-
class TagResourceCommand extends
|
|
2385
|
-
.classBuilder()
|
|
2386
|
-
.ep(commonParams)
|
|
2387
|
-
.m(function (Command, cs, config, o) {
|
|
2388
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2389
|
-
})
|
|
2390
|
-
.s("AccessAnalyzer", "TagResource", {})
|
|
2391
|
-
.n("AccessAnalyzerClient", "TagResourceCommand")
|
|
2392
|
-
.sc(TagResource$)
|
|
2393
|
-
.build() {
|
|
2093
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2394
2094
|
}
|
|
2395
2095
|
|
|
2396
|
-
class UntagResourceCommand extends
|
|
2397
|
-
.classBuilder()
|
|
2398
|
-
.ep(commonParams)
|
|
2399
|
-
.m(function (Command, cs, config, o) {
|
|
2400
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2401
|
-
})
|
|
2402
|
-
.s("AccessAnalyzer", "UntagResource", {})
|
|
2403
|
-
.n("AccessAnalyzerClient", "UntagResourceCommand")
|
|
2404
|
-
.sc(UntagResource$)
|
|
2405
|
-
.build() {
|
|
2096
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2406
2097
|
}
|
|
2407
2098
|
|
|
2408
|
-
class UpdateAnalyzerCommand extends
|
|
2409
|
-
.classBuilder()
|
|
2410
|
-
.ep(commonParams)
|
|
2411
|
-
.m(function (Command, cs, config, o) {
|
|
2412
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2413
|
-
})
|
|
2414
|
-
.s("AccessAnalyzer", "UpdateAnalyzer", {})
|
|
2415
|
-
.n("AccessAnalyzerClient", "UpdateAnalyzerCommand")
|
|
2416
|
-
.sc(UpdateAnalyzer$)
|
|
2417
|
-
.build() {
|
|
2099
|
+
class UpdateAnalyzerCommand extends command(_ep0, _mw0, "UpdateAnalyzer", UpdateAnalyzer$) {
|
|
2418
2100
|
}
|
|
2419
2101
|
|
|
2420
|
-
class UpdateArchiveRuleCommand extends
|
|
2421
|
-
.classBuilder()
|
|
2422
|
-
.ep(commonParams)
|
|
2423
|
-
.m(function (Command, cs, config, o) {
|
|
2424
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2425
|
-
})
|
|
2426
|
-
.s("AccessAnalyzer", "UpdateArchiveRule", {})
|
|
2427
|
-
.n("AccessAnalyzerClient", "UpdateArchiveRuleCommand")
|
|
2428
|
-
.sc(UpdateArchiveRule$)
|
|
2429
|
-
.build() {
|
|
2102
|
+
class UpdateArchiveRuleCommand extends command(_ep0, _mw0, "UpdateArchiveRule", UpdateArchiveRule$) {
|
|
2430
2103
|
}
|
|
2431
2104
|
|
|
2432
|
-
class UpdateFindingsCommand extends
|
|
2433
|
-
.classBuilder()
|
|
2434
|
-
.ep(commonParams)
|
|
2435
|
-
.m(function (Command, cs, config, o) {
|
|
2436
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2437
|
-
})
|
|
2438
|
-
.s("AccessAnalyzer", "UpdateFindings", {})
|
|
2439
|
-
.n("AccessAnalyzerClient", "UpdateFindingsCommand")
|
|
2440
|
-
.sc(UpdateFindings$)
|
|
2441
|
-
.build() {
|
|
2105
|
+
class UpdateFindingsCommand extends command(_ep0, _mw0, "UpdateFindings", UpdateFindings$) {
|
|
2442
2106
|
}
|
|
2443
2107
|
|
|
2444
|
-
class ValidatePolicyCommand extends
|
|
2445
|
-
.classBuilder()
|
|
2446
|
-
.ep(commonParams)
|
|
2447
|
-
.m(function (Command, cs, config, o) {
|
|
2448
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2449
|
-
})
|
|
2450
|
-
.s("AccessAnalyzer", "ValidatePolicy", {})
|
|
2451
|
-
.n("AccessAnalyzerClient", "ValidatePolicyCommand")
|
|
2452
|
-
.sc(ValidatePolicy$)
|
|
2453
|
-
.build() {
|
|
2108
|
+
class ValidatePolicyCommand extends command(_ep0, _mw0, "ValidatePolicy", ValidatePolicy$) {
|
|
2454
2109
|
}
|
|
2455
2110
|
|
|
2456
2111
|
const paginateGetFindingRecommendation = createPaginator(AccessAnalyzerClient, GetFindingRecommendationCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AccessAnalyzer", "AccessAnalyzerClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ApplyArchiveRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ApplyArchiveRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "ApplyArchiveRule", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "ApplyArchiveRuleCommand")
|
|
14
|
-
.sc(ApplyArchiveRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ApplyArchiveRuleCommand extends command(_ep0, _mw0, "ApplyArchiveRule", ApplyArchiveRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CancelPolicyGeneration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CancelPolicyGenerationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "CancelPolicyGeneration", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "CancelPolicyGenerationCommand")
|
|
14
|
-
.sc(CancelPolicyGeneration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CancelPolicyGenerationCommand extends command(_ep0, _mw0, "CancelPolicyGeneration", CancelPolicyGeneration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CheckAccessNotGranted$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CheckAccessNotGrantedCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "CheckAccessNotGranted", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "CheckAccessNotGrantedCommand")
|
|
14
|
-
.sc(CheckAccessNotGranted$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CheckAccessNotGrantedCommand extends command(_ep0, _mw0, "CheckAccessNotGranted", CheckAccessNotGranted$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CheckNoNewAccess$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CheckNoNewAccessCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "CheckNoNewAccess", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "CheckNoNewAccessCommand")
|
|
14
|
-
.sc(CheckNoNewAccess$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CheckNoNewAccessCommand extends command(_ep0, _mw0, "CheckNoNewAccess", CheckNoNewAccess$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CheckNoPublicAccess$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CheckNoPublicAccessCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "CheckNoPublicAccess", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "CheckNoPublicAccessCommand")
|
|
14
|
-
.sc(CheckNoPublicAccess$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CheckNoPublicAccessCommand extends command(_ep0, _mw0, "CheckNoPublicAccess", CheckNoPublicAccess$) {
|
|
16
4
|
}
|