@aws-sdk/client-synthetics 3.121.0 → 3.128.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/Synthetics.js +120 -0
  4. package/dist-cjs/commands/AssociateResourceCommand.js +36 -0
  5. package/dist-cjs/commands/CreateGroupCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteGroupCommand.js +36 -0
  7. package/dist-cjs/commands/DisassociateResourceCommand.js +36 -0
  8. package/dist-cjs/commands/GetGroupCommand.js +36 -0
  9. package/dist-cjs/commands/ListAssociatedGroupsCommand.js +36 -0
  10. package/dist-cjs/commands/ListGroupResourcesCommand.js +36 -0
  11. package/dist-cjs/commands/ListGroupsCommand.js +36 -0
  12. package/dist-cjs/commands/index.js +8 -0
  13. package/dist-cjs/models/models_0.js +236 -58
  14. package/dist-cjs/pagination/ListAssociatedGroupsPaginator.js +36 -0
  15. package/dist-cjs/pagination/ListGroupResourcesPaginator.js +36 -0
  16. package/dist-cjs/pagination/ListGroupsPaginator.js +36 -0
  17. package/dist-cjs/pagination/index.js +3 -0
  18. package/dist-cjs/protocols/Aws_restJson1.js +874 -221
  19. package/dist-es/Synthetics.js +120 -0
  20. package/dist-es/commands/AssociateResourceCommand.js +39 -0
  21. package/dist-es/commands/CreateGroupCommand.js +39 -0
  22. package/dist-es/commands/DeleteGroupCommand.js +39 -0
  23. package/dist-es/commands/DisassociateResourceCommand.js +39 -0
  24. package/dist-es/commands/GetGroupCommand.js +39 -0
  25. package/dist-es/commands/ListAssociatedGroupsCommand.js +39 -0
  26. package/dist-es/commands/ListGroupResourcesCommand.js +39 -0
  27. package/dist-es/commands/ListGroupsCommand.js +39 -0
  28. package/dist-es/commands/index.js +8 -0
  29. package/dist-es/models/models_0.js +189 -52
  30. package/dist-es/pagination/ListAssociatedGroupsPaginator.js +75 -0
  31. package/dist-es/pagination/ListGroupResourcesPaginator.js +75 -0
  32. package/dist-es/pagination/ListGroupsPaginator.js +75 -0
  33. package/dist-es/pagination/index.js +3 -0
  34. package/dist-es/protocols/Aws_restJson1.js +1088 -237
  35. package/dist-types/Synthetics.d.ts +90 -11
  36. package/dist-types/SyntheticsClient.d.ts +10 -2
  37. package/dist-types/commands/AssociateResourceCommand.d.ts +38 -0
  38. package/dist-types/commands/CreateCanaryCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateGroupCommand.d.ts +47 -0
  40. package/dist-types/commands/DeleteCanaryCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteGroupCommand.d.ts +39 -0
  42. package/dist-types/commands/DisassociateResourceCommand.d.ts +35 -0
  43. package/dist-types/commands/GetGroupCommand.d.ts +36 -0
  44. package/dist-types/commands/ListAssociatedGroupsCommand.d.ts +36 -0
  45. package/dist-types/commands/ListGroupResourcesCommand.d.ts +35 -0
  46. package/dist-types/commands/ListGroupsCommand.d.ts +36 -0
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  48. package/dist-types/commands/StopCanaryCommand.d.ts +1 -2
  49. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  50. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateCanaryCommand.d.ts +1 -1
  52. package/dist-types/commands/index.d.ts +8 -0
  53. package/dist-types/models/models_0.d.ts +450 -52
  54. package/dist-types/pagination/ListAssociatedGroupsPaginator.d.ts +4 -0
  55. package/dist-types/pagination/ListGroupResourcesPaginator.d.ts +4 -0
  56. package/dist-types/pagination/ListGroupsPaginator.d.ts +4 -0
  57. package/dist-types/pagination/index.d.ts +3 -0
  58. package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
  59. package/dist-types/ts3.4/Synthetics.d.ts +40 -0
  60. package/dist-types/ts3.4/SyntheticsClient.d.ts +10 -2
  61. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListAssociatedGroupsCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +243 -27
  71. package/dist-types/ts3.4/pagination/ListAssociatedGroupsPaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/ListGroupResourcesPaginator.d.ts +4 -0
  73. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +4 -0
  74. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  75. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  76. package/package.json +26 -26
@@ -1,8 +1,42 @@
1
1
  import { __assign, __awaiter, __generator, __read } from "tslib";
2
2
  import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
3
3
  import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, parseEpochTimestamp as __parseEpochTimestamp, } from "@aws-sdk/smithy-client";
4
- import { ConflictException, InternalServerException, RequestEntityTooLargeException, ResourceNotFoundException, ValidationException, } from "../models/models_0";
4
+ import { BadRequestException, ConflictException, InternalFailureException, InternalServerException, NotFoundException, RequestEntityTooLargeException, ResourceNotFoundException, ServiceQuotaExceededException, TooManyRequestsException, ValidationException, } from "../models/models_0";
5
5
  import { SyntheticsServiceException as __BaseException } from "../models/SyntheticsServiceException";
6
+ export var serializeAws_restJson1AssociateResourceCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
7
+ var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, body;
8
+ return __generator(this, function (_c) {
9
+ switch (_c.label) {
10
+ case 0: return [4, context.endpoint()];
11
+ case 1:
12
+ _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
13
+ headers = {
14
+ "content-type": "application/json",
15
+ };
16
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/group/{GroupIdentifier}/associate";
17
+ if (input.GroupIdentifier !== undefined) {
18
+ labelValue = input.GroupIdentifier;
19
+ if (labelValue.length <= 0) {
20
+ throw new Error("Empty value provided for input HTTP label: GroupIdentifier.");
21
+ }
22
+ resolvedPath = resolvedPath.replace("{GroupIdentifier}", __extendedEncodeURIComponent(labelValue));
23
+ }
24
+ else {
25
+ throw new Error("No value provided for input HTTP label: GroupIdentifier.");
26
+ }
27
+ body = JSON.stringify(__assign({}, (input.ResourceArn != null && { ResourceArn: input.ResourceArn })));
28
+ return [2, new __HttpRequest({
29
+ protocol: protocol,
30
+ hostname: hostname,
31
+ port: port,
32
+ method: "PATCH",
33
+ headers: headers,
34
+ path: resolvedPath,
35
+ body: body,
36
+ })];
37
+ }
38
+ });
39
+ }); };
6
40
  export var serializeAws_restJson1CreateCanaryCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
7
41
  var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, body;
8
42
  return __generator(this, function (_c) {
@@ -14,23 +48,37 @@ export var serializeAws_restJson1CreateCanaryCommand = function (input, context)
14
48
  "content-type": "application/json",
15
49
  };
16
50
  resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/canary";
17
- body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ArtifactConfig !== undefined &&
18
- input.ArtifactConfig !== null && {
51
+ body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ArtifactConfig != null && {
19
52
  ArtifactConfig: serializeAws_restJson1ArtifactConfigInput(input.ArtifactConfig, context),
20
- })), (input.ArtifactS3Location !== undefined &&
21
- input.ArtifactS3Location !== null && { ArtifactS3Location: input.ArtifactS3Location })), (input.Code !== undefined &&
22
- input.Code !== null && { Code: serializeAws_restJson1CanaryCodeInput(input.Code, context) })), (input.ExecutionRoleArn !== undefined &&
23
- input.ExecutionRoleArn !== null && { ExecutionRoleArn: input.ExecutionRoleArn })), (input.FailureRetentionPeriodInDays !== undefined &&
24
- input.FailureRetentionPeriodInDays !== null && {
53
+ })), (input.ArtifactS3Location != null && { ArtifactS3Location: input.ArtifactS3Location })), (input.Code != null && { Code: serializeAws_restJson1CanaryCodeInput(input.Code, context) })), (input.ExecutionRoleArn != null && { ExecutionRoleArn: input.ExecutionRoleArn })), (input.FailureRetentionPeriodInDays != null && {
25
54
  FailureRetentionPeriodInDays: input.FailureRetentionPeriodInDays,
26
- })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.RunConfig !== undefined &&
27
- input.RunConfig !== null && { RunConfig: serializeAws_restJson1CanaryRunConfigInput(input.RunConfig, context) })), (input.RuntimeVersion !== undefined &&
28
- input.RuntimeVersion !== null && { RuntimeVersion: input.RuntimeVersion })), (input.Schedule !== undefined &&
29
- input.Schedule !== null && { Schedule: serializeAws_restJson1CanaryScheduleInput(input.Schedule, context) })), (input.SuccessRetentionPeriodInDays !== undefined &&
30
- input.SuccessRetentionPeriodInDays !== null && {
55
+ })), (input.Name != null && { Name: input.Name })), (input.RunConfig != null && { RunConfig: serializeAws_restJson1CanaryRunConfigInput(input.RunConfig, context) })), (input.RuntimeVersion != null && { RuntimeVersion: input.RuntimeVersion })), (input.Schedule != null && { Schedule: serializeAws_restJson1CanaryScheduleInput(input.Schedule, context) })), (input.SuccessRetentionPeriodInDays != null && {
31
56
  SuccessRetentionPeriodInDays: input.SuccessRetentionPeriodInDays,
32
- })), (input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_restJson1TagMap(input.Tags, context) })), (input.VpcConfig !== undefined &&
33
- input.VpcConfig !== null && { VpcConfig: serializeAws_restJson1VpcConfigInput(input.VpcConfig, context) })));
57
+ })), (input.Tags != null && { Tags: serializeAws_restJson1TagMap(input.Tags, context) })), (input.VpcConfig != null && { VpcConfig: serializeAws_restJson1VpcConfigInput(input.VpcConfig, context) })));
58
+ return [2, new __HttpRequest({
59
+ protocol: protocol,
60
+ hostname: hostname,
61
+ port: port,
62
+ method: "POST",
63
+ headers: headers,
64
+ path: resolvedPath,
65
+ body: body,
66
+ })];
67
+ }
68
+ });
69
+ }); };
70
+ export var serializeAws_restJson1CreateGroupCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
71
+ var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, body;
72
+ return __generator(this, function (_c) {
73
+ switch (_c.label) {
74
+ case 0: return [4, context.endpoint()];
75
+ case 1:
76
+ _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
77
+ headers = {
78
+ "content-type": "application/json",
79
+ };
80
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/group";
81
+ body = JSON.stringify(__assign(__assign({}, (input.Name != null && { Name: input.Name })), (input.Tags != null && { Tags: serializeAws_restJson1TagMap(input.Tags, context) })));
34
82
  return [2, new __HttpRequest({
35
83
  protocol: protocol,
36
84
  hostname: hostname,
@@ -76,6 +124,37 @@ export var serializeAws_restJson1DeleteCanaryCommand = function (input, context)
76
124
  }
77
125
  });
78
126
  }); };
127
+ export var serializeAws_restJson1DeleteGroupCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
128
+ var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, body;
129
+ return __generator(this, function (_c) {
130
+ switch (_c.label) {
131
+ case 0: return [4, context.endpoint()];
132
+ case 1:
133
+ _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
134
+ headers = {};
135
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/group/{GroupIdentifier}";
136
+ if (input.GroupIdentifier !== undefined) {
137
+ labelValue = input.GroupIdentifier;
138
+ if (labelValue.length <= 0) {
139
+ throw new Error("Empty value provided for input HTTP label: GroupIdentifier.");
140
+ }
141
+ resolvedPath = resolvedPath.replace("{GroupIdentifier}", __extendedEncodeURIComponent(labelValue));
142
+ }
143
+ else {
144
+ throw new Error("No value provided for input HTTP label: GroupIdentifier.");
145
+ }
146
+ return [2, new __HttpRequest({
147
+ protocol: protocol,
148
+ hostname: hostname,
149
+ port: port,
150
+ method: "DELETE",
151
+ headers: headers,
152
+ path: resolvedPath,
153
+ body: body,
154
+ })];
155
+ }
156
+ });
157
+ }); };
79
158
  export var serializeAws_restJson1DescribeCanariesCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
80
159
  var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, body;
