@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 { GetResponsePlanInput, GetResponsePlanOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetResponsePlanCommand}.
8
10
  */
9
11
  export interface GetResponsePlanCommandInput extends GetResponsePlanInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetResponsePlanCommand}.
13
17
  */
14
18
  export interface GetResponsePlanCommandOutput extends GetResponsePlanOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the details of 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 GetResponsePlanCommandOutput extends GetResponsePlanOutput, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetResponsePlanCommandInput - {@link GetResponsePlanCommandInput}
34
+ * @returns {@link GetResponsePlanCommandOutput}
28
35
  * @see {@link GetResponsePlanCommandInput} for command's `input` shape.
29
36
  * @see {@link GetResponsePlanCommandOutput} for command's `response` shape.
30
37
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -51,11 +58,20 @@ export interface GetResponsePlanCommandOutput extends GetResponsePlanOutput, __M
51
58
  export declare class GetResponsePlanCommand extends $Command<GetResponsePlanCommandInput, GetResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig> {
52
59
  readonly input: GetResponsePlanCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: GetResponsePlanCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResponsePlanCommandInput, GetResponsePlanCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetTimelineEventInput, GetTimelineEventOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetTimelineEventCommand}.
8
10
  */
9
11
  export interface GetTimelineEventCommandInput extends GetTimelineEventInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetTimelineEventCommand}.
13
17
  */
14
18
  export interface GetTimelineEventCommandOutput extends GetTimelineEventOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a timeline event based on its ID and 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 GetTimelineEventCommandOutput extends GetTimelineEventOutput, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetTimelineEventCommandInput - {@link GetTimelineEventCommandInput}
34
+ * @returns {@link GetTimelineEventCommandOutput}
28
35
  * @see {@link GetTimelineEventCommandInput} for command's `input` shape.
29
36
  * @see {@link GetTimelineEventCommandOutput} for command's `response` shape.
30
37
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -51,11 +58,20 @@ export interface GetTimelineEventCommandOutput extends GetTimelineEventOutput, _
51
58
  export declare class GetTimelineEventCommand extends $Command<GetTimelineEventCommandInput, GetTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig> {
52
59
  readonly input: GetTimelineEventCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: GetTimelineEventCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTimelineEventCommandInput, GetTimelineEventCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListIncidentRecordsInput, ListIncidentRecordsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListIncidentRecordsCommand}.
8
10
  */
9
11
  export interface ListIncidentRecordsCommandInput extends ListIncidentRecordsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListIncidentRecordsCommand}.
13
17
  */
14
18
  export interface ListIncidentRecordsCommandOutput extends ListIncidentRecordsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all incident records in your account. Use this command to retrieve the Amazon
18
23
  * Resource Name (ARN) of the incident record you want to update. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListIncidentRecordsCommandOutput extends ListIncidentRecordsOut
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListIncidentRecordsCommandInput - {@link ListIncidentRecordsCommandInput}
35
+ * @returns {@link ListIncidentRecordsCommandOutput}
29
36
  * @see {@link ListIncidentRecordsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListIncidentRecordsCommandOutput} for command's `response` shape.
31
38
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListIncidentRecordsCommandOutput extends ListIncidentRecordsOut
49
56
  export declare class ListIncidentRecordsCommand extends $Command<ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput, SSMIncidentsClientResolvedConfig> {
50
57
  readonly input: ListIncidentRecordsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListIncidentRecordsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListRelatedItemsInput, ListRelatedItemsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRelatedItemsCommand}.
8
10
  */
9
11
  export interface ListRelatedItemsCommandInput extends ListRelatedItemsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRelatedItemsCommand}.
13
17
  */
14
18
  export interface ListRelatedItemsCommandOutput extends ListRelatedItemsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List all related items for 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 ListRelatedItemsCommandOutput extends ListRelatedItemsOutput, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListRelatedItemsCommandInput - {@link ListRelatedItemsCommandInput}
34
+ * @returns {@link ListRelatedItemsCommandOutput}
28
35
  * @see {@link ListRelatedItemsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListRelatedItemsCommandOutput} for command's `response` shape.
30
37
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ListRelatedItemsCommandOutput extends ListRelatedItemsOutput, _
48
55
  export declare class ListRelatedItemsCommand extends $Command<ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput, SSMIncidentsClientResolvedConfig> {
49
56
  readonly input: ListRelatedItemsCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ListRelatedItemsCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListReplicationSetsInput, ListReplicationSetsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListReplicationSetsCommand}.
