@aws-sdk/client-ssm-incidents 3.335.0 → 3.338.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/SSMIncidentsClient.js +2 -1
- package/dist-cjs/commands/CreateReplicationSetCommand.js +2 -1
- package/dist-cjs/commands/CreateResponsePlanCommand.js +2 -1
- package/dist-cjs/commands/CreateTimelineEventCommand.js +2 -1
- package/dist-cjs/commands/DeleteIncidentRecordCommand.js +2 -1
- package/dist-cjs/commands/DeleteReplicationSetCommand.js +2 -1
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -1
- package/dist-cjs/commands/DeleteResponsePlanCommand.js +2 -1
- package/dist-cjs/commands/DeleteTimelineEventCommand.js +2 -1
- package/dist-cjs/commands/GetIncidentRecordCommand.js +2 -1
- package/dist-cjs/commands/GetReplicationSetCommand.js +2 -1
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -1
- package/dist-cjs/commands/GetResponsePlanCommand.js +2 -1
- package/dist-cjs/commands/GetTimelineEventCommand.js +2 -1
- package/dist-cjs/commands/ListIncidentRecordsCommand.js +2 -1
- package/dist-cjs/commands/ListRelatedItemsCommand.js +2 -1
- package/dist-cjs/commands/ListReplicationSetsCommand.js +2 -1
- package/dist-cjs/commands/ListResponsePlansCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListTimelineEventsCommand.js +2 -1
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -1
- package/dist-cjs/commands/StartIncidentCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +2 -1
- package/dist-cjs/commands/UpdateIncidentRecordCommand.js +2 -1
- package/dist-cjs/commands/UpdateRelatedItemsCommand.js +2 -1
- package/dist-cjs/commands/UpdateReplicationSetCommand.js +2 -1
- package/dist-cjs/commands/UpdateResponsePlanCommand.js +2 -1
- package/dist-cjs/commands/UpdateTimelineEventCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/SSMIncidentsServiceException.js +2 -1
- package/dist-es/SSMIncidentsClient.js +1 -0
- package/dist-es/commands/CreateReplicationSetCommand.js +1 -0
- package/dist-es/commands/CreateResponsePlanCommand.js +1 -0
- package/dist-es/commands/CreateTimelineEventCommand.js +1 -0
- package/dist-es/commands/DeleteIncidentRecordCommand.js +1 -0
- package/dist-es/commands/DeleteReplicationSetCommand.js +1 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -0
- package/dist-es/commands/DeleteResponsePlanCommand.js +1 -0
- package/dist-es/commands/DeleteTimelineEventCommand.js +1 -0
- package/dist-es/commands/GetIncidentRecordCommand.js +1 -0
- package/dist-es/commands/GetReplicationSetCommand.js +1 -0
- package/dist-es/commands/GetResourcePoliciesCommand.js +1 -0
- package/dist-es/commands/GetResponsePlanCommand.js +1 -0
- package/dist-es/commands/GetTimelineEventCommand.js +1 -0
- package/dist-es/commands/ListIncidentRecordsCommand.js +1 -0
- package/dist-es/commands/ListRelatedItemsCommand.js +1 -0
- package/dist-es/commands/ListReplicationSetsCommand.js +1 -0
- package/dist-es/commands/ListResponsePlansCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListTimelineEventsCommand.js +1 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -0
- package/dist-es/commands/StartIncidentCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateDeletionProtectionCommand.js +1 -0
- package/dist-es/commands/UpdateIncidentRecordCommand.js +1 -0
- package/dist-es/commands/UpdateRelatedItemsCommand.js +1 -0
- package/dist-es/commands/UpdateReplicationSetCommand.js +1 -0
- package/dist-es/commands/UpdateResponsePlanCommand.js +1 -0
- package/dist-es/commands/UpdateTimelineEventCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/SSMIncidentsServiceException.js +1 -0
- package/dist-types/SSMIncidentsClient.d.ts +3 -3
- package/dist-types/commands/CreateReplicationSetCommand.d.ts +4 -0
- package/dist-types/commands/CreateResponsePlanCommand.d.ts +4 -0
- package/dist-types/commands/CreateTimelineEventCommand.d.ts +4 -0
- package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReplicationSetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResponsePlanCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTimelineEventCommand.d.ts +4 -0
- package/dist-types/commands/GetIncidentRecordCommand.d.ts +4 -0
- package/dist-types/commands/GetReplicationSetCommand.d.ts +4 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +4 -0
- package/dist-types/commands/GetResponsePlanCommand.d.ts +4 -0
- package/dist-types/commands/GetTimelineEventCommand.d.ts +4 -0
- package/dist-types/commands/ListIncidentRecordsCommand.d.ts +4 -0
- package/dist-types/commands/ListRelatedItemsCommand.d.ts +4 -0
- package/dist-types/commands/ListReplicationSetsCommand.d.ts +4 -0
- package/dist-types/commands/ListResponsePlansCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListTimelineEventsCommand.d.ts +4 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/StartIncidentCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateReplicationSetCommand.d.ts +4 -0
- package/dist-types/commands/UpdateResponsePlanCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTimelineEventCommand.d.ts +4 -0
- package/dist-types/index.d.ts +14 -2
- package/dist-types/models/SSMIncidentsServiceException.d.ts +1 -0
- package/dist-types/ts3.4/SSMIncidentsClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/SSMIncidentsServiceException.d.ts +1 -0
- package/package.json +29 -29
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutResourcePolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_StartIncidentCommand, se_StartIncidentCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class StartIncidentCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class TagResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UntagResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateDeletionProtectionCommand, se_UpdateDeletionProtectionCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateDeletionProtectionCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateIncidentRecordCommand, se_UpdateIncidentRecordCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateIncidentRecordCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateRelatedItemsCommand, se_UpdateRelatedItemsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateRelatedItemsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateReplicationSetCommand, se_UpdateReplicationSetCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateReplicationSetCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateResponsePlanCommand, se_UpdateResponsePlanCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateResponsePlanCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateTimelineEventCommand, se_UpdateTimelineEventCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateTimelineEventCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./SSMIncidents";
|
|
2
1
|
export * from "./SSMIncidentsClient";
|
|
2
|
+
export * from "./SSMIncidents";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
6
5
|
export * from "./waiters";
|
|
6
|
+
export * from "./models";
|
|
7
7
|
export { SSMIncidentsServiceException } from "./models/SSMIncidentsServiceException";
|
|
@@ -38,6 +38,7 @@ import { UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput } f
|
|
|
38
38
|
import { UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput } from "./commands/UpdateResponsePlanCommand";
|
|
39
39
|
import { UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput } from "./commands/UpdateTimelineEventCommand";
|
|
40
40
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
41
|
+
export { __Client };
|
|
41
42
|
/**
|
|
42
43
|
* @public
|
|
43
44
|
*/
|
|
@@ -152,7 +153,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
152
153
|
/**
|
|
153
154
|
* @public
|
|
154
155
|
*/
|
|
155
|
-
type SSMIncidentsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
156
|
+
export type SSMIncidentsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
156
157
|
/**
|
|
157
158
|
* @public
|
|
158
159
|
*
|
|
@@ -163,7 +164,7 @@ export interface SSMIncidentsClientConfig extends SSMIncidentsClientConfigType {
|
|
|
163
164
|
/**
|
|
164
165
|
* @public
|
|
165
166
|
*/
|
|
166
|
-
type SSMIncidentsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
167
|
+
export type SSMIncidentsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
167
168
|
/**
|
|
168
169
|
* @public
|
|
169
170
|
*
|
|
@@ -195,4 +196,3 @@ export declare class SSMIncidentsClient extends __Client<__HttpHandlerOptions, S
|
|
|
195
196
|
*/
|
|
196
197
|
destroy(): void;
|
|
197
198
|
}
|
|
198
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateReplicationSetInput, CreateReplicationSetOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateResponsePlanInput, CreateResponsePlanOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateTimelineEventInput, CreateTimelineEventOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteIncidentRecordInput, DeleteIncidentRecordOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteReplicationSetInput, DeleteReplicationSetOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteResponsePlanInput, DeleteResponsePlanOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteTimelineEventInput, DeleteTimelineEventOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetIncidentRecordInput, GetIncidentRecordOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetReplicationSetInput, GetReplicationSetOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetResourcePoliciesInput, GetResourcePoliciesOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetResponsePlanInput, GetResponsePlanOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetTimelineEventInput, GetTimelineEventOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListIncidentRecordsInput, ListIncidentRecordsOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListRelatedItemsInput, ListRelatedItemsOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListReplicationSetsInput, ListReplicationSetsOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListResponsePlansInput, ListResponsePlansOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListTimelineEventsInput, ListTimelineEventsOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { PutResourcePolicyInput, PutResourcePolicyOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartIncidentInput, StartIncidentOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateDeletionProtectionInput, UpdateDeletionProtectionOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateIncidentRecordInput, UpdateIncidentRecordOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateRelatedItemsInput, UpdateRelatedItemsOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateReplicationSetInput, UpdateReplicationSetOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateResponsePlanInput, UpdateResponsePlanOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateTimelineEventInput, UpdateTimelineEventOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Systems Manager Incident Manager is an incident management console designed to help users
|
|
3
|
+
* mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. An
|
|
4
|
+
* incident is any unplanned interruption or reduction in quality of services. </p>
|
|
5
|
+
* <p>Incident Manager increases incident resolution by notifying responders of impact,
|
|
6
|
+
* highlighting relevant troubleshooting data, and providing collaboration tools to get services
|
|
7
|
+
* back up and running. To achieve the primary goal of reducing the time-to-resolution of
|
|
8
|
+
* critical incidents, Incident Manager automates response plans and enables responder
|
|
9
|
+
* team escalation. </p>
|
|
10
|
+
*
|
|
11
|
+
* @packageDocumentation
|
|
12
|
+
*/
|
|
2
13
|
export * from "./SSMIncidentsClient";
|
|
14
|
+
export * from "./SSMIncidents";
|
|
3
15
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
16
|
export * from "./pagination";
|
|
6
17
|
export * from "./waiters";
|
|
18
|
+
export * from "./models";
|
|
7
19
|
export { SSMIncidentsServiceException } from "./models/SSMIncidentsServiceException";
|
|
@@ -167,6 +167,7 @@ import {
|
|
|
167
167
|
ClientResolvedEndpointParameters,
|
|
168
168
|
EndpointParameters,
|
|
169
169
|
} from "./endpoint/EndpointParameters";
|
|
170
|
+
export { __Client };
|
|
170
171
|
export type ServiceInputTypes =
|
|
171
172
|
| CreateReplicationSetCommandInput
|
|
172
173
|
| CreateResponsePlanCommandInput
|
|
@@ -251,7 +252,7 @@ export interface ClientDefaults
|
|
|
251
252
|
logger?: __Logger;
|
|
252
253
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
253
254
|
}
|
|
254
|
-
type SSMIncidentsClientConfigType = Partial<
|
|
255
|
+
export type SSMIncidentsClientConfigType = Partial<
|
|
255
256
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
256
257
|
> &
|
|
257
258
|
ClientDefaults &
|
|
@@ -264,7 +265,7 @@ type SSMIncidentsClientConfigType = Partial<
|
|
|
264
265
|
ClientInputEndpointParameters;
|
|
265
266
|
export interface SSMIncidentsClientConfig
|
|
266
267
|
extends SSMIncidentsClientConfigType {}
|
|
267
|
-
type SSMIncidentsClientResolvedConfigType =
|
|
268
|
+
export type SSMIncidentsClientResolvedConfigType =
|
|
268
269
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
269
270
|
Required<ClientDefaults> &
|
|
270
271
|
RegionResolvedConfig &
|
|
@@ -286,4 +287,3 @@ export declare class SSMIncidentsClient extends __Client<
|
|
|
286
287
|
constructor(configuration: SSMIncidentsClientConfig);
|
|
287
288
|
destroy(): void;
|
|
288
289
|
}
|
|
289
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SSMIncidentsClientResolvedConfig,
|
|
17
17
|
} from "../SSMIncidentsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateReplicationSetCommandInput
|
|
19
20
|
extends CreateReplicationSetInput {}
|
|
20
21
|
export interface CreateReplicationSetCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SSMIncidentsClientResolvedConfig,
|
|
17
17
|
} from "../SSMIncidentsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateResponsePlanCommandInput
|
|
19
20
|
extends CreateResponsePlanInput {}
|
|
20
21
|
export interface CreateResponsePlanCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SSMIncidentsClientResolvedConfig,
|
|
17
17
|
} from "../SSMIncidentsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateTimelineEventCommandInput
|
|
19
20
|
extends CreateTimelineEventInput {}
|
|
20
21
|
export interface CreateTimelineEventCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SSMIncidentsClientResolvedConfig,
|
|
17
17
|
} from "../SSMIncidentsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteIncidentRecordCommandInput
|
|
19
20
|
extends DeleteIncidentRecordInput {}
|
|
20
21
|
export interface DeleteIncidentRecordCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SSMIncidentsClientResolvedConfig,
|
|
17
17
|
} from "../SSMIncidentsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteReplicationSetCommandInput
|
|
19
20
|
extends DeleteReplicationSetInput {}
|
|
20
21
|
export interface DeleteReplicationSetCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SSMIncidentsClientResolvedConfig,
|
|
17
17
|
} from "../SSMIncidentsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteResourcePolicyCommandInput
|
|
19
20
|
extends DeleteResourcePolicyInput {}
|
|
20
21
|
export interface DeleteResourcePolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SSMIncidentsClientResolvedConfig,
|
|
17
17
|
} from "../SSMIncidentsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteResponsePlanCommandInput
|
|
19
20
|
extends DeleteResponsePlanInput {}
|
|
20
21
|
export interface DeleteResponsePlanCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SSMIncidentsClientResolvedConfig,
|
|
17
17
|
} from "../SSMIncidentsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteTimelineEventCommandInput
|
|
19
20
|
extends DeleteTimelineEventInput {}
|
|
20
21
|
export interface DeleteTimelineEventCommandOutput
|