@aws-sdk/client-ssm-incidents 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/dist-cjs/index.js +42 -315
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchGetIncidentFindingsCommand.js +2 -14
  4. package/dist-es/commands/CreateReplicationSetCommand.js +2 -14
  5. package/dist-es/commands/CreateResponsePlanCommand.js +2 -14
  6. package/dist-es/commands/CreateTimelineEventCommand.js +2 -14
  7. package/dist-es/commands/DeleteIncidentRecordCommand.js +2 -14
  8. package/dist-es/commands/DeleteReplicationSetCommand.js +2 -14
  9. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  10. package/dist-es/commands/DeleteResponsePlanCommand.js +2 -14
  11. package/dist-es/commands/DeleteTimelineEventCommand.js +2 -14
  12. package/dist-es/commands/GetIncidentRecordCommand.js +2 -14
  13. package/dist-es/commands/GetReplicationSetCommand.js +2 -14
  14. package/dist-es/commands/GetResourcePoliciesCommand.js +2 -14
  15. package/dist-es/commands/GetResponsePlanCommand.js +2 -14
  16. package/dist-es/commands/GetTimelineEventCommand.js +2 -14
  17. package/dist-es/commands/ListIncidentFindingsCommand.js +2 -14
  18. package/dist-es/commands/ListIncidentRecordsCommand.js +2 -14
  19. package/dist-es/commands/ListRelatedItemsCommand.js +2 -14
  20. package/dist-es/commands/ListReplicationSetsCommand.js +2 -14
  21. package/dist-es/commands/ListResponsePlansCommand.js +2 -14
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  23. package/dist-es/commands/ListTimelineEventsCommand.js +2 -14
  24. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  25. package/dist-es/commands/StartIncidentCommand.js +2 -14
  26. package/dist-es/commands/TagResourceCommand.js +2 -14
  27. package/dist-es/commands/UntagResourceCommand.js +2 -14
  28. package/dist-es/commands/UpdateDeletionProtectionCommand.js +2 -14
  29. package/dist-es/commands/UpdateIncidentRecordCommand.js +2 -14
  30. package/dist-es/commands/UpdateRelatedItemsCommand.js +2 -14
  31. package/dist-es/commands/UpdateReplicationSetCommand.js +2 -14
  32. package/dist-es/commands/UpdateResponsePlanCommand.js +2 -14
  33. package/dist-es/commands/UpdateTimelineEventCommand.js +2 -14
  34. package/dist-es/index.js +1 -0
  35. package/dist-es/runtimeConfig.browser.js +0 -2
  36. package/dist-es/runtimeConfig.js +1 -2
  37. package/dist-es/runtimeConfig.native.js +0 -2
  38. package/dist-es/runtimeConfig.shared.js +2 -0
  39. package/dist-types/commandBuilder.d.ts +18 -0
  40. package/dist-types/commands/BatchGetIncidentFindingsCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateReplicationSetCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateResponsePlanCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateTimelineEventCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteReplicationSetCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteResponsePlanCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteTimelineEventCommand.d.ts +3 -8
  49. package/dist-types/commands/GetIncidentRecordCommand.d.ts +3 -8
  50. package/dist-types/commands/GetReplicationSetCommand.d.ts +3 -8
  51. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +3 -8
  52. package/dist-types/commands/GetResponsePlanCommand.d.ts +3 -8
  53. package/dist-types/commands/GetTimelineEventCommand.d.ts +3 -8
  54. package/dist-types/commands/ListIncidentFindingsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListIncidentRecordsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListRelatedItemsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListReplicationSetsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListResponsePlansCommand.d.ts +3 -8
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  60. package/dist-types/commands/ListTimelineEventsCommand.d.ts +3 -8
  61. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  62. package/dist-types/commands/StartIncidentCommand.d.ts +3 -8
  63. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +3 -8
  67. package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateReplicationSetCommand.d.ts +3 -8
  69. package/dist-types/commands/UpdateResponsePlanCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateTimelineEventCommand.d.ts +3 -8
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  73. package/dist-types/runtimeConfig.d.ts +1 -1
  74. package/dist-types/runtimeConfig.native.d.ts +1 -1
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  77. package/dist-types/ts3.4/commands/BatchGetIncidentFindingsCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListIncidentFindingsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/index.d.ts +1 -0
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  112. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  113. package/package.json +8 -10
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeleteResponsePlanInput,
5
4
  DeleteResponsePlanOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSMIncidentsClientResolvedConfig,
11
- } from "../SSMIncidentsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteResponsePlanCommandInput
15
8
  extends DeleteResponsePlanInput {}
16
9
  export interface DeleteResponsePlanCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteResponsePlanCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteResponsePlanCommandInput,
24
17
  DeleteResponsePlanCommandOutput,
