@aws-sdk/client-ssm-incidents 3.533.0 → 3.540.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 (73) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/SSMIncidents.d.ts +4 -1
  6. package/dist-types/SSMIncidentsClient.d.ts +1 -1
  7. package/dist-types/commands/BatchGetIncidentFindingsCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateReplicationSetCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateResponsePlanCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateTimelineEventCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteReplicationSetCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteResponsePlanCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteTimelineEventCommand.d.ts +2 -1
  16. package/dist-types/commands/GetIncidentRecordCommand.d.ts +2 -1
  17. package/dist-types/commands/GetReplicationSetCommand.d.ts +2 -1
  18. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +2 -1
  19. package/dist-types/commands/GetResponsePlanCommand.d.ts +2 -1
  20. package/dist-types/commands/GetTimelineEventCommand.d.ts +2 -1
  21. package/dist-types/commands/ListIncidentFindingsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListIncidentRecordsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListRelatedItemsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListReplicationSetsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListResponsePlansCommand.d.ts +2 -1
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/ListTimelineEventsCommand.d.ts +2 -1
  28. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  29. package/dist-types/commands/StartIncidentCommand.d.ts +2 -1
  30. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateReplicationSetCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateResponsePlanCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateTimelineEventCommand.d.ts +2 -1
  38. package/dist-types/index.d.ts +0 -1
  39. package/dist-types/models/models_0.d.ts +326 -326
  40. package/dist-types/ts3.4/SSMIncidents.d.ts +3 -0
  41. package/dist-types/ts3.4/commands/BatchGetIncidentFindingsCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListIncidentFindingsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/index.d.ts +0 -1
  73. package/package.json +41 -41
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2537,9 +2537,6 @@ var waitUntilWaitForReplicationSetDeleted = /* @__PURE__ */ __name(async (params
2537
2537
  const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState2);
2538
2538
  return (0, import_util_waiter.checkExceptions)(result);
2539
2539
  }, "waitUntilWaitForReplicationSetDeleted");
2540
-
2541
- // src/index.ts
2542
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
2543
2540
  // Annotate the CommonJS export names for ESM import in node:
2544
2541
 
2545
2542
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -4,5 +4,4 @@ export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./waiters";
6
6
  export * from "./models";
7
- import "@aws-sdk/util-endpoints";
8
7
  export { SSMIncidentsServiceException } from "./models/SSMIncidentsServiceException";
@@ -125,6 +125,7 @@ export interface SSMIncidents {
125
125
  /**
126
126
  * @see {@link ListIncidentRecordsCommand}
127
127
  */
128
+ listIncidentRecords(): Promise<ListIncidentRecordsCommandOutput>;
128
129
  listIncidentRecords(args: ListIncidentRecordsCommandInput, options?: __HttpHandlerOptions): Promise<ListIncidentRecordsCommandOutput>;
129
130
  listIncidentRecords(args: ListIncidentRecordsCommandInput, cb: (err: any, data?: ListIncidentRecordsCommandOutput) => void): void;
130
131
  listIncidentRecords(args: ListIncidentRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIncidentRecordsCommandOutput) => void): void;
@@ -137,12 +138,14 @@ export interface SSMIncidents {
137
138
  /**
138
139
  * @see {@link ListReplicationSetsCommand}
139
140
  */
141
+ listReplicationSets(): Promise<ListReplicationSetsCommandOutput>;
140
142
  listReplicationSets(args: ListReplicationSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListReplicationSetsCommandOutput>;
141
143
  listReplicationSets(args: ListReplicationSetsCommandInput, cb: (err: any, data?: ListReplicationSetsCommandOutput) => void): void;
142
144
  listReplicationSets(args: ListReplicationSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReplicationSetsCommandOutput) => void): void;
143
145
  /**
144
146
  * @see {@link ListResponsePlansCommand}
145
147
  */
148
+ listResponsePlans(): Promise<ListResponsePlansCommandOutput>;
146
149
  listResponsePlans(args: ListResponsePlansCommandInput, options?: __HttpHandlerOptions): Promise<ListResponsePlansCommandOutput>;
147
150
  listResponsePlans(args: ListResponsePlansCommandInput, cb: (err: any, data?: ListResponsePlansCommandOutput) => void): void;
148
151
  listResponsePlans(args: ListResponsePlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResponsePlansCommandOutput) => void): void;
