@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
  ListIncidentFindingsInput,
11
5
  ListIncidentFindingsOutput,
@@ -21,22 +15,16 @@ export interface ListIncidentFindingsCommandInput
21
15
  export interface ListIncidentFindingsCommandOutput
22
16
  extends ListIncidentFindingsOutput,
23
17
  __MetadataBearer {}
24
- export declare class ListIncidentFindingsCommand extends $Command<
25
- ListIncidentFindingsCommandInput,
26
- ListIncidentFindingsCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: ListIncidentFindingsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListIncidentFindingsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListIncidentFindingsCommand_base: {
19
+ new (
20
+ input: ListIncidentFindingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListIncidentFindingsCommandInput,
38
- ListIncidentFindingsCommandOutput
23
+ ListIncidentFindingsCommandOutput,
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 ListIncidentFindingsCommand extends ListIncidentFindingsCommand_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
  ListIncidentRecordsInput,
11
5
  ListIncidentRecordsOutput,
@@ -21,19 +15,16 @@ export interface ListIncidentRecordsCommandInput
21
15
  export interface ListIncidentRecordsCommandOutput
22
16
  extends ListIncidentRecordsOutput,
23
17
  __MetadataBearer {}
24
- export declare class ListIncidentRecordsCommand extends $Command<
25
- ListIncidentRecordsCommandInput,
26
- ListIncidentRecordsCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: ListIncidentRecordsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListIncidentRecordsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListIncidentRecordsCommand_base: {
19
+ new (
20
+ input: ListIncidentRecordsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListIncidentRecordsCommandInput,
23
+ ListIncidentRecordsCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListIncidentRecordsCommand extends ListIncidentRecordsCommand_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
  ListRelatedItemsInput,
11
5
  ListRelatedItemsOutput,
@@ -20,19 +14,16 @@ export interface ListRelatedItemsCommandInput extends ListRelatedItemsInput {}
20
14
  export interface ListRelatedItemsCommandOutput
21
15
  extends ListRelatedItemsOutput,
22
16
  __MetadataBearer {}
23
- export declare class ListRelatedItemsCommand extends $Command<
24
- ListRelatedItemsCommandInput,
25
- ListRelatedItemsCommandOutput,
26
- SSMIncidentsClientResolvedConfig
27
- > {
28
- readonly input: ListRelatedItemsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListRelatedItemsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SSMIncidentsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListRelatedItemsCommand_base: {
18
+ new (
19
+ input: ListRelatedItemsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListRelatedItemsCommandInput,
22
+ ListRelatedItemsCommandOutput,
23
+ SSMIncidentsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListRelatedItemsCommand extends ListRelatedItemsCommand_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
  ListReplicationSetsInput,
11
5
  ListReplicationSetsOutput,
@@ -21,19 +15,16 @@ export interface ListReplicationSetsCommandInput
21
15
  export interface ListReplicationSetsCommandOutput
22
16
  extends ListReplicationSetsOutput,
23
17
  __MetadataBearer {}
24
- export declare class ListReplicationSetsCommand extends $Command<
25
- ListReplicationSetsCommandInput,
26
- ListReplicationSetsCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: ListReplicationSetsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListReplicationSetsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListReplicationSetsCommand_base: {
19
+ new (
20
+ input: ListReplicationSetsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListReplicationSetsCommandInput,
23
+ ListReplicationSetsCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListReplicationSetsCommand extends ListReplicationSetsCommand_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
  ListResponsePlansInput,
11
5
  ListResponsePlansOutput,
@@ -20,19 +14,16 @@ export interface ListResponsePlansCommandInput extends ListResponsePlansInput {}
20
14
  export interface ListResponsePlansCommandOutput
21
15
  extends ListResponsePlansOutput,
22
16
  __MetadataBearer {}
23
- export declare class ListResponsePlansCommand extends $Command<
24
- ListResponsePlansCommandInput,
25
- ListResponsePlansCommandOutput,
26
- SSMIncidentsClientResolvedConfig
27
- > {
28
- readonly input: ListResponsePlansCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListResponsePlansCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SSMIncidentsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListResponsePlansCommandInput, ListResponsePlansCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListResponsePlansCommand_base: {
18
+ new (
19
+ input: ListResponsePlansCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListResponsePlansCommandInput,
22
+ ListResponsePlansCommandOutput,
23
+ SSMIncidentsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListResponsePlansCommand extends ListResponsePlansCommand_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
  ListTagsForResourceRequest,
11
5
  ListTagsForResourceResponse,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_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
  ListTimelineEventsInput,
11
5
  ListTimelineEventsOutput,
@@ -21,19 +15,16 @@ export interface ListTimelineEventsCommandInput
21
15
  export interface ListTimelineEventsCommandOutput
22
16
  extends ListTimelineEventsOutput,
23
17
  __MetadataBearer {}
24
- export declare class ListTimelineEventsCommand extends $Command<
25
- ListTimelineEventsCommandInput,
26
- ListTimelineEventsCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: ListTimelineEventsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTimelineEventsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTimelineEventsCommand_base: {
19
+ new (
20
+ input: ListTimelineEventsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTimelineEventsCommandInput,
23
+ ListTimelineEventsCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTimelineEventsCommand extends ListTimelineEventsCommand_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
  PutResourcePolicyInput,
11
5
  PutResourcePolicyOutput,
@@ -20,19 +14,16 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {}
20
14
  export interface PutResourcePolicyCommandOutput
21
15
  extends PutResourcePolicyOutput,
22
16
  __MetadataBearer {}
23
- export declare class PutResourcePolicyCommand extends $Command<
24
- PutResourcePolicyCommandInput,
25
- PutResourcePolicyCommandOutput,
26
- SSMIncidentsClientResolvedConfig
27
- > {
28
- readonly input: PutResourcePolicyCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: PutResourcePolicyCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SSMIncidentsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const PutResourcePolicyCommand_base: {
18
+ new (
19
+ input: PutResourcePolicyCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ PutResourcePolicyCommandInput,
22
+ PutResourcePolicyCommandOutput,
23
+ SSMIncidentsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_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 { StartIncidentInput, StartIncidentOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface StartIncidentCommandInput extends StartIncidentInput {}
17
11
  export interface StartIncidentCommandOutput
18
12
  extends StartIncidentOutput,
19
13
  __MetadataBearer {}
20
- export declare class StartIncidentCommand extends $Command<
21
- StartIncidentCommandInput,
22
- StartIncidentCommandOutput,
23
- SSMIncidentsClientResolvedConfig
24
- > {
25
- readonly input: StartIncidentCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: StartIncidentCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SSMIncidentsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<StartIncidentCommandInput, StartIncidentCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const StartIncidentCommand_base: {
15
+ new (
16
+ input: StartIncidentCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ StartIncidentCommandInput,
19
+ StartIncidentCommandOutput,
20
+ SSMIncidentsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class StartIncidentCommand extends StartIncidentCommand_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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- SSMIncidentsClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SSMIncidentsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ SSMIncidentsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_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
  UntagResourceRequest,
11
5
  UntagResourceResponse,
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
20
14
  export interface UntagResourceCommandOutput
21
15
  extends UntagResourceResponse,
22
16
  __MetadataBearer {}
23
- export declare class UntagResourceCommand extends $Command<
24
- UntagResourceCommandInput,
25
- UntagResourceCommandOutput,
26
- SSMIncidentsClientResolvedConfig
27
- > {
28
- readonly input: UntagResourceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UntagResourceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SSMIncidentsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UntagResourceCommand_base: {
18
+ new (
19
+ input: UntagResourceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UntagResourceCommandInput,
22
+ UntagResourceCommandOutput,
23
+ SSMIncidentsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UntagResourceCommand extends UntagResourceCommand_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
  UpdateDeletionProtectionInput,
11
5
  UpdateDeletionProtectionOutput,
@@ -21,22 +15,16 @@ export interface UpdateDeletionProtectionCommandInput
21
15
  export interface UpdateDeletionProtectionCommandOutput
22
16
  extends UpdateDeletionProtectionOutput,
23
17
  __MetadataBearer {}
24
- export declare class UpdateDeletionProtectionCommand extends $Command<
25
- UpdateDeletionProtectionCommandInput,
26
- UpdateDeletionProtectionCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: UpdateDeletionProtectionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateDeletionProtectionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateDeletionProtectionCommand_base: {
19
+ new (
20
+ input: UpdateDeletionProtectionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateDeletionProtectionCommandInput,
38
- UpdateDeletionProtectionCommandOutput
23
+ UpdateDeletionProtectionCommandOutput,
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 UpdateDeletionProtectionCommand extends UpdateDeletionProtectionCommand_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
  UpdateIncidentRecordInput,
11
5
  UpdateIncidentRecordOutput,
@@ -21,22 +15,16 @@ export interface UpdateIncidentRecordCommandInput
21
15
  export interface UpdateIncidentRecordCommandOutput
22
16
  extends UpdateIncidentRecordOutput,
23
17
  __MetadataBearer {}
24
- export declare class UpdateIncidentRecordCommand extends $Command<
25
- UpdateIncidentRecordCommandInput,
26
- UpdateIncidentRecordCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: UpdateIncidentRecordCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateIncidentRecordCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateIncidentRecordCommand_base: {
19
+ new (
20
+ input: UpdateIncidentRecordCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateIncidentRecordCommandInput,
38
- UpdateIncidentRecordCommandOutput
23
+ UpdateIncidentRecordCommandOutput,
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 UpdateIncidentRecordCommand extends UpdateIncidentRecordCommand_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
  UpdateRelatedItemsInput,
11
5
  UpdateRelatedItemsOutput,
@@ -21,19 +15,16 @@ export interface UpdateRelatedItemsCommandInput
21
15
  export interface UpdateRelatedItemsCommandOutput
22
16
  extends UpdateRelatedItemsOutput,
23
17
  __MetadataBearer {}
24
- export declare class UpdateRelatedItemsCommand extends $Command<
25
- UpdateRelatedItemsCommandInput,
26
- UpdateRelatedItemsCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: UpdateRelatedItemsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateRelatedItemsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const UpdateRelatedItemsCommand_base: {
19
+ new (
20
+ input: UpdateRelatedItemsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdateRelatedItemsCommandInput,
23
+ UpdateRelatedItemsCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateRelatedItemsCommand extends UpdateRelatedItemsCommand_base {}