@aws-sdk/client-ssm-incidents 3.296.0 → 3.297.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 (41) hide show
  1. package/dist-types/SSMIncidents.d.ts +30 -0
  2. package/dist-types/SSMIncidentsClient.d.ts +24 -4
  3. package/dist-types/commands/CreateReplicationSetCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateResponsePlanCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateTimelineEventCommand.d.ts +16 -0
  6. package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +16 -0
  7. package/dist-types/commands/DeleteReplicationSetCommand.d.ts +16 -0
  8. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  9. package/dist-types/commands/DeleteResponsePlanCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteTimelineEventCommand.d.ts +16 -0
  11. package/dist-types/commands/GetIncidentRecordCommand.d.ts +16 -0
  12. package/dist-types/commands/GetReplicationSetCommand.d.ts +16 -0
  13. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +16 -0
  14. package/dist-types/commands/GetResponsePlanCommand.d.ts +16 -0
  15. package/dist-types/commands/GetTimelineEventCommand.d.ts +16 -0
  16. package/dist-types/commands/ListIncidentRecordsCommand.d.ts +16 -0
  17. package/dist-types/commands/ListRelatedItemsCommand.d.ts +16 -0
  18. package/dist-types/commands/ListReplicationSetsCommand.d.ts +16 -0
  19. package/dist-types/commands/ListResponsePlansCommand.d.ts +16 -0
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  21. package/dist-types/commands/ListTimelineEventsCommand.d.ts +16 -0
  22. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  23. package/dist-types/commands/StartIncidentCommand.d.ts +16 -0
  24. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  25. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  26. package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +16 -0
  27. package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +16 -0
  28. package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +16 -0
  29. package/dist-types/commands/UpdateReplicationSetCommand.d.ts +16 -0
  30. package/dist-types/commands/UpdateResponsePlanCommand.d.ts +16 -0
  31. package/dist-types/commands/UpdateTimelineEventCommand.d.ts +16 -0
  32. package/dist-types/models/SSMIncidentsServiceException.d.ts +2 -0
  33. package/dist-types/models/models_0.d.ts +281 -0
  34. package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
  35. package/dist-types/pagination/Interfaces.d.ts +3 -0
  36. package/dist-types/pagination/ListIncidentRecordsPaginator.d.ts +3 -0
  37. package/dist-types/pagination/ListRelatedItemsPaginator.d.ts +3 -0
  38. package/dist-types/pagination/ListReplicationSetsPaginator.d.ts +3 -0
  39. package/dist-types/pagination/ListResponsePlansPaginator.d.ts +3 -0
  40. package/dist-types/pagination/ListTimelineEventsPaginator.d.ts +3 -0
  41. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StartIncidentInput, StartIncidentOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartIncidentCommand}.
8
10
  */
9
11
  export interface StartIncidentCommandInput extends StartIncidentInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartIncidentCommand}.
13
17
  */
14
18
  export interface StartIncidentCommandOutput extends StartIncidentOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Used to start an incident from CloudWatch alarms, EventBridge events, or
18
23
  * manually. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface StartIncidentCommandOutput extends StartIncidentOutput, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param StartIncidentCommandInput - {@link StartIncidentCommandInput}
35
+ * @returns {@link StartIncidentCommandOutput}
29
36
  * @see {@link StartIncidentCommandInput} for command's `input` shape.
30
37
  * @see {@link StartIncidentCommandOutput} for command's `response` shape.
31
38
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -55,11 +62,20 @@ export interface StartIncidentCommandOutput extends StartIncidentOutput, __Metad
55
62
  export declare class StartIncidentCommand extends $Command<StartIncidentCommandInput, StartIncidentCommandOutput, SSMIncidentsClientResolvedConfig> {
56
63
  readonly input: StartIncidentCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: StartIncidentCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartIncidentCommandInput, StartIncidentCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds a tag to a 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 TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -57,11 +64,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
57
64
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SSMIncidentsClientResolvedConfig> {
58
65
  readonly input: TagResourceCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: TagResourceCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes a tag from a resource.</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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -54,11 +61,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
54
61
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SSMIncidentsClientResolvedConfig> {
55
62
  readonly input: UntagResourceCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: UntagResourceCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateDeletionProtectionInput, UpdateDeletionProtectionOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDeletionProtectionCommand}.
8
10
  */
9
11
  export interface UpdateDeletionProtectionCommandInput extends UpdateDeletionProtectionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDeletionProtectionCommand}.
13
17
  */
14
18
  export interface UpdateDeletionProtectionCommandOutput extends UpdateDeletionProtectionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update deletion protection to either allow or deny deletion of the final Region in a
18
23
  * replication set.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateDeletionProtectionCommandOutput extends UpdateDeletionPro
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateDeletionProtectionCommandInput - {@link UpdateDeletionProtectionCommandInput}
35
+ * @returns {@link UpdateDeletionProtectionCommandOutput}
29
36
  * @see {@link UpdateDeletionProtectionCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateDeletionProtectionCommandOutput} for command's `response` shape.
31
38
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateDeletionProtectionCommandOutput extends UpdateDeletionPro
52
59
  export declare class UpdateDeletionProtectionCommand extends $Command<UpdateDeletionProtectionCommandInput, UpdateDeletionProtectionCommandOutput, SSMIncidentsClientResolvedConfig> {
53
60
  readonly input: UpdateDeletionProtectionCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateDeletionProtectionCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDeletionProtectionCommandInput, UpdateDeletionProtectionCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -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 {