@aws-sdk/client-ssm-incidents 3.477.0 → 3.481.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 (157) hide show
  1. package/dist-cjs/commands/BatchGetIncidentFindingsCommand.js +18 -41
  2. package/dist-cjs/commands/CreateReplicationSetCommand.js +18 -41
  3. package/dist-cjs/commands/CreateResponsePlanCommand.js +18 -41
  4. package/dist-cjs/commands/CreateTimelineEventCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteIncidentRecordCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteReplicationSetCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteResponsePlanCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteTimelineEventCommand.js +18 -41
  10. package/dist-cjs/commands/GetIncidentRecordCommand.js +18 -41
  11. package/dist-cjs/commands/GetReplicationSetCommand.js +18 -41
  12. package/dist-cjs/commands/GetResourcePoliciesCommand.js +18 -41
  13. package/dist-cjs/commands/GetResponsePlanCommand.js +18 -41
  14. package/dist-cjs/commands/GetTimelineEventCommand.js +18 -41
  15. package/dist-cjs/commands/ListIncidentFindingsCommand.js +18 -41
  16. package/dist-cjs/commands/ListIncidentRecordsCommand.js +18 -41
  17. package/dist-cjs/commands/ListRelatedItemsCommand.js +18 -41
  18. package/dist-cjs/commands/ListReplicationSetsCommand.js +18 -41
  19. package/dist-cjs/commands/ListResponsePlansCommand.js +18 -41
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  21. package/dist-cjs/commands/ListTimelineEventsCommand.js +18 -41
  22. package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
  23. package/dist-cjs/commands/StartIncidentCommand.js +18 -41
  24. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  25. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateIncidentRecordCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateRelatedItemsCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateReplicationSetCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateResponsePlanCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateTimelineEventCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-cjs/pagination/GetResourcePoliciesPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListIncidentFindingsPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListIncidentRecordsPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListRelatedItemsPaginator.js +2 -24
  37. package/dist-cjs/pagination/ListReplicationSetsPaginator.js +2 -24
  38. package/dist-cjs/pagination/ListResponsePlansPaginator.js +2 -24
  39. package/dist-cjs/pagination/ListTimelineEventsPaginator.js +2 -24
  40. package/dist-es/commands/BatchGetIncidentFindingsCommand.js +18 -41
  41. package/dist-es/commands/CreateReplicationSetCommand.js +18 -41
  42. package/dist-es/commands/CreateResponsePlanCommand.js +18 -41
  43. package/dist-es/commands/CreateTimelineEventCommand.js +18 -41
  44. package/dist-es/commands/DeleteIncidentRecordCommand.js +18 -41
  45. package/dist-es/commands/DeleteReplicationSetCommand.js +18 -41
  46. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  47. package/dist-es/commands/DeleteResponsePlanCommand.js +18 -41
  48. package/dist-es/commands/DeleteTimelineEventCommand.js +18 -41
  49. package/dist-es/commands/GetIncidentRecordCommand.js +18 -41
  50. package/dist-es/commands/GetReplicationSetCommand.js +18 -41
  51. package/dist-es/commands/GetResourcePoliciesCommand.js +18 -41
  52. package/dist-es/commands/GetResponsePlanCommand.js +18 -41
  53. package/dist-es/commands/GetTimelineEventCommand.js +18 -41
  54. package/dist-es/commands/ListIncidentFindingsCommand.js +18 -41
  55. package/dist-es/commands/ListIncidentRecordsCommand.js +18 -41
  56. package/dist-es/commands/ListRelatedItemsCommand.js +18 -41
  57. package/dist-es/commands/ListReplicationSetsCommand.js +18 -41
  58. package/dist-es/commands/ListResponsePlansCommand.js +18 -41
  59. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  60. package/dist-es/commands/ListTimelineEventsCommand.js +18 -41
  61. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  62. package/dist-es/commands/StartIncidentCommand.js +18 -41
  63. package/dist-es/commands/TagResourceCommand.js +18 -41
  64. package/dist-es/commands/UntagResourceCommand.js +18 -41
  65. package/dist-es/commands/UpdateDeletionProtectionCommand.js +18 -41
  66. package/dist-es/commands/UpdateIncidentRecordCommand.js +18 -41
  67. package/dist-es/commands/UpdateRelatedItemsCommand.js +18 -41
  68. package/dist-es/commands/UpdateReplicationSetCommand.js +18 -41
  69. package/dist-es/commands/UpdateResponsePlanCommand.js +18 -41
  70. package/dist-es/commands/UpdateTimelineEventCommand.js +18 -41
  71. package/dist-es/endpoint/EndpointParameters.js +6 -0
  72. package/dist-es/pagination/GetResourcePoliciesPaginator.js +2 -23
  73. package/dist-es/pagination/ListIncidentFindingsPaginator.js +2 -23
  74. package/dist-es/pagination/ListIncidentRecordsPaginator.js +2 -23
  75. package/dist-es/pagination/ListRelatedItemsPaginator.js +2 -23
  76. package/dist-es/pagination/ListReplicationSetsPaginator.js +2 -23
  77. package/dist-es/pagination/ListResponsePlansPaginator.js +2 -23
  78. package/dist-es/pagination/ListTimelineEventsPaginator.js +2 -23
  79. package/dist-types/commands/BatchGetIncidentFindingsCommand.d.ts +6 -21
  80. package/dist-types/commands/CreateReplicationSetCommand.d.ts +6 -21
  81. package/dist-types/commands/CreateResponsePlanCommand.d.ts +6 -21
  82. package/dist-types/commands/CreateTimelineEventCommand.d.ts +6 -21
  83. package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +6 -21
  84. package/dist-types/commands/DeleteReplicationSetCommand.d.ts +6 -21
  85. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  86. package/dist-types/commands/DeleteResponsePlanCommand.d.ts +6 -21
  87. package/dist-types/commands/DeleteTimelineEventCommand.d.ts +6 -21
  88. package/dist-types/commands/GetIncidentRecordCommand.d.ts +6 -21
  89. package/dist-types/commands/GetReplicationSetCommand.d.ts +6 -21
  90. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +6 -21
  91. package/dist-types/commands/GetResponsePlanCommand.d.ts +6 -21
  92. package/dist-types/commands/GetTimelineEventCommand.d.ts +6 -21
  93. package/dist-types/commands/ListIncidentFindingsCommand.d.ts +6 -21
  94. package/dist-types/commands/ListIncidentRecordsCommand.d.ts +6 -21
  95. package/dist-types/commands/ListRelatedItemsCommand.d.ts +6 -21
  96. package/dist-types/commands/ListReplicationSetsCommand.d.ts +6 -21
  97. package/dist-types/commands/ListResponsePlansCommand.d.ts +6 -21
  98. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  99. package/dist-types/commands/ListTimelineEventsCommand.d.ts +6 -21
  100. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  101. package/dist-types/commands/StartIncidentCommand.d.ts +6 -21
  102. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  103. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  104. package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +6 -21
  105. package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +6 -21
  106. package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +6 -21
  107. package/dist-types/commands/UpdateReplicationSetCommand.d.ts +6 -21
  108. package/dist-types/commands/UpdateResponsePlanCommand.d.ts +6 -21
  109. package/dist-types/commands/UpdateTimelineEventCommand.d.ts +6 -21
  110. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  111. package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  112. package/dist-types/pagination/ListIncidentFindingsPaginator.d.ts +1 -1
  113. package/dist-types/pagination/ListIncidentRecordsPaginator.d.ts +1 -1
  114. package/dist-types/pagination/ListRelatedItemsPaginator.d.ts +1 -1
  115. package/dist-types/pagination/ListReplicationSetsPaginator.d.ts +1 -1
  116. package/dist-types/pagination/ListResponsePlansPaginator.d.ts +1 -1
  117. package/dist-types/pagination/ListTimelineEventsPaginator.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/BatchGetIncidentFindingsCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/ListIncidentFindingsCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +12 -24
  145. package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  150. package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +3 -3
  151. package/dist-types/ts3.4/pagination/ListIncidentFindingsPaginator.d.ts +3 -3
  152. package/dist-types/ts3.4/pagination/ListIncidentRecordsPaginator.d.ts +3 -3
  153. package/dist-types/ts3.4/pagination/ListRelatedItemsPaginator.d.ts +3 -3
  154. package/dist-types/ts3.4/pagination/ListReplicationSetsPaginator.d.ts +3 -3
  155. package/dist-types/ts3.4/pagination/ListResponsePlansPaginator.d.ts +3 -3
  156. package/dist-types/ts3.4/pagination/ListTimelineEventsPaginator.d.ts +3 -3
  157. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchGetIncidentFindingsInput,
