@aws-sdk/client-codedeploy 3.957.0 → 3.958.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -52
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1288 -991
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1286 -987
- package/dist-es/waiters/waitForDeploymentSuccessful.js +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -101,10 +101,8 @@ details about Amazon ECS service deployments.</p>
|
|
|
101
101
|
</ul>
|
|
102
102
|
|
|
103
103
|
## Installing
|
|
104
|
-
|
|
105
104
|
To install this package, simply type add or install @aws-sdk/client-codedeploy
|
|
106
105
|
using your favorite package manager:
|
|
107
|
-
|
|
108
106
|
- `npm install @aws-sdk/client-codedeploy`
|
|
109
107
|
- `yarn add @aws-sdk/client-codedeploy`
|
|
110
108
|
- `pnpm add @aws-sdk/client-codedeploy`
|
|
@@ -140,9 +138,7 @@ To send a request, you:
|
|
|
140
138
|
// a client can be shared by different commands.
|
|
141
139
|
const client = new CodeDeployClient({ region: "REGION" });
|
|
142
140
|
|
|
143
|
-
const params = {
|
|
144
|
-
/** input parameters */
|
|
145
|
-
};
|
|
141
|
+
const params = { /** input parameters */ };
|
|
146
142
|
const command = new ListApplicationsCommand(params);
|
|
147
143
|
```
|
|
148
144
|
|
|
@@ -301,7 +297,6 @@ AddTagsToOnPremisesInstances
|
|
|
301
297
|
</summary>
|
|
302
298
|
|
|
303
299
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/AddTagsToOnPremisesInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/AddTagsToOnPremisesInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/AddTagsToOnPremisesInstancesCommandOutput/)
|
|
304
|
-
|
|
305
300
|
</details>
|
|
306
301
|
<details>
|
|
307
302
|
<summary>
|
|
@@ -309,7 +304,6 @@ BatchGetApplicationRevisions
|
|
|
309
304
|
</summary>
|
|
310
305
|
|
|
311
306
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/BatchGetApplicationRevisionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/BatchGetApplicationRevisionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/BatchGetApplicationRevisionsCommandOutput/)
|
|
312
|
-
|
|
313
307
|
</details>
|
|
314
308
|
<details>
|
|
315
309
|
<summary>
|
|
@@ -317,7 +311,6 @@ BatchGetApplications
|
|
|
317
311
|
</summary>
|
|
318
312
|
|
|
319
313
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/BatchGetApplicationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/BatchGetApplicationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/BatchGetApplicationsCommandOutput/)
|
|
320
|
-
|
|
321
314
|
</details>
|
|
322
315
|
<details>
|
|
323
316
|
<summary>
|
|
@@ -325,7 +318,6 @@ BatchGetDeploymentGroups
|
|
|
325
318
|
</summary>
|
|
326
319
|
|
|
327
320
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/BatchGetDeploymentGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/BatchGetDeploymentGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/BatchGetDeploymentGroupsCommandOutput/)
|
|
328
|
-
|
|
329
321
|
</details>
|
|
330
322
|
<details>
|
|
331
323
|
<summary>
|
|
@@ -333,7 +325,6 @@ BatchGetDeploymentInstances
|
|
|
333
325
|
</summary>
|
|
334
326
|
|
|
335
327
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/BatchGetDeploymentInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/BatchGetDeploymentInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/BatchGetDeploymentInstancesCommandOutput/)
|
|
336
|
-
|
|
337
328
|
</details>
|
|
338
329
|
<details>
|
|
339
330
|
<summary>
|
|
@@ -341,7 +332,6 @@ BatchGetDeployments
|
|
|
341
332
|
</summary>
|
|
342
333
|
|
|
343
334
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/BatchGetDeploymentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/BatchGetDeploymentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/BatchGetDeploymentsCommandOutput/)
|
|
344
|
-
|
|
345
335
|
</details>
|
|
346
336
|
<details>
|
|
347
337
|
<summary>
|
|
@@ -349,7 +339,6 @@ BatchGetDeploymentTargets
|
|
|
349
339
|
</summary>
|
|
350
340
|
|
|
351
341
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/BatchGetDeploymentTargetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/BatchGetDeploymentTargetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/BatchGetDeploymentTargetsCommandOutput/)
|
|
352
|
-
|
|
353
342
|
</details>
|
|
354
343
|
<details>
|
|
355
344
|
<summary>
|
|
@@ -357,7 +346,6 @@ BatchGetOnPremisesInstances
|
|
|
357
346
|
</summary>
|
|
358
347
|
|
|
359
348
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/BatchGetOnPremisesInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/BatchGetOnPremisesInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/BatchGetOnPremisesInstancesCommandOutput/)
|
|
360
|
-
|
|
361
349
|
</details>
|
|
362
350
|
<details>
|
|
363
351
|
<summary>
|
|
@@ -365,7 +353,6 @@ ContinueDeployment
|
|
|
365
353
|
</summary>
|
|
366
354
|
|
|
367
355
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/ContinueDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ContinueDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ContinueDeploymentCommandOutput/)
|
|
368
|
-
|
|
369
356
|
</details>
|
|
370
357
|
<details>
|
|
371
358
|
<summary>
|
|
@@ -373,7 +360,6 @@ CreateApplication
|
|
|
373
360
|
</summary>
|
|
374
361
|
|
|
375
362
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/CreateApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/CreateApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/CreateApplicationCommandOutput/)
|
|
376
|
-
|
|
377
363
|
</details>
|
|
378
364
|
<details>
|
|
379
365
|
<summary>
|
|
@@ -381,7 +367,6 @@ CreateDeployment
|
|
|
381
367
|
</summary>
|
|
382
368
|
|
|
383
369
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/CreateDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/CreateDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/CreateDeploymentCommandOutput/)
|
|
384
|
-
|
|
385
370
|
</details>
|
|
386
371
|
<details>
|
|
387
372
|
<summary>
|
|
@@ -389,7 +374,6 @@ CreateDeploymentConfig
|
|
|
389
374
|
</summary>
|
|
390
375
|
|
|
391
376
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/CreateDeploymentConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/CreateDeploymentConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/CreateDeploymentConfigCommandOutput/)
|
|
392
|
-
|
|
393
377
|
</details>
|
|
394
378
|
<details>
|
|
395
379
|
<summary>
|
|
@@ -397,7 +381,6 @@ CreateDeploymentGroup
|
|
|
397
381
|
</summary>
|
|
398
382
|
|
|
399
383
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/CreateDeploymentGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/CreateDeploymentGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/CreateDeploymentGroupCommandOutput/)
|
|
400
|
-
|
|
401
384
|
</details>
|
|
402
385
|
<details>
|
|
403
386
|
<summary>
|
|
@@ -405,7 +388,6 @@ DeleteApplication
|
|
|
405
388
|
</summary>
|
|
406
389
|
|
|
407
390
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/DeleteApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/DeleteApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/DeleteApplicationCommandOutput/)
|
|
408
|
-
|
|
409
391
|
</details>
|
|
410
392
|
<details>
|
|
411
393
|
<summary>
|
|
@@ -413,7 +395,6 @@ DeleteDeploymentConfig
|
|
|
413
395
|
</summary>
|
|
414
396
|
|
|
415
397
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/DeleteDeploymentConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/DeleteDeploymentConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/DeleteDeploymentConfigCommandOutput/)
|
|
416
|
-
|
|
417
398
|
</details>
|
|
418
399
|
<details>
|
|
419
400
|
<summary>
|
|
@@ -421,7 +402,6 @@ DeleteDeploymentGroup
|
|
|
421
402
|
</summary>
|
|
422
403
|
|
|
423
404
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/DeleteDeploymentGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/DeleteDeploymentGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/DeleteDeploymentGroupCommandOutput/)
|
|
424
|
-
|
|
425
405
|
</details>
|
|
426
406
|
<details>
|
|
427
407
|
<summary>
|
|
@@ -429,7 +409,6 @@ DeleteGitHubAccountToken
|
|
|
429
409
|
</summary>
|
|
430
410
|
|
|
431
411
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/DeleteGitHubAccountTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/DeleteGitHubAccountTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/DeleteGitHubAccountTokenCommandOutput/)
|
|
432
|
-
|
|
433
412
|
</details>
|
|
434
413
|
<details>
|
|
435
414
|
<summary>
|
|
@@ -437,7 +416,6 @@ DeleteResourcesByExternalId
|
|
|
437
416
|
</summary>
|
|
438
417
|
|
|
439
418
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/DeleteResourcesByExternalIdCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/DeleteResourcesByExternalIdCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/DeleteResourcesByExternalIdCommandOutput/)
|
|
440
|
-
|
|
441
419
|
</details>
|
|
442
420
|
<details>
|
|
443
421
|
<summary>
|
|
@@ -445,7 +423,6 @@ DeregisterOnPremisesInstance
|
|
|
445
423
|
</summary>
|
|
446
424
|
|
|
447
425
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/DeregisterOnPremisesInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/DeregisterOnPremisesInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/DeregisterOnPremisesInstanceCommandOutput/)
|
|
448
|
-
|
|
449
426
|
</details>
|
|
450
427
|
<details>
|
|
451
428
|
<summary>
|
|
@@ -453,7 +430,6 @@ GetApplication
|
|
|
453
430
|
</summary>
|
|
454
431
|
|
|
455
432
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/GetApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetApplicationCommandOutput/)
|
|
456
|
-
|
|
457
433
|
</details>
|
|
458
434
|
<details>
|
|
459
435
|
<summary>
|
|
@@ -461,7 +437,6 @@ GetApplicationRevision
|
|
|
461
437
|
</summary>
|
|
462
438
|
|
|
463
439
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/GetApplicationRevisionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetApplicationRevisionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetApplicationRevisionCommandOutput/)
|
|
464
|
-
|
|
465
440
|
</details>
|
|
466
441
|
<details>
|
|
467
442
|
<summary>
|
|
@@ -469,7 +444,6 @@ GetDeployment
|
|
|
469
444
|
</summary>
|
|
470
445
|
|
|
471
446
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/GetDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetDeploymentCommandOutput/)
|
|
472
|
-
|
|
473
447
|
</details>
|
|
474
448
|
<details>
|
|
475
449
|
<summary>
|
|
@@ -477,7 +451,6 @@ GetDeploymentConfig
|
|
|
477
451
|
</summary>
|
|
478
452
|
|
|
479
453
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/GetDeploymentConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetDeploymentConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetDeploymentConfigCommandOutput/)
|
|
480
|
-
|
|
481
454
|
</details>
|
|
482
455
|
<details>
|
|
483
456
|
<summary>
|
|
@@ -485,7 +458,6 @@ GetDeploymentGroup
|
|
|
485
458
|
</summary>
|
|
486
459
|
|
|
487
460
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/GetDeploymentGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetDeploymentGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetDeploymentGroupCommandOutput/)
|
|
488
|
-
|
|
489
461
|
</details>
|
|
490
462
|
<details>
|
|
491
463
|
<summary>
|
|
@@ -493,7 +465,6 @@ GetDeploymentInstance
|
|
|
493
465
|
</summary>
|
|
494
466
|
|
|
495
467
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/GetDeploymentInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetDeploymentInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetDeploymentInstanceCommandOutput/)
|
|
496
|
-
|
|
497
468
|
</details>
|
|
498
469
|
<details>
|
|
499
470
|
<summary>
|
|
@@ -501,7 +472,6 @@ GetDeploymentTarget
|
|
|
501
472
|
</summary>
|
|
502
473
|
|
|
503
474
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/GetDeploymentTargetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetDeploymentTargetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetDeploymentTargetCommandOutput/)
|
|
504
|
-
|
|
505
475
|
</details>
|
|
506
476
|
<details>
|
|
507
477
|
<summary>
|
|
@@ -509,7 +479,6 @@ GetOnPremisesInstance
|
|
|
509
479
|
</summary>
|
|
510
480
|
|
|
511
481
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/GetOnPremisesInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetOnPremisesInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/GetOnPremisesInstanceCommandOutput/)
|
|
512
|
-
|
|
513
482
|
</details>
|
|
514
483
|
<details>
|
|
515
484
|
<summary>
|
|
@@ -517,7 +486,6 @@ ListApplicationRevisions
|
|
|
517
486
|
</summary>
|
|
518
487
|
|
|
519
488
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/ListApplicationRevisionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListApplicationRevisionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListApplicationRevisionsCommandOutput/)
|
|
520
|
-
|
|
521
489
|
</details>
|
|
522
490
|
<details>
|
|
523
491
|
<summary>
|
|
@@ -525,7 +493,6 @@ ListApplications
|
|
|
525
493
|
</summary>
|
|
526
494
|
|
|
527
495
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/ListApplicationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListApplicationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListApplicationsCommandOutput/)
|
|
528
|
-
|
|
529
496
|
</details>
|
|
530
497
|
<details>
|
|
531
498
|
<summary>
|
|
@@ -533,7 +500,6 @@ ListDeploymentConfigs
|
|
|
533
500
|
</summary>
|
|
534
501
|
|
|
535
502
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/ListDeploymentConfigsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListDeploymentConfigsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListDeploymentConfigsCommandOutput/)
|
|
536
|
-
|
|
537
503
|
</details>
|
|
538
504
|
<details>
|
|
539
505
|
<summary>
|
|
@@ -541,7 +507,6 @@ ListDeploymentGroups
|
|
|
541
507
|
</summary>
|
|
542
508
|
|
|
543
509
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/ListDeploymentGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListDeploymentGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListDeploymentGroupsCommandOutput/)
|
|
544
|
-
|
|
545
510
|
</details>
|
|
546
511
|
<details>
|
|
547
512
|
<summary>
|
|
@@ -549,7 +514,6 @@ ListDeploymentInstances
|
|
|
549
514
|
</summary>
|
|
550
515
|
|
|
551
516
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/ListDeploymentInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListDeploymentInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListDeploymentInstancesCommandOutput/)
|
|
552
|
-
|
|
553
517
|
</details>
|
|
554
518
|
<details>
|
|
555
519
|
<summary>
|
|
@@ -557,7 +521,6 @@ ListDeployments
|
|
|
557
521
|
</summary>
|
|
558
522
|
|
|
559
523
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/ListDeploymentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListDeploymentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListDeploymentsCommandOutput/)
|
|
560
|
-
|
|
561
524
|
</details>
|
|
562
525
|
<details>
|
|
563
526
|
<summary>
|
|
@@ -565,7 +528,6 @@ ListDeploymentTargets
|
|
|
565
528
|
</summary>
|
|
566
529
|
|
|
567
530
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/ListDeploymentTargetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListDeploymentTargetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListDeploymentTargetsCommandOutput/)
|
|
568
|
-
|
|
569
531
|
</details>
|
|
570
532
|
<details>
|
|
571
533
|
<summary>
|
|
@@ -573,7 +535,6 @@ ListGitHubAccountTokenNames
|
|
|
573
535
|
</summary>
|
|
574
536
|
|
|
575
537
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/ListGitHubAccountTokenNamesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListGitHubAccountTokenNamesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListGitHubAccountTokenNamesCommandOutput/)
|
|
576
|
-
|
|
577
538
|
</details>
|
|
578
539
|
<details>
|
|
579
540
|
<summary>
|
|
@@ -581,7 +542,6 @@ ListOnPremisesInstances
|
|
|
581
542
|
</summary>
|
|
582
543
|
|
|
583
544
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/ListOnPremisesInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListOnPremisesInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListOnPremisesInstancesCommandOutput/)
|
|
584
|
-
|
|
585
545
|
</details>
|
|
586
546
|
<details>
|
|
587
547
|
<summary>
|
|
@@ -589,7 +549,6 @@ ListTagsForResource
|
|
|
589
549
|
</summary>
|
|
590
550
|
|
|
591
551
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/ListTagsForResourceCommandOutput/)
|
|
592
|
-
|
|
593
552
|
</details>
|
|
594
553
|
<details>
|
|
595
554
|
<summary>
|
|
@@ -597,7 +556,6 @@ PutLifecycleEventHookExecutionStatus
|
|
|
597
556
|
</summary>
|
|
598
557
|
|
|
599
558
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/PutLifecycleEventHookExecutionStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/PutLifecycleEventHookExecutionStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/PutLifecycleEventHookExecutionStatusCommandOutput/)
|
|
600
|
-
|
|
601
559
|
</details>
|
|
602
560
|
<details>
|
|
603
561
|
<summary>
|
|
@@ -605,7 +563,6 @@ RegisterApplicationRevision
|
|
|
605
563
|
</summary>
|
|
606
564
|
|
|
607
565
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/RegisterApplicationRevisionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/RegisterApplicationRevisionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/RegisterApplicationRevisionCommandOutput/)
|
|
608
|
-
|
|
609
566
|
</details>
|
|
610
567
|
<details>
|
|
611
568
|
<summary>
|
|
@@ -613,7 +570,6 @@ RegisterOnPremisesInstance
|
|
|
613
570
|
</summary>
|
|
614
571
|
|
|
615
572
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/RegisterOnPremisesInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/RegisterOnPremisesInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/RegisterOnPremisesInstanceCommandOutput/)
|
|
616
|
-
|
|
617
573
|
</details>
|
|
618
574
|
<details>
|
|
619
575
|
<summary>
|
|
@@ -621,7 +577,6 @@ RemoveTagsFromOnPremisesInstances
|
|
|
621
577
|
</summary>
|
|
622
578
|
|
|
623
579
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/RemoveTagsFromOnPremisesInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/RemoveTagsFromOnPremisesInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/RemoveTagsFromOnPremisesInstancesCommandOutput/)
|
|
624
|
-
|
|
625
580
|
</details>
|
|
626
581
|
<details>
|
|
627
582
|
<summary>
|
|
@@ -629,7 +584,6 @@ SkipWaitTimeForInstanceTermination
|
|
|
629
584
|
</summary>
|
|
630
585
|
|
|
631
586
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/SkipWaitTimeForInstanceTerminationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/SkipWaitTimeForInstanceTerminationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/SkipWaitTimeForInstanceTerminationCommandOutput/)
|
|
632
|
-
|
|
633
587
|
</details>
|
|
634
588
|
<details>
|
|
635
589
|
<summary>
|
|
@@ -637,7 +591,6 @@ StopDeployment
|
|
|
637
591
|
</summary>
|
|
638
592
|
|
|
639
593
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/StopDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/StopDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/StopDeploymentCommandOutput/)
|
|
640
|
-
|
|
641
594
|
</details>
|
|
642
595
|
<details>
|
|
643
596
|
<summary>
|
|
@@ -645,7 +598,6 @@ TagResource
|
|
|
645
598
|
</summary>
|
|
646
599
|
|
|
647
600
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/TagResourceCommandOutput/)
|
|
648
|
-
|
|
649
601
|
</details>
|
|
650
602
|
<details>
|
|
651
603
|
<summary>
|
|
@@ -653,7 +605,6 @@ UntagResource
|
|
|
653
605
|
</summary>
|
|
654
606
|
|
|
655
607
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/UntagResourceCommandOutput/)
|
|
656
|
-
|
|
657
608
|
</details>
|
|
658
609
|
<details>
|
|
659
610
|
<summary>
|
|
@@ -661,7 +612,6 @@ UpdateApplication
|
|
|
661
612
|
</summary>
|
|
662
613
|
|
|
663
614
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/UpdateApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/UpdateApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/UpdateApplicationCommandOutput/)
|
|
664
|
-
|
|
665
615
|
</details>
|
|
666
616
|
<details>
|
|
667
617
|
<summary>
|
|
@@ -669,5 +619,4 @@ UpdateDeploymentGroup
|
|
|
669
619
|
</summary>
|
|
670
620
|
|
|
671
621
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codedeploy/command/UpdateDeploymentGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/UpdateDeploymentGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codedeploy/Interface/UpdateDeploymentGroupCommandOutput/)
|
|
672
|
-
|
|
673
622
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultCodeDeployHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultCodeDeployHttpAuthSchemeParametersProvider = defaultCodeDeployHttpAuthSchemeParametersProvider;
|