8
10
  */
9
11
  export interface ListReplicationSetsCommandInput extends ListReplicationSetsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListReplicationSetsCommand}.
13
17
  */
14
18
  export interface ListReplicationSetsCommandOutput extends ListReplicationSetsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists details about the replication set configured in your account. </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 ListReplicationSetsCommandOutput extends ListReplicationSetsOut
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListReplicationSetsCommandInput - {@link ListReplicationSetsCommandInput}
34
+ * @returns {@link ListReplicationSetsCommandOutput}
28
35
  * @see {@link ListReplicationSetsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListReplicationSetsCommandOutput} for command's `response` shape.
30
37
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ListReplicationSetsCommandOutput extends ListReplicationSetsOut
48
55
  export declare class ListReplicationSetsCommand extends $Command<ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput, SSMIncidentsClientResolvedConfig> {
49
56
  readonly input: ListReplicationSetsCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ListReplicationSetsCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListResponsePlansInput, ListResponsePlansOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListResponsePlansCommand}.
8
10
  */
9
11
  export interface ListResponsePlansCommandInput extends ListResponsePlansInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListResponsePlansCommand}.
13
17
  */
14
18
  export interface ListResponsePlansCommandOutput extends ListResponsePlansOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all response plans in your account.</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 ListResponsePlansCommandOutput extends ListResponsePlansOutput,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListResponsePlansCommandInput - {@link ListResponsePlansCommandInput}
34
+ * @returns {@link ListResponsePlansCommandOutput}
28
35
  * @see {@link ListResponsePlansCommandInput} for command's `input` shape.
29
36
  * @see {@link ListResponsePlansCommandOutput} for command's `response` shape.
30
37
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ListResponsePlansCommandOutput extends ListResponsePlansOutput,
48
55
  export declare class ListResponsePlansCommand extends $Command<ListResponsePlansCommandInput, ListResponsePlansCommandOutput, SSMIncidentsClientResolvedConfig> {
49
56
  readonly input: ListResponsePlansCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ListResponsePlansCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResponsePlansCommandInput, ListResponsePlansCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the tags that are attached to 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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -51,11 +58,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
51
58
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMIncidentsClientResolvedConfig> {
52
59
  readonly input: ListTagsForResourceCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: ListTagsForResourceCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTimelineEventsInput, ListTimelineEventsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTimelineEventsCommand}.
8
10
  */
9
11
  export interface ListTimelineEventsCommandInput extends ListTimelineEventsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTimelineEventsCommand}.
13
17
  */
14
18
  export interface ListTimelineEventsCommandOutput extends ListTimelineEventsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists timeline events for the specified 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 ListTimelineEventsCommandOutput extends ListTimelineEventsOutpu
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTimelineEventsCommandInput - {@link ListTimelineEventsCommandInput}
34
+ * @returns {@link ListTimelineEventsCommandOutput}
28
35
  * @see {@link ListTimelineEventsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTimelineEventsCommandOutput} for command's `response` shape.
30
37
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ListTimelineEventsCommandOutput extends ListTimelineEventsOutpu
48
55
  export declare class ListTimelineEventsCommand extends $Command<ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput, SSMIncidentsClientResolvedConfig> {
49
56
  readonly input: ListTimelineEventsCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ListTimelineEventsCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutResourcePolicyInput, PutResourcePolicyOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutResourcePolicyCommand}.
8
10
  */
9
11
  export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutResourcePolicyCommand}.
13
17
  */
14
18
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds a resource policy to the specified response plan. The resource policy is used to
18
23
  * share the response plan using Resource Access Manager (RAM). For more
19
24
  * 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
@@ -28,6 +33,8 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput,
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param PutResourcePolicyCommandInput - {@link PutResourcePolicyCommandInput}
37
+ * @returns {@link PutResourcePolicyCommandOutput}
31
38
  * @see {@link PutResourcePolicyCommandInput} for command's `input` shape.
32
39
  * @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
33
40
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
@@ -54,11 +61,20 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput,
54
61
  export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig> {
55
62
  readonly input: PutResourcePolicyCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: PutResourcePolicyCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
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 { 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
  }