@aws-sdk/client-ssm-contacts 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/SSMContacts.d.ts +490 -140
- package/dist-types/ts3.4/SSMContactsClient.d.ts +291 -100
- package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopEngagementCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateContactChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +27 -27
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SSMContactsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +812 -748
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListContactChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEngagementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPageReceiptsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPagesByContactPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPagesByEngagementPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +329 -83
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeactivateContactChannelRequest,
|
|
10
|
+
DeactivateContactChannelResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSMContactsClientResolvedConfig,
|
|
16
|
+
} from "../SSMContactsClient";
|
|
17
|
+
export interface DeactivateContactChannelCommandInput
|
|
18
|
+
extends DeactivateContactChannelRequest {}
|
|
19
|
+
export interface DeactivateContactChannelCommandOutput
|
|
20
|
+
extends DeactivateContactChannelResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeactivateContactChannelCommand extends $Command<
|
|
24
|
+
DeactivateContactChannelCommandInput,
|
|
25
|
+
DeactivateContactChannelCommandOutput,
|
|
26
|
+
SSMContactsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeactivateContactChannelCommandInput;
|
|
29
|
+
constructor(input: DeactivateContactChannelCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSMContactsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeactivateContactChannelCommandInput,
|
|
37
|
+
DeactivateContactChannelCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteContactChannelRequest,
|
|
10
|
+
DeleteContactChannelResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSMContactsClientResolvedConfig,
|
|
16
|
+
} from "../SSMContactsClient";
|
|
17
|
+
export interface DeleteContactChannelCommandInput
|
|
18
|
+
extends DeleteContactChannelRequest {}
|
|
19
|
+
export interface DeleteContactChannelCommandOutput
|
|
20
|
+
extends DeleteContactChannelResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteContactChannelCommand extends $Command<
|
|
24
|
+
DeleteContactChannelCommandInput,
|
|
25
|
+
DeleteContactChannelCommandOutput,
|
|
26
|
+
SSMContactsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteContactChannelCommandInput;
|
|
29
|
+
constructor(input: DeleteContactChannelCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSMContactsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteContactChannelCommandInput,
|
|
37
|
+
DeleteContactChannelCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DeleteContactRequest, DeleteContactResult } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SSMContactsClientResolvedConfig,
|
|
13
|
+
} from "../SSMContactsClient";
|
|
14
|
+
export interface DeleteContactCommandInput extends DeleteContactRequest {}
|
|
15
|
+
export interface DeleteContactCommandOutput
|
|
16
|
+
extends DeleteContactResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteContactCommand extends $Command<
|
|
20
|
+
DeleteContactCommandInput,
|
|
21
|
+
DeleteContactCommandOutput,
|
|
22
|
+
SSMContactsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteContactCommandInput;
|
|
25
|
+
constructor(input: DeleteContactCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SSMContactsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteContactCommandInput, DeleteContactCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeEngagementRequest,
|
|
10
|
+
DescribeEngagementResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSMContactsClientResolvedConfig,
|
|
16
|
+
} from "../SSMContactsClient";
|
|
17
|
+
export interface DescribeEngagementCommandInput
|
|
18
|
+
extends DescribeEngagementRequest {}
|
|
19
|
+
export interface DescribeEngagementCommandOutput
|
|
20
|
+
extends DescribeEngagementResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeEngagementCommand extends $Command<
|
|
24
|
+
DescribeEngagementCommandInput,
|
|
25
|
+
DescribeEngagementCommandOutput,
|
|
26
|
+
SSMContactsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEngagementCommandInput;
|
|
29
|
+
constructor(input: DescribeEngagementCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSMContactsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeEngagementCommandInput, DescribeEngagementCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DescribePageRequest, DescribePageResult } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SSMContactsClientResolvedConfig,
|
|
13
|
+
} from "../SSMContactsClient";
|
|
14
|
+
export interface DescribePageCommandInput extends DescribePageRequest {}
|
|
15
|
+
export interface DescribePageCommandOutput
|
|
16
|
+
extends DescribePageResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribePageCommand extends $Command<
|
|
20
|
+
DescribePageCommandInput,
|
|
21
|
+
DescribePageCommandOutput,
|
|
22
|
+
SSMContactsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribePageCommandInput;
|
|
25
|
+
constructor(input: DescribePageCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SSMContactsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribePageCommandInput, DescribePageCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetContactChannelRequest,
|
|
10
|
+
GetContactChannelResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSMContactsClientResolvedConfig,
|
|
16
|
+
} from "../SSMContactsClient";
|
|
17
|
+
export interface GetContactChannelCommandInput
|
|
18
|
+
extends GetContactChannelRequest {}
|
|
19
|
+
export interface GetContactChannelCommandOutput
|
|
20
|
+
extends GetContactChannelResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetContactChannelCommand extends $Command<
|
|
24
|
+
GetContactChannelCommandInput,
|
|
25
|
+
GetContactChannelCommandOutput,
|
|
26
|
+
SSMContactsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetContactChannelCommandInput;
|
|
29
|
+
constructor(input: GetContactChannelCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSMContactsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetContactChannelCommandInput, GetContactChannelCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { GetContactRequest, GetContactResult } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SSMContactsClientResolvedConfig,
|
|
13
|
+
} from "../SSMContactsClient";
|
|
14
|
+
export interface GetContactCommandInput extends GetContactRequest {}
|
|
15
|
+
export interface GetContactCommandOutput
|
|
16
|
+
extends GetContactResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetContactCommand extends $Command<
|
|
20
|
+
GetContactCommandInput,
|
|
21
|
+
GetContactCommandOutput,
|
|
22
|
+
SSMContactsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetContactCommandInput;
|
|
25
|
+
constructor(input: GetContactCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SSMContactsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetContactCommandInput, GetContactCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetContactPolicyRequest,
|
|
10
|
+
GetContactPolicyResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSMContactsClientResolvedConfig,
|
|
16
|
+
} from "../SSMContactsClient";
|
|
17
|
+
export interface GetContactPolicyCommandInput extends GetContactPolicyRequest {}
|
|
18
|
+
export interface GetContactPolicyCommandOutput
|
|
19
|
+
extends GetContactPolicyResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetContactPolicyCommand extends $Command<
|
|
23
|
+
GetContactPolicyCommandInput,
|
|
24
|
+
GetContactPolicyCommandOutput,
|
|
25
|
+
SSMContactsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetContactPolicyCommandInput;
|
|
28
|
+
constructor(input: GetContactPolicyCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SSMContactsClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetContactPolicyCommandInput, GetContactPolicyCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListContactChannelsRequest,
|
|
10
|
+
ListContactChannelsResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSMContactsClientResolvedConfig,
|
|
16
|
+
} from "../SSMContactsClient";
|
|
17
|
+
export interface ListContactChannelsCommandInput
|
|
18
|
+
extends ListContactChannelsRequest {}
|
|
19
|
+
export interface ListContactChannelsCommandOutput
|
|
20
|
+
extends ListContactChannelsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListContactChannelsCommand extends $Command<
|
|
24
|
+
ListContactChannelsCommandInput,
|
|
25
|
+
ListContactChannelsCommandOutput,
|
|
26
|
+
SSMContactsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListContactChannelsCommandInput;
|
|
29
|
+
constructor(input: ListContactChannelsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSMContactsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListContactChannelsCommandInput, ListContactChannelsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { ListContactsRequest, ListContactsResult } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SSMContactsClientResolvedConfig,
|
|
13
|
+
} from "../SSMContactsClient";
|
|
14
|
+
export interface ListContactsCommandInput extends ListContactsRequest {}
|
|
15
|
+
export interface ListContactsCommandOutput
|
|
16
|
+
extends ListContactsResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListContactsCommand extends $Command<
|
|
20
|
+
ListContactsCommandInput,
|
|
21
|
+
ListContactsCommandOutput,
|
|
22
|
+
SSMContactsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListContactsCommandInput;
|
|
25
|
+
constructor(input: ListContactsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SSMContactsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListContactsCommandInput, ListContactsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListEngagementsRequest,
|
|
10
|
+
ListEngagementsResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSMContactsClientResolvedConfig,
|
|
16
|
+
} from "../SSMContactsClient";
|
|
17
|
+
export interface ListEngagementsCommandInput extends ListEngagementsRequest {}
|
|
18
|
+
export interface ListEngagementsCommandOutput
|
|
19
|
+
extends ListEngagementsResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListEngagementsCommand extends $Command<
|
|
23
|
+
ListEngagementsCommandInput,
|
|
24
|
+
ListEngagementsCommandOutput,
|
|
25
|
+
SSMContactsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListEngagementsCommandInput;
|
|
28
|
+
constructor(input: ListEngagementsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SSMContactsClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListEngagementsCommandInput, ListEngagementsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|