@aws-sdk/client-synthetics 3.987.0 → 3.989.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/index.js +41 -1062
- package/dist-cjs/models/SyntheticsServiceException.js +12 -0
- package/dist-cjs/models/errors.js +169 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +781 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +71 -65
- package/dist-types/schemas/schemas_0.d.ts +18 -11
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -11
- package/package.json +13 -13
|
@@ -0,0 +1,781 @@
|
|
|
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
|
+
const _A = "Arn";
|
|
7
|
+
const _AC = "ArtifactConfig";
|
|
8
|
+
const _ACI = "ArtifactConfigInput";
|
|
9
|
+
const _ACO = "ArtifactConfigOutput";
|
|
10
|
+
const _ADE = "AccessDeniedException";
|
|
11
|
+
const _AR = "AssociateResource";
|
|
12
|
+
const _ARR = "AssociateResourceRequest";
|
|
13
|
+
const _ARRs = "AssociateResourceResponse";
|
|
14
|
+
const _ASL = "ArtifactS3Location";
|
|
15
|
+
const _AT = "ActiveTracing";
|
|
16
|
+
const _BC = "BrowserConfig";
|
|
17
|
+
const _BCRI = "BaseCanaryRunId";
|
|
18
|
+
const _BCr = "BrowserConfigs";
|
|
19
|
+
const _BRE = "BadRequestException";
|
|
20
|
+
const _BS = "BaseScreenshot";
|
|
21
|
+
const _BSa = "BaseScreenshots";
|
|
22
|
+
const _BT = "BrowserType";
|
|
23
|
+
const _BTl = "BlueprintTypes";
|
|
24
|
+
const _C = "Canary";
|
|
25
|
+
const _CC = "CreateCanary";
|
|
26
|
+
const _CCI = "CanaryCodeInput";
|
|
27
|
+
const _CCO = "CanaryCodeOutput";
|
|
28
|
+
const _CCR = "CreateCanaryRequest";
|
|
29
|
+
const _CCRr = "CreateCanaryResponse";
|
|
30
|
+
const _CDRCO = "CanaryDryRunConfigOutput";
|
|
31
|
+
const _CE = "ConflictException";
|
|
32
|
+
const _CG = "CreateGroup";
|
|
33
|
+
const _CGR = "CreateGroupRequest";
|
|
34
|
+
const _CGRr = "CreateGroupResponse";
|
|
35
|
+
const _CLR = "CanaryLastRun";
|
|
36
|
+
const _CLRa = "CanariesLastRun";
|
|
37
|
+
const _CN = "CanaryName";
|
|
38
|
+
const _CR = "CanaryRun";
|
|
39
|
+
const _CRCI = "CanaryRunConfigInput";
|
|
40
|
+
const _CRCO = "CanaryRunConfigOutput";
|
|
41
|
+
const _CRS = "CanaryRunStatus";
|
|
42
|
+
const _CRT = "CanaryRunTimeline";
|
|
43
|
+
const _CRa = "CanaryRuns";
|
|
44
|
+
const _CS = "CanaryStatus";
|
|
45
|
+
const _CSI = "CanaryScheduleInput";
|
|
46
|
+
const _CSO = "CanaryScheduleOutput";
|
|
47
|
+
const _CT = "CanaryTimeline";
|
|
48
|
+
const _CTr = "CreatedTime";
|
|
49
|
+
const _Ca = "Canaries";
|
|
50
|
+
const _Co = "Code";
|
|
51
|
+
const _Com = "Completed";
|
|
52
|
+
const _Cr = "Created";
|
|
53
|
+
const _D = "Dependencies";
|
|
54
|
+
const _DC = "DeleteCanary";
|
|
55
|
+
const _DCLR = "DescribeCanariesLastRun";
|
|
56
|
+
const _DCLRR = "DescribeCanariesLastRunRequest";
|
|
57
|
+
const _DCLRRe = "DescribeCanariesLastRunResponse";
|
|
58
|
+
const _DCR = "DeleteCanaryRequest";
|
|
59
|
+
const _DCRe = "DeleteCanaryResponse";
|
|
60
|
+
const _DCRes = "DescribeCanariesRequest";
|
|
61
|
+
const _DCResc = "DescribeCanariesResponse";
|
|
62
|
+
const _DCe = "DescribeCanaries";
|
|
63
|
+
const _DD = "DeprecationDate";
|
|
64
|
+
const _DG = "DeleteGroup";
|
|
65
|
+
const _DGR = "DeleteGroupRequest";
|
|
66
|
+
const _DGRe = "DeleteGroupResponse";
|
|
67
|
+
const _DIS = "DurationInSeconds";
|
|
68
|
+
const _DL = "DeleteLambda";
|
|
69
|
+
const _DR = "DisassociateResource";
|
|
70
|
+
const _DRC = "DryRunConfig";
|
|
71
|
+
const _DRCO = "DryRunConfigOutput";
|
|
72
|
+
const _DRI = "DryRunId";
|
|
73
|
+
const _DRR = "DisassociateResourceRequest";
|
|
74
|
+
const _DRRi = "DisassociateResourceResponse";
|
|
75
|
+
const _DRV = "DescribeRuntimeVersions";
|
|
76
|
+
const _DRVR = "DescribeRuntimeVersionsRequest";
|
|
77
|
+
const _DRVRe = "DescribeRuntimeVersionsResponse";
|
|
78
|
+
const _De = "Dependency";
|
|
79
|
+
const _Des = "Description";
|
|
80
|
+
const _E = "Expression";
|
|
81
|
+
const _EA = "EngineArn";
|
|
82
|
+
const _EC = "EngineConfigs";
|
|
83
|
+
const _ECn = "EngineConfig";
|
|
84
|
+
const _EM = "EncryptionMode";
|
|
85
|
+
const _ERA = "ExecutionRoleArn";
|
|
86
|
+
const _ES = "EphemeralStorage";
|
|
87
|
+
const _EV = "EnvironmentVariables";
|
|
88
|
+
const _FRPID = "FailureRetentionPeriodInDays";
|
|
89
|
+
const _G = "Group";
|
|
90
|
+
const _GC = "GetCanary";
|
|
91
|
+
const _GCR = "GetCanaryRequest";
|
|
92
|
+
const _GCRR = "GetCanaryRunsRequest";
|
|
93
|
+
const _GCRRe = "GetCanaryRunsResponse";
|
|
94
|
+
const _GCRe = "GetCanaryResponse";
|
|
95
|
+
const _GCRet = "GetCanaryRuns";
|
|
96
|
+
const _GG = "GetGroup";
|
|
97
|
+
const _GGR = "GetGroupRequest";
|
|
98
|
+
const _GGRe = "GetGroupResponse";
|
|
99
|
+
const _GI = "GroupIdentifier";
|
|
100
|
+
const _GS = "GroupSummary";
|
|
101
|
+
const _GSL = "GroupSummaryList";
|
|
102
|
+
const _Gr = "Groups";
|
|
103
|
+
const _H = "Handler";
|
|
104
|
+
const _I = "Id";
|
|
105
|
+
const _IAFDS = "Ipv6AllowedForDualStack";
|
|
106
|
+
const _IC = "IgnoreCoordinates";
|
|
107
|
+
const _IFE = "InternalFailureException";
|
|
108
|
+
const _ISE = "InternalServerException";
|
|
109
|
+
const _KKA = "KmsKeyArn";
|
|
110
|
+
const _LAG = "ListAssociatedGroups";
|
|
111
|
+
const _LAGR = "ListAssociatedGroupsRequest";
|
|
112
|
+
const _LAGRi = "ListAssociatedGroupsResponse";
|
|
113
|
+
const _LDRES = "LastDryRunExecutionStatus";
|
|
114
|
+
const _LG = "ListGroups";
|
|
115
|
+
const _LGR = "ListGroupsRequest";
|
|
116
|
+
const _LGRR = "ListGroupResourcesRequest";
|
|
117
|
+
const _LGRRi = "ListGroupResourcesResponse";
|
|
118
|
+
const _LGRi = "ListGroupsResponse";
|
|
119
|
+
const _LGRis = "ListGroupResources";
|
|
120
|
+
const _LM = "LastModified";
|
|
121
|
+
const _LMT = "LastModifiedTime";
|
|
122
|
+
const _LR = "LastRun";
|
|
123
|
+
const _LS = "LastStarted";
|
|
124
|
+
const _LSa = "LastStopped";
|
|
125
|
+
const _LTFR = "ListTagsForResource";
|
|
126
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
127
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
128
|
+
const _M = "Message";
|
|
129
|
+
const _MIMB = "MemoryInMB";
|
|
130
|
+
const _MR = "MaxResults";
|
|
131
|
+
const _MRa = "MaxRetries";
|
|
132
|
+
const _MTFRAR = "MetricTimestampForRunAndRetries";
|
|
133
|
+
const _N = "Name";
|
|
134
|
+
const _NFE = "NotFoundException";
|
|
135
|
+
const _NT = "NextToken";
|
|
136
|
+
const _Na = "Names";
|
|
137
|
+
const _PRC = "ProvisionedResourceCleanup";
|
|
138
|
+
const _R = "Reference";
|
|
139
|
+
const _RA = "ResourceArn";
|
|
140
|
+
const _RAe = "RetryAttempt";
|
|
141
|
+
const _RC = "RunConfig";
|
|
142
|
+
const _RCI = "RetryConfigInput";
|
|
143
|
+
const _RCO = "RetryConfigOutput";
|
|
144
|
+
const _RCe = "RetryConfig";
|
|
145
|
+
const _RD = "ReleaseDate";
|
|
146
|
+
const _RETLE = "RequestEntityTooLargeException";
|
|
147
|
+
const _RNFE = "ResourceNotFoundException";
|
|
148
|
+
const _RT = "RunType";
|
|
149
|
+
const _RTRT = "ResourcesToReplicateTags";
|
|
150
|
+
const _RV = "RuntimeVersion";
|
|
151
|
+
const _RVL = "RuntimeVersionList";
|
|
152
|
+
const _RVu = "RuntimeVersions";
|
|
153
|
+
const _Re = "Resources";
|
|
154
|
+
const _S = "Schedule";
|
|
155
|
+
const _SB = "S3Bucket";
|
|
156
|
+
const _SC = "StartCanary";
|
|
157
|
+
const _SCDR = "StartCanaryDryRun";
|
|
158
|
+
const _SCDRR = "StartCanaryDryRunRequest";
|
|
159
|
+
const _SCDRRt = "StartCanaryDryRunResponse";
|
|
160
|
+
const _SCR = "StartCanaryRequest";
|
|
161
|
+
const _SCRt = "StartCanaryResponse";
|
|
162
|
+
const _SCRto = "StopCanaryRequest";
|
|
163
|
+
const _SCRtop = "StopCanaryResponse";
|
|
164
|
+
const _SCt = "StopCanary";
|
|
165
|
+
const _SE = "S3Encryption";
|
|
166
|
+
const _SEC = "S3EncryptionConfig";
|
|
167
|
+
const _SGI = "SecurityGroupIds";
|
|
168
|
+
const _SI = "SubnetIds";
|
|
169
|
+
const _SK = "S3Key";
|
|
170
|
+
const _SLA = "SourceLocationArn";
|
|
171
|
+
const _SN = "ScreenshotName";
|
|
172
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
173
|
+
const _SR = "StateReason";
|
|
174
|
+
const _SRC = "StateReasonCode";
|
|
175
|
+
const _SRI = "ScheduledRunId";
|
|
176
|
+
const _SRPID = "SuccessRetentionPeriodInDays";
|
|
177
|
+
const _SV = "S3Version";
|
|
178
|
+
const _St = "Status";
|
|
179
|
+
const _Sta = "State";
|
|
180
|
+
const _Star = "Started";
|
|
181
|
+
const _T = "Timeline";
|
|
182
|
+
const _TIS = "TimeoutInSeconds";
|
|
183
|
+
const _TK = "TagKeys";
|
|
184
|
+
const _TMRE = "TooManyRequestsException";
|
|
185
|
+
const _TR = "TestResult";
|
|
186
|
+
const _TRR = "TagResourceRequest";
|
|
187
|
+
const _TRRa = "TagResourceResponse";
|
|
188
|
+
const _TRa = "TagResource";
|
|
189
|
+
const _Ta = "Tags";
|
|
190
|
+
const _Ty = "Type";
|
|
191
|
+
const _UC = "UpdateCanary";
|
|
192
|
+
const _UCR = "UpdateCanaryRequest";
|
|
193
|
+
const _UCRp = "UpdateCanaryResponse";
|
|
194
|
+
const _UR = "UntagResource";
|
|
195
|
+
const _URR = "UntagResourceRequest";
|
|
196
|
+
const _URRn = "UntagResourceResponse";
|
|
197
|
+
const _VC = "VpcConfig";
|
|
198
|
+
const _VCI = "VpcConfigInput";
|
|
199
|
+
const _VCO = "VpcConfigOutput";
|
|
200
|
+
const _VE = "ValidationException";
|
|
201
|
+
const _VI = "VpcId";
|
|
202
|
+
const _VN = "VersionName";
|
|
203
|
+
const _VR = "VisualReference";
|
|
204
|
+
const _VRI = "VisualReferenceInput";
|
|
205
|
+
const _VRO = "VisualReferenceOutput";
|
|
206
|
+
const _VROi = "VisualReferencesOutput";
|
|
207
|
+
const _VRi = "VisualReferences";
|
|
208
|
+
const _ZF = "ZipFile";
|
|
209
|
+
const _c = "client";
|
|
210
|
+
const _dL = "deleteLambda";
|
|
211
|
+
const _dRI = "dryRunId";
|
|
212
|
+
const _e = "error";
|
|
213
|
+
const _h = "http";
|
|
214
|
+
const _hE = "httpError";
|
|
215
|
+
const _hQ = "httpQuery";
|
|
216
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.synthetics";
|
|
217
|
+
const _se = "server";
|
|
218
|
+
const _tK = "tagKeys";
|
|
219
|
+
const n0 = "com.amazonaws.synthetics";
|
|
220
|
+
const schema_1 = require("@smithy/core/schema");
|
|
221
|
+
const errors_1 = require("../models/errors");
|
|
222
|
+
const SyntheticsServiceException_1 = require("../models/SyntheticsServiceException");
|
|
223
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
224
|
+
exports.SyntheticsServiceException$ = [-3, _s, "SyntheticsServiceException", 0, [], []];
|
|
225
|
+
_s_registry.registerError(exports.SyntheticsServiceException$, SyntheticsServiceException_1.SyntheticsServiceException);
|
|
226
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
227
|
+
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
228
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
229
|
+
[_M],
|
|
230
|
+
[0]
|
|
231
|
+
];
|
|
232
|
+
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
233
|
+
exports.BadRequestException$ = [-3, n0, _BRE,
|
|
234
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
235
|
+
[_M],
|
|
236
|
+
[0]
|
|
237
|
+
];
|
|
238
|
+
n0_registry.registerError(exports.BadRequestException$, errors_1.BadRequestException);
|
|
239
|
+
exports.ConflictException$ = [-3, n0, _CE,
|
|
240
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
241
|
+
[_M],
|
|
242
|
+
[0]
|
|
243
|
+
];
|
|
244
|
+
n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
|
|
245
|
+
exports.InternalFailureException$ = [-3, n0, _IFE,
|
|
246
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
247
|
+
[_M],
|
|
248
|
+
[0]
|
|
249
|
+
];
|
|
250
|
+
n0_registry.registerError(exports.InternalFailureException$, errors_1.InternalFailureException);
|
|
251
|
+
exports.InternalServerException$ = [-3, n0, _ISE,
|
|
252
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
253
|
+
[_M],
|
|
254
|
+
[0]
|
|
255
|
+
];
|
|
256
|
+
n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
|
|
257
|
+
exports.NotFoundException$ = [-3, n0, _NFE,
|
|
258
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
259
|
+
[_M],
|
|
260
|
+
[0]
|
|
261
|
+
];
|
|
262
|
+
n0_registry.registerError(exports.NotFoundException$, errors_1.NotFoundException);
|
|
263
|
+
exports.RequestEntityTooLargeException$ = [-3, n0, _RETLE,
|
|
264
|
+
{ [_e]: _c, [_hE]: 413 },
|
|
265
|
+
[_M],
|
|
266
|
+
[0]
|
|
267
|
+
];
|
|
268
|
+
n0_registry.registerError(exports.RequestEntityTooLargeException$, errors_1.RequestEntityTooLargeException);
|
|
269
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
270
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
271
|
+
[_M],
|
|
272
|
+
[0]
|
|
273
|
+
];
|
|
274
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
275
|
+
exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
276
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
277
|
+
[_M],
|
|
278
|
+
[0]
|
|
279
|
+
];
|
|
280
|
+
n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
|
|
281
|
+
exports.TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
282
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
283
|
+
[_M],
|
|
284
|
+
[0]
|
|
285
|
+
];
|
|
286
|
+
n0_registry.registerError(exports.TooManyRequestsException$, errors_1.TooManyRequestsException);
|
|
287
|
+
exports.ValidationException$ = [-3, n0, _VE,
|
|
288
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
289
|
+
[_M],
|
|
290
|
+
[0]
|
|
291
|
+
];
|
|
292
|
+
n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
|
|
293
|
+
exports.errorTypeRegistries = [
|
|
294
|
+
_s_registry,
|
|
295
|
+
n0_registry,
|
|
296
|
+
];
|
|
297
|
+
exports.ArtifactConfigInput$ = [3, n0, _ACI,
|
|
298
|
+
0,
|
|
299
|
+
[_SE],
|
|
300
|
+
[() => exports.S3EncryptionConfig$]
|
|
301
|
+
];
|
|
302
|
+
exports.ArtifactConfigOutput$ = [3, n0, _ACO,
|
|
303
|
+
0,
|
|
304
|
+
[_SE],
|
|
305
|
+
[() => exports.S3EncryptionConfig$]
|
|
306
|
+
];
|
|
307
|
+
exports.AssociateResourceRequest$ = [3, n0, _ARR,
|
|
308
|
+
0,
|
|
309
|
+
[_GI, _RA],
|
|
310
|
+
[[0, 1], 0], 2
|
|
311
|
+
];
|
|
312
|
+
exports.AssociateResourceResponse$ = [3, n0, _ARRs,
|
|
313
|
+
0,
|
|
314
|
+
[],
|
|
315
|
+
[]
|
|
316
|
+
];
|
|
317
|
+
exports.BaseScreenshot$ = [3, n0, _BS,
|
|
318
|
+
0,
|
|
319
|
+
[_SN, _IC],
|
|
320
|
+
[0, 64 | 0], 1
|
|
321
|
+
];
|
|
322
|
+
exports.BrowserConfig$ = [3, n0, _BC,
|
|
323
|
+
0,
|
|
324
|
+
[_BT],
|
|
325
|
+
[0]
|
|
326
|
+
];
|
|
327
|
+
exports.Canary$ = [3, n0, _C,
|
|
328
|
+
0,
|
|
329
|
+
[_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, () => exports.CanaryCodeOutput$, 0, () => exports.CanaryScheduleOutput$, () => exports.CanaryRunConfigOutput$, 1, 1, () => exports.CanaryStatus$, () => exports.CanaryTimeline$, 0, 0, 0, () => exports.VpcConfigOutput$, () => exports.VisualReferenceOutput$, 0, () => BrowserConfigs, () => EngineConfigs, () => VisualReferencesOutput, 128 | 0, () => exports.ArtifactConfigOutput$, () => exports.DryRunConfigOutput$]
|
|
331
|
+
];
|
|
332
|
+
exports.CanaryCodeInput$ = [3, n0, _CCI,
|
|
333
|
+
0,
|
|
334
|
+
[_SB, _SK, _SV, _ZF, _H, _BTl, _D],
|
|
335
|
+
[0, 0, 0, 21, 0, 64 | 0, () => Dependencies]
|
|
336
|
+
];
|
|
337
|
+
exports.CanaryCodeOutput$ = [3, n0, _CCO,
|
|
338
|
+
0,
|
|
339
|
+
[_SLA, _H, _BTl, _D],
|
|
340
|
+
[0, 0, 64 | 0, () => Dependencies]
|
|
341
|
+
];
|
|
342
|
+
exports.CanaryDryRunConfigOutput$ = [3, n0, _CDRCO,
|
|
343
|
+
0,
|
|
344
|
+
[_DRI],
|
|
345
|
+
[0]
|
|
346
|
+
];
|
|
347
|
+
exports.CanaryLastRun$ = [3, n0, _CLR,
|
|
348
|
+
0,
|
|
349
|
+
[_CN, _LR],
|
|
350
|
+
[0, () => exports.CanaryRun$]
|
|
351
|
+
];
|
|
352
|
+
exports.CanaryRun$ = [3, n0, _CR,
|
|
353
|
+
0,
|
|
354
|
+
[_I, _SRI, _RAe, _N, _St, _T, _ASL, _DRC, _BT],
|
|
355
|
+
[0, 0, 1, 0, () => exports.CanaryRunStatus$, () => exports.CanaryRunTimeline$, 0, () => exports.CanaryDryRunConfigOutput$, 0]
|
|
356
|
+
];
|
|
357
|
+
exports.CanaryRunConfigInput$ = [3, n0, _CRCI,
|
|
358
|
+
0,
|
|
359
|
+
[_TIS, _MIMB, _AT, _EV, _ES],
|
|
360
|
+
[1, 1, 2, 128 | 0, 1]
|
|
361
|
+
];
|
|
362
|
+
exports.CanaryRunConfigOutput$ = [3, n0, _CRCO,
|
|
363
|
+
0,
|
|
364
|
+
[_TIS, _MIMB, _AT, _ES],
|
|
365
|
+
[1, 1, 2, 1]
|
|
366
|
+
];
|
|
367
|
+
exports.CanaryRunStatus$ = [3, n0, _CRS,
|
|
368
|
+
0,
|
|
369
|
+
[_Sta, _SR, _SRC, _TR],
|
|
370
|
+
[0, 0, 0, 0]
|
|
371
|
+
];
|
|
372
|
+
exports.CanaryRunTimeline$ = [3, n0, _CRT,
|
|
373
|
+
0,
|
|
374
|
+
[_Star, _Com, _MTFRAR],
|
|
375
|
+
[4, 4, 4]
|
|
376
|
+
];
|
|
377
|
+
exports.CanaryScheduleInput$ = [3, n0, _CSI,
|
|
378
|
+
0,
|
|
379
|
+
[_E, _DIS, _RCe],
|
|
380
|
+
[0, 1, () => exports.RetryConfigInput$], 1
|
|
381
|
+
];
|
|
382
|
+
exports.CanaryScheduleOutput$ = [3, n0, _CSO,
|
|
383
|
+
0,
|
|
384
|
+
[_E, _DIS, _RCe],
|
|
385
|
+
[0, 1, () => exports.RetryConfigOutput$]
|
|
386
|
+
];
|
|
387
|
+
exports.CanaryStatus$ = [3, n0, _CS,
|
|
388
|
+
0,
|
|
389
|
+
[_Sta, _SR, _SRC],
|
|
390
|
+
[0, 0, 0]
|
|
391
|
+
];
|
|
392
|
+
exports.CanaryTimeline$ = [3, n0, _CT,
|
|
393
|
+
0,
|
|
394
|
+
[_Cr, _LM, _LS, _LSa],
|
|
395
|
+
[4, 4, 4, 4]
|
|
396
|
+
];
|
|
397
|
+
exports.CreateCanaryRequest$ = [3, n0, _CCR,
|
|
398
|
+
0,
|
|
399
|
+
[_N, _Co, _ASL, _ERA, _S, _RV, _RC, _SRPID, _FRPID, _VC, _RTRT, _PRC, _BCr, _Ta, _AC],
|
|
400
|
+
[0, () => exports.CanaryCodeInput$, 0, 0, () => exports.CanaryScheduleInput$, 0, () => exports.CanaryRunConfigInput$, 1, 1, () => exports.VpcConfigInput$, 64 | 0, 0, () => BrowserConfigs, 128 | 0, () => exports.ArtifactConfigInput$], 6
|
|
401
|
+
];
|
|
402
|
+
exports.CreateCanaryResponse$ = [3, n0, _CCRr,
|
|
403
|
+
0,
|
|
404
|
+
[_C],
|
|
405
|
+
[() => exports.Canary$]
|
|
406
|
+
];
|
|
407
|
+
exports.CreateGroupRequest$ = [3, n0, _CGR,
|
|
408
|
+
0,
|
|
409
|
+
[_N, _Ta],
|
|
410
|
+
[0, 128 | 0], 1
|
|
411
|
+
];
|
|
412
|
+
exports.CreateGroupResponse$ = [3, n0, _CGRr,
|
|
413
|
+
0,
|
|
414
|
+
[_G],
|
|
415
|
+
[() => exports.Group$]
|
|
416
|
+
];
|
|
417
|
+
exports.DeleteCanaryRequest$ = [3, n0, _DCR,
|
|
418
|
+
0,
|
|
419
|
+
[_N, _DL],
|
|
420
|
+
[[0, 1], [2, { [_hQ]: _dL }]], 1
|
|
421
|
+
];
|
|
422
|
+
exports.DeleteCanaryResponse$ = [3, n0, _DCRe,
|
|
423
|
+
0,
|
|
424
|
+
[],
|
|
425
|
+
[]
|
|
426
|
+
];
|
|
427
|
+
exports.DeleteGroupRequest$ = [3, n0, _DGR,
|
|
428
|
+
0,
|
|
429
|
+
[_GI],
|
|
430
|
+
[[0, 1]], 1
|
|
431
|
+
];
|
|
432
|
+
exports.DeleteGroupResponse$ = [3, n0, _DGRe,
|
|
433
|
+
0,
|
|
434
|
+
[],
|
|
435
|
+
[]
|
|
436
|
+
];
|
|
437
|
+
exports.Dependency$ = [3, n0, _De,
|
|
438
|
+
0,
|
|
439
|
+
[_R, _Ty],
|
|
440
|
+
[0, 0], 1
|
|
441
|
+
];
|
|
442
|
+
exports.DescribeCanariesLastRunRequest$ = [3, n0, _DCLRR,
|
|
443
|
+
0,
|
|
444
|
+
[_NT, _MR, _Na, _BT],
|
|
445
|
+
[0, 1, 64 | 0, 0]
|
|
446
|
+
];
|
|
447
|
+
exports.DescribeCanariesLastRunResponse$ = [3, n0, _DCLRRe,
|
|
448
|
+
0,
|
|
449
|
+
[_CLRa, _NT],
|
|
450
|
+
[() => CanariesLastRun, 0]
|
|
451
|
+
];
|
|
452
|
+
exports.DescribeCanariesRequest$ = [3, n0, _DCRes,
|
|
453
|
+
0,
|
|
454
|
+
[_NT, _MR, _Na],
|
|
455
|
+
[0, 1, 64 | 0]
|
|
456
|
+
];
|
|
457
|
+
exports.DescribeCanariesResponse$ = [3, n0, _DCResc,
|
|
458
|
+
0,
|
|
459
|
+
[_Ca, _NT],
|
|
460
|
+
[() => Canaries, 0]
|
|
461
|
+
];
|
|
462
|
+
exports.DescribeRuntimeVersionsRequest$ = [3, n0, _DRVR,
|
|
463
|
+
0,
|
|
464
|
+
[_NT, _MR],
|
|
465
|
+
[0, 1]
|
|
466
|
+
];
|
|
467
|
+
exports.DescribeRuntimeVersionsResponse$ = [3, n0, _DRVRe,
|
|
468
|
+
0,
|
|
469
|
+
[_RVu, _NT],
|
|
470
|
+
[() => RuntimeVersionList, 0]
|
|
471
|
+
];
|
|
472
|
+
exports.DisassociateResourceRequest$ = [3, n0, _DRR,
|
|
473
|
+
0,
|
|
474
|
+
[_GI, _RA],
|
|
475
|
+
[[0, 1], 0], 2
|
|
476
|
+
];
|
|
477
|
+
exports.DisassociateResourceResponse$ = [3, n0, _DRRi,
|
|
478
|
+
0,
|
|
479
|
+
[],
|
|
480
|
+
[]
|
|
481
|
+
];
|
|
482
|
+
exports.DryRunConfigOutput$ = [3, n0, _DRCO,
|
|
483
|
+
0,
|
|
484
|
+
[_DRI, _LDRES],
|
|
485
|
+
[0, 0]
|
|
486
|
+
];
|
|
487
|
+
exports.EngineConfig$ = [3, n0, _ECn,
|
|
488
|
+
0,
|
|
489
|
+
[_EA, _BT],
|
|
490
|
+
[0, 0]
|
|
491
|
+
];
|
|
492
|
+
exports.GetCanaryRequest$ = [3, n0, _GCR,
|
|
493
|
+
0,
|
|
494
|
+
[_N, _DRI],
|
|
495
|
+
[[0, 1], [0, { [_hQ]: _dRI }]], 1
|
|
496
|
+
];
|
|
497
|
+
exports.GetCanaryResponse$ = [3, n0, _GCRe,
|
|
498
|
+
0,
|
|
499
|
+
[_C],
|
|
500
|
+
[() => exports.Canary$]
|
|
501
|
+
];
|
|
502
|
+
exports.GetCanaryRunsRequest$ = [3, n0, _GCRR,
|
|
503
|
+
0,
|
|
504
|
+
[_N, _NT, _MR, _DRI, _RT],
|
|
505
|
+
[[0, 1], 0, 1, 0, 0], 1
|
|
506
|
+
];
|
|
507
|
+
exports.GetCanaryRunsResponse$ = [3, n0, _GCRRe,
|
|
508
|
+
0,
|
|
509
|
+
[_CRa, _NT],
|
|
510
|
+
[() => CanaryRuns, 0]
|
|
511
|
+
];
|
|
512
|
+
exports.GetGroupRequest$ = [3, n0, _GGR,
|
|
513
|
+
0,
|
|
514
|
+
[_GI],
|
|
515
|
+
[[0, 1]], 1
|
|
516
|
+
];
|
|
517
|
+
exports.GetGroupResponse$ = [3, n0, _GGRe,
|
|
518
|
+
0,
|
|
519
|
+
[_G],
|
|
520
|
+
[() => exports.Group$]
|
|
521
|
+
];
|
|
522
|
+
exports.Group$ = [3, n0, _G,
|
|
523
|
+
0,
|
|
524
|
+
[_I, _N, _A, _Ta, _CTr, _LMT],
|
|
525
|
+
[0, 0, 0, 128 | 0, 4, 4]
|
|
526
|
+
];
|
|
527
|
+
exports.GroupSummary$ = [3, n0, _GS,
|
|
528
|
+
0,
|
|
529
|
+
[_I, _N, _A],
|
|
530
|
+
[0, 0, 0]
|
|
531
|
+
];
|
|
532
|
+
exports.ListAssociatedGroupsRequest$ = [3, n0, _LAGR,
|
|
533
|
+
0,
|
|
534
|
+
[_RA, _NT, _MR],
|
|
535
|
+
[[0, 1], 0, 1], 1
|
|
536
|
+
];
|
|
537
|
+
exports.ListAssociatedGroupsResponse$ = [3, n0, _LAGRi,
|
|
538
|
+
0,
|
|
539
|
+
[_Gr, _NT],
|
|
540
|
+
[() => GroupSummaryList, 0]
|
|
541
|
+
];
|
|
542
|
+
exports.ListGroupResourcesRequest$ = [3, n0, _LGRR,
|
|
543
|
+
0,
|
|
544
|
+
[_GI, _NT, _MR],
|
|
545
|
+
[[0, 1], 0, 1], 1
|
|
546
|
+
];
|
|
547
|
+
exports.ListGroupResourcesResponse$ = [3, n0, _LGRRi,
|
|
548
|
+
0,
|
|
549
|
+
[_Re, _NT],
|
|
550
|
+
[64 | 0, 0]
|
|
551
|
+
];
|
|
552
|
+
exports.ListGroupsRequest$ = [3, n0, _LGR,
|
|
553
|
+
0,
|
|
554
|
+
[_NT, _MR],
|
|
555
|
+
[0, 1]
|
|
556
|
+
];
|
|
557
|
+
exports.ListGroupsResponse$ = [3, n0, _LGRi,
|
|
558
|
+
0,
|
|
559
|
+
[_Gr, _NT],
|
|
560
|
+
[() => GroupSummaryList, 0]
|
|
561
|
+
];
|
|
562
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
563
|
+
0,
|
|
564
|
+
[_RA],
|
|
565
|
+
[[0, 1]], 1
|
|
566
|
+
];
|
|
567
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
568
|
+
0,
|
|
569
|
+
[_Ta],
|
|
570
|
+
[128 | 0]
|
|
571
|
+
];
|
|
572
|
+
exports.RetryConfigInput$ = [3, n0, _RCI,
|
|
573
|
+
0,
|
|
574
|
+
[_MRa],
|
|
575
|
+
[1], 1
|
|
576
|
+
];
|
|
577
|
+
exports.RetryConfigOutput$ = [3, n0, _RCO,
|
|
578
|
+
0,
|
|
579
|
+
[_MRa],
|
|
580
|
+
[1]
|
|
581
|
+
];
|
|
582
|
+
exports.RuntimeVersion$ = [3, n0, _RV,
|
|
583
|
+
0,
|
|
584
|
+
[_VN, _Des, _RD, _DD],
|
|
585
|
+
[0, 0, 4, 4]
|
|
586
|
+
];
|
|
587
|
+
exports.S3EncryptionConfig$ = [3, n0, _SEC,
|
|
588
|
+
0,
|
|
589
|
+
[_EM, _KKA],
|
|
590
|
+
[0, 0]
|
|
591
|
+
];
|
|
592
|
+
exports.StartCanaryDryRunRequest$ = [3, n0, _SCDRR,
|
|
593
|
+
0,
|
|
594
|
+
[_N, _Co, _RV, _RC, _VC, _ERA, _SRPID, _FRPID, _VR, _ASL, _AC, _PRC, _BCr, _VRi],
|
|
595
|
+
[[0, 1], () => exports.CanaryCodeInput$, 0, () => exports.CanaryRunConfigInput$, () => exports.VpcConfigInput$, 0, 1, 1, () => exports.VisualReferenceInput$, 0, () => exports.ArtifactConfigInput$, 0, () => BrowserConfigs, () => VisualReferences], 1
|
|
596
|
+
];
|
|
597
|
+
exports.StartCanaryDryRunResponse$ = [3, n0, _SCDRRt,
|
|
598
|
+
0,
|
|
599
|
+
[_DRC],
|
|
600
|
+
[() => exports.DryRunConfigOutput$]
|
|
601
|
+
];
|
|
602
|
+
exports.StartCanaryRequest$ = [3, n0, _SCR,
|
|
603
|
+
0,
|
|
604
|
+
[_N],
|
|
605
|
+
[[0, 1]], 1
|
|
606
|
+
];
|
|
607
|
+
exports.StartCanaryResponse$ = [3, n0, _SCRt,
|
|
608
|
+
0,
|
|
609
|
+
[],
|
|
610
|
+
[]
|
|
611
|
+
];
|
|
612
|
+
exports.StopCanaryRequest$ = [3, n0, _SCRto,
|
|
613
|
+
0,
|
|
614
|
+
[_N],
|
|
615
|
+
[[0, 1]], 1
|
|
616
|
+
];
|
|
617
|
+
exports.StopCanaryResponse$ = [3, n0, _SCRtop,
|
|
618
|
+
0,
|
|
619
|
+
[],
|
|
620
|
+
[]
|
|
621
|
+
];
|
|
622
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
623
|
+
0,
|
|
624
|
+
[_RA, _Ta],
|
|
625
|
+
[[0, 1], 128 | 0], 2
|
|
626
|
+
];
|
|
627
|
+
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
628
|
+
0,
|
|
629
|
+
[],
|
|
630
|
+
[]
|
|
631
|
+
];
|
|
632
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
633
|
+
0,
|
|
634
|
+
[_RA, _TK],
|
|
635
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
636
|
+
];
|
|
637
|
+
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
638
|
+
0,
|
|
639
|
+
[],
|
|
640
|
+
[]
|
|
641
|
+
];
|
|
642
|
+
exports.UpdateCanaryRequest$ = [3, n0, _UCR,
|
|
643
|
+
0,
|
|
644
|
+
[_N, _Co, _ERA, _RV, _S, _RC, _SRPID, _FRPID, _VC, _VR, _ASL, _AC, _PRC, _DRI, _VRi, _BCr],
|
|
645
|
+
[[0, 1], () => exports.CanaryCodeInput$, 0, 0, () => exports.CanaryScheduleInput$, () => exports.CanaryRunConfigInput$, 1, 1, () => exports.VpcConfigInput$, () => exports.VisualReferenceInput$, 0, () => exports.ArtifactConfigInput$, 0, 0, () => VisualReferences, () => BrowserConfigs], 1
|
|
646
|
+
];
|
|
647
|
+
exports.UpdateCanaryResponse$ = [3, n0, _UCRp,
|
|
648
|
+
0,
|
|
649
|
+
[],
|
|
650
|
+
[]
|
|
651
|
+
];
|
|
652
|
+
exports.VisualReferenceInput$ = [3, n0, _VRI,
|
|
653
|
+
0,
|
|
654
|
+
[_BCRI, _BSa, _BT],
|
|
655
|
+
[0, () => BaseScreenshots, 0], 1
|
|
656
|
+
];
|
|
657
|
+
exports.VisualReferenceOutput$ = [3, n0, _VRO,
|
|
658
|
+
0,
|
|
659
|
+
[_BSa, _BCRI, _BT],
|
|
660
|
+
[() => BaseScreenshots, 0, 0]
|
|
661
|
+
];
|
|
662
|
+
exports.VpcConfigInput$ = [3, n0, _VCI,
|
|
663
|
+
0,
|
|
664
|
+
[_SI, _SGI, _IAFDS],
|
|
665
|
+
[64 | 0, 64 | 0, 2]
|
|
666
|
+
];
|
|
667
|
+
exports.VpcConfigOutput$ = [3, n0, _VCO,
|
|
668
|
+
0,
|
|
669
|
+
[_VI, _SI, _SGI, _IAFDS],
|
|
670
|
+
[0, 64 | 0, 64 | 0, 2]
|
|
671
|
+
];
|
|
672
|
+
var BaseScreenshotIgnoreCoordinates = 64 | 0;
|
|
673
|
+
var BaseScreenshots = [1, n0, _BSa,
|
|
674
|
+
0, () => exports.BaseScreenshot$
|
|
675
|
+
];
|
|
676
|
+
var BlueprintTypes = 64 | 0;
|
|
677
|
+
var BrowserConfigs = [1, n0, _BCr,
|
|
678
|
+
0, () => exports.BrowserConfig$
|
|
679
|
+
];
|
|
680
|
+
var Canaries = [1, n0, _Ca,
|
|
681
|
+
0, () => exports.Canary$
|
|
682
|
+
];
|
|
683
|
+
var CanariesLastRun = [1, n0, _CLRa,
|
|
684
|
+
0, () => exports.CanaryLastRun$
|
|
685
|
+
];
|
|
686
|
+
var CanaryRuns = [1, n0, _CRa,
|
|
687
|
+
0, () => exports.CanaryRun$
|
|
688
|
+
];
|
|
689
|
+
var Dependencies = [1, n0, _D,
|
|
690
|
+
0, () => exports.Dependency$
|
|
691
|
+
];
|
|
692
|
+
var DescribeCanariesLastRunNameFilter = 64 | 0;
|
|
693
|
+
var DescribeCanariesNameFilter = 64 | 0;
|
|
694
|
+
var EngineConfigs = [1, n0, _EC,
|
|
695
|
+
0, () => exports.EngineConfig$
|
|
696
|
+
];
|
|
697
|
+
var GroupSummaryList = [1, n0, _GSL,
|
|
698
|
+
0, () => exports.GroupSummary$
|
|
699
|
+
];
|
|
700
|
+
var ResourceList = 64 | 0;
|
|
701
|
+
var RuntimeVersionList = [1, n0, _RVL,
|
|
702
|
+
0, () => exports.RuntimeVersion$
|
|
703
|
+
];
|
|
704
|
+
var SecurityGroupIds = 64 | 0;
|
|
705
|
+
var StringList = 64 | 0;
|
|
706
|
+
var SubnetIds = 64 | 0;
|
|
707
|
+
var TagKeyList = 64 | 0;
|
|
708
|
+
var VisualReferences = [1, n0, _VRi,
|
|
709
|
+
0, () => exports.VisualReferenceInput$
|
|
710
|
+
];
|
|
711
|
+
var VisualReferencesOutput = [1, n0, _VROi,
|
|
712
|
+
0, () => exports.VisualReferenceOutput$
|
|
713
|
+
];
|
|
714
|
+
var EnvironmentVariablesMap = 128 | 0;
|
|
715
|
+
var TagMap = 128 | 0;
|
|
716
|
+
exports.AssociateResource$ = [9, n0, _AR,
|
|
717
|
+
{ [_h]: ["PATCH", "/group/{GroupIdentifier}/associate", 200] }, () => exports.AssociateResourceRequest$, () => exports.AssociateResourceResponse$
|
|
718
|
+
];
|
|
719
|
+
exports.CreateCanary$ = [9, n0, _CC,
|
|
720
|
+
{ [_h]: ["POST", "/canary", 200] }, () => exports.CreateCanaryRequest$, () => exports.CreateCanaryResponse$
|
|
721
|
+
];
|
|
722
|
+
exports.CreateGroup$ = [9, n0, _CG,
|
|
723
|
+
{ [_h]: ["POST", "/group", 200] }, () => exports.CreateGroupRequest$, () => exports.CreateGroupResponse$
|
|
724
|
+
];
|
|
725
|
+
exports.DeleteCanary$ = [9, n0, _DC,
|
|
726
|
+
{ [_h]: ["DELETE", "/canary/{Name}", 200] }, () => exports.DeleteCanaryRequest$, () => exports.DeleteCanaryResponse$
|
|
727
|
+
];
|
|
728
|
+
exports.DeleteGroup$ = [9, n0, _DG,
|
|
729
|
+
{ [_h]: ["DELETE", "/group/{GroupIdentifier}", 200] }, () => exports.DeleteGroupRequest$, () => exports.DeleteGroupResponse$
|
|
730
|
+
];
|
|
731
|
+
exports.DescribeCanaries$ = [9, n0, _DCe,
|
|
732
|
+
{ [_h]: ["POST", "/canaries", 200] }, () => exports.DescribeCanariesRequest$, () => exports.DescribeCanariesResponse$
|
|
733
|
+
];
|
|
734
|
+
exports.DescribeCanariesLastRun$ = [9, n0, _DCLR,
|
|
735
|
+
{ [_h]: ["POST", "/canaries/last-run", 200] }, () => exports.DescribeCanariesLastRunRequest$, () => exports.DescribeCanariesLastRunResponse$
|
|
736
|
+
];
|
|
737
|
+
exports.DescribeRuntimeVersions$ = [9, n0, _DRV,
|
|
738
|
+
{ [_h]: ["POST", "/runtime-versions", 200] }, () => exports.DescribeRuntimeVersionsRequest$, () => exports.DescribeRuntimeVersionsResponse$
|
|
739
|
+
];
|
|
740
|
+
exports.DisassociateResource$ = [9, n0, _DR,
|
|
741
|
+
{ [_h]: ["PATCH", "/group/{GroupIdentifier}/disassociate", 200] }, () => exports.DisassociateResourceRequest$, () => exports.DisassociateResourceResponse$
|
|
742
|
+
];
|
|
743
|
+
exports.GetCanary$ = [9, n0, _GC,
|
|
744
|
+
{ [_h]: ["GET", "/canary/{Name}", 200] }, () => exports.GetCanaryRequest$, () => exports.GetCanaryResponse$
|
|
745
|
+
];
|
|
746
|
+
exports.GetCanaryRuns$ = [9, n0, _GCRet,
|
|
747
|
+
{ [_h]: ["POST", "/canary/{Name}/runs", 200] }, () => exports.GetCanaryRunsRequest$, () => exports.GetCanaryRunsResponse$
|
|
748
|
+
];
|
|
749
|
+
exports.GetGroup$ = [9, n0, _GG,
|
|
750
|
+
{ [_h]: ["GET", "/group/{GroupIdentifier}", 200] }, () => exports.GetGroupRequest$, () => exports.GetGroupResponse$
|
|
751
|
+
];
|
|
752
|
+
exports.ListAssociatedGroups$ = [9, n0, _LAG,
|
|
753
|
+
{ [_h]: ["POST", "/resource/{ResourceArn}/groups", 200] }, () => exports.ListAssociatedGroupsRequest$, () => exports.ListAssociatedGroupsResponse$
|
|
754
|
+
];
|
|
755
|
+
exports.ListGroupResources$ = [9, n0, _LGRis,
|
|
756
|
+
{ [_h]: ["POST", "/group/{GroupIdentifier}/resources", 200] }, () => exports.ListGroupResourcesRequest$, () => exports.ListGroupResourcesResponse$
|
|
757
|
+
];
|
|
758
|
+
exports.ListGroups$ = [9, n0, _LG,
|
|
759
|
+
{ [_h]: ["POST", "/groups", 200] }, () => exports.ListGroupsRequest$, () => exports.ListGroupsResponse$
|
|
760
|
+
];
|
|
761
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
762
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
763
|
+
];
|
|
764
|
+
exports.StartCanary$ = [9, n0, _SC,
|
|
765
|
+
{ [_h]: ["POST", "/canary/{Name}/start", 200] }, () => exports.StartCanaryRequest$, () => exports.StartCanaryResponse$
|
|
766
|
+
];
|
|
767
|
+
exports.StartCanaryDryRun$ = [9, n0, _SCDR,
|
|
768
|
+
{ [_h]: ["POST", "/canary/{Name}/dry-run/start", 200] }, () => exports.StartCanaryDryRunRequest$, () => exports.StartCanaryDryRunResponse$
|
|
769
|
+
];
|
|
770
|
+
exports.StopCanary$ = [9, n0, _SCt,
|
|
771
|
+
{ [_h]: ["POST", "/canary/{Name}/stop", 200] }, () => exports.StopCanaryRequest$, () => exports.StopCanaryResponse$
|
|
772
|
+
];
|
|
773
|
+
exports.TagResource$ = [9, n0, _TRa,
|
|
774
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
775
|
+
];
|
|
776
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
777
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
|
|
778
|
+
];
|
|
779
|
+
exports.UpdateCanary$ = [9, n0, _UC,
|
|
780
|
+
{ [_h]: ["PATCH", "/canary/{Name}", 200] }, () => exports.UpdateCanaryRequest$, () => exports.UpdateCanaryResponse$
|
|
781
|
+
];
|