81
160
  return __generator(this, function (_c) {
@@ -87,8 +166,7 @@ export var serializeAws_restJson1DescribeCanariesCommand = function (input, cont
87
166
  "content-type": "application/json",
88
167
  };
89
168
  resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/canaries";
90
- body = JSON.stringify(__assign(__assign(__assign({}, (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.Names !== undefined &&
91
- input.Names !== null && { Names: serializeAws_restJson1DescribeCanariesNameFilter(input.Names, context) })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })));
169
+ body = JSON.stringify(__assign(__assign(__assign({}, (input.MaxResults != null && { MaxResults: input.MaxResults })), (input.Names != null && { Names: serializeAws_restJson1DescribeCanariesNameFilter(input.Names, context) })), (input.NextToken != null && { NextToken: input.NextToken })));
92
170
  return [2, new __HttpRequest({
93
171
  protocol: protocol,
94
172
  hostname: hostname,
@@ -112,8 +190,9 @@ export var serializeAws_restJson1DescribeCanariesLastRunCommand = function (inpu
112
190
  "content-type": "application/json",
113
191
  };
114
192
  resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/canaries/last-run";
115
- body = JSON.stringify(__assign(__assign(__assign({}, (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.Names !== undefined &&
116
- input.Names !== null && { Names: serializeAws_restJson1DescribeCanariesLastRunNameFilter(input.Names, context) })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })));
193
+ body = JSON.stringify(__assign(__assign(__assign({}, (input.MaxResults != null && { MaxResults: input.MaxResults })), (input.Names != null && {
194
+ Names: serializeAws_restJson1DescribeCanariesLastRunNameFilter(input.Names, context),
195
+ })), (input.NextToken != null && { NextToken: input.NextToken })));
117
196
  return [2, new __HttpRequest({
118
197
  protocol: protocol,
119
198
  hostname: hostname,
@@ -137,7 +216,7 @@ export var serializeAws_restJson1DescribeRuntimeVersionsCommand = function (inpu
137
216
  "content-type": "application/json",
138
217
  };
139
218
  resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/runtime-versions";
140
- body = JSON.stringify(__assign(__assign({}, (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })));
219
+ body = JSON.stringify(__assign(__assign({}, (input.MaxResults != null && { MaxResults: input.MaxResults })), (input.NextToken != null && { NextToken: input.NextToken })));
141
220
  return [2, new __HttpRequest({
142
221
  protocol: protocol,
143
222
  hostname: hostname,
@@ -150,6 +229,40 @@ export var serializeAws_restJson1DescribeRuntimeVersionsCommand = function (inpu
150
229
  }
151
230
  });
152
231
  }); };
232
+ export var serializeAws_restJson1DisassociateResourceCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
233
+ var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, body;
234
+ return __generator(this, function (_c) {
235
+ switch (_c.label) {
236
+ case 0: return [4, context.endpoint()];
237
+ case 1:
238
+ _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
239
+ headers = {
240
+ "content-type": "application/json",
241
+ };
242
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/group/{GroupIdentifier}/disassociate";
243
+ if (input.GroupIdentifier !== undefined) {
244
+ labelValue = input.GroupIdentifier;
245
+ if (labelValue.length <= 0) {
246
+ throw new Error("Empty value provided for input HTTP label: GroupIdentifier.");
247
+ }
248
+ resolvedPath = resolvedPath.replace("{GroupIdentifier}", __extendedEncodeURIComponent(labelValue));
249
+ }
250
+ else {
251
+ throw new Error("No value provided for input HTTP label: GroupIdentifier.");
252
+ }
253
+ body = JSON.stringify(__assign({}, (input.ResourceArn != null && { ResourceArn: input.ResourceArn })));
254
+ return [2, new __HttpRequest({
255
+ protocol: protocol,
256
+ hostname: hostname,
257
+ port: port,
258
+ method: "PATCH",
259
+ headers: headers,
260
+ path: resolvedPath,
261
+ body: body,
262
+ })];
263
+ }
264
+ });
265
+ }); };
153
266
  export var serializeAws_restJson1GetCanaryCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
154
267
  var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, body;
155
268
  return __generator(this, function (_c) {
@@ -202,7 +315,130 @@ export var serializeAws_restJson1GetCanaryRunsCommand = function (input, context
202
315
  else {
203
316
  throw new Error("No value provided for input HTTP label: Name.");
204
317
  }
205
- body = JSON.stringify(__assign(__assign({}, (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })));
318
+ body = JSON.stringify(__assign(__assign({}, (input.MaxResults != null && { MaxResults: input.MaxResults })), (input.NextToken != null && { NextToken: input.NextToken })));
319
+ return [2, new __HttpRequest({
320
+ protocol: protocol,
321
+ hostname: hostname,
322
+ port: port,
323
+ method: "POST",
324
+ headers: headers,
325
+ path: resolvedPath,
326
+ body: body,
327
+ })];
328
+ }
329
+ });
330
+ }); };
331
+ export var serializeAws_restJson1GetGroupCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
332
+ var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, body;
333
+ return __generator(this, function (_c) {
334
+ switch (_c.label) {
335
+ case 0: return [4, context.endpoint()];
336
+ case 1:
337
+ _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
338
+ headers = {};
339
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/group/{GroupIdentifier}";
340
+ if (input.GroupIdentifier !== undefined) {
341
+ labelValue = input.GroupIdentifier;
342
+ if (labelValue.length <= 0) {
343
+ throw new Error("Empty value provided for input HTTP label: GroupIdentifier.");
344
+ }
345
+ resolvedPath = resolvedPath.replace("{GroupIdentifier}", __extendedEncodeURIComponent(labelValue));
346
+ }
347
+ else {
348
+ throw new Error("No value provided for input HTTP label: GroupIdentifier.");
349
+ }
350
+ return [2, new __HttpRequest({
351
+ protocol: protocol,
352
+ hostname: hostname,
353
+ port: port,
354
+ method: "GET",
355
+ headers: headers,
356
+ path: resolvedPath,
357
+ body: body,
358
+ })];
359
+ }
360
+ });
361
+ }); };
362
+ export var serializeAws_restJson1ListAssociatedGroupsCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
363
+ var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, body;
364
+ return __generator(this, function (_c) {
365
+ switch (_c.label) {
366
+ case 0: return [4, context.endpoint()];
367
+ case 1:
368
+ _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
369
+ headers = {
370
+ "content-type": "application/json",
371
+ };
372
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/resource/{ResourceArn}/groups";
373
+ if (input.ResourceArn !== undefined) {
374
+ labelValue = input.ResourceArn;
375
+ if (labelValue.length <= 0) {
376
+ throw new Error("Empty value provided for input HTTP label: ResourceArn.");
377
+ }
378
+ resolvedPath = resolvedPath.replace("{ResourceArn}", __extendedEncodeURIComponent(labelValue));
379
+ }
380
+ else {
381
+ throw new Error("No value provided for input HTTP label: ResourceArn.");
382
+ }
383
+ body = JSON.stringify(__assign(__assign({}, (input.MaxResults != null && { MaxResults: input.MaxResults })), (input.NextToken != null && { NextToken: input.NextToken })));
384
+ return [2, new __HttpRequest({
385
+ protocol: protocol,
386
+ hostname: hostname,
387
+ port: port,
388
+ method: "POST",
389
+ headers: headers,
390
+ path: resolvedPath,
391
+ body: body,
392
+ })];
393
+ }
394
+ });
395
+ }); };
396
+ export var serializeAws_restJson1ListGroupResourcesCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
397
+ var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, body;
398
+ return __generator(this, function (_c) {
399
+ switch (_c.label) {
400
+ case 0: return [4, context.endpoint()];
401
+ case 1:
402
+ _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
403
+ headers = {
404
+ "content-type": "application/json",
405
+ };
406
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/group/{GroupIdentifier}/resources";
407
+ if (input.GroupIdentifier !== undefined) {
408
+ labelValue = input.GroupIdentifier;
409
+ if (labelValue.length <= 0) {
410
+ throw new Error("Empty value provided for input HTTP label: GroupIdentifier.");
411
+ }
412
+ resolvedPath = resolvedPath.replace("{GroupIdentifier}", __extendedEncodeURIComponent(labelValue));
413
+ }
414
+ else {
415
+ throw new Error("No value provided for input HTTP label: GroupIdentifier.");
416
+ }
417
+ body = JSON.stringify(__assign(__assign({}, (input.MaxResults != null && { MaxResults: input.MaxResults })), (input.NextToken != null && { NextToken: input.NextToken })));
418
+ return [2, new __HttpRequest({
419
+ protocol: protocol,
420
+ hostname: hostname,
421
+ port: port,
422
+ method: "POST",
423
+ headers: headers,
424
+ path: resolvedPath,
425
+ body: body,
426
+ })];
427
+ }
428
+ });
429
+ }); };
430
+ export var serializeAws_restJson1ListGroupsCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
431
+ var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, body;
432
+ return __generator(this, function (_c) {
433
+ switch (_c.label) {
434
+ case 0: return [4, context.endpoint()];
435
+ case 1:
436
+ _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
437
+ headers = {
438
+ "content-type": "application/json",
439
+ };
440
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/groups";
441
+ body = JSON.stringify(__assign(__assign({}, (input.MaxResults != null && { MaxResults: input.MaxResults })), (input.NextToken != null && { NextToken: input.NextToken })));
206
442
  return [2, new __HttpRequest({
207
443
  protocol: protocol,
208
444
  hostname: hostname,
@@ -329,7 +565,7 @@ export var serializeAws_restJson1TagResourceCommand = function (input, context)
329
565
  else {
330
566
  throw new Error("No value provided for input HTTP label: ResourceArn.");
331
567
  }
332
- body = JSON.stringify(__assign({}, (input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_restJson1TagMap(input.Tags, context) })));
568
+ body = JSON.stringify(__assign({}, (input.Tags != null && { Tags: serializeAws_restJson1TagMap(input.Tags, context) })));
333
569
  return [2, new __HttpRequest({
334
570
  protocol: protocol,
335
571
  hostname: hostname,
@@ -396,26 +632,15 @@ export var serializeAws_restJson1UpdateCanaryCommand = function (input, context)
396
632
  else {
397
633
  throw new Error("No value provided for input HTTP label: Name.");
398
634
  }
399
- body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ArtifactConfig !== undefined &&
400
- input.ArtifactConfig !== null && {
635
+ body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ArtifactConfig != null && {
401
636
  ArtifactConfig: serializeAws_restJson1ArtifactConfigInput(input.ArtifactConfig, context),
402
- })), (input.ArtifactS3Location !== undefined &&
403
- input.ArtifactS3Location !== null && { ArtifactS3Location: input.ArtifactS3Location })), (input.Code !== undefined &&
404
- input.Code !== null && { Code: serializeAws_restJson1CanaryCodeInput(input.Code, context) })), (input.ExecutionRoleArn !== undefined &&
405
- input.ExecutionRoleArn !== null && { ExecutionRoleArn: input.ExecutionRoleArn })), (input.FailureRetentionPeriodInDays !== undefined &&
406
- input.FailureRetentionPeriodInDays !== null && {
637
+ })), (input.ArtifactS3Location != null && { ArtifactS3Location: input.ArtifactS3Location })), (input.Code != null && { Code: serializeAws_restJson1CanaryCodeInput(input.Code, context) })), (input.ExecutionRoleArn != null && { ExecutionRoleArn: input.ExecutionRoleArn })), (input.FailureRetentionPeriodInDays != null && {
407
638
  FailureRetentionPeriodInDays: input.FailureRetentionPeriodInDays,
408
- })), (input.RunConfig !== undefined &&
409
- input.RunConfig !== null && { RunConfig: serializeAws_restJson1CanaryRunConfigInput(input.RunConfig, context) })), (input.RuntimeVersion !== undefined &&
410
- input.RuntimeVersion !== null && { RuntimeVersion: input.RuntimeVersion })), (input.Schedule !== undefined &&
411
- input.Schedule !== null && { Schedule: serializeAws_restJson1CanaryScheduleInput(input.Schedule, context) })), (input.SuccessRetentionPeriodInDays !== undefined &&
412
- input.SuccessRetentionPeriodInDays !== null && {
639
+ })), (input.RunConfig != null && { RunConfig: serializeAws_restJson1CanaryRunConfigInput(input.RunConfig, context) })), (input.RuntimeVersion != null && { RuntimeVersion: input.RuntimeVersion })), (input.Schedule != null && { Schedule: serializeAws_restJson1CanaryScheduleInput(input.Schedule, context) })), (input.SuccessRetentionPeriodInDays != null && {
413
640
  SuccessRetentionPeriodInDays: input.SuccessRetentionPeriodInDays,
414
- })), (input.VisualReference !== undefined &&
415
- input.VisualReference !== null && {
641
+ })), (input.VisualReference != null && {
416
642
  VisualReference: serializeAws_restJson1VisualReferenceInput(input.VisualReference, context),
417
- })), (input.VpcConfig !== undefined &&
418
- input.VpcConfig !== null && { VpcConfig: serializeAws_restJson1VpcConfigInput(input.VpcConfig, context) })));
643
+ })), (input.VpcConfig != null && { VpcConfig: serializeAws_restJson1VpcConfigInput(input.VpcConfig, context) })));
419
644
  return [2, new __HttpRequest({
420
645
  protocol: protocol,
421
646
  hostname: hostname,
@@ -428,31 +653,25 @@ export var serializeAws_restJson1UpdateCanaryCommand = function (input, context)
428
653
  }
429
654
  });
