@aws-sdk/client-imagebuilder 3.37.0 → 3.38.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 +12 -0
- package/dist-cjs/commands/index.js +52 -0
- package/dist-cjs/index.js +4 -63
- package/dist-cjs/pagination/index.js +15 -0
- package/dist-es/commands/index.js +49 -0
- package/dist-es/index.js +4 -63
- package/dist-es/pagination/index.js +12 -0
- package/dist-types/commands/index.d.ts +49 -0
- package/dist-types/index.d.ts +4 -63
- package/dist-types/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/commands/index.d.ts +49 -0
- package/dist-types/ts3.4/index.d.ts +4 -63
- package/dist-types/ts3.4/pagination/index.d.ts +12 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./CancelImageCreationCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CreateComponentCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreateContainerRecipeCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CreateDistributionConfigurationCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateImageCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateImagePipelineCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CreateImageRecipeCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateInfrastructureConfigurationCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./DeleteComponentCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./DeleteContainerRecipeCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./DeleteDistributionConfigurationCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DeleteImageCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DeleteImagePipelineCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteImageRecipeCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteInfrastructureConfigurationCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./GetComponentCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./GetComponentPolicyCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./GetContainerRecipeCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./GetContainerRecipePolicyCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./GetDistributionConfigurationCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./GetImageCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./GetImagePipelineCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./GetImagePolicyCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./GetImageRecipeCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./GetImageRecipePolicyCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./GetInfrastructureConfigurationCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./ImportComponentCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./ListComponentBuildVersionsCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./ListComponentsCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./ListContainerRecipesCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./ListDistributionConfigurationsCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./ListImageBuildVersionsCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./ListImagePackagesCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./ListImagePipelineImagesCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./ListImagePipelinesCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./ListImageRecipesCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./ListImagesCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./ListInfrastructureConfigurationsCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./PutComponentPolicyCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./PutContainerRecipePolicyCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./PutImagePolicyCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./PutImageRecipePolicyCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./StartImagePipelineExecutionCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./UpdateDistributionConfigurationCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./UpdateImagePipelineCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./UpdateInfrastructureConfigurationCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,67 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./ImagebuilderClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./Imagebuilder"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/CreateImageCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CreateImagePipelineCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/CreateImageRecipeCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CreateInfrastructureConfigurationCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/DeleteComponentCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/DeleteContainerRecipeCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/DeleteDistributionConfigurationCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/DeleteImageCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/DeleteImagePipelineCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeleteImageRecipeCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeleteInfrastructureConfigurationCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/GetComponentCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/GetComponentPolicyCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/GetContainerRecipeCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/GetContainerRecipePolicyCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/GetDistributionConfigurationCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/GetImageCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/GetImagePipelineCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/GetImagePolicyCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/GetImageRecipeCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/GetImageRecipePolicyCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/GetInfrastructureConfigurationCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/ImportComponentCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/ListComponentBuildVersionsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./pagination/ListComponentBuildVersionsPaginator"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/ListComponentsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./pagination/ListComponentsPaginator"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/ListContainerRecipesCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./pagination/ListContainerRecipesPaginator"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/ListDistributionConfigurationsCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./pagination/ListDistributionConfigurationsPaginator"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/ListImageBuildVersionsCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./pagination/ListImageBuildVersionsPaginator"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/ListImagePackagesCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./pagination/ListImagePackagesPaginator"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/ListImagePipelineImagesCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./pagination/ListImagePipelineImagesPaginator"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/ListImagePipelinesCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./pagination/ListImagePipelinesPaginator"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/ListImageRecipesCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./pagination/ListImageRecipesPaginator"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/ListImagesCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./pagination/ListImagesPaginator"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/ListInfrastructureConfigurationsCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./pagination/ListInfrastructureConfigurationsPaginator"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/PutComponentPolicyCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./commands/PutContainerRecipePolicyCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/PutImagePolicyCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./commands/PutImageRecipePolicyCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/StartImagePipelineExecutionCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./commands/UpdateDistributionConfigurationCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/UpdateImagePipelineCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./commands/UpdateInfrastructureConfigurationCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ImagebuilderClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListComponentBuildVersionsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListComponentsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListContainerRecipesPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListDistributionConfigurationsPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListImageBuildVersionsPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListImagePackagesPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListImagePipelineImagesPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListImagePipelinesPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListImageRecipesPaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListImagesPaginator"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./ListInfrastructureConfigurationsPaginator"), exports);
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export * from "./CancelImageCreationCommand";
|
|
2
|
+
export * from "./CreateComponentCommand";
|
|
3
|
+
export * from "./CreateContainerRecipeCommand";
|
|
4
|
+
export * from "./CreateDistributionConfigurationCommand";
|
|
5
|
+
export * from "./CreateImageCommand";
|
|
6
|
+
export * from "./CreateImagePipelineCommand";
|
|
7
|
+
export * from "./CreateImageRecipeCommand";
|
|
8
|
+
export * from "./CreateInfrastructureConfigurationCommand";
|
|
9
|
+
export * from "./DeleteComponentCommand";
|
|
10
|
+
export * from "./DeleteContainerRecipeCommand";
|
|
11
|
+
export * from "./DeleteDistributionConfigurationCommand";
|
|
12
|
+
export * from "./DeleteImageCommand";
|
|
13
|
+
export * from "./DeleteImagePipelineCommand";
|
|
14
|
+
export * from "./DeleteImageRecipeCommand";
|
|
15
|
+
export * from "./DeleteInfrastructureConfigurationCommand";
|
|
16
|
+
export * from "./GetComponentCommand";
|
|
17
|
+
export * from "./GetComponentPolicyCommand";
|
|
18
|
+
export * from "./GetContainerRecipeCommand";
|
|
19
|
+
export * from "./GetContainerRecipePolicyCommand";
|
|
20
|
+
export * from "./GetDistributionConfigurationCommand";
|
|
21
|
+
export * from "./GetImageCommand";
|
|
22
|
+
export * from "./GetImagePipelineCommand";
|
|
23
|
+
export * from "./GetImagePolicyCommand";
|
|
24
|
+
export * from "./GetImageRecipeCommand";
|
|
25
|
+
export * from "./GetImageRecipePolicyCommand";
|
|
26
|
+
export * from "./GetInfrastructureConfigurationCommand";
|
|
27
|
+
export * from "./ImportComponentCommand";
|
|
28
|
+
export * from "./ListComponentBuildVersionsCommand";
|
|
29
|
+
export * from "./ListComponentsCommand";
|
|
30
|
+
export * from "./ListContainerRecipesCommand";
|
|
31
|
+
export * from "./ListDistributionConfigurationsCommand";
|
|
32
|
+
export * from "./ListImageBuildVersionsCommand";
|
|
33
|
+
export * from "./ListImagePackagesCommand";
|
|
34
|
+
export * from "./ListImagePipelineImagesCommand";
|
|
35
|
+
export * from "./ListImagePipelinesCommand";
|
|
36
|
+
export * from "./ListImageRecipesCommand";
|
|
37
|
+
export * from "./ListImagesCommand";
|
|
38
|
+
export * from "./ListInfrastructureConfigurationsCommand";
|
|
39
|
+
export * from "./ListTagsForResourceCommand";
|
|
40
|
+
export * from "./PutComponentPolicyCommand";
|
|
41
|
+
export * from "./PutContainerRecipePolicyCommand";
|
|
42
|
+
export * from "./PutImagePolicyCommand";
|
|
43
|
+
export * from "./PutImageRecipePolicyCommand";
|
|
44
|
+
export * from "./StartImagePipelineExecutionCommand";
|
|
45
|
+
export * from "./TagResourceCommand";
|
|
46
|
+
export * from "./UntagResourceCommand";
|
|
47
|
+
export * from "./UpdateDistributionConfigurationCommand";
|
|
48
|
+
export * from "./UpdateImagePipelineCommand";
|
|
49
|
+
export * from "./UpdateInfrastructureConfigurationCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,64 +1,5 @@
|
|
|
1
|
-
export * from "./ImagebuilderClient";
|
|
2
1
|
export * from "./Imagebuilder";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateImageCommand";
|
|
8
|
-
export * from "./commands/CreateImagePipelineCommand";
|
|
9
|
-
export * from "./commands/CreateImageRecipeCommand";
|
|
10
|
-
export * from "./commands/CreateInfrastructureConfigurationCommand";
|
|
11
|
-
export * from "./commands/DeleteComponentCommand";
|
|
12
|
-
export * from "./commands/DeleteContainerRecipeCommand";
|
|
13
|
-
export * from "./commands/DeleteDistributionConfigurationCommand";
|
|
14
|
-
export * from "./commands/DeleteImageCommand";
|
|
15
|
-
export * from "./commands/DeleteImagePipelineCommand";
|
|
16
|
-
export * from "./commands/DeleteImageRecipeCommand";
|
|
17
|
-
export * from "./commands/DeleteInfrastructureConfigurationCommand";
|
|
18
|
-
export * from "./commands/GetComponentCommand";
|
|
19
|
-
export * from "./commands/GetComponentPolicyCommand";
|
|
20
|
-
export * from "./commands/GetContainerRecipeCommand";
|
|
21
|
-
export * from "./commands/GetContainerRecipePolicyCommand";
|
|
22
|
-
export * from "./commands/GetDistributionConfigurationCommand";
|
|
23
|
-
export * from "./commands/GetImageCommand";
|
|
24
|
-
export * from "./commands/GetImagePipelineCommand";
|
|
25
|
-
export * from "./commands/GetImagePolicyCommand";
|
|
26
|
-
export * from "./commands/GetImageRecipeCommand";
|
|
27
|
-
export * from "./commands/GetImageRecipePolicyCommand";
|
|
28
|
-
export * from "./commands/GetInfrastructureConfigurationCommand";
|
|
29
|
-
export * from "./commands/ImportComponentCommand";
|
|
30
|
-
export * from "./commands/ListComponentBuildVersionsCommand";
|
|
31
|
-
export * from "./pagination/ListComponentBuildVersionsPaginator";
|
|
32
|
-
export * from "./commands/ListComponentsCommand";
|
|
33
|
-
export * from "./pagination/ListComponentsPaginator";
|
|
34
|
-
export * from "./commands/ListContainerRecipesCommand";
|
|
35
|
-
export * from "./pagination/ListContainerRecipesPaginator";
|
|
36
|
-
export * from "./commands/ListDistributionConfigurationsCommand";
|
|
37
|
-
export * from "./pagination/ListDistributionConfigurationsPaginator";
|
|
38
|
-
export * from "./commands/ListImageBuildVersionsCommand";
|
|
39
|
-
export * from "./pagination/ListImageBuildVersionsPaginator";
|
|
40
|
-
export * from "./commands/ListImagePackagesCommand";
|
|
41
|
-
export * from "./pagination/ListImagePackagesPaginator";
|
|
42
|
-
export * from "./commands/ListImagePipelineImagesCommand";
|
|
43
|
-
export * from "./pagination/ListImagePipelineImagesPaginator";
|
|
44
|
-
export * from "./commands/ListImagePipelinesCommand";
|
|
45
|
-
export * from "./pagination/ListImagePipelinesPaginator";
|
|
46
|
-
export * from "./commands/ListImageRecipesCommand";
|
|
47
|
-
export * from "./pagination/ListImageRecipesPaginator";
|
|
48
|
-
export * from "./commands/ListImagesCommand";
|
|
49
|
-
export * from "./pagination/ListImagesPaginator";
|
|
50
|
-
export * from "./commands/ListInfrastructureConfigurationsCommand";
|
|
51
|
-
export * from "./pagination/ListInfrastructureConfigurationsPaginator";
|
|
52
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
53
|
-
export * from "./commands/PutComponentPolicyCommand";
|
|
54
|
-
export * from "./commands/PutContainerRecipePolicyCommand";
|
|
55
|
-
export * from "./commands/PutImagePolicyCommand";
|
|
56
|
-
export * from "./commands/PutImageRecipePolicyCommand";
|
|
57
|
-
export * from "./commands/StartImagePipelineExecutionCommand";
|
|
58
|
-
export * from "./commands/TagResourceCommand";
|
|
59
|
-
export * from "./commands/UntagResourceCommand";
|
|
60
|
-
export * from "./commands/UpdateDistributionConfigurationCommand";
|
|
61
|
-
export * from "./commands/UpdateImagePipelineCommand";
|
|
62
|
-
export * from "./commands/UpdateInfrastructureConfigurationCommand";
|
|
63
|
-
export * from "./pagination/Interfaces";
|
|
64
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ImagebuilderClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListComponentBuildVersionsPaginator";
|
|
3
|
+
export * from "./ListComponentsPaginator";
|
|
4
|
+
export * from "./ListContainerRecipesPaginator";
|
|
5
|
+
export * from "./ListDistributionConfigurationsPaginator";
|
|
6
|
+
export * from "./ListImageBuildVersionsPaginator";
|
|
7
|
+
export * from "./ListImagePackagesPaginator";
|
|
8
|
+
export * from "./ListImagePipelineImagesPaginator";
|
|
9
|
+
export * from "./ListImagePipelinesPaginator";
|
|
10
|
+
export * from "./ListImageRecipesPaginator";
|
|
11
|
+
export * from "./ListImagesPaginator";
|
|
12
|
+
export * from "./ListInfrastructureConfigurationsPaginator";
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export * from "./CancelImageCreationCommand";
|
|
2
|
+
export * from "./CreateComponentCommand";
|
|
3
|
+
export * from "./CreateContainerRecipeCommand";
|
|
4
|
+
export * from "./CreateDistributionConfigurationCommand";
|
|
5
|
+
export * from "./CreateImageCommand";
|
|
6
|
+
export * from "./CreateImagePipelineCommand";
|
|
7
|
+
export * from "./CreateImageRecipeCommand";
|
|
8
|
+
export * from "./CreateInfrastructureConfigurationCommand";
|
|
9
|
+
export * from "./DeleteComponentCommand";
|
|
10
|
+
export * from "./DeleteContainerRecipeCommand";
|
|
11
|
+
export * from "./DeleteDistributionConfigurationCommand";
|
|
12
|
+
export * from "./DeleteImageCommand";
|
|
13
|
+
export * from "./DeleteImagePipelineCommand";
|
|
14
|
+
export * from "./DeleteImageRecipeCommand";
|
|
15
|
+
export * from "./DeleteInfrastructureConfigurationCommand";
|
|
16
|
+
export * from "./GetComponentCommand";
|
|
17
|
+
export * from "./GetComponentPolicyCommand";
|
|
18
|
+
export * from "./GetContainerRecipeCommand";
|
|
19
|
+
export * from "./GetContainerRecipePolicyCommand";
|
|
20
|
+
export * from "./GetDistributionConfigurationCommand";
|
|
21
|
+
export * from "./GetImageCommand";
|
|
22
|
+
export * from "./GetImagePipelineCommand";
|
|
23
|
+
export * from "./GetImagePolicyCommand";
|
|
24
|
+
export * from "./GetImageRecipeCommand";
|
|
25
|
+
export * from "./GetImageRecipePolicyCommand";
|
|
26
|
+
export * from "./GetInfrastructureConfigurationCommand";
|
|
27
|
+
export * from "./ImportComponentCommand";
|
|
28
|
+
export * from "./ListComponentBuildVersionsCommand";
|
|
29
|
+
export * from "./ListComponentsCommand";
|
|
30
|
+
export * from "./ListContainerRecipesCommand";
|
|
31
|
+
export * from "./ListDistributionConfigurationsCommand";
|
|
32
|
+
export * from "./ListImageBuildVersionsCommand";
|
|
33
|
+
export * from "./ListImagePackagesCommand";
|
|
34
|
+
export * from "./ListImagePipelineImagesCommand";
|
|
35
|
+
export * from "./ListImagePipelinesCommand";
|
|
36
|
+
export * from "./ListImageRecipesCommand";
|
|
37
|
+
export * from "./ListImagesCommand";
|
|
38
|
+
export * from "./ListInfrastructureConfigurationsCommand";
|
|
39
|
+
export * from "./ListTagsForResourceCommand";
|
|
40
|
+
export * from "./PutComponentPolicyCommand";
|
|
41
|
+
export * from "./PutContainerRecipePolicyCommand";
|
|
42
|
+
export * from "./PutImagePolicyCommand";
|
|
43
|
+
export * from "./PutImageRecipePolicyCommand";
|
|
44
|
+
export * from "./StartImagePipelineExecutionCommand";
|
|
45
|
+
export * from "./TagResourceCommand";
|
|
46
|
+
export * from "./UntagResourceCommand";
|
|
47
|
+
export * from "./UpdateDistributionConfigurationCommand";
|
|
48
|
+
export * from "./UpdateImagePipelineCommand";
|
|
49
|
+
export * from "./UpdateInfrastructureConfigurationCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,64 +1,5 @@
|
|
|
1
|
-
export * from "./ImagebuilderClient";
|
|
2
1
|
export * from "./Imagebuilder";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateImageCommand";
|
|
8
|
-
export * from "./commands/CreateImagePipelineCommand";
|
|
9
|
-
export * from "./commands/CreateImageRecipeCommand";
|
|
10
|
-
export * from "./commands/CreateInfrastructureConfigurationCommand";
|
|
11
|
-
export * from "./commands/DeleteComponentCommand";
|
|
12
|
-
export * from "./commands/DeleteContainerRecipeCommand";
|
|
13
|
-
export * from "./commands/DeleteDistributionConfigurationCommand";
|
|
14
|
-
export * from "./commands/DeleteImageCommand";
|
|
15
|
-
export * from "./commands/DeleteImagePipelineCommand";
|
|
16
|
-
export * from "./commands/DeleteImageRecipeCommand";
|
|
17
|
-
export * from "./commands/DeleteInfrastructureConfigurationCommand";
|
|
18
|
-
export * from "./commands/GetComponentCommand";
|
|
19
|
-
export * from "./commands/GetComponentPolicyCommand";
|
|
20
|
-
export * from "./commands/GetContainerRecipeCommand";
|
|
21
|
-
export * from "./commands/GetContainerRecipePolicyCommand";
|
|
22
|
-
export * from "./commands/GetDistributionConfigurationCommand";
|
|
23
|
-
export * from "./commands/GetImageCommand";
|
|
24
|
-
export * from "./commands/GetImagePipelineCommand";
|
|
25
|
-
export * from "./commands/GetImagePolicyCommand";
|
|
26
|
-
export * from "./commands/GetImageRecipeCommand";
|
|
27
|
-
export * from "./commands/GetImageRecipePolicyCommand";
|
|
28
|
-
export * from "./commands/GetInfrastructureConfigurationCommand";
|
|
29
|
-
export * from "./commands/ImportComponentCommand";
|
|
30
|
-
export * from "./commands/ListComponentBuildVersionsCommand";
|
|
31
|
-
export * from "./pagination/ListComponentBuildVersionsPaginator";
|
|
32
|
-
export * from "./commands/ListComponentsCommand";
|
|
33
|
-
export * from "./pagination/ListComponentsPaginator";
|
|
34
|
-
export * from "./commands/ListContainerRecipesCommand";
|
|
35
|
-
export * from "./pagination/ListContainerRecipesPaginator";
|
|
36
|
-
export * from "./commands/ListDistributionConfigurationsCommand";
|
|
37
|
-
export * from "./pagination/ListDistributionConfigurationsPaginator";
|
|
38
|
-
export * from "./commands/ListImageBuildVersionsCommand";
|
|
39
|
-
export * from "./pagination/ListImageBuildVersionsPaginator";
|
|
40
|
-
export * from "./commands/ListImagePackagesCommand";
|
|
41
|
-
export * from "./pagination/ListImagePackagesPaginator";
|
|
42
|
-
export * from "./commands/ListImagePipelineImagesCommand";
|
|
43
|
-
export * from "./pagination/ListImagePipelineImagesPaginator";
|
|
44
|
-
export * from "./commands/ListImagePipelinesCommand";
|
|
45
|
-
export * from "./pagination/ListImagePipelinesPaginator";
|
|
46
|
-
export * from "./commands/ListImageRecipesCommand";
|
|
47
|
-
export * from "./pagination/ListImageRecipesPaginator";
|
|
48
|
-
export * from "./commands/ListImagesCommand";
|
|
49
|
-
export * from "./pagination/ListImagesPaginator";
|
|
50
|
-
export * from "./commands/ListInfrastructureConfigurationsCommand";
|
|
51
|
-
export * from "./pagination/ListInfrastructureConfigurationsPaginator";
|
|
52
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
53
|
-
export * from "./commands/PutComponentPolicyCommand";
|
|
54
|
-
export * from "./commands/PutContainerRecipePolicyCommand";
|
|
55
|
-
export * from "./commands/PutImagePolicyCommand";
|
|
56
|
-
export * from "./commands/PutImageRecipePolicyCommand";
|
|
57
|
-
export * from "./commands/StartImagePipelineExecutionCommand";
|
|
58
|
-
export * from "./commands/TagResourceCommand";
|
|
59
|
-
export * from "./commands/UntagResourceCommand";
|
|
60
|
-
export * from "./commands/UpdateDistributionConfigurationCommand";
|
|
61
|
-
export * from "./commands/UpdateImagePipelineCommand";
|
|
62
|
-
export * from "./commands/UpdateInfrastructureConfigurationCommand";
|
|
63
|
-
export * from "./pagination/Interfaces";
|
|
64
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ImagebuilderClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListComponentBuildVersionsPaginator";
|
|
3
|
+
export * from "./ListComponentsPaginator";
|
|
4
|
+
export * from "./ListContainerRecipesPaginator";
|
|
5
|
+
export * from "./ListDistributionConfigurationsPaginator";
|
|
6
|
+
export * from "./ListImageBuildVersionsPaginator";
|
|
7
|
+
export * from "./ListImagePackagesPaginator";
|
|
8
|
+
export * from "./ListImagePipelineImagesPaginator";
|
|
9
|
+
export * from "./ListImagePipelinesPaginator";
|
|
10
|
+
export * from "./ListImageRecipesPaginator";
|
|
11
|
+
export * from "./ListImagesPaginator";
|
|
12
|
+
export * from "./ListInfrastructureConfigurationsPaginator";
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export * from "./CancelImageCreationCommand";
|
|
2
|
+
export * from "./CreateComponentCommand";
|
|
3
|
+
export * from "./CreateContainerRecipeCommand";
|
|
4
|
+
export * from "./CreateDistributionConfigurationCommand";
|
|
5
|
+
export * from "./CreateImageCommand";
|
|
6
|
+
export * from "./CreateImagePipelineCommand";
|
|
7
|
+
export * from "./CreateImageRecipeCommand";
|
|
8
|
+
export * from "./CreateInfrastructureConfigurationCommand";
|
|
9
|
+
export * from "./DeleteComponentCommand";
|
|
10
|
+
export * from "./DeleteContainerRecipeCommand";
|
|
11
|
+
export * from "./DeleteDistributionConfigurationCommand";
|
|
12
|
+
export * from "./DeleteImageCommand";
|
|
13
|
+
export * from "./DeleteImagePipelineCommand";
|
|
14
|
+
export * from "./DeleteImageRecipeCommand";
|
|
15
|
+
export * from "./DeleteInfrastructureConfigurationCommand";
|
|
16
|
+
export * from "./GetComponentCommand";
|
|
17
|
+
export * from "./GetComponentPolicyCommand";
|
|
18
|
+
export * from "./GetContainerRecipeCommand";
|
|
19
|
+
export * from "./GetContainerRecipePolicyCommand";
|
|
20
|
+
export * from "./GetDistributionConfigurationCommand";
|
|
21
|
+
export * from "./GetImageCommand";
|
|
22
|
+
export * from "./GetImagePipelineCommand";
|
|
23
|
+
export * from "./GetImagePolicyCommand";
|
|
24
|
+
export * from "./GetImageRecipeCommand";
|
|
25
|
+
export * from "./GetImageRecipePolicyCommand";
|
|
26
|
+
export * from "./GetInfrastructureConfigurationCommand";
|
|
27
|
+
export * from "./ImportComponentCommand";
|
|
28
|
+
export * from "./ListComponentBuildVersionsCommand";
|
|
29
|
+
export * from "./ListComponentsCommand";
|
|
30
|
+
export * from "./ListContainerRecipesCommand";
|
|
31
|
+
export * from "./ListDistributionConfigurationsCommand";
|
|
32
|
+
export * from "./ListImageBuildVersionsCommand";
|
|
33
|
+
export * from "./ListImagePackagesCommand";
|
|
34
|
+
export * from "./ListImagePipelineImagesCommand";
|
|
35
|
+
export * from "./ListImagePipelinesCommand";
|
|
36
|
+
export * from "./ListImageRecipesCommand";
|
|
37
|
+
export * from "./ListImagesCommand";
|
|
38
|
+
export * from "./ListInfrastructureConfigurationsCommand";
|
|
39
|
+
export * from "./ListTagsForResourceCommand";
|
|
40
|
+
export * from "./PutComponentPolicyCommand";
|
|
41
|
+
export * from "./PutContainerRecipePolicyCommand";
|
|
42
|
+
export * from "./PutImagePolicyCommand";
|
|
43
|
+
export * from "./PutImageRecipePolicyCommand";
|
|
44
|
+
export * from "./StartImagePipelineExecutionCommand";
|
|
45
|
+
export * from "./TagResourceCommand";
|
|
46
|
+
export * from "./UntagResourceCommand";
|
|
47
|
+
export * from "./UpdateDistributionConfigurationCommand";
|
|
48
|
+
export * from "./UpdateImagePipelineCommand";
|
|
49
|
+
export * from "./UpdateInfrastructureConfigurationCommand";
|
|
@@ -1,64 +1,5 @@
|
|
|
1
|
-
export * from "./ImagebuilderClient";
|
|
2
1
|
export * from "./Imagebuilder";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateImageCommand";
|
|
8
|
-
export * from "./commands/CreateImagePipelineCommand";
|
|
9
|
-
export * from "./commands/CreateImageRecipeCommand";
|
|
10
|
-
export * from "./commands/CreateInfrastructureConfigurationCommand";
|
|
11
|
-
export * from "./commands/DeleteComponentCommand";
|
|
12
|
-
export * from "./commands/DeleteContainerRecipeCommand";
|
|
13
|
-
export * from "./commands/DeleteDistributionConfigurationCommand";
|
|
14
|
-
export * from "./commands/DeleteImageCommand";
|
|
15
|
-
export * from "./commands/DeleteImagePipelineCommand";
|
|
16
|
-
export * from "./commands/DeleteImageRecipeCommand";
|
|
17
|
-
export * from "./commands/DeleteInfrastructureConfigurationCommand";
|
|
18
|
-
export * from "./commands/GetComponentCommand";
|
|
19
|
-
export * from "./commands/GetComponentPolicyCommand";
|
|
20
|
-
export * from "./commands/GetContainerRecipeCommand";
|
|
21
|
-
export * from "./commands/GetContainerRecipePolicyCommand";
|
|
22
|
-
export * from "./commands/GetDistributionConfigurationCommand";
|
|
23
|
-
export * from "./commands/GetImageCommand";
|
|
24
|
-
export * from "./commands/GetImagePipelineCommand";
|
|
25
|
-
export * from "./commands/GetImagePolicyCommand";
|
|
26
|
-
export * from "./commands/GetImageRecipeCommand";
|
|
27
|
-
export * from "./commands/GetImageRecipePolicyCommand";
|
|
28
|
-
export * from "./commands/GetInfrastructureConfigurationCommand";
|
|
29
|
-
export * from "./commands/ImportComponentCommand";
|
|
30
|
-
export * from "./commands/ListComponentBuildVersionsCommand";
|
|
31
|
-
export * from "./pagination/ListComponentBuildVersionsPaginator";
|
|
32
|
-
export * from "./commands/ListComponentsCommand";
|
|
33
|
-
export * from "./pagination/ListComponentsPaginator";
|
|
34
|
-
export * from "./commands/ListContainerRecipesCommand";
|
|
35
|
-
export * from "./pagination/ListContainerRecipesPaginator";
|
|
36
|
-
export * from "./commands/ListDistributionConfigurationsCommand";
|
|
37
|
-
export * from "./pagination/ListDistributionConfigurationsPaginator";
|
|
38
|
-
export * from "./commands/ListImageBuildVersionsCommand";
|
|
39
|
-
export * from "./pagination/ListImageBuildVersionsPaginator";
|
|
40
|
-
export * from "./commands/ListImagePackagesCommand";
|
|
41
|
-
export * from "./pagination/ListImagePackagesPaginator";
|
|
42
|
-
export * from "./commands/ListImagePipelineImagesCommand";
|
|
43
|
-
export * from "./pagination/ListImagePipelineImagesPaginator";
|
|
44
|
-
export * from "./commands/ListImagePipelinesCommand";
|
|
45
|
-
export * from "./pagination/ListImagePipelinesPaginator";
|
|
46
|
-
export * from "./commands/ListImageRecipesCommand";
|
|
47
|
-
export * from "./pagination/ListImageRecipesPaginator";
|
|
48
|
-
export * from "./commands/ListImagesCommand";
|
|
49
|
-
export * from "./pagination/ListImagesPaginator";
|
|
50
|
-
export * from "./commands/ListInfrastructureConfigurationsCommand";
|
|
51
|
-
export * from "./pagination/ListInfrastructureConfigurationsPaginator";
|
|
52
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
53
|
-
export * from "./commands/PutComponentPolicyCommand";
|
|
54
|
-
export * from "./commands/PutContainerRecipePolicyCommand";
|
|
55
|
-
export * from "./commands/PutImagePolicyCommand";
|
|
56
|
-
export * from "./commands/PutImageRecipePolicyCommand";
|
|
57
|
-
export * from "./commands/StartImagePipelineExecutionCommand";
|
|
58
|
-
export * from "./commands/TagResourceCommand";
|
|
59
|
-
export * from "./commands/UntagResourceCommand";
|
|
60
|
-
export * from "./commands/UpdateDistributionConfigurationCommand";
|
|
61
|
-
export * from "./commands/UpdateImagePipelineCommand";
|
|
62
|
-
export * from "./commands/UpdateInfrastructureConfigurationCommand";
|
|
63
|
-
export * from "./pagination/Interfaces";
|
|
64
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ImagebuilderClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListComponentBuildVersionsPaginator";
|
|
3
|
+
export * from "./ListComponentsPaginator";
|
|
4
|
+
export * from "./ListContainerRecipesPaginator";
|
|
5
|
+
export * from "./ListDistributionConfigurationsPaginator";
|
|
6
|
+
export * from "./ListImageBuildVersionsPaginator";
|
|
7
|
+
export * from "./ListImagePackagesPaginator";
|
|
8
|
+
export * from "./ListImagePipelineImagesPaginator";
|
|
9
|
+
export * from "./ListImagePipelinesPaginator";
|
|
10
|
+
export * from "./ListImageRecipesPaginator";
|
|
11
|
+
export * from "./ListImagesPaginator";
|
|
12
|
+
export * from "./ListInfrastructureConfigurationsPaginator";
|
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.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0",
|
|
53
53
|
"uuid": "^8.3.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|
|
59
59
|
"downlevel-dts": "0.7.0",
|