@aws-sdk/client-proton 3.975.0 → 3.978.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +214 -179
- package/dist-es/Proton.js +67 -1
- package/dist-types/Proton.d.ts +209 -1
- package/dist-types/ts3.4/Proton.d.ts +244 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -3293,99 +3293,6 @@ class UpdateTemplateSyncConfigCommand extends smithyClient.Command
|
|
|
3293
3293
|
.build() {
|
|
3294
3294
|
}
|
|
3295
3295
|
|
|
3296
|
-
const commands = {
|
|
3297
|
-
AcceptEnvironmentAccountConnectionCommand,
|
|
3298
|
-
CancelComponentDeploymentCommand,
|
|
3299
|
-
CancelEnvironmentDeploymentCommand,
|
|
3300
|
-
CancelServiceInstanceDeploymentCommand,
|
|
3301
|
-
CancelServicePipelineDeploymentCommand,
|
|
3302
|
-
CreateComponentCommand,
|
|
3303
|
-
CreateEnvironmentCommand,
|
|
3304
|
-
CreateEnvironmentAccountConnectionCommand,
|
|
3305
|
-
CreateEnvironmentTemplateCommand,
|
|
3306
|
-
CreateEnvironmentTemplateVersionCommand,
|
|
3307
|
-
CreateRepositoryCommand,
|
|
3308
|
-
CreateServiceCommand,
|
|
3309
|
-
CreateServiceInstanceCommand,
|
|
3310
|
-
CreateServiceSyncConfigCommand,
|
|
3311
|
-
CreateServiceTemplateCommand,
|
|
3312
|
-
CreateServiceTemplateVersionCommand,
|
|
3313
|
-
CreateTemplateSyncConfigCommand,
|
|
3314
|
-
DeleteComponentCommand,
|
|
3315
|
-
DeleteDeploymentCommand,
|
|
3316
|
-
DeleteEnvironmentCommand,
|
|
3317
|
-
DeleteEnvironmentAccountConnectionCommand,
|
|
3318
|
-
DeleteEnvironmentTemplateCommand,
|
|
3319
|
-
DeleteEnvironmentTemplateVersionCommand,
|
|
3320
|
-
DeleteRepositoryCommand,
|
|
3321
|
-
DeleteServiceCommand,
|
|
3322
|
-
DeleteServiceSyncConfigCommand,
|
|
3323
|
-
DeleteServiceTemplateCommand,
|
|
3324
|
-
DeleteServiceTemplateVersionCommand,
|
|
3325
|
-
DeleteTemplateSyncConfigCommand,
|
|
3326
|
-
GetAccountSettingsCommand,
|
|
3327
|
-
GetComponentCommand,
|
|
3328
|
-
GetDeploymentCommand,
|
|
3329
|
-
GetEnvironmentCommand,
|
|
3330
|
-
GetEnvironmentAccountConnectionCommand,
|
|
3331
|
-
GetEnvironmentTemplateCommand,
|
|
3332
|
-
GetEnvironmentTemplateVersionCommand,
|
|
3333
|
-
GetRepositoryCommand,
|
|
3334
|
-
GetRepositorySyncStatusCommand,
|
|
3335
|
-
GetResourcesSummaryCommand,
|
|
3336
|
-
GetServiceCommand,
|
|
3337
|
-
GetServiceInstanceCommand,
|
|
3338
|
-
GetServiceInstanceSyncStatusCommand,
|
|
3339
|
-
GetServiceSyncBlockerSummaryCommand,
|
|
3340
|
-
GetServiceSyncConfigCommand,
|
|
3341
|
-
GetServiceTemplateCommand,
|
|
3342
|
-
GetServiceTemplateVersionCommand,
|
|
3343
|
-
GetTemplateSyncConfigCommand,
|
|
3344
|
-
GetTemplateSyncStatusCommand,
|
|
3345
|
-
ListComponentOutputsCommand,
|
|
3346
|
-
ListComponentProvisionedResourcesCommand,
|
|
3347
|
-
ListComponentsCommand,
|
|
3348
|
-
ListDeploymentsCommand,
|
|
3349
|
-
ListEnvironmentAccountConnectionsCommand,
|
|
3350
|
-
ListEnvironmentOutputsCommand,
|
|
3351
|
-
ListEnvironmentProvisionedResourcesCommand,
|
|
3352
|
-
ListEnvironmentsCommand,
|
|
3353
|
-
ListEnvironmentTemplatesCommand,
|
|
3354
|
-
ListEnvironmentTemplateVersionsCommand,
|
|
3355
|
-
ListRepositoriesCommand,
|
|
3356
|
-
ListRepositorySyncDefinitionsCommand,
|
|
3357
|
-
ListServiceInstanceOutputsCommand,
|
|
3358
|
-
ListServiceInstanceProvisionedResourcesCommand,
|
|
3359
|
-
ListServiceInstancesCommand,
|
|
3360
|
-
ListServicePipelineOutputsCommand,
|
|
3361
|
-
ListServicePipelineProvisionedResourcesCommand,
|
|
3362
|
-
ListServicesCommand,
|
|
3363
|
-
ListServiceTemplatesCommand,
|
|
3364
|
-
ListServiceTemplateVersionsCommand,
|
|
3365
|
-
ListTagsForResourceCommand,
|
|
3366
|
-
NotifyResourceDeploymentStatusChangeCommand,
|
|
3367
|
-
RejectEnvironmentAccountConnectionCommand,
|
|
3368
|
-
TagResourceCommand,
|
|
3369
|
-
UntagResourceCommand,
|
|
3370
|
-
UpdateAccountSettingsCommand,
|
|
3371
|
-
UpdateComponentCommand,
|
|
3372
|
-
UpdateEnvironmentCommand,
|
|
3373
|
-
UpdateEnvironmentAccountConnectionCommand,
|
|
3374
|
-
UpdateEnvironmentTemplateCommand,
|
|
3375
|
-
UpdateEnvironmentTemplateVersionCommand,
|
|
3376
|
-
UpdateServiceCommand,
|
|
3377
|
-
UpdateServiceInstanceCommand,
|
|
3378
|
-
UpdateServicePipelineCommand,
|
|
3379
|
-
UpdateServiceSyncBlockerCommand,
|
|
3380
|
-
UpdateServiceSyncConfigCommand,
|
|
3381
|
-
UpdateServiceTemplateCommand,
|
|
3382
|
-
UpdateServiceTemplateVersionCommand,
|
|
3383
|
-
UpdateTemplateSyncConfigCommand,
|
|
3384
|
-
};
|
|
3385
|
-
class Proton extends ProtonClient {
|
|
3386
|
-
}
|
|
3387
|
-
smithyClient.createAggregatedClient(commands, Proton);
|
|
3388
|
-
|
|
3389
3296
|
const paginateListComponentOutputs = core.createPaginator(ProtonClient, ListComponentOutputsCommand, "nextToken", "nextToken", "");
|
|
3390
3297
|
|
|
3391
3298
|
const paginateListComponentProvisionedResources = core.createPaginator(ProtonClient, ListComponentProvisionedResourcesCommand, "nextToken", "nextToken", "");
|
|
@@ -3437,16 +3344,7 @@ const checkState$9 = async (client, input) => {
|
|
|
3437
3344
|
const returnComparator = () => {
|
|
3438
3345
|
return result.component.deploymentStatus;
|
|
3439
3346
|
};
|
|
3440
|
-
if (returnComparator() === "
|
|
3441
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
3442
|
-
}
|
|
3443
|
-
}
|
|
3444
|
-
catch (e) { }
|
|
3445
|
-
try {
|
|
3446
|
-
const returnComparator = () => {
|
|
3447
|
-
return result.component.deploymentStatus;
|
|
3448
|
-
};
|
|
3449
|
-
if (returnComparator() === "FAILED") {
|
|
3347
|
+
if (returnComparator() === "DELETE_FAILED") {
|
|
3450
3348
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
3451
3349
|
}
|
|
3452
3350
|
}
|
|
@@ -3454,14 +3352,17 @@ const checkState$9 = async (client, input) => {
|
|
|
3454
3352
|
}
|
|
3455
3353
|
catch (exception) {
|
|
3456
3354
|
reason = exception;
|
|
3355
|
+
if (exception.name && exception.name == "ResourceNotFoundException") {
|
|
3356
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
3357
|
+
}
|
|
3457
3358
|
}
|
|
3458
3359
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
3459
3360
|
};
|
|
3460
|
-
const
|
|
3361
|
+
const waitForComponentDeleted = async (params, input) => {
|
|
3461
3362
|
const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
|
|
3462
3363
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
|
|
3463
3364
|
};
|
|
3464
|
-
const
|
|
3365
|
+
const waitUntilComponentDeleted = async (params, input) => {
|
|
3465
3366
|
const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
|
|
3466
3367
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
|
|
3467
3368
|
return utilWaiter.checkExceptions(result);
|
|
@@ -3476,7 +3377,16 @@ const checkState$8 = async (client, input) => {
|
|
|
3476
3377
|
const returnComparator = () => {
|
|
3477
3378
|
return result.component.deploymentStatus;
|
|
3478
3379
|
};
|
|
3479
|
-
if (returnComparator() === "
|
|
3380
|
+
if (returnComparator() === "SUCCEEDED") {
|
|
3381
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
3382
|
+
}
|
|
3383
|
+
}
|
|
3384
|
+
catch (e) { }
|
|
3385
|
+
try {
|
|
3386
|
+
const returnComparator = () => {
|
|
3387
|
+
return result.component.deploymentStatus;
|
|
3388
|
+
};
|
|
3389
|
+
if (returnComparator() === "FAILED") {
|
|
3480
3390
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
3481
3391
|
}
|
|
3482
3392
|
}
|
|
@@ -3484,17 +3394,14 @@ const checkState$8 = async (client, input) => {
|
|
|
3484
3394
|
}
|
|
3485
3395
|
catch (exception) {
|
|
3486
3396
|
reason = exception;
|
|
3487
|
-
if (exception.name && exception.name == "ResourceNotFoundException") {
|
|
3488
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
3489
|
-
}
|
|
3490
3397
|
}
|
|
3491
3398
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
3492
3399
|
};
|
|
3493
|
-
const
|
|
3400
|
+
const waitForComponentDeployed = async (params, input) => {
|
|
3494
3401
|
const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
|
|
3495
3402
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
3496
3403
|
};
|
|
3497
|
-
const
|
|
3404
|
+
const waitUntilComponentDeployed = async (params, input) => {
|
|
3498
3405
|
const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
|
|
3499
3406
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
3500
3407
|
return utilWaiter.checkExceptions(result);
|
|
@@ -3653,43 +3560,7 @@ const checkState$4 = async (client, input) => {
|
|
|
3653
3560
|
const returnComparator = () => {
|
|
3654
3561
|
return result.service.status;
|
|
3655
3562
|
};
|
|
3656
|
-
if (returnComparator() === "
|
|
3657
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
3658
|
-
}
|
|
3659
|
-
}
|
|
3660
|
-
catch (e) { }
|
|
3661
|
-
try {
|
|
3662
|
-
const returnComparator = () => {
|
|
3663
|
-
return result.service.status;
|
|
3664
|
-
};
|
|
3665
|
-
if (returnComparator() === "UPDATE_FAILED_CLEANUP_COMPLETE") {
|
|
3666
|
-
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
3667
|
-
}
|
|
3668
|
-
}
|
|
3669
|
-
catch (e) { }
|
|
3670
|
-
try {
|
|
3671
|
-
const returnComparator = () => {
|
|
3672
|
-
return result.service.status;
|
|
3673
|
-
};
|
|
3674
|
-
if (returnComparator() === "UPDATE_FAILED_CLEANUP_FAILED") {
|
|
3675
|
-
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
3676
|
-
}
|
|
3677
|
-
}
|
|
3678
|
-
catch (e) { }
|
|
3679
|
-
try {
|
|
3680
|
-
const returnComparator = () => {
|
|
3681
|
-
return result.service.status;
|
|
3682
|
-
};
|
|
3683
|
-
if (returnComparator() === "UPDATE_FAILED") {
|
|
3684
|
-
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
3685
|
-
}
|
|
3686
|
-
}
|
|
3687
|
-
catch (e) { }
|
|
3688
|
-
try {
|
|
3689
|
-
const returnComparator = () => {
|
|
3690
|
-
return result.service.status;
|
|
3691
|
-
};
|
|
3692
|
-
if (returnComparator() === "UPDATE_COMPLETE_CLEANUP_FAILED") {
|
|
3563
|
+
if (returnComparator() === "DELETE_FAILED") {
|
|
3693
3564
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
3694
3565
|
}
|
|
3695
3566
|
}
|
|
@@ -3697,14 +3568,17 @@ const checkState$4 = async (client, input) => {
|
|
|
3697
3568
|
}
|
|
3698
3569
|
catch (exception) {
|
|
3699
3570
|
reason = exception;
|
|
3571
|
+
if (exception.name && exception.name == "ResourceNotFoundException") {
|
|
3572
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
3573
|
+
}
|
|
3700
3574
|
}
|
|
3701
3575
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
3702
3576
|
};
|
|
3703
|
-
const
|
|
3577
|
+
const waitForServiceDeleted = async (params, input) => {
|
|
3704
3578
|
const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
|
|
3705
3579
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
3706
3580
|
};
|
|
3707
|
-
const
|
|
3581
|
+
const waitUntilServiceDeleted = async (params, input) => {
|
|
3708
3582
|
const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
|
|
3709
3583
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
3710
3584
|
return utilWaiter.checkExceptions(result);
|
|
@@ -3713,13 +3587,22 @@ const waitUntilServiceUpdated = async (params, input) => {
|
|
|
3713
3587
|
const checkState$3 = async (client, input) => {
|
|
3714
3588
|
let reason;
|
|
3715
3589
|
try {
|
|
3716
|
-
let result = await client.send(new
|
|
3590
|
+
let result = await client.send(new GetServiceInstanceCommand(input));
|
|
3717
3591
|
reason = result;
|
|
3718
3592
|
try {
|
|
3719
3593
|
const returnComparator = () => {
|
|
3720
|
-
return result.
|
|
3594
|
+
return result.serviceInstance.deploymentStatus;
|
|
3721
3595
|
};
|
|
3722
|
-
if (returnComparator() === "
|
|
3596
|
+
if (returnComparator() === "SUCCEEDED") {
|
|
3597
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
3598
|
+
}
|
|
3599
|
+
}
|
|
3600
|
+
catch (e) { }
|
|
3601
|
+
try {
|
|
3602
|
+
const returnComparator = () => {
|
|
3603
|
+
return result.serviceInstance.deploymentStatus;
|
|
3604
|
+
};
|
|
3605
|
+
if (returnComparator() === "FAILED") {
|
|
3723
3606
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
3724
3607
|
}
|
|
3725
3608
|
}
|
|
@@ -3727,17 +3610,14 @@ const checkState$3 = async (client, input) => {
|
|
|
3727
3610
|
}
|
|
3728
3611
|
catch (exception) {
|
|
3729
3612
|
reason = exception;
|
|
3730
|
-
if (exception.name && exception.name == "ResourceNotFoundException") {
|
|
3731
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
3732
|
-
}
|
|
3733
3613
|
}
|
|
3734
3614
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
3735
3615
|
};
|
|
3736
|
-
const
|
|
3616
|
+
const waitForServiceInstanceDeployed = async (params, input) => {
|
|
3737
3617
|
const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
|
|
3738
3618
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
3739
3619
|
};
|
|
3740
|
-
const
|
|
3620
|
+
const waitUntilServiceInstanceDeployed = async (params, input) => {
|
|
3741
3621
|
const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
|
|
3742
3622
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
3743
3623
|
return utilWaiter.checkExceptions(result);
|
|
@@ -3785,22 +3665,31 @@ const waitUntilServicePipelineDeployed = async (params, input) => {
|
|
|
3785
3665
|
const checkState$1 = async (client, input) => {
|
|
3786
3666
|
let reason;
|
|
3787
3667
|
try {
|
|
3788
|
-
let result = await client.send(new
|
|
3668
|
+
let result = await client.send(new GetServiceTemplateVersionCommand(input));
|
|
3789
3669
|
reason = result;
|
|
3790
3670
|
try {
|
|
3791
3671
|
const returnComparator = () => {
|
|
3792
|
-
return result.
|
|
3672
|
+
return result.serviceTemplateVersion.status;
|
|
3793
3673
|
};
|
|
3794
|
-
if (returnComparator() === "
|
|
3674
|
+
if (returnComparator() === "DRAFT") {
|
|
3795
3675
|
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
3796
3676
|
}
|
|
3797
3677
|
}
|
|
3798
3678
|
catch (e) { }
|
|
3799
3679
|
try {
|
|
3800
3680
|
const returnComparator = () => {
|
|
3801
|
-
return result.
|
|
3681
|
+
return result.serviceTemplateVersion.status;
|
|
3802
3682
|
};
|
|
3803
|
-
if (returnComparator() === "
|
|
3683
|
+
if (returnComparator() === "PUBLISHED") {
|
|
3684
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
3685
|
+
}
|
|
3686
|
+
}
|
|
3687
|
+
catch (e) { }
|
|
3688
|
+
try {
|
|
3689
|
+
const returnComparator = () => {
|
|
3690
|
+
return result.serviceTemplateVersion.status;
|
|
3691
|
+
};
|
|
3692
|
+
if (returnComparator() === "REGISTRATION_FAILED") {
|
|
3804
3693
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
3805
3694
|
}
|
|
3806
3695
|
}
|
|
@@ -3811,12 +3700,12 @@ const checkState$1 = async (client, input) => {
|
|
|
3811
3700
|
}
|
|
3812
3701
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
3813
3702
|
};
|
|
3814
|
-
const
|
|
3815
|
-
const serviceDefaults = { minDelay:
|
|
3703
|
+
const waitForServiceTemplateVersionRegistered = async (params, input) => {
|
|
3704
|
+
const serviceDefaults = { minDelay: 2, maxDelay: 300 };
|
|
3816
3705
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
3817
3706
|
};
|
|
3818
|
-
const
|
|
3819
|
-
const serviceDefaults = { minDelay:
|
|
3707
|
+
const waitUntilServiceTemplateVersionRegistered = async (params, input) => {
|
|
3708
|
+
const serviceDefaults = { minDelay: 2, maxDelay: 300 };
|
|
3820
3709
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
3821
3710
|
return utilWaiter.checkExceptions(result);
|
|
3822
3711
|
};
|
|
@@ -3824,31 +3713,49 @@ const waitUntilServiceInstanceDeployed = async (params, input) => {
|
|
|
3824
3713
|
const checkState = async (client, input) => {
|
|
3825
3714
|
let reason;
|
|
3826
3715
|
try {
|
|
3827
|
-
let result = await client.send(new
|
|
3716
|
+
let result = await client.send(new GetServiceCommand(input));
|
|
3828
3717
|
reason = result;
|
|
3829
3718
|
try {
|
|
3830
3719
|
const returnComparator = () => {
|
|
3831
|
-
return result.
|
|
3720
|
+
return result.service.status;
|
|
3832
3721
|
};
|
|
3833
|
-
if (returnComparator() === "
|
|
3722
|
+
if (returnComparator() === "ACTIVE") {
|
|
3834
3723
|
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
3835
3724
|
}
|
|
3836
3725
|
}
|
|
3837
3726
|
catch (e) { }
|
|
3838
3727
|
try {
|
|
3839
3728
|
const returnComparator = () => {
|
|
3840
|
-
return result.
|
|
3729
|
+
return result.service.status;
|
|
3841
3730
|
};
|
|
3842
|
-
if (returnComparator() === "
|
|
3843
|
-
return { state: utilWaiter.WaiterState.
|
|
3731
|
+
if (returnComparator() === "UPDATE_FAILED_CLEANUP_COMPLETE") {
|
|
3732
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
3844
3733
|
}
|
|
3845
3734
|
}
|
|
3846
3735
|
catch (e) { }
|
|
3847
3736
|
try {
|
|
3848
3737
|
const returnComparator = () => {
|
|
3849
|
-
return result.
|
|
3738
|
+
return result.service.status;
|
|
3850
3739
|
};
|
|
3851
|
-
if (returnComparator() === "
|
|
3740
|
+
if (returnComparator() === "UPDATE_FAILED_CLEANUP_FAILED") {
|
|
3741
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
3742
|
+
}
|
|
3743
|
+
}
|
|
3744
|
+
catch (e) { }
|
|
3745
|
+
try {
|
|
3746
|
+
const returnComparator = () => {
|
|
3747
|
+
return result.service.status;
|
|
3748
|
+
};
|
|
3749
|
+
if (returnComparator() === "UPDATE_FAILED") {
|
|
3750
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
3751
|
+
}
|
|
3752
|
+
}
|
|
3753
|
+
catch (e) { }
|
|
3754
|
+
try {
|
|
3755
|
+
const returnComparator = () => {
|
|
3756
|
+
return result.service.status;
|
|
3757
|
+
};
|
|
3758
|
+
if (returnComparator() === "UPDATE_COMPLETE_CLEANUP_FAILED") {
|
|
3852
3759
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
3853
3760
|
}
|
|
3854
3761
|
}
|
|
@@ -3859,16 +3766,144 @@ const checkState = async (client, input) => {
|
|
|
3859
3766
|
}
|
|
3860
3767
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
3861
3768
|
};
|
|
3862
|
-
const
|
|
3863
|
-
const serviceDefaults = { minDelay:
|
|
3769
|
+
const waitForServiceUpdated = async (params, input) => {
|
|
3770
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
|
|
3864
3771
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
3865
3772
|
};
|
|
3866
|
-
const
|
|
3867
|
-
const serviceDefaults = { minDelay:
|
|
3773
|
+
const waitUntilServiceUpdated = async (params, input) => {
|
|
3774
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
|
|
3868
3775
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
3869
3776
|
return utilWaiter.checkExceptions(result);
|
|
3870
3777
|
};
|
|
3871
3778
|
|
|
3779
|
+
const commands = {
|
|
3780
|
+
AcceptEnvironmentAccountConnectionCommand,
|
|
3781
|
+
CancelComponentDeploymentCommand,
|
|
3782
|
+
CancelEnvironmentDeploymentCommand,
|
|
3783
|
+
CancelServiceInstanceDeploymentCommand,
|
|
3784
|
+
CancelServicePipelineDeploymentCommand,
|
|
3785
|
+
CreateComponentCommand,
|
|
3786
|
+
CreateEnvironmentCommand,
|
|
3787
|
+
CreateEnvironmentAccountConnectionCommand,
|
|
3788
|
+
CreateEnvironmentTemplateCommand,
|
|
3789
|
+
CreateEnvironmentTemplateVersionCommand,
|
|
3790
|
+
CreateRepositoryCommand,
|
|
3791
|
+
CreateServiceCommand,
|
|
3792
|
+
CreateServiceInstanceCommand,
|
|
3793
|
+
CreateServiceSyncConfigCommand,
|
|
3794
|
+
CreateServiceTemplateCommand,
|
|
3795
|
+
CreateServiceTemplateVersionCommand,
|
|
3796
|
+
CreateTemplateSyncConfigCommand,
|
|
3797
|
+
DeleteComponentCommand,
|
|
3798
|
+
DeleteDeploymentCommand,
|
|
3799
|
+
DeleteEnvironmentCommand,
|
|
3800
|
+
DeleteEnvironmentAccountConnectionCommand,
|
|
3801
|
+
DeleteEnvironmentTemplateCommand,
|
|
3802
|
+
DeleteEnvironmentTemplateVersionCommand,
|
|
3803
|
+
DeleteRepositoryCommand,
|
|
3804
|
+
DeleteServiceCommand,
|
|
3805
|
+
DeleteServiceSyncConfigCommand,
|
|
3806
|
+
DeleteServiceTemplateCommand,
|
|
3807
|
+
DeleteServiceTemplateVersionCommand,
|
|
3808
|
+
DeleteTemplateSyncConfigCommand,
|
|
3809
|
+
GetAccountSettingsCommand,
|
|
3810
|
+
GetComponentCommand,
|
|
3811
|
+
GetDeploymentCommand,
|
|
3812
|
+
GetEnvironmentCommand,
|
|
3813
|
+
GetEnvironmentAccountConnectionCommand,
|
|
3814
|
+
GetEnvironmentTemplateCommand,
|
|
3815
|
+
GetEnvironmentTemplateVersionCommand,
|
|
3816
|
+
GetRepositoryCommand,
|
|
3817
|
+
GetRepositorySyncStatusCommand,
|
|
3818
|
+
GetResourcesSummaryCommand,
|
|
3819
|
+
GetServiceCommand,
|
|
3820
|
+
GetServiceInstanceCommand,
|
|
3821
|
+
GetServiceInstanceSyncStatusCommand,
|
|
3822
|
+
GetServiceSyncBlockerSummaryCommand,
|
|
3823
|
+
GetServiceSyncConfigCommand,
|
|
3824
|
+
GetServiceTemplateCommand,
|
|
3825
|
+
GetServiceTemplateVersionCommand,
|
|
3826
|
+
GetTemplateSyncConfigCommand,
|
|
3827
|
+
GetTemplateSyncStatusCommand,
|
|
3828
|
+
ListComponentOutputsCommand,
|
|
3829
|
+
ListComponentProvisionedResourcesCommand,
|
|
3830
|
+
ListComponentsCommand,
|
|
3831
|
+
ListDeploymentsCommand,
|
|
3832
|
+
ListEnvironmentAccountConnectionsCommand,
|
|
3833
|
+
ListEnvironmentOutputsCommand,
|
|
3834
|
+
ListEnvironmentProvisionedResourcesCommand,
|
|
3835
|
+
ListEnvironmentsCommand,
|
|
3836
|
+
ListEnvironmentTemplatesCommand,
|
|
3837
|
+
ListEnvironmentTemplateVersionsCommand,
|
|
3838
|
+
ListRepositoriesCommand,
|
|
3839
|
+
ListRepositorySyncDefinitionsCommand,
|
|
3840
|
+
ListServiceInstanceOutputsCommand,
|
|
3841
|
+
ListServiceInstanceProvisionedResourcesCommand,
|
|
3842
|
+
ListServiceInstancesCommand,
|
|
3843
|
+
ListServicePipelineOutputsCommand,
|
|
3844
|
+
ListServicePipelineProvisionedResourcesCommand,
|
|
3845
|
+
ListServicesCommand,
|
|
3846
|
+
ListServiceTemplatesCommand,
|
|
3847
|
+
ListServiceTemplateVersionsCommand,
|
|
3848
|
+
ListTagsForResourceCommand,
|
|
3849
|
+
NotifyResourceDeploymentStatusChangeCommand,
|
|
3850
|
+
RejectEnvironmentAccountConnectionCommand,
|
|
3851
|
+
TagResourceCommand,
|
|
3852
|
+
UntagResourceCommand,
|
|
3853
|
+
UpdateAccountSettingsCommand,
|
|
3854
|
+
UpdateComponentCommand,
|
|
3855
|
+
UpdateEnvironmentCommand,
|
|
3856
|
+
UpdateEnvironmentAccountConnectionCommand,
|
|
3857
|
+
UpdateEnvironmentTemplateCommand,
|
|
3858
|
+
UpdateEnvironmentTemplateVersionCommand,
|
|
3859
|
+
UpdateServiceCommand,
|
|
3860
|
+
UpdateServiceInstanceCommand,
|
|
3861
|
+
UpdateServicePipelineCommand,
|
|
3862
|
+
UpdateServiceSyncBlockerCommand,
|
|
3863
|
+
UpdateServiceSyncConfigCommand,
|
|
3864
|
+
UpdateServiceTemplateCommand,
|
|
3865
|
+
UpdateServiceTemplateVersionCommand,
|
|
3866
|
+
UpdateTemplateSyncConfigCommand,
|
|
3867
|
+
};
|
|
3868
|
+
const paginators = {
|
|
3869
|
+
paginateListComponentOutputs,
|
|
3870
|
+
paginateListComponentProvisionedResources,
|
|
3871
|
+
paginateListComponents,
|
|
3872
|
+
paginateListDeployments,
|
|
3873
|
+
paginateListEnvironmentAccountConnections,
|
|
3874
|
+
paginateListEnvironmentOutputs,
|
|
3875
|
+
paginateListEnvironmentProvisionedResources,
|
|
3876
|
+
paginateListEnvironments,
|
|
3877
|
+
paginateListEnvironmentTemplates,
|
|
3878
|
+
paginateListEnvironmentTemplateVersions,
|
|
3879
|
+
paginateListRepositories,
|
|
3880
|
+
paginateListRepositorySyncDefinitions,
|
|
3881
|
+
paginateListServiceInstanceOutputs,
|
|
3882
|
+
paginateListServiceInstanceProvisionedResources,
|
|
3883
|
+
paginateListServiceInstances,
|
|
3884
|
+
paginateListServicePipelineOutputs,
|
|
3885
|
+
paginateListServicePipelineProvisionedResources,
|
|
3886
|
+
paginateListServices,
|
|
3887
|
+
paginateListServiceTemplates,
|
|
3888
|
+
paginateListServiceTemplateVersions,
|
|
3889
|
+
paginateListTagsForResource,
|
|
3890
|
+
};
|
|
3891
|
+
const waiters = {
|
|
3892
|
+
waitUntilComponentDeployed,
|
|
3893
|
+
waitUntilComponentDeleted,
|
|
3894
|
+
waitUntilEnvironmentDeployed,
|
|
3895
|
+
waitUntilEnvironmentTemplateVersionRegistered,
|
|
3896
|
+
waitUntilServiceCreated,
|
|
3897
|
+
waitUntilServiceUpdated,
|
|
3898
|
+
waitUntilServiceDeleted,
|
|
3899
|
+
waitUntilServicePipelineDeployed,
|
|
3900
|
+
waitUntilServiceInstanceDeployed,
|
|
3901
|
+
waitUntilServiceTemplateVersionRegistered,
|
|
3902
|
+
};
|
|
3903
|
+
class Proton extends ProtonClient {
|
|
3904
|
+
}
|
|
3905
|
+
smithyClient.createAggregatedClient(commands, Proton, { paginators, waiters });
|
|
3906
|
+
|
|
3872
3907
|
const EnvironmentAccountConnectionStatus = {
|
|
3873
3908
|
CONNECTED: "CONNECTED",
|
|
3874
3909
|
PENDING: "PENDING",
|
package/dist-es/Proton.js
CHANGED
|
@@ -86,7 +86,38 @@ import { UpdateServiceSyncConfigCommand, } from "./commands/UpdateServiceSyncCon
|
|
|
86
86
|
import { UpdateServiceTemplateCommand, } from "./commands/UpdateServiceTemplateCommand";
|
|
87
87
|
import { UpdateServiceTemplateVersionCommand, } from "./commands/UpdateServiceTemplateVersionCommand";
|
|
88
88
|
import { UpdateTemplateSyncConfigCommand, } from "./commands/UpdateTemplateSyncConfigCommand";
|
|
89
|
+
import { paginateListComponentOutputs } from "./pagination/ListComponentOutputsPaginator";
|
|
90
|
+
import { paginateListComponentProvisionedResources } from "./pagination/ListComponentProvisionedResourcesPaginator";
|
|
91
|
+
import { paginateListComponents } from "./pagination/ListComponentsPaginator";
|
|
92
|
+
import { paginateListDeployments } from "./pagination/ListDeploymentsPaginator";
|
|
93
|
+
import { paginateListEnvironmentAccountConnections } from "./pagination/ListEnvironmentAccountConnectionsPaginator";
|
|
94
|
+
import { paginateListEnvironmentOutputs } from "./pagination/ListEnvironmentOutputsPaginator";
|
|
95
|
+
import { paginateListEnvironmentProvisionedResources } from "./pagination/ListEnvironmentProvisionedResourcesPaginator";
|
|
96
|
+
import { paginateListEnvironments } from "./pagination/ListEnvironmentsPaginator";
|
|
97
|
+
import { paginateListEnvironmentTemplates } from "./pagination/ListEnvironmentTemplatesPaginator";
|
|
98
|
+
import { paginateListEnvironmentTemplateVersions } from "./pagination/ListEnvironmentTemplateVersionsPaginator";
|
|
99
|
+
import { paginateListRepositories } from "./pagination/ListRepositoriesPaginator";
|
|
100
|
+
import { paginateListRepositorySyncDefinitions } from "./pagination/ListRepositorySyncDefinitionsPaginator";
|
|
101
|
+
import { paginateListServiceInstanceOutputs } from "./pagination/ListServiceInstanceOutputsPaginator";
|
|
102
|
+
import { paginateListServiceInstanceProvisionedResources, } from "./pagination/ListServiceInstanceProvisionedResourcesPaginator";
|
|
103
|
+
import { paginateListServiceInstances } from "./pagination/ListServiceInstancesPaginator";
|
|
104
|
+
import { paginateListServicePipelineOutputs } from "./pagination/ListServicePipelineOutputsPaginator";
|
|
105
|
+
import { paginateListServicePipelineProvisionedResources, } from "./pagination/ListServicePipelineProvisionedResourcesPaginator";
|
|
106
|
+
import { paginateListServices } from "./pagination/ListServicesPaginator";
|
|
107
|
+
import { paginateListServiceTemplates } from "./pagination/ListServiceTemplatesPaginator";
|
|
108
|
+
import { paginateListServiceTemplateVersions } from "./pagination/ListServiceTemplateVersionsPaginator";
|
|
109
|
+
import { paginateListTagsForResource } from "./pagination/ListTagsForResourcePaginator";
|
|
89
110
|
import { ProtonClient } from "./ProtonClient";
|
|
111
|
+
import { waitUntilComponentDeleted } from "./waiters/waitForComponentDeleted";
|
|
112
|
+
import { waitUntilComponentDeployed } from "./waiters/waitForComponentDeployed";
|
|
113
|
+
import { waitUntilEnvironmentDeployed } from "./waiters/waitForEnvironmentDeployed";
|
|
114
|
+
import { waitUntilEnvironmentTemplateVersionRegistered } from "./waiters/waitForEnvironmentTemplateVersionRegistered";
|
|
115
|
+
import { waitUntilServiceCreated } from "./waiters/waitForServiceCreated";
|
|
116
|
+
import { waitUntilServiceDeleted } from "./waiters/waitForServiceDeleted";
|
|
117
|
+
import { waitUntilServiceInstanceDeployed } from "./waiters/waitForServiceInstanceDeployed";
|
|
118
|
+
import { waitUntilServicePipelineDeployed } from "./waiters/waitForServicePipelineDeployed";
|
|
119
|
+
import { waitUntilServiceTemplateVersionRegistered } from "./waiters/waitForServiceTemplateVersionRegistered";
|
|
120
|
+
import { waitUntilServiceUpdated } from "./waiters/waitForServiceUpdated";
|
|
90
121
|
const commands = {
|
|
91
122
|
AcceptEnvironmentAccountConnectionCommand,
|
|
92
123
|
CancelComponentDeploymentCommand,
|
|
@@ -176,6 +207,41 @@ const commands = {
|
|
|
176
207
|
UpdateServiceTemplateVersionCommand,
|
|
177
208
|
UpdateTemplateSyncConfigCommand,
|
|
178
209
|
};
|
|
210
|
+
const paginators = {
|
|
211
|
+
paginateListComponentOutputs,
|
|
212
|
+
paginateListComponentProvisionedResources,
|
|
213
|
+
paginateListComponents,
|
|
214
|
+
paginateListDeployments,
|
|
215
|
+
paginateListEnvironmentAccountConnections,
|
|
216
|
+
paginateListEnvironmentOutputs,
|
|
217
|
+
paginateListEnvironmentProvisionedResources,
|
|
218
|
+
paginateListEnvironments,
|
|
219
|
+
paginateListEnvironmentTemplates,
|
|
220
|
+
paginateListEnvironmentTemplateVersions,
|
|
221
|
+
paginateListRepositories,
|
|
222
|
+
paginateListRepositorySyncDefinitions,
|
|
223
|
+
paginateListServiceInstanceOutputs,
|
|
224
|
+
paginateListServiceInstanceProvisionedResources,
|
|
225
|
+
paginateListServiceInstances,
|
|
226
|
+
paginateListServicePipelineOutputs,
|
|
227
|
+
paginateListServicePipelineProvisionedResources,
|
|
228
|
+
paginateListServices,
|
|
229
|
+
paginateListServiceTemplates,
|
|
230
|
+
paginateListServiceTemplateVersions,
|
|
231
|
+
paginateListTagsForResource,
|
|
232
|
+
};
|
|
233
|
+
const waiters = {
|
|
234
|
+
waitUntilComponentDeployed,
|
|
235
|
+
waitUntilComponentDeleted,
|
|
236
|
+
waitUntilEnvironmentDeployed,
|
|
237
|
+
waitUntilEnvironmentTemplateVersionRegistered,
|
|
238
|
+
waitUntilServiceCreated,
|
|
239
|
+
waitUntilServiceUpdated,
|
|
240
|
+
waitUntilServiceDeleted,
|
|
241
|
+
waitUntilServicePipelineDeployed,
|
|
242
|
+
waitUntilServiceInstanceDeployed,
|
|
243
|
+
waitUntilServiceTemplateVersionRegistered,
|
|
244
|
+
};
|
|
179
245
|
export class Proton extends ProtonClient {
|
|
180
246
|
}
|
|
181
|
-
createAggregatedClient(commands, Proton);
|
|
247
|
+
createAggregatedClient(commands, Proton, { paginators, waiters });
|
package/dist-types/Proton.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput } from "./commands/AcceptEnvironmentAccountConnectionCommand";
|
|
3
4
|
import { CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput } from "./commands/CancelComponentDeploymentCommand";
|
|
4
5
|
import { CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput } from "./commands/CancelEnvironmentDeploymentCommand";
|
|
@@ -621,6 +622,213 @@ export interface Proton {
|
|
|
621
622
|
updateTemplateSyncConfig(args: UpdateTemplateSyncConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTemplateSyncConfigCommandOutput>;
|
|
622
623
|
updateTemplateSyncConfig(args: UpdateTemplateSyncConfigCommandInput, cb: (err: any, data?: UpdateTemplateSyncConfigCommandOutput) => void): void;
|
|
623
624
|
updateTemplateSyncConfig(args: UpdateTemplateSyncConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTemplateSyncConfigCommandOutput) => void): void;
|
|
625
|
+
/**
|
|
626
|
+
* @see {@link ListComponentOutputsCommand}
|
|
627
|
+
* @param args - command input.
|
|
628
|
+
* @param paginationConfig - optional pagination config.
|
|
629
|
+
* @returns AsyncIterable of {@link ListComponentOutputsCommandOutput}.
|
|
630
|
+
*/
|
|
631
|
+
paginateListComponentOutputs(args: ListComponentOutputsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListComponentOutputsCommandOutput>;
|
|
632
|
+
/**
|
|
633
|
+
* @see {@link ListComponentProvisionedResourcesCommand}
|
|
634
|
+
* @param args - command input.
|
|
635
|
+
* @param paginationConfig - optional pagination config.
|
|
636
|
+
* @returns AsyncIterable of {@link ListComponentProvisionedResourcesCommandOutput}.
|
|
637
|
+
*/
|
|
638
|
+
paginateListComponentProvisionedResources(args: ListComponentProvisionedResourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListComponentProvisionedResourcesCommandOutput>;
|
|
639
|
+
/**
|
|
640
|
+
* @see {@link ListComponentsCommand}
|
|
641
|
+
* @param args - command input.
|
|
642
|
+
* @param paginationConfig - optional pagination config.
|
|
643
|
+
* @returns AsyncIterable of {@link ListComponentsCommandOutput}.
|
|
644
|
+
*/
|
|
645
|
+
paginateListComponents(args?: ListComponentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListComponentsCommandOutput>;
|
|
646
|
+
/**
|
|
647
|
+
* @see {@link ListDeploymentsCommand}
|
|
648
|
+
* @param args - command input.
|
|
649
|
+
* @param paginationConfig - optional pagination config.
|
|
650
|
+
* @returns AsyncIterable of {@link ListDeploymentsCommandOutput}.
|
|
651
|
+
*/
|
|
652
|
+
paginateListDeployments(args?: ListDeploymentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDeploymentsCommandOutput>;
|
|
653
|
+
/**
|
|
654
|
+
* @see {@link ListEnvironmentAccountConnectionsCommand}
|
|
655
|
+
* @param args - command input.
|
|
656
|
+
* @param paginationConfig - optional pagination config.
|
|
657
|
+
* @returns AsyncIterable of {@link ListEnvironmentAccountConnectionsCommandOutput}.
|
|
658
|
+
*/
|
|
659
|
+
paginateListEnvironmentAccountConnections(args: ListEnvironmentAccountConnectionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEnvironmentAccountConnectionsCommandOutput>;
|
|
660
|
+
/**
|
|
661
|
+
* @see {@link ListEnvironmentOutputsCommand}
|
|
662
|
+
* @param args - command input.
|
|
663
|
+
* @param paginationConfig - optional pagination config.
|
|
664
|
+
* @returns AsyncIterable of {@link ListEnvironmentOutputsCommandOutput}.
|
|
665
|
+
*/
|
|
666
|
+
paginateListEnvironmentOutputs(args: ListEnvironmentOutputsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEnvironmentOutputsCommandOutput>;
|
|
667
|
+
/**
|
|
668
|
+
* @see {@link ListEnvironmentProvisionedResourcesCommand}
|
|
669
|
+
* @param args - command input.
|
|
670
|
+
* @param paginationConfig - optional pagination config.
|
|
671
|
+
* @returns AsyncIterable of {@link ListEnvironmentProvisionedResourcesCommandOutput}.
|
|
672
|
+
*/
|
|
673
|
+
paginateListEnvironmentProvisionedResources(args: ListEnvironmentProvisionedResourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEnvironmentProvisionedResourcesCommandOutput>;
|
|
674
|
+
/**
|
|
675
|
+
* @see {@link ListEnvironmentsCommand}
|
|
676
|
+
* @param args - command input.
|
|
677
|
+
* @param paginationConfig - optional pagination config.
|
|
678
|
+
* @returns AsyncIterable of {@link ListEnvironmentsCommandOutput}.
|
|
679
|
+
*/
|
|
680
|
+
paginateListEnvironments(args?: ListEnvironmentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEnvironmentsCommandOutput>;
|
|
681
|
+
/**
|
|
682
|
+
* @see {@link ListEnvironmentTemplatesCommand}
|
|
683
|
+
* @param args - command input.
|
|
684
|
+
* @param paginationConfig - optional pagination config.
|
|
685
|
+
* @returns AsyncIterable of {@link ListEnvironmentTemplatesCommandOutput}.
|
|
686
|
+
*/
|
|
687
|
+
paginateListEnvironmentTemplates(args?: ListEnvironmentTemplatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEnvironmentTemplatesCommandOutput>;
|
|
688
|
+
/**
|
|
689
|
+
* @see {@link ListEnvironmentTemplateVersionsCommand}
|
|
690
|
+
* @param args - command input.
|
|
691
|
+
* @param paginationConfig - optional pagination config.
|
|
692
|
+
* @returns AsyncIterable of {@link ListEnvironmentTemplateVersionsCommandOutput}.
|
|
693
|
+
*/
|
|
694
|
+
paginateListEnvironmentTemplateVersions(args: ListEnvironmentTemplateVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEnvironmentTemplateVersionsCommandOutput>;
|
|
695
|
+
/**
|
|
696
|
+
* @see {@link ListRepositoriesCommand}
|
|
697
|
+
* @param args - command input.
|
|
698
|
+
* @param paginationConfig - optional pagination config.
|
|
699
|
+
* @returns AsyncIterable of {@link ListRepositoriesCommandOutput}.
|
|
700
|
+
*/
|
|
701
|
+
paginateListRepositories(args?: ListRepositoriesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRepositoriesCommandOutput>;
|
|
702
|
+
/**
|
|
703
|
+
* @see {@link ListRepositorySyncDefinitionsCommand}
|
|
704
|
+
* @param args - command input.
|
|
705
|
+
* @param paginationConfig - optional pagination config.
|
|
706
|
+
* @returns AsyncIterable of {@link ListRepositorySyncDefinitionsCommandOutput}.
|
|
707
|
+
*/
|
|
708
|
+
paginateListRepositorySyncDefinitions(args: ListRepositorySyncDefinitionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRepositorySyncDefinitionsCommandOutput>;
|
|
709
|
+
/**
|
|
710
|
+
* @see {@link ListServiceInstanceOutputsCommand}
|
|
711
|
+
* @param args - command input.
|
|
712
|
+
* @param paginationConfig - optional pagination config.
|
|
713
|
+
* @returns AsyncIterable of {@link ListServiceInstanceOutputsCommandOutput}.
|
|
714
|
+
*/
|
|
715
|
+
paginateListServiceInstanceOutputs(args: ListServiceInstanceOutputsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServiceInstanceOutputsCommandOutput>;
|
|
716
|
+
/**
|
|
717
|
+
* @see {@link ListServiceInstanceProvisionedResourcesCommand}
|
|
718
|
+
* @param args - command input.
|
|
719
|
+
* @param paginationConfig - optional pagination config.
|
|
720
|
+
* @returns AsyncIterable of {@link ListServiceInstanceProvisionedResourcesCommandOutput}.
|
|
721
|
+
*/
|
|
722
|
+
paginateListServiceInstanceProvisionedResources(args: ListServiceInstanceProvisionedResourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServiceInstanceProvisionedResourcesCommandOutput>;
|
|
723
|
+
/**
|
|
724
|
+
* @see {@link ListServiceInstancesCommand}
|
|
725
|
+
* @param args - command input.
|
|
726
|
+
* @param paginationConfig - optional pagination config.
|
|
727
|
+
* @returns AsyncIterable of {@link ListServiceInstancesCommandOutput}.
|
|
728
|
+
*/
|
|
729
|
+
paginateListServiceInstances(args?: ListServiceInstancesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServiceInstancesCommandOutput>;
|
|
730
|
+
/**
|
|
731
|
+
* @see {@link ListServicePipelineOutputsCommand}
|
|
732
|
+
* @param args - command input.
|
|
733
|
+
* @param paginationConfig - optional pagination config.
|
|
734
|
+
* @returns AsyncIterable of {@link ListServicePipelineOutputsCommandOutput}.
|
|
735
|
+
*/
|
|
736
|
+
paginateListServicePipelineOutputs(args: ListServicePipelineOutputsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServicePipelineOutputsCommandOutput>;
|
|
737
|
+
/**
|
|
738
|
+
* @see {@link ListServicePipelineProvisionedResourcesCommand}
|
|
739
|
+
* @param args - command input.
|
|
740
|
+
* @param paginationConfig - optional pagination config.
|
|
741
|
+
* @returns AsyncIterable of {@link ListServicePipelineProvisionedResourcesCommandOutput}.
|
|
742
|
+
*/
|
|
743
|
+
paginateListServicePipelineProvisionedResources(args: ListServicePipelineProvisionedResourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServicePipelineProvisionedResourcesCommandOutput>;
|
|
744
|
+
/**
|
|
745
|
+
* @see {@link ListServicesCommand}
|
|
746
|
+
* @param args - command input.
|
|
747
|
+
* @param paginationConfig - optional pagination config.
|
|
748
|
+
* @returns AsyncIterable of {@link ListServicesCommandOutput}.
|
|
749
|
+
*/
|
|
750
|
+
paginateListServices(args?: ListServicesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServicesCommandOutput>;
|
|
751
|
+
/**
|
|
752
|
+
* @see {@link ListServiceTemplatesCommand}
|
|
753
|
+
* @param args - command input.
|
|
754
|
+
* @param paginationConfig - optional pagination config.
|
|
755
|
+
* @returns AsyncIterable of {@link ListServiceTemplatesCommandOutput}.
|
|
756
|
+
*/
|
|
757
|
+
paginateListServiceTemplates(args?: ListServiceTemplatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServiceTemplatesCommandOutput>;
|
|
758
|
+
/**
|
|
759
|
+
* @see {@link ListServiceTemplateVersionsCommand}
|
|
760
|
+
* @param args - command input.
|
|
761
|
+
* @param paginationConfig - optional pagination config.
|
|
762
|
+
* @returns AsyncIterable of {@link ListServiceTemplateVersionsCommandOutput}.
|
|
763
|
+
*/
|
|
764
|
+
paginateListServiceTemplateVersions(args: ListServiceTemplateVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServiceTemplateVersionsCommandOutput>;
|
|
765
|
+
/**
|
|
766
|
+
* @see {@link ListTagsForResourceCommand}
|
|
767
|
+
* @param args - command input.
|
|
768
|
+
* @param paginationConfig - optional pagination config.
|
|
769
|
+
* @returns AsyncIterable of {@link ListTagsForResourceCommandOutput}.
|
|
770
|
+
*/
|
|
771
|
+
paginateListTagsForResource(args: ListTagsForResourceCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTagsForResourceCommandOutput>;
|
|
772
|
+
/**
|
|
773
|
+
* @see {@link GetComponentCommand}
|
|
774
|
+
* @param args - command input.
|
|
775
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
776
|
+
*/
|
|
777
|
+
waitUntilComponentDeployed(args: GetComponentCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Proton>, "client">): Promise<WaiterResult>;
|
|
778
|
+
/**
|
|
779
|
+
* @see {@link GetComponentCommand}
|
|
780
|
+
* @param args - command input.
|
|
781
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
782
|
+
*/
|
|
783
|
+
waitUntilComponentDeleted(args: GetComponentCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Proton>, "client">): Promise<WaiterResult>;
|
|
784
|
+
/**
|
|
785
|
+
* @see {@link GetEnvironmentCommand}
|
|
786
|
+
* @param args - command input.
|
|
787
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
788
|
+
*/
|
|
789
|
+
waitUntilEnvironmentDeployed(args: GetEnvironmentCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Proton>, "client">): Promise<WaiterResult>;
|
|
790
|
+
/**
|
|
791
|
+
* @see {@link GetEnvironmentTemplateVersionCommand}
|
|
792
|
+
* @param args - command input.
|
|
793
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
794
|
+
*/
|
|
795
|
+
waitUntilEnvironmentTemplateVersionRegistered(args: GetEnvironmentTemplateVersionCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Proton>, "client">): Promise<WaiterResult>;
|
|
796
|
+
/**
|
|
797
|
+
* @see {@link GetServiceCommand}
|
|
798
|
+
* @param args - command input.
|
|
799
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
800
|
+
*/
|
|
801
|
+
waitUntilServiceCreated(args: GetServiceCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Proton>, "client">): Promise<WaiterResult>;
|
|
802
|
+
/**
|
|
803
|
+
* @see {@link GetServiceCommand}
|
|
804
|
+
* @param args - command input.
|
|
805
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
806
|
+
*/
|
|
807
|
+
waitUntilServiceUpdated(args: GetServiceCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Proton>, "client">): Promise<WaiterResult>;
|
|
808
|
+
/**
|
|
809
|
+
* @see {@link GetServiceCommand}
|
|
810
|
+
* @param args - command input.
|
|
811
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
812
|
+
*/
|
|
813
|
+
waitUntilServiceDeleted(args: GetServiceCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Proton>, "client">): Promise<WaiterResult>;
|
|
814
|
+
/**
|
|
815
|
+
* @see {@link GetServiceCommand}
|
|
816
|
+
* @param args - command input.
|
|
817
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
818
|
+
*/
|
|
819
|
+
waitUntilServicePipelineDeployed(args: GetServiceCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Proton>, "client">): Promise<WaiterResult>;
|
|
820
|
+
/**
|
|
821
|
+
* @see {@link GetServiceInstanceCommand}
|
|
822
|
+
* @param args - command input.
|
|
823
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
824
|
+
*/
|
|
825
|
+
waitUntilServiceInstanceDeployed(args: GetServiceInstanceCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Proton>, "client">): Promise<WaiterResult>;
|
|
826
|
+
/**
|
|
827
|
+
* @see {@link GetServiceTemplateVersionCommand}
|
|
828
|
+
* @param args - command input.
|
|
829
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
830
|
+
*/
|
|
831
|
+
waitUntilServiceTemplateVersionRegistered(args: GetServiceTemplateVersionCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Proton>, "client">): Promise<WaiterResult>;
|
|
624
832
|
}
|
|
625
833
|
/**
|
|
626
834
|
* <p>This is the Proton Service API Reference. It provides descriptions, syntax and usage examples for each of the
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AcceptEnvironmentAccountConnectionCommandInput,
|
|
4
10
|
AcceptEnvironmentAccountConnectionCommandOutput,
|
|
@@ -1557,5 +1563,242 @@ export interface Proton {
|
|
|
1557
1563
|
options: __HttpHandlerOptions,
|
|
1558
1564
|
cb: (err: any, data?: UpdateTemplateSyncConfigCommandOutput) => void
|
|
1559
1565
|
): void;
|
|
1566
|
+
paginateListComponentOutputs(
|
|
1567
|
+
args: ListComponentOutputsCommandInput,
|
|
1568
|
+
paginationConfig?: Pick<
|
|
1569
|
+
PaginationConfiguration,
|
|
1570
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1571
|
+
>
|
|
1572
|
+
): Paginator<ListComponentOutputsCommandOutput>;
|
|
1573
|
+
paginateListComponentProvisionedResources(
|
|
1574
|
+
args: ListComponentProvisionedResourcesCommandInput,
|
|
1575
|
+
paginationConfig?: Pick<
|
|
1576
|
+
PaginationConfiguration,
|
|
1577
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1578
|
+
>
|
|
1579
|
+
): Paginator<ListComponentProvisionedResourcesCommandOutput>;
|
|
1580
|
+
paginateListComponents(
|
|
1581
|
+
args?: ListComponentsCommandInput,
|
|
1582
|
+
paginationConfig?: Pick<
|
|
1583
|
+
PaginationConfiguration,
|
|
1584
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1585
|
+
>
|
|
1586
|
+
): Paginator<ListComponentsCommandOutput>;
|
|
1587
|
+
paginateListDeployments(
|
|
1588
|
+
args?: ListDeploymentsCommandInput,
|
|
1589
|
+
paginationConfig?: Pick<
|
|
1590
|
+
PaginationConfiguration,
|
|
1591
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1592
|
+
>
|
|
1593
|
+
): Paginator<ListDeploymentsCommandOutput>;
|
|
1594
|
+
paginateListEnvironmentAccountConnections(
|
|
1595
|
+
args: ListEnvironmentAccountConnectionsCommandInput,
|
|
1596
|
+
paginationConfig?: Pick<
|
|
1597
|
+
PaginationConfiguration,
|
|
1598
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1599
|
+
>
|
|
1600
|
+
): Paginator<ListEnvironmentAccountConnectionsCommandOutput>;
|
|
1601
|
+
paginateListEnvironmentOutputs(
|
|
1602
|
+
args: ListEnvironmentOutputsCommandInput,
|
|
1603
|
+
paginationConfig?: Pick<
|
|
1604
|
+
PaginationConfiguration,
|
|
1605
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1606
|
+
>
|
|
1607
|
+
): Paginator<ListEnvironmentOutputsCommandOutput>;
|
|
1608
|
+
paginateListEnvironmentProvisionedResources(
|
|
1609
|
+
args: ListEnvironmentProvisionedResourcesCommandInput,
|
|
1610
|
+
paginationConfig?: Pick<
|
|
1611
|
+
PaginationConfiguration,
|
|
1612
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1613
|
+
>
|
|
1614
|
+
): Paginator<ListEnvironmentProvisionedResourcesCommandOutput>;
|
|
1615
|
+
paginateListEnvironments(
|
|
1616
|
+
args?: ListEnvironmentsCommandInput,
|
|
1617
|
+
paginationConfig?: Pick<
|
|
1618
|
+
PaginationConfiguration,
|
|
1619
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1620
|
+
>
|
|
1621
|
+
): Paginator<ListEnvironmentsCommandOutput>;
|
|
1622
|
+
paginateListEnvironmentTemplates(
|
|
1623
|
+
args?: ListEnvironmentTemplatesCommandInput,
|
|
1624
|
+
paginationConfig?: Pick<
|
|
1625
|
+
PaginationConfiguration,
|
|
1626
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1627
|
+
>
|
|
1628
|
+
): Paginator<ListEnvironmentTemplatesCommandOutput>;
|
|
1629
|
+
paginateListEnvironmentTemplateVersions(
|
|
1630
|
+
args: ListEnvironmentTemplateVersionsCommandInput,
|
|
1631
|
+
paginationConfig?: Pick<
|
|
1632
|
+
PaginationConfiguration,
|
|
1633
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1634
|
+
>
|
|
1635
|
+
): Paginator<ListEnvironmentTemplateVersionsCommandOutput>;
|
|
1636
|
+
paginateListRepositories(
|
|
1637
|
+
args?: ListRepositoriesCommandInput,
|
|
1638
|
+
paginationConfig?: Pick<
|
|
1639
|
+
PaginationConfiguration,
|
|
1640
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1641
|
+
>
|
|
1642
|
+
): Paginator<ListRepositoriesCommandOutput>;
|
|
1643
|
+
paginateListRepositorySyncDefinitions(
|
|
1644
|
+
args: ListRepositorySyncDefinitionsCommandInput,
|
|
1645
|
+
paginationConfig?: Pick<
|
|
1646
|
+
PaginationConfiguration,
|
|
1647
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1648
|
+
>
|
|
1649
|
+
): Paginator<ListRepositorySyncDefinitionsCommandOutput>;
|
|
1650
|
+
paginateListServiceInstanceOutputs(
|
|
1651
|
+
args: ListServiceInstanceOutputsCommandInput,
|
|
1652
|
+
paginationConfig?: Pick<
|
|
1653
|
+
PaginationConfiguration,
|
|
1654
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1655
|
+
>
|
|
1656
|
+
): Paginator<ListServiceInstanceOutputsCommandOutput>;
|
|
1657
|
+
paginateListServiceInstanceProvisionedResources(
|
|
1658
|
+
args: ListServiceInstanceProvisionedResourcesCommandInput,
|
|
1659
|
+
paginationConfig?: Pick<
|
|
1660
|
+
PaginationConfiguration,
|
|
1661
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1662
|
+
>
|
|
1663
|
+
): Paginator<ListServiceInstanceProvisionedResourcesCommandOutput>;
|
|
1664
|
+
paginateListServiceInstances(
|
|
1665
|
+
args?: ListServiceInstancesCommandInput,
|
|
1666
|
+
paginationConfig?: Pick<
|
|
1667
|
+
PaginationConfiguration,
|
|
1668
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1669
|
+
>
|
|
1670
|
+
): Paginator<ListServiceInstancesCommandOutput>;
|
|
1671
|
+
paginateListServicePipelineOutputs(
|
|
1672
|
+
args: ListServicePipelineOutputsCommandInput,
|
|
1673
|
+
paginationConfig?: Pick<
|
|
1674
|
+
PaginationConfiguration,
|
|
1675
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1676
|
+
>
|
|
1677
|
+
): Paginator<ListServicePipelineOutputsCommandOutput>;
|
|
1678
|
+
paginateListServicePipelineProvisionedResources(
|
|
1679
|
+
args: ListServicePipelineProvisionedResourcesCommandInput,
|
|
1680
|
+
paginationConfig?: Pick<
|
|
1681
|
+
PaginationConfiguration,
|
|
1682
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1683
|
+
>
|
|
1684
|
+
): Paginator<ListServicePipelineProvisionedResourcesCommandOutput>;
|
|
1685
|
+
paginateListServices(
|
|
1686
|
+
args?: ListServicesCommandInput,
|
|
1687
|
+
paginationConfig?: Pick<
|
|
1688
|
+
PaginationConfiguration,
|
|
1689
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1690
|
+
>
|
|
1691
|
+
): Paginator<ListServicesCommandOutput>;
|
|
1692
|
+
paginateListServiceTemplates(
|
|
1693
|
+
args?: ListServiceTemplatesCommandInput,
|
|
1694
|
+
paginationConfig?: Pick<
|
|
1695
|
+
PaginationConfiguration,
|
|
1696
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1697
|
+
>
|
|
1698
|
+
): Paginator<ListServiceTemplatesCommandOutput>;
|
|
1699
|
+
paginateListServiceTemplateVersions(
|
|
1700
|
+
args: ListServiceTemplateVersionsCommandInput,
|
|
1701
|
+
paginationConfig?: Pick<
|
|
1702
|
+
PaginationConfiguration,
|
|
1703
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1704
|
+
>
|
|
1705
|
+
): Paginator<ListServiceTemplateVersionsCommandOutput>;
|
|
1706
|
+
paginateListTagsForResource(
|
|
1707
|
+
args: ListTagsForResourceCommandInput,
|
|
1708
|
+
paginationConfig?: Pick<
|
|
1709
|
+
PaginationConfiguration,
|
|
1710
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1711
|
+
>
|
|
1712
|
+
): Paginator<ListTagsForResourceCommandOutput>;
|
|
1713
|
+
waitUntilComponentDeployed(
|
|
1714
|
+
args: GetComponentCommandInput,
|
|
1715
|
+
waiterConfig:
|
|
1716
|
+
| number
|
|
1717
|
+
| Pick<
|
|
1718
|
+
WaiterConfiguration<Proton>,
|
|
1719
|
+
Exclude<keyof WaiterConfiguration<Proton>, "client">
|
|
1720
|
+
>
|
|
1721
|
+
): Promise<WaiterResult>;
|
|
1722
|
+
waitUntilComponentDeleted(
|
|
1723
|
+
args: GetComponentCommandInput,
|
|
1724
|
+
waiterConfig:
|
|
1725
|
+
| number
|
|
1726
|
+
| Pick<
|
|
1727
|
+
WaiterConfiguration<Proton>,
|
|
1728
|
+
Exclude<keyof WaiterConfiguration<Proton>, "client">
|
|
1729
|
+
>
|
|
1730
|
+
): Promise<WaiterResult>;
|
|
1731
|
+
waitUntilEnvironmentDeployed(
|
|
1732
|
+
args: GetEnvironmentCommandInput,
|
|
1733
|
+
waiterConfig:
|
|
1734
|
+
| number
|
|
1735
|
+
| Pick<
|
|
1736
|
+
WaiterConfiguration<Proton>,
|
|
1737
|
+
Exclude<keyof WaiterConfiguration<Proton>, "client">
|
|
1738
|
+
>
|
|
1739
|
+
): Promise<WaiterResult>;
|
|
1740
|
+
waitUntilEnvironmentTemplateVersionRegistered(
|
|
1741
|
+
args: GetEnvironmentTemplateVersionCommandInput,
|
|
1742
|
+
waiterConfig:
|
|
1743
|
+
| number
|
|
1744
|
+
| Pick<
|
|
1745
|
+
WaiterConfiguration<Proton>,
|
|
1746
|
+
Exclude<keyof WaiterConfiguration<Proton>, "client">
|
|
1747
|
+
>
|
|
1748
|
+
): Promise<WaiterResult>;
|
|
1749
|
+
waitUntilServiceCreated(
|
|
1750
|
+
args: GetServiceCommandInput,
|
|
1751
|
+
waiterConfig:
|
|
1752
|
+
| number
|
|
1753
|
+
| Pick<
|
|
1754
|
+
WaiterConfiguration<Proton>,
|
|
1755
|
+
Exclude<keyof WaiterConfiguration<Proton>, "client">
|
|
1756
|
+
>
|
|
1757
|
+
): Promise<WaiterResult>;
|
|
1758
|
+
waitUntilServiceUpdated(
|
|
1759
|
+
args: GetServiceCommandInput,
|
|
1760
|
+
waiterConfig:
|
|
1761
|
+
| number
|
|
1762
|
+
| Pick<
|
|
1763
|
+
WaiterConfiguration<Proton>,
|
|
1764
|
+
Exclude<keyof WaiterConfiguration<Proton>, "client">
|
|
1765
|
+
>
|
|
1766
|
+
): Promise<WaiterResult>;
|
|
1767
|
+
waitUntilServiceDeleted(
|
|
1768
|
+
args: GetServiceCommandInput,
|
|
1769
|
+
waiterConfig:
|
|
1770
|
+
| number
|
|
1771
|
+
| Pick<
|
|
1772
|
+
WaiterConfiguration<Proton>,
|
|
1773
|
+
Exclude<keyof WaiterConfiguration<Proton>, "client">
|
|
1774
|
+
>
|
|
1775
|
+
): Promise<WaiterResult>;
|
|
1776
|
+
waitUntilServicePipelineDeployed(
|
|
1777
|
+
args: GetServiceCommandInput,
|
|
1778
|
+
waiterConfig:
|
|
1779
|
+
| number
|
|
1780
|
+
| Pick<
|
|
1781
|
+
WaiterConfiguration<Proton>,
|
|
1782
|
+
Exclude<keyof WaiterConfiguration<Proton>, "client">
|
|
1783
|
+
>
|
|
1784
|
+
): Promise<WaiterResult>;
|
|
1785
|
+
waitUntilServiceInstanceDeployed(
|
|
1786
|
+
args: GetServiceInstanceCommandInput,
|
|
1787
|
+
waiterConfig:
|
|
1788
|
+
| number
|
|
1789
|
+
| Pick<
|
|
1790
|
+
WaiterConfiguration<Proton>,
|
|
1791
|
+
Exclude<keyof WaiterConfiguration<Proton>, "client">
|
|
1792
|
+
>
|
|
1793
|
+
): Promise<WaiterResult>;
|
|
1794
|
+
waitUntilServiceTemplateVersionRegistered(
|
|
1795
|
+
args: GetServiceTemplateVersionCommandInput,
|
|
1796
|
+
waiterConfig:
|
|
1797
|
+
| number
|
|
1798
|
+
| Pick<
|
|
1799
|
+
WaiterConfiguration<Proton>,
|
|
1800
|
+
Exclude<keyof WaiterConfiguration<Proton>, "client">
|
|
1801
|
+
>
|
|
1802
|
+
): Promise<WaiterResult>;
|
|
1560
1803
|
}
|
|
1561
1804
|
export declare class Proton extends ProtonClient implements Proton {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-proton",
|
|
3
3
|
"description": "AWS SDK for JavaScript Proton Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-proton",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|