@aws-sdk/client-imagebuilder 3.306.0 → 3.310.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/commands/CancelImageCreationCommand.js +2 -2
- package/dist-cjs/commands/CreateComponentCommand.js +2 -2
- package/dist-cjs/commands/CreateContainerRecipeCommand.js +2 -2
- package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateImageCommand.js +2 -2
- package/dist-cjs/commands/CreateImagePipelineCommand.js +2 -2
- package/dist-cjs/commands/CreateImageRecipeCommand.js +2 -2
- package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
- package/dist-cjs/commands/DeleteContainerRecipeCommand.js +2 -2
- package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageCommand.js +2 -2
- package/dist-cjs/commands/DeleteImagePipelineCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageRecipeCommand.js +2 -2
- package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetComponentCommand.js +2 -2
- package/dist-cjs/commands/GetComponentPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetContainerRecipeCommand.js +2 -2
- package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetDistributionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetImageCommand.js +2 -2
- package/dist-cjs/commands/GetImagePipelineCommand.js +2 -2
- package/dist-cjs/commands/GetImagePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetImageRecipeCommand.js +2 -2
- package/dist-cjs/commands/GetImageRecipePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetWorkflowExecutionCommand.js +2 -2
- package/dist-cjs/commands/GetWorkflowStepExecutionCommand.js +2 -2
- package/dist-cjs/commands/ImportComponentCommand.js +2 -2
- package/dist-cjs/commands/ImportVmImageCommand.js +2 -2
- package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListComponentsCommand.js +2 -2
- package/dist-cjs/commands/ListContainerRecipesCommand.js +2 -2
- package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListImageBuildVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListImagePackagesCommand.js +2 -2
- package/dist-cjs/commands/ListImagePipelineImagesCommand.js +2 -2
- package/dist-cjs/commands/ListImagePipelinesCommand.js +2 -2
- package/dist-cjs/commands/ListImageRecipesCommand.js +2 -2
- package/dist-cjs/commands/ListImageScanFindingAggregationsCommand.js +2 -2
- package/dist-cjs/commands/ListImageScanFindingsCommand.js +2 -2
- package/dist-cjs/commands/ListImagesCommand.js +2 -2
- package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWorkflowExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListWorkflowStepExecutionsCommand.js +2 -2
- package/dist-cjs/commands/PutComponentPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +2 -2
- package/dist-cjs/commands/PutImagePolicyCommand.js +2 -2
- package/dist-cjs/commands/PutImageRecipePolicyCommand.js +2 -2
- package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateImagePipelineCommand.js +2 -2
- package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +1138 -1234
- package/dist-es/commands/CancelImageCreationCommand.js +3 -3
- package/dist-es/commands/CreateComponentCommand.js +3 -3
- package/dist-es/commands/CreateContainerRecipeCommand.js +3 -3
- package/dist-es/commands/CreateDistributionConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateImageCommand.js +3 -3
- package/dist-es/commands/CreateImagePipelineCommand.js +3 -3
- package/dist-es/commands/CreateImageRecipeCommand.js +3 -3
- package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteComponentCommand.js +3 -3
- package/dist-es/commands/DeleteContainerRecipeCommand.js +3 -3
- package/dist-es/commands/DeleteDistributionConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteImageCommand.js +3 -3
- package/dist-es/commands/DeleteImagePipelineCommand.js +3 -3
- package/dist-es/commands/DeleteImageRecipeCommand.js +3 -3
- package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +3 -3
- package/dist-es/commands/GetComponentCommand.js +3 -3
- package/dist-es/commands/GetComponentPolicyCommand.js +3 -3
- package/dist-es/commands/GetContainerRecipeCommand.js +3 -3
- package/dist-es/commands/GetContainerRecipePolicyCommand.js +3 -3
- package/dist-es/commands/GetDistributionConfigurationCommand.js +3 -3
- package/dist-es/commands/GetImageCommand.js +3 -3
- package/dist-es/commands/GetImagePipelineCommand.js +3 -3
- package/dist-es/commands/GetImagePolicyCommand.js +3 -3
- package/dist-es/commands/GetImageRecipeCommand.js +3 -3
- package/dist-es/commands/GetImageRecipePolicyCommand.js +3 -3
- package/dist-es/commands/GetInfrastructureConfigurationCommand.js +3 -3
- package/dist-es/commands/GetWorkflowExecutionCommand.js +3 -3
- package/dist-es/commands/GetWorkflowStepExecutionCommand.js +3 -3
- package/dist-es/commands/ImportComponentCommand.js +3 -3
- package/dist-es/commands/ImportVmImageCommand.js +3 -3
- package/dist-es/commands/ListComponentBuildVersionsCommand.js +3 -3
- package/dist-es/commands/ListComponentsCommand.js +3 -3
- package/dist-es/commands/ListContainerRecipesCommand.js +3 -3
- package/dist-es/commands/ListDistributionConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListImageBuildVersionsCommand.js +3 -3
- package/dist-es/commands/ListImagePackagesCommand.js +3 -3
- package/dist-es/commands/ListImagePipelineImagesCommand.js +3 -3
- package/dist-es/commands/ListImagePipelinesCommand.js +3 -3
- package/dist-es/commands/ListImageRecipesCommand.js +3 -3
- package/dist-es/commands/ListImageScanFindingAggregationsCommand.js +3 -3
- package/dist-es/commands/ListImageScanFindingsCommand.js +3 -3
- package/dist-es/commands/ListImagesCommand.js +3 -3
- package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWorkflowExecutionsCommand.js +3 -3
- package/dist-es/commands/ListWorkflowStepExecutionsCommand.js +3 -3
- package/dist-es/commands/PutComponentPolicyCommand.js +3 -3
- package/dist-es/commands/PutContainerRecipePolicyCommand.js +3 -3
- package/dist-es/commands/PutImagePolicyCommand.js +3 -3
- package/dist-es/commands/PutImageRecipePolicyCommand.js +3 -3
- package/dist-es/commands/StartImagePipelineExecutionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDistributionConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateImagePipelineCommand.js +3 -3
- package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +1023 -1119
- package/dist-types/protocols/Aws_restJson1.d.ts +448 -112
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +112 -112
- package/package.json +35 -35
|
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -36,10 +36,10 @@ class ListWorkflowExecutionsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListWorkflowExecutionsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_ListWorkflowExecutionsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListWorkflowExecutionsCommand = ListWorkflowExecutionsCommand;
|
|
@@ -36,10 +36,10 @@ class ListWorkflowStepExecutionsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListWorkflowStepExecutionsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_ListWorkflowStepExecutionsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListWorkflowStepExecutionsCommand = ListWorkflowStepExecutionsCommand;
|
|
@@ -36,10 +36,10 @@ class PutComponentPolicyCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_PutComponentPolicyCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_PutComponentPolicyCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutComponentPolicyCommand = PutComponentPolicyCommand;
|
|
@@ -36,10 +36,10 @@ class PutContainerRecipePolicyCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_PutContainerRecipePolicyCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_PutContainerRecipePolicyCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutContainerRecipePolicyCommand = PutContainerRecipePolicyCommand;
|
|
@@ -36,10 +36,10 @@ class PutImagePolicyCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_PutImagePolicyCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_PutImagePolicyCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutImagePolicyCommand = PutImagePolicyCommand;
|
|
@@ -36,10 +36,10 @@ class PutImageRecipePolicyCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_PutImageRecipePolicyCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_PutImageRecipePolicyCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutImageRecipePolicyCommand = PutImageRecipePolicyCommand;
|
|
@@ -36,10 +36,10 @@ class StartImagePipelineExecutionCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_StartImagePipelineExecutionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_StartImagePipelineExecutionCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.StartImagePipelineExecutionCommand = StartImagePipelineExecutionCommand;
|
|
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateDistributionConfigurationCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpdateDistributionConfigurationCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_UpdateDistributionConfigurationCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateDistributionConfigurationCommand = UpdateDistributionConfigurationCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateImagePipelineCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpdateImagePipelineCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_UpdateImagePipelineCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateImagePipelineCommand = UpdateImagePipelineCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateInfrastructureConfigurationCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpdateInfrastructureConfigurationCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_UpdateInfrastructureConfigurationCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateInfrastructureConfigurationCommand = UpdateInfrastructureConfigurationCommand;
|