11
5
  BatchGetIncidentFindingsOutput,
@@ -21,22 +15,16 @@ export interface BatchGetIncidentFindingsCommandInput
21
15
  export interface BatchGetIncidentFindingsCommandOutput
22
16
  extends BatchGetIncidentFindingsOutput,
23
17
  __MetadataBearer {}
24
- export declare class BatchGetIncidentFindingsCommand extends $Command<
25
- BatchGetIncidentFindingsCommandInput,
26
- BatchGetIncidentFindingsCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: BatchGetIncidentFindingsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: BatchGetIncidentFindingsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const BatchGetIncidentFindingsCommand_base: {
19
+ new (
20
+ input: BatchGetIncidentFindingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  BatchGetIncidentFindingsCommandInput,
38
- BatchGetIncidentFindingsCommandOutput
23
+ BatchGetIncidentFindingsCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class BatchGetIncidentFindingsCommand extends BatchGetIncidentFindingsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateReplicationSetInput,
11
5
  CreateReplicationSetOutput,
@@ -21,22 +15,16 @@ export interface CreateReplicationSetCommandInput
21
15
  export interface CreateReplicationSetCommandOutput
22
16
  extends CreateReplicationSetOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreateReplicationSetCommand extends $Command<
25
- CreateReplicationSetCommandInput,
26
- CreateReplicationSetCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: CreateReplicationSetCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateReplicationSetCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateReplicationSetCommand_base: {
19
+ new (
20
+ input: CreateReplicationSetCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateReplicationSetCommandInput,
38
- CreateReplicationSetCommandOutput
23
+ CreateReplicationSetCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateReplicationSetCommand extends CreateReplicationSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateResponsePlanInput,
11
5
  CreateResponsePlanOutput,
@@ -21,19 +15,16 @@ export interface CreateResponsePlanCommandInput
21
15
  export interface CreateResponsePlanCommandOutput
22
16
  extends CreateResponsePlanOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreateResponsePlanCommand extends $Command<
25
- CreateResponsePlanCommandInput,
26
- CreateResponsePlanCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: CreateResponsePlanCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateResponsePlanCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateResponsePlanCommand_base: {
19
+ new (
20
+ input: CreateResponsePlanCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateResponsePlanCommandInput,
23
+ CreateResponsePlanCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateResponsePlanCommand extends CreateResponsePlanCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateTimelineEventInput,
11
5
  CreateTimelineEventOutput,
@@ -21,19 +15,16 @@ export interface CreateTimelineEventCommandInput
21
15
  export interface CreateTimelineEventCommandOutput
22
16
  extends CreateTimelineEventOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreateTimelineEventCommand extends $Command<
25
- CreateTimelineEventCommandInput,
26
- CreateTimelineEventCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: CreateTimelineEventCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateTimelineEventCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateTimelineEventCommand_base: {
19
+ new (
20
+ input: CreateTimelineEventCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateTimelineEventCommandInput,
23
+ CreateTimelineEventCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateTimelineEventCommand extends CreateTimelineEventCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteIncidentRecordInput,
11
5
  DeleteIncidentRecordOutput,
@@ -21,22 +15,16 @@ export interface DeleteIncidentRecordCommandInput
21
15
  export interface DeleteIncidentRecordCommandOutput
22
16
  extends DeleteIncidentRecordOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteIncidentRecordCommand extends $Command<
25
- DeleteIncidentRecordCommandInput,
26
- DeleteIncidentRecordCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: DeleteIncidentRecordCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteIncidentRecordCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteIncidentRecordCommand_base: {
19
+ new (
20
+ input: DeleteIncidentRecordCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteIncidentRecordCommandInput,
38
- DeleteIncidentRecordCommandOutput
23
+ DeleteIncidentRecordCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteIncidentRecordCommand extends DeleteIncidentRecordCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteReplicationSetInput,
11
5
  DeleteReplicationSetOutput,
@@ -21,22 +15,16 @@ export interface DeleteReplicationSetCommandInput
21
15
  export interface DeleteReplicationSetCommandOutput
22
16
  extends DeleteReplicationSetOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteReplicationSetCommand extends $Command<
25
- DeleteReplicationSetCommandInput,
26
- DeleteReplicationSetCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: DeleteReplicationSetCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteReplicationSetCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteReplicationSetCommand_base: {
19
+ new (
20
+ input: DeleteReplicationSetCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteReplicationSetCommandInput,
38
- DeleteReplicationSetCommandOutput
23
+ DeleteReplicationSetCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteReplicationSetCommand extends DeleteReplicationSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteResourcePolicyInput,
11
5
  DeleteResourcePolicyOutput,
@@ -21,22 +15,16 @@ export interface DeleteResourcePolicyCommandInput
21
15
  export interface DeleteResourcePolicyCommandOutput
22
16
  extends DeleteResourcePolicyOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteResourcePolicyCommand extends $Command<
25
- DeleteResourcePolicyCommandInput,
26
- DeleteResourcePolicyCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: DeleteResourcePolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteResourcePolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteResourcePolicyCommand_base: {
19
+ new (
20
+ input: DeleteResourcePolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteResourcePolicyCommandInput,
38
- DeleteResourcePolicyCommandOutput
23
+ DeleteResourcePolicyCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteResponsePlanInput,
11
5
  DeleteResponsePlanOutput,
@@ -21,19 +15,16 @@ export interface DeleteResponsePlanCommandInput
21
15
  export interface DeleteResponsePlanCommandOutput
22
16
  extends DeleteResponsePlanOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteResponsePlanCommand extends $Command<
25
- DeleteResponsePlanCommandInput,
26
- DeleteResponsePlanCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: DeleteResponsePlanCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteResponsePlanCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteResponsePlanCommand_base: {
19
+ new (
20
+ input: DeleteResponsePlanCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteResponsePlanCommandInput,
23
+ DeleteResponsePlanCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteResponsePlanCommand extends DeleteResponsePlanCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteTimelineEventInput,
11
5
  DeleteTimelineEventOutput,
@@ -21,19 +15,16 @@ export interface DeleteTimelineEventCommandInput
21
15
  export interface DeleteTimelineEventCommandOutput
22
16
  extends DeleteTimelineEventOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteTimelineEventCommand extends $Command<
25
- DeleteTimelineEventCommandInput,
26
- DeleteTimelineEventCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: DeleteTimelineEventCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteTimelineEventCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteTimelineEventCommand_base: {
19
+ new (
20
+ input: DeleteTimelineEventCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteTimelineEventCommandInput,
23
+ DeleteTimelineEventCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteTimelineEventCommand extends DeleteTimelineEventCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetIncidentRecordInput,
11
5
  GetIncidentRecordOutput,
@@ -20,19 +14,16 @@ export interface GetIncidentRecordCommandInput extends GetIncidentRecordInput {}
20
14
  export interface GetIncidentRecordCommandOutput
21
15
  extends GetIncidentRecordOutput,
22
16
  __MetadataBearer {}
23
- export declare class GetIncidentRecordCommand extends $Command<
24
- GetIncidentRecordCommandInput,
25
- GetIncidentRecordCommandOutput,
26
- SSMIncidentsClientResolvedConfig
27
- > {
28
- readonly input: GetIncidentRecordCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetIncidentRecordCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SSMIncidentsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetIncidentRecordCommand_base: {
18
+ new (
19
+ input: GetIncidentRecordCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetIncidentRecordCommandInput,
22
+ GetIncidentRecordCommandOutput,
23
+ SSMIncidentsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetIncidentRecordCommand extends GetIncidentRecordCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetReplicationSetInput,
11
5
  GetReplicationSetOutput,
@@ -20,19 +14,16 @@ export interface GetReplicationSetCommandInput extends GetReplicationSetInput {}
20
14
  export interface GetReplicationSetCommandOutput
21
15
  extends GetReplicationSetOutput,
22
16
  __MetadataBearer {}
23
- export declare class GetReplicationSetCommand extends $Command<
24
- GetReplicationSetCommandInput,
25
- GetReplicationSetCommandOutput,
26
- SSMIncidentsClientResolvedConfig
27
- > {
28
- readonly input: GetReplicationSetCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetReplicationSetCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SSMIncidentsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetReplicationSetCommandInput, GetReplicationSetCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetReplicationSetCommand_base: {
18
+ new (
19
+ input: GetReplicationSetCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetReplicationSetCommandInput,
22
+ GetReplicationSetCommandOutput,
23
+ SSMIncidentsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetReplicationSetCommand extends GetReplicationSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetResourcePoliciesInput,
11
5
  GetResourcePoliciesOutput,
@@ -21,19 +15,16 @@ export interface GetResourcePoliciesCommandInput
21
15
  export interface GetResourcePoliciesCommandOutput
22
16
  extends GetResourcePoliciesOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetResourcePoliciesCommand extends $Command<
25
- GetResourcePoliciesCommandInput,
26
- GetResourcePoliciesCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: GetResourcePoliciesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetResourcePoliciesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetResourcePoliciesCommand_base: {
19
+ new (
20
+ input: GetResourcePoliciesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetResourcePoliciesCommandInput,
23
+ GetResourcePoliciesCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetResourcePoliciesCommand extends GetResourcePoliciesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetResponsePlanInput,
11
5
  GetResponsePlanOutput,
@@ -20,19 +14,16 @@ export interface GetResponsePlanCommandInput extends GetResponsePlanInput {}
20
14
  export interface GetResponsePlanCommandOutput
21
15
  extends GetResponsePlanOutput,
22
16
  __MetadataBearer {}
23
- export declare class GetResponsePlanCommand extends $Command<
24
- GetResponsePlanCommandInput,
25
- GetResponsePlanCommandOutput,
26
- SSMIncidentsClientResolvedConfig
27
- > {
28
- readonly input: GetResponsePlanCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetResponsePlanCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SSMIncidentsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetResponsePlanCommandInput, GetResponsePlanCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetResponsePlanCommand_base: {
18
+ new (
19
+ input: GetResponsePlanCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetResponsePlanCommandInput,
22
+ GetResponsePlanCommandOutput,
23
+ SSMIncidentsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetResponsePlanCommand extends GetResponsePlanCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetTimelineEventInput,
11
5
  GetTimelineEventOutput,
@@ -20,19 +14,16 @@ export interface GetTimelineEventCommandInput extends GetTimelineEventInput {}
20
14
  export interface GetTimelineEventCommandOutput
21
15
  extends GetTimelineEventOutput,
22
16
  __MetadataBearer {}
23
- export declare class GetTimelineEventCommand extends $Command<
24
- GetTimelineEventCommandInput,
25
- GetTimelineEventCommandOutput,
26
- SSMIncidentsClientResolvedConfig
27
- > {
28
- readonly input: GetTimelineEventCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetTimelineEventCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SSMIncidentsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetTimelineEventCommandInput, GetTimelineEventCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetTimelineEventCommand_base: {
18
+ new (
19
+ input: GetTimelineEventCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetTimelineEventCommandInput,
22
+ GetTimelineEventCommandOutput,
23
+ SSMIncidentsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetTimelineEventCommand extends GetTimelineEventCommand_base {}