@aws-sdk/client-resiliencehubv2 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.
Files changed (161) hide show
  1. package/dist-cjs/index.js +59 -513
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAssertionCommand.js +2 -14
  4. package/dist-es/commands/CreateInputSourceCommand.js +2 -14
  5. package/dist-es/commands/CreatePolicyCommand.js +2 -14
  6. package/dist-es/commands/CreateReportCommand.js +2 -14
  7. package/dist-es/commands/CreateServiceCommand.js +2 -14
  8. package/dist-es/commands/CreateServiceFunctionCommand.js +2 -14
  9. package/dist-es/commands/CreateServiceFunctionResourcesCommand.js +2 -14
  10. package/dist-es/commands/CreateSystemCommand.js +2 -14
  11. package/dist-es/commands/CreateUserJourneyCommand.js +2 -14
  12. package/dist-es/commands/DeleteAssertionCommand.js +2 -14
  13. package/dist-es/commands/DeleteInputSourceCommand.js +2 -14
  14. package/dist-es/commands/DeletePolicyCommand.js +2 -14
  15. package/dist-es/commands/DeleteServiceCommand.js +2 -14
  16. package/dist-es/commands/DeleteServiceFunctionCommand.js +2 -14
  17. package/dist-es/commands/DeleteServiceFunctionResourcesCommand.js +2 -14
  18. package/dist-es/commands/DeleteSystemCommand.js +2 -14
  19. package/dist-es/commands/DeleteUserJourneyCommand.js +2 -14
  20. package/dist-es/commands/GetFailureModeFindingCommand.js +2 -14
  21. package/dist-es/commands/GetPolicyCommand.js +2 -14
  22. package/dist-es/commands/GetServiceCommand.js +2 -14
  23. package/dist-es/commands/GetSystemCommand.js +2 -14
  24. package/dist-es/commands/GetUserJourneyCommand.js +2 -14
  25. package/dist-es/commands/ImportAppCommand.js +2 -14
  26. package/dist-es/commands/ImportPolicyCommand.js +2 -14
  27. package/dist-es/commands/ListAssertionsCommand.js +2 -14
  28. package/dist-es/commands/ListDependenciesCommand.js +2 -14
  29. package/dist-es/commands/ListFailureModeAssessmentsCommand.js +2 -14
  30. package/dist-es/commands/ListFailureModeFindingsCommand.js +2 -14
  31. package/dist-es/commands/ListInputSourcesCommand.js +2 -14
  32. package/dist-es/commands/ListPoliciesCommand.js +2 -14
  33. package/dist-es/commands/ListReportsCommand.js +2 -14
  34. package/dist-es/commands/ListResourcesCommand.js +2 -14
  35. package/dist-es/commands/ListServiceEventsCommand.js +2 -14
  36. package/dist-es/commands/ListServiceFunctionsCommand.js +2 -14
  37. package/dist-es/commands/ListServiceTopologyEdgesCommand.js +2 -14
  38. package/dist-es/commands/ListServicesCommand.js +2 -14
  39. package/dist-es/commands/ListSystemEventsCommand.js +2 -14
  40. package/dist-es/commands/ListSystemsCommand.js +2 -14
  41. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  42. package/dist-es/commands/ListUserJourneysCommand.js +2 -14
  43. package/dist-es/commands/StartFailureModeAssessmentCommand.js +2 -14
  44. package/dist-es/commands/TagResourceCommand.js +2 -14
  45. package/dist-es/commands/UntagResourceCommand.js +2 -14
  46. package/dist-es/commands/UpdateAssertionCommand.js +2 -14
  47. package/dist-es/commands/UpdateDependencyCommand.js +2 -14
  48. package/dist-es/commands/UpdateFailureModeFindingCommand.js +2 -14
  49. package/dist-es/commands/UpdatePolicyCommand.js +2 -14
  50. package/dist-es/commands/UpdateServiceCommand.js +2 -14
  51. package/dist-es/commands/UpdateServiceFunctionCommand.js +2 -14
  52. package/dist-es/commands/UpdateSystemCommand.js +2 -14
  53. package/dist-es/commands/UpdateUserJourneyCommand.js +2 -14
  54. package/dist-es/index.js +1 -0
  55. package/dist-types/commandBuilder.d.ts +18 -0
  56. package/dist-types/commands/CreateAssertionCommand.d.ts +3 -8
  57. package/dist-types/commands/CreateInputSourceCommand.d.ts +3 -8
  58. package/dist-types/commands/CreatePolicyCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateReportCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateServiceFunctionCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateServiceFunctionResourcesCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateSystemCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateUserJourneyCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteAssertionCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteInputSourceCommand.d.ts +3 -8
  67. package/dist-types/commands/DeletePolicyCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteServiceFunctionCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteServiceFunctionResourcesCommand.d.ts +3 -8
  71. package/dist-types/commands/DeleteSystemCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteUserJourneyCommand.d.ts +3 -8
  73. package/dist-types/commands/GetFailureModeFindingCommand.d.ts +3 -8
  74. package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
  75. package/dist-types/commands/GetServiceCommand.d.ts +3 -8
  76. package/dist-types/commands/GetSystemCommand.d.ts +3 -8
  77. package/dist-types/commands/GetUserJourneyCommand.d.ts +3 -8
  78. package/dist-types/commands/ImportAppCommand.d.ts +3 -8
  79. package/dist-types/commands/ImportPolicyCommand.d.ts +3 -8
  80. package/dist-types/commands/ListAssertionsCommand.d.ts +3 -8
  81. package/dist-types/commands/ListDependenciesCommand.d.ts +3 -8
  82. package/dist-types/commands/ListFailureModeAssessmentsCommand.d.ts +3 -8
  83. package/dist-types/commands/ListFailureModeFindingsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListInputSourcesCommand.d.ts +3 -8
  85. package/dist-types/commands/ListPoliciesCommand.d.ts +3 -8
  86. package/dist-types/commands/ListReportsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListResourcesCommand.d.ts +3 -8
  88. package/dist-types/commands/ListServiceEventsCommand.d.ts +3 -8
  89. package/dist-types/commands/ListServiceFunctionsCommand.d.ts +3 -8
  90. package/dist-types/commands/ListServiceTopologyEdgesCommand.d.ts +3 -8
  91. package/dist-types/commands/ListServicesCommand.d.ts +3 -8
  92. package/dist-types/commands/ListSystemEventsCommand.d.ts +3 -8
  93. package/dist-types/commands/ListSystemsCommand.d.ts +3 -8
  94. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  95. package/dist-types/commands/ListUserJourneysCommand.d.ts +3 -8
  96. package/dist-types/commands/StartFailureModeAssessmentCommand.d.ts +3 -8
  97. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  98. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  99. package/dist-types/commands/UpdateAssertionCommand.d.ts +3 -8
  100. package/dist-types/commands/UpdateDependencyCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateFailureModeFindingCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdatePolicyCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateServiceFunctionCommand.d.ts +3 -8
  105. package/dist-types/commands/UpdateSystemCommand.d.ts +3 -8
  106. package/dist-types/commands/UpdateUserJourneyCommand.d.ts +3 -8
  107. package/dist-types/index.d.ts +1 -0
  108. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  109. package/dist-types/ts3.4/commands/CreateAssertionCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/CreateInputSourceCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/CreateReportCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreateServiceFunctionCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateServiceFunctionResourcesCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateSystemCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/CreateUserJourneyCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DeleteAssertionCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DeleteInputSourceCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeleteServiceFunctionCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DeleteServiceFunctionResourcesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DeleteSystemCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DeleteUserJourneyCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/GetFailureModeFindingCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetSystemCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetUserJourneyCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/ImportAppCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ImportPolicyCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/ListAssertionsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListDependenciesCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ListFailureModeAssessmentsCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListFailureModeFindingsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListInputSourcesCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/ListServiceEventsCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/ListServiceFunctionsCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/ListServiceTopologyEdgesCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListSystemEventsCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListSystemsCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListUserJourneysCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/StartFailureModeAssessmentCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/UpdateAssertionCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UpdateDependencyCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/UpdateFailureModeFindingCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdateServiceFunctionCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateSystemCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/UpdateUserJourneyCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/index.d.ts +1 -0
  161. 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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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
  }