@aws-sdk/client-synthetics 3.1087.0 → 3.1089.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 (42) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Synthetics.d.ts +82 -111
  3. package/dist-types/ts3.4/SyntheticsClient.d.ts +13 -46
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateCanaryCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/DeleteCanaryCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +3 -5
  12. package/dist-types/ts3.4/commands/DescribeCanariesCommand.d.ts +3 -8
  13. package/dist-types/ts3.4/commands/DescribeCanariesLastRunCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/DescribeRuntimeVersionsCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/GetCanaryCommand.d.ts +7 -5
  17. package/dist-types/ts3.4/commands/GetCanaryRunsCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
  19. package/dist-types/ts3.4/commands/ListAssociatedGroupsCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -4
  22. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/StartCanaryCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/StartCanaryDryRunCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/StopCanaryCommand.d.ts +3 -5
  26. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  28. package/dist-types/ts3.4/commands/UpdateCanaryCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  30. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  31. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  32. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  33. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  34. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  35. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -4
  36. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  37. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  39. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  40. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  41. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  42. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -11,18 +11,12 @@ import {
11
11
  CreateCanaryCommandInput,
12
12
  CreateCanaryCommandOutput,
13
13
  } from "./commands/CreateCanaryCommand";
14
- import {
15
- CreateGroupCommandInput,
16
- CreateGroupCommandOutput,
17
- } from "./commands/CreateGroupCommand";
14
+ import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
18
15
  import {
19
16
  DeleteCanaryCommandInput,
20
17
  DeleteCanaryCommandOutput,
21
18
  } from "./commands/DeleteCanaryCommand";
22
- import {
23
- DeleteGroupCommandInput,
24
- DeleteGroupCommandOutput,
25
- } from "./commands/DeleteGroupCommand";
19
+ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
26
20
  import {
27
21
  DescribeCanariesCommandInput,
28
22
  DescribeCanariesCommandOutput,
@@ -39,18 +33,12 @@ import {
39
33
  DisassociateResourceCommandInput,
40
34
  DisassociateResourceCommandOutput,
41
35
  } from "./commands/DisassociateResourceCommand";
42
- import {
43
- GetCanaryCommandInput,
44
- GetCanaryCommandOutput,
45
- } from "./commands/GetCanaryCommand";
36
+ import { GetCanaryCommandInput, GetCanaryCommandOutput } from "./commands/GetCanaryCommand";
46
37
  import {
47
38
  GetCanaryRunsCommandInput,
48
39
  GetCanaryRunsCommandOutput,
49
40
  } from "./commands/GetCanaryRunsCommand";
50
- import {
51
- GetGroupCommandInput,
52
- GetGroupCommandOutput,
53
- } from "./commands/GetGroupCommand";
41
+ import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
54
42
  import {
55
43
  ListAssociatedGroupsCommandInput,
56
44
  ListAssociatedGroupsCommandOutput,
@@ -59,30 +47,18 @@ import {
59
47
  ListGroupResourcesCommandInput,
60
48
  ListGroupResourcesCommandOutput,
61
49
  } from "./commands/ListGroupResourcesCommand";
62
- import {
63
- ListGroupsCommandInput,
64
- ListGroupsCommandOutput,
65
- } from "./commands/ListGroupsCommand";
50
+ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
66
51
  import {
67
52
  ListTagsForResourceCommandInput,
68
53
  ListTagsForResourceCommandOutput,
69
54
  } from "./commands/ListTagsForResourceCommand";
70
- import {
71
- StartCanaryCommandInput,
72
- StartCanaryCommandOutput,
73
- } from "./commands/StartCanaryCommand";
55
+ import { StartCanaryCommandInput, StartCanaryCommandOutput } from "./commands/StartCanaryCommand";
74
56
  import {
75
57
  StartCanaryDryRunCommandInput,
76
58
  StartCanaryDryRunCommandOutput,
77
59
  } from "./commands/StartCanaryDryRunCommand";
78
- import {
79
- StopCanaryCommandInput,
80
- StopCanaryCommandOutput,
81
- } from "./commands/StopCanaryCommand";
82
- import {
83
- TagResourceCommandInput,
84
- TagResourceCommandOutput,
85
- } from "./commands/TagResourceCommand";
60
+ import { StopCanaryCommandInput, StopCanaryCommandOutput } from "./commands/StopCanaryCommand";
61
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
86
62
  import {
87
63
  UntagResourceCommandInput,
88
64
  UntagResourceCommandOutput,
@@ -95,344 +71,339 @@ import { SyntheticsClient } from "./SyntheticsClient";
95
71
  export interface Synthetics {
96
72
  associateResource(
97
73
  args: AssociateResourceCommandInput,
98
- options?: __HttpHandlerOptions
74
+ options?: __HttpHandlerOptions,
99
75
  ): Promise<AssociateResourceCommandOutput>;
100
76
  associateResource(
101
77
  args: AssociateResourceCommandInput,
102
- cb: (err: any, data?: AssociateResourceCommandOutput) => void
78
+ cb: (err: any, data?: AssociateResourceCommandOutput) => void,
103
79
  ): void;
104
80
  associateResource(
105
81
  args: AssociateResourceCommandInput,
106
82
  options: __HttpHandlerOptions,
107
- cb: (err: any, data?: AssociateResourceCommandOutput) => void
83
+ cb: (err: any, data?: AssociateResourceCommandOutput) => void,
108
84
  ): void;
109
85
  createCanary(
110
86
  args: CreateCanaryCommandInput,
111
- options?: __HttpHandlerOptions
87
+ options?: __HttpHandlerOptions,
112
88
  ): Promise<CreateCanaryCommandOutput>;
113
89
  createCanary(
114
90
  args: CreateCanaryCommandInput,
115
- cb: (err: any, data?: CreateCanaryCommandOutput) => void
91
+ cb: (err: any, data?: CreateCanaryCommandOutput) => void,
116
92
  ): void;
117
93
  createCanary(
118
94
  args: CreateCanaryCommandInput,
119
95
  options: __HttpHandlerOptions,
120
- cb: (err: any, data?: CreateCanaryCommandOutput) => void
96
+ cb: (err: any, data?: CreateCanaryCommandOutput) => void,
121
97
  ): void;
122
98
  createGroup(
123
99
  args: CreateGroupCommandInput,
124
- options?: __HttpHandlerOptions
100
+ options?: __HttpHandlerOptions,
125
101
  ): Promise<CreateGroupCommandOutput>;
126
102
  createGroup(
127
103
  args: CreateGroupCommandInput,
128
- cb: (err: any, data?: CreateGroupCommandOutput) => void
104
+ cb: (err: any, data?: CreateGroupCommandOutput) => void,
129
105
  ): void;
130
106
  createGroup(
131
107
  args: CreateGroupCommandInput,
132
108
  options: __HttpHandlerOptions,
133
- cb: (err: any, data?: CreateGroupCommandOutput) => void
109
+ cb: (err: any, data?: CreateGroupCommandOutput) => void,
134
110
  ): void;
135
111
  deleteCanary(
136
112
  args: DeleteCanaryCommandInput,
137
- options?: __HttpHandlerOptions
113
+ options?: __HttpHandlerOptions,
138
114
  ): Promise<DeleteCanaryCommandOutput>;
139
115
  deleteCanary(
140
116
  args: DeleteCanaryCommandInput,
141
- cb: (err: any, data?: DeleteCanaryCommandOutput) => void
117
+ cb: (err: any, data?: DeleteCanaryCommandOutput) => void,
142
118
  ): void;
143
119
  deleteCanary(
144
120
  args: DeleteCanaryCommandInput,
145
121
  options: __HttpHandlerOptions,
146
- cb: (err: any, data?: DeleteCanaryCommandOutput) => void
122
+ cb: (err: any, data?: DeleteCanaryCommandOutput) => void,
147
123
  ): void;
148
124
  deleteGroup(
149
125
  args: DeleteGroupCommandInput,
150
- options?: __HttpHandlerOptions
126
+ options?: __HttpHandlerOptions,
151
127
  ): Promise<DeleteGroupCommandOutput>;
152
128
  deleteGroup(
153
129
  args: DeleteGroupCommandInput,
154
- cb: (err: any, data?: DeleteGroupCommandOutput) => void
130
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void,
155
131
  ): void;
156
132
  deleteGroup(
157
133
  args: DeleteGroupCommandInput,
158
134
  options: __HttpHandlerOptions,
159
- cb: (err: any, data?: DeleteGroupCommandOutput) => void
135
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void,
160
136
  ): void;
161
137
  describeCanaries(): Promise<DescribeCanariesCommandOutput>;
162
138
  describeCanaries(
163
139
  args: DescribeCanariesCommandInput,
164
- options?: __HttpHandlerOptions
140
+ options?: __HttpHandlerOptions,
165
141
  ): Promise<DescribeCanariesCommandOutput>;
166
142
  describeCanaries(
167
143
  args: DescribeCanariesCommandInput,
168
- cb: (err: any, data?: DescribeCanariesCommandOutput) => void
144
+ cb: (err: any, data?: DescribeCanariesCommandOutput) => void,
169
145
  ): void;
170
146
  describeCanaries(
171
147
  args: DescribeCanariesCommandInput,
172
148
  options: __HttpHandlerOptions,
173
- cb: (err: any, data?: DescribeCanariesCommandOutput) => void
149
+ cb: (err: any, data?: DescribeCanariesCommandOutput) => void,
174
150
  ): void;
175
151
  describeCanariesLastRun(): Promise<DescribeCanariesLastRunCommandOutput>;
176
152
  describeCanariesLastRun(
177
153
  args: DescribeCanariesLastRunCommandInput,
178
- options?: __HttpHandlerOptions
154
+ options?: __HttpHandlerOptions,
179
155
  ): Promise<DescribeCanariesLastRunCommandOutput>;
180
156
  describeCanariesLastRun(
181
157
  args: DescribeCanariesLastRunCommandInput,
182
- cb: (err: any, data?: DescribeCanariesLastRunCommandOutput) => void
158
+ cb: (err: any, data?: DescribeCanariesLastRunCommandOutput) => void,
183
159
  ): void;
184
160
  describeCanariesLastRun(
185
161
  args: DescribeCanariesLastRunCommandInput,
186
162
  options: __HttpHandlerOptions,
187
- cb: (err: any, data?: DescribeCanariesLastRunCommandOutput) => void
163
+ cb: (err: any, data?: DescribeCanariesLastRunCommandOutput) => void,
188
164
  ): void;
189
165
  describeRuntimeVersions(): Promise<DescribeRuntimeVersionsCommandOutput>;
190
166
  describeRuntimeVersions(
191
167
  args: DescribeRuntimeVersionsCommandInput,
192
- options?: __HttpHandlerOptions
168
+ options?: __HttpHandlerOptions,
193
169
  ): Promise<DescribeRuntimeVersionsCommandOutput>;
194
170
  describeRuntimeVersions(
195
171
  args: DescribeRuntimeVersionsCommandInput,
196
- cb: (err: any, data?: DescribeRuntimeVersionsCommandOutput) => void
172
+ cb: (err: any, data?: DescribeRuntimeVersionsCommandOutput) => void,
197
173
  ): void;
198
174
  describeRuntimeVersions(
199
175
  args: DescribeRuntimeVersionsCommandInput,
200
176
  options: __HttpHandlerOptions,
201
- cb: (err: any, data?: DescribeRuntimeVersionsCommandOutput) => void
177
+ cb: (err: any, data?: DescribeRuntimeVersionsCommandOutput) => void,
202
178
  ): void;
203
179
  disassociateResource(
204
180
  args: DisassociateResourceCommandInput,
205
- options?: __HttpHandlerOptions
181
+ options?: __HttpHandlerOptions,
206
182
  ): Promise<DisassociateResourceCommandOutput>;
207
183
  disassociateResource(
208
184
  args: DisassociateResourceCommandInput,
209
- cb: (err: any, data?: DisassociateResourceCommandOutput) => void
185
+ cb: (err: any, data?: DisassociateResourceCommandOutput) => void,
210
186
  ): void;
211
187
  disassociateResource(
212
188
  args: DisassociateResourceCommandInput,
213
189
  options: __HttpHandlerOptions,
214
- cb: (err: any, data?: DisassociateResourceCommandOutput) => void
190
+ cb: (err: any, data?: DisassociateResourceCommandOutput) => void,
215
191
  ): void;
216
192
  getCanary(
217
193
  args: GetCanaryCommandInput,
218
- options?: __HttpHandlerOptions
194
+ options?: __HttpHandlerOptions,
219
195
  ): Promise<GetCanaryCommandOutput>;
220
196
  getCanary(
221
197
  args: GetCanaryCommandInput,
222
- cb: (err: any, data?: GetCanaryCommandOutput) => void
198
+ cb: (err: any, data?: GetCanaryCommandOutput) => void,
223
199
  ): void;
224
200
  getCanary(
225
201
  args: GetCanaryCommandInput,
226
202
  options: __HttpHandlerOptions,
227
- cb: (err: any, data?: GetCanaryCommandOutput) => void
203
+ cb: (err: any, data?: GetCanaryCommandOutput) => void,
228
204
  ): void;
229
205
  getCanaryRuns(
230
206
  args: GetCanaryRunsCommandInput,
231
- options?: __HttpHandlerOptions
207
+ options?: __HttpHandlerOptions,
232
208
  ): Promise<GetCanaryRunsCommandOutput>;
233
209
  getCanaryRuns(
234
210
  args: GetCanaryRunsCommandInput,
235
- cb: (err: any, data?: GetCanaryRunsCommandOutput) => void
211
+ cb: (err: any, data?: GetCanaryRunsCommandOutput) => void,
236
212
  ): void;
237
213
  getCanaryRuns(
238
214
  args: GetCanaryRunsCommandInput,
239
215
  options: __HttpHandlerOptions,
240
- cb: (err: any, data?: GetCanaryRunsCommandOutput) => void
216
+ cb: (err: any, data?: GetCanaryRunsCommandOutput) => void,
241
217
  ): void;
242
218
  getGroup(
243
219
  args: GetGroupCommandInput,
244
- options?: __HttpHandlerOptions
220
+ options?: __HttpHandlerOptions,
245
221
  ): Promise<GetGroupCommandOutput>;
246
- getGroup(
247
- args: GetGroupCommandInput,
248
- cb: (err: any, data?: GetGroupCommandOutput) => void
249
- ): void;
222
+ getGroup(args: GetGroupCommandInput, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
250
223
  getGroup(
251
224
  args: GetGroupCommandInput,
252
225
  options: __HttpHandlerOptions,
253
- cb: (err: any, data?: GetGroupCommandOutput) => void
226
+ cb: (err: any, data?: GetGroupCommandOutput) => void,
254
227
  ): void;
255
228
  listAssociatedGroups(
256
229
  args: ListAssociatedGroupsCommandInput,
257
- options?: __HttpHandlerOptions
230
+ options?: __HttpHandlerOptions,
258
231
  ): Promise<ListAssociatedGroupsCommandOutput>;
259
232
  listAssociatedGroups(
260
233
  args: ListAssociatedGroupsCommandInput,
261
- cb: (err: any, data?: ListAssociatedGroupsCommandOutput) => void
234
+ cb: (err: any, data?: ListAssociatedGroupsCommandOutput) => void,
262
235
  ): void;
263
236
  listAssociatedGroups(
264
237
  args: ListAssociatedGroupsCommandInput,
265
238
  options: __HttpHandlerOptions,
266
- cb: (err: any, data?: ListAssociatedGroupsCommandOutput) => void
239
+ cb: (err: any, data?: ListAssociatedGroupsCommandOutput) => void,
267
240
  ): void;
268
241
  listGroupResources(
269
242
  args: ListGroupResourcesCommandInput,
270
- options?: __HttpHandlerOptions
243
+ options?: __HttpHandlerOptions,
271
244
  ): Promise<ListGroupResourcesCommandOutput>;
272
245
  listGroupResources(
273
246
  args: ListGroupResourcesCommandInput,
274
- cb: (err: any, data?: ListGroupResourcesCommandOutput) => void
247
+ cb: (err: any, data?: ListGroupResourcesCommandOutput) => void,
275
248
  ): void;
276
249
  listGroupResources(
277
250
  args: ListGroupResourcesCommandInput,
278
251
  options: __HttpHandlerOptions,
279
- cb: (err: any, data?: ListGroupResourcesCommandOutput) => void
252
+ cb: (err: any, data?: ListGroupResourcesCommandOutput) => void,
280
253
  ): void;
281
254
  listGroups(): Promise<ListGroupsCommandOutput>;
282
255
  listGroups(
283
256
  args: ListGroupsCommandInput,
284
- options?: __HttpHandlerOptions
257
+ options?: __HttpHandlerOptions,
285
258
  ): Promise<ListGroupsCommandOutput>;
286
259
  listGroups(
287
260
  args: ListGroupsCommandInput,
288
- cb: (err: any, data?: ListGroupsCommandOutput) => void
261
+ cb: (err: any, data?: ListGroupsCommandOutput) => void,
289
262
  ): void;
290
263
  listGroups(
291
264
  args: ListGroupsCommandInput,
292
265
  options: __HttpHandlerOptions,
293
- cb: (err: any, data?: ListGroupsCommandOutput) => void
266
+ cb: (err: any, data?: ListGroupsCommandOutput) => void,
294
267
  ): void;
295
268
  listTagsForResource(
296
269
  args: ListTagsForResourceCommandInput,
297
- options?: __HttpHandlerOptions
270
+ options?: __HttpHandlerOptions,
298
271
  ): Promise<ListTagsForResourceCommandOutput>;
299
272
  listTagsForResource(
300
273
  args: ListTagsForResourceCommandInput,
301
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
274
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
302
275
  ): void;
303
276
  listTagsForResource(
304
277
  args: ListTagsForResourceCommandInput,
305
278
  options: __HttpHandlerOptions,
306
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
279
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
307
280
  ): void;
308
281
  startCanary(
309
282
  args: StartCanaryCommandInput,
310
- options?: __HttpHandlerOptions
283
+ options?: __HttpHandlerOptions,
311
284
  ): Promise<StartCanaryCommandOutput>;
312
285
  startCanary(
313
286
  args: StartCanaryCommandInput,
314
- cb: (err: any, data?: StartCanaryCommandOutput) => void
287
+ cb: (err: any, data?: StartCanaryCommandOutput) => void,
315
288
  ): void;
316
289
  startCanary(
317
290
  args: StartCanaryCommandInput,
318
291
  options: __HttpHandlerOptions,
319
- cb: (err: any, data?: StartCanaryCommandOutput) => void
292
+ cb: (err: any, data?: StartCanaryCommandOutput) => void,
320
293
  ): void;
321
294
  startCanaryDryRun(
322
295
  args: StartCanaryDryRunCommandInput,
323
- options?: __HttpHandlerOptions
296
+ options?: __HttpHandlerOptions,
324
297
  ): Promise<StartCanaryDryRunCommandOutput>;
325
298
  startCanaryDryRun(
326
299
  args: StartCanaryDryRunCommandInput,
327
- cb: (err: any, data?: StartCanaryDryRunCommandOutput) => void
300
+ cb: (err: any, data?: StartCanaryDryRunCommandOutput) => void,
328
301
  ): void;
329
302
  startCanaryDryRun(
330
303
  args: StartCanaryDryRunCommandInput,
331
304
  options: __HttpHandlerOptions,
332
- cb: (err: any, data?: StartCanaryDryRunCommandOutput) => void
305
+ cb: (err: any, data?: StartCanaryDryRunCommandOutput) => void,
333
306
  ): void;
334
307
  stopCanary(
335
308
  args: StopCanaryCommandInput,
336
- options?: __HttpHandlerOptions
309
+ options?: __HttpHandlerOptions,
337
310
  ): Promise<StopCanaryCommandOutput>;
338
311
  stopCanary(
339
312
  args: StopCanaryCommandInput,
340
- cb: (err: any, data?: StopCanaryCommandOutput) => void
313
+ cb: (err: any, data?: StopCanaryCommandOutput) => void,
341
314
  ): void;
342
315
  stopCanary(
343
316
  args: StopCanaryCommandInput,
344
317
  options: __HttpHandlerOptions,
345
- cb: (err: any, data?: StopCanaryCommandOutput) => void
318
+ cb: (err: any, data?: StopCanaryCommandOutput) => void,
346
319
  ): void;
347
320
  tagResource(
348
321
  args: TagResourceCommandInput,
349
- options?: __HttpHandlerOptions
322
+ options?: __HttpHandlerOptions,
350
323
  ): Promise<TagResourceCommandOutput>;
351
324
  tagResource(
352
325
  args: TagResourceCommandInput,
353
- cb: (err: any, data?: TagResourceCommandOutput) => void
326
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
354
327
  ): void;
355
328
  tagResource(
356
329
  args: TagResourceCommandInput,
357
330
  options: __HttpHandlerOptions,
358
- cb: (err: any, data?: TagResourceCommandOutput) => void
331
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
359
332
  ): void;
360
333
  untagResource(
361
334
  args: UntagResourceCommandInput,
362
- options?: __HttpHandlerOptions
335
+ options?: __HttpHandlerOptions,
363
336
  ): Promise<UntagResourceCommandOutput>;
364
337
  untagResource(
365
338
  args: UntagResourceCommandInput,
366
- cb: (err: any, data?: UntagResourceCommandOutput) => void
339
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
367
340
  ): void;
368
341
  untagResource(
369
342
  args: UntagResourceCommandInput,
370
343
  options: __HttpHandlerOptions,
371
- cb: (err: any, data?: UntagResourceCommandOutput) => void
344
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
372
345
  ): void;
373
346
  updateCanary(
374
347
  args: UpdateCanaryCommandInput,
375
- options?: __HttpHandlerOptions
348
+ options?: __HttpHandlerOptions,
376
349
  ): Promise<UpdateCanaryCommandOutput>;
377
350
  updateCanary(
378
351
  args: UpdateCanaryCommandInput,
379
- cb: (err: any, data?: UpdateCanaryCommandOutput) => void
352
+ cb: (err: any, data?: UpdateCanaryCommandOutput) => void,
380
353
  ): void;
381
354
  updateCanary(
382
355
  args: UpdateCanaryCommandInput,
383
356
  options: __HttpHandlerOptions,
384
- cb: (err: any, data?: UpdateCanaryCommandOutput) => void
357
+ cb: (err: any, data?: UpdateCanaryCommandOutput) => void,
385
358
  ): void;
386
359
  paginateDescribeCanaries(
387
360
  args?: DescribeCanariesCommandInput,
388
361
  paginationConfig?: Pick<
389
362
  PaginationConfiguration,
390
363
  Exclude<keyof PaginationConfiguration, "client">
391
- >
364
+ >,
392
365
  ): Paginator<DescribeCanariesCommandOutput>;
393
366
  paginateDescribeCanariesLastRun(
394
367
  args?: DescribeCanariesLastRunCommandInput,
395
368
  paginationConfig?: Pick<
396
369
  PaginationConfiguration,
397
370
  Exclude<keyof PaginationConfiguration, "client">
398
- >
371
+ >,
399
372
  ): Paginator<DescribeCanariesLastRunCommandOutput>;
400
373
  paginateDescribeRuntimeVersions(
401
374
  args?: DescribeRuntimeVersionsCommandInput,
402
375
  paginationConfig?: Pick<
403
376
  PaginationConfiguration,
404
377
  Exclude<keyof PaginationConfiguration, "client">
405
- >
378
+ >,
406
379
  ): Paginator<DescribeRuntimeVersionsCommandOutput>;
407
380
  paginateGetCanaryRuns(
408
381
  args: GetCanaryRunsCommandInput,
409
382
  paginationConfig?: Pick<
410
383
  PaginationConfiguration,
411
384
  Exclude<keyof PaginationConfiguration, "client">
412
- >
385
+ >,
413
386
  ): Paginator<GetCanaryRunsCommandOutput>;
414
387
  paginateListAssociatedGroups(
415
388
  args: ListAssociatedGroupsCommandInput,
416
389
  paginationConfig?: Pick<
417
390
  PaginationConfiguration,
418
391
  Exclude<keyof PaginationConfiguration, "client">
419
- >
392
+ >,
420
393
  ): Paginator<ListAssociatedGroupsCommandOutput>;
421
394
  paginateListGroupResources(
422
395
  args: ListGroupResourcesCommandInput,
423
396
  paginationConfig?: Pick<
424
397
  PaginationConfiguration,
425
398
  Exclude<keyof PaginationConfiguration, "client">
426
- >
399
+ >,
427
400
  ): Paginator<ListGroupResourcesCommandOutput>;
428
401
  paginateListGroups(
429
402
  args?: ListGroupsCommandInput,
430
403
  paginationConfig?: Pick<
431
404
  PaginationConfiguration,
432
405
  Exclude<keyof PaginationConfiguration, "client">
433
- >
406
+ >,
434
407
  ): Paginator<ListGroupsCommandOutput>;
435
408
  }
436
- export declare class Synthetics
437
- extends SyntheticsClient
438
- implements Synthetics {}
409
+ export declare class Synthetics extends SyntheticsClient implements Synthetics {}
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -44,18 +41,12 @@ import {
44
41
  CreateCanaryCommandInput,
45
42
  CreateCanaryCommandOutput,
46
43
  } from "./commands/CreateCanaryCommand";
47
- import {
48
- CreateGroupCommandInput,
49
- CreateGroupCommandOutput,
50
- } from "./commands/CreateGroupCommand";
44
+ import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
51
45
  import {
52
46
  DeleteCanaryCommandInput,
53
47
  DeleteCanaryCommandOutput,
54
48
  } from "./commands/DeleteCanaryCommand";
55
- import {
56
- DeleteGroupCommandInput,
57
- DeleteGroupCommandOutput,
58
- } from "./commands/DeleteGroupCommand";
49
+ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
59
50
  import {
60
51
  DescribeCanariesCommandInput,
61
52
  DescribeCanariesCommandOutput,
@@ -72,18 +63,12 @@ import {
72
63
  DisassociateResourceCommandInput,
73
64
  DisassociateResourceCommandOutput,
74
65
  } from "./commands/DisassociateResourceCommand";
75
- import {
76
- GetCanaryCommandInput,
77
- GetCanaryCommandOutput,
78
- } from "./commands/GetCanaryCommand";
66
+ import { GetCanaryCommandInput, GetCanaryCommandOutput } from "./commands/GetCanaryCommand";
79
67
  import {
80
68
  GetCanaryRunsCommandInput,
81
69
  GetCanaryRunsCommandOutput,
82
70
  } from "./commands/GetCanaryRunsCommand";
83
- import {
84
- GetGroupCommandInput,
85
- GetGroupCommandOutput,
86
- } from "./commands/GetGroupCommand";
71
+ import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
87
72
  import {
88
73
  ListAssociatedGroupsCommandInput,
89
74
  ListAssociatedGroupsCommandOutput,
@@ -92,30 +77,18 @@ import {
92
77
  ListGroupResourcesCommandInput,
93
78
  ListGroupResourcesCommandOutput,
94
79
  } from "./commands/ListGroupResourcesCommand";
95
- import {
96
- ListGroupsCommandInput,
97
- ListGroupsCommandOutput,
98
- } from "./commands/ListGroupsCommand";
80
+ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
99
81
  import {
100
82
  ListTagsForResourceCommandInput,
101
83
  ListTagsForResourceCommandOutput,
102
84
  } from "./commands/ListTagsForResourceCommand";
103
- import {
104
- StartCanaryCommandInput,
105
- StartCanaryCommandOutput,
106
- } from "./commands/StartCanaryCommand";
85
+ import { StartCanaryCommandInput, StartCanaryCommandOutput } from "./commands/StartCanaryCommand";
107
86
  import {
108
87
  StartCanaryDryRunCommandInput,
109
88
  StartCanaryDryRunCommandOutput,
110
89
  } from "./commands/StartCanaryDryRunCommand";
111
- import {
112
- StopCanaryCommandInput,
113
- StopCanaryCommandOutput,
114
- } from "./commands/StopCanaryCommand";
115
- import {
116
- TagResourceCommandInput,
117
- TagResourceCommandOutput,
118
- } from "./commands/TagResourceCommand";
90
+ import { StopCanaryCommandInput, StopCanaryCommandOutput } from "./commands/StopCanaryCommand";
91
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
119
92
  import {
120
93
  UntagResourceCommandInput,
121
94
  UntagResourceCommandOutput,
@@ -177,8 +150,7 @@ export type ServiceOutputTypes =
177
150
  | TagResourceCommandOutput
178
151
  | UntagResourceCommandOutput
179
152
  | UpdateCanaryCommandOutput;
180
- export interface ClientDefaults
181
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
153
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
182
154
  requestHandler?: __HttpHandlerUserInput;
183
155
  sha256?: __ChecksumConstructor | __HashConstructor;
184
156
  urlParser?: __UrlParser;
@@ -203,9 +175,7 @@ export interface ClientDefaults
203
175
  extensions?: RuntimeExtension[];
204
176
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
205
177
  }
206
- export type SyntheticsClientConfigType = Partial<
207
- __SmithyConfiguration<__HttpHandlerOptions>
208
- > &
178
+ export type SyntheticsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
209
179
  ClientDefaults &
210
180
  UserAgentInputConfig &
211
181
  RetryInputConfig &
@@ -226,8 +196,7 @@ export type SyntheticsClientResolvedConfigType =
226
196
  EndpointResolvedConfig<EndpointParameters> &
227
197
  HttpAuthSchemeResolvedConfig &
228
198
  ClientResolvedEndpointParameters;
229
- export interface SyntheticsClientResolvedConfig
230
- extends SyntheticsClientResolvedConfigType {}
199
+ export interface SyntheticsClientResolvedConfig extends SyntheticsClientResolvedConfigType {}
231
200
  export declare class SyntheticsClient extends __Client<
232
201
  __HttpHandlerOptions,
233
202
  ServiceInputTypes,
@@ -235,8 +204,6 @@ export declare class SyntheticsClient extends __Client<
235
204
  SyntheticsClientResolvedConfig
236
205
  > {
237
206
  readonly config: SyntheticsClientResolvedConfig;
238
- constructor(
239
- ...[configuration]: __CheckOptionalClientConfig<SyntheticsClientConfig>
240
- );
207
+ constructor(...[configuration]: __CheckOptionalClientConfig<SyntheticsClientConfig>);
241
208
  destroy(): void;
242
209
  }
@@ -7,17 +7,10 @@ import { SyntheticsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: SyntheticsHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: SyntheticsHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): SyntheticsHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;