@aws-sdk/client-resiliencehubv2 3.1077.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 +59 -513
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateAssertionCommand.js +2 -14
- package/dist-es/commands/CreateInputSourceCommand.js +2 -14
- package/dist-es/commands/CreatePolicyCommand.js +2 -14
- package/dist-es/commands/CreateReportCommand.js +2 -14
- package/dist-es/commands/CreateServiceCommand.js +2 -14
- package/dist-es/commands/CreateServiceFunctionCommand.js +2 -14
- package/dist-es/commands/CreateServiceFunctionResourcesCommand.js +2 -14
- package/dist-es/commands/CreateSystemCommand.js +2 -14
- package/dist-es/commands/CreateUserJourneyCommand.js +2 -14
- package/dist-es/commands/DeleteAssertionCommand.js +2 -14
- package/dist-es/commands/DeleteInputSourceCommand.js +2 -14
- package/dist-es/commands/DeletePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteServiceCommand.js +2 -14
- package/dist-es/commands/DeleteServiceFunctionCommand.js +2 -14
- package/dist-es/commands/DeleteServiceFunctionResourcesCommand.js +2 -14
- package/dist-es/commands/DeleteSystemCommand.js +2 -14
- package/dist-es/commands/DeleteUserJourneyCommand.js +2 -14
- package/dist-es/commands/GetFailureModeFindingCommand.js +2 -14
- package/dist-es/commands/GetPolicyCommand.js +2 -14
- package/dist-es/commands/GetServiceCommand.js +2 -14
- package/dist-es/commands/GetSystemCommand.js +2 -14
- package/dist-es/commands/GetUserJourneyCommand.js +2 -14
- package/dist-es/commands/ImportAppCommand.js +2 -14
- package/dist-es/commands/ImportPolicyCommand.js +2 -14
- package/dist-es/commands/ListAssertionsCommand.js +2 -14
- package/dist-es/commands/ListDependenciesCommand.js +2 -14
- package/dist-es/commands/ListFailureModeAssessmentsCommand.js +2 -14
- package/dist-es/commands/ListFailureModeFindingsCommand.js +2 -14
- package/dist-es/commands/ListInputSourcesCommand.js +2 -14
- package/dist-es/commands/ListPoliciesCommand.js +2 -14
- package/dist-es/commands/ListReportsCommand.js +2 -14
- package/dist-es/commands/ListResourcesCommand.js +2 -14
- package/dist-es/commands/ListServiceEventsCommand.js +2 -14
- package/dist-es/commands/ListServiceFunctionsCommand.js +2 -14
- package/dist-es/commands/ListServiceTopologyEdgesCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListSystemEventsCommand.js +2 -14
- package/dist-es/commands/ListSystemsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListUserJourneysCommand.js +2 -14
- package/dist-es/commands/StartFailureModeAssessmentCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAssertionCommand.js +2 -14
- package/dist-es/commands/UpdateDependencyCommand.js +2 -14
- package/dist-es/commands/UpdateFailureModeFindingCommand.js +2 -14
- package/dist-es/commands/UpdatePolicyCommand.js +2 -14
- package/dist-es/commands/UpdateServiceCommand.js +2 -14
- package/dist-es/commands/UpdateServiceFunctionCommand.js +2 -14
- package/dist-es/commands/UpdateSystemCommand.js +2 -14
- package/dist-es/commands/UpdateUserJourneyCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAssertionCommand.d.ts +3 -8
- package/dist-types/commands/CreateInputSourceCommand.d.ts +3 -8
- package/dist-types/commands/CreatePolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateReportCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceFunctionCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceFunctionResourcesCommand.d.ts +3 -8
- package/dist-types/commands/CreateSystemCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserJourneyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAssertionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInputSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceFunctionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceFunctionResourcesCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSystemCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserJourneyCommand.d.ts +3 -8
- package/dist-types/commands/GetFailureModeFindingCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceCommand.d.ts +3 -8
- package/dist-types/commands/GetSystemCommand.d.ts +3 -8
- package/dist-types/commands/GetUserJourneyCommand.d.ts +3 -8
- package/dist-types/commands/ImportAppCommand.d.ts +3 -8
- package/dist-types/commands/ImportPolicyCommand.d.ts +3 -8
- package/dist-types/commands/ListAssertionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDependenciesCommand.d.ts +3 -8
- package/dist-types/commands/ListFailureModeAssessmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListFailureModeFindingsCommand.d.ts +3 -8
- package/dist-types/commands/ListInputSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListReportsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceFunctionsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceTopologyEdgesCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListSystemEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListSystemsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListUserJourneysCommand.d.ts +3 -8
- package/dist-types/commands/StartFailureModeAssessmentCommand.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/UpdateAssertionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDependencyCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFailureModeFindingCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePolicyCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceFunctionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSystemCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserJourneyCommand.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/CreateAssertionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInputSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceFunctionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceFunctionResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSystemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserJourneyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAssertionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInputSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceFunctionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceFunctionResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSystemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserJourneyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFailureModeFindingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSystemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserJourneyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssertionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDependenciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFailureModeAssessmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFailureModeFindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInputSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceFunctionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceTopologyEdgesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSystemEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSystemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUserJourneysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartFailureModeAssessmentCommand.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/UpdateAssertionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDependencyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFailureModeFindingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceFunctionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSystemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserJourneyCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -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, "NGRHServiceCore", "Resiliencehubv2Client", 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 { CreateAssertion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAssertionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "CreateAssertion", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "CreateAssertionCommand")
|
|
14
|
-
.sc(CreateAssertion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAssertionCommand extends command(_ep0, _mw0, "CreateAssertion", CreateAssertion$) {
|
|
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 { CreateInputSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateInputSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "CreateInputSource", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "CreateInputSourceCommand")
|
|
14
|
-
.sc(CreateInputSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateInputSourceCommand extends command(_ep0, _mw0, "CreateInputSource", CreateInputSource$) {
|
|
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 { CreatePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "CreatePolicy", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "CreatePolicyCommand")
|
|
14
|
-
.sc(CreatePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePolicyCommand extends command(_ep0, _mw0, "CreatePolicy", CreatePolicy$) {
|
|
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 { CreateReport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateReportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "CreateReport", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "CreateReportCommand")
|
|
14
|
-
.sc(CreateReport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateReportCommand extends command(_ep0, _mw0, "CreateReport", CreateReport$) {
|
|
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 { CreateService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "CreateService", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "CreateServiceCommand")
|
|
14
|
-
.sc(CreateService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateServiceCommand extends command(_ep0, _mw0, "CreateService", CreateService$) {
|
|
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 { CreateServiceFunction$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateServiceFunctionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "CreateServiceFunction", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "CreateServiceFunctionCommand")
|
|
14
|
-
.sc(CreateServiceFunction$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateServiceFunctionCommand extends command(_ep0, _mw0, "CreateServiceFunction", CreateServiceFunction$) {
|
|
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 { CreateServiceFunctionResources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateServiceFunctionResourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "CreateServiceFunctionResources", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "CreateServiceFunctionResourcesCommand")
|
|
14
|
-
.sc(CreateServiceFunctionResources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateServiceFunctionResourcesCommand extends command(_ep0, _mw0, "CreateServiceFunctionResources", CreateServiceFunctionResources$) {
|
|
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 { CreateSystem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSystemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "CreateSystem", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "CreateSystemCommand")
|
|
14
|
-
.sc(CreateSystem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSystemCommand extends command(_ep0, _mw0, "CreateSystem", CreateSystem$) {
|
|
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 { CreateUserJourney$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateUserJourneyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "CreateUserJourney", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "CreateUserJourneyCommand")
|
|
14
|
-
.sc(CreateUserJourney$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateUserJourneyCommand extends command(_ep0, _mw0, "CreateUserJourney", CreateUserJourney$) {
|
|
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 { DeleteAssertion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAssertionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "DeleteAssertion", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "DeleteAssertionCommand")
|
|
14
|
-
.sc(DeleteAssertion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAssertionCommand extends command(_ep0, _mw0, "DeleteAssertion", DeleteAssertion$) {
|
|
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 { DeleteInputSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteInputSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "DeleteInputSource", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "DeleteInputSourceCommand")
|
|
14
|
-
.sc(DeleteInputSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteInputSourceCommand extends command(_ep0, _mw0, "DeleteInputSource", DeleteInputSource$) {
|
|
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 { DeletePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "DeletePolicy", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "DeletePolicyCommand")
|
|
14
|
-
.sc(DeletePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePolicyCommand extends command(_ep0, _mw0, "DeletePolicy", DeletePolicy$) {
|
|
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 { DeleteService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "DeleteService", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "DeleteServiceCommand")
|
|
14
|
-
.sc(DeleteService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteServiceCommand extends command(_ep0, _mw0, "DeleteService", DeleteService$) {
|
|
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 { DeleteServiceFunction$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteServiceFunctionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "DeleteServiceFunction", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "DeleteServiceFunctionCommand")
|
|
14
|
-
.sc(DeleteServiceFunction$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteServiceFunctionCommand extends command(_ep0, _mw0, "DeleteServiceFunction", DeleteServiceFunction$) {
|
|
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 { DeleteServiceFunctionResources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteServiceFunctionResourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "DeleteServiceFunctionResources", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "DeleteServiceFunctionResourcesCommand")
|
|
14
|
-
.sc(DeleteServiceFunctionResources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteServiceFunctionResourcesCommand extends command(_ep0, _mw0, "DeleteServiceFunctionResources", DeleteServiceFunctionResources$) {
|
|
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 { DeleteSystem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSystemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "DeleteSystem", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "DeleteSystemCommand")
|
|
14
|
-
.sc(DeleteSystem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSystemCommand extends command(_ep0, _mw0, "DeleteSystem", DeleteSystem$) {
|
|
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 { DeleteUserJourney$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteUserJourneyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "DeleteUserJourney", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "DeleteUserJourneyCommand")
|
|
14
|
-
.sc(DeleteUserJourney$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteUserJourneyCommand extends command(_ep0, _mw0, "DeleteUserJourney", DeleteUserJourney$) {
|
|
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 { GetFailureModeFinding$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFailureModeFindingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "GetFailureModeFinding", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "GetFailureModeFindingCommand")
|
|
14
|
-
.sc(GetFailureModeFinding$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFailureModeFindingCommand extends command(_ep0, _mw0, "GetFailureModeFinding", GetFailureModeFinding$) {
|
|
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 { GetPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "GetPolicy", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "GetPolicyCommand")
|
|
14
|
-
.sc(GetPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetPolicyCommand extends command(_ep0, _mw0, "GetPolicy", GetPolicy$) {
|
|
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 { GetService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "GetService", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "GetServiceCommand")
|
|
14
|
-
.sc(GetService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetServiceCommand extends command(_ep0, _mw0, "GetService", GetService$) {
|
|
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 { GetSystem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSystemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "GetSystem", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "GetSystemCommand")
|
|
14
|
-
.sc(GetSystem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSystemCommand extends command(_ep0, _mw0, "GetSystem", GetSystem$) {
|
|
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 { GetUserJourney$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetUserJourneyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "GetUserJourney", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "GetUserJourneyCommand")
|
|
14
|
-
.sc(GetUserJourney$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetUserJourneyCommand extends command(_ep0, _mw0, "GetUserJourney", GetUserJourney$) {
|
|
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 { ImportApp$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ImportAppCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ImportApp", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ImportAppCommand")
|
|
14
|
-
.sc(ImportApp$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ImportAppCommand extends command(_ep0, _mw0, "ImportApp", ImportApp$) {
|
|
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 { ImportPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ImportPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ImportPolicy", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ImportPolicyCommand")
|
|
14
|
-
.sc(ImportPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ImportPolicyCommand extends command(_ep0, _mw0, "ImportPolicy", ImportPolicy$) {
|
|
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 { ListAssertions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAssertionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListAssertions", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListAssertionsCommand")
|
|
14
|
-
.sc(ListAssertions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAssertionsCommand extends command(_ep0, _mw0, "ListAssertions", ListAssertions$) {
|
|
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 { ListDependencies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDependenciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListDependencies", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListDependenciesCommand")
|
|
14
|
-
.sc(ListDependencies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDependenciesCommand extends command(_ep0, _mw0, "ListDependencies", ListDependencies$) {
|
|
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 { ListFailureModeAssessments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFailureModeAssessmentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListFailureModeAssessments", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListFailureModeAssessmentsCommand")
|
|
14
|
-
.sc(ListFailureModeAssessments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFailureModeAssessmentsCommand extends command(_ep0, _mw0, "ListFailureModeAssessments", ListFailureModeAssessments$) {
|
|
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 { ListFailureModeFindings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFailureModeFindingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListFailureModeFindings", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListFailureModeFindingsCommand")
|
|
14
|
-
.sc(ListFailureModeFindings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFailureModeFindingsCommand extends command(_ep0, _mw0, "ListFailureModeFindings", ListFailureModeFindings$) {
|
|
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 { ListInputSources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListInputSourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListInputSources", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListInputSourcesCommand")
|
|
14
|
-
.sc(ListInputSources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListInputSourcesCommand extends command(_ep0, _mw0, "ListInputSources", ListInputSources$) {
|
|
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 { ListPolicies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPoliciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListPolicies", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListPoliciesCommand")
|
|
14
|
-
.sc(ListPolicies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPoliciesCommand extends command(_ep0, _mw0, "ListPolicies", ListPolicies$) {
|
|
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 { ListReports$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListReportsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListReports", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListReportsCommand")
|
|
14
|
-
.sc(ListReports$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListReportsCommand extends command(_ep0, _mw0, "ListReports", ListReports$) {
|
|
16
4
|
}
|