@aws-sdk/client-imagebuilder 3.931.0 → 3.933.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.
@@ -42,7 +42,7 @@ declare const CreateContainerRecipeCommand_base: {
42
42
  * name: "STRING_VALUE", // required
43
43
  * description: "STRING_VALUE",
44
44
  * semanticVersion: "STRING_VALUE", // required
45
- * components: [ // ComponentConfigurationList // required
45
+ * components: [ // ComponentConfigurationList
46
46
  * { // ComponentConfiguration
47
47
  * componentArn: "STRING_VALUE", // required
48
48
  * parameters: [ // ComponentParameterList
@@ -41,7 +41,7 @@ declare const CreateImageRecipeCommand_base: {
41
41
  * name: "STRING_VALUE", // required
42
42
  * description: "STRING_VALUE",
43
43
  * semanticVersion: "STRING_VALUE", // required
44
- * components: [ // ComponentConfigurationList // required
44
+ * components: [ // ComponentConfigurationList
45
45
  * { // ComponentConfiguration
46
46
  * componentArn: "STRING_VALUE", // required
47
47
  * parameters: [ // ComponentParameterList
@@ -1450,12 +1450,10 @@ export interface CreateContainerRecipeRequest {
1450
1450
  */
1451
1451
  semanticVersion: string | undefined;
1452
1452
  /**
1453
- * <p>Components for build and test that are included in the container recipe.
1454
- * Recipes require a minimum of one build component, and can
1455
- * have a maximum of 20 build and test components in any combination.</p>
1453
+ * <p>The components included in the container recipe.</p>
1456
1454
  * @public
1457
1455
  */
1458
- components: ComponentConfiguration[] | undefined;
1456
+ components?: ComponentConfiguration[] | undefined;
1459
1457
  /**
1460
1458
  * <p>A group of options that can be used to configure an instance for building and testing
1461
1459
  * container images.</p>
@@ -2325,7 +2323,7 @@ export interface CreateImageRecipeRequest {
2325
2323
  * <p>The components included in the image recipe.</p>
2326
2324
  * @public
2327
2325
  */
2328
- components: ComponentConfiguration[] | undefined;
2326
+ components?: ComponentConfiguration[] | undefined;
2329
2327
  /**
2330
2328
  * <p>The base image for customizations specified in the image recipe. You can specify the
2331
2329
  * parent image using one of the following options:</p>
@@ -366,7 +366,7 @@ export interface CreateContainerRecipeRequest {
366
366
  name: string | undefined;
367
367
  description?: string | undefined;
368
368
  semanticVersion: string | undefined;
369
- components: ComponentConfiguration[] | undefined;
369
+ components?: ComponentConfiguration[] | undefined;
370
370
  instanceConfiguration?: InstanceConfiguration | undefined;
371
371
  dockerfileTemplateData?: string | undefined;
372
372
  dockerfileTemplateUri?: string | undefined;
@@ -558,7 +558,7 @@ export interface CreateImageRecipeRequest {
558
558
  name: string | undefined;
559
559
  description?: string | undefined;
560
560
  semanticVersion: string | undefined;
561
- components: ComponentConfiguration[] | undefined;
561
+ components?: ComponentConfiguration[] | undefined;
562
562
  parentImage: string | undefined;
563
563
  blockDeviceMappings?: InstanceBlockDeviceMapping[] | undefined;
564
564
  tags?: Record<string, string> | undefined;
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.931.0",
4
+ "version": "3.933.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-imagebuilder",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.931.0",
24
- "@aws-sdk/credential-provider-node": "3.931.0",
23
+ "@aws-sdk/core": "3.932.0",
24
+ "@aws-sdk/credential-provider-node": "3.933.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
- "@aws-sdk/middleware-user-agent": "3.931.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
+ "@aws-sdk/middleware-user-agent": "3.932.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.931.0",
33
+ "@aws-sdk/util-user-agent-node": "3.932.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
35
  "@smithy/core": "^3.18.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",