@aws-sdk/client-ssm-incidents 3.296.0 → 3.298.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 (102) hide show
  1. package/dist-cjs/commands/CreateReplicationSetCommand.js +2 -3
  2. package/dist-cjs/commands/CreateResponsePlanCommand.js +2 -3
  3. package/dist-cjs/commands/CreateTimelineEventCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteIncidentRecordCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteReplicationSetCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteResponsePlanCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteTimelineEventCommand.js +2 -3
  9. package/dist-cjs/commands/GetIncidentRecordCommand.js +2 -3
  10. package/dist-cjs/commands/GetReplicationSetCommand.js +2 -3
  11. package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -3
  12. package/dist-cjs/commands/GetResponsePlanCommand.js +2 -3
  13. package/dist-cjs/commands/GetTimelineEventCommand.js +2 -3
  14. package/dist-cjs/commands/ListIncidentRecordsCommand.js +2 -3
  15. package/dist-cjs/commands/ListRelatedItemsCommand.js +2 -3
  16. package/dist-cjs/commands/ListReplicationSetsCommand.js +2 -3
  17. package/dist-cjs/commands/ListResponsePlansCommand.js +2 -3
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  19. package/dist-cjs/commands/ListTimelineEventsCommand.js +2 -3
  20. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
  21. package/dist-cjs/commands/StartIncidentCommand.js +2 -3
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateIncidentRecordCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateRelatedItemsCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateReplicationSetCommand.js +2 -3
  28. package/dist-cjs/commands/UpdateResponsePlanCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateTimelineEventCommand.js +2 -3
  30. package/dist-cjs/models/models_0.js +1 -482
  31. package/dist-es/commands/CreateReplicationSetCommand.js +2 -3
  32. package/dist-es/commands/CreateResponsePlanCommand.js +2 -3
  33. package/dist-es/commands/CreateTimelineEventCommand.js +2 -3
  34. package/dist-es/commands/DeleteIncidentRecordCommand.js +2 -3
  35. package/dist-es/commands/DeleteReplicationSetCommand.js +2 -3
  36. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
  37. package/dist-es/commands/DeleteResponsePlanCommand.js +2 -3
  38. package/dist-es/commands/DeleteTimelineEventCommand.js +2 -3
  39. package/dist-es/commands/GetIncidentRecordCommand.js +2 -3
  40. package/dist-es/commands/GetReplicationSetCommand.js +2 -3
  41. package/dist-es/commands/GetResourcePoliciesCommand.js +2 -3
  42. package/dist-es/commands/GetResponsePlanCommand.js +2 -3
  43. package/dist-es/commands/GetTimelineEventCommand.js +2 -3
  44. package/dist-es/commands/ListIncidentRecordsCommand.js +2 -3
  45. package/dist-es/commands/ListRelatedItemsCommand.js +2 -3
  46. package/dist-es/commands/ListReplicationSetsCommand.js +2 -3
  47. package/dist-es/commands/ListResponsePlansCommand.js +2 -3
  48. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  49. package/dist-es/commands/ListTimelineEventsCommand.js +2 -3
  50. package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
  51. package/dist-es/commands/StartIncidentCommand.js +2 -3
  52. package/dist-es/commands/TagResourceCommand.js +2 -3
  53. package/dist-es/commands/UntagResourceCommand.js +2 -3
  54. package/dist-es/commands/UpdateDeletionProtectionCommand.js +2 -3
  55. package/dist-es/commands/UpdateIncidentRecordCommand.js +2 -3
  56. package/dist-es/commands/UpdateRelatedItemsCommand.js +2 -3
  57. package/dist-es/commands/UpdateReplicationSetCommand.js +2 -3
  58. package/dist-es/commands/UpdateResponsePlanCommand.js +2 -3
  59. package/dist-es/commands/UpdateTimelineEventCommand.js +2 -3
  60. package/dist-es/models/models_0.js +0 -387
  61. package/dist-types/SSMIncidents.d.ts +30 -0
  62. package/dist-types/SSMIncidentsClient.d.ts +24 -4
  63. package/dist-types/commands/CreateReplicationSetCommand.d.ts +16 -0
  64. package/dist-types/commands/CreateResponsePlanCommand.d.ts +16 -0
  65. package/dist-types/commands/CreateTimelineEventCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +16 -0
  67. package/dist-types/commands/DeleteReplicationSetCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteResponsePlanCommand.d.ts +16 -0
  70. package/dist-types/commands/DeleteTimelineEventCommand.d.ts +16 -0
  71. package/dist-types/commands/GetIncidentRecordCommand.d.ts +16 -0
  72. package/dist-types/commands/GetReplicationSetCommand.d.ts +16 -0
  73. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +16 -0
  74. package/dist-types/commands/GetResponsePlanCommand.d.ts +16 -0
  75. package/dist-types/commands/GetTimelineEventCommand.d.ts +16 -0
  76. package/dist-types/commands/ListIncidentRecordsCommand.d.ts +16 -0
  77. package/dist-types/commands/ListRelatedItemsCommand.d.ts +16 -0
  78. package/dist-types/commands/ListReplicationSetsCommand.d.ts +16 -0
  79. package/dist-types/commands/ListResponsePlansCommand.d.ts +16 -0
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  81. package/dist-types/commands/ListTimelineEventsCommand.d.ts +16 -0
  82. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  83. package/dist-types/commands/StartIncidentCommand.d.ts +16 -0
  84. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  85. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +16 -0
  89. package/dist-types/commands/UpdateReplicationSetCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateResponsePlanCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateTimelineEventCommand.d.ts +16 -0
  92. package/dist-types/models/SSMIncidentsServiceException.d.ts +2 -0
  93. package/dist-types/models/models_0.d.ts +281 -368
  94. package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
  95. package/dist-types/pagination/Interfaces.d.ts +3 -0
  96. package/dist-types/pagination/ListIncidentRecordsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListRelatedItemsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListReplicationSetsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListResponsePlansPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListTimelineEventsPaginator.d.ts +3 -0
  101. package/dist-types/ts3.4/models/models_0.d.ts +0 -258
  102. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateIncidentRecordInput, UpdateIncidentRecordOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateIncidentRecordCommand}.