430
655
  }); };
431
- export var deserializeAws_restJson1CreateCanaryCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
432
- var contents, data, _a, _b;
433
- return __generator(this, function (_c) {
434
- switch (_c.label) {
656
+ export var deserializeAws_restJson1AssociateResourceCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
657
+ var contents;
658
+ return __generator(this, function (_a) {
659
+ switch (_a.label) {
435
660
  case 0:
436
661
  if (output.statusCode !== 200 && output.statusCode >= 300) {
437
- return [2, deserializeAws_restJson1CreateCanaryCommandError(output, context)];
662
+ return [2, deserializeAws_restJson1AssociateResourceCommandError(output, context)];
438
663
  }
439
664
  contents = {
440
665
  $metadata: deserializeMetadata(output),
441
- Canary: undefined,
442
666
  };
443
- _a = __expectNonNull;
444
- _b = __expectObject;
445
- return [4, parseBody(output.body, context)];
667
+ return [4, collectBody(output.body, context)];
446
668
  case 1:
447
- data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
448
- if (data.Canary !== undefined && data.Canary !== null) {
449
- contents.Canary = deserializeAws_restJson1Canary(data.Canary, context);
450
- }
669
+ _a.sent();
451
670
  return [2, Promise.resolve(contents)];
452
671
  }
453
672
  });
454
673
  }); };
455
- var deserializeAws_restJson1CreateCanaryCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
674
+ var deserializeAws_restJson1AssociateResourceCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
456
675
  var parsedOutput, _a, response, errorCode, _b, parsedBody, $metadata, statusCode;
457
676
  var _c;
458
677
  return __generator(this, function (_d) {
@@ -466,21 +685,29 @@ var deserializeAws_restJson1CreateCanaryCommandError = function (output, context
466
685
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
467
686
  _b = errorCode;
468
687
  switch (_b) {
469
- case "InternalServerException": return [3, 2];
470
- case "com.amazonaws.synthetics#InternalServerException": return [3, 2];
471
- case "RequestEntityTooLargeException": return [3, 4];
472
- case "com.amazonaws.synthetics#RequestEntityTooLargeException": return [3, 4];
473
- case "ValidationException": return [3, 6];
474
- case "com.amazonaws.synthetics#ValidationException": return [3, 6];
688
+ case "ConflictException": return [3, 2];
689
+ case "com.amazonaws.synthetics#ConflictException": return [3, 2];
690
+ case "InternalServerException": return [3, 4];
691
+ case "com.amazonaws.synthetics#InternalServerException": return [3, 4];
692
+ case "ResourceNotFoundException": return [3, 6];
693
+ case "com.amazonaws.synthetics#ResourceNotFoundException": return [3, 6];
694
+ case "ServiceQuotaExceededException": return [3, 8];
695
+ case "com.amazonaws.synthetics#ServiceQuotaExceededException": return [3, 8];
696
+ case "ValidationException": return [3, 10];
697
+ case "com.amazonaws.synthetics#ValidationException": return [3, 10];
475
698
  }
476
- return [3, 8];
477
- case 2: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
699
+ return [3, 12];
700
+ case 2: return [4, deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)];
478
701
  case 3: throw _d.sent();
479
- case 4: return [4, deserializeAws_restJson1RequestEntityTooLargeExceptionResponse(parsedOutput, context)];
702
+ case 4: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
480
703
  case 5: throw _d.sent();
481
- case 6: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
704
+ case 6: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
482
705
  case 7: throw _d.sent();
483
- case 8:
706
+ case 8: return [4, deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context)];
707
+ case 9: throw _d.sent();
708
+ case 10: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
709
+ case 11: throw _d.sent();
710
+ case 12:
484
711
  parsedBody = parsedOutput.body;
485
712
  $metadata = deserializeMetadata(output);
486
713
  statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
@@ -493,13 +720,147 @@ var deserializeAws_restJson1CreateCanaryCommandError = function (output, context
493
720
  }
494
721
  });
495
722
  }); };
496
- export var deserializeAws_restJson1DeleteCanaryCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
497
- var contents;
498
- return __generator(this, function (_a) {
499
- switch (_a.label) {
723
+ export var deserializeAws_restJson1CreateCanaryCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
724
+ var contents, data, _a, _b;
725
+ return __generator(this, function (_c) {
726
+ switch (_c.label) {
500
727
  case 0:
501
728
  if (output.statusCode !== 200 && output.statusCode >= 300) {
502
- return [2, deserializeAws_restJson1DeleteCanaryCommandError(output, context)];
729
+ return [2, deserializeAws_restJson1CreateCanaryCommandError(output, context)];
730
+ }
731
+ contents = {
732
+ $metadata: deserializeMetadata(output),
733
+ Canary: undefined,
734
+ };
735
+ _a = __expectNonNull;
736
+ _b = __expectObject;
737
+ return [4, parseBody(output.body, context)];
738
+ case 1:
739
+ data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
740
+ if (data.Canary !== undefined && data.Canary !== null) {
741
+ contents.Canary = deserializeAws_restJson1Canary(data.Canary, context);
742
+ }
743
+ return [2, Promise.resolve(contents)];
744
+ }
745
+ });
746
+ }); };
747
+ var deserializeAws_restJson1CreateCanaryCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
748
+ var parsedOutput, _a, response, errorCode, _b, parsedBody, $metadata, statusCode;
749
+ var _c;
750
+ return __generator(this, function (_d) {
751
+ switch (_d.label) {
752
+ case 0:
753
+ _a = [__assign({}, output)];
754
+ _c = {};
755
+ return [4, parseBody(output.body, context)];
756
+ case 1:
757
+ parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
758
+ errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
759
+ _b = errorCode;
760
+ switch (_b) {
761
+ case "InternalServerException": return [3, 2];
762
+ case "com.amazonaws.synthetics#InternalServerException": return [3, 2];
763
+ case "RequestEntityTooLargeException": return [3, 4];
764
+ case "com.amazonaws.synthetics#RequestEntityTooLargeException": return [3, 4];
765
+ case "ValidationException": return [3, 6];
766
+ case "com.amazonaws.synthetics#ValidationException": return [3, 6];
767
+ }
768
+ return [3, 8];
769
+ case 2: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
770
+ case 3: throw _d.sent();
771
+ case 4: return [4, deserializeAws_restJson1RequestEntityTooLargeExceptionResponse(parsedOutput, context)];
772
+ case 5: throw _d.sent();
773
+ case 6: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
774
+ case 7: throw _d.sent();
775
+ case 8:
776
+ parsedBody = parsedOutput.body;
777
+ $metadata = deserializeMetadata(output);
778
+ statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
779
+ response = new __BaseException({
780
+ name: parsedBody.code || parsedBody.Code || errorCode || statusCode || "UnknowError",
781
+ $fault: "client",
782
+ $metadata: $metadata,
783
+ });
784
+ throw __decorateServiceException(response, parsedBody);
785
+ }
786
+ });
787
+ }); };
788
+ export var deserializeAws_restJson1CreateGroupCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
789
+ var contents, data, _a, _b;
790
+ return __generator(this, function (_c) {
791
+ switch (_c.label) {
792
+ case 0:
793
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
794
+ return [2, deserializeAws_restJson1CreateGroupCommandError(output, context)];
795
+ }
796
+ contents = {
797
+ $metadata: deserializeMetadata(output),
798
+ Group: undefined,
799
+ };
800
+ _a = __expectNonNull;
801
+ _b = __expectObject;
802
+ return [4, parseBody(output.body, context)];
803
+ case 1:
804
+ data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
805
+ if (data.Group !== undefined && data.Group !== null) {
806
+ contents.Group = deserializeAws_restJson1Group(data.Group, context);
807
+ }
808
+ return [2, Promise.resolve(contents)];
809
+ }
810
+ });
811
+ }); };
812
+ var deserializeAws_restJson1CreateGroupCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
813
+ var parsedOutput, _a, response, errorCode, _b, parsedBody, $metadata, statusCode;
814
+ var _c;
815
+ return __generator(this, function (_d) {
816
+ switch (_d.label) {
817
+ case 0:
818
+ _a = [__assign({}, output)];
819
+ _c = {};
820
+ return [4, parseBody(output.body, context)];
821
+ case 1:
822
+ parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
823
+ errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
824
+ _b = errorCode;
825
+ switch (_b) {
826
+ case "ConflictException": return [3, 2];
827
+ case "com.amazonaws.synthetics#ConflictException": return [3, 2];
828
+ case "InternalServerException": return [3, 4];
829
+ case "com.amazonaws.synthetics#InternalServerException": return [3, 4];
830
+ case "ServiceQuotaExceededException": return [3, 6];
831
+ case "com.amazonaws.synthetics#ServiceQuotaExceededException": return [3, 6];
832
+ case "ValidationException": return [3, 8];
833
+ case "com.amazonaws.synthetics#ValidationException": return [3, 8];
834
+ }
835
+ return [3, 10];
836
+ case 2: return [4, deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)];
837
+ case 3: throw _d.sent();
838
+ case 4: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
839
+ case 5: throw _d.sent();
840
+ case 6: return [4, deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context)];
841
+ case 7: throw _d.sent();
842
+ case 8: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
843
+ case 9: throw _d.sent();
844
+ case 10:
845
+ parsedBody = parsedOutput.body;
846
+ $metadata = deserializeMetadata(output);
847
+ statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
848
+ response = new __BaseException({
849
+ name: parsedBody.code || parsedBody.Code || errorCode || statusCode || "UnknowError",
850
+ $fault: "client",
851
+ $metadata: $metadata,
852
+ });
853
+ throw __decorateServiceException(response, parsedBody);
854
+ }
855
+ });
856
+ }); };
857
+ export var deserializeAws_restJson1DeleteCanaryCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
858
+ var contents;
859
+ return __generator(this, function (_a) {
860
+ switch (_a.label) {
861
+ case 0:
862
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
863
+ return [2, deserializeAws_restJson1DeleteCanaryCommandError(output, context)];
503
864
  }
504
865
  contents = {
505
866
  $metadata: deserializeMetadata(output),
@@ -556,6 +917,69 @@ var deserializeAws_restJson1DeleteCanaryCommandError = function (output, context
556
917
  }
557
918
  });
558
919
  }); };
