@aws-sdk/client-imagebuilder 3.279.0 → 3.282.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/README.md +403 -0
- package/dist-types/commands/CancelImageCreationCommand.d.ts +6 -0
- package/dist-types/commands/CreateComponentCommand.d.ts +6 -0
- package/dist-types/commands/CreateContainerRecipeCommand.d.ts +6 -0
- package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/CreateImageCommand.d.ts +6 -0
- package/dist-types/commands/CreateImagePipelineCommand.d.ts +6 -0
- package/dist-types/commands/CreateImageRecipeCommand.d.ts +6 -0
- package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteComponentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +6 -0
- package/dist-types/commands/DeleteImagePipelineCommand.d.ts +6 -0
- package/dist-types/commands/DeleteImageRecipeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/GetComponentCommand.d.ts +6 -0
- package/dist-types/commands/GetComponentPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerRecipeCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/GetImageCommand.d.ts +6 -0
- package/dist-types/commands/GetImagePipelineCommand.d.ts +6 -0
- package/dist-types/commands/GetImagePolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetImageRecipeCommand.d.ts +6 -0
- package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/ImportComponentCommand.d.ts +6 -0
- package/dist-types/commands/ImportVmImageCommand.d.ts +6 -0
- package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +6 -0
- package/dist-types/commands/ListContainerRecipesCommand.d.ts +6 -0
- package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +6 -0
- package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListImagePackagesCommand.d.ts +6 -0
- package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +6 -0
- package/dist-types/commands/ListImagePipelinesCommand.d.ts +6 -0
- package/dist-types/commands/ListImageRecipesCommand.d.ts +6 -0
- package/dist-types/commands/ListImagesCommand.d.ts +6 -0
- package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/PutComponentPolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutImagePolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +6 -0
- package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateImagePipelineCommand.d.ts +6 -0
- package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +6 -0
- package/package.json +17 -17
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.282.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,25 +20,25 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.282.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.282.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.282.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.282.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.272.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.272.0",
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.282.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.282.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.282.0",
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.272.0",
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.282.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.282.0",
|
|
35
35
|
"@aws-sdk/middleware-serde": "3.272.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.282.0",
|
|
37
37
|
"@aws-sdk/middleware-stack": "3.272.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.282.0",
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.272.0",
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.282.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.282.0",
|
|
42
42
|
"@aws-sdk/smithy-client": "3.279.0",
|
|
43
43
|
"@aws-sdk/types": "3.272.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.272.0",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
48
|
"@aws-sdk/util-defaults-mode-browser": "3.279.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.282.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.272.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.272.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.282.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.282.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|