@aws-sdk/client-imagebuilder 3.348.0 → 3.352.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-types/models/models_0.d.ts +13 -13
- package/package.json +6 -6
|
@@ -515,8 +515,8 @@ export interface Component {
|
|
|
515
515
|
*/
|
|
516
516
|
tags?: Record<string, string>;
|
|
517
517
|
/**
|
|
518
|
-
* <p>Contains the name of the publisher if this is a third-party component. Otherwise,
|
|
519
|
-
* property is empty.</p>
|
|
518
|
+
* <p>Contains the name of the publisher if this is a third-party component. Otherwise,
|
|
519
|
+
* this property is empty.</p>
|
|
520
520
|
*/
|
|
521
521
|
publisher?: string;
|
|
522
522
|
/**
|
|
@@ -622,13 +622,13 @@ export interface ComponentSummary {
|
|
|
622
622
|
*/
|
|
623
623
|
tags?: Record<string, string>;
|
|
624
624
|
/**
|
|
625
|
-
* <p>Contains the name of the publisher if this is a third-party component. Otherwise,
|
|
626
|
-
* property is empty.</p>
|
|
625
|
+
* <p>Contains the name of the publisher if this is a third-party component. Otherwise,
|
|
626
|
+
* this property is empty.</p>
|
|
627
627
|
*/
|
|
628
628
|
publisher?: string;
|
|
629
629
|
/**
|
|
630
|
-
* <p>Indicates whether component source is hidden from view in the console,
|
|
631
|
-
* component detail results for API, CLI, or SDK operations.</p>
|
|
630
|
+
* <p>Indicates whether component source is hidden from view in the console,
|
|
631
|
+
* and from component detail results for API, CLI, or SDK operations.</p>
|
|
632
632
|
*/
|
|
633
633
|
obfuscate?: boolean;
|
|
634
634
|
}
|
|
@@ -2732,8 +2732,8 @@ export interface Image {
|
|
|
2732
2732
|
*/
|
|
2733
2733
|
platform?: Platform | string;
|
|
2734
2734
|
/**
|
|
2735
|
-
* <p>Indicates whether Image Builder collects additional information about the image, such as
|
|
2736
|
-
* operating system (OS) version and package list.</p>
|
|
2735
|
+
* <p>Indicates whether Image Builder collects additional information about the image, such as
|
|
2736
|
+
* the operating system (OS) version and package list.</p>
|
|
2737
2737
|
*/
|
|
2738
2738
|
enhancedImageMetadataEnabled?: boolean;
|
|
2739
2739
|
/**
|
|
@@ -2746,13 +2746,13 @@ export interface Image {
|
|
|
2746
2746
|
*/
|
|
2747
2747
|
state?: ImageState;
|
|
2748
2748
|
/**
|
|
2749
|
-
* <p>For images that distribute an AMI, this is the image recipe that Image Builder used to
|
|
2750
|
-
* the image. For container images, this is empty.</p>
|
|
2749
|
+
* <p>For images that distribute an AMI, this is the image recipe that Image Builder used to
|
|
2750
|
+
* create the image. For container images, this is empty.</p>
|
|
2751
2751
|
*/
|
|
2752
2752
|
imageRecipe?: ImageRecipe;
|
|
2753
2753
|
/**
|
|
2754
|
-
* <p>For container images, this is the container recipe that Image Builder used to create the
|
|
2755
|
-
* For images that distribute an AMI, this is empty.</p>
|
|
2754
|
+
* <p>For container images, this is the container recipe that Image Builder used to create the
|
|
2755
|
+
* image. For images that distribute an AMI, this is empty.</p>
|
|
2756
2756
|
*/
|
|
2757
2757
|
containerRecipe?: ContainerRecipe;
|
|
2758
2758
|
/**
|
|
@@ -2916,7 +2916,7 @@ export interface ImagePipeline {
|
|
|
2916
2916
|
*/
|
|
2917
2917
|
dateLastRun?: string;
|
|
2918
2918
|
/**
|
|
2919
|
-
* <p>
|
|
2919
|
+
* <p>The next date when the pipeline is scheduled to run.</p>
|
|
2920
2920
|
*/
|
|
2921
2921
|
dateNextRun?: string;
|
|
2922
2922
|
/**
|
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.352.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.352.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.347.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.352.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.347.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.347.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.347.0",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.347.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.347.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.347.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.352.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.347.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.350.0",
|
|
42
42
|
"@aws-sdk/smithy-client": "3.347.0",
|
|
43
43
|
"@aws-sdk/types": "3.347.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.347.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-defaults-mode-browser": "3.347.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-node": "3.347.0",
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.352.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.347.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.347.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-node": "3.347.0",
|