@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.
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
@@ -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 { CreateServiceFunctionResourcesRequest, CreateServiceFunctionResourcesResponse } 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 CreateServiceFunctionResourcesCommandInput extends CreateServic
22
19
  export interface CreateServiceFunctionResourcesCommandOutput extends CreateServiceFunctionResourcesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateServiceFunctionResourcesCommand_base: {
25
- new (input: CreateServiceFunctionResourcesCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceFunctionResourcesCommandInput, CreateServiceFunctionResourcesCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateServiceFunctionResourcesCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceFunctionResourcesCommandInput, CreateServiceFunctionResourcesCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateServiceFunctionResourcesCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceFunctionResourcesCommandInput, CreateServiceFunctionResourcesCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateServiceFunctionResourcesCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceFunctionResourcesCommandInput, CreateServiceFunctionResourcesCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates resources with a service function.</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 { CreateSystemRequest, CreateSystemResponse } 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 CreateSystemCommandInput extends CreateSystemRequest {
22
19
  export interface CreateSystemCommandOutput extends CreateSystemResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateSystemCommand_base: {
25
- new (input: CreateSystemCommandInput): import("@smithy/core/client").CommandImpl<CreateSystemCommandInput, CreateSystemCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSystemCommandInput): import("@smithy/core/client").CommandImpl<CreateSystemCommandInput, CreateSystemCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateSystemCommandInput): import("@smithy/core/client").CommandImpl<CreateSystemCommandInput, CreateSystemCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateSystemCommandInput): import("@smithy/core/client").CommandImpl<CreateSystemCommandInput, CreateSystemCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a system that represents a logical grouping of services.</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 { CreateUserJourneyRequest, CreateUserJourneyResponse } 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 CreateUserJourneyCommandInput extends CreateUserJourneyRequest
22
19
  export interface CreateUserJourneyCommandOutput extends CreateUserJourneyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateUserJourneyCommand_base: {
25
- new (input: CreateUserJourneyCommandInput): import("@smithy/core/client").CommandImpl<CreateUserJourneyCommandInput, CreateUserJourneyCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateUserJourneyCommandInput): import("@smithy/core/client").CommandImpl<CreateUserJourneyCommandInput, CreateUserJourneyCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateUserJourneyCommandInput): import("@smithy/core/client").CommandImpl<CreateUserJourneyCommandInput, CreateUserJourneyCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateUserJourneyCommandInput): import("@smithy/core/client").CommandImpl<CreateUserJourneyCommandInput, CreateUserJourneyCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a user journey within a system.</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 { DeleteAssertionRequest, DeleteAssertionResponse } 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 DeleteAssertionCommandInput extends DeleteAssertionRequest {
22
19
  export interface DeleteAssertionCommandOutput extends DeleteAssertionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAssertionCommand_base: {
25
- new (input: DeleteAssertionCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssertionCommandInput, DeleteAssertionCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAssertionCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssertionCommandInput, DeleteAssertionCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAssertionCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssertionCommandInput, DeleteAssertionCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAssertionCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssertionCommandInput, DeleteAssertionCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a resilience assertion from 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 { DeleteInputSourceRequest, DeleteInputSourceResponse } 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 DeleteInputSourceCommandInput extends DeleteInputSourceRequest
22
19
  export interface DeleteInputSourceCommandOutput extends DeleteInputSourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteInputSourceCommand_base: {
25
- new (input: DeleteInputSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteInputSourceCommandInput, DeleteInputSourceCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteInputSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteInputSourceCommandInput, DeleteInputSourceCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteInputSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteInputSourceCommandInput, DeleteInputSourceCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteInputSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteInputSourceCommandInput, DeleteInputSourceCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an input source.</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 { DeletePolicyRequest, DeletePolicyResponse } 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 DeletePolicyCommandInput extends DeletePolicyRequest {
22
19
  export interface DeletePolicyCommandOutput extends DeletePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeletePolicyCommand_base: {
25
- new (input: DeletePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeletePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeletePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a resilience policy.</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 { DeleteServiceRequest, DeleteServiceResponse } 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 DeleteServiceCommandInput extends DeleteServiceRequest {
22
19
  export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteServiceCommand_base: {
25
- new (input: DeleteServiceCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteServiceCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteServiceCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteServiceCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes 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 { DeleteServiceFunctionRequest, DeleteServiceFunctionResponse } 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 DeleteServiceFunctionCommandInput extends DeleteServiceFunction
22
19
  export interface DeleteServiceFunctionCommandOutput extends DeleteServiceFunctionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteServiceFunctionCommand_base: {
25
- new (input: DeleteServiceFunctionCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceFunctionCommandInput, DeleteServiceFunctionCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteServiceFunctionCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceFunctionCommandInput, DeleteServiceFunctionCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteServiceFunctionCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceFunctionCommandInput, DeleteServiceFunctionCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteServiceFunctionCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceFunctionCommandInput, DeleteServiceFunctionCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a service function.</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 { DeleteServiceFunctionResourcesRequest, DeleteServiceFunctionResourcesResponse } 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 DeleteServiceFunctionResourcesCommandInput extends DeleteServic
22
19
  export interface DeleteServiceFunctionResourcesCommandOutput extends DeleteServiceFunctionResourcesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteServiceFunctionResourcesCommand_base: {
25
- new (input: DeleteServiceFunctionResourcesCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceFunctionResourcesCommandInput, DeleteServiceFunctionResourcesCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteServiceFunctionResourcesCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceFunctionResourcesCommandInput, DeleteServiceFunctionResourcesCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteServiceFunctionResourcesCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceFunctionResourcesCommandInput, DeleteServiceFunctionResourcesCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteServiceFunctionResourcesCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceFunctionResourcesCommandInput, DeleteServiceFunctionResourcesCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes resources from a service function.</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 { DeleteSystemRequest, DeleteSystemResponse } 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 DeleteSystemCommandInput extends DeleteSystemRequest {
22
19
  export interface DeleteSystemCommandOutput extends DeleteSystemResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSystemCommand_base: {
25
- new (input: DeleteSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteSystemCommandInput, DeleteSystemCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteSystemCommandInput, DeleteSystemCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteSystemCommandInput, DeleteSystemCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteSystemCommandInput, DeleteSystemCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a system.</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 { DeleteUserJourneyRequest, DeleteUserJourneyResponse } 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 DeleteUserJourneyCommandInput extends DeleteUserJourneyRequest
22
19
  export interface DeleteUserJourneyCommandOutput extends DeleteUserJourneyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteUserJourneyCommand_base: {
25
- new (input: DeleteUserJourneyCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserJourneyCommandInput, DeleteUserJourneyCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteUserJourneyCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserJourneyCommandInput, DeleteUserJourneyCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteUserJourneyCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserJourneyCommandInput, DeleteUserJourneyCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteUserJourneyCommandInput): import("@smithy/core/client").CommandImpl<DeleteUserJourneyCommandInput, DeleteUserJourneyCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a user journey.</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 { GetFailureModeFindingRequest, GetFailureModeFindingResponse } 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 GetFailureModeFindingCommandInput extends GetFailureModeFinding
22
19
  export interface GetFailureModeFindingCommandOutput extends GetFailureModeFindingResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetFailureModeFindingCommand_base: {
25
- new (input: GetFailureModeFindingCommandInput): import("@smithy/core/client").CommandImpl<GetFailureModeFindingCommandInput, GetFailureModeFindingCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFailureModeFindingCommandInput): import("@smithy/core/client").CommandImpl<GetFailureModeFindingCommandInput, GetFailureModeFindingCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetFailureModeFindingCommandInput): import("@smithy/core/client").CommandImpl<GetFailureModeFindingCommandInput, GetFailureModeFindingCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetFailureModeFindingCommandInput): import("@smithy/core/client").CommandImpl<GetFailureModeFindingCommandInput, GetFailureModeFindingCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a finding by findingId.</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 { GetPolicyRequest, GetPolicyResponse } 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 GetPolicyCommandInput extends GetPolicyRequest {
22
19
  export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetPolicyCommand_base: {
25
- new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a resilience policy by ARN.</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 { GetServiceRequest, GetServiceResponse } 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 GetServiceCommandInput extends GetServiceRequest {
22
19
  export interface GetServiceCommandOutput extends GetServiceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetServiceCommand_base: {
25
- new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a service by ARN.</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 { GetSystemRequest, GetSystemResponse } 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 GetSystemCommandInput extends GetSystemRequest {
22
19
  export interface GetSystemCommandOutput extends GetSystemResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSystemCommand_base: {
25
- new (input: GetSystemCommandInput): import("@smithy/core/client").CommandImpl<GetSystemCommandInput, GetSystemCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSystemCommandInput): import("@smithy/core/client").CommandImpl<GetSystemCommandInput, GetSystemCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSystemCommandInput): import("@smithy/core/client").CommandImpl<GetSystemCommandInput, GetSystemCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSystemCommandInput): import("@smithy/core/client").CommandImpl<GetSystemCommandInput, GetSystemCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a system by ARN.</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 { GetUserJourneyRequest, GetUserJourneyResponse } 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 GetUserJourneyCommandInput extends GetUserJourneyRequest {
22
19
  export interface GetUserJourneyCommandOutput extends GetUserJourneyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetUserJourneyCommand_base: {
25
- new (input: GetUserJourneyCommandInput): import("@smithy/core/client").CommandImpl<GetUserJourneyCommandInput, GetUserJourneyCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetUserJourneyCommandInput): import("@smithy/core/client").CommandImpl<GetUserJourneyCommandInput, GetUserJourneyCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetUserJourneyCommandInput): import("@smithy/core/client").CommandImpl<GetUserJourneyCommandInput, GetUserJourneyCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetUserJourneyCommandInput): import("@smithy/core/client").CommandImpl<GetUserJourneyCommandInput, GetUserJourneyCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a user journey.</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 { ImportAppRequest, ImportAppResponse } 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 ImportAppCommandInput extends ImportAppRequest {
22
19
  export interface ImportAppCommandOutput extends ImportAppResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ImportAppCommand_base: {
25
- new (input: ImportAppCommandInput): import("@smithy/core/client").CommandImpl<ImportAppCommandInput, ImportAppCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ImportAppCommandInput): import("@smithy/core/client").CommandImpl<ImportAppCommandInput, ImportAppCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ImportAppCommandInput): import("@smithy/core/client").CommandImpl<ImportAppCommandInput, ImportAppCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ImportAppCommandInput): import("@smithy/core/client").CommandImpl<ImportAppCommandInput, ImportAppCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Imports a V1 app into the V2 resource model, creating a service with the same name.</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 { ImportPolicyRequest, ImportPolicyResponse } 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 ImportPolicyCommandInput extends ImportPolicyRequest {
22
19
  export interface ImportPolicyCommandOutput extends ImportPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ImportPolicyCommand_base: {
25
- new (input: ImportPolicyCommandInput): import("@smithy/core/client").CommandImpl<ImportPolicyCommandInput, ImportPolicyCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ImportPolicyCommandInput): import("@smithy/core/client").CommandImpl<ImportPolicyCommandInput, ImportPolicyCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ImportPolicyCommandInput): import("@smithy/core/client").CommandImpl<ImportPolicyCommandInput, ImportPolicyCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ImportPolicyCommandInput): import("@smithy/core/client").CommandImpl<ImportPolicyCommandInput, ImportPolicyCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Imports a V1 policy into V2, mapping RTO/RPO values from V1 scenarios.</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 { ListAssertionsRequest, ListAssertionsResponse } 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 ListAssertionsCommandInput extends ListAssertionsRequest {
22
19
  export interface ListAssertionsCommandOutput extends ListAssertionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAssertionsCommand_base: {
25
- new (input: ListAssertionsCommandInput): import("@smithy/core/client").CommandImpl<ListAssertionsCommandInput, ListAssertionsCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAssertionsCommandInput): import("@smithy/core/client").CommandImpl<ListAssertionsCommandInput, ListAssertionsCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAssertionsCommandInput): import("@smithy/core/client").CommandImpl<ListAssertionsCommandInput, ListAssertionsCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAssertionsCommandInput): import("@smithy/core/client").CommandImpl<ListAssertionsCommandInput, ListAssertionsCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists resilience assertions 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 { ListDependenciesRequest, ListDependenciesResponse } 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 ListDependenciesCommandInput extends ListDependenciesRequest {
22
19
  export interface ListDependenciesCommandOutput extends ListDependenciesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDependenciesCommand_base: {
25
- new (input: ListDependenciesCommandInput): import("@smithy/core/client").CommandImpl<ListDependenciesCommandInput, ListDependenciesCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDependenciesCommandInput]): import("@smithy/core/client").CommandImpl<ListDependenciesCommandInput, ListDependenciesCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDependenciesCommandInput): import("@smithy/core/client").CommandImpl<ListDependenciesCommandInput, ListDependenciesCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDependenciesCommandInput]): import("@smithy/core/client").CommandImpl<ListDependenciesCommandInput, ListDependenciesCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists dependencies discovered for services.</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 { ListFailureModeAssessmentsRequest, ListFailureModeAssessmentsResponse } 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 ListFailureModeAssessmentsCommandInput extends ListFailureModeA
22
19
  export interface ListFailureModeAssessmentsCommandOutput extends ListFailureModeAssessmentsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListFailureModeAssessmentsCommand_base: {
25
- new (input: ListFailureModeAssessmentsCommandInput): import("@smithy/core/client").CommandImpl<ListFailureModeAssessmentsCommandInput, ListFailureModeAssessmentsCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListFailureModeAssessmentsCommandInput): import("@smithy/core/client").CommandImpl<ListFailureModeAssessmentsCommandInput, ListFailureModeAssessmentsCommandOutput, Resiliencehubv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListFailureModeAssessmentsCommandInput): import("@smithy/core/client").CommandImpl<ListFailureModeAssessmentsCommandInput, ListFailureModeAssessmentsCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListFailureModeAssessmentsCommandInput): import("@smithy/core/client").CommandImpl<ListFailureModeAssessmentsCommandInput, ListFailureModeAssessmentsCommandOutput, import("..").Resiliencehubv2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists failure mode assessments.</p>