920
+ export var deserializeAws_restJson1DeleteGroupCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
921
+ var contents;
922
+ return __generator(this, function (_a) {
923
+ switch (_a.label) {
924
+ case 0:
925
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
926
+ return [2, deserializeAws_restJson1DeleteGroupCommandError(output, context)];
927
+ }
928
+ contents = {
929
+ $metadata: deserializeMetadata(output),
930
+ };
931
+ return [4, collectBody(output.body, context)];
932
+ case 1:
933
+ _a.sent();
934
+ return [2, Promise.resolve(contents)];
935
+ }
936
+ });
937
+ }); };
938
+ var deserializeAws_restJson1DeleteGroupCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
939
+ var parsedOutput, _a, response, errorCode, _b, parsedBody, $metadata, statusCode;
940
+ var _c;
941
+ return __generator(this, function (_d) {
942
+ switch (_d.label) {
943
+ case 0:
944
+ _a = [__assign({}, output)];
945
+ _c = {};
946
+ return [4, parseBody(output.body, context)];
947
+ case 1:
948
+ parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
949
+ errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
950
+ _b = errorCode;
951
+ switch (_b) {
952
+ case "ConflictException": return [3, 2];
953
+ case "com.amazonaws.synthetics#ConflictException": return [3, 2];
954
+ case "InternalServerException": return [3, 4];
955
+ case "com.amazonaws.synthetics#InternalServerException": return [3, 4];
956
+ case "ResourceNotFoundException": return [3, 6];
957
+ case "com.amazonaws.synthetics#ResourceNotFoundException": return [3, 6];
958
+ case "ValidationException": return [3, 8];
959
+ case "com.amazonaws.synthetics#ValidationException": return [3, 8];
960
+ }
961
+ return [3, 10];
962
+ case 2: return [4, deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)];
963
+ case 3: throw _d.sent();
964
+ case 4: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
965
+ case 5: throw _d.sent();
966
+ case 6: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
967
+ case 7: throw _d.sent();
968
+ case 8: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
969
+ case 9: throw _d.sent();
970
+ case 10:
971
+ parsedBody = parsedOutput.body;
972
+ $metadata = deserializeMetadata(output);
973
+ statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
974
+ response = new __BaseException({
975
+ name: parsedBody.code || parsedBody.Code || errorCode || statusCode || "UnknowError",
976
+ $fault: "client",
977
+ $metadata: $metadata,
978
+ });
979
+ throw __decorateServiceException(response, parsedBody);
980
+ }
981
+ });
982
+ }); };
559
983
  export var deserializeAws_restJson1DescribeCanariesCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
560
984
  var contents, data, _a, _b;
561
985
  return __generator(this, function (_c) {
@@ -606,9 +1030,332 @@ var deserializeAws_restJson1DescribeCanariesCommandError = function (output, con
606
1030
  return [3, 6];
607
1031
  case 2: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
608
1032
  case 3: throw _d.sent();
609
- case 4: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1033
+ case 4: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1034
+ case 5: throw _d.sent();
1035
+ case 6:
1036
+ parsedBody = parsedOutput.body;
1037
+ $metadata = deserializeMetadata(output);
1038
+ statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
1039
+ response = new __BaseException({
1040
+ name: parsedBody.code || parsedBody.Code || errorCode || statusCode || "UnknowError",
1041
+ $fault: "client",
1042
+ $metadata: $metadata,
1043
+ });
1044
+ throw __decorateServiceException(response, parsedBody);
1045
+ }
1046
+ });
1047
+ }); };
1048
+ export var deserializeAws_restJson1DescribeCanariesLastRunCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1049
+ var contents, data, _a, _b;
1050
+ return __generator(this, function (_c) {
1051
+ switch (_c.label) {
1052
+ case 0:
1053
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1054
+ return [2, deserializeAws_restJson1DescribeCanariesLastRunCommandError(output, context)];
1055
+ }
1056
+ contents = {
1057
+ $metadata: deserializeMetadata(output),
1058
+ CanariesLastRun: undefined,
1059
+ NextToken: undefined,
1060
+ };
1061
+ _a = __expectNonNull;
1062
+ _b = __expectObject;
1063
+ return [4, parseBody(output.body, context)];
1064
+ case 1:
1065
+ data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
1066
+ if (data.CanariesLastRun !== undefined && data.CanariesLastRun !== null) {
1067
+ contents.CanariesLastRun = deserializeAws_restJson1CanariesLastRun(data.CanariesLastRun, context);
1068
+ }
1069
+ if (data.NextToken !== undefined && data.NextToken !== null) {
1070
+ contents.NextToken = __expectString(data.NextToken);
1071
+ }
1072
+ return [2, Promise.resolve(contents)];
1073
+ }
1074
+ });
1075
+ }); };
1076
+ var deserializeAws_restJson1DescribeCanariesLastRunCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1077
+ var parsedOutput, _a, response, errorCode, _b, parsedBody, $metadata, statusCode;
1078
+ var _c;
1079
+ return __generator(this, function (_d) {
1080
+ switch (_d.label) {
1081
+ case 0:
1082
+ _a = [__assign({}, output)];
1083
+ _c = {};
1084
+ return [4, parseBody(output.body, context)];
1085
+ case 1:
1086
+ parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
1087
+ errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1088
+ _b = errorCode;
1089
+ switch (_b) {
1090
+ case "InternalServerException": return [3, 2];
1091
+ case "com.amazonaws.synthetics#InternalServerException": return [3, 2];
1092
+ case "ValidationException": return [3, 4];
1093
+ case "com.amazonaws.synthetics#ValidationException": return [3, 4];
1094
+ }
1095
+ return [3, 6];
1096
+ case 2: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
1097
+ case 3: throw _d.sent();
1098
+ case 4: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1099
+ case 5: throw _d.sent();
1100
+ case 6:
1101
+ parsedBody = parsedOutput.body;
1102
+ $metadata = deserializeMetadata(output);
1103
+ statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
1104
+ response = new __BaseException({
1105
+ name: parsedBody.code || parsedBody.Code || errorCode || statusCode || "UnknowError",
1106
+ $fault: "client",
1107
+ $metadata: $metadata,
1108
+ });
1109
+ throw __decorateServiceException(response, parsedBody);
1110
+ }
1111
+ });
1112
+ }); };
1113
+ export var deserializeAws_restJson1DescribeRuntimeVersionsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1114
+ var contents, data, _a, _b;
1115
+ return __generator(this, function (_c) {
1116
+ switch (_c.label) {
1117
+ case 0:
1118
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1119
+ return [2, deserializeAws_restJson1DescribeRuntimeVersionsCommandError(output, context)];
1120
+ }
1121
+ contents = {
1122
+ $metadata: deserializeMetadata(output),
1123
+ NextToken: undefined,
1124
+ RuntimeVersions: undefined,
1125
+ };
1126
+ _a = __expectNonNull;
1127
+ _b = __expectObject;
1128
+ return [4, parseBody(output.body, context)];
1129
+ case 1:
1130
+ data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
1131
+ if (data.NextToken !== undefined && data.NextToken !== null) {
1132
+ contents.NextToken = __expectString(data.NextToken);
1133
+ }
1134
+ if (data.RuntimeVersions !== undefined && data.RuntimeVersions !== null) {
1135
+ contents.RuntimeVersions = deserializeAws_restJson1RuntimeVersionList(data.RuntimeVersions, context);
1136
+ }
1137
+ return [2, Promise.resolve(contents)];
1138
+ }
1139
+ });
1140
+ }); };
1141
+ var deserializeAws_restJson1DescribeRuntimeVersionsCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1142
+ var parsedOutput, _a, response, errorCode, _b, parsedBody, $metadata, statusCode;
1143
+ var _c;
1144
+ return __generator(this, function (_d) {
1145
+ switch (_d.label) {
1146
+ case 0:
1147
+ _a = [__assign({}, output)];
1148
+ _c = {};
1149
+ return [4, parseBody(output.body, context)];
1150
+ case 1:
1151
+ parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
1152
+ errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1153
+ _b = errorCode;
1154
+ switch (_b) {
1155
+ case "InternalServerException": return [3, 2];
1156
+ case "com.amazonaws.synthetics#InternalServerException": return [3, 2];
1157
+ case "ValidationException": return [3, 4];
1158
+ case "com.amazonaws.synthetics#ValidationException": return [3, 4];
1159
+ }
1160
+ return [3, 6];
1161
+ case 2: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
1162
+ case 3: throw _d.sent();
1163
+ case 4: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1164
+ case 5: throw _d.sent();
1165
+ case 6:
1166
+ parsedBody = parsedOutput.body;
1167
+ $metadata = deserializeMetadata(output);
1168
+ statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
1169
+ response = new __BaseException({
1170
+ name: parsedBody.code || parsedBody.Code || errorCode || statusCode || "UnknowError",
1171
+ $fault: "client",
1172
+ $metadata: $metadata,
1173
+ });
1174
+ throw __decorateServiceException(response, parsedBody);
1175
+ }
1176
+ });
1177
+ }); };
1178
+ export var deserializeAws_restJson1DisassociateResourceCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1179
+ var contents;
1180
+ return __generator(this, function (_a) {
1181
+ switch (_a.label) {
1182
+ case 0:
1183
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1184
+ return [2, deserializeAws_restJson1DisassociateResourceCommandError(output, context)];
1185
+ }
1186
+ contents = {
1187
+ $metadata: deserializeMetadata(output),
1188
+ };
1189
+ return [4, collectBody(output.body, context)];
1190
+ case 1:
1191
+ _a.sent();
1192
+ return [2, Promise.resolve(contents)];
1193
+ }
1194
+ });
1195
+ }); };
1196
+ var deserializeAws_restJson1DisassociateResourceCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1197
+ var parsedOutput, _a, response, errorCode, _b, parsedBody, $metadata, statusCode;
1198
+ var _c;
1199
+ return __generator(this, function (_d) {
1200
+ switch (_d.label) {
1201
+ case 0:
1202
+ _a = [__assign({}, output)];
1203
+ _c = {};
1204
+ return [4, parseBody(output.body, context)];
1205
+ case 1:
1206
+ parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
1207
+ errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1208
+ _b = errorCode;
1209
+ switch (_b) {
1210
+ case "ConflictException": return [3, 2];
1211
+ case "com.amazonaws.synthetics#ConflictException": return [3, 2];
1212
+ case "InternalServerException": return [3, 4];
1213
+ case "com.amazonaws.synthetics#InternalServerException": return [3, 4];
1214
+ case "ResourceNotFoundException": return [3, 6];
1215
+ case "com.amazonaws.synthetics#ResourceNotFoundException": return [3, 6];
1216
+ case "ValidationException": return [3, 8];
1217
+ case "com.amazonaws.synthetics#ValidationException": return [3, 8];
1218
+ }
1219
+ return [3, 10];
1220
+ case 2: return [4, deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)];
1221
+ case 3: throw _d.sent();
1222
+ case 4: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
1223
+ case 5: throw _d.sent();
1224
+ case 6: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
1225
+ case 7: throw _d.sent();
1226
+ case 8: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1227
+ case 9: throw _d.sent();
1228
+ case 10:
1229
+ parsedBody = parsedOutput.body;
1230
+ $metadata = deserializeMetadata(output);
1231
+ statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
1232
+ response = new __BaseException({
1233
+ name: parsedBody.code || parsedBody.Code || errorCode || statusCode || "UnknowError",
1234
+ $fault: "client",
1235
+ $metadata: $metadata,
1236
+ });
1237
+ throw __decorateServiceException(response, parsedBody);
1238
+ }
1239
+ });
1240
+ }); };
1241
+ export var deserializeAws_restJson1GetCanaryCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1242
+ var contents, data, _a, _b;
1243
+ return __generator(this, function (_c) {
1244
+ switch (_c.label) {
1245
+ case 0:
1246
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1247
+ return [2, deserializeAws_restJson1GetCanaryCommandError(output, context)];
1248
+ }
1249
+ contents = {
1250
+ $metadata: deserializeMetadata(output),
1251
+ Canary: undefined,
1252
+ };
1253
+ _a = __expectNonNull;
1254
+ _b = __expectObject;
1255
+ return [4, parseBody(output.body, context)];
1256
+ case 1:
1257
+ data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
1258
+ if (data.Canary !== undefined && data.Canary !== null) {
1259
+ contents.Canary = deserializeAws_restJson1Canary(data.Canary, context);
1260
+ }
1261
+ return [2, Promise.resolve(contents)];
1262
+ }
1263
+ });
1264
+ }); };
1265
+ var deserializeAws_restJson1GetCanaryCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1266
+ var parsedOutput, _a, response, errorCode, _b, parsedBody, $metadata, statusCode;
1267
+ var _c;
1268
+ return __generator(this, function (_d) {
1269
+ switch (_d.label) {
1270
+ case 0:
1271
+ _a = [__assign({}, output)];
1272
+ _c = {};
1273
+ return [4, parseBody(output.body, context)];
1274
+ case 1:
1275
+ parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
1276
+ errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1277
+ _b = errorCode;
1278
+ switch (_b) {
1279
+ case "InternalServerException": return [3, 2];
1280
+ case "com.amazonaws.synthetics#InternalServerException": return [3, 2];
1281
+ case "ValidationException": return [3, 4];
1282
+ case "com.amazonaws.synthetics#ValidationException": return [3, 4];
1283
+ }
1284
+ return [3, 6];
1285
+ case 2: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
1286
+ case 3: throw _d.sent();
1287
+ case 4: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1288
+ case 5: throw _d.sent();
1289
+ case 6:
1290
+ parsedBody = parsedOutput.body;
1291
+ $metadata = deserializeMetadata(output);
1292
+ statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
1293
+ response = new __BaseException({
1294
+ name: parsedBody.code || parsedBody.Code || errorCode || statusCode || "UnknowError",
1295
+ $fault: "client",
1296
+ $metadata: $metadata,
1297
+ });
1298
+ throw __decorateServiceException(response, parsedBody);
1299
+ }
1300
+ });
1301
+ }); };
1302
+ export var deserializeAws_restJson1GetCanaryRunsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1303
+ var contents, data, _a, _b;
1304
+ return __generator(this, function (_c) {
1305
+ switch (_c.label) {
1306
+ case 0:
1307
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1308
+ return [2, deserializeAws_restJson1GetCanaryRunsCommandError(output, context)];
1309
+ }
1310
+ contents = {
1311
+ $metadata: deserializeMetadata(output),
1312
+ CanaryRuns: undefined,
1313
+ NextToken: undefined,
1314
+ };
1315
+ _a = __expectNonNull;
1316
+ _b = __expectObject;
1317
+ return [4, parseBody(output.body, context)];
1318
+ case 1:
1319
+ data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
1320
+ if (data.CanaryRuns !== undefined && data.CanaryRuns !== null) {
1321
+ contents.CanaryRuns = deserializeAws_restJson1CanaryRuns(data.CanaryRuns, context);
1322
+ }
1323
+ if (data.NextToken !== undefined && data.NextToken !== null) {
1324
+ contents.NextToken = __expectString(data.NextToken);
1325
+ }
1326
+ return [2, Promise.resolve(contents)];
1327
+ }
1328
+ });
1329
+ }); };
1330
+ var deserializeAws_restJson1GetCanaryRunsCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1331
+ var parsedOutput, _a, response, errorCode, _b, parsedBody, $metadata, statusCode;
1332
+ var _c;
1333
+ return __generator(this, function (_d) {
1334
+ switch (_d.label) {
1335
+ case 0:
1336
+ _a = [__assign({}, output)];
1337
+ _c = {};
1338
+ return [4, parseBody(output.body, context)];
1339
+ case 1:
1340
+ parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
1341
+ errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1342
+ _b = errorCode;
1343
+ switch (_b) {
1344
+ case "InternalServerException": return [3, 2];
1345
+ case "com.amazonaws.synthetics#InternalServerException": return [3, 2];
1346
+ case "ResourceNotFoundException": return [3, 4];
1347
+ case "com.amazonaws.synthetics#ResourceNotFoundException": return [3, 4];
1348
+ case "ValidationException": return [3, 6];
1349
+ case "com.amazonaws.synthetics#ValidationException": return [3, 6];
1350
+ }
1351
+ return [3, 8];
1352
+ case 2: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
1353
+ case 3: throw _d.sent();
1354
+ case 4: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
610
1355
  case 5: throw _d.sent();
611
- case 6:
1356
+ case 6: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1357
+ case 7: throw _d.sent();
1358
+ case 8:
612
1359
  parsedBody = parsedOutput.body;
613
1360
  $metadata = deserializeMetadata(output);
614
1361
  statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
@@ -621,35 +1368,31 @@ var deserializeAws_restJson1DescribeCanariesCommandError = function (output, con
621
1368
  }
622
1369
  });
623
1370
  }); };
