@aws-sdk/client-synthetics 3.169.0 → 3.171.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/Synthetics.d.ts +361 -110
- package/dist-types/ts3.4/SyntheticsClient.d.ts +230 -94
- package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateCanaryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCanaryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeCanariesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeCanariesLastRunCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRuntimeVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCanaryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCanaryRunsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListAssociatedGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartCanaryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopCanaryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateCanaryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +21 -21
- 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/SyntheticsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +589 -732
- package/dist-types/ts3.4/pagination/DescribeCanariesLastRunPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCanariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRuntimeVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCanaryRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAssociatedGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +257 -65
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-synthetics
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-synthetics
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-synthetics
|
|
@@ -1,110 +1,361 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociateResourceCommandInput,
|
|
4
|
+
AssociateResourceCommandOutput,
|
|
5
|
+
} from "./commands/AssociateResourceCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateCanaryCommandInput,
|
|
8
|
+
CreateCanaryCommandOutput,
|
|
9
|
+
} from "./commands/CreateCanaryCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateGroupCommandInput,
|
|
12
|
+
CreateGroupCommandOutput,
|
|
13
|
+
} from "./commands/CreateGroupCommand";
|
|
14
|
+
import {
|
|
15
|
+
DeleteCanaryCommandInput,
|
|
16
|
+
DeleteCanaryCommandOutput,
|
|
17
|
+
} from "./commands/DeleteCanaryCommand";
|
|
18
|
+
import {
|
|
19
|
+
DeleteGroupCommandInput,
|
|
20
|
+
DeleteGroupCommandOutput,
|
|
21
|
+
} from "./commands/DeleteGroupCommand";
|
|
22
|
+
import {
|
|
23
|
+
DescribeCanariesCommandInput,
|
|
24
|
+
DescribeCanariesCommandOutput,
|
|
25
|
+
} from "./commands/DescribeCanariesCommand";
|
|
26
|
+
import {
|
|
27
|
+
DescribeCanariesLastRunCommandInput,
|
|
28
|
+
DescribeCanariesLastRunCommandOutput,
|
|
29
|
+
} from "./commands/DescribeCanariesLastRunCommand";
|
|
30
|
+
import {
|
|
31
|
+
DescribeRuntimeVersionsCommandInput,
|
|
32
|
+
DescribeRuntimeVersionsCommandOutput,
|
|
33
|
+
} from "./commands/DescribeRuntimeVersionsCommand";
|
|
34
|
+
import {
|
|
35
|
+
DisassociateResourceCommandInput,
|
|
36
|
+
DisassociateResourceCommandOutput,
|
|
37
|
+
} from "./commands/DisassociateResourceCommand";
|
|
38
|
+
import {
|
|
39
|
+
GetCanaryCommandInput,
|
|
40
|
+
GetCanaryCommandOutput,
|
|
41
|
+
} from "./commands/GetCanaryCommand";
|
|
42
|
+
import {
|
|
43
|
+
GetCanaryRunsCommandInput,
|
|
44
|
+
GetCanaryRunsCommandOutput,
|
|
45
|
+
} from "./commands/GetCanaryRunsCommand";
|
|
46
|
+
import {
|
|
47
|
+
GetGroupCommandInput,
|
|
48
|
+
GetGroupCommandOutput,
|
|
49
|
+
} from "./commands/GetGroupCommand";
|
|
50
|
+
import {
|
|
51
|
+
ListAssociatedGroupsCommandInput,
|
|
52
|
+
ListAssociatedGroupsCommandOutput,
|
|
53
|
+
} from "./commands/ListAssociatedGroupsCommand";
|
|
54
|
+
import {
|
|
55
|
+
ListGroupResourcesCommandInput,
|
|
56
|
+
ListGroupResourcesCommandOutput,
|
|
57
|
+
} from "./commands/ListGroupResourcesCommand";
|
|
58
|
+
import {
|
|
59
|
+
ListGroupsCommandInput,
|
|
60
|
+
ListGroupsCommandOutput,
|
|
61
|
+
} from "./commands/ListGroupsCommand";
|
|
62
|
+
import {
|
|
63
|
+
ListTagsForResourceCommandInput,
|
|
64
|
+
ListTagsForResourceCommandOutput,
|
|
65
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
66
|
+
import {
|
|
67
|
+
StartCanaryCommandInput,
|
|
68
|
+
StartCanaryCommandOutput,
|
|
69
|
+
} from "./commands/StartCanaryCommand";
|
|
70
|
+
import {
|
|
71
|
+
StopCanaryCommandInput,
|
|
72
|
+
StopCanaryCommandOutput,
|
|
73
|
+
} from "./commands/StopCanaryCommand";
|
|
74
|
+
import {
|
|
75
|
+
TagResourceCommandInput,
|
|
76
|
+
TagResourceCommandOutput,
|
|
77
|
+
} from "./commands/TagResourceCommand";
|
|
78
|
+
import {
|
|
79
|
+
UntagResourceCommandInput,
|
|
80
|
+
UntagResourceCommandOutput,
|
|
81
|
+
} from "./commands/UntagResourceCommand";
|
|
82
|
+
import {
|
|
83
|
+
UpdateCanaryCommandInput,
|
|
84
|
+
UpdateCanaryCommandOutput,
|
|
85
|
+
} from "./commands/UpdateCanaryCommand";
|
|
86
|
+
import { SyntheticsClient } from "./SyntheticsClient";
|
|
87
|
+
export declare class Synthetics extends SyntheticsClient {
|
|
88
|
+
associateResource(
|
|
89
|
+
args: AssociateResourceCommandInput,
|
|
90
|
+
options?: __HttpHandlerOptions
|
|
91
|
+
): Promise<AssociateResourceCommandOutput>;
|
|
92
|
+
associateResource(
|
|
93
|
+
args: AssociateResourceCommandInput,
|
|
94
|
+
cb: (err: any, data?: AssociateResourceCommandOutput) => void
|
|
95
|
+
): void;
|
|
96
|
+
associateResource(
|
|
97
|
+
args: AssociateResourceCommandInput,
|
|
98
|
+
options: __HttpHandlerOptions,
|
|
99
|
+
cb: (err: any, data?: AssociateResourceCommandOutput) => void
|
|
100
|
+
): void;
|
|
101
|
+
createCanary(
|
|
102
|
+
args: CreateCanaryCommandInput,
|
|
103
|
+
options?: __HttpHandlerOptions
|
|
104
|
+
): Promise<CreateCanaryCommandOutput>;
|
|
105
|
+
createCanary(
|
|
106
|
+
args: CreateCanaryCommandInput,
|
|
107
|
+
cb: (err: any, data?: CreateCanaryCommandOutput) => void
|
|
108
|
+
): void;
|
|
109
|
+
createCanary(
|
|
110
|
+
args: CreateCanaryCommandInput,
|
|
111
|
+
options: __HttpHandlerOptions,
|
|
112
|
+
cb: (err: any, data?: CreateCanaryCommandOutput) => void
|
|
113
|
+
): void;
|
|
114
|
+
createGroup(
|
|
115
|
+
args: CreateGroupCommandInput,
|
|
116
|
+
options?: __HttpHandlerOptions
|
|
117
|
+
): Promise<CreateGroupCommandOutput>;
|
|
118
|
+
createGroup(
|
|
119
|
+
args: CreateGroupCommandInput,
|
|
120
|
+
cb: (err: any, data?: CreateGroupCommandOutput) => void
|
|
121
|
+
): void;
|
|
122
|
+
createGroup(
|
|
123
|
+
args: CreateGroupCommandInput,
|
|
124
|
+
options: __HttpHandlerOptions,
|
|
125
|
+
cb: (err: any, data?: CreateGroupCommandOutput) => void
|
|
126
|
+
): void;
|
|
127
|
+
deleteCanary(
|
|
128
|
+
args: DeleteCanaryCommandInput,
|
|
129
|
+
options?: __HttpHandlerOptions
|
|
130
|
+
): Promise<DeleteCanaryCommandOutput>;
|
|
131
|
+
deleteCanary(
|
|
132
|
+
args: DeleteCanaryCommandInput,
|
|
133
|
+
cb: (err: any, data?: DeleteCanaryCommandOutput) => void
|
|
134
|
+
): void;
|
|
135
|
+
deleteCanary(
|
|
136
|
+
args: DeleteCanaryCommandInput,
|
|
137
|
+
options: __HttpHandlerOptions,
|
|
138
|
+
cb: (err: any, data?: DeleteCanaryCommandOutput) => void
|
|
139
|
+
): void;
|
|
140
|
+
deleteGroup(
|
|
141
|
+
args: DeleteGroupCommandInput,
|
|
142
|
+
options?: __HttpHandlerOptions
|
|
143
|
+
): Promise<DeleteGroupCommandOutput>;
|
|
144
|
+
deleteGroup(
|
|
145
|
+
args: DeleteGroupCommandInput,
|
|
146
|
+
cb: (err: any, data?: DeleteGroupCommandOutput) => void
|
|
147
|
+
): void;
|
|
148
|
+
deleteGroup(
|
|
149
|
+
args: DeleteGroupCommandInput,
|
|
150
|
+
options: __HttpHandlerOptions,
|
|
151
|
+
cb: (err: any, data?: DeleteGroupCommandOutput) => void
|
|
152
|
+
): void;
|
|
153
|
+
describeCanaries(
|
|
154
|
+
args: DescribeCanariesCommandInput,
|
|
155
|
+
options?: __HttpHandlerOptions
|
|
156
|
+
): Promise<DescribeCanariesCommandOutput>;
|
|
157
|
+
describeCanaries(
|
|
158
|
+
args: DescribeCanariesCommandInput,
|
|
159
|
+
cb: (err: any, data?: DescribeCanariesCommandOutput) => void
|
|
160
|
+
): void;
|
|
161
|
+
describeCanaries(
|
|
162
|
+
args: DescribeCanariesCommandInput,
|
|
163
|
+
options: __HttpHandlerOptions,
|
|
164
|
+
cb: (err: any, data?: DescribeCanariesCommandOutput) => void
|
|
165
|
+
): void;
|
|
166
|
+
describeCanariesLastRun(
|
|
167
|
+
args: DescribeCanariesLastRunCommandInput,
|
|
168
|
+
options?: __HttpHandlerOptions
|
|
169
|
+
): Promise<DescribeCanariesLastRunCommandOutput>;
|
|
170
|
+
describeCanariesLastRun(
|
|
171
|
+
args: DescribeCanariesLastRunCommandInput,
|
|
172
|
+
cb: (err: any, data?: DescribeCanariesLastRunCommandOutput) => void
|
|
173
|
+
): void;
|
|
174
|
+
describeCanariesLastRun(
|
|
175
|
+
args: DescribeCanariesLastRunCommandInput,
|
|
176
|
+
options: __HttpHandlerOptions,
|
|
177
|
+
cb: (err: any, data?: DescribeCanariesLastRunCommandOutput) => void
|
|
178
|
+
): void;
|
|
179
|
+
describeRuntimeVersions(
|
|
180
|
+
args: DescribeRuntimeVersionsCommandInput,
|
|
181
|
+
options?: __HttpHandlerOptions
|
|
182
|
+
): Promise<DescribeRuntimeVersionsCommandOutput>;
|
|
183
|
+
describeRuntimeVersions(
|
|
184
|
+
args: DescribeRuntimeVersionsCommandInput,
|
|
185
|
+
cb: (err: any, data?: DescribeRuntimeVersionsCommandOutput) => void
|
|
186
|
+
): void;
|
|
187
|
+
describeRuntimeVersions(
|
|
188
|
+
args: DescribeRuntimeVersionsCommandInput,
|
|
189
|
+
options: __HttpHandlerOptions,
|
|
190
|
+
cb: (err: any, data?: DescribeRuntimeVersionsCommandOutput) => void
|
|
191
|
+
): void;
|
|
192
|
+
disassociateResource(
|
|
193
|
+
args: DisassociateResourceCommandInput,
|
|
194
|
+
options?: __HttpHandlerOptions
|
|
195
|
+
): Promise<DisassociateResourceCommandOutput>;
|
|
196
|
+
disassociateResource(
|
|
197
|
+
args: DisassociateResourceCommandInput,
|
|
198
|
+
cb: (err: any, data?: DisassociateResourceCommandOutput) => void
|
|
199
|
+
): void;
|
|
200
|
+
disassociateResource(
|
|
201
|
+
args: DisassociateResourceCommandInput,
|
|
202
|
+
options: __HttpHandlerOptions,
|
|
203
|
+
cb: (err: any, data?: DisassociateResourceCommandOutput) => void
|
|
204
|
+
): void;
|
|
205
|
+
getCanary(
|
|
206
|
+
args: GetCanaryCommandInput,
|
|
207
|
+
options?: __HttpHandlerOptions
|
|
208
|
+
): Promise<GetCanaryCommandOutput>;
|
|
209
|
+
getCanary(
|
|
210
|
+
args: GetCanaryCommandInput,
|
|
211
|
+
cb: (err: any, data?: GetCanaryCommandOutput) => void
|
|
212
|
+
): void;
|
|
213
|
+
getCanary(
|
|
214
|
+
args: GetCanaryCommandInput,
|
|
215
|
+
options: __HttpHandlerOptions,
|
|
216
|
+
cb: (err: any, data?: GetCanaryCommandOutput) => void
|
|
217
|
+
): void;
|
|
218
|
+
getCanaryRuns(
|
|
219
|
+
args: GetCanaryRunsCommandInput,
|
|
220
|
+
options?: __HttpHandlerOptions
|
|
221
|
+
): Promise<GetCanaryRunsCommandOutput>;
|
|
222
|
+
getCanaryRuns(
|
|
223
|
+
args: GetCanaryRunsCommandInput,
|
|
224
|
+
cb: (err: any, data?: GetCanaryRunsCommandOutput) => void
|
|
225
|
+
): void;
|
|
226
|
+
getCanaryRuns(
|
|
227
|
+
args: GetCanaryRunsCommandInput,
|
|
228
|
+
options: __HttpHandlerOptions,
|
|
229
|
+
cb: (err: any, data?: GetCanaryRunsCommandOutput) => void
|
|
230
|
+
): void;
|
|
231
|
+
getGroup(
|
|
232
|
+
args: GetGroupCommandInput,
|
|
233
|
+
options?: __HttpHandlerOptions
|
|
234
|
+
): Promise<GetGroupCommandOutput>;
|
|
235
|
+
getGroup(
|
|
236
|
+
args: GetGroupCommandInput,
|
|
237
|
+
cb: (err: any, data?: GetGroupCommandOutput) => void
|
|
238
|
+
): void;
|
|
239
|
+
getGroup(
|
|
240
|
+
args: GetGroupCommandInput,
|
|
241
|
+
options: __HttpHandlerOptions,
|
|
242
|
+
cb: (err: any, data?: GetGroupCommandOutput) => void
|
|
243
|
+
): void;
|
|
244
|
+
listAssociatedGroups(
|
|
245
|
+
args: ListAssociatedGroupsCommandInput,
|
|
246
|
+
options?: __HttpHandlerOptions
|
|
247
|
+
): Promise<ListAssociatedGroupsCommandOutput>;
|
|
248
|
+
listAssociatedGroups(
|
|
249
|
+
args: ListAssociatedGroupsCommandInput,
|
|
250
|
+
cb: (err: any, data?: ListAssociatedGroupsCommandOutput) => void
|
|
251
|
+
): void;
|
|
252
|
+
listAssociatedGroups(
|
|
253
|
+
args: ListAssociatedGroupsCommandInput,
|
|
254
|
+
options: __HttpHandlerOptions,
|
|
255
|
+
cb: (err: any, data?: ListAssociatedGroupsCommandOutput) => void
|
|
256
|
+
): void;
|
|
257
|
+
listGroupResources(
|
|
258
|
+
args: ListGroupResourcesCommandInput,
|
|
259
|
+
options?: __HttpHandlerOptions
|
|
260
|
+
): Promise<ListGroupResourcesCommandOutput>;
|
|
261
|
+
listGroupResources(
|
|
262
|
+
args: ListGroupResourcesCommandInput,
|
|
263
|
+
cb: (err: any, data?: ListGroupResourcesCommandOutput) => void
|
|
264
|
+
): void;
|
|
265
|
+
listGroupResources(
|
|
266
|
+
args: ListGroupResourcesCommandInput,
|
|
267
|
+
options: __HttpHandlerOptions,
|
|
268
|
+
cb: (err: any, data?: ListGroupResourcesCommandOutput) => void
|
|
269
|
+
): void;
|
|
270
|
+
listGroups(
|
|
271
|
+
args: ListGroupsCommandInput,
|
|
272
|
+
options?: __HttpHandlerOptions
|
|
273
|
+
): Promise<ListGroupsCommandOutput>;
|
|
274
|
+
listGroups(
|
|
275
|
+
args: ListGroupsCommandInput,
|
|
276
|
+
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
277
|
+
): void;
|
|
278
|
+
listGroups(
|
|
279
|
+
args: ListGroupsCommandInput,
|
|
280
|
+
options: __HttpHandlerOptions,
|
|
281
|
+
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
282
|
+
): void;
|
|
283
|
+
listTagsForResource(
|
|
284
|
+
args: ListTagsForResourceCommandInput,
|
|
285
|
+
options?: __HttpHandlerOptions
|
|
286
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
287
|
+
listTagsForResource(
|
|
288
|
+
args: ListTagsForResourceCommandInput,
|
|
289
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
290
|
+
): void;
|
|
291
|
+
listTagsForResource(
|
|
292
|
+
args: ListTagsForResourceCommandInput,
|
|
293
|
+
options: __HttpHandlerOptions,
|
|
294
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
295
|
+
): void;
|
|
296
|
+
startCanary(
|
|
297
|
+
args: StartCanaryCommandInput,
|
|
298
|
+
options?: __HttpHandlerOptions
|
|
299
|
+
): Promise<StartCanaryCommandOutput>;
|
|
300
|
+
startCanary(
|
|
301
|
+
args: StartCanaryCommandInput,
|
|
302
|
+
cb: (err: any, data?: StartCanaryCommandOutput) => void
|
|
303
|
+
): void;
|
|
304
|
+
startCanary(
|
|
305
|
+
args: StartCanaryCommandInput,
|
|
306
|
+
options: __HttpHandlerOptions,
|
|
307
|
+
cb: (err: any, data?: StartCanaryCommandOutput) => void
|
|
308
|
+
): void;
|
|
309
|
+
stopCanary(
|
|
310
|
+
args: StopCanaryCommandInput,
|
|
311
|
+
options?: __HttpHandlerOptions
|
|
312
|
+
): Promise<StopCanaryCommandOutput>;
|
|
313
|
+
stopCanary(
|
|
314
|
+
args: StopCanaryCommandInput,
|
|
315
|
+
cb: (err: any, data?: StopCanaryCommandOutput) => void
|
|
316
|
+
): void;
|
|
317
|
+
stopCanary(
|
|
318
|
+
args: StopCanaryCommandInput,
|
|
319
|
+
options: __HttpHandlerOptions,
|
|
320
|
+
cb: (err: any, data?: StopCanaryCommandOutput) => void
|
|
321
|
+
): void;
|
|
322
|
+
tagResource(
|
|
323
|
+
args: TagResourceCommandInput,
|
|
324
|
+
options?: __HttpHandlerOptions
|
|
325
|
+
): Promise<TagResourceCommandOutput>;
|
|
326
|
+
tagResource(
|
|
327
|
+
args: TagResourceCommandInput,
|
|
328
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
329
|
+
): void;
|
|
330
|
+
tagResource(
|
|
331
|
+
args: TagResourceCommandInput,
|
|
332
|
+
options: __HttpHandlerOptions,
|
|
333
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
334
|
+
): void;
|
|
335
|
+
untagResource(
|
|
336
|
+
args: UntagResourceCommandInput,
|
|
337
|
+
options?: __HttpHandlerOptions
|
|
338
|
+
): Promise<UntagResourceCommandOutput>;
|
|
339
|
+
untagResource(
|
|
340
|
+
args: UntagResourceCommandInput,
|
|
341
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
342
|
+
): void;
|
|
343
|
+
untagResource(
|
|
344
|
+
args: UntagResourceCommandInput,
|
|
345
|
+
options: __HttpHandlerOptions,
|
|
346
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
347
|
+
): void;
|
|
348
|
+
updateCanary(
|
|
349
|
+
args: UpdateCanaryCommandInput,
|
|
350
|
+
options?: __HttpHandlerOptions
|
|
351
|
+
): Promise<UpdateCanaryCommandOutput>;
|
|
352
|
+
updateCanary(
|
|
353
|
+
args: UpdateCanaryCommandInput,
|
|
354
|
+
cb: (err: any, data?: UpdateCanaryCommandOutput) => void
|
|
355
|
+
): void;
|
|
356
|
+
updateCanary(
|
|
357
|
+
args: UpdateCanaryCommandInput,
|
|
358
|
+
options: __HttpHandlerOptions,
|
|
359
|
+
cb: (err: any, data?: UpdateCanaryCommandOutput) => void
|
|
360
|
+
): void;
|
|
361
|
+
}
|