@aws-sdk/client-cloud9 3.131.0 → 3.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateEnvironmentEC2Command.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentMembershipCommand.js +2 -2
- package/dist-cjs/commands/DescribeEnvironmentMembershipsCommand.js +2 -2
- package/dist-cjs/commands/DescribeEnvironmentStatusCommand.js +2 -2
- package/dist-cjs/commands/DescribeEnvironmentsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnvironmentMembershipCommand.js +2 -2
- package/dist-cjs/models/models_0.js +131 -191
- package/dist-cjs/protocols/Aws_json1_1.js +65 -116
- package/dist-es/commands/CreateEnvironmentEC2Command.js +3 -3
- package/dist-es/commands/CreateEnvironmentMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentMembershipCommand.js +3 -3
- package/dist-es/commands/DescribeEnvironmentMembershipsCommand.js +3 -3
- package/dist-es/commands/DescribeEnvironmentStatusCommand.js +3 -3
- package/dist-es/commands/DescribeEnvironmentsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateEnvironmentCommand.js +3 -3
- package/dist-es/commands/UpdateEnvironmentMembershipCommand.js +3 -3
- package/dist-es/models/models_0.js +30 -120
- package/dist-es/protocols/Aws_json1_1.js +105 -117
- package/dist-types/models/models_0.d.ts +120 -180
- package/dist-types/ts3.4/models/models_0.d.ts +60 -120
- package/package.json +6 -6
|
@@ -154,7 +154,6 @@ const deserializeAws_json1_1CreateEnvironmentEC2CommandError = async (output, co
|
|
|
154
154
|
...output,
|
|
155
155
|
body: await parseBody(output.body, context),
|
|
156
156
|
};
|
|
157
|
-
let response;
|
|
158
157
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
159
158
|
switch (errorCode) {
|
|
160
159
|
case "BadRequestException":
|
|
@@ -180,14 +179,12 @@ const deserializeAws_json1_1CreateEnvironmentEC2CommandError = async (output, co
|
|
|
180
179
|
throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context);
|
|
181
180
|
default:
|
|
182
181
|
const parsedBody = parsedOutput.body;
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
$metadata,
|
|
182
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
183
|
+
output,
|
|
184
|
+
parsedBody,
|
|
185
|
+
exceptionCtor: Cloud9ServiceException_1.Cloud9ServiceException,
|
|
186
|
+
errorCode,
|
|
189
187
|
});
|
|
190
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
191
188
|
}
|
|
192
189
|
};
|
|
193
190
|
const deserializeAws_json1_1CreateEnvironmentMembershipCommand = async (output, context) => {
|
|
@@ -209,7 +206,6 @@ const deserializeAws_json1_1CreateEnvironmentMembershipCommandError = async (out
|
|
|
209
206
|
...output,
|
|
210
207
|
body: await parseBody(output.body, context),
|
|
211
208
|
};
|
|
212
|
-
let response;
|
|
213
209
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
214
210
|
switch (errorCode) {
|
|
215
211
|
case "BadRequestException":
|
|
@@ -235,14 +231,12 @@ const deserializeAws_json1_1CreateEnvironmentMembershipCommandError = async (out
|
|
|
235
231
|
throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context);
|
|
236
232
|
default:
|
|
237
233
|
const parsedBody = parsedOutput.body;
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
$metadata,
|
|
234
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
235
|
+
output,
|
|
236
|
+
parsedBody,
|
|
237
|
+
exceptionCtor: Cloud9ServiceException_1.Cloud9ServiceException,
|
|
238
|
+
errorCode,
|
|
244
239
|
});
|
|
245
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
246
240
|
}
|
|
247
241
|
};
|
|
248
242
|
const deserializeAws_json1_1DeleteEnvironmentCommand = async (output, context) => {
|
|
@@ -264,7 +258,6 @@ const deserializeAws_json1_1DeleteEnvironmentCommandError = async (output, conte
|
|
|
264
258
|
...output,
|
|
265
259
|
body: await parseBody(output.body, context),
|
|
266
260
|
};
|
|
267
|
-
let response;
|
|
268
261
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
269
262
|
switch (errorCode) {
|
|
270
263
|
case "BadRequestException":
|
|
@@ -290,14 +283,12 @@ const deserializeAws_json1_1DeleteEnvironmentCommandError = async (output, conte
|
|
|
290
283
|
throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context);
|
|
291
284
|
default:
|
|
292
285
|
const parsedBody = parsedOutput.body;
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
$metadata,
|
|
286
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
287
|
+
output,
|
|
288
|
+
parsedBody,
|
|
289
|
+
exceptionCtor: Cloud9ServiceException_1.Cloud9ServiceException,
|
|
290
|
+
errorCode,
|
|
299
291
|
});
|
|
300
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
301
292
|
}
|
|
302
293
|
};
|
|
303
294
|
const deserializeAws_json1_1DeleteEnvironmentMembershipCommand = async (output, context) => {
|
|
@@ -319,7 +310,6 @@ const deserializeAws_json1_1DeleteEnvironmentMembershipCommandError = async (out
|
|
|
319
310
|
...output,
|
|
320
311
|
body: await parseBody(output.body, context),
|
|
321
312
|
};
|
|
322
|
-
let response;
|
|
323
313
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
324
314
|
switch (errorCode) {
|
|
325
315
|
case "BadRequestException":
|
|
@@ -345,14 +335,12 @@ const deserializeAws_json1_1DeleteEnvironmentMembershipCommandError = async (out
|
|
|
345
335
|
throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context);
|
|
346
336
|
default:
|
|
347
337
|
const parsedBody = parsedOutput.body;
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
$metadata,
|
|
338
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
339
|
+
output,
|
|
340
|
+
parsedBody,
|
|
341
|
+
exceptionCtor: Cloud9ServiceException_1.Cloud9ServiceException,
|
|
342
|
+
errorCode,
|
|
354
343
|
});
|
|
355
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
356
344
|
}
|
|
357
345
|
};
|
|
358
346
|
const deserializeAws_json1_1DescribeEnvironmentMembershipsCommand = async (output, context) => {
|
|
@@ -374,7 +362,6 @@ const deserializeAws_json1_1DescribeEnvironmentMembershipsCommandError = async (
|
|
|
374
362
|
...output,
|
|
375
363
|
body: await parseBody(output.body, context),
|
|
376
364
|
};
|
|
377
|
-
let response;
|
|
378
365
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
379
366
|
switch (errorCode) {
|
|
380
367
|
case "BadRequestException":
|
|
@@ -400,14 +387,12 @@ const deserializeAws_json1_1DescribeEnvironmentMembershipsCommandError = async (
|
|
|
400
387
|
throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context);
|
|
401
388
|
default:
|
|
402
389
|
const parsedBody = parsedOutput.body;
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
$metadata,
|
|
390
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
391
|
+
output,
|
|
392
|
+
parsedBody,
|
|
393
|
+
exceptionCtor: Cloud9ServiceException_1.Cloud9ServiceException,
|
|
394
|
+
errorCode,
|
|
409
395
|
});
|
|
410
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
411
396
|
}
|
|
412
397
|
};
|
|
413
398
|
const deserializeAws_json1_1DescribeEnvironmentsCommand = async (output, context) => {
|
|
@@ -429,7 +414,6 @@ const deserializeAws_json1_1DescribeEnvironmentsCommandError = async (output, co
|
|
|
429
414
|
...output,
|
|
430
415
|
body: await parseBody(output.body, context),
|
|
431
416
|
};
|
|
432
|
-
let response;
|
|
433
417
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
434
418
|
switch (errorCode) {
|
|
435
419
|
case "BadRequestException":
|
|
@@ -455,14 +439,12 @@ const deserializeAws_json1_1DescribeEnvironmentsCommandError = async (output, co
|
|
|
455
439
|
throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context);
|
|
456
440
|
default:
|
|
457
441
|
const parsedBody = parsedOutput.body;
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
$metadata,
|
|
442
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
443
|
+
output,
|
|
444
|
+
parsedBody,
|
|
445
|
+
exceptionCtor: Cloud9ServiceException_1.Cloud9ServiceException,
|
|
446
|
+
errorCode,
|
|
464
447
|
});
|
|
465
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
466
448
|
}
|
|
467
449
|
};
|
|
468
450
|
const deserializeAws_json1_1DescribeEnvironmentStatusCommand = async (output, context) => {
|
|
@@ -484,7 +466,6 @@ const deserializeAws_json1_1DescribeEnvironmentStatusCommandError = async (outpu
|
|
|
484
466
|
...output,
|
|
485
467
|
body: await parseBody(output.body, context),
|
|
486
468
|
};
|
|
487
|
-
let response;
|
|
488
469
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
489
470
|
switch (errorCode) {
|
|
490
471
|
case "BadRequestException":
|
|
@@ -510,14 +491,12 @@ const deserializeAws_json1_1DescribeEnvironmentStatusCommandError = async (outpu
|
|
|
510
491
|
throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context);
|
|
511
492
|
default:
|
|
512
493
|
const parsedBody = parsedOutput.body;
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
$metadata,
|
|
494
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
495
|
+
output,
|
|
496
|
+
parsedBody,
|
|
497
|
+
exceptionCtor: Cloud9ServiceException_1.Cloud9ServiceException,
|
|
498
|
+
errorCode,
|
|
519
499
|
});
|
|
520
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
521
500
|
}
|
|
522
501
|
};
|
|
523
502
|
const deserializeAws_json1_1ListEnvironmentsCommand = async (output, context) => {
|
|
@@ -539,7 +518,6 @@ const deserializeAws_json1_1ListEnvironmentsCommandError = async (output, contex
|
|
|
539
518
|
...output,
|
|
540
519
|
body: await parseBody(output.body, context),
|
|
541
520
|
};
|
|
542
|
-
let response;
|
|
543
521
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
544
522
|
switch (errorCode) {
|
|
545
523
|
case "BadRequestException":
|
|
@@ -565,14 +543,12 @@ const deserializeAws_json1_1ListEnvironmentsCommandError = async (output, contex
|
|
|
565
543
|
throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context);
|
|
566
544
|
default:
|
|
567
545
|
const parsedBody = parsedOutput.body;
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
$metadata,
|
|
546
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
547
|
+
output,
|
|
548
|
+
parsedBody,
|
|
549
|
+
exceptionCtor: Cloud9ServiceException_1.Cloud9ServiceException,
|
|
550
|
+
errorCode,
|
|
574
551
|
});
|
|
575
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
576
552
|
}
|
|
577
553
|
};
|
|
578
554
|
const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -594,7 +570,6 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
|
|
|
594
570
|
...output,
|
|
595
571
|
body: await parseBody(output.body, context),
|
|
596
572
|
};
|
|
597
|
-
let response;
|
|
598
573
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
599
574
|
switch (errorCode) {
|
|
600
575
|
case "BadRequestException":
|
|
@@ -608,14 +583,12 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
|
|
|
608
583
|
throw await deserializeAws_json1_1NotFoundExceptionResponse(parsedOutput, context);
|
|
609
584
|
default:
|
|
610
585
|
const parsedBody = parsedOutput.body;
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
$metadata,
|
|
586
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
587
|
+
output,
|
|
588
|
+
parsedBody,
|
|
589
|
+
exceptionCtor: Cloud9ServiceException_1.Cloud9ServiceException,
|
|
590
|
+
errorCode,
|
|
617
591
|
});
|
|
618
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
619
592
|
}
|
|
620
593
|
};
|
|
621
594
|
const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
|
|
@@ -637,7 +610,6 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
|
|
|
637
610
|
...output,
|
|
638
611
|
body: await parseBody(output.body, context),
|
|
639
612
|
};
|
|
640
|
-
let response;
|
|
641
613
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
642
614
|
switch (errorCode) {
|
|
643
615
|
case "BadRequestException":
|
|
@@ -654,14 +626,12 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
|
|
|
654
626
|
throw await deserializeAws_json1_1NotFoundExceptionResponse(parsedOutput, context);
|
|
655
627
|
default:
|
|
656
628
|
const parsedBody = parsedOutput.body;
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
$metadata,
|
|
629
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
630
|
+
output,
|
|
631
|
+
parsedBody,
|
|
632
|
+
exceptionCtor: Cloud9ServiceException_1.Cloud9ServiceException,
|
|
633
|
+
errorCode,
|
|
663
634
|
});
|
|
664
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
665
635
|
}
|
|
666
636
|
};
|
|
667
637
|
const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
|
|
@@ -683,7 +653,6 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
|
|
|
683
653
|
...output,
|
|
684
654
|
body: await parseBody(output.body, context),
|
|
685
655
|
};
|
|
686
|
-
let response;
|
|
687
656
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
688
657
|
switch (errorCode) {
|
|
689
658
|
case "BadRequestException":
|
|
@@ -700,14 +669,12 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
|
|
|
700
669
|
throw await deserializeAws_json1_1NotFoundExceptionResponse(parsedOutput, context);
|
|
701
670
|
default:
|
|
702
671
|
const parsedBody = parsedOutput.body;
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
$metadata,
|
|
672
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
673
|
+
output,
|
|
674
|
+
parsedBody,
|
|
675
|
+
exceptionCtor: Cloud9ServiceException_1.Cloud9ServiceException,
|
|
676
|
+
errorCode,
|
|
709
677
|
});
|
|
710
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
711
678
|
}
|
|
712
679
|
};
|
|
713
680
|
const deserializeAws_json1_1UpdateEnvironmentCommand = async (output, context) => {
|
|
@@ -729,7 +696,6 @@ const deserializeAws_json1_1UpdateEnvironmentCommandError = async (output, conte
|
|
|
729
696
|
...output,
|
|
730
697
|
body: await parseBody(output.body, context),
|
|
731
698
|
};
|
|
732
|
-
let response;
|
|
733
699
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
734
700
|
switch (errorCode) {
|
|
735
701
|
case "BadRequestException":
|
|
@@ -755,14 +721,12 @@ const deserializeAws_json1_1UpdateEnvironmentCommandError = async (output, conte
|
|
|
755
721
|
throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context);
|
|
756
722
|
default:
|
|
757
723
|
const parsedBody = parsedOutput.body;
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
$metadata,
|
|
724
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
725
|
+
output,
|
|
726
|
+
parsedBody,
|
|
727
|
+
exceptionCtor: Cloud9ServiceException_1.Cloud9ServiceException,
|
|
728
|
+
errorCode,
|
|
764
729
|
});
|
|
765
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
766
730
|
}
|
|
767
731
|
};
|
|
768
732
|
const deserializeAws_json1_1UpdateEnvironmentMembershipCommand = async (output, context) => {
|
|
@@ -784,7 +748,6 @@ const deserializeAws_json1_1UpdateEnvironmentMembershipCommandError = async (out
|
|
|
784
748
|
...output,
|
|
785
749
|
body: await parseBody(output.body, context),
|
|
786
750
|
};
|
|
787
|
-
let response;
|
|
788
751
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
789
752
|
switch (errorCode) {
|
|
790
753
|
case "BadRequestException":
|
|
@@ -810,14 +773,12 @@ const deserializeAws_json1_1UpdateEnvironmentMembershipCommandError = async (out
|
|
|
810
773
|
throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context);
|
|
811
774
|
default:
|
|
812
775
|
const parsedBody = parsedOutput.body;
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
$metadata,
|
|
776
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
777
|
+
output,
|
|
778
|
+
parsedBody,
|
|
779
|
+
exceptionCtor: Cloud9ServiceException_1.Cloud9ServiceException,
|
|
780
|
+
errorCode,
|
|
819
781
|
});
|
|
820
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
821
782
|
}
|
|
822
783
|
};
|
|
823
784
|
const deserializeAws_json1_1BadRequestExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -896,9 +857,6 @@ const serializeAws_json1_1BoundedEnvironmentIdList = (input, context) => {
|
|
|
896
857
|
return input
|
|
897
858
|
.filter((e) => e != null)
|
|
898
859
|
.map((entry) => {
|
|
899
|
-
if (entry === null) {
|
|
900
|
-
return null;
|
|
901
|
-
}
|
|
902
860
|
return entry;
|
|
903
861
|
});
|
|
904
862
|
};
|
|
@@ -971,9 +929,6 @@ const serializeAws_json1_1PermissionsList = (input, context) => {
|
|
|
971
929
|
return input
|
|
972
930
|
.filter((e) => e != null)
|
|
973
931
|
.map((entry) => {
|
|
974
|
-
if (entry === null) {
|
|
975
|
-
return null;
|
|
976
|
-
}
|
|
977
932
|
return entry;
|
|
978
933
|
});
|
|
979
934
|
};
|
|
@@ -987,9 +942,6 @@ const serializeAws_json1_1TagKeyList = (input, context) => {
|
|
|
987
942
|
return input
|
|
988
943
|
.filter((e) => e != null)
|
|
989
944
|
.map((entry) => {
|
|
990
|
-
if (entry === null) {
|
|
991
|
-
return null;
|
|
992
|
-
}
|
|
993
945
|
return entry;
|
|
994
946
|
});
|
|
995
947
|
};
|
|
@@ -997,9 +949,6 @@ const serializeAws_json1_1TagList = (input, context) => {
|
|
|
997
949
|
return input
|
|
998
950
|
.filter((e) => e != null)
|
|
999
951
|
.map((entry) => {
|
|
1000
|
-
if (entry === null) {
|
|
1001
|
-
return null;
|
|
1002
|
-
}
|
|
1003
952
|
return serializeAws_json1_1Tag(entry, context);
|
|
1004
953
|
});
|
|
1005
954
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateEnvironmentEC2RequestFilterSensitiveLog, CreateEnvironmentEC2ResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateEnvironmentEC2Command, serializeAws_json1_1CreateEnvironmentEC2Command, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateEnvironmentEC2Command = (function (_super) {
|
|
7
7
|
__extends(CreateEnvironmentEC2Command, _super);
|
|
@@ -20,8 +20,8 @@ var CreateEnvironmentEC2Command = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateEnvironmentEC2RequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateEnvironmentEC2ResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateEnvironmentMembershipRequestFilterSensitiveLog, CreateEnvironmentMembershipResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateEnvironmentMembershipCommand, serializeAws_json1_1CreateEnvironmentMembershipCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateEnvironmentMembershipCommand = (function (_super) {
|
|
7
7
|
__extends(CreateEnvironmentMembershipCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateEnvironmentMembershipCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateEnvironmentMembershipRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateEnvironmentMembershipResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteEnvironmentRequestFilterSensitiveLog, DeleteEnvironmentResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteEnvironmentCommand, serializeAws_json1_1DeleteEnvironmentCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteEnvironmentCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteEnvironmentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteEnvironmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteEnvironmentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteEnvironmentResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteEnvironmentMembershipRequestFilterSensitiveLog, DeleteEnvironmentMembershipResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteEnvironmentMembershipCommand, serializeAws_json1_1DeleteEnvironmentMembershipCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteEnvironmentMembershipCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteEnvironmentMembershipCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteEnvironmentMembershipCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteEnvironmentMembershipRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteEnvironmentMembershipResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeEnvironmentMembershipsRequestFilterSensitiveLog, DescribeEnvironmentMembershipsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeEnvironmentMembershipsCommand, serializeAws_json1_1DescribeEnvironmentMembershipsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEnvironmentMembershipsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEnvironmentMembershipsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEnvironmentMembershipsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEnvironmentMembershipsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEnvironmentMembershipsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeEnvironmentStatusRequestFilterSensitiveLog, DescribeEnvironmentStatusResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeEnvironmentStatusCommand, serializeAws_json1_1DescribeEnvironmentStatusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEnvironmentStatusCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEnvironmentStatusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEnvironmentStatusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEnvironmentStatusRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEnvironmentStatusResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeEnvironmentsRequestFilterSensitiveLog, DescribeEnvironmentsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeEnvironmentsCommand, serializeAws_json1_1DescribeEnvironmentsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEnvironmentsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEnvironmentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEnvironmentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEnvironmentsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEnvironmentsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListEnvironmentsRequestFilterSensitiveLog, ListEnvironmentsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListEnvironmentsCommand, serializeAws_json1_1ListEnvironmentsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListEnvironmentsCommand = (function (_super) {
|
|
7
7
|
__extends(ListEnvironmentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListEnvironmentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListEnvironmentsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListEnvironmentsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateEnvironmentRequestFilterSensitiveLog, UpdateEnvironmentResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateEnvironmentCommand, serializeAws_json1_1UpdateEnvironmentCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateEnvironmentCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateEnvironmentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateEnvironmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateEnvironmentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateEnvironmentResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|