624
- export var deserializeAws_restJson1DescribeCanariesLastRunCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1371
+ export var deserializeAws_restJson1GetGroupCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
625
1372
  var contents, data, _a, _b;
626
1373
  return __generator(this, function (_c) {
627
1374
  switch (_c.label) {
628
1375
  case 0:
629
1376
  if (output.statusCode !== 200 && output.statusCode >= 300) {
630
- return [2, deserializeAws_restJson1DescribeCanariesLastRunCommandError(output, context)];
1377
+ return [2, deserializeAws_restJson1GetGroupCommandError(output, context)];
631
1378
  }
632
1379
  contents = {
633
1380
  $metadata: deserializeMetadata(output),
634
- CanariesLastRun: undefined,
635
- NextToken: undefined,
1381
+ Group: undefined,
636
1382
  };
637
1383
  _a = __expectNonNull;
638
1384
  _b = __expectObject;
639
1385
  return [4, parseBody(output.body, context)];
640
1386
  case 1:
641
1387
  data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
642
- if (data.CanariesLastRun !== undefined && data.CanariesLastRun !== null) {
643
- contents.CanariesLastRun = deserializeAws_restJson1CanariesLastRun(data.CanariesLastRun, context);
644
- }
645
- if (data.NextToken !== undefined && data.NextToken !== null) {
646
- contents.NextToken = __expectString(data.NextToken);
1388
+ if (data.Group !== undefined && data.Group !== null) {
1389
+ contents.Group = deserializeAws_restJson1Group(data.Group, context);
647
1390
  }
648
1391
  return [2, Promise.resolve(contents)];
649
1392
  }
650
1393
  });
651
1394
  }); };
652
- var deserializeAws_restJson1DescribeCanariesLastRunCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1395
+ var deserializeAws_restJson1GetGroupCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
653
1396
  var parsedOutput, _a, response, errorCode, _b, parsedBody, $metadata, statusCode;
654
1397
  var _c;
655
1398
  return __generator(this, function (_d) {
@@ -663,17 +1406,25 @@ var deserializeAws_restJson1DescribeCanariesLastRunCommandError = function (outp
663
1406
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
664
1407
  _b = errorCode;
665
1408
  switch (_b) {
666
- case "InternalServerException": return [3, 2];
667
- case "com.amazonaws.synthetics#InternalServerException": return [3, 2];
668
- case "ValidationException": return [3, 4];
669
- case "com.amazonaws.synthetics#ValidationException": return [3, 4];
1409
+ case "ConflictException": return [3, 2];
1410
+ case "com.amazonaws.synthetics#ConflictException": return [3, 2];
1411
+ case "InternalServerException": return [3, 4];
1412
+ case "com.amazonaws.synthetics#InternalServerException": return [3, 4];
1413
+ case "ResourceNotFoundException": return [3, 6];
1414
+ case "com.amazonaws.synthetics#ResourceNotFoundException": return [3, 6];
1415
+ case "ValidationException": return [3, 8];
1416
+ case "com.amazonaws.synthetics#ValidationException": return [3, 8];
670
1417
  }
671
- return [3, 6];
672
- case 2: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
1418
+ return [3, 10];
1419
+ case 2: return [4, deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)];
673
1420
  case 3: throw _d.sent();
674
- case 4: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1421
+ case 4: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
675
1422
  case 5: throw _d.sent();
676
- case 6:
1423
+ case 6: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
1424
+ case 7: throw _d.sent();
1425
+ case 8: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1426
+ case 9: throw _d.sent();
1427
+ case 10:
677
1428
  parsedBody = parsedOutput.body;
678
1429
  $metadata = deserializeMetadata(output);
679
1430
  statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
@@ -686,35 +1437,35 @@ var deserializeAws_restJson1DescribeCanariesLastRunCommandError = function (outp
686
1437
  }
687
1438
  });
688
1439
  }); };
689
- export var deserializeAws_restJson1DescribeRuntimeVersionsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1440
+ export var deserializeAws_restJson1ListAssociatedGroupsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
690
1441
  var contents, data, _a, _b;
691
1442
  return __generator(this, function (_c) {
692
1443
  switch (_c.label) {
693
1444
  case 0:
694
1445
  if (output.statusCode !== 200 && output.statusCode >= 300) {
695
- return [2, deserializeAws_restJson1DescribeRuntimeVersionsCommandError(output, context)];
1446
+ return [2, deserializeAws_restJson1ListAssociatedGroupsCommandError(output, context)];
696
1447
  }
697
1448
  contents = {
698
1449
  $metadata: deserializeMetadata(output),
1450
+ Groups: undefined,
699
1451
  NextToken: undefined,
700
- RuntimeVersions: undefined,
701
1452
  };
702
1453
  _a = __expectNonNull;
703
1454
  _b = __expectObject;
704
1455
  return [4, parseBody(output.body, context)];
705
1456
  case 1:
706
1457
  data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
1458
+ if (data.Groups !== undefined && data.Groups !== null) {
1459
+ contents.Groups = deserializeAws_restJson1GroupSummaryList(data.Groups, context);
1460
+ }
707
1461
  if (data.NextToken !== undefined && data.NextToken !== null) {
708
1462
  contents.NextToken = __expectString(data.NextToken);
709
1463
  }
710
- if (data.RuntimeVersions !== undefined && data.RuntimeVersions !== null) {
711
- contents.RuntimeVersions = deserializeAws_restJson1RuntimeVersionList(data.RuntimeVersions, context);
712
- }
713
1464
  return [2, Promise.resolve(contents)];
714
1465
  }
715
1466
  });
716
1467
  }); };
717
- var deserializeAws_restJson1DescribeRuntimeVersionsCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1468
+ var deserializeAws_restJson1ListAssociatedGroupsCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
718
1469
  var parsedOutput, _a, response, errorCode, _b, parsedBody, $metadata, statusCode;
719
1470
  var _c;
720
1471
  return __generator(this, function (_d) {
@@ -730,15 +1481,19 @@ var deserializeAws_restJson1DescribeRuntimeVersionsCommandError = function (outp
730
1481
  switch (_b) {
731
1482
  case "InternalServerException": return [3, 2];
732
1483
  case "com.amazonaws.synthetics#InternalServerException": return [3, 2];
733
- case "ValidationException": return [3, 4];
734
- case "com.amazonaws.synthetics#ValidationException": return [3, 4];
1484
+ case "ResourceNotFoundException": return [3, 4];
1485
+ case "com.amazonaws.synthetics#ResourceNotFoundException": return [3, 4];
1486
+ case "ValidationException": return [3, 6];
1487
+ case "com.amazonaws.synthetics#ValidationException": return [3, 6];
735
1488
  }
736
- return [3, 6];
1489
+ return [3, 8];
737
1490
  case 2: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
738
1491
  case 3: throw _d.sent();
739
- case 4: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1492
+ case 4: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
740
1493
  case 5: throw _d.sent();
741
- case 6:
1494
+ case 6: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1495
+ case 7: throw _d.sent();
1496
+ case 8:
742
1497
  parsedBody = parsedOutput.body;
743
1498
  $metadata = deserializeMetadata(output);
744
1499
  statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
@@ -751,31 +1506,35 @@ var deserializeAws_restJson1DescribeRuntimeVersionsCommandError = function (outp
751
1506
  }
752
1507
  });
753
1508
  }); };
754
- export var deserializeAws_restJson1GetCanaryCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1509
+ export var deserializeAws_restJson1ListGroupResourcesCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
755
1510
  var contents, data, _a, _b;
756
1511
  return __generator(this, function (_c) {
757
1512
  switch (_c.label) {
758
1513
  case 0:
759
1514
  if (output.statusCode !== 200 && output.statusCode >= 300) {
760
- return [2, deserializeAws_restJson1GetCanaryCommandError(output, context)];
1515
+ return [2, deserializeAws_restJson1ListGroupResourcesCommandError(output, context)];
761
1516
  }
762
1517
  contents = {
763
1518
  $metadata: deserializeMetadata(output),
764
- Canary: undefined,
1519
+ NextToken: undefined,
1520
+ Resources: undefined,
765
1521
  };
766
1522
  _a = __expectNonNull;
767
1523
  _b = __expectObject;
768
1524
  return [4, parseBody(output.body, context)];
769
1525
  case 1:
770
1526
  data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
771
- if (data.Canary !== undefined && data.Canary !== null) {
772
- contents.Canary = deserializeAws_restJson1Canary(data.Canary, context);
1527
+ if (data.NextToken !== undefined && data.NextToken !== null) {
1528
+ contents.NextToken = __expectString(data.NextToken);
1529
+ }
1530
+ if (data.Resources !== undefined && data.Resources !== null) {
1531
+ contents.Resources = deserializeAws_restJson1StringList(data.Resources, context);
773
1532
  }
774
1533
  return [2, Promise.resolve(contents)];
775
1534
  }
776
1535
  });
777
1536
  }); };