@@ -220,7 +223,6 @@ export interface SSMIncidents {
220
223
  updateTimelineEvent(args: UpdateTimelineEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTimelineEventCommandOutput) => void): void;
221
224
  }
222
225
  /**
223
- * @public
224
226
  * <p>Systems Manager Incident Manager is an incident management console designed to help users
225
227
  * mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. An
226
228
  * incident is any unplanned interruption or reduction in quality of services. </p>
@@ -229,6 +231,7 @@ export interface SSMIncidents {
229
231
  * back up and running. To achieve the primary goal of reducing the time-to-resolution of
230
232
  * critical incidents, Incident Manager automates response plans and enables responder
231
233
  * team escalation. </p>
234
+ * @public
232
235
  */
233
236
  export declare class SSMIncidents extends SSMIncidentsClient implements SSMIncidents {
234
237
  }
@@ -182,7 +182,6 @@ export type SSMIncidentsClientResolvedConfigType = __SmithyResolvedConfiguration
182
182
  export interface SSMIncidentsClientResolvedConfig extends SSMIncidentsClientResolvedConfigType {
183
183
  }
184
184
  /**
185
- * @public
186
185
  * <p>Systems Manager Incident Manager is an incident management console designed to help users
187
186
  * mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. An
188
187
  * incident is any unplanned interruption or reduction in quality of services. </p>
@@ -191,6 +190,7 @@ export interface SSMIncidentsClientResolvedConfig extends SSMIncidentsClientReso
191
190
  * back up and running. To achieve the primary goal of reducing the time-to-resolution of
192
191
  * critical incidents, Incident Manager automates response plans and enables responder
193
192
  * team escalation. </p>
193
+ * @public
194
194
  */
195
195
  export declare class SSMIncidentsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig> {
196
196
  /**
@@ -22,10 +22,10 @@ export interface BatchGetIncidentFindingsCommandOutput extends BatchGetIncidentF
22
22
  }
23
23
  declare const BatchGetIncidentFindingsCommand_base: {
24
24
  new (input: BatchGetIncidentFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetIncidentFindingsCommandInput, BatchGetIncidentFindingsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetIncidentFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetIncidentFindingsCommandInput, BatchGetIncidentFindingsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves details about all specified findings for an incident, including descriptive details about each finding. A finding
30
30
  * represents a recent application environment change made by an CodeDeploy
31
31
  * deployment or an CloudFormation stack creation or update that can be investigated as a
@@ -102,6 +102,7 @@ declare const BatchGetIncidentFindingsCommand_base: {
102
102
  * @throws {@link SSMIncidentsServiceException}
103
103
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class BatchGetIncidentFindingsCommand extends BatchGetIncidentFindingsCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface CreateReplicationSetCommandOutput extends CreateReplicationSetO
22
22
  }
23
23
  declare const CreateReplicationSetCommand_base: {
24
24
  new (input: CreateReplicationSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateReplicationSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A replication set replicates and encrypts your data to the provided Regions with the
30
30
  * provided KMS key. </p>
31
31
  * @example
@@ -82,6 +82,7 @@ declare const CreateReplicationSetCommand_base: {
82
82
  * @throws {@link SSMIncidentsServiceException}
83
83
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class CreateReplicationSetCommand extends CreateReplicationSetCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface CreateResponsePlanCommandOutput extends CreateResponsePlanOutpu
22
22
  }
23
23
  declare const CreateResponsePlanCommand_base: {
24
24
  new (input: CreateResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a response plan that automates the initial response to incidents. A response plan
30
30
  * engages contacts, starts chat channel collaboration, and initiates runbooks at the beginning
31
31
  * of an incident.</p>
@@ -134,6 +134,7 @@ declare const CreateResponsePlanCommand_base: {
134
134
  * @throws {@link SSMIncidentsServiceException}
135
135
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
136
136
  *
137
+ * @public
137
138
  */
138
139
  export declare class CreateResponsePlanCommand extends CreateResponsePlanCommand_base {
139
140
  }
@@ -22,10 +22,10 @@ export interface CreateTimelineEventCommandOutput extends CreateTimelineEventOut
22
22
  }