8
10
  */
9
11
  export interface UpdateIncidentRecordCommandInput extends UpdateIncidentRecordInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateIncidentRecordCommand}.
13
17
  */
14
18
  export interface UpdateIncidentRecordCommandOutput extends UpdateIncidentRecordOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update the details of an incident record. You can use this operation to update an
18
23
  * incident record from the defined chat channel. For more information about using actions
19
24
  * in chat channels, see <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/chat.html#chat-interact">Interacting through chat</a>.</p>
@@ -27,6 +32,8 @@ export interface UpdateIncidentRecordCommandOutput extends UpdateIncidentRecordO
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateIncidentRecordCommandInput - {@link UpdateIncidentRecordCommandInput}
36
+ * @returns {@link UpdateIncidentRecordCommandOutput}
30
37
  * @see {@link UpdateIncidentRecordCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateIncidentRecordCommandOutput} for command's `response` shape.
32
39
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -56,11 +63,20 @@ export interface UpdateIncidentRecordCommandOutput extends UpdateIncidentRecordO
56
63
  export declare class UpdateIncidentRecordCommand extends $Command<UpdateIncidentRecordCommandInput, UpdateIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig> {
57
64
  readonly input: UpdateIncidentRecordCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: UpdateIncidentRecordCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIncidentRecordCommandInput, UpdateIncidentRecordCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateRelatedItemsInput, UpdateRelatedItemsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateRelatedItemsCommand}.
8
10
  */
9
11
  export interface UpdateRelatedItemsCommandInput extends UpdateRelatedItemsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateRelatedItemsCommand}.
13
17
  */
