@aws-sdk/client-resiliencehubv2 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 +62 -515
- 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-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/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/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/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/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
|
@@ -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 { ListResources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListResourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListResources", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListResourcesCommand")
|
|
14
|
-
.sc(ListResources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListResourcesCommand extends command(_ep0, _mw0, "ListResources", ListResources$) {
|
|
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 { ListServiceEvents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListServiceEventsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListServiceEvents", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListServiceEventsCommand")
|
|
14
|
-
.sc(ListServiceEvents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListServiceEventsCommand extends command(_ep0, _mw0, "ListServiceEvents", ListServiceEvents$) {
|
|
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 { ListServiceFunctions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListServiceFunctionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListServiceFunctions", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListServiceFunctionsCommand")
|
|
14
|
-
.sc(ListServiceFunctions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListServiceFunctionsCommand extends command(_ep0, _mw0, "ListServiceFunctions", ListServiceFunctions$) {
|
|
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 { ListServiceTopologyEdges$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListServiceTopologyEdgesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListServiceTopologyEdges", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListServiceTopologyEdgesCommand")
|
|
14
|
-
.sc(ListServiceTopologyEdges$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListServiceTopologyEdgesCommand extends command(_ep0, _mw0, "ListServiceTopologyEdges", ListServiceTopologyEdges$) {
|
|
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 { ListServices$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListServicesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListServices", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListServicesCommand")
|
|
14
|
-
.sc(ListServices$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
|
|
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 { ListSystemEvents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSystemEventsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListSystemEvents", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListSystemEventsCommand")
|
|
14
|
-
.sc(ListSystemEvents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSystemEventsCommand extends command(_ep0, _mw0, "ListSystemEvents", ListSystemEvents$) {
|
|
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 { ListSystems$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSystemsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListSystems", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListSystemsCommand")
|
|
14
|
-
.sc(ListSystems$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSystemsCommand extends command(_ep0, _mw0, "ListSystems", ListSystems$) {
|
|
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("NGRHServiceCore", "ListTagsForResource", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "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 { ListUserJourneys$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListUserJourneysCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "ListUserJourneys", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "ListUserJourneysCommand")
|
|
14
|
-
.sc(ListUserJourneys$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListUserJourneysCommand extends command(_ep0, _mw0, "ListUserJourneys", ListUserJourneys$) {
|
|
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 { StartFailureModeAssessment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartFailureModeAssessmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "StartFailureModeAssessment", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "StartFailureModeAssessmentCommand")
|
|
14
|
-
.sc(StartFailureModeAssessment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartFailureModeAssessmentCommand extends command(_ep0, _mw0, "StartFailureModeAssessment", StartFailureModeAssessment$) {
|
|
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("NGRHServiceCore", "TagResource", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "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("NGRHServiceCore", "UntagResource", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "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 { UpdateAssertion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAssertionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "UpdateAssertion", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "UpdateAssertionCommand")
|
|
14
|
-
.sc(UpdateAssertion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAssertionCommand extends command(_ep0, _mw0, "UpdateAssertion", UpdateAssertion$) {
|
|
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 { UpdateDependency$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateDependencyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "UpdateDependency", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "UpdateDependencyCommand")
|
|
14
|
-
.sc(UpdateDependency$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateDependencyCommand extends command(_ep0, _mw0, "UpdateDependency", UpdateDependency$) {
|
|
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 { UpdateFailureModeFinding$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateFailureModeFindingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "UpdateFailureModeFinding", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "UpdateFailureModeFindingCommand")
|
|
14
|
-
.sc(UpdateFailureModeFinding$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateFailureModeFindingCommand extends command(_ep0, _mw0, "UpdateFailureModeFinding", UpdateFailureModeFinding$) {
|
|
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 { UpdatePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdatePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "UpdatePolicy", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "UpdatePolicyCommand")
|
|
14
|
-
.sc(UpdatePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdatePolicyCommand extends command(_ep0, _mw0, "UpdatePolicy", UpdatePolicy$) {
|
|
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 { UpdateService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "UpdateService", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "UpdateServiceCommand")
|
|
14
|
-
.sc(UpdateService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateServiceCommand extends command(_ep0, _mw0, "UpdateService", UpdateService$) {
|
|
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 { UpdateServiceFunction$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateServiceFunctionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "UpdateServiceFunction", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "UpdateServiceFunctionCommand")
|
|
14
|
-
.sc(UpdateServiceFunction$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateServiceFunctionCommand extends command(_ep0, _mw0, "UpdateServiceFunction", UpdateServiceFunction$) {
|
|
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 { UpdateSystem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSystemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "UpdateSystem", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "UpdateSystemCommand")
|
|
14
|
-
.sc(UpdateSystem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSystemCommand extends command(_ep0, _mw0, "UpdateSystem", UpdateSystem$) {
|
|
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 { UpdateUserJourney$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateUserJourneyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("NGRHServiceCore", "UpdateUserJourney", {})
|
|
13
|
-
.n("Resiliencehubv2Client", "UpdateUserJourneyCommand")
|
|
14
|
-
.sc(UpdateUserJourney$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateUserJourneyCommand extends command(_ep0, _mw0, "UpdateUserJourney", UpdateUserJourney$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./Resiliencehubv2Client";
|
|
2
2
|
export * from "./Resiliencehubv2";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./waiters";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "NGRHServiceCore",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "resiliencehubv2",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./Resiliencehubv2Client";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateAssertionRequest, CreateAssertionResponse } from "../models/models_0";
|
|
4
|
-
import type { Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Resiliencehubv2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateAssertionCommandInput extends CreateAssertionRequest {
|
|
|
22
19
|
export interface CreateAssertionCommandOutput extends CreateAssertionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAssertionCommand_base: {
|
|
25
|
-
new (input: CreateAssertionCommandInput): import("@smithy/core/client").CommandImpl<CreateAssertionCommandInput, CreateAssertionCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAssertionCommandInput): import("@smithy/core/client").CommandImpl<CreateAssertionCommandInput, CreateAssertionCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAssertionCommandInput): import("@smithy/core/client").CommandImpl<CreateAssertionCommandInput, CreateAssertionCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAssertionCommandInput): import("@smithy/core/client").CommandImpl<CreateAssertionCommandInput, CreateAssertionCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a resilience assertion for a service.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateInputSourceRequest, CreateInputSourceResponse } from "../models/models_0";
|
|
4
|
-
import type { Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Resiliencehubv2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateInputSourceCommandInput extends CreateInputSourceRequest
|
|
|
22
19
|
export interface CreateInputSourceCommandOutput extends CreateInputSourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateInputSourceCommand_base: {
|
|
25
|
-
new (input: CreateInputSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateInputSourceCommandInput, CreateInputSourceCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateInputSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateInputSourceCommandInput, CreateInputSourceCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateInputSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateInputSourceCommandInput, CreateInputSourceCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateInputSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateInputSourceCommandInput, CreateInputSourceCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an input source for a service.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_0";
|
|
4
|
-
import type { Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Resiliencehubv2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreatePolicyCommandInput extends CreatePolicyRequest {
|
|
|
22
19
|
export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreatePolicyCommand_base: {
|
|
25
|
-
new (input: CreatePolicyCommandInput): import("@smithy/core/client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreatePolicyCommandInput): import("@smithy/core/client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreatePolicyCommandInput): import("@smithy/core/client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreatePolicyCommandInput): import("@smithy/core/client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a resilience policy that defines availability and disaster recovery requirements.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateReportRequest, CreateReportResponse } from "../models/models_0";
|
|
4
|
-
import type { Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Resiliencehubv2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateReportCommandInput extends CreateReportRequest {
|
|
|
22
19
|
export interface CreateReportCommandOutput extends CreateReportResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateReportCommand_base: {
|
|
25
|
-
new (input: CreateReportCommandInput): import("@smithy/core/client").CommandImpl<CreateReportCommandInput, CreateReportCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateReportCommandInput): import("@smithy/core/client").CommandImpl<CreateReportCommandInput, CreateReportCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateReportCommandInput): import("@smithy/core/client").CommandImpl<CreateReportCommandInput, CreateReportCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateReportCommandInput): import("@smithy/core/client").CommandImpl<CreateReportCommandInput, CreateReportCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>On-demand report creation. Idempotent — duplicate requests with same clientToken return existing result.</p>
|