778
- var deserializeAws_restJson1GetCanaryCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1537
+ var deserializeAws_restJson1ListGroupResourcesCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
779
1538
  var parsedOutput, _a, response, errorCode, _b, parsedBody, $metadata, statusCode;
780
1539
  var _c;
781
1540
  return __generator(this, function (_d) {
@@ -789,17 +1548,25 @@ var deserializeAws_restJson1GetCanaryCommandError = function (output, context) {
789
1548
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
790
1549
  _b = errorCode;
791
1550
  switch (_b) {
792
- case "InternalServerException": return [3, 2];
793
- case "com.amazonaws.synthetics#InternalServerException": return [3, 2];
794
- case "ValidationException": return [3, 4];
795
- case "com.amazonaws.synthetics#ValidationException": return [3, 4];
1551
+ case "ConflictException": return [3, 2];
1552
+ case "com.amazonaws.synthetics#ConflictException": return [3, 2];
1553
+ case "InternalServerException": return [3, 4];
1554
+ case "com.amazonaws.synthetics#InternalServerException": return [3, 4];
1555
+ case "ResourceNotFoundException": return [3, 6];
1556
+ case "com.amazonaws.synthetics#ResourceNotFoundException": return [3, 6];
1557
+ case "ValidationException": return [3, 8];
1558
+ case "com.amazonaws.synthetics#ValidationException": return [3, 8];
796
1559
  }
797
- return [3, 6];
798
- case 2: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
1560
+ return [3, 10];
1561
+ case 2: return [4, deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)];
799
1562
  case 3: throw _d.sent();
800
- case 4: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1563
+ case 4: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
801
1564
  case 5: throw _d.sent();
802
- case 6:
1565
+ case 6: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
1566
+ case 7: throw _d.sent();
1567
+ case 8: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1568
+ case 9: throw _d.sent();
1569
+ case 10:
803
1570
  parsedBody = parsedOutput.body;
804
1571
  $metadata = deserializeMetadata(output);
805
1572
  statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
@@ -812,17 +1579,17 @@ var deserializeAws_restJson1GetCanaryCommandError = function (output, context) {
812
1579
  }
813
1580
  });
814
1581
  }); };
815
- export var deserializeAws_restJson1GetCanaryRunsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1582
+ export var deserializeAws_restJson1ListGroupsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
816
1583
  var contents, data, _a, _b;
817
1584
  return __generator(this, function (_c) {
818
1585
  switch (_c.label) {
819
1586
  case 0:
820
1587
  if (output.statusCode !== 200 && output.statusCode >= 300) {
821
- return [2, deserializeAws_restJson1GetCanaryRunsCommandError(output, context)];
1588
+ return [2, deserializeAws_restJson1ListGroupsCommandError(output, context)];
822
1589
  }
823
1590
  contents = {
824
1591
  $metadata: deserializeMetadata(output),
825
- CanaryRuns: undefined,
1592
+ Groups: undefined,
826
1593
  NextToken: undefined,
827
1594
  };
828
1595
  _a = __expectNonNull;
@@ -830,8 +1597,8 @@ export var deserializeAws_restJson1GetCanaryRunsCommand = function (output, cont
830
1597
  return [4, parseBody(output.body, context)];
831
1598
  case 1:
832
1599
  data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
833
- if (data.CanaryRuns !== undefined && data.CanaryRuns !== null) {
834
- contents.CanaryRuns = deserializeAws_restJson1CanaryRuns(data.CanaryRuns, context);
1600
+ if (data.Groups !== undefined && data.Groups !== null) {
1601
+ contents.Groups = deserializeAws_restJson1GroupSummaryList(data.Groups, context);
835
1602
  }
836
1603
  if (data.NextToken !== undefined && data.NextToken !== null) {
837
1604
  contents.NextToken = __expectString(data.NextToken);
@@ -840,7 +1607,7 @@ export var deserializeAws_restJson1GetCanaryRunsCommand = function (output, cont
840
1607
  }
841
1608
  });
842
1609
  }); };
843
- var deserializeAws_restJson1GetCanaryRunsCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
1610
+ var deserializeAws_restJson1ListGroupsCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
844
1611
  var parsedOutput, _a, response, errorCode, _b, parsedBody, $metadata, statusCode;
845
1612
  var _c;
846
1613
  return __generator(this, function (_d) {
@@ -856,19 +1623,15 @@ var deserializeAws_restJson1GetCanaryRunsCommandError = function (output, contex
856
1623
  switch (_b) {
857
1624
  case "InternalServerException": return [3, 2];
858
1625
  case "com.amazonaws.synthetics#InternalServerException": return [3, 2];
859
- case "ResourceNotFoundException": return [3, 4];
860
- case "com.amazonaws.synthetics#ResourceNotFoundException": return [3, 4];
861
- case "ValidationException": return [3, 6];
862
- case "com.amazonaws.synthetics#ValidationException": return [3, 6];
1626
+ case "ValidationException": return [3, 4];
1627
+ case "com.amazonaws.synthetics#ValidationException": return [3, 4];
863
1628
  }
864
- return [3, 8];
1629
+ return [3, 6];
865
1630
  case 2: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
866
1631
  case 3: throw _d.sent();
867
- case 4: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
1632
+ case 4: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
868
1633
  case 5: throw _d.sent();
869
- case 6: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
870
- case 7: throw _d.sent();
871
- case 8:
1634
+ case 6:
872
1635
  parsedBody = parsedOutput.body;
873
1636
  $metadata = deserializeMetadata(output);
874
1637
  statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
@@ -919,21 +1682,29 @@ var deserializeAws_restJson1ListTagsForResourceCommandError = function (output,
919
1682
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
920
1683
  _b = errorCode;
921
1684
  switch (_b) {
922
- case "InternalServerException": return [3, 2];
923
- case "com.amazonaws.synthetics#InternalServerException": return [3, 2];
924
- case "ResourceNotFoundException": return [3, 4];
925
- case "com.amazonaws.synthetics#ResourceNotFoundException": return [3, 4];
926
- case "ValidationException": return [3, 6];
927
- case "com.amazonaws.synthetics#ValidationException": return [3, 6];
1685
+ case "BadRequestException": return [3, 2];
1686
+ case "com.amazonaws.synthetics#BadRequestException": return [3, 2];
1687
+ case "ConflictException": return [3, 4];
1688
+ case "com.amazonaws.synthetics#ConflictException": return [3, 4];
1689
+ case "InternalFailureException": return [3, 6];
1690
+ case "com.amazonaws.synthetics#InternalFailureException": return [3, 6];
1691
+ case "NotFoundException": return [3, 8];
1692
+ case "com.amazonaws.synthetics#NotFoundException": return [3, 8];
1693
+ case "TooManyRequestsException": return [3, 10];
1694
+ case "com.amazonaws.synthetics#TooManyRequestsException": return [3, 10];
928
1695
  }
929
- return [3, 8];
930
- case 2: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
1696
+ return [3, 12];
1697
+ case 2: return [4, deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context)];
931
1698
  case 3: throw _d.sent();
932
- case 4: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
1699
+ case 4: return [4, deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)];
933
1700
  case 5: throw _d.sent();
934
- case 6: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1701
+ case 6: return [4, deserializeAws_restJson1InternalFailureExceptionResponse(parsedOutput, context)];
935
1702
  case 7: throw _d.sent();
936
- case 8:
1703
+ case 8: return [4, deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context)];
1704
+ case 9: throw _d.sent();
1705
+ case 10: return [4, deserializeAws_restJson1TooManyRequestsExceptionResponse(parsedOutput, context)];
1706
+ case 11: throw _d.sent();
1707
+ case 12:
937
1708
  parsedBody = parsedOutput.body;
938
1709
  $metadata = deserializeMetadata(output);
939
1710
  statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
@@ -1104,21 +1875,29 @@ var deserializeAws_restJson1TagResourceCommandError = function (output, context)
1104
1875
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1105
1876
  _b = errorCode;
1106
1877
  switch (_b) {
1107
- case "InternalServerException": return [3, 2];
1108
- case "com.amazonaws.synthetics#InternalServerException": return [3, 2];
1109
- case "ResourceNotFoundException": return [3, 4];
1110
- case "com.amazonaws.synthetics#ResourceNotFoundException": return [3, 4];
1111
- case "ValidationException": return [3, 6];
1112
- case "com.amazonaws.synthetics#ValidationException": return [3, 6];
1878
+ case "BadRequestException": return [3, 2];
1879
+ case "com.amazonaws.synthetics#BadRequestException": return [3, 2];
1880
+ case "ConflictException": return [3, 4];
1881
+ case "com.amazonaws.synthetics#ConflictException": return [3, 4];
1882
+ case "InternalFailureException": return [3, 6];
1883
+ case "com.amazonaws.synthetics#InternalFailureException": return [3, 6];
1884
+ case "NotFoundException": return [3, 8];
1885
+ case "com.amazonaws.synthetics#NotFoundException": return [3, 8];
1886
+ case "TooManyRequestsException": return [3, 10];
1887
+ case "com.amazonaws.synthetics#TooManyRequestsException": return [3, 10];
1113
1888
  }
1114
- return [3, 8];
1115
- case 2: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
1889
+ return [3, 12];
1890
+ case 2: return [4, deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context)];
1116
1891
  case 3: throw _d.sent();
1117
- case 4: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
1892
+ case 4: return [4, deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)];
1118
1893
  case 5: throw _d.sent();
1119
- case 6: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1894
+ case 6: return [4, deserializeAws_restJson1InternalFailureExceptionResponse(parsedOutput, context)];
1120
1895
  case 7: throw _d.sent();
1121
- case 8:
1896
+ case 8: return [4, deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context)];
1897
+ case 9: throw _d.sent();
1898
+ case 10: return [4, deserializeAws_restJson1TooManyRequestsExceptionResponse(parsedOutput, context)];
1899
+ case 11: throw _d.sent();
1900
+ case 12:
1122
1901
  parsedBody = parsedOutput.body;
1123
1902
  $metadata = deserializeMetadata(output);
1124
1903
  statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
@@ -1163,21 +1942,29 @@ var deserializeAws_restJson1UntagResourceCommandError = function (output, contex
1163
1942
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1164
1943
  _b = errorCode;
1165
1944
  switch (_b) {
1166
- case "InternalServerException": return [3, 2];
1167
- case "com.amazonaws.synthetics#InternalServerException": return [3, 2];
1168
- case "ResourceNotFoundException": return [3, 4];
1169
- case "com.amazonaws.synthetics#ResourceNotFoundException": return [3, 4];
1170
- case "ValidationException": return [3, 6];
1171
- case "com.amazonaws.synthetics#ValidationException": return [3, 6];
1945
+ case "BadRequestException": return [3, 2];
1946
+ case "com.amazonaws.synthetics#BadRequestException": return [3, 2];
1947
+ case "ConflictException": return [3, 4];
1948
+ case "com.amazonaws.synthetics#ConflictException": return [3, 4];
1949
+ case "InternalFailureException": return [3, 6];
1950
+ case "com.amazonaws.synthetics#InternalFailureException": return [3, 6];
1951
+ case "NotFoundException": return [3, 8];
1952
+ case "com.amazonaws.synthetics#NotFoundException": return [3, 8];
1953
+ case "TooManyRequestsException": return [3, 10];
1954
+ case "com.amazonaws.synthetics#TooManyRequestsException": return [3, 10];
1172
1955
  }
1173
- return [3, 8];
1174
- case 2: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
1956
+ return [3, 12];
1957
+ case 2: return [4, deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context)];
1175
1958
  case 3: throw _d.sent();
1176
- case 4: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
1959
+ case 4: return [4, deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)];
1177
1960
  case 5: throw _d.sent();
1178
- case 6: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
1961
+ case 6: return [4, deserializeAws_restJson1InternalFailureExceptionResponse(parsedOutput, context)];
1179
1962
  case 7: throw _d.sent();
1180
- case 8:
1963
+ case 8: return [4, deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context)];
1964
+ case 9: throw _d.sent();
1965
+ case 10: return [4, deserializeAws_restJson1TooManyRequestsExceptionResponse(parsedOutput, context)];
1966
+ case 11: throw _d.sent();
1967
+ case 12:
1181
1968
  parsedBody = parsedOutput.body;
1182
1969
  $metadata = deserializeMetadata(output);
1183
1970
  statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
@@ -1257,6 +2044,18 @@ var deserializeAws_restJson1UpdateCanaryCommandError = function (output, context
1257
2044
  }