14
18
  export interface UpdateRelatedItemsCommandOutput extends UpdateRelatedItemsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Add or remove related items from the related items tab of an incident record.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateRelatedItemsCommandOutput extends UpdateRelatedItemsOutpu
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateRelatedItemsCommandInput - {@link UpdateRelatedItemsCommandInput}
34
+ * @returns {@link UpdateRelatedItemsCommandOutput}
28
35
  * @see {@link UpdateRelatedItemsCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateRelatedItemsCommandOutput} for command's `response` shape.
30
37
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -54,11 +61,20 @@ export interface UpdateRelatedItemsCommandOutput extends UpdateRelatedItemsOutpu
54
61
  export declare class UpdateRelatedItemsCommand extends $Command<UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput, SSMIncidentsClientResolvedConfig> {
55
62
  readonly input: UpdateRelatedItemsCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: UpdateRelatedItemsCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateReplicationSetInput, UpdateReplicationSetOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateReplicationSetCommand}.
8
10
  */
9
11
  export interface UpdateReplicationSetCommandInput extends UpdateReplicationSetInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateReplicationSetCommand}.
13
17
  */
14
18
  export interface UpdateReplicationSetCommandOutput extends UpdateReplicationSetOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Add or delete Regions from your replication set.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateReplicationSetCommandOutput extends UpdateReplicationSetO
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateReplicationSetCommandInput - {@link UpdateReplicationSetCommandInput}
34
+ * @returns {@link UpdateReplicationSetCommandOutput}
28
35
  * @see {@link UpdateReplicationSetCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateReplicationSetCommandOutput} for command's `response` shape.
30
37
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -54,11 +61,20 @@ export interface UpdateReplicationSetCommandOutput extends UpdateReplicationSetO
54
61
  export declare class UpdateReplicationSetCommand extends $Command<UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig> {
55
62
  readonly input: UpdateReplicationSetCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: UpdateReplicationSetCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateResponsePlanInput, UpdateResponsePlanOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateResponsePlanCommand}.
8
10
  */
9
11
  export interface UpdateResponsePlanCommandInput extends UpdateResponsePlanInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateResponsePlanCommand}.
13
17
  */
14
18
  export interface UpdateResponsePlanCommandOutput extends UpdateResponsePlanOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the specified response plan.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateResponsePlanCommandOutput extends UpdateResponsePlanOutpu
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateResponsePlanCommandInput - {@link UpdateResponsePlanCommandInput}
34
+ * @returns {@link UpdateResponsePlanCommandOutput}
28
35
  * @see {@link UpdateResponsePlanCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateResponsePlanCommandOutput} for command's `response` shape.
30
37
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -54,11 +61,20 @@ export interface UpdateResponsePlanCommandOutput extends UpdateResponsePlanOutpu
54
61
  export declare class UpdateResponsePlanCommand extends $Command<UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig> {
55
62
  readonly input: UpdateResponsePlanCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: UpdateResponsePlanCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateTimelineEventInput, UpdateTimelineEventOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateTimelineEventCommand}.
8
10
  */
9
11
  export interface UpdateTimelineEventCommandInput extends UpdateTimelineEventInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateTimelineEventCommand}.
13
17
  */
14
18
  export interface UpdateTimelineEventCommandOutput extends UpdateTimelineEventOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a timeline event. You can update events of type <code>Custom
18
23
  * Event</code>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateTimelineEventCommandOutput extends UpdateTimelineEventOut
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateTimelineEventCommandInput - {@link UpdateTimelineEventCommandInput}
35
+ * @returns {@link UpdateTimelineEventCommandOutput}
29
36
  * @see {@link UpdateTimelineEventCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateTimelineEventCommandOutput} for command's `response` shape.
31
38
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateTimelineEventCommandOutput extends UpdateTimelineEventOut
55
62
  export declare class UpdateTimelineEventCommand extends $Command<UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig> {
56
63
  readonly input: UpdateTimelineEventCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateTimelineEventCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from SSMIncidents service.
4
6
  */
5
7
  export declare class SSMIncidentsServiceException extends __ServiceException {