@aws-sdk/client-imagebuilder 3.39.0 → 3.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/dist-cjs/endpoints.js +74 -5
- package/dist-cjs/protocols/Aws_restJson1.js +54 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +74 -5
- package/dist-es/protocols/Aws_restJson1.js +53 -1
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Imagebuilder.d.ts +2 -2
- package/dist-types/ImagebuilderClient.d.ts +8 -0
- package/dist-types/commands/CancelImageCreationCommand.d.ts +1 -1
- package/dist-types/commands/CreateComponentCommand.d.ts +1 -1
- package/dist-types/commands/CreateContainerRecipeCommand.d.ts +1 -1
- package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImagePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageRecipeCommand.d.ts +1 -1
- package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteComponentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +2 -2
- package/dist-types/commands/DeleteImagePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageRecipeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetComponentCommand.d.ts +1 -1
- package/dist-types/commands/GetComponentPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetContainerRecipeCommand.d.ts +1 -1
- package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetImageCommand.d.ts +1 -1
- package/dist-types/commands/GetImagePipelineCommand.d.ts +1 -1
- package/dist-types/commands/GetImagePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetImageRecipeCommand.d.ts +1 -1
- package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ImportComponentCommand.d.ts +1 -1
- package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListContainerRecipesCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListImagePackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +1 -1
- package/dist-types/commands/ListImagePipelinesCommand.d.ts +1 -1
- package/dist-types/commands/ListImageRecipesCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutComponentPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +2 -2
- package/dist-types/commands/PutImagePolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +1 -1
- package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImagePipelineCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +15 -5
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -20,7 +20,7 @@ export interface DeleteComponentCommandOutput extends DeleteComponentResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteComponentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteComponentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteContainerRecipeCommandOutput extends DeleteContainerRecip
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteContainerRecipeCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteContainerRecipeCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteContainerRecipeCommand extends $Command<DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDistributionConfigurationCommandOutput extends DeleteDist
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDistributionConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDistributionConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDistributionConfigurationCommand extends $Command<DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DeleteImageCommandOutput extends DeleteImageResponse, __Metadat
|
|
|
24
24
|
* </i>.</p>
|
|
25
25
|
* </li>
|
|
26
26
|
* <li>
|
|
27
|
-
* <p>To delete a container image from Amazon ECR, see <a href="https://docs.aws.amazon.com/
|
|
27
|
+
* <p>To delete a container image from Amazon ECR, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/delete_image.html">Deleting
|
|
28
28
|
* an image</a> in the <i>Amazon ECR User Guide</i>.</p>
|
|
29
29
|
* </li>
|
|
30
30
|
* </ul>
|
|
@@ -40,7 +40,7 @@ export interface DeleteImageCommandOutput extends DeleteImageResponse, __Metadat
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link DeleteImageCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link DeleteImageCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class DeleteImageCommand extends $Command<DeleteImageCommandInput, DeleteImageCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteImagePipelineCommandOutput extends DeleteImagePipelineRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteImagePipelineCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteImagePipelineCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteImagePipelineCommand extends $Command<DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteImageRecipeCommandOutput extends DeleteImageRecipeRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteImageRecipeCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteImageRecipeCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteImageRecipeCommand extends $Command<DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteInfrastructureConfigurationCommandOutput extends DeleteIn
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteInfrastructureConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteInfrastructureConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteInfrastructureConfigurationCommand extends $Command<DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetComponentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetComponentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetComponentCommand extends $Command<GetComponentCommandInput, GetComponentCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetComponentPolicyCommandOutput extends GetComponentPolicyRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetComponentPolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetComponentPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetComponentPolicyCommand extends $Command<GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetContainerRecipeCommandOutput extends GetContainerRecipeRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetContainerRecipeCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetContainerRecipeCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetContainerRecipeCommand extends $Command<GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetContainerRecipePolicyCommandOutput extends GetContainerRecip
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetContainerRecipePolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetContainerRecipePolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetContainerRecipePolicyCommand extends $Command<GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDistributionConfigurationCommandOutput extends GetDistributi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDistributionConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDistributionConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDistributionConfigurationCommand extends $Command<GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetImageCommandOutput extends GetImageResponse, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetImageCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetImageCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetImageCommand extends $Command<GetImageCommandInput, GetImageCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetImagePipelineCommandOutput extends GetImagePipelineResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetImagePipelineCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetImagePipelineCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetImagePipelineCommand extends $Command<GetImagePipelineCommandInput, GetImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetImagePolicyCommandOutput extends GetImagePolicyResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetImagePolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetImagePolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetImagePolicyCommand extends $Command<GetImagePolicyCommandInput, GetImagePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetImageRecipeCommandOutput extends GetImageRecipeResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetImageRecipeCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetImageRecipeCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetImageRecipeCommand extends $Command<GetImageRecipeCommandInput, GetImageRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetImageRecipePolicyCommandOutput extends GetImageRecipePolicyR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetImageRecipePolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetImageRecipePolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetImageRecipePolicyCommand extends $Command<GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetInfrastructureConfigurationCommandOutput extends GetInfrastr
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetInfrastructureConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetInfrastructureConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetInfrastructureConfigurationCommand extends $Command<GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ImportComponentCommandOutput extends ImportComponentResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ImportComponentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ImportComponentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ImportComponentCommand extends $Command<ImportComponentCommandInput, ImportComponentCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface ListComponentBuildVersionsCommandOutput extends ListComponentBu
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link ListComponentBuildVersionsCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link ListComponentBuildVersionsCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class ListComponentBuildVersionsCommand extends $Command<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link ListComponentsCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link ListComponentsCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class ListComponentsCommand extends $Command<ListComponentsCommandInput, ListComponentsCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListContainerRecipesCommandOutput extends ListContainerRecipesR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListContainerRecipesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListContainerRecipesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListContainerRecipesCommand extends $Command<ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDistributionConfigurationsCommandOutput extends ListDistrib
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDistributionConfigurationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDistributionConfigurationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDistributionConfigurationsCommand extends $Command<ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListImageBuildVersionsCommandOutput extends ListImageBuildVersi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListImageBuildVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListImageBuildVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListImageBuildVersionsCommand extends $Command<ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListImagePackagesCommandOutput extends ListImagePackagesRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListImagePackagesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListImagePackagesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListImagePackagesCommand extends $Command<ListImagePackagesCommandInput, ListImagePackagesCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListImagePipelineImagesCommandOutput extends ListImagePipelineI
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListImagePipelineImagesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListImagePipelineImagesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListImagePipelineImagesCommand extends $Command<ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListImagePipelinesCommandOutput extends ListImagePipelinesRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListImagePipelinesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListImagePipelinesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListImagePipelinesCommand extends $Command<ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListImageRecipesCommandOutput extends ListImageRecipesResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListImageRecipesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListImageRecipesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListImageRecipesCommand extends $Command<ListImageRecipesCommandInput, ListImageRecipesCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListImagesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListImagesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListImagesCommand extends $Command<ListImagesCommandInput, ListImagesCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListInfrastructureConfigurationsCommandOutput extends ListInfra
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListInfrastructureConfigurationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListInfrastructureConfigurationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListInfrastructureConfigurationsCommand extends $Command<ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface PutComponentPolicyCommandOutput extends PutComponentPolicyRespo
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link PutComponentPolicyCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link PutComponentPolicyCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class PutComponentPolicyCommand extends $Command<PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface PutContainerRecipePolicyCommandInput extends PutContainerRecipe
|
|
|
7
7
|
export interface PutContainerRecipePolicyCommandOutput extends PutContainerRecipePolicyResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Applies a policy to a container image. We recommend that you call the RAM API CreateResourceShare (https://docs.aws.amazon.com
|
|
10
|
+
* <p>Applies a policy to a container image. We recommend that you call the RAM API CreateResourceShare (https://docs.aws.amazon.com//ram/latest/APIReference/API_CreateResourceShare.html) to share resources. If you call the Image Builder API <code>PutContainerImagePolicy</code>, you must also call the RAM API PromoteResourceShareCreatedFromPolicy (https://docs.aws.amazon.com//ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html) in order for the resource to be visible to all principals with whom the resource is shared.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface PutContainerRecipePolicyCommandOutput extends PutContainerRecip
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutContainerRecipePolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutContainerRecipePolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutContainerRecipePolicyCommand extends $Command<PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface PutImagePolicyCommandOutput extends PutImagePolicyResponse, __M
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link PutImagePolicyCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link PutImagePolicyCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class PutImagePolicyCommand extends $Command<PutImagePolicyCommandInput, PutImagePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface PutImageRecipePolicyCommandOutput extends PutImageRecipePolicyR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link PutImageRecipePolicyCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link PutImageRecipePolicyCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class PutImageRecipePolicyCommand extends $Command<PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartImagePipelineExecutionCommandOutput extends StartImagePipe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartImagePipelineExecutionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartImagePipelineExecutionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartImagePipelineExecutionCommand extends $Command<StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateDistributionConfigurationCommandOutput extends UpdateDist
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateDistributionConfigurationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateDistributionConfigurationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateDistributionConfigurationCommand extends $Command<UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface UpdateImagePipelineCommandOutput extends UpdateImagePipelineRes
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link UpdateImagePipelineCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link UpdateImagePipelineCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class UpdateImagePipelineCommand extends $Command<UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateInfrastructureConfigurationCommandOutput extends UpdateIn
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateInfrastructureConfigurationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateInfrastructureConfigurationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateInfrastructureConfigurationCommand extends $Command<UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -114,11 +114,11 @@ export declare namespace Ami {
|
|
|
114
114
|
const filterSensitiveLog: (obj: Ami) => any;
|
|
115
115
|
}
|
|
116
116
|
/**
|
|
117
|
-
* <p>Describes the configuration for a launch permission. The launch permission modification
|
|
118
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyImageAttribute.html">Amazon EC2 ModifyImageAttribute</a>
|
|
117
|
+
* <p>Describes the configuration for a launch permission. The launch permission modification
|
|
118
|
+
* request is sent to the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyImageAttribute.html">Amazon EC2 ModifyImageAttribute</a>
|
|
119
119
|
* API on behalf of the user for each Region they have selected to distribute the AMI. To make an AMI public,
|
|
120
|
-
* set the launch permission authorized accounts to <code>all</code>. See the examples for making an AMI
|
|
121
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyImageAttribute.html">Amazon EC2 ModifyImageAttribute</a>.</p>
|
|
120
|
+
* set the launch permission authorized accounts to <code>all</code>. See the examples for making an AMI
|
|
121
|
+
* public at <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyImageAttribute.html">Amazon EC2 ModifyImageAttribute</a>.</p>
|
|
122
122
|
*/
|
|
123
123
|
export interface LaunchPermissionConfiguration {
|
|
124
124
|
/**
|
|
@@ -129,6 +129,16 @@ export interface LaunchPermissionConfiguration {
|
|
|
129
129
|
* <p>The name of the group.</p>
|
|
130
130
|
*/
|
|
131
131
|
userGroups?: string[];
|
|
132
|
+
/**
|
|
133
|
+
* <p>The ARN for an Amazon Web Services Organization that you want to share your AMI with. For more information, see
|
|
134
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html">What is Organizations?</a>.</p>
|
|
135
|
+
*/
|
|
136
|
+
organizationArns?: string[];
|
|
137
|
+
/**
|
|
138
|
+
* <p>The ARN for an Organizations organizational unit (OU) that you want to share your AMI with. For more
|
|
139
|
+
* information about key concepts for Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html">Organizations terminology and concepts</a>.</p>
|
|
140
|
+
*/
|
|
141
|
+
organizationalUnitArns?: string[];
|
|
132
142
|
}
|
|
133
143
|
export declare namespace LaunchPermissionConfiguration {
|
|
134
144
|
/**
|
|
@@ -145,7 +155,7 @@ export interface AmiDistributionConfiguration {
|
|
|
145
155
|
*/
|
|
146
156
|
name?: string;
|
|
147
157
|
/**
|
|
148
|
-
* <p>The description of the distribution configuration. Minimum and maximum length are in characters.</p>
|
|
158
|
+
* <p>The description of the AMI distribution configuration. Minimum and maximum length are in characters.</p>
|
|
149
159
|
*/
|
|
150
160
|
description?: string;
|
|
151
161
|
/**
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ImagebuilderClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ImagebuilderClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: ImagebuilderClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -87,6 +87,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
87
87
|
|
|
88
88
|
logger?: __Logger;
|
|
89
89
|
|
|
90
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
91
|
+
|
|
92
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
93
|
+
|
|
90
94
|
serviceId?: string;
|
|
91
95
|
|
|
92
96
|
region?: string | __Provider<string>;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: ImagebuilderClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: ImagebuilderClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ImagebuilderClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|