23
23
  declare const CreateTimelineEventCommand_base: {
24
24
  new (input: CreateTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a custom timeline event on the incident details page of an incident record.
30
30
  * Incident Manager automatically creates timeline events that mark key moments during an incident.
31
31
  * You can create custom timeline events to mark important events that Incident Manager can detect
@@ -87,6 +87,7 @@ declare const CreateTimelineEventCommand_base: {
87
87
  * @throws {@link SSMIncidentsServiceException}
88
88
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class CreateTimelineEventCommand extends CreateTimelineEventCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface DeleteIncidentRecordCommandOutput extends DeleteIncidentRecordO
22
22
  }
23
23
  declare const DeleteIncidentRecordCommand_base: {
24
24
  new (input: DeleteIncidentRecordCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteIncidentRecordCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an incident record from Incident Manager. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DeleteIncidentRecordCommand_base: {
65
65
  * @throws {@link SSMIncidentsServiceException}
66
66
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteIncidentRecordCommand extends DeleteIncidentRecordCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeleteReplicationSetCommandOutput extends DeleteReplicationSetO
22
22
  }
23
23
  declare const DeleteReplicationSetCommand_base: {
24
24
  new (input: DeleteReplicationSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteReplicationSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes all Regions in your replication set. Deleting the replication set deletes all
30
30
  * Incident Manager data.</p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const DeleteReplicationSetCommand_base: {
69
69
  * @throws {@link SSMIncidentsServiceException}
70
70
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteReplicationSetCommand extends DeleteReplicationSetCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyO
22
22
  }
23
23
  declare const DeleteResourcePolicyCommand_base: {
24
24
  new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the resource policy that Resource Access Manager uses to share your Incident Manager
30
30
  * resource.</p>
31
31
  * @example
@@ -70,6 +70,7 @@ declare const DeleteResourcePolicyCommand_base: {
70
70
  * @throws {@link SSMIncidentsServiceException}
71
71
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeleteResponsePlanCommandOutput extends DeleteResponsePlanOutpu
22
22
  }
23
23
  declare const DeleteResponsePlanCommand_base: {
24
24
  new (input: DeleteResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified response plan. Deleting a response plan stops all linked CloudWatch alarms and EventBridge events from creating an incident with this response
30
30
  * plan.</p>
31
31
  * @example
@@ -66,6 +66,7 @@ declare const DeleteResponsePlanCommand_base: {
66
66
  * @throws {@link SSMIncidentsServiceException}
67
67
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteResponsePlanCommand extends DeleteResponsePlanCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteTimelineEventCommandOutput extends DeleteTimelineEventOut
22
22
  }
23
23
  declare const DeleteTimelineEventCommand_base: {
24
24
  new (input: DeleteTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a timeline event from an incident.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DeleteTimelineEventCommand_base: {
66
66
  * @throws {@link SSMIncidentsServiceException}
67
67
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteTimelineEventCommand extends DeleteTimelineEventCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface GetIncidentRecordCommandOutput extends GetIncidentRecordOutput,
22
22
  }
23
23
  declare const GetIncidentRecordCommand_base: {
24
24
  new (input: GetIncidentRecordCommandInput): import("@smithy/smithy-client").CommandImpl<GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetIncidentRecordCommandInput): import("@smithy/smithy-client").CommandImpl<GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the details for the specified incident record.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -103,6 +103,7 @@ declare const GetIncidentRecordCommand_base: {
103
103
  * @throws {@link SSMIncidentsServiceException}
104
104
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class GetIncidentRecordCommand extends GetIncidentRecordCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface GetReplicationSetCommandOutput extends GetReplicationSetOutput,
22
22
  }
23
23
  declare const GetReplicationSetCommand_base: {
24
24
  new (input: GetReplicationSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetReplicationSetCommandInput, GetReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetReplicationSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetReplicationSetCommandInput, GetReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieve your Incident Manager replication set.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const GetReplicationSetCommand_base: {
86
86
  * @throws {@link SSMIncidentsServiceException}
87
87
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class GetReplicationSetCommand extends GetReplicationSetCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesOut
22
22
  }
23
23
  declare const GetResourcePoliciesCommand_base: {
24
24
  new (input: GetResourcePoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetResourcePoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the resource policies attached to the specified response plan.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const GetResourcePoliciesCommand_base: {
79
79
  * @throws {@link SSMIncidentsServiceException}
80
80
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class GetResourcePoliciesCommand extends GetResourcePoliciesCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface GetResponsePlanCommandOutput extends GetResponsePlanOutput, __M
22
22
  }
23
23
  declare const GetResponsePlanCommand_base: {
24
24
  new (input: GetResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<GetResponsePlanCommandInput, GetResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<GetResponsePlanCommandInput, GetResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the details of the specified response plan.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -126,6 +126,7 @@ declare const GetResponsePlanCommand_base: {
126
126
  * @throws {@link SSMIncidentsServiceException}
127
127
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
128
128
  *
129
+ * @public
129
130
  */
130
131
  export declare class GetResponsePlanCommand extends GetResponsePlanCommand_base {
131
132
  }
@@ -22,10 +22,10 @@ export interface GetTimelineEventCommandOutput extends GetTimelineEventOutput, _
22
22
  }
23
23
  declare const GetTimelineEventCommand_base: {
24
24
  new (input: GetTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<GetTimelineEventCommandInput, GetTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<GetTimelineEventCommandInput, GetTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a timeline event based on its ID and incident record.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const GetTimelineEventCommand_base: {
84
84
  * @throws {@link SSMIncidentsServiceException}
85
85
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetTimelineEventCommand extends GetTimelineEventCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListIncidentFindingsCommandOutput extends ListIncidentFindingsO
22
22
  }
23
23
  declare const ListIncidentFindingsCommand_base: {
24
24
  new (input: ListIncidentFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIncidentFindingsCommandInput, ListIncidentFindingsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListIncidentFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIncidentFindingsCommandInput, ListIncidentFindingsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of the IDs of findings, plus their last modified times, that have been
30
30
  * identified for a specified incident. A finding represents a recent application environment
31
31
  * change made by an CloudFormation stack creation or update or an CodeDeploy
@@ -81,6 +81,7 @@ declare const ListIncidentFindingsCommand_base: {
81
81
  * @throws {@link SSMIncidentsServiceException}
82
82
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class ListIncidentFindingsCommand extends ListIncidentFindingsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListIncidentRecordsCommandOutput extends ListIncidentRecordsOut
22
22
  }
23
23
  declare const ListIncidentRecordsCommand_base: {
24
24
  new (input: ListIncidentRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListIncidentRecordsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all incident records in your account. Use this command to retrieve the Amazon
30
30
  * Resource Name (ARN) of the incident record you want to update. </p>
31
31
  * @example
@@ -102,6 +102,7 @@ declare const ListIncidentRecordsCommand_base: {
102
102
  * @throws {@link SSMIncidentsServiceException}
103
103
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class ListIncidentRecordsCommand extends ListIncidentRecordsCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface ListRelatedItemsCommandOutput extends ListRelatedItemsOutput, _
22
22
  }
23
23
  declare const ListRelatedItemsCommand_base: {
24
24
  new (input: ListRelatedItemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRelatedItemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List all related items for an incident record.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const ListRelatedItemsCommand_base: {
88
88
  * @throws {@link SSMIncidentsServiceException}
89
89
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ListRelatedItemsCommand extends ListRelatedItemsCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListReplicationSetsCommandOutput extends ListReplicationSetsOut
22
22
  }
23
23
  declare const ListReplicationSetsCommand_base: {
24
24
  new (input: ListReplicationSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListReplicationSetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists details about the replication set configured in your account. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const ListReplicationSetsCommand_base: {
71
71
  * @throws {@link SSMIncidentsServiceException}
72
72
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class ListReplicationSetsCommand extends ListReplicationSetsCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface ListResponsePlansCommandOutput extends ListResponsePlansOutput,
22
22
  }
23
23
  declare const ListResponsePlansCommand_base: {
24
24
  new (input: ListResponsePlansCommandInput): import("@smithy/smithy-client").CommandImpl<ListResponsePlansCommandInput, ListResponsePlansCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListResponsePlansCommandInput]): import("@smithy/smithy-client").CommandImpl<ListResponsePlansCommandInput, ListResponsePlansCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all response plans in your account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const ListResponsePlansCommand_base: {
75
75
  * @throws {@link SSMIncidentsServiceException}
76
76
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListResponsePlansCommand extends ListResponsePlansCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags that are attached to the specified response plan or incident.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const ListTagsForResourceCommand_base: {
72
72
  * @throws {@link SSMIncidentsServiceException}
73
73
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListTimelineEventsCommandOutput extends ListTimelineEventsOutpu
22
22
  }
23
23
  declare const ListTimelineEventsCommand_base: {
24
24
  new (input: ListTimelineEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTimelineEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists timeline events for the specified incident record.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -103,6 +103,7 @@ declare const ListTimelineEventsCommand_base: {
103
103
  * @throws {@link SSMIncidentsServiceException}
104
104
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class ListTimelineEventsCommand extends ListTimelineEventsCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput,
22
22
  }
23
23
  declare const PutResourcePolicyCommand_base: {
24
24
  new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a resource policy to the specified response plan. The resource policy is used to
30
30
  * share the response plan using Resource Access Manager (RAM). For more
31
31
  * information about cross-account sharing, see <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/incident-manager-cross-account-cross-region.html">Cross-Region and cross-account incident management</a>.</p>
@@ -73,6 +73,7 @@ declare const PutResourcePolicyCommand_base: {
73
73
  * @throws {@link SSMIncidentsServiceException}
74
74
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface StartIncidentCommandOutput extends StartIncidentOutput, __Metad
22
22
  }
23
23
  declare const StartIncidentCommand_base: {
24
24
  new (input: StartIncidentCommandInput): import("@smithy/smithy-client").CommandImpl<StartIncidentCommandInput, StartIncidentCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartIncidentCommandInput): import("@smithy/smithy-client").CommandImpl<StartIncidentCommandInput, StartIncidentCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Used to start an incident from CloudWatch alarms, EventBridge events, or
30
30
  * manually. </p>
31
31
  * @example
@@ -102,6 +102,7 @@ declare const StartIncidentCommand_base: {
102
102
  * @throws {@link SSMIncidentsServiceException}
103
103
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class StartIncidentCommand extends StartIncidentCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a tag to a response plan.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const TagResourceCommand_base: {
77
77
  * @throws {@link SSMIncidentsServiceException}
78
78
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class TagResourceCommand extends TagResourceCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a tag from a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const UntagResourceCommand_base: {
74
74
  * @throws {@link SSMIncidentsServiceException}
75
75
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
79
80
  }