@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
@@ -22,10 +22,10 @@ export interface UpdateDeletionProtectionCommandOutput extends UpdateDeletionPro
22
22
  }
23
23
  declare const UpdateDeletionProtectionCommand_base: {
24
24
  new (input: UpdateDeletionProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDeletionProtectionCommandInput, UpdateDeletionProtectionCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDeletionProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDeletionProtectionCommandInput, UpdateDeletionProtectionCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update deletion protection to either allow or deny deletion of the final Region in a
30
30
  * replication set.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const UpdateDeletionProtectionCommand_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 UpdateDeletionProtectionCommand extends UpdateDeletionProtectionCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface UpdateIncidentRecordCommandOutput extends UpdateIncidentRecordO
22
22
  }
23
23
  declare const UpdateIncidentRecordCommand_base: {
24
24
  new (input: UpdateIncidentRecordCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIncidentRecordCommandInput, UpdateIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateIncidentRecordCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIncidentRecordCommandInput, UpdateIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update the details of an incident record. You can use this operation to update an incident
30
30
  * record from the defined chat channel. For more information about using actions in chat
31
31
  * channels, see <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/chat.html#chat-interact">Interacting through chat</a>.</p>
@@ -89,6 +89,7 @@ declare const UpdateIncidentRecordCommand_base: {
89
89
  * @throws {@link SSMIncidentsServiceException}
90
90
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class UpdateIncidentRecordCommand extends UpdateIncidentRecordCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface UpdateRelatedItemsCommandOutput extends UpdateRelatedItemsOutpu
22
22
  }
23
23
  declare const UpdateRelatedItemsCommand_base: {
24
24
  new (input: UpdateRelatedItemsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRelatedItemsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Add or remove related items from the related items tab of an incident record.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -104,6 +104,7 @@ declare const UpdateRelatedItemsCommand_base: {
104
104
  * @throws {@link SSMIncidentsServiceException}
105
105
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class UpdateRelatedItemsCommand extends UpdateRelatedItemsCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface UpdateReplicationSetCommandOutput extends UpdateReplicationSetO
22
22
  }
23
23
  declare const UpdateReplicationSetCommand_base: {
24
24
  new (input: UpdateReplicationSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateReplicationSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Add or delete Regions from your replication set.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const UpdateReplicationSetCommand_base: {
83
83
  * @throws {@link SSMIncidentsServiceException}
84
84
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class UpdateReplicationSetCommand extends UpdateReplicationSetCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface UpdateResponsePlanCommandOutput extends UpdateResponsePlanOutpu
22
22
  }
23
23
  declare const UpdateResponsePlanCommand_base: {
24
24
  new (input: UpdateResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates 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.
@@ -125,6 +125,7 @@ declare const UpdateResponsePlanCommand_base: {
125
125
  * @throws {@link SSMIncidentsServiceException}
126
126
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
127
127
  *
128
+ * @public
128
129
  */
129
130
  export declare class UpdateResponsePlanCommand extends UpdateResponsePlanCommand_base {
130
131
  }
@@ -22,10 +22,10 @@ export interface UpdateTimelineEventCommandOutput extends UpdateTimelineEventOut
22
22
  }
23
23
  declare const UpdateTimelineEventCommand_base: {
24
24
  new (input: UpdateTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a timeline event. You can update events of type <code>Custom Event</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const UpdateTimelineEventCommand_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 UpdateTimelineEventCommand extends UpdateTimelineEventCommand_base {
87
88
  }
@@ -19,5 +19,4 @@ export * from "./commands";
19
19
  export * from "./pagination";
20
20
  export * from "./waiters";
21
21
  export * from "./models";
22
- import "@aws-sdk/util-endpoints";
23
22
  export { SSMIncidentsServiceException } from "./models/SSMIncidentsServiceException";