1258
2045
  });
1259
2046
  }); };
2047
+ var deserializeAws_restJson1BadRequestExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
2048
+ var contents, data, exception;
2049
+ return __generator(this, function (_a) {
2050
+ contents = {};
2051
+ data = parsedOutput.body;
2052
+ if (data.Message !== undefined && data.Message !== null) {
2053
+ contents.Message = __expectString(data.Message);
2054
+ }
2055
+ exception = new BadRequestException(__assign({ $metadata: deserializeMetadata(parsedOutput) }, contents));
2056
+ return [2, __decorateServiceException(exception, parsedOutput.body)];
2057
+ });
2058
+ }); };
1260
2059
  var deserializeAws_restJson1ConflictExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
1261
2060
  var contents, data, exception;
1262
2061
  return __generator(this, function (_a) {
@@ -1269,6 +2068,18 @@ var deserializeAws_restJson1ConflictExceptionResponse = function (parsedOutput,
1269
2068
  return [2, __decorateServiceException(exception, parsedOutput.body)];
1270
2069
  });
1271
2070
  }); };
2071
+ var deserializeAws_restJson1InternalFailureExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
2072
+ var contents, data, exception;
2073
+ return __generator(this, function (_a) {
2074
+ contents = {};
2075
+ data = parsedOutput.body;
2076
+ if (data.Message !== undefined && data.Message !== null) {
2077
+ contents.Message = __expectString(data.Message);
2078
+ }
2079
+ exception = new InternalFailureException(__assign({ $metadata: deserializeMetadata(parsedOutput) }, contents));
2080
+ return [2, __decorateServiceException(exception, parsedOutput.body)];
2081
+ });
2082
+ }); };
1272
2083
  var deserializeAws_restJson1InternalServerExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
1273
2084
  var contents, data, exception;
1274
2085
  return __generator(this, function (_a) {
@@ -1281,6 +2092,18 @@ var deserializeAws_restJson1InternalServerExceptionResponse = function (parsedOu
1281
2092
  return [2, __decorateServiceException(exception, parsedOutput.body)];
1282
2093
  });
1283
2094
  }); };
2095
+ var deserializeAws_restJson1NotFoundExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
2096
+ var contents, data, exception;
2097
+ return __generator(this, function (_a) {
2098
+ contents = {};
2099
+ data = parsedOutput.body;
2100
+ if (data.Message !== undefined && data.Message !== null) {
2101
+ contents.Message = __expectString(data.Message);
2102
+ }
2103
+ exception = new NotFoundException(__assign({ $metadata: deserializeMetadata(parsedOutput) }, contents));
2104
+ return [2, __decorateServiceException(exception, parsedOutput.body)];
2105
+ });
2106
+ }); };
1284
2107
  var deserializeAws_restJson1RequestEntityTooLargeExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
1285
2108
  var contents, data, exception;
1286
2109
  return __generator(this, function (_a) {
@@ -1305,6 +2128,30 @@ var deserializeAws_restJson1ResourceNotFoundExceptionResponse = function (parsed
1305
2128
  return [2, __decorateServiceException(exception, parsedOutput.body)];
1306
2129
  });
1307
2130
  }); };
2131
+ var deserializeAws_restJson1ServiceQuotaExceededExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
2132
+ var contents, data, exception;
2133
+ return __generator(this, function (_a) {
2134
+ contents = {};
2135
+ data = parsedOutput.body;
2136
+ if (data.Message !== undefined && data.Message !== null) {
2137
+ contents.Message = __expectString(data.Message);
2138
+ }
2139
+ exception = new ServiceQuotaExceededException(__assign({ $metadata: deserializeMetadata(parsedOutput) }, contents));
2140
+ return [2, __decorateServiceException(exception, parsedOutput.body)];
2141
+ });
2142
+ }); };
2143
+ var deserializeAws_restJson1TooManyRequestsExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
2144
+ var contents, data, exception;
2145
+ return __generator(this, function (_a) {
2146
+ contents = {};
2147
+ data = parsedOutput.body;
2148
+ if (data.Message !== undefined && data.Message !== null) {
2149
+ contents.Message = __expectString(data.Message);
2150
+ }
2151
+ exception = new TooManyRequestsException(__assign({ $metadata: deserializeMetadata(parsedOutput) }, contents));
2152
+ return [2, __decorateServiceException(exception, parsedOutput.body)];
2153
+ });
2154
+ }); };
1308
2155
  var deserializeAws_restJson1ValidationExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
1309
2156
  var contents, data, exception;
1310
2157
  return __generator(this, function (_a) {
@@ -1318,17 +2165,14 @@ var deserializeAws_restJson1ValidationExceptionResponse = function (parsedOutput
1318
2165
  });
1319
2166
  }); };
1320
2167
  var serializeAws_restJson1ArtifactConfigInput = function (input, context) {
1321
- return __assign({}, (input.S3Encryption !== undefined &&
1322
- input.S3Encryption !== null && {
2168
+ return __assign({}, (input.S3Encryption != null && {
1323
2169
  S3Encryption: serializeAws_restJson1S3EncryptionConfig(input.S3Encryption, context),
1324
2170
  }));
1325
2171
  };
1326
2172
  var serializeAws_restJson1BaseScreenshot = function (input, context) {
1327
- return __assign(__assign({}, (input.IgnoreCoordinates !== undefined &&
1328
- input.IgnoreCoordinates !== null && {
2173
+ return __assign(__assign({}, (input.IgnoreCoordinates != null && {
1329
2174
  IgnoreCoordinates: serializeAws_restJson1BaseScreenshotIgnoreCoordinates(input.IgnoreCoordinates, context),
1330
- })), (input.ScreenshotName !== undefined &&
1331
- input.ScreenshotName !== null && { ScreenshotName: input.ScreenshotName }));
2175
+ })), (input.ScreenshotName != null && { ScreenshotName: input.ScreenshotName }));
1332
2176
  };
1333
2177
  var serializeAws_restJson1BaseScreenshotIgnoreCoordinates = function (input, context) {
1334
2178
  return input
@@ -1351,18 +2195,15 @@ var serializeAws_restJson1BaseScreenshots = function (input, context) {
1351
2195
  });
1352
2196
  };
1353
2197
  var serializeAws_restJson1CanaryCodeInput = function (input, context) {
1354
- return __assign(__assign(__assign(__assign(__assign({}, (input.Handler !== undefined && input.Handler !== null && { Handler: input.Handler })), (input.S3Bucket !== undefined && input.S3Bucket !== null && { S3Bucket: input.S3Bucket })), (input.S3Key !== undefined && input.S3Key !== null && { S3Key: input.S3Key })), (input.S3Version !== undefined && input.S3Version !== null && { S3Version: input.S3Version })), (input.ZipFile !== undefined && input.ZipFile !== null && { ZipFile: context.base64Encoder(input.ZipFile) }));
2198
+ return __assign(__assign(__assign(__assign(__assign({}, (input.Handler != null && { Handler: input.Handler })), (input.S3Bucket != null && { S3Bucket: input.S3Bucket })), (input.S3Key != null && { S3Key: input.S3Key })), (input.S3Version != null && { S3Version: input.S3Version })), (input.ZipFile != null && { ZipFile: context.base64Encoder(input.ZipFile) }));
1355
2199
  };
1356
2200
  var serializeAws_restJson1CanaryRunConfigInput = function (input, context) {
1357
- return __assign(__assign(__assign(__assign({}, (input.ActiveTracing !== undefined && input.ActiveTracing !== null && { ActiveTracing: input.ActiveTracing })), (input.EnvironmentVariables !== undefined &&
1358
- input.EnvironmentVariables !== null && {
2201
+ return __assign(__assign(__assign(__assign({}, (input.ActiveTracing != null && { ActiveTracing: input.ActiveTracing })), (input.EnvironmentVariables != null && {
1359
2202
  EnvironmentVariables: serializeAws_restJson1EnvironmentVariablesMap(input.EnvironmentVariables, context),
1360
- })), (input.MemoryInMB !== undefined && input.MemoryInMB !== null && { MemoryInMB: input.MemoryInMB })), (input.TimeoutInSeconds !== undefined &&
1361
- input.TimeoutInSeconds !== null && { TimeoutInSeconds: input.TimeoutInSeconds }));
2203
+ })), (input.MemoryInMB != null && { MemoryInMB: input.MemoryInMB })), (input.TimeoutInSeconds != null && { TimeoutInSeconds: input.TimeoutInSeconds }));
1362
2204
  };
1363
2205
  var serializeAws_restJson1CanaryScheduleInput = function (input, context) {
1364
- return __assign(__assign({}, (input.DurationInSeconds !== undefined &&
1365
- input.DurationInSeconds !== null && { DurationInSeconds: input.DurationInSeconds })), (input.Expression !== undefined && input.Expression !== null && { Expression: input.Expression }));
2206
+ return __assign(__assign({}, (input.DurationInSeconds != null && { DurationInSeconds: input.DurationInSeconds })), (input.Expression != null && { Expression: input.Expression }));
1366
2207
  };
1367
2208
  var serializeAws_restJson1DescribeCanariesLastRunNameFilter = function (input, context) {
1368
2209
  return input
@@ -1395,8 +2236,7 @@ var serializeAws_restJson1EnvironmentVariablesMap = function (input, context) {
1395
2236
  }, {});
1396
2237
  };
1397
2238
  var serializeAws_restJson1S3EncryptionConfig = function (input, context) {
1398
- return __assign(__assign({}, (input.EncryptionMode !== undefined &&
1399
- input.EncryptionMode !== null && { EncryptionMode: input.EncryptionMode })), (input.KmsKeyArn !== undefined && input.KmsKeyArn !== null && { KmsKeyArn: input.KmsKeyArn }));
2239
+ return __assign(__assign({}, (input.EncryptionMode != null && { EncryptionMode: input.EncryptionMode })), (input.KmsKeyArn != null && { KmsKeyArn: input.KmsKeyArn }));
1400
2240
  };
1401
2241
  var serializeAws_restJson1SecurityGroupIds = function (input, context) {
1402
2242
  return input
@@ -1429,29 +2269,25 @@ var serializeAws_restJson1TagMap = function (input, context) {
1429
2269
  }, {});
1430
2270
  };
