@aws-sdk/client-imagebuilder 3.649.0 → 3.651.1
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 +73 -219
- package/dist-es/commands/CancelImageCreationCommand.js +1 -3
- package/dist-es/commands/CancelLifecycleExecutionCommand.js +1 -3
- package/dist-es/commands/CreateComponentCommand.js +1 -3
- package/dist-es/commands/CreateContainerRecipeCommand.js +1 -3
- package/dist-es/commands/CreateDistributionConfigurationCommand.js +1 -3
- package/dist-es/commands/CreateImageCommand.js +1 -3
- package/dist-es/commands/CreateImagePipelineCommand.js +1 -3
- package/dist-es/commands/CreateImageRecipeCommand.js +1 -3
- package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +1 -3
- package/dist-es/commands/CreateLifecyclePolicyCommand.js +1 -3
- package/dist-es/commands/CreateWorkflowCommand.js +1 -3
- package/dist-es/commands/DeleteComponentCommand.js +1 -3
- package/dist-es/commands/DeleteContainerRecipeCommand.js +1 -3
- package/dist-es/commands/DeleteDistributionConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteImageCommand.js +1 -3
- package/dist-es/commands/DeleteImagePipelineCommand.js +1 -3
- package/dist-es/commands/DeleteImageRecipeCommand.js +1 -3
- package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +1 -3
- package/dist-es/commands/DeleteWorkflowCommand.js +1 -3
- package/dist-es/commands/GetComponentCommand.js +1 -3
- package/dist-es/commands/GetComponentPolicyCommand.js +1 -3
- package/dist-es/commands/GetContainerRecipeCommand.js +1 -3
- package/dist-es/commands/GetContainerRecipePolicyCommand.js +1 -3
- package/dist-es/commands/GetDistributionConfigurationCommand.js +1 -3
- package/dist-es/commands/GetImageCommand.js +1 -3
- package/dist-es/commands/GetImagePipelineCommand.js +1 -3
- package/dist-es/commands/GetImagePolicyCommand.js +1 -3
- package/dist-es/commands/GetImageRecipeCommand.js +1 -3
- package/dist-es/commands/GetImageRecipePolicyCommand.js +1 -3
- package/dist-es/commands/GetInfrastructureConfigurationCommand.js +1 -3
- package/dist-es/commands/GetLifecycleExecutionCommand.js +1 -3
- package/dist-es/commands/GetLifecyclePolicyCommand.js +1 -3
- package/dist-es/commands/GetWorkflowCommand.js +1 -3
- package/dist-es/commands/GetWorkflowExecutionCommand.js +1 -3
- package/dist-es/commands/GetWorkflowStepExecutionCommand.js +1 -3
- package/dist-es/commands/ImportComponentCommand.js +1 -3
- package/dist-es/commands/ImportVmImageCommand.js +1 -3
- package/dist-es/commands/ListComponentBuildVersionsCommand.js +1 -3
- package/dist-es/commands/ListComponentsCommand.js +1 -3
- package/dist-es/commands/ListContainerRecipesCommand.js +1 -3
- package/dist-es/commands/ListDistributionConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListImageBuildVersionsCommand.js +1 -3
- package/dist-es/commands/ListImagePackagesCommand.js +1 -3
- package/dist-es/commands/ListImagePipelineImagesCommand.js +1 -3
- package/dist-es/commands/ListImagePipelinesCommand.js +1 -3
- package/dist-es/commands/ListImageRecipesCommand.js +1 -3
- package/dist-es/commands/ListImageScanFindingAggregationsCommand.js +1 -3
- package/dist-es/commands/ListImageScanFindingsCommand.js +1 -3
- package/dist-es/commands/ListImagesCommand.js +1 -3
- package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListLifecycleExecutionResourcesCommand.js +1 -3
- package/dist-es/commands/ListLifecycleExecutionsCommand.js +1 -3
- package/dist-es/commands/ListLifecyclePoliciesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListWaitingWorkflowStepsCommand.js +1 -3
- package/dist-es/commands/ListWorkflowBuildVersionsCommand.js +1 -3
- package/dist-es/commands/ListWorkflowExecutionsCommand.js +1 -3
- package/dist-es/commands/ListWorkflowStepExecutionsCommand.js +1 -3
- package/dist-es/commands/ListWorkflowsCommand.js +1 -3
- package/dist-es/commands/PutComponentPolicyCommand.js +1 -3
- package/dist-es/commands/PutContainerRecipePolicyCommand.js +1 -3
- package/dist-es/commands/PutImagePolicyCommand.js +1 -3
- package/dist-es/commands/PutImageRecipePolicyCommand.js +1 -3
- package/dist-es/commands/SendWorkflowStepActionCommand.js +1 -3
- package/dist-es/commands/StartImagePipelineExecutionCommand.js +1 -3
- package/dist-es/commands/StartResourceStateUpdateCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateDistributionConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdateImagePipelineCommand.js +1 -3
- package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdateLifecyclePolicyCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -3655,9 +3655,7 @@ var _wBVA = "workflowBuildVersionArn";
|
|
|
3655
3655
|
var _wEI = "workflowExecutionId";
|
|
3656
3656
|
|
|
3657
3657
|
// src/commands/CancelImageCreationCommand.ts
|
|
3658
|
-
var _CancelImageCreationCommand = class _CancelImageCreationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3659
|
-
...commonParams
|
|
3660
|
-
}).m(function(Command, cs, config, o) {
|
|
3658
|
+
var _CancelImageCreationCommand = class _CancelImageCreationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3661
3659
|
return [
|
|
3662
3660
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3663
3661
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3671,9 +3669,7 @@ var CancelImageCreationCommand = _CancelImageCreationCommand;
|
|
|
3671
3669
|
|
|
3672
3670
|
|
|
3673
3671
|
|
|
3674
|
-
var _CancelLifecycleExecutionCommand = class _CancelLifecycleExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3675
|
-
...commonParams
|
|
3676
|
-
}).m(function(Command, cs, config, o) {
|
|
3672
|
+
var _CancelLifecycleExecutionCommand = class _CancelLifecycleExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3677
3673
|
return [
|
|
3678
3674
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3679
3675
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3687,9 +3683,7 @@ var CancelLifecycleExecutionCommand = _CancelLifecycleExecutionCommand;
|
|
|
3687
3683
|
|
|
3688
3684
|
|
|
3689
3685
|
|
|
3690
|
-
var _CreateComponentCommand = class _CreateComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3691
|
-
...commonParams
|
|
3692
|
-
}).m(function(Command, cs, config, o) {
|
|
3686
|
+
var _CreateComponentCommand = class _CreateComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3693
3687
|
return [
|
|
3694
3688
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3695
3689
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3703,9 +3697,7 @@ var CreateComponentCommand = _CreateComponentCommand;
|
|
|
3703
3697
|
|
|
3704
3698
|
|
|
3705
3699
|
|
|
3706
|
-
var _CreateContainerRecipeCommand = class _CreateContainerRecipeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3707
|
-
...commonParams
|
|
3708
|
-
}).m(function(Command, cs, config, o) {
|
|
3700
|
+
var _CreateContainerRecipeCommand = class _CreateContainerRecipeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3709
3701
|
return [
|
|
3710
3702
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3711
3703
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3719,9 +3711,7 @@ var CreateContainerRecipeCommand = _CreateContainerRecipeCommand;
|
|
|
3719
3711
|
|
|
3720
3712
|
|
|
3721
3713
|
|
|
3722
|
-
var _CreateDistributionConfigurationCommand = class _CreateDistributionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3723
|
-
...commonParams
|
|
3724
|
-
}).m(function(Command, cs, config, o) {
|
|
3714
|
+
var _CreateDistributionConfigurationCommand = class _CreateDistributionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3725
3715
|
return [
|
|
3726
3716
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3727
3717
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3735,9 +3725,7 @@ var CreateDistributionConfigurationCommand = _CreateDistributionConfigurationCom
|
|
|
3735
3725
|
|
|
3736
3726
|
|
|
3737
3727
|
|
|
3738
|
-
var _CreateImageCommand = class _CreateImageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3739
|
-
...commonParams
|
|
3740
|
-
}).m(function(Command, cs, config, o) {
|
|
3728
|
+
var _CreateImageCommand = class _CreateImageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3741
3729
|
return [
|
|
3742
3730
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3743
3731
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3751,9 +3739,7 @@ var CreateImageCommand = _CreateImageCommand;
|
|
|
3751
3739
|
|
|
3752
3740
|
|
|
3753
3741
|
|
|
3754
|
-
var _CreateImagePipelineCommand = class _CreateImagePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3755
|
-
...commonParams
|
|
3756
|
-
}).m(function(Command, cs, config, o) {
|
|
3742
|
+
var _CreateImagePipelineCommand = class _CreateImagePipelineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3757
3743
|
return [
|
|
3758
3744
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3759
3745
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3767,9 +3753,7 @@ var CreateImagePipelineCommand = _CreateImagePipelineCommand;
|
|
|
3767
3753
|
|
|
3768
3754
|
|
|
3769
3755
|
|
|
3770
|
-
var _CreateImageRecipeCommand = class _CreateImageRecipeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3771
|
-
...commonParams
|
|
3772
|
-
}).m(function(Command, cs, config, o) {
|
|
3756
|
+
var _CreateImageRecipeCommand = class _CreateImageRecipeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3773
3757
|
return [
|
|
3774
3758
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3775
3759
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3783,9 +3767,7 @@ var CreateImageRecipeCommand = _CreateImageRecipeCommand;
|
|
|
3783
3767
|
|
|
3784
3768
|
|
|
3785
3769
|
|
|
3786
|
-
var _CreateInfrastructureConfigurationCommand = class _CreateInfrastructureConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3787
|
-
...commonParams
|
|
3788
|
-
}).m(function(Command, cs, config, o) {
|
|
3770
|
+
var _CreateInfrastructureConfigurationCommand = class _CreateInfrastructureConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3789
3771
|
return [
|
|
3790
3772
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3791
3773
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3799,9 +3781,7 @@ var CreateInfrastructureConfigurationCommand = _CreateInfrastructureConfiguratio
|
|
|
3799
3781
|
|
|
3800
3782
|
|
|
3801
3783
|
|
|
3802
|
-
var _CreateLifecyclePolicyCommand = class _CreateLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3803
|
-
...commonParams
|
|
3804
|
-
}).m(function(Command, cs, config, o) {
|
|
3784
|
+
var _CreateLifecyclePolicyCommand = class _CreateLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3805
3785
|
return [
|
|
3806
3786
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3807
3787
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3815,9 +3795,7 @@ var CreateLifecyclePolicyCommand = _CreateLifecyclePolicyCommand;
|
|
|
3815
3795
|
|
|
3816
3796
|
|
|
3817
3797
|
|
|
3818
|
-
var _CreateWorkflowCommand = class _CreateWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3819
|
-
...commonParams
|
|
3820
|
-
}).m(function(Command, cs, config, o) {
|
|
3798
|
+
var _CreateWorkflowCommand = class _CreateWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3821
3799
|
return [
|
|
3822
3800
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3823
3801
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3831,9 +3809,7 @@ var CreateWorkflowCommand = _CreateWorkflowCommand;
|
|
|
3831
3809
|
|
|
3832
3810
|
|
|
3833
3811
|
|
|
3834
|
-
var _DeleteComponentCommand = class _DeleteComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3835
|
-
...commonParams
|
|
3836
|
-
}).m(function(Command, cs, config, o) {
|
|
3812
|
+
var _DeleteComponentCommand = class _DeleteComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3837
3813
|
return [
|
|
3838
3814
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3839
3815
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3847,9 +3823,7 @@ var DeleteComponentCommand = _DeleteComponentCommand;
|
|
|
3847
3823
|
|
|
3848
3824
|
|
|
3849
3825
|
|
|
3850
|
-
var _DeleteContainerRecipeCommand = class _DeleteContainerRecipeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3851
|
-
...commonParams
|
|
3852
|
-
}).m(function(Command, cs, config, o) {
|
|
3826
|
+
var _DeleteContainerRecipeCommand = class _DeleteContainerRecipeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3853
3827
|
return [
|
|
3854
3828
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3855
3829
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3863,9 +3837,7 @@ var DeleteContainerRecipeCommand = _DeleteContainerRecipeCommand;
|
|
|
3863
3837
|
|
|
3864
3838
|
|
|
3865
3839
|
|
|
3866
|
-
var _DeleteDistributionConfigurationCommand = class _DeleteDistributionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3867
|
-
...commonParams
|
|
3868
|
-
}).m(function(Command, cs, config, o) {
|
|
3840
|
+
var _DeleteDistributionConfigurationCommand = class _DeleteDistributionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3869
3841
|
return [
|
|
3870
3842
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3871
3843
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3879,9 +3851,7 @@ var DeleteDistributionConfigurationCommand = _DeleteDistributionConfigurationCom
|
|
|
3879
3851
|
|
|
3880
3852
|
|
|
3881
3853
|
|
|
3882
|
-
var _DeleteImageCommand = class _DeleteImageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3883
|
-
...commonParams
|
|
3884
|
-
}).m(function(Command, cs, config, o) {
|
|
3854
|
+
var _DeleteImageCommand = class _DeleteImageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3885
3855
|
return [
|
|
3886
3856
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3887
3857
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3895,9 +3865,7 @@ var DeleteImageCommand = _DeleteImageCommand;
|
|
|
3895
3865
|
|
|
3896
3866
|
|
|
3897
3867
|
|
|
3898
|
-
var _DeleteImagePipelineCommand = class _DeleteImagePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3899
|
-
...commonParams
|
|
3900
|
-
}).m(function(Command, cs, config, o) {
|
|
3868
|
+
var _DeleteImagePipelineCommand = class _DeleteImagePipelineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3901
3869
|
return [
|
|
3902
3870
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3903
3871
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3911,9 +3879,7 @@ var DeleteImagePipelineCommand = _DeleteImagePipelineCommand;
|
|
|
3911
3879
|
|
|
3912
3880
|
|
|
3913
3881
|
|
|
3914
|
-
var _DeleteImageRecipeCommand = class _DeleteImageRecipeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3915
|
-
...commonParams
|
|
3916
|
-
}).m(function(Command, cs, config, o) {
|
|
3882
|
+
var _DeleteImageRecipeCommand = class _DeleteImageRecipeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3917
3883
|
return [
|
|
3918
3884
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3919
3885
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3927,9 +3893,7 @@ var DeleteImageRecipeCommand = _DeleteImageRecipeCommand;
|
|
|
3927
3893
|
|
|
3928
3894
|
|
|
3929
3895
|
|
|
3930
|
-
var _DeleteInfrastructureConfigurationCommand = class _DeleteInfrastructureConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3931
|
-
...commonParams
|
|
3932
|
-
}).m(function(Command, cs, config, o) {
|
|
3896
|
+
var _DeleteInfrastructureConfigurationCommand = class _DeleteInfrastructureConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3933
3897
|
return [
|
|
3934
3898
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3935
3899
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3943,9 +3907,7 @@ var DeleteInfrastructureConfigurationCommand = _DeleteInfrastructureConfiguratio
|
|
|
3943
3907
|
|
|
3944
3908
|
|
|
3945
3909
|
|
|
3946
|
-
var _DeleteLifecyclePolicyCommand = class _DeleteLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3947
|
-
...commonParams
|
|
3948
|
-
}).m(function(Command, cs, config, o) {
|
|
3910
|
+
var _DeleteLifecyclePolicyCommand = class _DeleteLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3949
3911
|
return [
|
|
3950
3912
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3951
3913
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3959,9 +3921,7 @@ var DeleteLifecyclePolicyCommand = _DeleteLifecyclePolicyCommand;
|
|
|
3959
3921
|
|
|
3960
3922
|
|
|
3961
3923
|
|
|
3962
|
-
var _DeleteWorkflowCommand = class _DeleteWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3963
|
-
...commonParams
|
|
3964
|
-
}).m(function(Command, cs, config, o) {
|
|
3924
|
+
var _DeleteWorkflowCommand = class _DeleteWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3965
3925
|
return [
|
|
3966
3926
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3967
3927
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3975,9 +3935,7 @@ var DeleteWorkflowCommand = _DeleteWorkflowCommand;
|
|
|
3975
3935
|
|
|
3976
3936
|
|
|
3977
3937
|
|
|
3978
|
-
var _GetComponentCommand = class _GetComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3979
|
-
...commonParams
|
|
3980
|
-
}).m(function(Command, cs, config, o) {
|
|
3938
|
+
var _GetComponentCommand = class _GetComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3981
3939
|
return [
|
|
3982
3940
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3983
3941
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3991,9 +3949,7 @@ var GetComponentCommand = _GetComponentCommand;
|
|
|
3991
3949
|
|
|
3992
3950
|
|
|
3993
3951
|
|
|
3994
|
-
var _GetComponentPolicyCommand = class _GetComponentPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3995
|
-
...commonParams
|
|
3996
|
-
}).m(function(Command, cs, config, o) {
|
|
3952
|
+
var _GetComponentPolicyCommand = class _GetComponentPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3997
3953
|
return [
|
|
3998
3954
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3999
3955
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4007,9 +3963,7 @@ var GetComponentPolicyCommand = _GetComponentPolicyCommand;
|
|
|
4007
3963
|
|
|
4008
3964
|
|
|
4009
3965
|
|
|
4010
|
-
var _GetContainerRecipeCommand = class _GetContainerRecipeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4011
|
-
...commonParams
|
|
4012
|
-
}).m(function(Command, cs, config, o) {
|
|
3966
|
+
var _GetContainerRecipeCommand = class _GetContainerRecipeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4013
3967
|
return [
|
|
4014
3968
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4015
3969
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4023,9 +3977,7 @@ var GetContainerRecipeCommand = _GetContainerRecipeCommand;
|
|
|
4023
3977
|
|
|
4024
3978
|
|
|
4025
3979
|
|
|
4026
|
-
var _GetContainerRecipePolicyCommand = class _GetContainerRecipePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4027
|
-
...commonParams
|
|
4028
|
-
}).m(function(Command, cs, config, o) {
|
|
3980
|
+
var _GetContainerRecipePolicyCommand = class _GetContainerRecipePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4029
3981
|
return [
|
|
4030
3982
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4031
3983
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4039,9 +3991,7 @@ var GetContainerRecipePolicyCommand = _GetContainerRecipePolicyCommand;
|
|
|
4039
3991
|
|
|
4040
3992
|
|
|
4041
3993
|
|
|
4042
|
-
var _GetDistributionConfigurationCommand = class _GetDistributionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4043
|
-
...commonParams
|
|
4044
|
-
}).m(function(Command, cs, config, o) {
|
|
3994
|
+
var _GetDistributionConfigurationCommand = class _GetDistributionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4045
3995
|
return [
|
|
4046
3996
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4047
3997
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4055,9 +4005,7 @@ var GetDistributionConfigurationCommand = _GetDistributionConfigurationCommand;
|
|
|
4055
4005
|
|
|
4056
4006
|
|
|
4057
4007
|
|
|
4058
|
-
var _GetImageCommand = class _GetImageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4059
|
-
...commonParams
|
|
4060
|
-
}).m(function(Command, cs, config, o) {
|
|
4008
|
+
var _GetImageCommand = class _GetImageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4061
4009
|
return [
|
|
4062
4010
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4063
4011
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4071,9 +4019,7 @@ var GetImageCommand = _GetImageCommand;
|
|
|
4071
4019
|
|
|
4072
4020
|
|
|
4073
4021
|
|
|
4074
|
-
var _GetImagePipelineCommand = class _GetImagePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4075
|
-
...commonParams
|
|
4076
|
-
}).m(function(Command, cs, config, o) {
|
|
4022
|
+
var _GetImagePipelineCommand = class _GetImagePipelineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4077
4023
|
return [
|
|
4078
4024
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4079
4025
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4087,9 +4033,7 @@ var GetImagePipelineCommand = _GetImagePipelineCommand;
|
|
|
4087
4033
|
|
|
4088
4034
|
|
|
4089
4035
|
|
|
4090
|
-
var _GetImagePolicyCommand = class _GetImagePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4091
|
-
...commonParams
|
|
4092
|
-
}).m(function(Command, cs, config, o) {
|
|
4036
|
+
var _GetImagePolicyCommand = class _GetImagePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4093
4037
|
return [
|
|
4094
4038
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4095
4039
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4103,9 +4047,7 @@ var GetImagePolicyCommand = _GetImagePolicyCommand;
|
|
|
4103
4047
|
|
|
4104
4048
|
|
|
4105
4049
|
|
|
4106
|
-
var _GetImageRecipeCommand = class _GetImageRecipeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4107
|
-
...commonParams
|
|
4108
|
-
}).m(function(Command, cs, config, o) {
|
|
4050
|
+
var _GetImageRecipeCommand = class _GetImageRecipeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4109
4051
|
return [
|
|
4110
4052
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4111
4053
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4119,9 +4061,7 @@ var GetImageRecipeCommand = _GetImageRecipeCommand;
|
|
|
4119
4061
|
|
|
4120
4062
|
|
|
4121
4063
|
|
|
4122
|
-
var _GetImageRecipePolicyCommand = class _GetImageRecipePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4123
|
-
...commonParams
|
|
4124
|
-
}).m(function(Command, cs, config, o) {
|
|
4064
|
+
var _GetImageRecipePolicyCommand = class _GetImageRecipePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4125
4065
|
return [
|
|
4126
4066
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4127
4067
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4135,9 +4075,7 @@ var GetImageRecipePolicyCommand = _GetImageRecipePolicyCommand;
|
|
|
4135
4075
|
|
|
4136
4076
|
|
|
4137
4077
|
|
|
4138
|
-
var _GetInfrastructureConfigurationCommand = class _GetInfrastructureConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4139
|
-
...commonParams
|
|
4140
|
-
}).m(function(Command, cs, config, o) {
|
|
4078
|
+
var _GetInfrastructureConfigurationCommand = class _GetInfrastructureConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4141
4079
|
return [
|
|
4142
4080
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4143
4081
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4151,9 +4089,7 @@ var GetInfrastructureConfigurationCommand = _GetInfrastructureConfigurationComma
|
|
|
4151
4089
|
|
|
4152
4090
|
|
|
4153
4091
|
|
|
4154
|
-
var _GetLifecycleExecutionCommand = class _GetLifecycleExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4155
|
-
...commonParams
|
|
4156
|
-
}).m(function(Command, cs, config, o) {
|
|
4092
|
+
var _GetLifecycleExecutionCommand = class _GetLifecycleExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4157
4093
|
return [
|
|
4158
4094
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4159
4095
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4167,9 +4103,7 @@ var GetLifecycleExecutionCommand = _GetLifecycleExecutionCommand;
|
|
|
4167
4103
|
|
|
4168
4104
|
|
|
4169
4105
|
|
|
4170
|
-
var _GetLifecyclePolicyCommand = class _GetLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4171
|
-
...commonParams
|
|
4172
|
-
}).m(function(Command, cs, config, o) {
|
|
4106
|
+
var _GetLifecyclePolicyCommand = class _GetLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4173
4107
|
return [
|
|
4174
4108
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4175
4109
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4183,9 +4117,7 @@ var GetLifecyclePolicyCommand = _GetLifecyclePolicyCommand;
|
|
|
4183
4117
|
|
|
4184
4118
|
|
|
4185
4119
|
|
|
4186
|
-
var _GetWorkflowCommand = class _GetWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4187
|
-
...commonParams
|
|
4188
|
-
}).m(function(Command, cs, config, o) {
|
|
4120
|
+
var _GetWorkflowCommand = class _GetWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4189
4121
|
return [
|
|
4190
4122
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4191
4123
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4199,9 +4131,7 @@ var GetWorkflowCommand = _GetWorkflowCommand;
|
|
|
4199
4131
|
|
|
4200
4132
|
|
|
4201
4133
|
|
|
4202
|
-
var _GetWorkflowExecutionCommand = class _GetWorkflowExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4203
|
-
...commonParams
|
|
4204
|
-
}).m(function(Command, cs, config, o) {
|
|
4134
|
+
var _GetWorkflowExecutionCommand = class _GetWorkflowExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4205
4135
|
return [
|
|
4206
4136
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4207
4137
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4215,9 +4145,7 @@ var GetWorkflowExecutionCommand = _GetWorkflowExecutionCommand;
|
|
|
4215
4145
|
|
|
4216
4146
|
|
|
4217
4147
|
|
|
4218
|
-
var _GetWorkflowStepExecutionCommand = class _GetWorkflowStepExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4219
|
-
...commonParams
|
|
4220
|
-
}).m(function(Command, cs, config, o) {
|
|
4148
|
+
var _GetWorkflowStepExecutionCommand = class _GetWorkflowStepExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4221
4149
|
return [
|
|
4222
4150
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4223
4151
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4231,9 +4159,7 @@ var GetWorkflowStepExecutionCommand = _GetWorkflowStepExecutionCommand;
|
|
|
4231
4159
|
|
|
4232
4160
|
|
|
4233
4161
|
|
|
4234
|
-
var _ImportComponentCommand = class _ImportComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4235
|
-
...commonParams
|
|
4236
|
-
}).m(function(Command, cs, config, o) {
|
|
4162
|
+
var _ImportComponentCommand = class _ImportComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4237
4163
|
return [
|
|
4238
4164
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4239
4165
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4247,9 +4173,7 @@ var ImportComponentCommand = _ImportComponentCommand;
|
|
|
4247
4173
|
|
|
4248
4174
|
|
|
4249
4175
|
|
|
4250
|
-
var _ImportVmImageCommand = class _ImportVmImageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4251
|
-
...commonParams
|
|
4252
|
-
}).m(function(Command, cs, config, o) {
|
|
4176
|
+
var _ImportVmImageCommand = class _ImportVmImageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4253
4177
|
return [
|
|
4254
4178
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4255
4179
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4263,9 +4187,7 @@ var ImportVmImageCommand = _ImportVmImageCommand;
|
|
|
4263
4187
|
|
|
4264
4188
|
|
|
4265
4189
|
|
|
4266
|
-
var _ListComponentBuildVersionsCommand = class _ListComponentBuildVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4267
|
-
...commonParams
|
|
4268
|
-
}).m(function(Command, cs, config, o) {
|
|
4190
|
+
var _ListComponentBuildVersionsCommand = class _ListComponentBuildVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4269
4191
|
return [
|
|
4270
4192
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4271
4193
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4279,9 +4201,7 @@ var ListComponentBuildVersionsCommand = _ListComponentBuildVersionsCommand;
|
|
|
4279
4201
|
|
|
4280
4202
|
|
|
4281
4203
|
|
|
4282
|
-
var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4283
|
-
...commonParams
|
|
4284
|
-
}).m(function(Command, cs, config, o) {
|
|
4204
|
+
var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4285
4205
|
return [
|
|
4286
4206
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4287
4207
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4295,9 +4215,7 @@ var ListComponentsCommand = _ListComponentsCommand;
|
|
|
4295
4215
|
|
|
4296
4216
|
|
|
4297
4217
|
|
|
4298
|
-
var _ListContainerRecipesCommand = class _ListContainerRecipesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4299
|
-
...commonParams
|
|
4300
|
-
}).m(function(Command, cs, config, o) {
|
|
4218
|
+
var _ListContainerRecipesCommand = class _ListContainerRecipesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4301
4219
|
return [
|
|
4302
4220
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4303
4221
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4311,9 +4229,7 @@ var ListContainerRecipesCommand = _ListContainerRecipesCommand;
|
|
|
4311
4229
|
|
|
4312
4230
|
|
|
4313
4231
|
|
|
4314
|
-
var _ListDistributionConfigurationsCommand = class _ListDistributionConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4315
|
-
...commonParams
|
|
4316
|
-
}).m(function(Command, cs, config, o) {
|
|
4232
|
+
var _ListDistributionConfigurationsCommand = class _ListDistributionConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4317
4233
|
return [
|
|
4318
4234
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4319
4235
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4327,9 +4243,7 @@ var ListDistributionConfigurationsCommand = _ListDistributionConfigurationsComma
|
|
|
4327
4243
|
|
|
4328
4244
|
|
|
4329
4245
|
|
|
4330
|
-
var _ListImageBuildVersionsCommand = class _ListImageBuildVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4331
|
-
...commonParams
|
|
4332
|
-
}).m(function(Command, cs, config, o) {
|
|
4246
|
+
var _ListImageBuildVersionsCommand = class _ListImageBuildVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4333
4247
|
return [
|
|
4334
4248
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4335
4249
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4343,9 +4257,7 @@ var ListImageBuildVersionsCommand = _ListImageBuildVersionsCommand;
|
|
|
4343
4257
|
|
|
4344
4258
|
|
|
4345
4259
|
|
|
4346
|
-
var _ListImagePackagesCommand = class _ListImagePackagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4347
|
-
...commonParams
|
|
4348
|
-
}).m(function(Command, cs, config, o) {
|
|
4260
|
+
var _ListImagePackagesCommand = class _ListImagePackagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4349
4261
|
return [
|
|
4350
4262
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4351
4263
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4359,9 +4271,7 @@ var ListImagePackagesCommand = _ListImagePackagesCommand;
|
|
|
4359
4271
|
|
|
4360
4272
|
|
|
4361
4273
|
|
|
4362
|
-
var _ListImagePipelineImagesCommand = class _ListImagePipelineImagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4363
|
-
...commonParams
|
|
4364
|
-
}).m(function(Command, cs, config, o) {
|
|
4274
|
+
var _ListImagePipelineImagesCommand = class _ListImagePipelineImagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4365
4275
|
return [
|
|
4366
4276
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4367
4277
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4375,9 +4285,7 @@ var ListImagePipelineImagesCommand = _ListImagePipelineImagesCommand;
|
|
|
4375
4285
|
|
|
4376
4286
|
|
|
4377
4287
|
|
|
4378
|
-
var _ListImagePipelinesCommand = class _ListImagePipelinesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4379
|
-
...commonParams
|
|
4380
|
-
}).m(function(Command, cs, config, o) {
|
|
4288
|
+
var _ListImagePipelinesCommand = class _ListImagePipelinesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4381
4289
|
return [
|
|
4382
4290
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4383
4291
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4391,9 +4299,7 @@ var ListImagePipelinesCommand = _ListImagePipelinesCommand;
|
|
|
4391
4299
|
|
|
4392
4300
|
|
|
4393
4301
|
|
|
4394
|
-
var _ListImageRecipesCommand = class _ListImageRecipesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4395
|
-
...commonParams
|
|
4396
|
-
}).m(function(Command, cs, config, o) {
|
|
4302
|
+
var _ListImageRecipesCommand = class _ListImageRecipesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4397
4303
|
return [
|
|
4398
4304
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4399
4305
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4407,9 +4313,7 @@ var ListImageRecipesCommand = _ListImageRecipesCommand;
|
|
|
4407
4313
|
|
|
4408
4314
|
|
|
4409
4315
|
|
|
4410
|
-
var _ListImageScanFindingAggregationsCommand = class _ListImageScanFindingAggregationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4411
|
-
...commonParams
|
|
4412
|
-
}).m(function(Command, cs, config, o) {
|
|
4316
|
+
var _ListImageScanFindingAggregationsCommand = class _ListImageScanFindingAggregationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4413
4317
|
return [
|
|
4414
4318
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4415
4319
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4423,9 +4327,7 @@ var ListImageScanFindingAggregationsCommand = _ListImageScanFindingAggregationsC
|
|
|
4423
4327
|
|
|
4424
4328
|
|
|
4425
4329
|
|
|
4426
|
-
var _ListImageScanFindingsCommand = class _ListImageScanFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4427
|
-
...commonParams
|
|
4428
|
-
}).m(function(Command, cs, config, o) {
|
|
4330
|
+
var _ListImageScanFindingsCommand = class _ListImageScanFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4429
4331
|
return [
|
|
4430
4332
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4431
4333
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4439,9 +4341,7 @@ var ListImageScanFindingsCommand = _ListImageScanFindingsCommand;
|
|
|
4439
4341
|
|
|
4440
4342
|
|
|
4441
4343
|
|
|
4442
|
-
var _ListImagesCommand = class _ListImagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4443
|
-
...commonParams
|
|
4444
|
-
}).m(function(Command, cs, config, o) {
|
|
4344
|
+
var _ListImagesCommand = class _ListImagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4445
4345
|
return [
|
|
4446
4346
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4447
4347
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4455,9 +4355,7 @@ var ListImagesCommand = _ListImagesCommand;
|
|
|
4455
4355
|
|
|
4456
4356
|
|
|
4457
4357
|
|
|
4458
|
-
var _ListInfrastructureConfigurationsCommand = class _ListInfrastructureConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4459
|
-
...commonParams
|
|
4460
|
-
}).m(function(Command, cs, config, o) {
|
|
4358
|
+
var _ListInfrastructureConfigurationsCommand = class _ListInfrastructureConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4461
4359
|
return [
|
|
4462
4360
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4463
4361
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4471,9 +4369,7 @@ var ListInfrastructureConfigurationsCommand = _ListInfrastructureConfigurationsC
|
|
|
4471
4369
|
|
|
4472
4370
|
|
|
4473
4371
|
|
|
4474
|
-
var _ListLifecycleExecutionResourcesCommand = class _ListLifecycleExecutionResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4475
|
-
...commonParams
|
|
4476
|
-
}).m(function(Command, cs, config, o) {
|
|
4372
|
+
var _ListLifecycleExecutionResourcesCommand = class _ListLifecycleExecutionResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4477
4373
|
return [
|
|
4478
4374
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4479
4375
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4487,9 +4383,7 @@ var ListLifecycleExecutionResourcesCommand = _ListLifecycleExecutionResourcesCom
|
|
|
4487
4383
|
|
|
4488
4384
|
|
|
4489
4385
|
|
|
4490
|
-
var _ListLifecycleExecutionsCommand = class _ListLifecycleExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4491
|
-
...commonParams
|
|
4492
|
-
}).m(function(Command, cs, config, o) {
|
|
4386
|
+
var _ListLifecycleExecutionsCommand = class _ListLifecycleExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4493
4387
|
return [
|
|
4494
4388
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4495
4389
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4503,9 +4397,7 @@ var ListLifecycleExecutionsCommand = _ListLifecycleExecutionsCommand;
|
|
|
4503
4397
|
|
|
4504
4398
|
|
|
4505
4399
|
|
|
4506
|
-
var _ListLifecyclePoliciesCommand = class _ListLifecyclePoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4507
|
-
...commonParams
|
|
4508
|
-
}).m(function(Command, cs, config, o) {
|
|
4400
|
+
var _ListLifecyclePoliciesCommand = class _ListLifecyclePoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4509
4401
|
return [
|
|
4510
4402
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4511
4403
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4519,9 +4411,7 @@ var ListLifecyclePoliciesCommand = _ListLifecyclePoliciesCommand;
|
|
|
4519
4411
|
|
|
4520
4412
|
|
|
4521
4413
|
|
|
4522
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4523
|
-
...commonParams
|
|
4524
|
-
}).m(function(Command, cs, config, o) {
|
|
4414
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4525
4415
|
return [
|
|
4526
4416
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4527
4417
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4535,9 +4425,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
4535
4425
|
|
|
4536
4426
|
|
|
4537
4427
|
|
|
4538
|
-
var _ListWaitingWorkflowStepsCommand = class _ListWaitingWorkflowStepsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4539
|
-
...commonParams
|
|
4540
|
-
}).m(function(Command, cs, config, o) {
|
|
4428
|
+
var _ListWaitingWorkflowStepsCommand = class _ListWaitingWorkflowStepsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4541
4429
|
return [
|
|
4542
4430
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4543
4431
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4551,9 +4439,7 @@ var ListWaitingWorkflowStepsCommand = _ListWaitingWorkflowStepsCommand;
|
|
|
4551
4439
|
|
|
4552
4440
|
|
|
4553
4441
|
|
|
4554
|
-
var _ListWorkflowBuildVersionsCommand = class _ListWorkflowBuildVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4555
|
-
...commonParams
|
|
4556
|
-
}).m(function(Command, cs, config, o) {
|
|
4442
|
+
var _ListWorkflowBuildVersionsCommand = class _ListWorkflowBuildVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4557
4443
|
return [
|
|
4558
4444
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4559
4445
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4567,9 +4453,7 @@ var ListWorkflowBuildVersionsCommand = _ListWorkflowBuildVersionsCommand;
|
|
|
4567
4453
|
|
|
4568
4454
|
|
|
4569
4455
|
|
|
4570
|
-
var _ListWorkflowExecutionsCommand = class _ListWorkflowExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4571
|
-
...commonParams
|
|
4572
|
-
}).m(function(Command, cs, config, o) {
|
|
4456
|
+
var _ListWorkflowExecutionsCommand = class _ListWorkflowExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4573
4457
|
return [
|
|
4574
4458
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4575
4459
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4583,9 +4467,7 @@ var ListWorkflowExecutionsCommand = _ListWorkflowExecutionsCommand;
|
|
|
4583
4467
|
|
|
4584
4468
|
|
|
4585
4469
|
|
|
4586
|
-
var _ListWorkflowsCommand = class _ListWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4587
|
-
...commonParams
|
|
4588
|
-
}).m(function(Command, cs, config, o) {
|
|
4470
|
+
var _ListWorkflowsCommand = class _ListWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4589
4471
|
return [
|
|
4590
4472
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4591
4473
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4599,9 +4481,7 @@ var ListWorkflowsCommand = _ListWorkflowsCommand;
|
|
|
4599
4481
|
|
|
4600
4482
|
|
|
4601
4483
|
|
|
4602
|
-
var _ListWorkflowStepExecutionsCommand = class _ListWorkflowStepExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4603
|
-
...commonParams
|
|
4604
|
-
}).m(function(Command, cs, config, o) {
|
|
4484
|
+
var _ListWorkflowStepExecutionsCommand = class _ListWorkflowStepExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4605
4485
|
return [
|
|
4606
4486
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4607
4487
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4615,9 +4495,7 @@ var ListWorkflowStepExecutionsCommand = _ListWorkflowStepExecutionsCommand;
|
|
|
4615
4495
|
|
|
4616
4496
|
|
|
4617
4497
|
|
|
4618
|
-
var _PutComponentPolicyCommand = class _PutComponentPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4619
|
-
...commonParams
|
|
4620
|
-
}).m(function(Command, cs, config, o) {
|
|
4498
|
+
var _PutComponentPolicyCommand = class _PutComponentPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4621
4499
|
return [
|
|
4622
4500
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4623
4501
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4631,9 +4509,7 @@ var PutComponentPolicyCommand = _PutComponentPolicyCommand;
|
|
|
4631
4509
|
|
|
4632
4510
|
|
|
4633
4511
|
|
|
4634
|
-
var _PutContainerRecipePolicyCommand = class _PutContainerRecipePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4635
|
-
...commonParams
|
|
4636
|
-
}).m(function(Command, cs, config, o) {
|
|
4512
|
+
var _PutContainerRecipePolicyCommand = class _PutContainerRecipePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4637
4513
|
return [
|
|
4638
4514
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4639
4515
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4647,9 +4523,7 @@ var PutContainerRecipePolicyCommand = _PutContainerRecipePolicyCommand;
|
|
|
4647
4523
|
|
|
4648
4524
|
|
|
4649
4525
|
|
|
4650
|
-
var _PutImagePolicyCommand = class _PutImagePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4651
|
-
...commonParams
|
|
4652
|
-
}).m(function(Command, cs, config, o) {
|
|
4526
|
+
var _PutImagePolicyCommand = class _PutImagePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4653
4527
|
return [
|
|
4654
4528
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4655
4529
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4663,9 +4537,7 @@ var PutImagePolicyCommand = _PutImagePolicyCommand;
|
|
|
4663
4537
|
|
|
4664
4538
|
|
|
4665
4539
|
|
|
4666
|
-
var _PutImageRecipePolicyCommand = class _PutImageRecipePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4667
|
-
...commonParams
|
|
4668
|
-
}).m(function(Command, cs, config, o) {
|
|
4540
|
+
var _PutImageRecipePolicyCommand = class _PutImageRecipePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4669
4541
|
return [
|
|
4670
4542
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4671
4543
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4679,9 +4551,7 @@ var PutImageRecipePolicyCommand = _PutImageRecipePolicyCommand;
|
|
|
4679
4551
|
|
|
4680
4552
|
|
|
4681
4553
|
|
|
4682
|
-
var _SendWorkflowStepActionCommand = class _SendWorkflowStepActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4683
|
-
...commonParams
|
|
4684
|
-
}).m(function(Command, cs, config, o) {
|
|
4554
|
+
var _SendWorkflowStepActionCommand = class _SendWorkflowStepActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4685
4555
|
return [
|
|
4686
4556
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4687
4557
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4695,9 +4565,7 @@ var SendWorkflowStepActionCommand = _SendWorkflowStepActionCommand;
|
|
|
4695
4565
|
|
|
4696
4566
|
|
|
4697
4567
|
|
|
4698
|
-
var _StartImagePipelineExecutionCommand = class _StartImagePipelineExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4699
|
-
...commonParams
|
|
4700
|
-
}).m(function(Command, cs, config, o) {
|
|
4568
|
+
var _StartImagePipelineExecutionCommand = class _StartImagePipelineExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4701
4569
|
return [
|
|
4702
4570
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4703
4571
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4711,9 +4579,7 @@ var StartImagePipelineExecutionCommand = _StartImagePipelineExecutionCommand;
|
|
|
4711
4579
|
|
|
4712
4580
|
|
|
4713
4581
|
|
|
4714
|
-
var _StartResourceStateUpdateCommand = class _StartResourceStateUpdateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4715
|
-
...commonParams
|
|
4716
|
-
}).m(function(Command, cs, config, o) {
|
|
4582
|
+
var _StartResourceStateUpdateCommand = class _StartResourceStateUpdateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4717
4583
|
return [
|
|
4718
4584
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4719
4585
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4727,9 +4593,7 @@ var StartResourceStateUpdateCommand = _StartResourceStateUpdateCommand;
|
|
|
4727
4593
|
|
|
4728
4594
|
|
|
4729
4595
|
|
|
4730
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4731
|
-
...commonParams
|
|
4732
|
-
}).m(function(Command, cs, config, o) {
|
|
4596
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4733
4597
|
return [
|
|
4734
4598
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4735
4599
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4743,9 +4607,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
4743
4607
|
|
|
4744
4608
|
|
|
4745
4609
|
|
|
4746
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4747
|
-
...commonParams
|
|
4748
|
-
}).m(function(Command, cs, config, o) {
|
|
4610
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4749
4611
|
return [
|
|
4750
4612
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4751
4613
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4759,9 +4621,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
4759
4621
|
|
|
4760
4622
|
|
|
4761
4623
|
|
|
4762
|
-
var _UpdateDistributionConfigurationCommand = class _UpdateDistributionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4763
|
-
...commonParams
|
|
4764
|
-
}).m(function(Command, cs, config, o) {
|
|
4624
|
+
var _UpdateDistributionConfigurationCommand = class _UpdateDistributionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4765
4625
|
return [
|
|
4766
4626
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4767
4627
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4775,9 +4635,7 @@ var UpdateDistributionConfigurationCommand = _UpdateDistributionConfigurationCom
|
|
|
4775
4635
|
|
|
4776
4636
|
|
|
4777
4637
|
|
|
4778
|
-
var _UpdateImagePipelineCommand = class _UpdateImagePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4779
|
-
...commonParams
|
|
4780
|
-
}).m(function(Command, cs, config, o) {
|
|
4638
|
+
var _UpdateImagePipelineCommand = class _UpdateImagePipelineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4781
4639
|
return [
|
|
4782
4640
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4783
4641
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4791,9 +4649,7 @@ var UpdateImagePipelineCommand = _UpdateImagePipelineCommand;
|
|
|
4791
4649
|
|
|
4792
4650
|
|
|
4793
4651
|
|
|
4794
|
-
var _UpdateInfrastructureConfigurationCommand = class _UpdateInfrastructureConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4795
|
-
...commonParams
|
|
4796
|
-
}).m(function(Command, cs, config, o) {
|
|
4652
|
+
var _UpdateInfrastructureConfigurationCommand = class _UpdateInfrastructureConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4797
4653
|
return [
|
|
4798
4654
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4799
4655
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4807,9 +4663,7 @@ var UpdateInfrastructureConfigurationCommand = _UpdateInfrastructureConfiguratio
|
|
|
4807
4663
|
|
|
4808
4664
|
|
|
4809
4665
|
|
|
4810
|
-
var _UpdateLifecyclePolicyCommand = class _UpdateLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4811
|
-
...commonParams
|
|
4812
|
-
}).m(function(Command, cs, config, o) {
|
|
4666
|
+
var _UpdateLifecyclePolicyCommand = class _UpdateLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4813
4667
|
return [
|
|
4814
4668
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4815
4669
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|