@aws-sdk/client-ssm-contacts 3.47.1 → 3.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +39 -33
  3. package/dist-types/ts3.4/SSMContacts.d.ts +0 -140
  4. package/dist-types/ts3.4/SSMContactsClient.d.ts +0 -100
  5. package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/GetContactCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/StopEngagementCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/UpdateContactChannelCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/index.d.ts +0 -27
  33. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  34. package/dist-types/ts3.4/index.d.ts +0 -5
  35. package/dist-types/ts3.4/models/index.d.ts +0 -1
  36. package/dist-types/ts3.4/models/models_0.d.ts +0 -867
  37. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  38. package/dist-types/ts3.4/pagination/ListContactChannelsPaginator.d.ts +0 -4
  39. package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +0 -4
  40. package/dist-types/ts3.4/pagination/ListEngagementsPaginator.d.ts +0 -4
  41. package/dist-types/ts3.4/pagination/ListPageReceiptsPaginator.d.ts +0 -4
  42. package/dist-types/ts3.4/pagination/ListPagesByContactPaginator.d.ts +0 -4
  43. package/dist-types/ts3.4/pagination/ListPagesByEngagementPaginator.d.ts +0 -4
  44. package/dist-types/ts3.4/pagination/index.d.ts +0 -7
  45. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -83
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-ssm-contacts
9
+
10
+
11
+
12
+
13
+
14
+ # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-ssm-contacts
17
+
18
+
19
+
20
+
21
+
22
+ # [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-ssm-contacts
25
+
26
+
27
+
28
+
29
+
30
+ ## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
31
+
32
+ **Note:** Version bump only for package @aws-sdk/client-ssm-contacts
33
+
34
+
35
+
36
+
37
+
6
38
  ## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
7
39
 
8
40
  **Note:** Version bump only for package @aws-sdk/client-ssm-contacts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm-contacts",
3
3
  "description": "AWS SDK for JavaScript Ssm Contacts Client for Node.js, Browser and React Native",
4
- "version": "3.47.1",
4
+ "version": "3.50.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,43 +18,49 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.47.1",
22
- "@aws-sdk/config-resolver": "3.47.1",
23
- "@aws-sdk/credential-provider-node": "3.47.1",
24
- "@aws-sdk/fetch-http-handler": "3.47.1",
25
- "@aws-sdk/hash-node": "3.47.1",
26
- "@aws-sdk/invalid-dependency": "3.47.1",
27
- "@aws-sdk/middleware-content-length": "3.47.1",
28
- "@aws-sdk/middleware-host-header": "3.47.1",
29
- "@aws-sdk/middleware-logger": "3.47.1",
30
- "@aws-sdk/middleware-retry": "3.47.1",
31
- "@aws-sdk/middleware-serde": "3.47.1",
32
- "@aws-sdk/middleware-signing": "3.47.1",
33
- "@aws-sdk/middleware-stack": "3.47.1",
34
- "@aws-sdk/middleware-user-agent": "3.47.1",
35
- "@aws-sdk/node-config-provider": "3.47.1",
36
- "@aws-sdk/node-http-handler": "3.47.1",
37
- "@aws-sdk/protocol-http": "3.47.1",
38
- "@aws-sdk/smithy-client": "3.47.1",
39
- "@aws-sdk/types": "3.47.1",
40
- "@aws-sdk/url-parser": "3.47.1",
41
- "@aws-sdk/util-base64-browser": "3.47.1",
42
- "@aws-sdk/util-base64-node": "3.47.1",
43
- "@aws-sdk/util-body-length-browser": "3.47.1",
44
- "@aws-sdk/util-body-length-node": "3.47.1",
45
- "@aws-sdk/util-defaults-mode-browser": "3.47.1",
46
- "@aws-sdk/util-defaults-mode-node": "3.47.1",
47
- "@aws-sdk/util-user-agent-browser": "3.47.1",
48
- "@aws-sdk/util-user-agent-node": "3.47.1",
49
- "@aws-sdk/util-utf8-browser": "3.47.1",
50
- "@aws-sdk/util-utf8-node": "3.47.1",
21
+ "@aws-sdk/client-sts": "3.50.0",
22
+ "@aws-sdk/config-resolver": "3.50.0",
23
+ "@aws-sdk/credential-provider-node": "3.50.0",
24
+ "@aws-sdk/fetch-http-handler": "3.50.0",
25
+ "@aws-sdk/hash-node": "3.50.0",
26
+ "@aws-sdk/invalid-dependency": "3.50.0",
27
+ "@aws-sdk/middleware-content-length": "3.50.0",
28
+ "@aws-sdk/middleware-host-header": "3.50.0",
29
+ "@aws-sdk/middleware-logger": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.50.0",
31
+ "@aws-sdk/middleware-serde": "3.50.0",
32
+ "@aws-sdk/middleware-signing": "3.50.0",
33
+ "@aws-sdk/middleware-stack": "3.50.0",
34
+ "@aws-sdk/middleware-user-agent": "3.50.0",
35
+ "@aws-sdk/node-config-provider": "3.50.0",
36
+ "@aws-sdk/node-http-handler": "3.50.0",
37
+ "@aws-sdk/protocol-http": "3.50.0",
38
+ "@aws-sdk/smithy-client": "3.50.0",
39
+ "@aws-sdk/types": "3.50.0",
40
+ "@aws-sdk/url-parser": "3.50.0",
41
+ "@aws-sdk/util-base64-browser": "3.49.0",
42
+ "@aws-sdk/util-base64-node": "3.49.0",
43
+ "@aws-sdk/util-body-length-browser": "3.49.0",
44
+ "@aws-sdk/util-body-length-node": "3.49.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.50.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
48
+ "@aws-sdk/util-user-agent-node": "3.50.0",
49
+ "@aws-sdk/util-utf8-browser": "3.49.0",
50
+ "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0",
52
52
  "uuid": "^8.3.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/service-client-documentation-generator": "3.47.1",