25
- SSMIncidentsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SSMIncidentsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteResponsePlanCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteResponsePlanCommandInput,
33
26
  DeleteResponsePlanCommandOutput,
34
- SSMIncidentsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SSMIncidentsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteResponsePlanCommand extends DeleteResponsePlanCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeleteTimelineEventInput,
5
4
  DeleteTimelineEventOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSMIncidentsClientResolvedConfig,
11
- } from "../SSMIncidentsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteTimelineEventCommandInput
15
8
  extends DeleteTimelineEventInput {}
16
9
  export interface DeleteTimelineEventCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteTimelineEventCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteTimelineEventCommandInput,
24
17
  DeleteTimelineEventCommandOutput,
25
- SSMIncidentsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SSMIncidentsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteTimelineEventCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteTimelineEventCommandInput,
33
26
  DeleteTimelineEventCommandOutput,
34
- SSMIncidentsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SSMIncidentsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteTimelineEventCommand extends DeleteTimelineEventCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetIncidentRecordInput,
5
4
  GetIncidentRecordOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSMIncidentsClientResolvedConfig,
11
- } from "../SSMIncidentsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetIncidentRecordCommandInput extends GetIncidentRecordInput {}
15
8
  export interface GetIncidentRecordCommandOutput
16
9
  extends GetIncidentRecordOutput,
@@ -21,22 +14,20 @@ declare const GetIncidentRecordCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetIncidentRecordCommandInput,
23
16
  GetIncidentRecordCommandOutput,
24
- SSMIncidentsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SSMIncidentsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetIncidentRecordCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetIncidentRecordCommandInput,
32
25
  GetIncidentRecordCommandOutput,
33
- SSMIncidentsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SSMIncidentsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetIncidentRecordCommand extends GetIncidentRecordCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetReplicationSetInput,
5
4
  GetReplicationSetOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSMIncidentsClientResolvedConfig,
11
- } from "../SSMIncidentsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetReplicationSetCommandInput extends GetReplicationSetInput {}
15
8
  export interface GetReplicationSetCommandOutput
16
9
  extends GetReplicationSetOutput,
@@ -21,22 +14,20 @@ declare const GetReplicationSetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetReplicationSetCommandInput,
23
16
  GetReplicationSetCommandOutput,
24
- SSMIncidentsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SSMIncidentsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetReplicationSetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetReplicationSetCommandInput,
32
25
  GetReplicationSetCommandOutput,
33
- SSMIncidentsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SSMIncidentsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetReplicationSetCommand extends GetReplicationSetCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetResourcePoliciesInput,
5
4
  GetResourcePoliciesOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSMIncidentsClientResolvedConfig,
11
- } from "../SSMIncidentsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetResourcePoliciesCommandInput
15
8
  extends GetResourcePoliciesInput {}
16
9
  export interface GetResourcePoliciesCommandOutput
@@ -22,22 +15,20 @@ declare const GetResourcePoliciesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetResourcePoliciesCommandInput,
24
17
  GetResourcePoliciesCommandOutput,
25
- SSMIncidentsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SSMIncidentsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetResourcePoliciesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetResourcePoliciesCommandInput,
33
26
  GetResourcePoliciesCommandOutput,
34
- SSMIncidentsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SSMIncidentsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetResourcePoliciesCommand extends GetResourcePoliciesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetResponsePlanInput,
5
4
  GetResponsePlanOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSMIncidentsClientResolvedConfig,
11
- } from "../SSMIncidentsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetResponsePlanCommandInput extends GetResponsePlanInput {}
15
8
  export interface GetResponsePlanCommandOutput
16
9
  extends GetResponsePlanOutput,
@@ -21,22 +14,20 @@ declare const GetResponsePlanCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetResponsePlanCommandInput,
23
16
  GetResponsePlanCommandOutput,
24
- SSMIncidentsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SSMIncidentsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetResponsePlanCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetResponsePlanCommandInput,
32
25
  GetResponsePlanCommandOutput,
33
- SSMIncidentsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SSMIncidentsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetResponsePlanCommand extends GetResponsePlanCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetTimelineEventInput,
5
4
  GetTimelineEventOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSMIncidentsClientResolvedConfig,
11
- } from "../SSMIncidentsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetTimelineEventCommandInput extends GetTimelineEventInput {}
15
8
  export interface GetTimelineEventCommandOutput
16
9
  extends GetTimelineEventOutput,
@@ -21,22 +14,20 @@ declare const GetTimelineEventCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetTimelineEventCommandInput,
23
16
  GetTimelineEventCommandOutput,
24
- SSMIncidentsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SSMIncidentsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetTimelineEventCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetTimelineEventCommandInput,
32
25
  GetTimelineEventCommandOutput,
33
- SSMIncidentsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SSMIncidentsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetTimelineEventCommand extends GetTimelineEventCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListIncidentFindingsInput,
5
4
  ListIncidentFindingsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSMIncidentsClientResolvedConfig,
11
- } from "../SSMIncidentsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListIncidentFindingsCommandInput
15
8
  extends ListIncidentFindingsInput {}
16
9
  export interface ListIncidentFindingsCommandOutput
@@ -22,22 +15,20 @@ declare const ListIncidentFindingsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListIncidentFindingsCommandInput,
24
17
  ListIncidentFindingsCommandOutput,
25
- SSMIncidentsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SSMIncidentsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListIncidentFindingsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListIncidentFindingsCommandInput,
33
26
  ListIncidentFindingsCommandOutput,
34
- SSMIncidentsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SSMIncidentsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListIncidentFindingsCommand extends ListIncidentFindingsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListIncidentRecordsInput,
5
4
  ListIncidentRecordsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSMIncidentsClientResolvedConfig,
11
- } from "../SSMIncidentsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListIncidentRecordsCommandInput
15
8
  extends ListIncidentRecordsInput {}
16
9
  export interface ListIncidentRecordsCommandOutput
@@ -22,22 +15,20 @@ declare const ListIncidentRecordsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListIncidentRecordsCommandInput,
24
17
  ListIncidentRecordsCommandOutput,
25
- SSMIncidentsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SSMIncidentsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListIncidentRecordsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListIncidentRecordsCommandInput,
33
26
  ListIncidentRecordsCommandOutput,
34
- SSMIncidentsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SSMIncidentsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListIncidentRecordsCommand extends ListIncidentRecordsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListRelatedItemsInput,
5
4
  ListRelatedItemsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSMIncidentsClientResolvedConfig,
11
- } from "../SSMIncidentsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListRelatedItemsCommandInput extends ListRelatedItemsInput {}
15
8
  export interface ListRelatedItemsCommandOutput
16
9
  extends ListRelatedItemsOutput,
@@ -21,22 +14,20 @@ declare const ListRelatedItemsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListRelatedItemsCommandInput,
23
16
  ListRelatedItemsCommandOutput,
24
- SSMIncidentsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SSMIncidentsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListRelatedItemsCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListRelatedItemsCommandInput,
32
25
  ListRelatedItemsCommandOutput,
33
- SSMIncidentsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SSMIncidentsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListRelatedItemsCommand extends ListRelatedItemsCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListReplicationSetsInput,
5
4
  ListReplicationSetsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSMIncidentsClientResolvedConfig,
11
- } from "../SSMIncidentsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListReplicationSetsCommandInput
15
8
  extends ListReplicationSetsInput {}
16
9
  export interface ListReplicationSetsCommandOutput
@@ -22,22 +15,20 @@ declare const ListReplicationSetsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListReplicationSetsCommandInput,
24
17
  ListReplicationSetsCommandOutput,
25
- SSMIncidentsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SSMIncidentsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListReplicationSetsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListReplicationSetsCommandInput,
33
26
  ListReplicationSetsCommandOutput,
34
- SSMIncidentsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SSMIncidentsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListReplicationSetsCommand extends ListReplicationSetsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListResponsePlansInput,
5
4
  ListResponsePlansOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSMIncidentsClientResolvedConfig,
11
- } from "../SSMIncidentsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListResponsePlansCommandInput extends ListResponsePlansInput {}
15
8
  export interface ListResponsePlansCommandOutput
16
9
  extends ListResponsePlansOutput,
@@ -21,22 +14,20 @@ declare const ListResponsePlansCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListResponsePlansCommandInput,
23
16
  ListResponsePlansCommandOutput,
24
- SSMIncidentsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SSMIncidentsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListResponsePlansCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListResponsePlansCommandInput,
32
25
  ListResponsePlansCommandOutput,
33
- SSMIncidentsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SSMIncidentsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListResponsePlansCommand extends ListResponsePlansCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTagsForResourceRequest,
5
4
  ListTagsForResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSMIncidentsClientResolvedConfig,
11
- } from "../SSMIncidentsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- SSMIncidentsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SSMIncidentsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- SSMIncidentsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SSMIncidentsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTimelineEventsInput,
5
4
  ListTimelineEventsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSMIncidentsClientResolvedConfig,
11
- } from "../SSMIncidentsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTimelineEventsCommandInput
15
8
  extends ListTimelineEventsInput {}
16
9
  export interface ListTimelineEventsCommandOutput
@@ -22,22 +15,20 @@ declare const ListTimelineEventsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTimelineEventsCommandInput,
24
17
  ListTimelineEventsCommandOutput,
25
- SSMIncidentsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SSMIncidentsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTimelineEventsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTimelineEventsCommandInput,
33
26
  ListTimelineEventsCommandOutput,
34
- SSMIncidentsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SSMIncidentsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTimelineEventsCommand extends ListTimelineEventsCommand_base {
43
34
  protected static __types: {