@aws-sdk/client-accessanalyzer 3.1077.0 → 3.1079.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 +47 -393
- 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-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/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/package.json +8 -8
|
@@ -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 { CreateAnalyzer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAnalyzerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "CreateAnalyzer", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "CreateAnalyzerCommand")
|
|
14
|
-
.sc(CreateAnalyzer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAnalyzerCommand extends command(_ep0, _mw0, "CreateAnalyzer", CreateAnalyzer$) {
|
|
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 { CreateArchiveRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateArchiveRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "CreateArchiveRule", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "CreateArchiveRuleCommand")
|
|
14
|
-
.sc(CreateArchiveRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateArchiveRuleCommand extends command(_ep0, _mw0, "CreateArchiveRule", CreateArchiveRule$) {
|
|
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 { CreateServiceLinkedAnalyzer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateServiceLinkedAnalyzerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "CreateServiceLinkedAnalyzer", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "CreateServiceLinkedAnalyzerCommand")
|
|
14
|
-
.sc(CreateServiceLinkedAnalyzer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateServiceLinkedAnalyzerCommand extends command(_ep0, _mw0, "CreateServiceLinkedAnalyzer", CreateServiceLinkedAnalyzer$) {
|
|
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 { DeleteAnalyzer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAnalyzerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "DeleteAnalyzer", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "DeleteAnalyzerCommand")
|
|
14
|
-
.sc(DeleteAnalyzer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAnalyzerCommand extends command(_ep0, _mw0, "DeleteAnalyzer", DeleteAnalyzer$) {
|
|
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 { DeleteArchiveRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteArchiveRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "DeleteArchiveRule", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "DeleteArchiveRuleCommand")
|
|
14
|
-
.sc(DeleteArchiveRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteArchiveRuleCommand extends command(_ep0, _mw0, "DeleteArchiveRule", DeleteArchiveRule$) {
|
|
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 { DeleteServiceLinkedAnalyzer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteServiceLinkedAnalyzerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "DeleteServiceLinkedAnalyzer", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "DeleteServiceLinkedAnalyzerCommand")
|
|
14
|
-
.sc(DeleteServiceLinkedAnalyzer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteServiceLinkedAnalyzerCommand extends command(_ep0, _mw0, "DeleteServiceLinkedAnalyzer", DeleteServiceLinkedAnalyzer$) {
|
|
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 { GenerateFindingRecommendation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GenerateFindingRecommendationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "GenerateFindingRecommendation", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "GenerateFindingRecommendationCommand")
|
|
14
|
-
.sc(GenerateFindingRecommendation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GenerateFindingRecommendationCommand extends command(_ep0, _mw0, "GenerateFindingRecommendation", GenerateFindingRecommendation$) {
|
|
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 { GetAccessPreview$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAccessPreviewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "GetAccessPreview", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "GetAccessPreviewCommand")
|
|
14
|
-
.sc(GetAccessPreview$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAccessPreviewCommand extends command(_ep0, _mw0, "GetAccessPreview", GetAccessPreview$) {
|
|
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 { GetAnalyzedResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAnalyzedResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "GetAnalyzedResource", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "GetAnalyzedResourceCommand")
|
|
14
|
-
.sc(GetAnalyzedResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAnalyzedResourceCommand extends command(_ep0, _mw0, "GetAnalyzedResource", GetAnalyzedResource$) {
|
|
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 { GetAnalyzer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAnalyzerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "GetAnalyzer", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "GetAnalyzerCommand")
|
|
14
|
-
.sc(GetAnalyzer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAnalyzerCommand extends command(_ep0, _mw0, "GetAnalyzer", GetAnalyzer$) {
|
|
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 { GetArchiveRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetArchiveRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "GetArchiveRule", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "GetArchiveRuleCommand")
|
|
14
|
-
.sc(GetArchiveRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetArchiveRuleCommand extends command(_ep0, _mw0, "GetArchiveRule", GetArchiveRule$) {
|
|
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 { GetFinding$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFindingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "GetFinding", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "GetFindingCommand")
|
|
14
|
-
.sc(GetFinding$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFindingCommand extends command(_ep0, _mw0, "GetFinding", GetFinding$) {
|
|
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 { GetFindingRecommendation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFindingRecommendationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "GetFindingRecommendation", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "GetFindingRecommendationCommand")
|
|
14
|
-
.sc(GetFindingRecommendation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFindingRecommendationCommand extends command(_ep0, _mw0, "GetFindingRecommendation", GetFindingRecommendation$) {
|
|
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 { GetFindingV2$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFindingV2Command extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "GetFindingV2", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "GetFindingV2Command")
|
|
14
|
-
.sc(GetFindingV2$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFindingV2Command extends command(_ep0, _mw0, "GetFindingV2", GetFindingV2$) {
|
|
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 { GetFindingsStatistics$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFindingsStatisticsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "GetFindingsStatistics", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "GetFindingsStatisticsCommand")
|
|
14
|
-
.sc(GetFindingsStatistics$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFindingsStatisticsCommand extends command(_ep0, _mw0, "GetFindingsStatistics", GetFindingsStatistics$) {
|
|
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 { GetGeneratedPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetGeneratedPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "GetGeneratedPolicy", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "GetGeneratedPolicyCommand")
|
|
14
|
-
.sc(GetGeneratedPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetGeneratedPolicyCommand extends command(_ep0, _mw0, "GetGeneratedPolicy", GetGeneratedPolicy$) {
|
|
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 { ListAccessPreviewFindings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAccessPreviewFindingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "ListAccessPreviewFindings", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "ListAccessPreviewFindingsCommand")
|
|
14
|
-
.sc(ListAccessPreviewFindings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAccessPreviewFindingsCommand extends command(_ep0, _mw0, "ListAccessPreviewFindings", ListAccessPreviewFindings$) {
|
|
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 { ListAccessPreviews$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAccessPreviewsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "ListAccessPreviews", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "ListAccessPreviewsCommand")
|
|
14
|
-
.sc(ListAccessPreviews$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAccessPreviewsCommand extends command(_ep0, _mw0, "ListAccessPreviews", ListAccessPreviews$) {
|
|
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 { ListAnalyzedResources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAnalyzedResourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "ListAnalyzedResources", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "ListAnalyzedResourcesCommand")
|
|
14
|
-
.sc(ListAnalyzedResources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAnalyzedResourcesCommand extends command(_ep0, _mw0, "ListAnalyzedResources", ListAnalyzedResources$) {
|
|
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 { ListAnalyzers$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAnalyzersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "ListAnalyzers", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "ListAnalyzersCommand")
|
|
14
|
-
.sc(ListAnalyzers$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAnalyzersCommand extends command(_ep0, _mw0, "ListAnalyzers", ListAnalyzers$) {
|
|
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 { ListArchiveRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListArchiveRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "ListArchiveRules", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "ListArchiveRulesCommand")
|
|
14
|
-
.sc(ListArchiveRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListArchiveRulesCommand extends command(_ep0, _mw0, "ListArchiveRules", ListArchiveRules$) {
|
|
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 { ListFindings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFindingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "ListFindings", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "ListFindingsCommand")
|
|
14
|
-
.sc(ListFindings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFindingsCommand extends command(_ep0, _mw0, "ListFindings", ListFindings$) {
|
|
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 { ListFindingsV2$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFindingsV2Command extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "ListFindingsV2", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "ListFindingsV2Command")
|
|
14
|
-
.sc(ListFindingsV2$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFindingsV2Command extends command(_ep0, _mw0, "ListFindingsV2", ListFindingsV2$) {
|
|
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 { ListPolicyGenerations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPolicyGenerationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "ListPolicyGenerations", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "ListPolicyGenerationsCommand")
|
|
14
|
-
.sc(ListPolicyGenerations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPolicyGenerationsCommand extends command(_ep0, _mw0, "ListPolicyGenerations", ListPolicyGenerations$) {
|
|
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 { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "ListTagsForResource", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
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 { StartPolicyGeneration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartPolicyGenerationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "StartPolicyGeneration", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "StartPolicyGenerationCommand")
|
|
14
|
-
.sc(StartPolicyGeneration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartPolicyGenerationCommand extends command(_ep0, _mw0, "StartPolicyGeneration", StartPolicyGeneration$) {
|
|
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 { StartResourceScan$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartResourceScanCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "StartResourceScan", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "StartResourceScanCommand")
|
|
14
|
-
.sc(StartResourceScan$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartResourceScanCommand extends command(_ep0, _mw0, "StartResourceScan", StartResourceScan$) {
|
|
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 { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "TagResource", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
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 { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "UntagResource", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
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 { UpdateAnalyzer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAnalyzerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "UpdateAnalyzer", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "UpdateAnalyzerCommand")
|
|
14
|
-
.sc(UpdateAnalyzer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAnalyzerCommand extends command(_ep0, _mw0, "UpdateAnalyzer", UpdateAnalyzer$) {
|
|
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 { UpdateArchiveRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateArchiveRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "UpdateArchiveRule", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "UpdateArchiveRuleCommand")
|
|
14
|
-
.sc(UpdateArchiveRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateArchiveRuleCommand extends command(_ep0, _mw0, "UpdateArchiveRule", UpdateArchiveRule$) {
|
|
16
4
|
}
|