55
+ "@aws-sdk/service-client-documentation-generator": "3.49.0",
56
+ "@tsconfig/recommended": "1.0.1",
56
57
  "@types/node": "^12.7.5",
57
- "@types/uuid": "^8.3.0"
58
+ "@types/uuid": "^8.3.0",
59
+ "concurrently": "7.0.0",
60
+ "downlevel-dts": "0.7.0",
61
+ "rimraf": "3.0.2",
62
+ "typedoc": "0.19.2",
63
+ "typescript": "~4.3.5"
58
64
  },
59
65
  "engines": {
60
66
  "node": ">=12.0.0"
@@ -1,140 +0,0 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AcceptPageCommandInput, AcceptPageCommandOutput } from "./commands/AcceptPageCommand";
3
- import { ActivateContactChannelCommandInput, ActivateContactChannelCommandOutput } from "./commands/ActivateContactChannelCommand";
4
- import { CreateContactChannelCommandInput, CreateContactChannelCommandOutput } from "./commands/CreateContactChannelCommand";
5
- import { CreateContactCommandInput, CreateContactCommandOutput } from "./commands/CreateContactCommand";
6
- import { DeactivateContactChannelCommandInput, DeactivateContactChannelCommandOutput } from "./commands/DeactivateContactChannelCommand";
7
- import { DeleteContactChannelCommandInput, DeleteContactChannelCommandOutput } from "./commands/DeleteContactChannelCommand";
8
- import { DeleteContactCommandInput, DeleteContactCommandOutput } from "./commands/DeleteContactCommand";
9
- import { DescribeEngagementCommandInput, DescribeEngagementCommandOutput } from "./commands/DescribeEngagementCommand";
10
- import { DescribePageCommandInput, DescribePageCommandOutput } from "./commands/DescribePageCommand";
11
- import { GetContactChannelCommandInput, GetContactChannelCommandOutput } from "./commands/GetContactChannelCommand";
12
- import { GetContactCommandInput, GetContactCommandOutput } from "./commands/GetContactCommand";
13
- import { GetContactPolicyCommandInput, GetContactPolicyCommandOutput } from "./commands/GetContactPolicyCommand";
14
- import { ListContactChannelsCommandInput, ListContactChannelsCommandOutput } from "./commands/ListContactChannelsCommand";
15
- import { ListContactsCommandInput, ListContactsCommandOutput } from "./commands/ListContactsCommand";
16
- import { ListEngagementsCommandInput, ListEngagementsCommandOutput } from "./commands/ListEngagementsCommand";
17
- import { ListPageReceiptsCommandInput, ListPageReceiptsCommandOutput } from "./commands/ListPageReceiptsCommand";
18
- import { ListPagesByContactCommandInput, ListPagesByContactCommandOutput } from "./commands/ListPagesByContactCommand";
19
- import { ListPagesByEngagementCommandInput, ListPagesByEngagementCommandOutput } from "./commands/ListPagesByEngagementCommand";
20
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
21
- import { PutContactPolicyCommandInput, PutContactPolicyCommandOutput } from "./commands/PutContactPolicyCommand";
22
- import { SendActivationCodeCommandInput, SendActivationCodeCommandOutput } from "./commands/SendActivationCodeCommand";
23
- import { StartEngagementCommandInput, StartEngagementCommandOutput } from "./commands/StartEngagementCommand";
24
- import { StopEngagementCommandInput, StopEngagementCommandOutput } from "./commands/StopEngagementCommand";
25
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
26
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
27
- import { UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput } from "./commands/UpdateContactChannelCommand";
28
- import { UpdateContactCommandInput, UpdateContactCommandOutput } from "./commands/UpdateContactCommand";
29
- import { SSMContactsClient } from "./SSMContactsClient";
30
-
31
- export declare class SSMContacts extends SSMContactsClient {
32
-
33
- acceptPage(args: AcceptPageCommandInput, options?: __HttpHandlerOptions): Promise<AcceptPageCommandOutput>;
34
- acceptPage(args: AcceptPageCommandInput, cb: (err: any, data?: AcceptPageCommandOutput) => void): void;
35
- acceptPage(args: AcceptPageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptPageCommandOutput) => void): void;
36
-
37
- activateContactChannel(args: ActivateContactChannelCommandInput, options?: __HttpHandlerOptions): Promise<ActivateContactChannelCommandOutput>;
38
- activateContactChannel(args: ActivateContactChannelCommandInput, cb: (err: any, data?: ActivateContactChannelCommandOutput) => void): void;
39
- activateContactChannel(args: ActivateContactChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ActivateContactChannelCommandOutput) => void): void;
40
-
41
- createContact(args: CreateContactCommandInput, options?: __HttpHandlerOptions): Promise<CreateContactCommandOutput>;
42
- createContact(args: CreateContactCommandInput, cb: (err: any, data?: CreateContactCommandOutput) => void): void;
43
- createContact(args: CreateContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactCommandOutput) => void): void;
44
-
45
- createContactChannel(args: CreateContactChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateContactChannelCommandOutput>;
46
- createContactChannel(args: CreateContactChannelCommandInput, cb: (err: any, data?: CreateContactChannelCommandOutput) => void): void;
47
- createContactChannel(args: CreateContactChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactChannelCommandOutput) => void): void;
48
-
49
- deactivateContactChannel(args: DeactivateContactChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeactivateContactChannelCommandOutput>;
50
- deactivateContactChannel(args: DeactivateContactChannelCommandInput, cb: (err: any, data?: DeactivateContactChannelCommandOutput) => void): void;
51
- deactivateContactChannel(args: DeactivateContactChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeactivateContactChannelCommandOutput) => void): void;
52
-
53
- deleteContact(args: DeleteContactCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactCommandOutput>;
54
- deleteContact(args: DeleteContactCommandInput, cb: (err: any, data?: DeleteContactCommandOutput) => void): void;
55
- deleteContact(args: DeleteContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactCommandOutput) => void): void;
56
-
57
- deleteContactChannel(args: DeleteContactChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactChannelCommandOutput>;
58
- deleteContactChannel(args: DeleteContactChannelCommandInput, cb: (err: any, data?: DeleteContactChannelCommandOutput) => void): void;
59
- deleteContactChannel(args: DeleteContactChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactChannelCommandOutput) => void): void;
60
-
61
- describeEngagement(args: DescribeEngagementCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEngagementCommandOutput>;
62
- describeEngagement(args: DescribeEngagementCommandInput, cb: (err: any, data?: DescribeEngagementCommandOutput) => void): void;
63
- describeEngagement(args: DescribeEngagementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEngagementCommandOutput) => void): void;
64
-
65
- describePage(args: DescribePageCommandInput, options?: __HttpHandlerOptions): Promise<DescribePageCommandOutput>;
66
- describePage(args: DescribePageCommandInput, cb: (err: any, data?: DescribePageCommandOutput) => void): void;
67
- describePage(args: DescribePageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePageCommandOutput) => void): void;
68
-
69
- getContact(args: GetContactCommandInput, options?: __HttpHandlerOptions): Promise<GetContactCommandOutput>;
70
- getContact(args: GetContactCommandInput, cb: (err: any, data?: GetContactCommandOutput) => void): void;
71
- getContact(args: GetContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContactCommandOutput) => void): void;
72
-
73
- getContactChannel(args: GetContactChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetContactChannelCommandOutput>;
74
- getContactChannel(args: GetContactChannelCommandInput, cb: (err: any, data?: GetContactChannelCommandOutput) => void): void;
75
- getContactChannel(args: GetContactChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContactChannelCommandOutput) => void): void;
76
-
77
- getContactPolicy(args: GetContactPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetContactPolicyCommandOutput>;
78
- getContactPolicy(args: GetContactPolicyCommandInput, cb: (err: any, data?: GetContactPolicyCommandOutput) => void): void;
79
- getContactPolicy(args: GetContactPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContactPolicyCommandOutput) => void): void;
80
-
81
- listContactChannels(args: ListContactChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListContactChannelsCommandOutput>;
82
- listContactChannels(args: ListContactChannelsCommandInput, cb: (err: any, data?: ListContactChannelsCommandOutput) => void): void;
83
- listContactChannels(args: ListContactChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactChannelsCommandOutput) => void): void;
84
-
85
- listContacts(args: ListContactsCommandInput, options?: __HttpHandlerOptions): Promise<ListContactsCommandOutput>;
86
- listContacts(args: ListContactsCommandInput, cb: (err: any, data?: ListContactsCommandOutput) => void): void;
87
- listContacts(args: ListContactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactsCommandOutput) => void): void;
88
-
89
- listEngagements(args: ListEngagementsCommandInput, options?: __HttpHandlerOptions): Promise<ListEngagementsCommandOutput>;
90
- listEngagements(args: ListEngagementsCommandInput, cb: (err: any, data?: ListEngagementsCommandOutput) => void): void;
91
- listEngagements(args: ListEngagementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEngagementsCommandOutput) => void): void;
92
-
93
- listPageReceipts(args: ListPageReceiptsCommandInput, options?: __HttpHandlerOptions): Promise<ListPageReceiptsCommandOutput>;
94
- listPageReceipts(args: ListPageReceiptsCommandInput, cb: (err: any, data?: ListPageReceiptsCommandOutput) => void): void;
95
- listPageReceipts(args: ListPageReceiptsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPageReceiptsCommandOutput) => void): void;
96
-
97
- listPagesByContact(args: ListPagesByContactCommandInput, options?: __HttpHandlerOptions): Promise<ListPagesByContactCommandOutput>;
98
- listPagesByContact(args: ListPagesByContactCommandInput, cb: (err: any, data?: ListPagesByContactCommandOutput) => void): void;
99
- listPagesByContact(args: ListPagesByContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPagesByContactCommandOutput) => void): void;
100
-
101
- listPagesByEngagement(args: ListPagesByEngagementCommandInput, options?: __HttpHandlerOptions): Promise<ListPagesByEngagementCommandOutput>;
102
- listPagesByEngagement(args: ListPagesByEngagementCommandInput, cb: (err: any, data?: ListPagesByEngagementCommandOutput) => void): void;
103
- listPagesByEngagement(args: ListPagesByEngagementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPagesByEngagementCommandOutput) => void): void;
104
-
105
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
106
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
107
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
108
-
109
- putContactPolicy(args: PutContactPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutContactPolicyCommandOutput>;
110
- putContactPolicy(args: PutContactPolicyCommandInput, cb: (err: any, data?: PutContactPolicyCommandOutput) => void): void;
111
- putContactPolicy(args: PutContactPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutContactPolicyCommandOutput) => void): void;
112
-
113
- sendActivationCode(args: SendActivationCodeCommandInput, options?: __HttpHandlerOptions): Promise<SendActivationCodeCommandOutput>;
114
- sendActivationCode(args: SendActivationCodeCommandInput, cb: (err: any, data?: SendActivationCodeCommandOutput) => void): void;
115
- sendActivationCode(args: SendActivationCodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendActivationCodeCommandOutput) => void): void;
116
-
117
- startEngagement(args: StartEngagementCommandInput, options?: __HttpHandlerOptions): Promise<StartEngagementCommandOutput>;
118
- startEngagement(args: StartEngagementCommandInput, cb: (err: any, data?: StartEngagementCommandOutput) => void): void;
119
- startEngagement(args: StartEngagementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartEngagementCommandOutput) => void): void;
120
-
121
- stopEngagement(args: StopEngagementCommandInput, options?: __HttpHandlerOptions): Promise<StopEngagementCommandOutput>;
122
- stopEngagement(args: StopEngagementCommandInput, cb: (err: any, data?: StopEngagementCommandOutput) => void): void;
123
- stopEngagement(args: StopEngagementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopEngagementCommandOutput) => void): void;
124
-
125
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
126
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
127
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
128
-
129
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
130
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
131
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
132
-
133
- updateContact(args: UpdateContactCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactCommandOutput>;
134
- updateContact(args: UpdateContactCommandInput, cb: (err: any, data?: UpdateContactCommandOutput) => void): void;
135
- updateContact(args: UpdateContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactCommandOutput) => void): void;
136
-
137
- updateContactChannel(args: UpdateContactChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactChannelCommandOutput>;
138
- updateContactChannel(args: UpdateContactChannelCommandInput, cb: (err: any, data?: UpdateContactChannelCommandOutput) => void): void;
139
- updateContactChannel(args: UpdateContactChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactChannelCommandOutput) => void): void;
140
- }
@@ -1,100 +0,0 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AcceptPageCommandInput, AcceptPageCommandOutput } from "./commands/AcceptPageCommand";
10
- import { ActivateContactChannelCommandInput, ActivateContactChannelCommandOutput } from "./commands/ActivateContactChannelCommand";
11
- import { CreateContactChannelCommandInput, CreateContactChannelCommandOutput } from "./commands/CreateContactChannelCommand";
12
- import { CreateContactCommandInput, CreateContactCommandOutput } from "./commands/CreateContactCommand";
13
- import { DeactivateContactChannelCommandInput, DeactivateContactChannelCommandOutput } from "./commands/DeactivateContactChannelCommand";
14
- import { DeleteContactChannelCommandInput, DeleteContactChannelCommandOutput } from "./commands/DeleteContactChannelCommand";
15
- import { DeleteContactCommandInput, DeleteContactCommandOutput } from "./commands/DeleteContactCommand";
16
- import { DescribeEngagementCommandInput, DescribeEngagementCommandOutput } from "./commands/DescribeEngagementCommand";
17
- import { DescribePageCommandInput, DescribePageCommandOutput } from "./commands/DescribePageCommand";
18
- import { GetContactChannelCommandInput, GetContactChannelCommandOutput } from "./commands/GetContactChannelCommand";
19
- import { GetContactCommandInput, GetContactCommandOutput } from "./commands/GetContactCommand";
20
- import { GetContactPolicyCommandInput, GetContactPolicyCommandOutput } from "./commands/GetContactPolicyCommand";
21
- import { ListContactChannelsCommandInput, ListContactChannelsCommandOutput } from "./commands/ListContactChannelsCommand";
22
- import { ListContactsCommandInput, ListContactsCommandOutput } from "./commands/ListContactsCommand";
23
- import { ListEngagementsCommandInput, ListEngagementsCommandOutput } from "./commands/ListEngagementsCommand";
24
- import { ListPageReceiptsCommandInput, ListPageReceiptsCommandOutput } from "./commands/ListPageReceiptsCommand";
25
- import { ListPagesByContactCommandInput, ListPagesByContactCommandOutput } from "./commands/ListPagesByContactCommand";
26
- import { ListPagesByEngagementCommandInput, ListPagesByEngagementCommandOutput } from "./commands/ListPagesByEngagementCommand";
27
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
28
- import { PutContactPolicyCommandInput, PutContactPolicyCommandOutput } from "./commands/PutContactPolicyCommand";
29
- import { SendActivationCodeCommandInput, SendActivationCodeCommandOutput } from "./commands/SendActivationCodeCommand";
30
- import { StartEngagementCommandInput, StartEngagementCommandOutput } from "./commands/StartEngagementCommand";
31
- import { StopEngagementCommandInput, StopEngagementCommandOutput } from "./commands/StopEngagementCommand";
32
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
33
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
34
- import { UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput } from "./commands/UpdateContactChannelCommand";
35
- import { UpdateContactCommandInput, UpdateContactCommandOutput } from "./commands/UpdateContactCommand";
36
- export declare type ServiceInputTypes = AcceptPageCommandInput | ActivateContactChannelCommandInput | CreateContactChannelCommandInput | CreateContactCommandInput | DeactivateContactChannelCommandInput | DeleteContactChannelCommandInput | DeleteContactCommandInput | DescribeEngagementCommandInput | DescribePageCommandInput | GetContactChannelCommandInput | GetContactCommandInput | GetContactPolicyCommandInput | ListContactChannelsCommandInput | ListContactsCommandInput | ListEngagementsCommandInput | ListPageReceiptsCommandInput | ListPagesByContactCommandInput | ListPagesByEngagementCommandInput | ListTagsForResourceCommandInput | PutContactPolicyCommandInput | SendActivationCodeCommandInput | StartEngagementCommandInput | StopEngagementCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateContactChannelCommandInput | UpdateContactCommandInput;
37
- export declare type ServiceOutputTypes = AcceptPageCommandOutput | ActivateContactChannelCommandOutput | CreateContactChannelCommandOutput | CreateContactCommandOutput | DeactivateContactChannelCommandOutput | DeleteContactChannelCommandOutput | DeleteContactCommandOutput | DescribeEngagementCommandOutput | DescribePageCommandOutput | GetContactChannelCommandOutput | GetContactCommandOutput | GetContactPolicyCommandOutput | ListContactChannelsCommandOutput | ListContactsCommandOutput | ListEngagementsCommandOutput | ListPageReceiptsCommandOutput | ListPagesByContactCommandOutput | ListPagesByEngagementCommandOutput | ListTagsForResourceCommandOutput | PutContactPolicyCommandOutput | SendActivationCodeCommandOutput | StartEngagementCommandOutput | StopEngagementCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateContactChannelCommandOutput | UpdateContactCommandOutput;
38
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
39
-
40
- requestHandler?: __HttpHandler;
41
-
42
- sha256?: __HashConstructor;
43
-
44
- urlParser?: __UrlParser;
45
-
46
- bodyLengthChecker?: (body: any) => number | undefined;
47
-
48
- streamCollector?: __StreamCollector;
49
-
50
- base64Decoder?: __Decoder;
51
-
52
- base64Encoder?: __Encoder;
53
-
54
- utf8Decoder?: __Decoder;
55
-
56
- utf8Encoder?: __Encoder;
57
-
58
- runtime?: string;
59
-
60
- disableHostPrefix?: boolean;
61
-
62
- maxAttempts?: number | __Provider<number>;
63
-
64
- retryMode?: string | __Provider<string>;
65
-
66
- logger?: __Logger;
67
-
68
- useDualstackEndpoint?: boolean | __Provider<boolean>;
69
-
70
- useFipsEndpoint?: boolean | __Provider<boolean>;
71
-
72
- serviceId?: string;
73
-
74
- region?: string | __Provider<string>;
75
-
76
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
77
-
78
- regionInfoProvider?: RegionInfoProvider;
79
-
80
- defaultUserAgentProvider?: Provider<__UserAgent>;
81
-
82
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
83
- }
84
- declare type SSMContactsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
85
-
86
- export interface SSMContactsClientConfig extends SSMContactsClientConfigType {
87
- }
88
- declare type SSMContactsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
89
-
90
- export interface SSMContactsClientResolvedConfig extends SSMContactsClientResolvedConfigType {
91
- }
92
-
93
- export declare class SSMContactsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig> {
94
-
95
- readonly config: SSMContactsClientResolvedConfig;
96
- constructor(configuration: SSMContactsClientConfig);
97
-
98
- destroy(): void;
99
- }
100
- export {};
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AcceptPageRequest, AcceptPageResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
5
- export interface AcceptPageCommandInput extends AcceptPageRequest {
6
- }
7
- export interface AcceptPageCommandOutput extends AcceptPageResult, __MetadataBearer {
8
- }
9
-
10
- export declare class AcceptPageCommand extends $Command<AcceptPageCommandInput, AcceptPageCommandOutput, SSMContactsClientResolvedConfig> {
11
- readonly input: AcceptPageCommandInput;
12
- constructor(input: AcceptPageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMContactsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptPageCommandInput, AcceptPageCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ActivateContactChannelRequest, ActivateContactChannelResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
5
- export interface ActivateContactChannelCommandInput extends ActivateContactChannelRequest {
6
- }
7
- export interface ActivateContactChannelCommandOutput extends ActivateContactChannelResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ActivateContactChannelCommand extends $Command<ActivateContactChannelCommandInput, ActivateContactChannelCommandOutput, SSMContactsClientResolvedConfig> {
11
- readonly input: ActivateContactChannelCommandInput;
12
- constructor(input: ActivateContactChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMContactsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ActivateContactChannelCommandInput, ActivateContactChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateContactChannelRequest, CreateContactChannelResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
5
- export interface CreateContactChannelCommandInput extends CreateContactChannelRequest {
6
- }
7
- export interface CreateContactChannelCommandOutput extends CreateContactChannelResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateContactChannelCommand extends $Command<CreateContactChannelCommandInput, CreateContactChannelCommandOutput, SSMContactsClientResolvedConfig> {
11
- readonly input: CreateContactChannelCommandInput;
12
- constructor(input: CreateContactChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMContactsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateContactChannelCommandInput, CreateContactChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateContactRequest, CreateContactResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
5
- export interface CreateContactCommandInput extends CreateContactRequest {
6
- }
7
- export interface CreateContactCommandOutput extends CreateContactResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateContactCommand extends $Command<CreateContactCommandInput, CreateContactCommandOutput, SSMContactsClientResolvedConfig> {
11
- readonly input: CreateContactCommandInput;
12
- constructor(input: CreateContactCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMContactsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateContactCommandInput, CreateContactCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeactivateContactChannelRequest, DeactivateContactChannelResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
5
- export interface DeactivateContactChannelCommandInput extends DeactivateContactChannelRequest {
6
- }
7
- export interface DeactivateContactChannelCommandOutput extends DeactivateContactChannelResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeactivateContactChannelCommand extends $Command<DeactivateContactChannelCommandInput, DeactivateContactChannelCommandOutput, SSMContactsClientResolvedConfig> {
11
- readonly input: DeactivateContactChannelCommandInput;
12
- constructor(input: DeactivateContactChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMContactsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeactivateContactChannelCommandInput, DeactivateContactChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteContactChannelRequest, DeleteContactChannelResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
5
- export interface DeleteContactChannelCommandInput extends DeleteContactChannelRequest {
6
- }
7
- export interface DeleteContactChannelCommandOutput extends DeleteContactChannelResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteContactChannelCommand extends $Command<DeleteContactChannelCommandInput, DeleteContactChannelCommandOutput, SSMContactsClientResolvedConfig> {
11
- readonly input: DeleteContactChannelCommandInput;
12
- constructor(input: DeleteContactChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMContactsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteContactChannelCommandInput, DeleteContactChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteContactRequest, DeleteContactResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
5
- export interface DeleteContactCommandInput extends DeleteContactRequest {
6
- }
7
- export interface DeleteContactCommandOutput extends DeleteContactResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteContactCommand extends $Command<DeleteContactCommandInput, DeleteContactCommandOutput, SSMContactsClientResolvedConfig> {
11
- readonly input: DeleteContactCommandInput;
12
- constructor(input: DeleteContactCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMContactsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteContactCommandInput, DeleteContactCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeEngagementRequest, DescribeEngagementResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
5
- export interface DescribeEngagementCommandInput extends DescribeEngagementRequest {
6
- }
7
- export interface DescribeEngagementCommandOutput extends DescribeEngagementResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeEngagementCommand extends $Command<DescribeEngagementCommandInput, DescribeEngagementCommandOutput, SSMContactsClientResolvedConfig> {
11
- readonly input: DescribeEngagementCommandInput;
12
- constructor(input: DescribeEngagementCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMContactsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEngagementCommandInput, DescribeEngagementCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribePageRequest, DescribePageResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
5
- export interface DescribePageCommandInput extends DescribePageRequest {
6
- }
7
- export interface DescribePageCommandOutput extends DescribePageResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePageCommand extends $Command<DescribePageCommandInput, DescribePageCommandOutput, SSMContactsClientResolvedConfig> {
11
- readonly input: DescribePageCommandInput;
12
- constructor(input: DescribePageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMContactsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePageCommandInput, DescribePageCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetContactChannelRequest, GetContactChannelResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
5
- export interface GetContactChannelCommandInput extends GetContactChannelRequest {
6
- }
7
- export interface GetContactChannelCommandOutput extends GetContactChannelResult, __MetadataBearer {
8
- }
9
-
10
- export declare class GetContactChannelCommand extends $Command<GetContactChannelCommandInput, GetContactChannelCommandOutput, SSMContactsClientResolvedConfig> {
11
- readonly input: GetContactChannelCommandInput;
12
- constructor(input: GetContactChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMContactsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContactChannelCommandInput, GetContactChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetContactRequest, GetContactResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
5
- export interface GetContactCommandInput extends GetContactRequest {
6
- }
7
- export interface GetContactCommandOutput extends GetContactResult, __MetadataBearer {
8
- }
9
-
10
- export declare class GetContactCommand extends $Command<GetContactCommandInput, GetContactCommandOutput, SSMContactsClientResolvedConfig> {
11
- readonly input: GetContactCommandInput;
12
- constructor(input: GetContactCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMContactsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContactCommandInput, GetContactCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetContactPolicyRequest, GetContactPolicyResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
5
- export interface GetContactPolicyCommandInput extends GetContactPolicyRequest {
6
- }
7
- export interface GetContactPolicyCommandOutput extends GetContactPolicyResult, __MetadataBearer {
8
- }
9
-
10
- export declare class GetContactPolicyCommand extends $Command<GetContactPolicyCommandInput, GetContactPolicyCommandOutput, SSMContactsClientResolvedConfig> {
11
- readonly input: GetContactPolicyCommandInput;
12
- constructor(input: GetContactPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMContactsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContactPolicyCommandInput, GetContactPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }