@aws-sdk/client-synthetics 3.957.0 → 3.962.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/README.md +1 -28
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +479 -466
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +477 -464
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/package.json +2 -2
|
@@ -215,543 +215,556 @@ const n0 = "com.amazonaws.synthetics";
|
|
|
215
215
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
216
216
|
import { AccessDeniedException, BadRequestException, ConflictException, InternalFailureException, InternalServerException, NotFoundException, RequestEntityTooLargeException, ResourceNotFoundException, ServiceQuotaExceededException, TooManyRequestsException, ValidationException, } from "../models/errors";
|
|
217
217
|
import { SyntheticsServiceException } from "../models/SyntheticsServiceException";
|
|
218
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
218
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
219
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
220
|
+
[_M],
|
|
221
|
+
[0]
|
|
222
|
+
];
|
|
219
223
|
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
220
|
-
export var ArtifactConfigInput$ = [3, n0, _ACI,
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
224
|
+
export var ArtifactConfigInput$ = [3, n0, _ACI,
|
|
225
|
+
0,
|
|
226
|
+
[_SE],
|
|
227
|
+
[() => S3EncryptionConfig$]
|
|
228
|
+
];
|
|
229
|
+
export var ArtifactConfigOutput$ = [3, n0, _ACO,
|
|
230
|
+
0,
|
|
231
|
+
[_SE],
|
|
232
|
+
[() => S3EncryptionConfig$]
|
|
233
|
+
];
|
|
234
|
+
export var AssociateResourceRequest$ = [3, n0, _ARR,
|
|
235
|
+
0,
|
|
236
|
+
[_GI, _RA],
|
|
237
|
+
[[0, 1], 0]
|
|
238
|
+
];
|
|
239
|
+
export var AssociateResourceResponse$ = [3, n0, _ARRs,
|
|
240
|
+
0,
|
|
241
|
+
[],
|
|
242
|
+
[]
|
|
243
|
+
];
|
|
244
|
+
export var BadRequestException$ = [-3, n0, _BRE,
|
|
245
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
246
|
+
[_M],
|
|
247
|
+
[0]
|
|
248
|
+
];
|
|
225
249
|
TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
226
|
-
export var BaseScreenshot$ = [3, n0, _BS,
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
0,
|
|
233
|
-
[
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
_St,
|
|
243
|
-
_T,
|
|
244
|
-
_ASL,
|
|
245
|
-
_EA,
|
|
246
|
-
_RV,
|
|
247
|
-
_VC,
|
|
248
|
-
_VR,
|
|
249
|
-
_PRC,
|
|
250
|
-
_BCr,
|
|
251
|
-
_EC,
|
|
252
|
-
_VRi,
|
|
253
|
-
_Ta,
|
|
254
|
-
_AC,
|
|
255
|
-
_DRC,
|
|
256
|
-
],
|
|
257
|
-
[
|
|
258
|
-
0,
|
|
259
|
-
0,
|
|
260
|
-
() => CanaryCodeOutput$,
|
|
261
|
-
0,
|
|
262
|
-
() => CanaryScheduleOutput$,
|
|
263
|
-
() => CanaryRunConfigOutput$,
|
|
264
|
-
1,
|
|
265
|
-
1,
|
|
266
|
-
() => CanaryStatus$,
|
|
267
|
-
() => CanaryTimeline$,
|
|
268
|
-
0,
|
|
269
|
-
0,
|
|
270
|
-
0,
|
|
271
|
-
() => VpcConfigOutput$,
|
|
272
|
-
() => VisualReferenceOutput$,
|
|
273
|
-
0,
|
|
274
|
-
() => BrowserConfigs,
|
|
275
|
-
() => EngineConfigs,
|
|
276
|
-
() => VisualReferencesOutput,
|
|
277
|
-
128 | 0,
|
|
278
|
-
() => ArtifactConfigOutput$,
|
|
279
|
-
() => DryRunConfigOutput$,
|
|
280
|
-
],
|
|
281
|
-
];
|
|
282
|
-
export var CanaryCodeInput$ = [
|
|
283
|
-
3,
|
|
284
|
-
n0,
|
|
285
|
-
_CCI,
|
|
250
|
+
export var BaseScreenshot$ = [3, n0, _BS,
|
|
251
|
+
0,
|
|
252
|
+
[_SN, _IC],
|
|
253
|
+
[0, 64 | 0]
|
|
254
|
+
];
|
|
255
|
+
export var BrowserConfig$ = [3, n0, _BC,
|
|
256
|
+
0,
|
|
257
|
+
[_BT],
|
|
258
|
+
[0]
|
|
259
|
+
];
|
|
260
|
+
export var Canary$ = [3, n0, _C,
|
|
261
|
+
0,
|
|
262
|
+
[_I, _N, _Co, _ERA, _S, _RC, _SRPID, _FRPID, _St, _T, _ASL, _EA, _RV, _VC, _VR, _PRC, _BCr, _EC, _VRi, _Ta, _AC, _DRC],
|
|
263
|
+
[0, 0, () => CanaryCodeOutput$, 0, () => CanaryScheduleOutput$, () => CanaryRunConfigOutput$, 1, 1, () => CanaryStatus$, () => CanaryTimeline$, 0, 0, 0, () => VpcConfigOutput$, () => VisualReferenceOutput$, 0, () => BrowserConfigs, () => EngineConfigs, () => VisualReferencesOutput, 128 | 0, () => ArtifactConfigOutput$, () => DryRunConfigOutput$]
|
|
264
|
+
];
|
|
265
|
+
export var CanaryCodeInput$ = [3, n0, _CCI,
|
|
286
266
|
0,
|
|
287
267
|
[_SB, _SK, _SV, _ZF, _H, _BTl, _D],
|
|
288
|
-
[0, 0, 0, 21, 0, 64 | 0, () => Dependencies]
|
|
268
|
+
[0, 0, 0, 21, 0, 64 | 0, () => Dependencies]
|
|
289
269
|
];
|
|
290
|
-
export var CanaryCodeOutput$ = [
|
|
291
|
-
3,
|
|
292
|
-
n0,
|
|
293
|
-
_CCO,
|
|
270
|
+
export var CanaryCodeOutput$ = [3, n0, _CCO,
|
|
294
271
|
0,
|
|
295
272
|
[_SLA, _H, _BTl, _D],
|
|
296
|
-
[0, 0, 64 | 0, () => Dependencies]
|
|
273
|
+
[0, 0, 64 | 0, () => Dependencies]
|
|
297
274
|
];
|
|
298
|
-
export var CanaryDryRunConfigOutput$ = [3, n0, _CDRCO,
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
275
|
+
export var CanaryDryRunConfigOutput$ = [3, n0, _CDRCO,
|
|
276
|
+
0,
|
|
277
|
+
[_DRI],
|
|
278
|
+
[0]
|
|
279
|
+
];
|
|
280
|
+
export var CanaryLastRun$ = [3, n0, _CLR,
|
|
281
|
+
0,
|
|
282
|
+
[_CN, _LR],
|
|
283
|
+
[0, () => CanaryRun$]
|
|
284
|
+
];
|
|
285
|
+
export var CanaryRun$ = [3, n0, _CR,
|
|
304
286
|
0,
|
|
305
287
|
[_I, _SRI, _RAe, _N, _St, _T, _ASL, _DRC, _BT],
|
|
306
|
-
[0, 0, 1, 0, () => CanaryRunStatus$, () => CanaryRunTimeline$, 0, () => CanaryDryRunConfigOutput$, 0]
|
|
288
|
+
[0, 0, 1, 0, () => CanaryRunStatus$, () => CanaryRunTimeline$, 0, () => CanaryDryRunConfigOutput$, 0]
|
|
307
289
|
];
|
|
308
|
-
export var CanaryRunConfigInput$ = [
|
|
309
|
-
3,
|
|
310
|
-
n0,
|
|
311
|
-
_CRCI,
|
|
290
|
+
export var CanaryRunConfigInput$ = [3, n0, _CRCI,
|
|
312
291
|
0,
|
|
313
292
|
[_TIS, _MIMB, _AT, _EV, _ES],
|
|
314
|
-
[1, 1, 2, 128 | 0, 1]
|
|
293
|
+
[1, 1, 2, 128 | 0, 1]
|
|
315
294
|
];
|
|
316
|
-
export var CanaryRunConfigOutput$ = [3, n0, _CRCO,
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
295
|
+
export var CanaryRunConfigOutput$ = [3, n0, _CRCO,
|
|
296
|
+
0,
|
|
297
|
+
[_TIS, _MIMB, _AT, _ES],
|
|
298
|
+
[1, 1, 2, 1]
|
|
299
|
+
];
|
|
300
|
+
export var CanaryRunStatus$ = [3, n0, _CRS,
|
|
301
|
+
0,
|
|
302
|
+
[_Sta, _SR, _SRC, _TR],
|
|
303
|
+
[0, 0, 0, 0]
|
|
304
|
+
];
|
|
305
|
+
export var CanaryRunTimeline$ = [3, n0, _CRT,
|
|
306
|
+
0,
|
|
307
|
+
[_Star, _Com, _MTFRAR],
|
|
308
|
+
[4, 4, 4]
|
|
309
|
+
];
|
|
310
|
+
export var CanaryScheduleInput$ = [3, n0, _CSI,
|
|
323
311
|
0,
|
|
324
312
|
[_E, _DIS, _RCe],
|
|
325
|
-
[0, 1, () => RetryConfigInput$]
|
|
313
|
+
[0, 1, () => RetryConfigInput$]
|
|
326
314
|
];
|
|
327
|
-
export var CanaryScheduleOutput$ = [
|
|
328
|
-
3,
|
|
329
|
-
n0,
|
|
330
|
-
_CSO,
|
|
315
|
+
export var CanaryScheduleOutput$ = [3, n0, _CSO,
|
|
331
316
|
0,
|
|
332
317
|
[_E, _DIS, _RCe],
|
|
333
|
-
[0, 1, () => RetryConfigOutput$]
|
|
318
|
+
[0, 1, () => RetryConfigOutput$]
|
|
319
|
+
];
|
|
320
|
+
export var CanaryStatus$ = [3, n0, _CS,
|
|
321
|
+
0,
|
|
322
|
+
[_Sta, _SR, _SRC],
|
|
323
|
+
[0, 0, 0]
|
|
324
|
+
];
|
|
325
|
+
export var CanaryTimeline$ = [3, n0, _CT,
|
|
326
|
+
0,
|
|
327
|
+
[_Cr, _LM, _LS, _LSa],
|
|
328
|
+
[4, 4, 4, 4]
|
|
329
|
+
];
|
|
330
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
331
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
332
|
+
[_M],
|
|
333
|
+
[0]
|
|
334
334
|
];
|
|
335
|
-
export var CanaryStatus$ = [3, n0, _CS, 0, [_Sta, _SR, _SRC], [0, 0, 0]];
|
|
336
|
-
export var CanaryTimeline$ = [3, n0, _CT, 0, [_Cr, _LM, _LS, _LSa], [4, 4, 4, 4]];
|
|
337
|
-
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
338
335
|
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
339
|
-
export var CreateCanaryRequest$ = [
|
|
340
|
-
3,
|
|
341
|
-
n0,
|
|
342
|
-
_CCR,
|
|
336
|
+
export var CreateCanaryRequest$ = [3, n0, _CCR,
|
|
343
337
|
0,
|
|
344
338
|
[_N, _Co, _ASL, _ERA, _S, _RC, _SRPID, _FRPID, _RV, _VC, _RTRT, _PRC, _BCr, _Ta, _AC],
|
|
345
|
-
[
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
export var CreateCanaryResponse$ = [3, n0, _CCRr, 0, [_C], [() => Canary$]];
|
|
364
|
-
export var CreateGroupRequest$ = [3, n0, _CGR, 0, [_N, _Ta], [0, 128 | 0]];
|
|
365
|
-
export var CreateGroupResponse$ = [3, n0, _CGRr, 0, [_G], [() => Group$]];
|
|
366
|
-
export var DeleteCanaryRequest$ = [
|
|
367
|
-
3,
|
|
368
|
-
n0,
|
|
369
|
-
_DCR,
|
|
339
|
+
[0, () => CanaryCodeInput$, 0, 0, () => CanaryScheduleInput$, () => CanaryRunConfigInput$, 1, 1, 0, () => VpcConfigInput$, 64 | 0, 0, () => BrowserConfigs, 128 | 0, () => ArtifactConfigInput$]
|
|
340
|
+
];
|
|
341
|
+
export var CreateCanaryResponse$ = [3, n0, _CCRr,
|
|
342
|
+
0,
|
|
343
|
+
[_C],
|
|
344
|
+
[() => Canary$]
|
|
345
|
+
];
|
|
346
|
+
export var CreateGroupRequest$ = [3, n0, _CGR,
|
|
347
|
+
0,
|
|
348
|
+
[_N, _Ta],
|
|
349
|
+
[0, 128 | 0]
|
|
350
|
+
];
|
|
351
|
+
export var CreateGroupResponse$ = [3, n0, _CGRr,
|
|
352
|
+
0,
|
|
353
|
+
[_G],
|
|
354
|
+
[() => Group$]
|
|
355
|
+
];
|
|
356
|
+
export var DeleteCanaryRequest$ = [3, n0, _DCR,
|
|
370
357
|
0,
|
|
371
358
|
[_N, _DL],
|
|
372
|
-
[
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
]
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
export var
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
359
|
+
[[0, 1], [2, { [_hQ]: _dL }]]
|
|
360
|
+
];
|
|
361
|
+
export var DeleteCanaryResponse$ = [3, n0, _DCRe,
|
|
362
|
+
0,
|
|
363
|
+
[],
|
|
364
|
+
[]
|
|
365
|
+
];
|
|
366
|
+
export var DeleteGroupRequest$ = [3, n0, _DGR,
|
|
367
|
+
0,
|
|
368
|
+
[_GI],
|
|
369
|
+
[[0, 1]]
|
|
370
|
+
];
|
|
371
|
+
export var DeleteGroupResponse$ = [3, n0, _DGRe,
|
|
372
|
+
0,
|
|
373
|
+
[],
|
|
374
|
+
[]
|
|
375
|
+
];
|
|
376
|
+
export var Dependency$ = [3, n0, _De,
|
|
377
|
+
0,
|
|
378
|
+
[_Ty, _R],
|
|
379
|
+
[0, 0]
|
|
380
|
+
];
|
|
381
|
+
export var DescribeCanariesLastRunRequest$ = [3, n0, _DCLRR,
|
|
385
382
|
0,
|
|
386
383
|
[_NT, _MR, _Na, _BT],
|
|
387
|
-
[0, 1, 64 | 0, 0]
|
|
384
|
+
[0, 1, 64 | 0, 0]
|
|
388
385
|
];
|
|
389
|
-
export var DescribeCanariesLastRunResponse$ = [
|
|
390
|
-
3,
|
|
391
|
-
n0,
|
|
392
|
-
_DCLRRe,
|
|
386
|
+
export var DescribeCanariesLastRunResponse$ = [3, n0, _DCLRRe,
|
|
393
387
|
0,
|
|
394
388
|
[_CLRa, _NT],
|
|
395
|
-
[() => CanariesLastRun, 0]
|
|
389
|
+
[() => CanariesLastRun, 0]
|
|
390
|
+
];
|
|
391
|
+
export var DescribeCanariesRequest$ = [3, n0, _DCRes,
|
|
392
|
+
0,
|
|
393
|
+
[_NT, _MR, _Na],
|
|
394
|
+
[0, 1, 64 | 0]
|
|
395
|
+
];
|
|
396
|
+
export var DescribeCanariesResponse$ = [3, n0, _DCResc,
|
|
397
|
+
0,
|
|
398
|
+
[_Ca, _NT],
|
|
399
|
+
[() => Canaries, 0]
|
|
396
400
|
];
|
|
397
|
-
export var
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
_DRVRe,
|
|
401
|
+
export var DescribeRuntimeVersionsRequest$ = [3, n0, _DRVR,
|
|
402
|
+
0,
|
|
403
|
+
[_NT, _MR],
|
|
404
|
+
[0, 1]
|
|
405
|
+
];
|
|
406
|
+
export var DescribeRuntimeVersionsResponse$ = [3, n0, _DRVRe,
|
|
404
407
|
0,
|
|
405
408
|
[_RVu, _NT],
|
|
406
|
-
[() => RuntimeVersionList, 0]
|
|
409
|
+
[() => RuntimeVersionList, 0]
|
|
410
|
+
];
|
|
411
|
+
export var DisassociateResourceRequest$ = [3, n0, _DRR,
|
|
412
|
+
0,
|
|
413
|
+
[_GI, _RA],
|
|
414
|
+
[[0, 1], 0]
|
|
415
|
+
];
|
|
416
|
+
export var DisassociateResourceResponse$ = [3, n0, _DRRi,
|
|
417
|
+
0,
|
|
418
|
+
[],
|
|
419
|
+
[]
|
|
420
|
+
];
|
|
421
|
+
export var DryRunConfigOutput$ = [3, n0, _DRCO,
|
|
422
|
+
0,
|
|
423
|
+
[_DRI, _LDRES],
|
|
424
|
+
[0, 0]
|
|
425
|
+
];
|
|
426
|
+
export var EngineConfig$ = [3, n0, _ECn,
|
|
427
|
+
0,
|
|
428
|
+
[_EA, _BT],
|
|
429
|
+
[0, 0]
|
|
407
430
|
];
|
|
408
|
-
export var
|
|
409
|
-
export var DisassociateResourceResponse$ = [3, n0, _DRRi, 0, [], []];
|
|
410
|
-
export var DryRunConfigOutput$ = [3, n0, _DRCO, 0, [_DRI, _LDRES], [0, 0]];
|
|
411
|
-
export var EngineConfig$ = [3, n0, _ECn, 0, [_EA, _BT], [0, 0]];
|
|
412
|
-
export var GetCanaryRequest$ = [
|
|
413
|
-
3,
|
|
414
|
-
n0,
|
|
415
|
-
_GCR,
|
|
431
|
+
export var GetCanaryRequest$ = [3, n0, _GCR,
|
|
416
432
|
0,
|
|
417
433
|
[_N, _DRI],
|
|
418
|
-
[
|
|
419
|
-
[0, 1],
|
|
420
|
-
[0, { [_hQ]: _dRI }],
|
|
421
|
-
],
|
|
434
|
+
[[0, 1], [0, { [_hQ]: _dRI }]]
|
|
422
435
|
];
|
|
423
|
-
export var GetCanaryResponse$ = [3, n0, _GCRe,
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
436
|
+
export var GetCanaryResponse$ = [3, n0, _GCRe,
|
|
437
|
+
0,
|
|
438
|
+
[_C],
|
|
439
|
+
[() => Canary$]
|
|
440
|
+
];
|
|
441
|
+
export var GetCanaryRunsRequest$ = [3, n0, _GCRR,
|
|
428
442
|
0,
|
|
429
443
|
[_N, _NT, _MR, _DRI, _RT],
|
|
430
|
-
[[0, 1], 0, 1, 0, 0]
|
|
431
|
-
];
|
|
432
|
-
export var GetCanaryRunsResponse$ = [3, n0, _GCRRe,
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
export var
|
|
444
|
+
[[0, 1], 0, 1, 0, 0]
|
|
445
|
+
];
|
|
446
|
+
export var GetCanaryRunsResponse$ = [3, n0, _GCRRe,
|
|
447
|
+
0,
|
|
448
|
+
[_CRa, _NT],
|
|
449
|
+
[() => CanaryRuns, 0]
|
|
450
|
+
];
|
|
451
|
+
export var GetGroupRequest$ = [3, n0, _GGR,
|
|
452
|
+
0,
|
|
453
|
+
[_GI],
|
|
454
|
+
[[0, 1]]
|
|
455
|
+
];
|
|
456
|
+
export var GetGroupResponse$ = [3, n0, _GGRe,
|
|
457
|
+
0,
|
|
458
|
+
[_G],
|
|
459
|
+
[() => Group$]
|
|
460
|
+
];
|
|
461
|
+
export var Group$ = [3, n0, _G,
|
|
462
|
+
0,
|
|
463
|
+
[_I, _N, _A, _Ta, _CTr, _LMT],
|
|
464
|
+
[0, 0, 0, 128 | 0, 4, 4]
|
|
465
|
+
];
|
|
466
|
+
export var GroupSummary$ = [3, n0, _GS,
|
|
467
|
+
0,
|
|
468
|
+
[_I, _N, _A],
|
|
469
|
+
[0, 0, 0]
|
|
470
|
+
];
|
|
471
|
+
export var InternalFailureException$ = [-3, n0, _IFE,
|
|
472
|
+
{ [_e]: _s, [_hE]: 500 },
|
|
473
|
+
[_M],
|
|
474
|
+
[0]
|
|
475
|
+
];
|
|
438
476
|
TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
|
|
439
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
477
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
478
|
+
{ [_e]: _s, [_hE]: 500 },
|
|
479
|
+
[_M],
|
|
480
|
+
[0]
|
|
481
|
+
];
|
|
440
482
|
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
441
|
-
export var ListAssociatedGroupsRequest$ = [3, n0, _LAGR,
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
483
|
+
export var ListAssociatedGroupsRequest$ = [3, n0, _LAGR,
|
|
484
|
+
0,
|
|
485
|
+
[_NT, _MR, _RA],
|
|
486
|
+
[0, 1, [0, 1]]
|
|
487
|
+
];
|
|
488
|
+
export var ListAssociatedGroupsResponse$ = [3, n0, _LAGRi,
|
|
489
|
+
0,
|
|
490
|
+
[_Gr, _NT],
|
|
491
|
+
[() => GroupSummaryList, 0]
|
|
492
|
+
];
|
|
493
|
+
export var ListGroupResourcesRequest$ = [3, n0, _LGRR,
|
|
494
|
+
0,
|
|
495
|
+
[_NT, _MR, _GI],
|
|
496
|
+
[0, 1, [0, 1]]
|
|
497
|
+
];
|
|
498
|
+
export var ListGroupResourcesResponse$ = [3, n0, _LGRRi,
|
|
499
|
+
0,
|
|
500
|
+
[_Re, _NT],
|
|
501
|
+
[64 | 0, 0]
|
|
502
|
+
];
|
|
503
|
+
export var ListGroupsRequest$ = [3, n0, _LGR,
|
|
504
|
+
0,
|
|
505
|
+
[_NT, _MR],
|
|
506
|
+
[0, 1]
|
|
507
|
+
];
|
|
508
|
+
export var ListGroupsResponse$ = [3, n0, _LGRi,
|
|
446
509
|
0,
|
|
447
510
|
[_Gr, _NT],
|
|
448
|
-
[() => GroupSummaryList, 0]
|
|
449
|
-
];
|
|
450
|
-
export var
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
456
|
-
|
|
511
|
+
[() => GroupSummaryList, 0]
|
|
512
|
+
];
|
|
513
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
514
|
+
0,
|
|
515
|
+
[_RA],
|
|
516
|
+
[[0, 1]]
|
|
517
|
+
];
|
|
518
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
519
|
+
0,
|
|
520
|
+
[_Ta],
|
|
521
|
+
[128 | 0]
|
|
522
|
+
];
|
|
523
|
+
export var NotFoundException$ = [-3, n0, _NFE,
|
|
524
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
525
|
+
[_M],
|
|
526
|
+
[0]
|
|
527
|
+
];
|
|
457
528
|
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
458
|
-
export var RequestEntityTooLargeException$ = [-3, n0, _RETLE,
|
|
529
|
+
export var RequestEntityTooLargeException$ = [-3, n0, _RETLE,
|
|
530
|
+
{ [_e]: _c, [_hE]: 413 },
|
|
531
|
+
[_M],
|
|
532
|
+
[0]
|
|
533
|
+
];
|
|
459
534
|
TypeRegistry.for(n0).registerError(RequestEntityTooLargeException$, RequestEntityTooLargeException);
|
|
460
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
535
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
536
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
537
|
+
[_M],
|
|
538
|
+
[0]
|
|
539
|
+
];
|
|
461
540
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
462
|
-
export var RetryConfigInput$ = [3, n0, _RCI,
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
541
|
+
export var RetryConfigInput$ = [3, n0, _RCI,
|
|
542
|
+
0,
|
|
543
|
+
[_MRa],
|
|
544
|
+
[1]
|
|
545
|
+
];
|
|
546
|
+
export var RetryConfigOutput$ = [3, n0, _RCO,
|
|
547
|
+
0,
|
|
548
|
+
[_MRa],
|
|
549
|
+
[1]
|
|
550
|
+
];
|
|
551
|
+
export var RuntimeVersion$ = [3, n0, _RV,
|
|
552
|
+
0,
|
|
553
|
+
[_VN, _Des, _RD, _DD],
|
|
554
|
+
[0, 0, 4, 4]
|
|
555
|
+
];
|
|
556
|
+
export var S3EncryptionConfig$ = [3, n0, _SEC,
|
|
557
|
+
0,
|
|
558
|
+
[_EM, _KKA],
|
|
559
|
+
[0, 0]
|
|
560
|
+
];
|
|
561
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
562
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
563
|
+
[_M],
|
|
564
|
+
[0]
|
|
565
|
+
];
|
|
467
566
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
468
|
-
export var StartCanaryDryRunRequest$ = [
|
|
469
|
-
3,
|
|
470
|
-
n0,
|
|
471
|
-
_SCDRR,
|
|
567
|
+
export var StartCanaryDryRunRequest$ = [3, n0, _SCDRR,
|
|
472
568
|
0,
|
|
473
569
|
[_N, _Co, _RV, _RC, _VC, _ERA, _SRPID, _FRPID, _VR, _ASL, _AC, _PRC, _BCr, _VRi],
|
|
474
|
-
[
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
]
|
|
490
|
-
];
|
|
491
|
-
export var
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
export var
|
|
497
|
-
|
|
498
|
-
|
|
570
|
+
[[0, 1], () => CanaryCodeInput$, 0, () => CanaryRunConfigInput$, () => VpcConfigInput$, 0, 1, 1, () => VisualReferenceInput$, 0, () => ArtifactConfigInput$, 0, () => BrowserConfigs, () => VisualReferences]
|
|
571
|
+
];
|
|
572
|
+
export var StartCanaryDryRunResponse$ = [3, n0, _SCDRRt,
|
|
573
|
+
0,
|
|
574
|
+
[_DRC],
|
|
575
|
+
[() => DryRunConfigOutput$]
|
|
576
|
+
];
|
|
577
|
+
export var StartCanaryRequest$ = [3, n0, _SCR,
|
|
578
|
+
0,
|
|
579
|
+
[_N],
|
|
580
|
+
[[0, 1]]
|
|
581
|
+
];
|
|
582
|
+
export var StartCanaryResponse$ = [3, n0, _SCRt,
|
|
583
|
+
0,
|
|
584
|
+
[],
|
|
585
|
+
[]
|
|
586
|
+
];
|
|
587
|
+
export var StopCanaryRequest$ = [3, n0, _SCRto,
|
|
588
|
+
0,
|
|
589
|
+
[_N],
|
|
590
|
+
[[0, 1]]
|
|
591
|
+
];
|
|
592
|
+
export var StopCanaryResponse$ = [3, n0, _SCRtop,
|
|
593
|
+
0,
|
|
594
|
+
[],
|
|
595
|
+
[]
|
|
596
|
+
];
|
|
597
|
+
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
598
|
+
0,
|
|
599
|
+
[_RA, _Ta],
|
|
600
|
+
[[0, 1], 128 | 0]
|
|
601
|
+
];
|
|
602
|
+
export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
603
|
+
0,
|
|
604
|
+
[],
|
|
605
|
+
[]
|
|
606
|
+
];
|
|
607
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
608
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
609
|
+
[_M],
|
|
610
|
+
[0]
|
|
611
|
+
];
|
|
499
612
|
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
500
|
-
export var UntagResourceRequest$ = [
|
|
501
|
-
3,
|
|
502
|
-
n0,
|
|
503
|
-
_URR,
|
|
613
|
+
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
504
614
|
0,
|
|
505
615
|
[_RA, _TK],
|
|
506
|
-
[
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
616
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]]
|
|
617
|
+
];
|
|
618
|
+
export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
619
|
+
0,
|
|
620
|
+
[],
|
|
621
|
+
[]
|
|
510
622
|
];
|
|
511
|
-
export var
|
|
512
|
-
export var UpdateCanaryRequest$ = [
|
|
513
|
-
3,
|
|
514
|
-
n0,
|
|
515
|
-
_UCR,
|
|
623
|
+
export var UpdateCanaryRequest$ = [3, n0, _UCR,
|
|
516
624
|
0,
|
|
517
625
|
[_N, _Co, _ERA, _RV, _S, _RC, _SRPID, _FRPID, _VC, _VR, _ASL, _AC, _PRC, _DRI, _VRi, _BCr],
|
|
518
|
-
[
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
() => ArtifactConfigInput$,
|
|
531
|
-
0,
|
|
532
|
-
0,
|
|
533
|
-
() => VisualReferences,
|
|
534
|
-
() => BrowserConfigs,
|
|
535
|
-
],
|
|
536
|
-
];
|
|
537
|
-
export var UpdateCanaryResponse$ = [3, n0, _UCRp, 0, [], []];
|
|
538
|
-
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
626
|
+
[[0, 1], () => CanaryCodeInput$, 0, 0, () => CanaryScheduleInput$, () => CanaryRunConfigInput$, 1, 1, () => VpcConfigInput$, () => VisualReferenceInput$, 0, () => ArtifactConfigInput$, 0, 0, () => VisualReferences, () => BrowserConfigs]
|
|
627
|
+
];
|
|
628
|
+
export var UpdateCanaryResponse$ = [3, n0, _UCRp,
|
|
629
|
+
0,
|
|
630
|
+
[],
|
|
631
|
+
[]
|
|
632
|
+
];
|
|
633
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
634
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
635
|
+
[_M],
|
|
636
|
+
[0]
|
|
637
|
+
];
|
|
539
638
|
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
540
|
-
export var VisualReferenceInput$ = [
|
|
541
|
-
3,
|
|
542
|
-
n0,
|
|
543
|
-
_VRI,
|
|
639
|
+
export var VisualReferenceInput$ = [3, n0, _VRI,
|
|
544
640
|
0,
|
|
545
641
|
[_BSa, _BCRI, _BT],
|
|
546
|
-
[() => BaseScreenshots, 0, 0]
|
|
642
|
+
[() => BaseScreenshots, 0, 0]
|
|
547
643
|
];
|
|
548
|
-
export var VisualReferenceOutput$ = [
|
|
549
|
-
3,
|
|
550
|
-
n0,
|
|
551
|
-
_VRO,
|
|
644
|
+
export var VisualReferenceOutput$ = [3, n0, _VRO,
|
|
552
645
|
0,
|
|
553
646
|
[_BSa, _BCRI, _BT],
|
|
554
|
-
[() => BaseScreenshots, 0, 0]
|
|
647
|
+
[() => BaseScreenshots, 0, 0]
|
|
648
|
+
];
|
|
649
|
+
export var VpcConfigInput$ = [3, n0, _VCI,
|
|
650
|
+
0,
|
|
651
|
+
[_SI, _SGI, _IAFDS],
|
|
652
|
+
[64 | 0, 64 | 0, 2]
|
|
653
|
+
];
|
|
654
|
+
export var VpcConfigOutput$ = [3, n0, _VCO,
|
|
655
|
+
0,
|
|
656
|
+
[_VI, _SI, _SGI, _IAFDS],
|
|
657
|
+
[0, 64 | 0, 64 | 0, 2]
|
|
555
658
|
];
|
|
556
|
-
export var VpcConfigInput$ = [3, n0, _VCI, 0, [_SI, _SGI, _IAFDS], [64 | 0, 64 | 0, 2]];
|
|
557
|
-
export var VpcConfigOutput$ = [3, n0, _VCO, 0, [_VI, _SI, _SGI, _IAFDS], [0, 64 | 0, 64 | 0, 2]];
|
|
558
659
|
export var SyntheticsServiceException$ = [-3, _sm, "SyntheticsServiceException", 0, [], []];
|
|
559
660
|
TypeRegistry.for(_sm).registerError(SyntheticsServiceException$, SyntheticsServiceException);
|
|
560
661
|
var BaseScreenshotIgnoreCoordinates = 64 | 0;
|
|
561
|
-
var BaseScreenshots = [1, n0, _BSa,
|
|
662
|
+
var BaseScreenshots = [1, n0, _BSa,
|
|
663
|
+
0, () => BaseScreenshot$
|
|
664
|
+
];
|
|
562
665
|
var BlueprintTypes = 64 | 0;
|
|
563
|
-
var BrowserConfigs = [1, n0, _BCr,
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
var
|
|
567
|
-
|
|
666
|
+
var BrowserConfigs = [1, n0, _BCr,
|
|
667
|
+
0, () => BrowserConfig$
|
|
668
|
+
];
|
|
669
|
+
var Canaries = [1, n0, _Ca,
|
|
670
|
+
0, () => Canary$
|
|
671
|
+
];
|
|
672
|
+
var CanariesLastRun = [1, n0, _CLRa,
|
|
673
|
+
0, () => CanaryLastRun$
|
|
674
|
+
];
|
|
675
|
+
var CanaryRuns = [1, n0, _CRa,
|
|
676
|
+
0, () => CanaryRun$
|
|
677
|
+
];
|
|
678
|
+
var Dependencies = [1, n0, _D,
|
|
679
|
+
0, () => Dependency$
|
|
680
|
+
];
|
|
568
681
|
var DescribeCanariesLastRunNameFilter = 64 | 0;
|
|
569
682
|
var DescribeCanariesNameFilter = 64 | 0;
|
|
570
|
-
var EngineConfigs = [1, n0, _EC,
|
|
571
|
-
|
|
683
|
+
var EngineConfigs = [1, n0, _EC,
|
|
684
|
+
0, () => EngineConfig$
|
|
685
|
+
];
|
|
686
|
+
var GroupSummaryList = [1, n0, _GSL,
|
|
687
|
+
0, () => GroupSummary$
|
|
688
|
+
];
|
|
572
689
|
var ResourceList = 64 | 0;
|
|
573
|
-
var RuntimeVersionList = [1, n0, _RVL,
|
|
690
|
+
var RuntimeVersionList = [1, n0, _RVL,
|
|
691
|
+
0, () => RuntimeVersion$
|
|
692
|
+
];
|
|
574
693
|
var SecurityGroupIds = 64 | 0;
|
|
575
694
|
var StringList = 64 | 0;
|
|
576
695
|
var SubnetIds = 64 | 0;
|
|
577
696
|
var TagKeyList = 64 | 0;
|
|
578
|
-
var VisualReferences = [1, n0, _VRi,
|
|
579
|
-
|
|
697
|
+
var VisualReferences = [1, n0, _VRi,
|
|
698
|
+
0, () => VisualReferenceInput$
|
|
699
|
+
];
|
|
700
|
+
var VisualReferencesOutput = [1, n0, _VROi,
|
|
701
|
+
0, () => VisualReferenceOutput$
|
|
702
|
+
];
|
|
580
703
|
var EnvironmentVariablesMap = 128 | 0;
|
|
581
704
|
var TagMap = 128 | 0;
|
|
582
|
-
export var AssociateResource$ = [
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
{ [_h]: ["
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
]
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
() =>
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
() =>
|
|
605
|
-
];
|
|
606
|
-
export var
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
{ [_h]: ["
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
]
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
() =>
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
() =>
|
|
629
|
-
];
|
|
630
|
-
export var
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
{ [_h]: ["POST", "/
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
]
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
() =>
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
9,
|
|
648
|
-
n0,
|
|
649
|
-
_DR,
|
|
650
|
-
{ [_h]: ["PATCH", "/group/{GroupIdentifier}/disassociate", 200] },
|
|
651
|
-
() => DisassociateResourceRequest$,
|
|
652
|
-
() => DisassociateResourceResponse$,
|
|
653
|
-
];
|
|
654
|
-
export var GetCanary$ = [
|
|
655
|
-
9,
|
|
656
|
-
n0,
|
|
657
|
-
_GC,
|
|
658
|
-
{ [_h]: ["GET", "/canary/{Name}", 200] },
|
|
659
|
-
() => GetCanaryRequest$,
|
|
660
|
-
() => GetCanaryResponse$,
|
|
661
|
-
];
|
|
662
|
-
export var GetCanaryRuns$ = [
|
|
663
|
-
9,
|
|
664
|
-
n0,
|
|
665
|
-
_GCRet,
|
|
666
|
-
{ [_h]: ["POST", "/canary/{Name}/runs", 200] },
|
|
667
|
-
() => GetCanaryRunsRequest$,
|
|
668
|
-
() => GetCanaryRunsResponse$,
|
|
669
|
-
];
|
|
670
|
-
export var GetGroup$ = [
|
|
671
|
-
9,
|
|
672
|
-
n0,
|
|
673
|
-
_GG,
|
|
674
|
-
{ [_h]: ["GET", "/group/{GroupIdentifier}", 200] },
|
|
675
|
-
() => GetGroupRequest$,
|
|
676
|
-
() => GetGroupResponse$,
|
|
677
|
-
];
|
|
678
|
-
export var ListAssociatedGroups$ = [
|
|
679
|
-
9,
|
|
680
|
-
n0,
|
|
681
|
-
_LAG,
|
|
682
|
-
{ [_h]: ["POST", "/resource/{ResourceArn}/groups", 200] },
|
|
683
|
-
() => ListAssociatedGroupsRequest$,
|
|
684
|
-
() => ListAssociatedGroupsResponse$,
|
|
685
|
-
];
|
|
686
|
-
export var ListGroupResources$ = [
|
|
687
|
-
9,
|
|
688
|
-
n0,
|
|
689
|
-
_LGRis,
|
|
690
|
-
{ [_h]: ["POST", "/group/{GroupIdentifier}/resources", 200] },
|
|
691
|
-
() => ListGroupResourcesRequest$,
|
|
692
|
-
() => ListGroupResourcesResponse$,
|
|
693
|
-
];
|
|
694
|
-
export var ListGroups$ = [
|
|
695
|
-
9,
|
|
696
|
-
n0,
|
|
697
|
-
_LG,
|
|
698
|
-
{ [_h]: ["POST", "/groups", 200] },
|
|
699
|
-
() => ListGroupsRequest$,
|
|
700
|
-
() => ListGroupsResponse$,
|
|
701
|
-
];
|
|
702
|
-
export var ListTagsForResource$ = [
|
|
703
|
-
9,
|
|
704
|
-
n0,
|
|
705
|
-
_LTFR,
|
|
706
|
-
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
707
|
-
() => ListTagsForResourceRequest$,
|
|
708
|
-
() => ListTagsForResourceResponse$,
|
|
709
|
-
];
|
|
710
|
-
export var StartCanary$ = [
|
|
711
|
-
9,
|
|
712
|
-
n0,
|
|
713
|
-
_SC,
|
|
714
|
-
{ [_h]: ["POST", "/canary/{Name}/start", 200] },
|
|
715
|
-
() => StartCanaryRequest$,
|
|
716
|
-
() => StartCanaryResponse$,
|
|
717
|
-
];
|
|
718
|
-
export var StartCanaryDryRun$ = [
|
|
719
|
-
9,
|
|
720
|
-
n0,
|
|
721
|
-
_SCDR,
|
|
722
|
-
{ [_h]: ["POST", "/canary/{Name}/dry-run/start", 200] },
|
|
723
|
-
() => StartCanaryDryRunRequest$,
|
|
724
|
-
() => StartCanaryDryRunResponse$,
|
|
725
|
-
];
|
|
726
|
-
export var StopCanary$ = [
|
|
727
|
-
9,
|
|
728
|
-
n0,
|
|
729
|
-
_SCt,
|
|
730
|
-
{ [_h]: ["POST", "/canary/{Name}/stop", 200] },
|
|
731
|
-
() => StopCanaryRequest$,
|
|
732
|
-
() => StopCanaryResponse$,
|
|
733
|
-
];
|
|
734
|
-
export var TagResource$ = [
|
|
735
|
-
9,
|
|
736
|
-
n0,
|
|
737
|
-
_TRa,
|
|
738
|
-
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] },
|
|
739
|
-
() => TagResourceRequest$,
|
|
740
|
-
() => TagResourceResponse$,
|
|
741
|
-
];
|
|
742
|
-
export var UntagResource$ = [
|
|
743
|
-
9,
|
|
744
|
-
n0,
|
|
745
|
-
_UR,
|
|
746
|
-
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
747
|
-
() => UntagResourceRequest$,
|
|
748
|
-
() => UntagResourceResponse$,
|
|
749
|
-
];
|
|
750
|
-
export var UpdateCanary$ = [
|
|
751
|
-
9,
|
|
752
|
-
n0,
|
|
753
|
-
_UC,
|
|
754
|
-
{ [_h]: ["PATCH", "/canary/{Name}", 200] },
|
|
755
|
-
() => UpdateCanaryRequest$,
|
|
756
|
-
() => UpdateCanaryResponse$,
|
|
705
|
+
export var AssociateResource$ = [9, n0, _AR,
|
|
706
|
+
{ [_h]: ["PATCH", "/group/{GroupIdentifier}/associate", 200] }, () => AssociateResourceRequest$, () => AssociateResourceResponse$
|
|
707
|
+
];
|
|
708
|
+
export var CreateCanary$ = [9, n0, _CC,
|
|
709
|
+
{ [_h]: ["POST", "/canary", 200] }, () => CreateCanaryRequest$, () => CreateCanaryResponse$
|
|
710
|
+
];
|
|
711
|
+
export var CreateGroup$ = [9, n0, _CG,
|
|
712
|
+
{ [_h]: ["POST", "/group", 200] }, () => CreateGroupRequest$, () => CreateGroupResponse$
|
|
713
|
+
];
|
|
714
|
+
export var DeleteCanary$ = [9, n0, _DC,
|
|
715
|
+
{ [_h]: ["DELETE", "/canary/{Name}", 200] }, () => DeleteCanaryRequest$, () => DeleteCanaryResponse$
|
|
716
|
+
];
|
|
717
|
+
export var DeleteGroup$ = [9, n0, _DG,
|
|
718
|
+
{ [_h]: ["DELETE", "/group/{GroupIdentifier}", 200] }, () => DeleteGroupRequest$, () => DeleteGroupResponse$
|
|
719
|
+
];
|
|
720
|
+
export var DescribeCanaries$ = [9, n0, _DCe,
|
|
721
|
+
{ [_h]: ["POST", "/canaries", 200] }, () => DescribeCanariesRequest$, () => DescribeCanariesResponse$
|
|
722
|
+
];
|
|
723
|
+
export var DescribeCanariesLastRun$ = [9, n0, _DCLR,
|
|
724
|
+
{ [_h]: ["POST", "/canaries/last-run", 200] }, () => DescribeCanariesLastRunRequest$, () => DescribeCanariesLastRunResponse$
|
|
725
|
+
];
|
|
726
|
+
export var DescribeRuntimeVersions$ = [9, n0, _DRV,
|
|
727
|
+
{ [_h]: ["POST", "/runtime-versions", 200] }, () => DescribeRuntimeVersionsRequest$, () => DescribeRuntimeVersionsResponse$
|
|
728
|
+
];
|
|
729
|
+
export var DisassociateResource$ = [9, n0, _DR,
|
|
730
|
+
{ [_h]: ["PATCH", "/group/{GroupIdentifier}/disassociate", 200] }, () => DisassociateResourceRequest$, () => DisassociateResourceResponse$
|
|
731
|
+
];
|
|
732
|
+
export var GetCanary$ = [9, n0, _GC,
|
|
733
|
+
{ [_h]: ["GET", "/canary/{Name}", 200] }, () => GetCanaryRequest$, () => GetCanaryResponse$
|
|
734
|
+
];
|
|
735
|
+
export var GetCanaryRuns$ = [9, n0, _GCRet,
|
|
736
|
+
{ [_h]: ["POST", "/canary/{Name}/runs", 200] }, () => GetCanaryRunsRequest$, () => GetCanaryRunsResponse$
|
|
737
|
+
];
|
|
738
|
+
export var GetGroup$ = [9, n0, _GG,
|
|
739
|
+
{ [_h]: ["GET", "/group/{GroupIdentifier}", 200] }, () => GetGroupRequest$, () => GetGroupResponse$
|
|
740
|
+
];
|
|
741
|
+
export var ListAssociatedGroups$ = [9, n0, _LAG,
|
|
742
|
+
{ [_h]: ["POST", "/resource/{ResourceArn}/groups", 200] }, () => ListAssociatedGroupsRequest$, () => ListAssociatedGroupsResponse$
|
|
743
|
+
];
|
|
744
|
+
export var ListGroupResources$ = [9, n0, _LGRis,
|
|
745
|
+
{ [_h]: ["POST", "/group/{GroupIdentifier}/resources", 200] }, () => ListGroupResourcesRequest$, () => ListGroupResourcesResponse$
|
|
746
|
+
];
|
|
747
|
+
export var ListGroups$ = [9, n0, _LG,
|
|
748
|
+
{ [_h]: ["POST", "/groups", 200] }, () => ListGroupsRequest$, () => ListGroupsResponse$
|
|
749
|
+
];
|
|
750
|
+
export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
751
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
752
|
+
];
|
|
753
|
+
export var StartCanary$ = [9, n0, _SC,
|
|
754
|
+
{ [_h]: ["POST", "/canary/{Name}/start", 200] }, () => StartCanaryRequest$, () => StartCanaryResponse$
|
|
755
|
+
];
|
|
756
|
+
export var StartCanaryDryRun$ = [9, n0, _SCDR,
|
|
757
|
+
{ [_h]: ["POST", "/canary/{Name}/dry-run/start", 200] }, () => StartCanaryDryRunRequest$, () => StartCanaryDryRunResponse$
|
|
758
|
+
];
|
|
759
|
+
export var StopCanary$ = [9, n0, _SCt,
|
|
760
|
+
{ [_h]: ["POST", "/canary/{Name}/stop", 200] }, () => StopCanaryRequest$, () => StopCanaryResponse$
|
|
761
|
+
];
|
|
762
|
+
export var TagResource$ = [9, n0, _TRa,
|
|
763
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
764
|
+
];
|
|
765
|
+
export var UntagResource$ = [9, n0, _UR,
|
|
766
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
767
|
+
];
|
|
768
|
+
export var UpdateCanary$ = [9, n0, _UC,
|
|
769
|
+
{ [_h]: ["PATCH", "/canary/{Name}", 200] }, () => UpdateCanaryRequest$, () => UpdateCanaryResponse$
|
|
757
770
|
];
|