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