@aws-sdk/client-ssm-contacts 3.1077.0 → 3.1078.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/index.js +47 -393
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptPageCommand.js +2 -14
- package/dist-es/commands/ActivateContactChannelCommand.js +2 -14
- package/dist-es/commands/CreateContactChannelCommand.js +2 -14
- package/dist-es/commands/CreateContactCommand.js +2 -14
- package/dist-es/commands/CreateRotationCommand.js +2 -14
- package/dist-es/commands/CreateRotationOverrideCommand.js +2 -14
- package/dist-es/commands/DeactivateContactChannelCommand.js +2 -14
- package/dist-es/commands/DeleteContactChannelCommand.js +2 -14
- package/dist-es/commands/DeleteContactCommand.js +2 -14
- package/dist-es/commands/DeleteRotationCommand.js +2 -14
- package/dist-es/commands/DeleteRotationOverrideCommand.js +2 -14
- package/dist-es/commands/DescribeEngagementCommand.js +2 -14
- package/dist-es/commands/DescribePageCommand.js +2 -14
- package/dist-es/commands/GetContactChannelCommand.js +2 -14
- package/dist-es/commands/GetContactCommand.js +2 -14
- package/dist-es/commands/GetContactPolicyCommand.js +2 -14
- package/dist-es/commands/GetRotationCommand.js +2 -14
- package/dist-es/commands/GetRotationOverrideCommand.js +2 -14
- package/dist-es/commands/ListContactChannelsCommand.js +2 -14
- package/dist-es/commands/ListContactsCommand.js +2 -14
- package/dist-es/commands/ListEngagementsCommand.js +2 -14
- package/dist-es/commands/ListPageReceiptsCommand.js +2 -14
- package/dist-es/commands/ListPageResolutionsCommand.js +2 -14
- package/dist-es/commands/ListPagesByContactCommand.js +2 -14
- package/dist-es/commands/ListPagesByEngagementCommand.js +2 -14
- package/dist-es/commands/ListPreviewRotationShiftsCommand.js +2 -14
- package/dist-es/commands/ListRotationOverridesCommand.js +2 -14
- package/dist-es/commands/ListRotationShiftsCommand.js +2 -14
- package/dist-es/commands/ListRotationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutContactPolicyCommand.js +2 -14
- package/dist-es/commands/SendActivationCodeCommand.js +2 -14
- package/dist-es/commands/StartEngagementCommand.js +2 -14
- package/dist-es/commands/StopEngagementCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateContactChannelCommand.js +2 -14
- package/dist-es/commands/UpdateContactCommand.js +2 -14
- package/dist-es/commands/UpdateRotationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptPageCommand.d.ts +3 -8
- package/dist-types/commands/ActivateContactChannelCommand.d.ts +3 -8
- package/dist-types/commands/CreateContactChannelCommand.d.ts +3 -8
- package/dist-types/commands/CreateContactCommand.d.ts +3 -8
- package/dist-types/commands/CreateRotationCommand.d.ts +3 -8
- package/dist-types/commands/CreateRotationOverrideCommand.d.ts +3 -8
- package/dist-types/commands/DeactivateContactChannelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteContactChannelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteContactCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRotationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRotationOverrideCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEngagementCommand.d.ts +3 -8
- package/dist-types/commands/DescribePageCommand.d.ts +3 -8
- package/dist-types/commands/GetContactChannelCommand.d.ts +3 -8
- package/dist-types/commands/GetContactCommand.d.ts +3 -8
- package/dist-types/commands/GetContactPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetRotationCommand.d.ts +3 -8
- package/dist-types/commands/GetRotationOverrideCommand.d.ts +3 -8
- package/dist-types/commands/ListContactChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListContactsCommand.d.ts +3 -8
- package/dist-types/commands/ListEngagementsCommand.d.ts +3 -8
- package/dist-types/commands/ListPageReceiptsCommand.d.ts +3 -8
- package/dist-types/commands/ListPageResolutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPagesByContactCommand.d.ts +3 -8
- package/dist-types/commands/ListPagesByEngagementCommand.d.ts +3 -8
- package/dist-types/commands/ListPreviewRotationShiftsCommand.d.ts +3 -8
- package/dist-types/commands/ListRotationOverridesCommand.d.ts +3 -8
- package/dist-types/commands/ListRotationShiftsCommand.d.ts +3 -8
- package/dist-types/commands/ListRotationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutContactPolicyCommand.d.ts +3 -8
- package/dist-types/commands/SendActivationCodeCommand.d.ts +3 -8
- package/dist-types/commands/StartEngagementCommand.d.ts +3 -8
- package/dist-types/commands/StopEngagementCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContactChannelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContactCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRotationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRotationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRotationOverrideCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRotationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRotationOverrideCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRotationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRotationOverrideCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPageResolutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPreviewRotationShiftsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRotationOverridesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRotationShiftsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRotationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopEngagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContactChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRotationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListContactChannelsRequest, ListContactChannelsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListContactChannelsCommandInput extends ListContactChannelsRequ
|
|
|
22
19
|
export interface ListContactChannelsCommandOutput extends ListContactChannelsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListContactChannelsCommand_base: {
|
|
25
|
-
new (input: ListContactChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListContactChannelsCommandInput, ListContactChannelsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListContactChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListContactChannelsCommandInput, ListContactChannelsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListContactChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListContactChannelsCommandInput, ListContactChannelsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListContactChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListContactChannelsCommandInput, ListContactChannelsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all contact channels for the specified contact.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListContactsRequest, ListContactsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListContactsCommandInput extends ListContactsRequest {
|
|
|
22
19
|
export interface ListContactsCommandOutput extends ListContactsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListContactsCommand_base: {
|
|
25
|
-
new (input: ListContactsCommandInput): import("@smithy/core/client").CommandImpl<ListContactsCommandInput, ListContactsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListContactsCommandInput]): import("@smithy/core/client").CommandImpl<ListContactsCommandInput, ListContactsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListContactsCommandInput): import("@smithy/core/client").CommandImpl<ListContactsCommandInput, ListContactsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListContactsCommandInput]): import("@smithy/core/client").CommandImpl<ListContactsCommandInput, ListContactsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all contacts and escalation plans in Incident Manager.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListEngagementsRequest, ListEngagementsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListEngagementsCommandInput extends ListEngagementsRequest {
|
|
|
22
19
|
export interface ListEngagementsCommandOutput extends ListEngagementsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListEngagementsCommand_base: {
|
|
25
|
-
new (input: ListEngagementsCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementsCommandInput, ListEngagementsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListEngagementsCommandInput]): import("@smithy/core/client").CommandImpl<ListEngagementsCommandInput, ListEngagementsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListEngagementsCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementsCommandInput, ListEngagementsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListEngagementsCommandInput]): import("@smithy/core/client").CommandImpl<ListEngagementsCommandInput, ListEngagementsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all engagements that have happened in an incident.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListPageReceiptsRequest, ListPageReceiptsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPageReceiptsCommandInput extends ListPageReceiptsRequest {
|
|
|
22
19
|
export interface ListPageReceiptsCommandOutput extends ListPageReceiptsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPageReceiptsCommand_base: {
|
|
25
|
-
new (input: ListPageReceiptsCommandInput): import("@smithy/core/client").CommandImpl<ListPageReceiptsCommandInput, ListPageReceiptsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPageReceiptsCommandInput): import("@smithy/core/client").CommandImpl<ListPageReceiptsCommandInput, ListPageReceiptsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPageReceiptsCommandInput): import("@smithy/core/client").CommandImpl<ListPageReceiptsCommandInput, ListPageReceiptsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPageReceiptsCommandInput): import("@smithy/core/client").CommandImpl<ListPageReceiptsCommandInput, ListPageReceiptsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all of the engagements to contact channels that have been acknowledged.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListPageResolutionsRequest, ListPageResolutionsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPageResolutionsCommandInput extends ListPageResolutionsRequ
|
|
|
22
19
|
export interface ListPageResolutionsCommandOutput extends ListPageResolutionsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPageResolutionsCommand_base: {
|
|
25
|
-
new (input: ListPageResolutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPageResolutionsCommandInput, ListPageResolutionsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPageResolutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPageResolutionsCommandInput, ListPageResolutionsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPageResolutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPageResolutionsCommandInput, ListPageResolutionsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPageResolutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPageResolutionsCommandInput, ListPageResolutionsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the resolution path of an engagement. For example, the escalation plan engaged
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListPagesByContactRequest, ListPagesByContactResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPagesByContactCommandInput extends ListPagesByContactReques
|
|
|
22
19
|
export interface ListPagesByContactCommandOutput extends ListPagesByContactResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPagesByContactCommand_base: {
|
|
25
|
-
new (input: ListPagesByContactCommandInput): import("@smithy/core/client").CommandImpl<ListPagesByContactCommandInput, ListPagesByContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPagesByContactCommandInput): import("@smithy/core/client").CommandImpl<ListPagesByContactCommandInput, ListPagesByContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPagesByContactCommandInput): import("@smithy/core/client").CommandImpl<ListPagesByContactCommandInput, ListPagesByContactCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPagesByContactCommandInput): import("@smithy/core/client").CommandImpl<ListPagesByContactCommandInput, ListPagesByContactCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the engagements to a contact's contact channels.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListPagesByEngagementRequest, ListPagesByEngagementResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPagesByEngagementCommandInput extends ListPagesByEngagement
|
|
|
22
19
|
export interface ListPagesByEngagementCommandOutput extends ListPagesByEngagementResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPagesByEngagementCommand_base: {
|
|
25
|
-
new (input: ListPagesByEngagementCommandInput): import("@smithy/core/client").CommandImpl<ListPagesByEngagementCommandInput, ListPagesByEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPagesByEngagementCommandInput): import("@smithy/core/client").CommandImpl<ListPagesByEngagementCommandInput, ListPagesByEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPagesByEngagementCommandInput): import("@smithy/core/client").CommandImpl<ListPagesByEngagementCommandInput, ListPagesByEngagementCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPagesByEngagementCommandInput): import("@smithy/core/client").CommandImpl<ListPagesByEngagementCommandInput, ListPagesByEngagementCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the engagements to contact channels that occurred by engaging a contact.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListPreviewRotationShiftsRequest, ListPreviewRotationShiftsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPreviewRotationShiftsCommandInput extends ListPreviewRotati
|
|
|
22
19
|
export interface ListPreviewRotationShiftsCommandOutput extends ListPreviewRotationShiftsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPreviewRotationShiftsCommand_base: {
|
|
25
|
-
new (input: ListPreviewRotationShiftsCommandInput): import("@smithy/core/client").CommandImpl<ListPreviewRotationShiftsCommandInput, ListPreviewRotationShiftsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPreviewRotationShiftsCommandInput): import("@smithy/core/client").CommandImpl<ListPreviewRotationShiftsCommandInput, ListPreviewRotationShiftsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPreviewRotationShiftsCommandInput): import("@smithy/core/client").CommandImpl<ListPreviewRotationShiftsCommandInput, ListPreviewRotationShiftsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPreviewRotationShiftsCommandInput): import("@smithy/core/client").CommandImpl<ListPreviewRotationShiftsCommandInput, ListPreviewRotationShiftsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of shifts based on rotation configuration parameters.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListRotationOverridesRequest, ListRotationOverridesResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRotationOverridesCommandInput extends ListRotationOverrides
|
|
|
22
19
|
export interface ListRotationOverridesCommandOutput extends ListRotationOverridesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRotationOverridesCommand_base: {
|
|
25
|
-
new (input: ListRotationOverridesCommandInput): import("@smithy/core/client").CommandImpl<ListRotationOverridesCommandInput, ListRotationOverridesCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListRotationOverridesCommandInput): import("@smithy/core/client").CommandImpl<ListRotationOverridesCommandInput, ListRotationOverridesCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRotationOverridesCommandInput): import("@smithy/core/client").CommandImpl<ListRotationOverridesCommandInput, ListRotationOverridesCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListRotationOverridesCommandInput): import("@smithy/core/client").CommandImpl<ListRotationOverridesCommandInput, ListRotationOverridesCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a list of overrides currently specified for an on-call rotation.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListRotationShiftsRequest, ListRotationShiftsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRotationShiftsCommandInput extends ListRotationShiftsReques
|
|
|
22
19
|
export interface ListRotationShiftsCommandOutput extends ListRotationShiftsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRotationShiftsCommand_base: {
|
|
25
|
-
new (input: ListRotationShiftsCommandInput): import("@smithy/core/client").CommandImpl<ListRotationShiftsCommandInput, ListRotationShiftsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListRotationShiftsCommandInput): import("@smithy/core/client").CommandImpl<ListRotationShiftsCommandInput, ListRotationShiftsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRotationShiftsCommandInput): import("@smithy/core/client").CommandImpl<ListRotationShiftsCommandInput, ListRotationShiftsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListRotationShiftsCommandInput): import("@smithy/core/client").CommandImpl<ListRotationShiftsCommandInput, ListRotationShiftsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of shifts generated by an existing rotation in the system.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListRotationsRequest, ListRotationsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRotationsCommandInput extends ListRotationsRequest {
|
|
|
22
19
|
export interface ListRotationsCommandOutput extends ListRotationsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRotationsCommand_base: {
|
|
25
|
-
new (input: ListRotationsCommandInput): import("@smithy/core/client").CommandImpl<ListRotationsCommandInput, ListRotationsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListRotationsCommandInput]): import("@smithy/core/client").CommandImpl<ListRotationsCommandInput, ListRotationsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRotationsCommandInput): import("@smithy/core/client").CommandImpl<ListRotationsCommandInput, ListRotationsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListRotationsCommandInput]): import("@smithy/core/client").CommandImpl<ListRotationsCommandInput, ListRotationsCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a list of on-call rotations.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the tags of a contact, escalation plan, rotation, or on-call schedule.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutContactPolicyRequest, PutContactPolicyResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutContactPolicyCommandInput extends PutContactPolicyRequest {
|
|
|
22
19
|
export interface PutContactPolicyCommandOutput extends PutContactPolicyResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutContactPolicyCommand_base: {
|
|
25
|
-
new (input: PutContactPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutContactPolicyCommandInput, PutContactPolicyCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutContactPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutContactPolicyCommandInput, PutContactPolicyCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutContactPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutContactPolicyCommandInput, PutContactPolicyCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutContactPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutContactPolicyCommandInput, PutContactPolicyCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds a resource policy to the specified contact or escalation plan. The resource policy
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { SendActivationCodeRequest, SendActivationCodeResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SendActivationCodeCommandInput extends SendActivationCodeReques
|
|
|
22
19
|
export interface SendActivationCodeCommandOutput extends SendActivationCodeResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SendActivationCodeCommand_base: {
|
|
25
|
-
new (input: SendActivationCodeCommandInput): import("@smithy/core/client").CommandImpl<SendActivationCodeCommandInput, SendActivationCodeCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SendActivationCodeCommandInput): import("@smithy/core/client").CommandImpl<SendActivationCodeCommandInput, SendActivationCodeCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SendActivationCodeCommandInput): import("@smithy/core/client").CommandImpl<SendActivationCodeCommandInput, SendActivationCodeCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SendActivationCodeCommandInput): import("@smithy/core/client").CommandImpl<SendActivationCodeCommandInput, SendActivationCodeCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sends an activation code to a contact channel. The contact can use this code to activate
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StartEngagementRequest, StartEngagementResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartEngagementCommandInput extends StartEngagementRequest {
|
|
|
22
19
|
export interface StartEngagementCommandOutput extends StartEngagementResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartEngagementCommand_base: {
|
|
25
|
-
new (input: StartEngagementCommandInput): import("@smithy/core/client").CommandImpl<StartEngagementCommandInput, StartEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartEngagementCommandInput): import("@smithy/core/client").CommandImpl<StartEngagementCommandInput, StartEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartEngagementCommandInput): import("@smithy/core/client").CommandImpl<StartEngagementCommandInput, StartEngagementCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartEngagementCommandInput): import("@smithy/core/client").CommandImpl<StartEngagementCommandInput, StartEngagementCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts an engagement to a contact or escalation plan. The engagement engages each
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StopEngagementRequest, StopEngagementResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StopEngagementCommandInput extends StopEngagementRequest {
|
|
|
22
19
|
export interface StopEngagementCommandOutput extends StopEngagementResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopEngagementCommand_base: {
|
|
25
|
-
new (input: StopEngagementCommandInput): import("@smithy/core/client").CommandImpl<StopEngagementCommandInput, StopEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopEngagementCommandInput): import("@smithy/core/client").CommandImpl<StopEngagementCommandInput, StopEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopEngagementCommandInput): import("@smithy/core/client").CommandImpl<StopEngagementCommandInput, StopEngagementCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopEngagementCommandInput): import("@smithy/core/client").CommandImpl<StopEngagementCommandInput, StopEngagementCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Stops an engagement before it finishes the final stage of the escalation plan or
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { TagResourceRequest, TagResourceResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Tags a contact or escalation plan. You can tag only contacts and escalation plans in the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes tags from the specified resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateContactChannelRequest, UpdateContactChannelResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateContactChannelCommandInput extends UpdateContactChannelRe
|
|
|
22
19
|
export interface UpdateContactChannelCommandOutput extends UpdateContactChannelResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateContactChannelCommand_base: {
|
|
25
|
-
new (input: UpdateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a contact's contact channel.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateContactRequest, UpdateContactResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateContactCommandInput extends UpdateContactRequest {
|
|
|
22
19
|
export interface UpdateContactCommandOutput extends UpdateContactResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateContactCommand_base: {
|
|
25
|
-
new (input: UpdateContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the contact or escalation plan specified.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateRotationRequest, UpdateRotationResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateRotationCommandInput extends UpdateRotationRequest {
|
|
|
22
19
|
export interface UpdateRotationCommandOutput extends UpdateRotationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateRotationCommand_base: {
|
|
25
|
-
new (input: UpdateRotationCommandInput): import("@smithy/core/client").CommandImpl<UpdateRotationCommandInput, UpdateRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateRotationCommandInput): import("@smithy/core/client").CommandImpl<UpdateRotationCommandInput, UpdateRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateRotationCommandInput): import("@smithy/core/client").CommandImpl<UpdateRotationCommandInput, UpdateRotationCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateRotationCommandInput): import("@smithy/core/client").CommandImpl<UpdateRotationCommandInput, UpdateRotationCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the information specified for an on-call rotation.</p>
|