@aws-sdk/client-ssm-incidents 3.478.0 → 3.481.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.
- package/dist-cjs/commands/BatchGetIncidentFindingsCommand.js +18 -41
- package/dist-cjs/commands/CreateReplicationSetCommand.js +18 -41
- package/dist-cjs/commands/CreateResponsePlanCommand.js +18 -41
- package/dist-cjs/commands/CreateTimelineEventCommand.js +18 -41
- package/dist-cjs/commands/DeleteIncidentRecordCommand.js +18 -41
- package/dist-cjs/commands/DeleteReplicationSetCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteResponsePlanCommand.js +18 -41
- package/dist-cjs/commands/DeleteTimelineEventCommand.js +18 -41
- package/dist-cjs/commands/GetIncidentRecordCommand.js +18 -41
- package/dist-cjs/commands/GetReplicationSetCommand.js +18 -41
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +18 -41
- package/dist-cjs/commands/GetResponsePlanCommand.js +18 -41
- package/dist-cjs/commands/GetTimelineEventCommand.js +18 -41
- package/dist-cjs/commands/ListIncidentFindingsCommand.js +18 -41
- package/dist-cjs/commands/ListIncidentRecordsCommand.js +18 -41
- package/dist-cjs/commands/ListRelatedItemsCommand.js +18 -41
- package/dist-cjs/commands/ListReplicationSetsCommand.js +18 -41
- package/dist-cjs/commands/ListResponsePlansCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTimelineEventsCommand.js +18 -41
- package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/StartIncidentCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +18 -41
- package/dist-cjs/commands/UpdateIncidentRecordCommand.js +18 -41
- package/dist-cjs/commands/UpdateRelatedItemsCommand.js +18 -41
- package/dist-cjs/commands/UpdateReplicationSetCommand.js +18 -41
- package/dist-cjs/commands/UpdateResponsePlanCommand.js +18 -41
- package/dist-cjs/commands/UpdateTimelineEventCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/BatchGetIncidentFindingsCommand.js +18 -41
- package/dist-es/commands/CreateReplicationSetCommand.js +18 -41
- package/dist-es/commands/CreateResponsePlanCommand.js +18 -41
- package/dist-es/commands/CreateTimelineEventCommand.js +18 -41
- package/dist-es/commands/DeleteIncidentRecordCommand.js +18 -41
- package/dist-es/commands/DeleteReplicationSetCommand.js +18 -41
- package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteResponsePlanCommand.js +18 -41
- package/dist-es/commands/DeleteTimelineEventCommand.js +18 -41
- package/dist-es/commands/GetIncidentRecordCommand.js +18 -41
- package/dist-es/commands/GetReplicationSetCommand.js +18 -41
- package/dist-es/commands/GetResourcePoliciesCommand.js +18 -41
- package/dist-es/commands/GetResponsePlanCommand.js +18 -41
- package/dist-es/commands/GetTimelineEventCommand.js +18 -41
- package/dist-es/commands/ListIncidentFindingsCommand.js +18 -41
- package/dist-es/commands/ListIncidentRecordsCommand.js +18 -41
- package/dist-es/commands/ListRelatedItemsCommand.js +18 -41
- package/dist-es/commands/ListReplicationSetsCommand.js +18 -41
- package/dist-es/commands/ListResponsePlansCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTimelineEventsCommand.js +18 -41
- package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-es/commands/StartIncidentCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDeletionProtectionCommand.js +18 -41
- package/dist-es/commands/UpdateIncidentRecordCommand.js +18 -41
- package/dist-es/commands/UpdateRelatedItemsCommand.js +18 -41
- package/dist-es/commands/UpdateReplicationSetCommand.js +18 -41
- package/dist-es/commands/UpdateResponsePlanCommand.js +18 -41
- package/dist-es/commands/UpdateTimelineEventCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/BatchGetIncidentFindingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateReplicationSetCommand.d.ts +6 -21
- package/dist-types/commands/CreateResponsePlanCommand.d.ts +6 -21
- package/dist-types/commands/CreateTimelineEventCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +6 -21
- package/dist-types/commands/DeleteReplicationSetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResponsePlanCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTimelineEventCommand.d.ts +6 -21
- package/dist-types/commands/GetIncidentRecordCommand.d.ts +6 -21
- package/dist-types/commands/GetReplicationSetCommand.d.ts +6 -21
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +6 -21
- package/dist-types/commands/GetResponsePlanCommand.d.ts +6 -21
- package/dist-types/commands/GetTimelineEventCommand.d.ts +6 -21
- package/dist-types/commands/ListIncidentFindingsCommand.d.ts +6 -21
- package/dist-types/commands/ListIncidentRecordsCommand.d.ts +6 -21
- package/dist-types/commands/ListRelatedItemsCommand.d.ts +6 -21
- package/dist-types/commands/ListReplicationSetsCommand.d.ts +6 -21
- package/dist-types/commands/ListResponsePlansCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTimelineEventsCommand.d.ts +6 -21
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/StartIncidentCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateReplicationSetCommand.d.ts +6 -21
- package/dist-types/commands/UpdateResponsePlanCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTimelineEventCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchGetIncidentFindingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIncidentFindingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateResponsePlanInput, CreateResponsePlanOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateResponsePlanCommandInput extends CreateResponsePlanInput
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateResponsePlanCommandOutput extends CreateResponsePlanOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateResponsePlanCommand_base: {
|
|
24
|
+
new (input: CreateResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a response plan that automates the initial response to incidents. A response plan
|
|
@@ -132,23 +135,5 @@ export interface CreateResponsePlanCommandOutput extends CreateResponsePlanOutpu
|
|
|
132
135
|
* <p>Base exception class for all service exceptions from SSMIncidents service.</p>
|
|
133
136
|
*
|
|
134
137
|
*/
|
|
135
|
-
export declare class CreateResponsePlanCommand extends
|
|
136
|
-
readonly input: CreateResponsePlanCommandInput;
|
|
137
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
138
|
-
/**
|
|
139
|
-
* @public
|
|
140
|
-
*/
|
|
141
|
-
constructor(input: CreateResponsePlanCommandInput);
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
private serialize;
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
private deserialize;
|
|
138
|
+
export declare class CreateResponsePlanCommand extends CreateResponsePlanCommand_base {
|
|
154
139
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateTimelineEventInput, CreateTimelineEventOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateTimelineEventCommandInput extends CreateTimelineEventInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateTimelineEventCommandOutput extends CreateTimelineEventOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateTimelineEventCommand_base: {
|
|
24
|
+
new (input: CreateTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a custom timeline event on the incident details page of an incident record.
|
|
@@ -85,23 +88,5 @@ export interface CreateTimelineEventCommandOutput extends CreateTimelineEventOut
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from SSMIncidents service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class CreateTimelineEventCommand extends
|
|
89
|
-
readonly input: CreateTimelineEventCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: CreateTimelineEventCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class CreateTimelineEventCommand extends CreateTimelineEventCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteIncidentRecordInput, DeleteIncidentRecordOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteIncidentRecordCommandInput extends DeleteIncidentRecordIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteIncidentRecordCommandOutput extends DeleteIncidentRecordOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteIncidentRecordCommand_base: {
|
|
24
|
+
new (input: DeleteIncidentRecordCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Delete an incident record from Incident Manager. </p>
|
|
@@ -63,23 +66,5 @@ export interface DeleteIncidentRecordCommandOutput extends DeleteIncidentRecordO
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from SSMIncidents service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class DeleteIncidentRecordCommand extends
|
|
67
|
-
readonly input: DeleteIncidentRecordCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: DeleteIncidentRecordCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class DeleteIncidentRecordCommand extends DeleteIncidentRecordCommand_base {
|
|
85
70
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteReplicationSetInput, DeleteReplicationSetOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteReplicationSetCommandInput extends DeleteReplicationSetIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteReplicationSetCommandOutput extends DeleteReplicationSetOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteReplicationSetCommand_base: {
|
|
24
|
+
new (input: DeleteReplicationSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes all Regions in your replication set. Deleting the replication set deletes all
|
|
@@ -67,23 +70,5 @@ export interface DeleteReplicationSetCommandOutput extends DeleteReplicationSetO
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from SSMIncidents service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteReplicationSetCommand extends
|
|
71
|
-
readonly input: DeleteReplicationSetCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteReplicationSetCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteReplicationSetCommand extends DeleteReplicationSetCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteResourcePolicyCommand_base: {
|
|
24
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the resource policy that Resource Access Manager uses to share your Incident Manager
|
|
@@ -68,23 +71,5 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyO
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from SSMIncidents service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class DeleteResourcePolicyCommand extends
|
|
72
|
-
readonly input: DeleteResourcePolicyCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: DeleteResourcePolicyCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteResponsePlanInput, DeleteResponsePlanOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteResponsePlanCommandInput extends DeleteResponsePlanInput
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteResponsePlanCommandOutput extends DeleteResponsePlanOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteResponsePlanCommand_base: {
|
|
24
|
+
new (input: DeleteResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified response plan. Deleting a response plan stops all linked CloudWatch alarms and EventBridge events from creating an incident with this response
|
|
@@ -64,23 +67,5 @@ export interface DeleteResponsePlanCommandOutput extends DeleteResponsePlanOutpu
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from SSMIncidents service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteResponsePlanCommand extends
|
|
68
|
-
readonly input: DeleteResponsePlanCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteResponsePlanCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteResponsePlanCommand extends DeleteResponsePlanCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteTimelineEventInput, DeleteTimelineEventOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteTimelineEventCommandInput extends DeleteTimelineEventInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteTimelineEventCommandOutput extends DeleteTimelineEventOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteTimelineEventCommand_base: {
|
|
24
|
+
new (input: DeleteTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a timeline event from an incident.</p>
|
|
@@ -64,23 +67,5 @@ export interface DeleteTimelineEventCommandOutput extends DeleteTimelineEventOut
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from SSMIncidents service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteTimelineEventCommand extends
|
|
68
|
-
readonly input: DeleteTimelineEventCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteTimelineEventCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteTimelineEventCommand extends DeleteTimelineEventCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetIncidentRecordInput, GetIncidentRecordOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetIncidentRecordCommandInput extends GetIncidentRecordInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetIncidentRecordCommandOutput extends GetIncidentRecordOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetIncidentRecordCommand_base: {
|
|
24
|
+
new (input: GetIncidentRecordCommandInput): import("@smithy/smithy-client").CommandImpl<GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the details for the specified incident record.</p>
|
|
@@ -101,23 +104,5 @@ export interface GetIncidentRecordCommandOutput extends GetIncidentRecordOutput,
|
|
|
101
104
|
* <p>Base exception class for all service exceptions from SSMIncidents service.</p>
|
|
102
105
|
*
|
|
103
106
|
*/
|
|
104
|
-
export declare class GetIncidentRecordCommand extends
|
|
105
|
-
readonly input: GetIncidentRecordCommandInput;
|
|
106
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
-
/**
|
|
108
|
-
* @public
|
|
109
|
-
*/
|
|
110
|
-
constructor(input: GetIncidentRecordCommandInput);
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput>;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private serialize;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private deserialize;
|
|
107
|
+
export declare class GetIncidentRecordCommand extends GetIncidentRecordCommand_base {
|
|
123
108
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetReplicationSetInput, GetReplicationSetOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetReplicationSetCommandInput extends GetReplicationSetInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetReplicationSetCommandOutput extends GetReplicationSetOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetReplicationSetCommand_base: {
|
|
24
|
+
new (input: GetReplicationSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetReplicationSetCommandInput, GetReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieve your Incident Manager replication set.</p>
|
|
@@ -84,23 +87,5 @@ export interface GetReplicationSetCommandOutput extends GetReplicationSetOutput,
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from SSMIncidents service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class GetReplicationSetCommand extends
|
|
88
|
-
readonly input: GetReplicationSetCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: GetReplicationSetCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReplicationSetCommandInput, GetReplicationSetCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class GetReplicationSetCommand extends GetReplicationSetCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetResourcePoliciesInput, GetResourcePoliciesOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetResourcePoliciesCommandInput extends GetResourcePoliciesInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetResourcePoliciesCommand_base: {
|
|
24
|
+
new (input: GetResourcePoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the resource policies attached to the specified response plan.</p>
|
|
@@ -77,23 +80,5 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesOut
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from SSMIncidents service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class GetResourcePoliciesCommand extends
|
|
81
|
-
readonly input: GetResourcePoliciesCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: GetResourcePoliciesCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class GetResourcePoliciesCommand extends GetResourcePoliciesCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetResponsePlanInput, GetResponsePlanOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetResponsePlanCommandInput extends GetResponsePlanInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetResponsePlanCommandOutput extends GetResponsePlanOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetResponsePlanCommand_base: {
|
|
24
|
+
new (input: GetResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<GetResponsePlanCommandInput, GetResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the details of the specified response plan.</p>
|
|
@@ -124,23 +127,5 @@ export interface GetResponsePlanCommandOutput extends GetResponsePlanOutput, __M
|
|
|
124
127
|
* <p>Base exception class for all service exceptions from SSMIncidents service.</p>
|
|
125
128
|
*
|
|
126
129
|
*/
|
|
127
|
-
export declare class GetResponsePlanCommand extends
|
|
128
|
-
readonly input: GetResponsePlanCommandInput;
|
|
129
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
130
|
-
/**
|
|
131
|
-
* @public
|
|
132
|
-
*/
|
|
133
|
-
constructor(input: GetResponsePlanCommandInput);
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResponsePlanCommandInput, GetResponsePlanCommandOutput>;
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
private serialize;
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
private deserialize;
|
|
130
|
+
export declare class GetResponsePlanCommand extends GetResponsePlanCommand_base {
|
|
146
131
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetTimelineEventInput, GetTimelineEventOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetTimelineEventCommandInput extends GetTimelineEventInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetTimelineEventCommandOutput extends GetTimelineEventOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetTimelineEventCommand_base: {
|
|
24
|
+
new (input: GetTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<GetTimelineEventCommandInput, GetTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a timeline event based on its ID and incident record.</p>
|
|
@@ -82,23 +85,5 @@ export interface GetTimelineEventCommandOutput extends GetTimelineEventOutput, _
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from SSMIncidents service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class GetTimelineEventCommand extends
|
|
86
|
-
readonly input: GetTimelineEventCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: GetTimelineEventCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTimelineEventCommandInput, GetTimelineEventCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class GetTimelineEventCommand extends GetTimelineEventCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListIncidentFindingsInput, ListIncidentFindingsOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListIncidentFindingsCommandInput extends ListIncidentFindingsIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListIncidentFindingsCommandOutput extends ListIncidentFindingsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListIncidentFindingsCommand_base: {
|
|
24
|
+
new (input: ListIncidentFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIncidentFindingsCommandInput, ListIncidentFindingsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of the IDs of findings, plus their last modified times, that have been
|
|
@@ -79,23 +82,5 @@ export interface ListIncidentFindingsCommandOutput extends ListIncidentFindingsO
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from SSMIncidents service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class ListIncidentFindingsCommand extends
|
|
83
|
-
readonly input: ListIncidentFindingsCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: ListIncidentFindingsCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIncidentFindingsCommandInput, ListIncidentFindingsCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class ListIncidentFindingsCommand extends ListIncidentFindingsCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListIncidentRecordsInput, ListIncidentRecordsOutput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListIncidentRecordsCommandInput extends ListIncidentRecordsInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListIncidentRecordsCommandOutput extends ListIncidentRecordsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListIncidentRecordsCommand_base: {
|
|
24
|
+
new (input: ListIncidentRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all incident records in your account. Use this command to retrieve the Amazon
|
|
@@ -100,23 +103,5 @@ export interface ListIncidentRecordsCommandOutput extends ListIncidentRecordsOut
|
|
|
100
103
|
* <p>Base exception class for all service exceptions from SSMIncidents service.</p>
|
|
101
104
|
*
|
|
102
105
|
*/
|
|
103
|
-
export declare class ListIncidentRecordsCommand extends
|
|
104
|
-
readonly input: ListIncidentRecordsCommandInput;
|
|
105
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
-
/**
|
|
107
|
-
* @public
|
|
108
|
-
*/
|
|
109
|
-
constructor(input: ListIncidentRecordsCommandInput);
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput>;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private serialize;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private deserialize;
|
|
106
|
+
export declare class ListIncidentRecordsCommand extends ListIncidentRecordsCommand_base {
|
|
122
107
|
}
|