@aws-sdk/client-synthetics 3.170.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 +8 -0
- package/dist-types/ts3.4/Synthetics.d.ts +0 -21
- package/dist-types/ts3.4/SyntheticsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCanaryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCanaryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCanariesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCanariesLastRunCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRuntimeVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCanaryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCanaryRunsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAssociatedGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartCanaryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopCanaryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCanaryCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/SyntheticsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -215
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-synthetics
|
|
@@ -84,7 +84,6 @@ import {
|
|
|
84
84
|
UpdateCanaryCommandOutput,
|
|
85
85
|
} from "./commands/UpdateCanaryCommand";
|
|
86
86
|
import { SyntheticsClient } from "./SyntheticsClient";
|
|
87
|
-
|
|
88
87
|
export declare class Synthetics extends SyntheticsClient {
|
|
89
88
|
associateResource(
|
|
90
89
|
args: AssociateResourceCommandInput,
|
|
@@ -99,7 +98,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
99
98
|
options: __HttpHandlerOptions,
|
|
100
99
|
cb: (err: any, data?: AssociateResourceCommandOutput) => void
|
|
101
100
|
): void;
|
|
102
|
-
|
|
103
101
|
createCanary(
|
|
104
102
|
args: CreateCanaryCommandInput,
|
|
105
103
|
options?: __HttpHandlerOptions
|
|
@@ -113,7 +111,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
113
111
|
options: __HttpHandlerOptions,
|
|
114
112
|
cb: (err: any, data?: CreateCanaryCommandOutput) => void
|
|
115
113
|
): void;
|
|
116
|
-
|
|
117
114
|
createGroup(
|
|
118
115
|
args: CreateGroupCommandInput,
|
|
119
116
|
options?: __HttpHandlerOptions
|
|
@@ -127,7 +124,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
127
124
|
options: __HttpHandlerOptions,
|
|
128
125
|
cb: (err: any, data?: CreateGroupCommandOutput) => void
|
|
129
126
|
): void;
|
|
130
|
-
|
|
131
127
|
deleteCanary(
|
|
132
128
|
args: DeleteCanaryCommandInput,
|
|
133
129
|
options?: __HttpHandlerOptions
|
|
@@ -141,7 +137,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
141
137
|
options: __HttpHandlerOptions,
|
|
142
138
|
cb: (err: any, data?: DeleteCanaryCommandOutput) => void
|
|
143
139
|
): void;
|
|
144
|
-
|
|
145
140
|
deleteGroup(
|
|
146
141
|
args: DeleteGroupCommandInput,
|
|
147
142
|
options?: __HttpHandlerOptions
|
|
@@ -155,7 +150,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
155
150
|
options: __HttpHandlerOptions,
|
|
156
151
|
cb: (err: any, data?: DeleteGroupCommandOutput) => void
|
|
157
152
|
): void;
|
|
158
|
-
|
|
159
153
|
describeCanaries(
|
|
160
154
|
args: DescribeCanariesCommandInput,
|
|
161
155
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +163,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
169
163
|
options: __HttpHandlerOptions,
|
|
170
164
|
cb: (err: any, data?: DescribeCanariesCommandOutput) => void
|
|
171
165
|
): void;
|
|
172
|
-
|
|
173
166
|
describeCanariesLastRun(
|
|
174
167
|
args: DescribeCanariesLastRunCommandInput,
|
|
175
168
|
options?: __HttpHandlerOptions
|
|
@@ -183,7 +176,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
183
176
|
options: __HttpHandlerOptions,
|
|
184
177
|
cb: (err: any, data?: DescribeCanariesLastRunCommandOutput) => void
|
|
185
178
|
): void;
|
|
186
|
-
|
|
187
179
|
describeRuntimeVersions(
|
|
188
180
|
args: DescribeRuntimeVersionsCommandInput,
|
|
189
181
|
options?: __HttpHandlerOptions
|
|
@@ -197,7 +189,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
197
189
|
options: __HttpHandlerOptions,
|
|
198
190
|
cb: (err: any, data?: DescribeRuntimeVersionsCommandOutput) => void
|
|
199
191
|
): void;
|
|
200
|
-
|
|
201
192
|
disassociateResource(
|
|
202
193
|
args: DisassociateResourceCommandInput,
|
|
203
194
|
options?: __HttpHandlerOptions
|
|
@@ -211,7 +202,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
211
202
|
options: __HttpHandlerOptions,
|
|
212
203
|
cb: (err: any, data?: DisassociateResourceCommandOutput) => void
|
|
213
204
|
): void;
|
|
214
|
-
|
|
215
205
|
getCanary(
|
|
216
206
|
args: GetCanaryCommandInput,
|
|
217
207
|
options?: __HttpHandlerOptions
|
|
@@ -225,7 +215,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
225
215
|
options: __HttpHandlerOptions,
|
|
226
216
|
cb: (err: any, data?: GetCanaryCommandOutput) => void
|
|
227
217
|
): void;
|
|
228
|
-
|
|
229
218
|
getCanaryRuns(
|
|
230
219
|
args: GetCanaryRunsCommandInput,
|
|
231
220
|
options?: __HttpHandlerOptions
|
|
@@ -239,7 +228,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
239
228
|
options: __HttpHandlerOptions,
|
|
240
229
|
cb: (err: any, data?: GetCanaryRunsCommandOutput) => void
|
|
241
230
|
): void;
|
|
242
|
-
|
|
243
231
|
getGroup(
|
|
244
232
|
args: GetGroupCommandInput,
|
|
245
233
|
options?: __HttpHandlerOptions
|
|
@@ -253,7 +241,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
253
241
|
options: __HttpHandlerOptions,
|
|
254
242
|
cb: (err: any, data?: GetGroupCommandOutput) => void
|
|
255
243
|
): void;
|
|
256
|
-
|
|
257
244
|
listAssociatedGroups(
|
|
258
245
|
args: ListAssociatedGroupsCommandInput,
|
|
259
246
|
options?: __HttpHandlerOptions
|
|
@@ -267,7 +254,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
267
254
|
options: __HttpHandlerOptions,
|
|
268
255
|
cb: (err: any, data?: ListAssociatedGroupsCommandOutput) => void
|
|
269
256
|
): void;
|
|
270
|
-
|
|
271
257
|
listGroupResources(
|
|
272
258
|
args: ListGroupResourcesCommandInput,
|
|
273
259
|
options?: __HttpHandlerOptions
|
|
@@ -281,7 +267,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
281
267
|
options: __HttpHandlerOptions,
|
|
282
268
|
cb: (err: any, data?: ListGroupResourcesCommandOutput) => void
|
|
283
269
|
): void;
|
|
284
|
-
|
|
285
270
|
listGroups(
|
|
286
271
|
args: ListGroupsCommandInput,
|
|
287
272
|
options?: __HttpHandlerOptions
|
|
@@ -295,7 +280,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
295
280
|
options: __HttpHandlerOptions,
|
|
296
281
|
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
297
282
|
): void;
|
|
298
|
-
|
|
299
283
|
listTagsForResource(
|
|
300
284
|
args: ListTagsForResourceCommandInput,
|
|
301
285
|
options?: __HttpHandlerOptions
|
|
@@ -309,7 +293,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
309
293
|
options: __HttpHandlerOptions,
|
|
310
294
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
311
295
|
): void;
|
|
312
|
-
|
|
313
296
|
startCanary(
|
|
314
297
|
args: StartCanaryCommandInput,
|
|
315
298
|
options?: __HttpHandlerOptions
|
|
@@ -323,7 +306,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
323
306
|
options: __HttpHandlerOptions,
|
|
324
307
|
cb: (err: any, data?: StartCanaryCommandOutput) => void
|
|
325
308
|
): void;
|
|
326
|
-
|
|
327
309
|
stopCanary(
|
|
328
310
|
args: StopCanaryCommandInput,
|
|
329
311
|
options?: __HttpHandlerOptions
|
|
@@ -337,7 +319,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
337
319
|
options: __HttpHandlerOptions,
|
|
338
320
|
cb: (err: any, data?: StopCanaryCommandOutput) => void
|
|
339
321
|
): void;
|
|
340
|
-
|
|
341
322
|
tagResource(
|
|
342
323
|
args: TagResourceCommandInput,
|
|
343
324
|
options?: __HttpHandlerOptions
|
|
@@ -351,7 +332,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
351
332
|
options: __HttpHandlerOptions,
|
|
352
333
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
353
334
|
): void;
|
|
354
|
-
|
|
355
335
|
untagResource(
|
|
356
336
|
args: UntagResourceCommandInput,
|
|
357
337
|
options?: __HttpHandlerOptions
|
|
@@ -365,7 +345,6 @@ export declare class Synthetics extends SyntheticsClient {
|
|
|
365
345
|
options: __HttpHandlerOptions,
|
|
366
346
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
367
347
|
): void;
|
|
368
|
-
|
|
369
348
|
updateCanary(
|
|
370
349
|
args: UpdateCanaryCommandInput,
|
|
371
350
|
options?: __HttpHandlerOptions
|
|
@@ -173,47 +173,26 @@ export declare type ServiceOutputTypes =
|
|
|
173
173
|
export interface ClientDefaults
|
|
174
174
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
175
175
|
requestHandler?: __HttpHandler;
|
|
176
|
-
|
|
177
176
|
sha256?: __HashConstructor;
|
|
178
|
-
|
|
179
177
|
urlParser?: __UrlParser;
|
|
180
|
-
|
|
181
178
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
182
|
-
|
|
183
179
|
streamCollector?: __StreamCollector;
|
|
184
|
-
|
|
185
180
|
base64Decoder?: __Decoder;
|
|
186
|
-
|
|
187
181
|
base64Encoder?: __Encoder;
|
|
188
|
-
|
|
189
182
|
utf8Decoder?: __Decoder;
|
|
190
|
-
|
|
191
183
|
utf8Encoder?: __Encoder;
|
|
192
|
-
|
|
193
184
|
runtime?: string;
|
|
194
|
-
|
|
195
185
|
disableHostPrefix?: boolean;
|
|
196
|
-
|
|
197
186
|
maxAttempts?: number | __Provider<number>;
|
|
198
|
-
|
|
199
187
|
retryMode?: string | __Provider<string>;
|
|
200
|
-
|
|
201
188
|
logger?: __Logger;
|
|
202
|
-
|
|
203
189
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
204
|
-
|
|
205
190
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
206
|
-
|
|
207
191
|
serviceId?: string;
|
|
208
|
-
|
|
209
192
|
region?: string | __Provider<string>;
|
|
210
|
-
|
|
211
193
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
212
|
-
|
|
213
194
|
regionInfoProvider?: RegionInfoProvider;
|
|
214
|
-
|
|
215
195
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
216
|
-
|
|
217
196
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
218
197
|
}
|
|
219
198
|
declare type SyntheticsClientConfigType = Partial<
|
|
@@ -226,7 +205,6 @@ declare type SyntheticsClientConfigType = Partial<
|
|
|
226
205
|
HostHeaderInputConfig &
|
|
227
206
|
AwsAuthInputConfig &
|
|
228
207
|
UserAgentInputConfig;
|
|
229
|
-
|
|
230
208
|
export interface SyntheticsClientConfig extends SyntheticsClientConfigType {}
|
|
231
209
|
declare type SyntheticsClientResolvedConfigType =
|
|
232
210
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -237,10 +215,8 @@ declare type SyntheticsClientResolvedConfigType =
|
|
|
237
215
|
HostHeaderResolvedConfig &
|
|
238
216
|
AwsAuthResolvedConfig &
|
|
239
217
|
UserAgentResolvedConfig;
|
|
240
|
-
|
|
241
218
|
export interface SyntheticsClientResolvedConfig
|
|
242
219
|
extends SyntheticsClientResolvedConfigType {}
|
|
243
|
-
|
|
244
220
|
export declare class SyntheticsClient extends __Client<
|
|
245
221
|
__HttpHandlerOptions,
|
|
246
222
|
ServiceInputTypes,
|
|
@@ -249,7 +225,6 @@ export declare class SyntheticsClient extends __Client<
|
|
|
249
225
|
> {
|
|
250
226
|
readonly config: SyntheticsClientResolvedConfig;
|
|
251
227
|
constructor(configuration: SyntheticsClientConfig);
|
|
252
|
-
|
|
253
228
|
destroy(): void;
|
|
254
229
|
}
|
|
255
230
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AssociateResourceCommandInput
|
|
|
19
19
|
export interface AssociateResourceCommandOutput
|
|
20
20
|
extends AssociateResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateResourceCommand extends $Command<
|
|
24
23
|
AssociateResourceCommandInput,
|
|
25
24
|
AssociateResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateResourceCommandInput;
|
|
29
28
|
constructor(input: AssociateResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateCanaryCommandInput extends CreateCanaryRequest {}
|
|
|
15
15
|
export interface CreateCanaryCommandOutput
|
|
16
16
|
extends CreateCanaryResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateCanaryCommand extends $Command<
|
|
20
19
|
CreateCanaryCommandInput,
|
|
21
20
|
CreateCanaryCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateCanaryCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateCanaryCommandInput;
|
|
25
24
|
constructor(input: CreateCanaryCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateGroupCommandInput extends CreateGroupRequest {}
|
|
|
15
15
|
export interface CreateGroupCommandOutput
|
|
16
16
|
extends CreateGroupResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateGroupCommand extends $Command<
|
|
20
19
|
CreateGroupCommandInput,
|
|
21
20
|
CreateGroupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateGroupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateGroupCommandInput;
|
|
25
24
|
constructor(input: CreateGroupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteCanaryCommandInput extends DeleteCanaryRequest {}
|
|
|
15
15
|
export interface DeleteCanaryCommandOutput
|
|
16
16
|
extends DeleteCanaryResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteCanaryCommand extends $Command<
|
|
20
19
|
DeleteCanaryCommandInput,
|
|
21
20
|
DeleteCanaryCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteCanaryCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteCanaryCommandInput;
|
|
25
24
|
constructor(input: DeleteCanaryCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteGroupCommandInput extends DeleteGroupRequest {}
|
|
|
15
15
|
export interface DeleteGroupCommandOutput
|
|
16
16
|
extends DeleteGroupResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteGroupCommand extends $Command<
|
|
20
19
|
DeleteGroupCommandInput,
|
|
21
20
|
DeleteGroupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteGroupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteGroupCommandInput;
|
|
25
24
|
constructor(input: DeleteGroupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeCanariesCommandInput extends DescribeCanariesRequest {}
|
|
|
18
18
|
export interface DescribeCanariesCommandOutput
|
|
19
19
|
extends DescribeCanariesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeCanariesCommand extends $Command<
|
|
23
22
|
DescribeCanariesCommandInput,
|
|
24
23
|
DescribeCanariesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeCanariesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeCanariesCommandInput;
|
|
28
27
|
constructor(input: DescribeCanariesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeCanariesLastRunCommandInput
|
|
|
19
19
|
export interface DescribeCanariesLastRunCommandOutput
|
|
20
20
|
extends DescribeCanariesLastRunResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeCanariesLastRunCommand extends $Command<
|
|
24
23
|
DescribeCanariesLastRunCommandInput,
|
|
25
24
|
DescribeCanariesLastRunCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeCanariesLastRunCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeCanariesLastRunCommandInput;
|
|
29
28
|
constructor(input: DescribeCanariesLastRunCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeRuntimeVersionsCommandInput
|
|
|
19
19
|
export interface DescribeRuntimeVersionsCommandOutput
|
|
20
20
|
extends DescribeRuntimeVersionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeRuntimeVersionsCommand extends $Command<
|
|
24
23
|
DescribeRuntimeVersionsCommandInput,
|
|
25
24
|
DescribeRuntimeVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeRuntimeVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeRuntimeVersionsCommandInput;
|
|
29
28
|
constructor(input: DescribeRuntimeVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateResourceCommandInput
|
|
|
19
19
|
export interface DisassociateResourceCommandOutput
|
|
20
20
|
extends DisassociateResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateResourceCommand extends $Command<
|
|
24
23
|
DisassociateResourceCommandInput,
|
|
25
24
|
DisassociateResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateResourceCommandInput;
|
|
29
28
|
constructor(input: DisassociateResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetCanaryCommandInput extends GetCanaryRequest {}
|
|
|
15
15
|
export interface GetCanaryCommandOutput
|
|
16
16
|
extends GetCanaryResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetCanaryCommand extends $Command<
|
|
20
19
|
GetCanaryCommandInput,
|
|
21
20
|
GetCanaryCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetCanaryCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetCanaryCommandInput;
|
|
25
24
|
constructor(input: GetCanaryCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetCanaryRunsCommandInput extends GetCanaryRunsRequest {}
|
|
|
18
18
|
export interface GetCanaryRunsCommandOutput
|
|
19
19
|
extends GetCanaryRunsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetCanaryRunsCommand extends $Command<
|
|
23
22
|
GetCanaryRunsCommandInput,
|
|
24
23
|
GetCanaryRunsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetCanaryRunsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetCanaryRunsCommandInput;
|
|
28
27
|
constructor(input: GetCanaryRunsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetGroupCommandInput extends GetGroupRequest {}
|
|
|
15
15
|
export interface GetGroupCommandOutput
|
|
16
16
|
extends GetGroupResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetGroupCommand extends $Command<
|
|
20
19
|
GetGroupCommandInput,
|
|
21
20
|
GetGroupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetGroupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetGroupCommandInput;
|
|
25
24
|
constructor(input: GetGroupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAssociatedGroupsCommandInput
|
|
|
19
19
|
export interface ListAssociatedGroupsCommandOutput
|
|
20
20
|
extends ListAssociatedGroupsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAssociatedGroupsCommand extends $Command<
|
|
24
23
|
ListAssociatedGroupsCommandInput,
|
|
25
24
|
ListAssociatedGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAssociatedGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAssociatedGroupsCommandInput;
|
|
29
28
|
constructor(input: ListAssociatedGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListGroupResourcesCommandInput
|
|
|
19
19
|
export interface ListGroupResourcesCommandOutput
|
|
20
20
|
extends ListGroupResourcesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListGroupResourcesCommand extends $Command<
|
|
24
23
|
ListGroupResourcesCommandInput,
|
|
25
24
|
ListGroupResourcesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListGroupResourcesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListGroupResourcesCommandInput;
|
|
29
28
|
constructor(input: ListGroupResourcesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListGroupsCommandInput extends ListGroupsRequest {}
|
|
|
15
15
|
export interface ListGroupsCommandOutput
|
|
16
16
|
extends ListGroupsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListGroupsCommand extends $Command<
|
|
20
19
|
ListGroupsCommandInput,
|
|
21
20
|
ListGroupsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListGroupsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListGroupsCommandInput;
|
|
25
24
|
constructor(input: ListGroupsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StartCanaryCommandInput extends StartCanaryRequest {}
|
|
|
15
15
|
export interface StartCanaryCommandOutput
|
|
16
16
|
extends StartCanaryResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StartCanaryCommand extends $Command<
|
|
20
19
|
StartCanaryCommandInput,
|
|
21
20
|
StartCanaryCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StartCanaryCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StartCanaryCommandInput;
|
|
25
24
|
constructor(input: StartCanaryCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StopCanaryCommandInput extends StopCanaryRequest {}
|
|
|
15
15
|
export interface StopCanaryCommandOutput
|
|
16
16
|
extends StopCanaryResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StopCanaryCommand extends $Command<
|
|
20
19
|
StopCanaryCommandInput,
|
|
21
20
|
StopCanaryCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StopCanaryCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StopCanaryCommandInput;
|
|
25
24
|
constructor(input: StopCanaryCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateCanaryCommandInput extends UpdateCanaryRequest {}
|
|
|
15
15
|
export interface UpdateCanaryCommandOutput
|
|
16
16
|
extends UpdateCanaryResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateCanaryCommand extends $Command<
|
|
20
19
|
UpdateCanaryCommandInput,
|
|
21
20
|
UpdateCanaryCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateCanaryCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateCanaryCommandInput;
|
|
25
24
|
constructor(input: UpdateCanaryCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SyntheticsClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class SyntheticsServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|