1431
2271
  var serializeAws_restJson1VisualReferenceInput = function (input, context) {
1432
- return __assign(__assign({}, (input.BaseCanaryRunId !== undefined &&
1433
- input.BaseCanaryRunId !== null && { BaseCanaryRunId: input.BaseCanaryRunId })), (input.BaseScreenshots !== undefined &&
1434
- input.BaseScreenshots !== null && {
2272
+ return __assign(__assign({}, (input.BaseCanaryRunId != null && { BaseCanaryRunId: input.BaseCanaryRunId })), (input.BaseScreenshots != null && {
1435
2273
  BaseScreenshots: serializeAws_restJson1BaseScreenshots(input.BaseScreenshots, context),
1436
2274
  }));
1437
2275
  };
1438
2276
  var serializeAws_restJson1VpcConfigInput = function (input, context) {
1439
- return __assign(__assign({}, (input.SecurityGroupIds !== undefined &&
1440
- input.SecurityGroupIds !== null && {
2277
+ return __assign(__assign({}, (input.SecurityGroupIds != null && {
1441
2278
  SecurityGroupIds: serializeAws_restJson1SecurityGroupIds(input.SecurityGroupIds, context),
1442
- })), (input.SubnetIds !== undefined &&
1443
- input.SubnetIds !== null && { SubnetIds: serializeAws_restJson1SubnetIds(input.SubnetIds, context) }));
2279
+ })), (input.SubnetIds != null && { SubnetIds: serializeAws_restJson1SubnetIds(input.SubnetIds, context) }));
1444
2280
  };
1445
2281
  var deserializeAws_restJson1ArtifactConfigOutput = function (output, context) {
1446
2282
  return {
1447
- S3Encryption: output.S3Encryption !== undefined && output.S3Encryption !== null
2283
+ S3Encryption: output.S3Encryption != null
1448
2284
  ? deserializeAws_restJson1S3EncryptionConfig(output.S3Encryption, context)
1449
2285
  : undefined,
1450
2286
  };
1451
2287
  };
1452
2288
  var deserializeAws_restJson1BaseScreenshot = function (output, context) {
1453
2289
  return {
1454
- IgnoreCoordinates: output.IgnoreCoordinates !== undefined && output.IgnoreCoordinates !== null
2290
+ IgnoreCoordinates: output.IgnoreCoordinates != null
1455
2291
  ? deserializeAws_restJson1BaseScreenshotIgnoreCoordinates(output.IgnoreCoordinates, context)
1456
2292
  : undefined,
1457
2293
  ScreenshotName: __expectString(output.ScreenshotName),
@@ -1503,41 +2339,27 @@ var deserializeAws_restJson1CanariesLastRun = function (output, context) {
1503
2339
  };
1504
2340
  var deserializeAws_restJson1Canary = function (output, context) {
1505
2341
  return {
1506
- ArtifactConfig: output.ArtifactConfig !== undefined && output.ArtifactConfig !== null
2342
+ ArtifactConfig: output.ArtifactConfig != null
1507
2343
  ? deserializeAws_restJson1ArtifactConfigOutput(output.ArtifactConfig, context)
1508
2344
  : undefined,
1509
2345
  ArtifactS3Location: __expectString(output.ArtifactS3Location),
1510
- Code: output.Code !== undefined && output.Code !== null
1511
- ? deserializeAws_restJson1CanaryCodeOutput(output.Code, context)
1512
- : undefined,
2346
+ Code: output.Code != null ? deserializeAws_restJson1CanaryCodeOutput(output.Code, context) : undefined,
1513
2347
  EngineArn: __expectString(output.EngineArn),
1514
2348
  ExecutionRoleArn: __expectString(output.ExecutionRoleArn),
1515
2349
  FailureRetentionPeriodInDays: __expectInt32(output.FailureRetentionPeriodInDays),
1516
2350
  Id: __expectString(output.Id),
1517
2351
  Name: __expectString(output.Name),
1518
- RunConfig: output.RunConfig !== undefined && output.RunConfig !== null
1519
- ? deserializeAws_restJson1CanaryRunConfigOutput(output.RunConfig, context)
1520
- : undefined,
2352
+ RunConfig: output.RunConfig != null ? deserializeAws_restJson1CanaryRunConfigOutput(output.RunConfig, context) : undefined,
1521
2353
  RuntimeVersion: __expectString(output.RuntimeVersion),
1522
- Schedule: output.Schedule !== undefined && output.Schedule !== null
1523
- ? deserializeAws_restJson1CanaryScheduleOutput(output.Schedule, context)
1524
- : undefined,
1525
- Status: output.Status !== undefined && output.Status !== null
1526
- ? deserializeAws_restJson1CanaryStatus(output.Status, context)
1527
- : undefined,
2354
+ Schedule: output.Schedule != null ? deserializeAws_restJson1CanaryScheduleOutput(output.Schedule, context) : undefined,
2355
+ Status: output.Status != null ? deserializeAws_restJson1CanaryStatus(output.Status, context) : undefined,
1528
2356
  SuccessRetentionPeriodInDays: __expectInt32(output.SuccessRetentionPeriodInDays),
1529
- Tags: output.Tags !== undefined && output.Tags !== null
1530
- ? deserializeAws_restJson1TagMap(output.Tags, context)
1531
- : undefined,
1532
- Timeline: output.Timeline !== undefined && output.Timeline !== null
1533
- ? deserializeAws_restJson1CanaryTimeline(output.Timeline, context)
1534
- : undefined,
1535
- VisualReference: output.VisualReference !== undefined && output.VisualReference !== null
2357
+ Tags: output.Tags != null ? deserializeAws_restJson1TagMap(output.Tags, context) : undefined,
2358
+ Timeline: output.Timeline != null ? deserializeAws_restJson1CanaryTimeline(output.Timeline, context) : undefined,
2359
+ VisualReference: output.VisualReference != null
1536
2360
  ? deserializeAws_restJson1VisualReferenceOutput(output.VisualReference, context)
1537
2361
  : undefined,
1538
- VpcConfig: output.VpcConfig !== undefined && output.VpcConfig !== null
1539
- ? deserializeAws_restJson1VpcConfigOutput(output.VpcConfig, context)
1540
- : undefined,
2362
+ VpcConfig: output.VpcConfig != null ? deserializeAws_restJson1VpcConfigOutput(output.VpcConfig, context) : undefined,
1541
2363
  };
1542
2364
  };
1543
2365
  var deserializeAws_restJson1CanaryCodeOutput = function (output, context) {
@@ -1549,9 +2371,7 @@ var deserializeAws_restJson1CanaryCodeOutput = function (output, context) {
1549
2371
  var deserializeAws_restJson1CanaryLastRun = function (output, context) {
1550
2372
  return {
1551
2373
  CanaryName: __expectString(output.CanaryName),
1552
- LastRun: output.LastRun !== undefined && output.LastRun !== null
1553
- ? deserializeAws_restJson1CanaryRun(output.LastRun, context)
1554
- : undefined,
2374
+ LastRun: output.LastRun != null ? deserializeAws_restJson1CanaryRun(output.LastRun, context) : undefined,
1555
2375
  };
1556
2376
  };
1557
2377
  var deserializeAws_restJson1CanaryRun = function (output, context) {
@@ -1559,12 +2379,8 @@ var deserializeAws_restJson1CanaryRun = function (output, context) {
1559
2379
  ArtifactS3Location: __expectString(output.ArtifactS3Location),
1560
2380
  Id: __expectString(output.Id),
1561
2381
  Name: __expectString(output.Name),
1562
- Status: output.Status !== undefined && output.Status !== null
1563
- ? deserializeAws_restJson1CanaryRunStatus(output.Status, context)
1564
- : undefined,
1565
- Timeline: output.Timeline !== undefined && output.Timeline !== null
1566
- ? deserializeAws_restJson1CanaryRunTimeline(output.Timeline, context)
1567
- : undefined,
2382
+ Status: output.Status != null ? deserializeAws_restJson1CanaryRunStatus(output.Status, context) : undefined,
2383
+ Timeline: output.Timeline != null ? deserializeAws_restJson1CanaryRunTimeline(output.Timeline, context) : undefined,
1568
2384
  };
1569
2385
  };
1570
2386
  var deserializeAws_restJson1CanaryRunConfigOutput = function (output, context) {
@@ -1594,12 +2410,8 @@ var deserializeAws_restJson1CanaryRunStatus = function (output, context) {
1594
2410
  };
1595
2411
  var deserializeAws_restJson1CanaryRunTimeline = function (output, context) {
1596
2412
  return {
1597
- Completed: output.Completed !== undefined && output.Completed !== null
1598
- ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.Completed)))
1599
- : undefined,
1600
- Started: output.Started !== undefined && output.Started !== null
1601
- ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.Started)))
1602
- : undefined,
2413
+ Completed: output.Completed != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.Completed))) : undefined,
2414
+ Started: output.Started != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.Started))) : undefined,
1603
2415
  };
1604
2416
  };
1605
2417
  var deserializeAws_restJson1CanaryScheduleOutput = function (output, context) {
@@ -1617,27 +2429,57 @@ var deserializeAws_restJson1CanaryStatus = function (output, context) {
1617
2429
  };
1618
2430
  var deserializeAws_restJson1CanaryTimeline = function (output, context) {
1619
2431
  return {
1620
- Created: output.Created !== undefined && output.Created !== null
1621
- ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.Created)))
1622
- : undefined,
1623
- LastModified: output.LastModified !== undefined && output.LastModified !== null
2432
+ Created: output.Created != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.Created))) : undefined,
2433
+ LastModified: output.LastModified != null
1624
2434
  ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModified)))
1625
2435
  : undefined,
1626
- LastStarted: output.LastStarted !== undefined && output.LastStarted !== null
2436
+ LastStarted: output.LastStarted != null
1627
2437
  ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastStarted)))
1628
2438
  : undefined,
1629
- LastStopped: output.LastStopped !== undefined && output.LastStopped !== null
2439
+ LastStopped: output.LastStopped != null
1630
2440
  ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastStopped)))
1631
2441
  : undefined,
1632
2442
  };
1633
2443
  };
2444
+ var deserializeAws_restJson1Group = function (output, context) {
2445
+ return {
2446
+ Arn: __expectString(output.Arn),
2447
+ CreatedTime: output.CreatedTime != null
2448
+ ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedTime)))
2449
+ : undefined,
2450
+ Id: __expectString(output.Id),
2451
+ LastModifiedTime: output.LastModifiedTime != null
2452
+ ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
2453
+ : undefined,
2454
+ Name: __expectString(output.Name),
2455
+ Tags: output.Tags != null ? deserializeAws_restJson1TagMap(output.Tags, context) : undefined,
2456
+ };
2457
+ };
2458
+ var deserializeAws_restJson1GroupSummary = function (output, context) {
2459
+ return {
2460
+ Arn: __expectString(output.Arn),
2461
+ Id: __expectString(output.Id),
2462
+ Name: __expectString(output.Name),
2463
+ };
2464
+ };
2465
+ var deserializeAws_restJson1GroupSummaryList = function (output, context) {
2466
+ var retVal = (output || [])
2467
+ .filter(function (e) { return e != null; })
2468
+ .map(function (entry) {
2469
+ if (entry === null) {
2470
+ return null;
2471
+ }
2472
+ return deserializeAws_restJson1GroupSummary(entry, context);
2473
+ });
2474
+ return retVal;
2475
+ };
1634
2476
  var deserializeAws_restJson1RuntimeVersion = function (output, context) {
1635
2477
  return {
1636
- DeprecationDate: output.DeprecationDate !== undefined && output.DeprecationDate !== null
2478
+ DeprecationDate: output.DeprecationDate != null
1637
2479
  ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.DeprecationDate)))
1638
2480
  : undefined,
1639
2481
  Description: __expectString(output.Description),
1640
- ReleaseDate: output.ReleaseDate !== undefined && output.ReleaseDate !== null
2482
+ ReleaseDate: output.ReleaseDate != null
1641
2483
  ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.ReleaseDate)))
1642
2484
  : undefined,
1643
2485
  VersionName: __expectString(output.VersionName),
@@ -1671,6 +2513,17 @@ var deserializeAws_restJson1SecurityGroupIds = function (output, context) {
1671
2513
  });
1672
2514
  return retVal;
1673
2515
  };
2516
+ var deserializeAws_restJson1StringList = function (output, context) {
2517
+ var retVal = (output || [])
2518
+ .filter(function (e) { return e != null; })
2519
+ .map(function (entry) {
2520
+ if (entry === null) {
2521
+ return null;
2522
+ }
2523
+ return __expectString(entry);
2524
+ });
2525
+ return retVal;
2526
+ };
1674
2527
  var deserializeAws_restJson1SubnetIds = function (output, context) {
1675
2528
  var retVal = (output || [])
1676
2529
  .filter(function (e) { return e != null; })
@@ -1695,19 +2548,17 @@ var deserializeAws_restJson1TagMap = function (output, context) {
1695
2548
  var deserializeAws_restJson1VisualReferenceOutput = function (output, context) {
1696
2549
  return {
1697
2550
  BaseCanaryRunId: __expectString(output.BaseCanaryRunId),
1698
- BaseScreenshots: output.BaseScreenshots !== undefined && output.BaseScreenshots !== null
2551
+ BaseScreenshots: output.BaseScreenshots != null
1699
2552
  ? deserializeAws_restJson1BaseScreenshots(output.BaseScreenshots, context)
1700
2553
  : undefined,
1701
2554
  };
1702
2555
  };
1703
2556
  var deserializeAws_restJson1VpcConfigOutput = function (output, context) {
1704
2557
  return {
1705
- SecurityGroupIds: output.SecurityGroupIds !== undefined && output.SecurityGroupIds !== null
2558
+ SecurityGroupIds: output.SecurityGroupIds != null
1706
2559
  ? deserializeAws_restJson1SecurityGroupIds(output.SecurityGroupIds, context)
1707
2560
  : undefined,
1708
- SubnetIds: output.SubnetIds !== undefined && output.SubnetIds !== null
1709
- ? deserializeAws_restJson1SubnetIds(output.SubnetIds, context)
1710
- : undefined,
2561
+ SubnetIds: output.SubnetIds != null ? deserializeAws_restJson1SubnetIds(output.SubnetIds, context) : undefined,
1711
2562
  VpcId: __expectString(output.VpcId),
1712
2563
  };
1713
2564
  };