@aws-sdk/client-imagebuilder 3.974.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 +66 -43
- package/dist-es/Imagebuilder.js +45 -1
- package/dist-types/Imagebuilder.d.ts +148 -1
- package/dist-types/ts3.4/Imagebuilder.d.ts +152 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -3743,6 +3743,48 @@ class UpdateLifecyclePolicyCommand extends smithyClient.Command
|
|
|
3743
3743
|
.build() {
|
|
3744
3744
|
}
|
|
3745
3745
|
|
|
3746
|
+
const paginateListComponentBuildVersions = core.createPaginator(ImagebuilderClient, ListComponentBuildVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3747
|
+
|
|
3748
|
+
const paginateListComponents = core.createPaginator(ImagebuilderClient, ListComponentsCommand, "nextToken", "nextToken", "maxResults");
|
|
3749
|
+
|
|
3750
|
+
const paginateListContainerRecipes = core.createPaginator(ImagebuilderClient, ListContainerRecipesCommand, "nextToken", "nextToken", "maxResults");
|
|
3751
|
+
|
|
3752
|
+
const paginateListDistributionConfigurations = core.createPaginator(ImagebuilderClient, ListDistributionConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
3753
|
+
|
|
3754
|
+
const paginateListImageBuildVersions = core.createPaginator(ImagebuilderClient, ListImageBuildVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3755
|
+
|
|
3756
|
+
const paginateListImagePackages = core.createPaginator(ImagebuilderClient, ListImagePackagesCommand, "nextToken", "nextToken", "maxResults");
|
|
3757
|
+
|
|
3758
|
+
const paginateListImagePipelineImages = core.createPaginator(ImagebuilderClient, ListImagePipelineImagesCommand, "nextToken", "nextToken", "maxResults");
|
|
3759
|
+
|
|
3760
|
+
const paginateListImagePipelines = core.createPaginator(ImagebuilderClient, ListImagePipelinesCommand, "nextToken", "nextToken", "maxResults");
|
|
3761
|
+
|
|
3762
|
+
const paginateListImageRecipes = core.createPaginator(ImagebuilderClient, ListImageRecipesCommand, "nextToken", "nextToken", "maxResults");
|
|
3763
|
+
|
|
3764
|
+
const paginateListImageScanFindingAggregations = core.createPaginator(ImagebuilderClient, ListImageScanFindingAggregationsCommand, "nextToken", "nextToken", "");
|
|
3765
|
+
|
|
3766
|
+
const paginateListImageScanFindings = core.createPaginator(ImagebuilderClient, ListImageScanFindingsCommand, "nextToken", "nextToken", "maxResults");
|
|
3767
|
+
|
|
3768
|
+
const paginateListImages = core.createPaginator(ImagebuilderClient, ListImagesCommand, "nextToken", "nextToken", "maxResults");
|
|
3769
|
+
|
|
3770
|
+
const paginateListInfrastructureConfigurations = core.createPaginator(ImagebuilderClient, ListInfrastructureConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
3771
|
+
|
|
3772
|
+
const paginateListLifecycleExecutionResources = core.createPaginator(ImagebuilderClient, ListLifecycleExecutionResourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
3773
|
+
|
|
3774
|
+
const paginateListLifecycleExecutions = core.createPaginator(ImagebuilderClient, ListLifecycleExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3775
|
+
|
|
3776
|
+
const paginateListLifecyclePolicies = core.createPaginator(ImagebuilderClient, ListLifecyclePoliciesCommand, "nextToken", "nextToken", "maxResults");
|
|
3777
|
+
|
|
3778
|
+
const paginateListWaitingWorkflowSteps = core.createPaginator(ImagebuilderClient, ListWaitingWorkflowStepsCommand, "nextToken", "nextToken", "maxResults");
|
|
3779
|
+
|
|
3780
|
+
const paginateListWorkflowBuildVersions = core.createPaginator(ImagebuilderClient, ListWorkflowBuildVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3781
|
+
|
|
3782
|
+
const paginateListWorkflowExecutions = core.createPaginator(ImagebuilderClient, ListWorkflowExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3783
|
+
|
|
3784
|
+
const paginateListWorkflows = core.createPaginator(ImagebuilderClient, ListWorkflowsCommand, "nextToken", "nextToken", "maxResults");
|
|
3785
|
+
|
|
3786
|
+
const paginateListWorkflowStepExecutions = core.createPaginator(ImagebuilderClient, ListWorkflowStepExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3787
|
+
|
|
3746
3788
|
const commands = {
|
|
3747
3789
|
CancelImageCreationCommand,
|
|
3748
3790
|
CancelLifecycleExecutionCommand,
|
|
@@ -3822,51 +3864,32 @@ const commands = {
|
|
|
3822
3864
|
UpdateInfrastructureConfigurationCommand,
|
|
3823
3865
|
UpdateLifecyclePolicyCommand,
|
|
3824
3866
|
};
|
|
3867
|
+
const paginators = {
|
|
3868
|
+
paginateListComponentBuildVersions,
|
|
3869
|
+
paginateListComponents,
|
|
3870
|
+
paginateListContainerRecipes,
|
|
3871
|
+
paginateListDistributionConfigurations,
|
|
3872
|
+
paginateListImageBuildVersions,
|
|
3873
|
+
paginateListImagePackages,
|
|
3874
|
+
paginateListImagePipelineImages,
|
|
3875
|
+
paginateListImagePipelines,
|
|
3876
|
+
paginateListImageRecipes,
|
|
3877
|
+
paginateListImages,
|
|
3878
|
+
paginateListImageScanFindingAggregations,
|
|
3879
|
+
paginateListImageScanFindings,
|
|
3880
|
+
paginateListInfrastructureConfigurations,
|
|
3881
|
+
paginateListLifecycleExecutionResources,
|
|
3882
|
+
paginateListLifecycleExecutions,
|
|
3883
|
+
paginateListLifecyclePolicies,
|
|
3884
|
+
paginateListWaitingWorkflowSteps,
|
|
3885
|
+
paginateListWorkflowBuildVersions,
|
|
3886
|
+
paginateListWorkflowExecutions,
|
|
3887
|
+
paginateListWorkflows,
|
|
3888
|
+
paginateListWorkflowStepExecutions,
|
|
3889
|
+
};
|
|
3825
3890
|
class Imagebuilder extends ImagebuilderClient {
|
|
3826
3891
|
}
|
|
3827
|
-
smithyClient.createAggregatedClient(commands, Imagebuilder);
|
|
3828
|
-
|
|
3829
|
-
const paginateListComponentBuildVersions = core.createPaginator(ImagebuilderClient, ListComponentBuildVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3830
|
-
|
|
3831
|
-
const paginateListComponents = core.createPaginator(ImagebuilderClient, ListComponentsCommand, "nextToken", "nextToken", "maxResults");
|
|
3832
|
-
|
|
3833
|
-
const paginateListContainerRecipes = core.createPaginator(ImagebuilderClient, ListContainerRecipesCommand, "nextToken", "nextToken", "maxResults");
|
|
3834
|
-
|
|
3835
|
-
const paginateListDistributionConfigurations = core.createPaginator(ImagebuilderClient, ListDistributionConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
3836
|
-
|
|
3837
|
-
const paginateListImageBuildVersions = core.createPaginator(ImagebuilderClient, ListImageBuildVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3838
|
-
|
|
3839
|
-
const paginateListImagePackages = core.createPaginator(ImagebuilderClient, ListImagePackagesCommand, "nextToken", "nextToken", "maxResults");
|
|
3840
|
-
|
|
3841
|
-
const paginateListImagePipelineImages = core.createPaginator(ImagebuilderClient, ListImagePipelineImagesCommand, "nextToken", "nextToken", "maxResults");
|
|
3842
|
-
|
|
3843
|
-
const paginateListImagePipelines = core.createPaginator(ImagebuilderClient, ListImagePipelinesCommand, "nextToken", "nextToken", "maxResults");
|
|
3844
|
-
|
|
3845
|
-
const paginateListImageRecipes = core.createPaginator(ImagebuilderClient, ListImageRecipesCommand, "nextToken", "nextToken", "maxResults");
|
|
3846
|
-
|
|
3847
|
-
const paginateListImages = core.createPaginator(ImagebuilderClient, ListImagesCommand, "nextToken", "nextToken", "maxResults");
|
|
3848
|
-
|
|
3849
|
-
const paginateListImageScanFindingAggregations = core.createPaginator(ImagebuilderClient, ListImageScanFindingAggregationsCommand, "nextToken", "nextToken", "");
|
|
3850
|
-
|
|
3851
|
-
const paginateListImageScanFindings = core.createPaginator(ImagebuilderClient, ListImageScanFindingsCommand, "nextToken", "nextToken", "maxResults");
|
|
3852
|
-
|
|
3853
|
-
const paginateListInfrastructureConfigurations = core.createPaginator(ImagebuilderClient, ListInfrastructureConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
3854
|
-
|
|
3855
|
-
const paginateListLifecycleExecutionResources = core.createPaginator(ImagebuilderClient, ListLifecycleExecutionResourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
3856
|
-
|
|
3857
|
-
const paginateListLifecycleExecutions = core.createPaginator(ImagebuilderClient, ListLifecycleExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3858
|
-
|
|
3859
|
-
const paginateListLifecyclePolicies = core.createPaginator(ImagebuilderClient, ListLifecyclePoliciesCommand, "nextToken", "nextToken", "maxResults");
|
|
3860
|
-
|
|
3861
|
-
const paginateListWaitingWorkflowSteps = core.createPaginator(ImagebuilderClient, ListWaitingWorkflowStepsCommand, "nextToken", "nextToken", "maxResults");
|
|
3862
|
-
|
|
3863
|
-
const paginateListWorkflowBuildVersions = core.createPaginator(ImagebuilderClient, ListWorkflowBuildVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3864
|
-
|
|
3865
|
-
const paginateListWorkflowExecutions = core.createPaginator(ImagebuilderClient, ListWorkflowExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3866
|
-
|
|
3867
|
-
const paginateListWorkflows = core.createPaginator(ImagebuilderClient, ListWorkflowsCommand, "nextToken", "nextToken", "maxResults");
|
|
3868
|
-
|
|
3869
|
-
const paginateListWorkflowStepExecutions = core.createPaginator(ImagebuilderClient, ListWorkflowStepExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3892
|
+
smithyClient.createAggregatedClient(commands, Imagebuilder, { paginators });
|
|
3870
3893
|
|
|
3871
3894
|
const ImageStatus = {
|
|
3872
3895
|
AVAILABLE: "AVAILABLE",
|
package/dist-es/Imagebuilder.js
CHANGED
|
@@ -77,6 +77,27 @@ import { UpdateImagePipelineCommand, } from "./commands/UpdateImagePipelineComma
|
|
|
77
77
|
import { UpdateInfrastructureConfigurationCommand, } from "./commands/UpdateInfrastructureConfigurationCommand";
|
|
78
78
|
import { UpdateLifecyclePolicyCommand, } from "./commands/UpdateLifecyclePolicyCommand";
|
|
79
79
|
import { ImagebuilderClient } from "./ImagebuilderClient";
|
|
80
|
+
import { paginateListComponentBuildVersions } from "./pagination/ListComponentBuildVersionsPaginator";
|
|
81
|
+
import { paginateListComponents } from "./pagination/ListComponentsPaginator";
|
|
82
|
+
import { paginateListContainerRecipes } from "./pagination/ListContainerRecipesPaginator";
|
|
83
|
+
import { paginateListDistributionConfigurations } from "./pagination/ListDistributionConfigurationsPaginator";
|
|
84
|
+
import { paginateListImageBuildVersions } from "./pagination/ListImageBuildVersionsPaginator";
|
|
85
|
+
import { paginateListImagePackages } from "./pagination/ListImagePackagesPaginator";
|
|
86
|
+
import { paginateListImagePipelineImages } from "./pagination/ListImagePipelineImagesPaginator";
|
|
87
|
+
import { paginateListImagePipelines } from "./pagination/ListImagePipelinesPaginator";
|
|
88
|
+
import { paginateListImageRecipes } from "./pagination/ListImageRecipesPaginator";
|
|
89
|
+
import { paginateListImageScanFindingAggregations } from "./pagination/ListImageScanFindingAggregationsPaginator";
|
|
90
|
+
import { paginateListImageScanFindings } from "./pagination/ListImageScanFindingsPaginator";
|
|
91
|
+
import { paginateListImages } from "./pagination/ListImagesPaginator";
|
|
92
|
+
import { paginateListInfrastructureConfigurations } from "./pagination/ListInfrastructureConfigurationsPaginator";
|
|
93
|
+
import { paginateListLifecycleExecutionResources } from "./pagination/ListLifecycleExecutionResourcesPaginator";
|
|
94
|
+
import { paginateListLifecycleExecutions } from "./pagination/ListLifecycleExecutionsPaginator";
|
|
95
|
+
import { paginateListLifecyclePolicies } from "./pagination/ListLifecyclePoliciesPaginator";
|
|
96
|
+
import { paginateListWaitingWorkflowSteps } from "./pagination/ListWaitingWorkflowStepsPaginator";
|
|
97
|
+
import { paginateListWorkflowBuildVersions } from "./pagination/ListWorkflowBuildVersionsPaginator";
|
|
98
|
+
import { paginateListWorkflowExecutions } from "./pagination/ListWorkflowExecutionsPaginator";
|
|
99
|
+
import { paginateListWorkflows } from "./pagination/ListWorkflowsPaginator";
|
|
100
|
+
import { paginateListWorkflowStepExecutions } from "./pagination/ListWorkflowStepExecutionsPaginator";
|
|
80
101
|
const commands = {
|
|
81
102
|
CancelImageCreationCommand,
|
|
82
103
|
CancelLifecycleExecutionCommand,
|
|
@@ -156,6 +177,29 @@ const commands = {
|
|
|
156
177
|
UpdateInfrastructureConfigurationCommand,
|
|
157
178
|
UpdateLifecyclePolicyCommand,
|
|
158
179
|
};
|
|
180
|
+
const paginators = {
|
|
181
|
+
paginateListComponentBuildVersions,
|
|
182
|
+
paginateListComponents,
|
|
183
|
+
paginateListContainerRecipes,
|
|
184
|
+
paginateListDistributionConfigurations,
|
|
185
|
+
paginateListImageBuildVersions,
|
|
186
|
+
paginateListImagePackages,
|
|
187
|
+
paginateListImagePipelineImages,
|
|
188
|
+
paginateListImagePipelines,
|
|
189
|
+
paginateListImageRecipes,
|
|
190
|
+
paginateListImages,
|
|
191
|
+
paginateListImageScanFindingAggregations,
|
|
192
|
+
paginateListImageScanFindings,
|
|
193
|
+
paginateListInfrastructureConfigurations,
|
|
194
|
+
paginateListLifecycleExecutionResources,
|
|
195
|
+
paginateListLifecycleExecutions,
|
|
196
|
+
paginateListLifecyclePolicies,
|
|
197
|
+
paginateListWaitingWorkflowSteps,
|
|
198
|
+
paginateListWorkflowBuildVersions,
|
|
199
|
+
paginateListWorkflowExecutions,
|
|
200
|
+
paginateListWorkflows,
|
|
201
|
+
paginateListWorkflowStepExecutions,
|
|
202
|
+
};
|
|
159
203
|
export class Imagebuilder extends ImagebuilderClient {
|
|
160
204
|
}
|
|
161
|
-
createAggregatedClient(commands, Imagebuilder);
|
|
205
|
+
createAggregatedClient(commands, Imagebuilder, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { CancelImageCreationCommandInput, CancelImageCreationCommandOutput } from "./commands/CancelImageCreationCommand";
|
|
3
3
|
import { CancelLifecycleExecutionCommandInput, CancelLifecycleExecutionCommandOutput } from "./commands/CancelLifecycleExecutionCommand";
|
|
4
4
|
import { CreateComponentCommandInput, CreateComponentCommandOutput } from "./commands/CreateComponentCommand";
|
|
@@ -555,6 +555,153 @@ export interface Imagebuilder {
|
|
|
555
555
|
updateLifecyclePolicy(args: UpdateLifecyclePolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLifecyclePolicyCommandOutput>;
|
|
556
556
|
updateLifecyclePolicy(args: UpdateLifecyclePolicyCommandInput, cb: (err: any, data?: UpdateLifecyclePolicyCommandOutput) => void): void;
|
|
557
557
|
updateLifecyclePolicy(args: UpdateLifecyclePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLifecyclePolicyCommandOutput) => void): void;
|
|
558
|
+
/**
|
|
559
|
+
* @see {@link ListComponentBuildVersionsCommand}
|
|
560
|
+
* @param args - command input.
|
|
561
|
+
* @param paginationConfig - optional pagination config.
|
|
562
|
+
* @returns AsyncIterable of {@link ListComponentBuildVersionsCommandOutput}.
|
|
563
|
+
*/
|
|
564
|
+
paginateListComponentBuildVersions(args?: ListComponentBuildVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListComponentBuildVersionsCommandOutput>;
|
|
565
|
+
/**
|
|
566
|
+
* @see {@link ListComponentsCommand}
|
|
567
|
+
* @param args - command input.
|
|
568
|
+
* @param paginationConfig - optional pagination config.
|
|
569
|
+
* @returns AsyncIterable of {@link ListComponentsCommandOutput}.
|
|
570
|
+
*/
|
|
571
|
+
paginateListComponents(args?: ListComponentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListComponentsCommandOutput>;
|
|
572
|
+
/**
|
|
573
|
+
* @see {@link ListContainerRecipesCommand}
|
|
574
|
+
* @param args - command input.
|
|
575
|
+
* @param paginationConfig - optional pagination config.
|
|
576
|
+
* @returns AsyncIterable of {@link ListContainerRecipesCommandOutput}.
|
|
577
|
+
*/
|
|
578
|
+
paginateListContainerRecipes(args?: ListContainerRecipesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListContainerRecipesCommandOutput>;
|
|
579
|
+
/**
|
|
580
|
+
* @see {@link ListDistributionConfigurationsCommand}
|
|
581
|
+
* @param args - command input.
|
|
582
|
+
* @param paginationConfig - optional pagination config.
|
|
583
|
+
* @returns AsyncIterable of {@link ListDistributionConfigurationsCommandOutput}.
|
|
584
|
+
*/
|
|
585
|
+
paginateListDistributionConfigurations(args?: ListDistributionConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDistributionConfigurationsCommandOutput>;
|
|
586
|
+
/**
|
|
587
|
+
* @see {@link ListImageBuildVersionsCommand}
|
|
588
|
+
* @param args - command input.
|
|
589
|
+
* @param paginationConfig - optional pagination config.
|
|
590
|
+
* @returns AsyncIterable of {@link ListImageBuildVersionsCommandOutput}.
|
|
591
|
+
*/
|
|
592
|
+
paginateListImageBuildVersions(args?: ListImageBuildVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListImageBuildVersionsCommandOutput>;
|
|
593
|
+
/**
|
|
594
|
+
* @see {@link ListImagePackagesCommand}
|
|
595
|
+
* @param args - command input.
|
|
596
|
+
* @param paginationConfig - optional pagination config.
|
|
597
|
+
* @returns AsyncIterable of {@link ListImagePackagesCommandOutput}.
|
|
598
|
+
*/
|
|
599
|
+
paginateListImagePackages(args: ListImagePackagesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListImagePackagesCommandOutput>;
|
|
600
|
+
/**
|
|
601
|
+
* @see {@link ListImagePipelineImagesCommand}
|
|
602
|
+
* @param args - command input.
|
|
603
|
+
* @param paginationConfig - optional pagination config.
|
|
604
|
+
* @returns AsyncIterable of {@link ListImagePipelineImagesCommandOutput}.
|
|
605
|
+
*/
|
|
606
|
+
paginateListImagePipelineImages(args: ListImagePipelineImagesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListImagePipelineImagesCommandOutput>;
|
|
607
|
+
/**
|
|
608
|
+
* @see {@link ListImagePipelinesCommand}
|
|
609
|
+
* @param args - command input.
|
|
610
|
+
* @param paginationConfig - optional pagination config.
|
|
611
|
+
* @returns AsyncIterable of {@link ListImagePipelinesCommandOutput}.
|
|
612
|
+
*/
|
|
613
|
+
paginateListImagePipelines(args?: ListImagePipelinesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListImagePipelinesCommandOutput>;
|
|
614
|
+
/**
|
|
615
|
+
* @see {@link ListImageRecipesCommand}
|
|
616
|
+
* @param args - command input.
|
|
617
|
+
* @param paginationConfig - optional pagination config.
|
|
618
|
+
* @returns AsyncIterable of {@link ListImageRecipesCommandOutput}.
|
|
619
|
+
*/
|
|
620
|
+
paginateListImageRecipes(args?: ListImageRecipesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListImageRecipesCommandOutput>;
|
|
621
|
+
/**
|
|
622
|
+
* @see {@link ListImagesCommand}
|
|
623
|
+
* @param args - command input.
|
|
624
|
+
* @param paginationConfig - optional pagination config.
|
|
625
|
+
* @returns AsyncIterable of {@link ListImagesCommandOutput}.
|
|
626
|
+
*/
|
|
627
|
+
paginateListImages(args?: ListImagesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListImagesCommandOutput>;
|
|
628
|
+
/**
|
|
629
|
+
* @see {@link ListImageScanFindingAggregationsCommand}
|
|
630
|
+
* @param args - command input.
|
|
631
|
+
* @param paginationConfig - optional pagination config.
|
|
632
|
+
* @returns AsyncIterable of {@link ListImageScanFindingAggregationsCommandOutput}.
|
|
633
|
+
*/
|
|
634
|
+
paginateListImageScanFindingAggregations(args?: ListImageScanFindingAggregationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListImageScanFindingAggregationsCommandOutput>;
|
|
635
|
+
/**
|
|
636
|
+
* @see {@link ListImageScanFindingsCommand}
|
|
637
|
+
* @param args - command input.
|
|
638
|
+
* @param paginationConfig - optional pagination config.
|
|
639
|
+
* @returns AsyncIterable of {@link ListImageScanFindingsCommandOutput}.
|
|
640
|
+
*/
|
|
641
|
+
paginateListImageScanFindings(args?: ListImageScanFindingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListImageScanFindingsCommandOutput>;
|
|
642
|
+
/**
|
|
643
|
+
* @see {@link ListInfrastructureConfigurationsCommand}
|
|
644
|
+
* @param args - command input.
|
|
645
|
+
* @param paginationConfig - optional pagination config.
|
|
646
|
+
* @returns AsyncIterable of {@link ListInfrastructureConfigurationsCommandOutput}.
|
|
647
|
+
*/
|
|
648
|
+
paginateListInfrastructureConfigurations(args?: ListInfrastructureConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInfrastructureConfigurationsCommandOutput>;
|
|
649
|
+
/**
|
|
650
|
+
* @see {@link ListLifecycleExecutionResourcesCommand}
|
|
651
|
+
* @param args - command input.
|
|
652
|
+
* @param paginationConfig - optional pagination config.
|
|
653
|
+
* @returns AsyncIterable of {@link ListLifecycleExecutionResourcesCommandOutput}.
|
|
654
|
+
*/
|
|
655
|
+
paginateListLifecycleExecutionResources(args: ListLifecycleExecutionResourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLifecycleExecutionResourcesCommandOutput>;
|
|
656
|
+
/**
|
|
657
|
+
* @see {@link ListLifecycleExecutionsCommand}
|
|
658
|
+
* @param args - command input.
|
|
659
|
+
* @param paginationConfig - optional pagination config.
|
|
660
|
+
* @returns AsyncIterable of {@link ListLifecycleExecutionsCommandOutput}.
|
|
661
|
+
*/
|
|
662
|
+
paginateListLifecycleExecutions(args: ListLifecycleExecutionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLifecycleExecutionsCommandOutput>;
|
|
663
|
+
/**
|
|
664
|
+
* @see {@link ListLifecyclePoliciesCommand}
|
|
665
|
+
* @param args - command input.
|
|
666
|
+
* @param paginationConfig - optional pagination config.
|
|
667
|
+
* @returns AsyncIterable of {@link ListLifecyclePoliciesCommandOutput}.
|
|
668
|
+
*/
|
|
669
|
+
paginateListLifecyclePolicies(args?: ListLifecyclePoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLifecyclePoliciesCommandOutput>;
|
|
670
|
+
/**
|
|
671
|
+
* @see {@link ListWaitingWorkflowStepsCommand}
|
|
672
|
+
* @param args - command input.
|
|
673
|
+
* @param paginationConfig - optional pagination config.
|
|
674
|
+
* @returns AsyncIterable of {@link ListWaitingWorkflowStepsCommandOutput}.
|
|
675
|
+
*/
|
|
676
|
+
paginateListWaitingWorkflowSteps(args?: ListWaitingWorkflowStepsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWaitingWorkflowStepsCommandOutput>;
|
|
677
|
+
/**
|
|
678
|
+
* @see {@link ListWorkflowBuildVersionsCommand}
|
|
679
|
+
* @param args - command input.
|
|
680
|
+
* @param paginationConfig - optional pagination config.
|
|
681
|
+
* @returns AsyncIterable of {@link ListWorkflowBuildVersionsCommandOutput}.
|
|
682
|
+
*/
|
|
683
|
+
paginateListWorkflowBuildVersions(args?: ListWorkflowBuildVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWorkflowBuildVersionsCommandOutput>;
|
|
684
|
+
/**
|
|
685
|
+
* @see {@link ListWorkflowExecutionsCommand}
|
|
686
|
+
* @param args - command input.
|
|
687
|
+
* @param paginationConfig - optional pagination config.
|
|
688
|
+
* @returns AsyncIterable of {@link ListWorkflowExecutionsCommandOutput}.
|
|
689
|
+
*/
|
|
690
|
+
paginateListWorkflowExecutions(args: ListWorkflowExecutionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWorkflowExecutionsCommandOutput>;
|
|
691
|
+
/**
|
|
692
|
+
* @see {@link ListWorkflowsCommand}
|
|
693
|
+
* @param args - command input.
|
|
694
|
+
* @param paginationConfig - optional pagination config.
|
|
695
|
+
* @returns AsyncIterable of {@link ListWorkflowsCommandOutput}.
|
|
696
|
+
*/
|
|
697
|
+
paginateListWorkflows(args?: ListWorkflowsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWorkflowsCommandOutput>;
|
|
698
|
+
/**
|
|
699
|
+
* @see {@link ListWorkflowStepExecutionsCommand}
|
|
700
|
+
* @param args - command input.
|
|
701
|
+
* @param paginationConfig - optional pagination config.
|
|
702
|
+
* @returns AsyncIterable of {@link ListWorkflowStepExecutionsCommandOutput}.
|
|
703
|
+
*/
|
|
704
|
+
paginateListWorkflowStepExecutions(args: ListWorkflowStepExecutionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWorkflowStepExecutionsCommandOutput>;
|
|
558
705
|
}
|
|
559
706
|
/**
|
|
560
707
|
* <p>EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
CancelImageCreationCommandInput,
|
|
4
8
|
CancelImageCreationCommandOutput,
|
|
@@ -1343,6 +1347,153 @@ export interface Imagebuilder {
|
|
|
1343
1347
|
options: __HttpHandlerOptions,
|
|
1344
1348
|
cb: (err: any, data?: UpdateLifecyclePolicyCommandOutput) => void
|
|
1345
1349
|
): void;
|
|
1350
|
+
paginateListComponentBuildVersions(
|
|
1351
|
+
args?: ListComponentBuildVersionsCommandInput,
|
|
1352
|
+
paginationConfig?: Pick<
|
|
1353
|
+
PaginationConfiguration,
|
|
1354
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1355
|
+
>
|
|
1356
|
+
): Paginator<ListComponentBuildVersionsCommandOutput>;
|
|
1357
|
+
paginateListComponents(
|
|
1358
|
+
args?: ListComponentsCommandInput,
|
|
1359
|
+
paginationConfig?: Pick<
|
|
1360
|
+
PaginationConfiguration,
|
|
1361
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1362
|
+
>
|
|
1363
|
+
): Paginator<ListComponentsCommandOutput>;
|
|
1364
|
+
paginateListContainerRecipes(
|
|
1365
|
+
args?: ListContainerRecipesCommandInput,
|
|
1366
|
+
paginationConfig?: Pick<
|
|
1367
|
+
PaginationConfiguration,
|
|
1368
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1369
|
+
>
|
|
1370
|
+
): Paginator<ListContainerRecipesCommandOutput>;
|
|
1371
|
+
paginateListDistributionConfigurations(
|
|
1372
|
+
args?: ListDistributionConfigurationsCommandInput,
|
|
1373
|
+
paginationConfig?: Pick<
|
|
1374
|
+
PaginationConfiguration,
|
|
1375
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1376
|
+
>
|
|
1377
|
+
): Paginator<ListDistributionConfigurationsCommandOutput>;
|
|
1378
|
+
paginateListImageBuildVersions(
|
|
1379
|
+
args?: ListImageBuildVersionsCommandInput,
|
|
1380
|
+
paginationConfig?: Pick<
|
|
1381
|
+
PaginationConfiguration,
|
|
1382
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1383
|
+
>
|
|
1384
|
+
): Paginator<ListImageBuildVersionsCommandOutput>;
|
|
1385
|
+
paginateListImagePackages(
|
|
1386
|
+
args: ListImagePackagesCommandInput,
|
|
1387
|
+
paginationConfig?: Pick<
|
|
1388
|
+
PaginationConfiguration,
|
|
1389
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1390
|
+
>
|
|
1391
|
+
): Paginator<ListImagePackagesCommandOutput>;
|
|
1392
|
+
paginateListImagePipelineImages(
|
|
1393
|
+
args: ListImagePipelineImagesCommandInput,
|
|
1394
|
+
paginationConfig?: Pick<
|
|
1395
|
+
PaginationConfiguration,
|
|
1396
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1397
|
+
>
|
|
1398
|
+
): Paginator<ListImagePipelineImagesCommandOutput>;
|
|
1399
|
+
paginateListImagePipelines(
|
|
1400
|
+
args?: ListImagePipelinesCommandInput,
|
|
1401
|
+
paginationConfig?: Pick<
|
|
1402
|
+
PaginationConfiguration,
|
|
1403
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1404
|
+
>
|
|
1405
|
+
): Paginator<ListImagePipelinesCommandOutput>;
|
|
1406
|
+
paginateListImageRecipes(
|
|
1407
|
+
args?: ListImageRecipesCommandInput,
|
|
1408
|
+
paginationConfig?: Pick<
|
|
1409
|
+
PaginationConfiguration,
|
|
1410
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1411
|
+
>
|
|
1412
|
+
): Paginator<ListImageRecipesCommandOutput>;
|
|
1413
|
+
paginateListImages(
|
|
1414
|
+
args?: ListImagesCommandInput,
|
|
1415
|
+
paginationConfig?: Pick<
|
|
1416
|
+
PaginationConfiguration,
|
|
1417
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1418
|
+
>
|
|
1419
|
+
): Paginator<ListImagesCommandOutput>;
|
|
1420
|
+
paginateListImageScanFindingAggregations(
|
|
1421
|
+
args?: ListImageScanFindingAggregationsCommandInput,
|
|
1422
|
+
paginationConfig?: Pick<
|
|
1423
|
+
PaginationConfiguration,
|
|
1424
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1425
|
+
>
|
|
1426
|
+
): Paginator<ListImageScanFindingAggregationsCommandOutput>;
|
|
1427
|
+
paginateListImageScanFindings(
|
|
1428
|
+
args?: ListImageScanFindingsCommandInput,
|
|
1429
|
+
paginationConfig?: Pick<
|
|
1430
|
+
PaginationConfiguration,
|
|
1431
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1432
|
+
>
|
|
1433
|
+
): Paginator<ListImageScanFindingsCommandOutput>;
|
|
1434
|
+
paginateListInfrastructureConfigurations(
|
|
1435
|
+
args?: ListInfrastructureConfigurationsCommandInput,
|
|
1436
|
+
paginationConfig?: Pick<
|
|
1437
|
+
PaginationConfiguration,
|
|
1438
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1439
|
+
>
|
|
1440
|
+
): Paginator<ListInfrastructureConfigurationsCommandOutput>;
|
|
1441
|
+
paginateListLifecycleExecutionResources(
|
|
1442
|
+
args: ListLifecycleExecutionResourcesCommandInput,
|
|
1443
|
+
paginationConfig?: Pick<
|
|
1444
|
+
PaginationConfiguration,
|
|
1445
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1446
|
+
>
|
|
1447
|
+
): Paginator<ListLifecycleExecutionResourcesCommandOutput>;
|
|
1448
|
+
paginateListLifecycleExecutions(
|
|
1449
|
+
args: ListLifecycleExecutionsCommandInput,
|
|
1450
|
+
paginationConfig?: Pick<
|
|
1451
|
+
PaginationConfiguration,
|
|
1452
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1453
|
+
>
|
|
1454
|
+
): Paginator<ListLifecycleExecutionsCommandOutput>;
|
|
1455
|
+
paginateListLifecyclePolicies(
|
|
1456
|
+
args?: ListLifecyclePoliciesCommandInput,
|
|
1457
|
+
paginationConfig?: Pick<
|
|
1458
|
+
PaginationConfiguration,
|
|
1459
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1460
|
+
>
|
|
1461
|
+
): Paginator<ListLifecyclePoliciesCommandOutput>;
|
|
1462
|
+
paginateListWaitingWorkflowSteps(
|
|
1463
|
+
args?: ListWaitingWorkflowStepsCommandInput,
|
|
1464
|
+
paginationConfig?: Pick<
|
|
1465
|
+
PaginationConfiguration,
|
|
1466
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1467
|
+
>
|
|
1468
|
+
): Paginator<ListWaitingWorkflowStepsCommandOutput>;
|
|
1469
|
+
paginateListWorkflowBuildVersions(
|
|
1470
|
+
args?: ListWorkflowBuildVersionsCommandInput,
|
|
1471
|
+
paginationConfig?: Pick<
|
|
1472
|
+
PaginationConfiguration,
|
|
1473
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1474
|
+
>
|
|
1475
|
+
): Paginator<ListWorkflowBuildVersionsCommandOutput>;
|
|
1476
|
+
paginateListWorkflowExecutions(
|
|
1477
|
+
args: ListWorkflowExecutionsCommandInput,
|
|
1478
|
+
paginationConfig?: Pick<
|
|
1479
|
+
PaginationConfiguration,
|
|
1480
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1481
|
+
>
|
|
1482
|
+
): Paginator<ListWorkflowExecutionsCommandOutput>;
|
|
1483
|
+
paginateListWorkflows(
|
|
1484
|
+
args?: ListWorkflowsCommandInput,
|
|
1485
|
+
paginationConfig?: Pick<
|
|
1486
|
+
PaginationConfiguration,
|
|
1487
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1488
|
+
>
|
|
1489
|
+
): Paginator<ListWorkflowsCommandOutput>;
|
|
1490
|
+
paginateListWorkflowStepExecutions(
|
|
1491
|
+
args: ListWorkflowStepExecutionsCommandInput,
|
|
1492
|
+
paginationConfig?: Pick<
|
|
1493
|
+
PaginationConfiguration,
|
|
1494
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1495
|
+
>
|
|
1496
|
+
): Paginator<ListWorkflowStepExecutionsCommandOutput>;
|
|
1346
1497
|
}
|
|
1347
1498
|
export declare class Imagebuilder
|
|
1348
1499
|
extends ImagebuilderClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-imagebuilder",
|
|
3
3
|
"description": "AWS SDK for JavaScript Imagebuilder 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-imagebuilder",
|
|
@@ -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",
|