@aws-sdk/client-imagebuilder 3.895.0 → 3.899.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/index.js +11 -2
- package/dist-es/protocols/Aws_restJson1.js +10 -1
- package/dist-types/commands/CreateImageCommand.d.ts +3 -0
- package/dist-types/commands/CreateImagePipelineCommand.d.ts +7 -0
- package/dist-types/commands/CreateImageRecipeCommand.d.ts +3 -0
- package/dist-types/commands/GetImageCommand.d.ts +7 -3
- package/dist-types/commands/GetImagePipelineCommand.d.ts +9 -0
- package/dist-types/commands/GetImageRecipeCommand.d.ts +3 -0
- package/dist-types/commands/ImportDiskImageCommand.d.ts +3 -0
- package/dist-types/commands/ImportVmImageCommand.d.ts +3 -0
- package/dist-types/commands/ListContainerRecipesCommand.d.ts +1 -0
- package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +3 -0
- package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +3 -0
- package/dist-types/commands/ListImagePipelinesCommand.d.ts +9 -0
- package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +3 -0
- package/dist-types/commands/UpdateImagePipelineCommand.d.ts +7 -0
- package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +207 -217
- package/dist-types/models/models_1.d.ts +180 -0
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateLifecyclePolicyCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +25 -31
- package/dist-types/ts3.4/models/models_1.d.ts +40 -0
- package/package.json +13 -14
package/dist-cjs/index.js
CHANGED
|
@@ -330,7 +330,7 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
330
330
|
var import_core2 = require("@aws-sdk/core");
|
|
331
331
|
|
|
332
332
|
|
|
333
|
-
var import_uuid = require("uuid");
|
|
333
|
+
var import_uuid = require("@smithy/uuid");
|
|
334
334
|
|
|
335
335
|
// src/models/ImagebuilderServiceException.ts
|
|
336
336
|
|
|
@@ -976,6 +976,7 @@ var se_CreateImageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
976
976
|
imageScanningConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "imageScanningConfiguration"),
|
|
977
977
|
imageTestsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "imageTestsConfiguration"),
|
|
978
978
|
infrastructureConfigurationArn: [],
|
|
979
|
+
loggingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "loggingConfiguration"),
|
|
979
980
|
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
980
981
|
workflows: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "workflows")
|
|
981
982
|
})
|
|
@@ -1002,6 +1003,7 @@ var se_CreateImagePipelineCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1002
1003
|
imageScanningConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "imageScanningConfiguration"),
|
|
1003
1004
|
imageTestsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "imageTestsConfiguration"),
|
|
1004
1005
|
infrastructureConfigurationArn: [],
|
|
1006
|
+
loggingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "loggingConfiguration"),
|
|
1005
1007
|
name: [],
|
|
1006
1008
|
schedule: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schedule"),
|
|
1007
1009
|
status: [],
|
|
@@ -1022,6 +1024,7 @@ var se_CreateImageRecipeCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1022
1024
|
body = JSON.stringify(
|
|
1023
1025
|
(0, import_smithy_client.take)(input, {
|
|
1024
1026
|
additionalInstanceConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalInstanceConfiguration"),
|
|
1027
|
+
amiTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "amiTags"),
|
|
1025
1028
|
blockDeviceMappings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "blockDeviceMappings"),
|
|
1026
1029
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1027
1030
|
components: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "components"),
|
|
@@ -1443,6 +1446,7 @@ var se_ImportDiskImageCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1443
1446
|
description: [],
|
|
1444
1447
|
executionRole: [],
|
|
1445
1448
|
infrastructureConfigurationArn: [],
|
|
1449
|
+
loggingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "loggingConfiguration"),
|
|
1446
1450
|
name: [],
|
|
1447
1451
|
osVersion: [],
|
|
1448
1452
|
platform: [],
|
|
@@ -1465,6 +1469,7 @@ var se_ImportVmImageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1465
1469
|
(0, import_smithy_client.take)(input, {
|
|
1466
1470
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1467
1471
|
description: [],
|
|
1472
|
+
loggingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "loggingConfiguration"),
|
|
1468
1473
|
name: [],
|
|
1469
1474
|
osVersion: [],
|
|
1470
1475
|
platform: [],
|
|
@@ -1945,7 +1950,8 @@ var se_StartImagePipelineExecutionCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1945
1950
|
body = JSON.stringify(
|
|
1946
1951
|
(0, import_smithy_client.take)(input, {
|
|
1947
1952
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1948
|
-
imagePipelineArn: []
|
|
1953
|
+
imagePipelineArn: [],
|
|
1954
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1949
1955
|
})
|
|
1950
1956
|
);
|
|
1951
1957
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2038,6 +2044,7 @@ var se_UpdateImagePipelineCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2038
2044
|
imageScanningConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "imageScanningConfiguration"),
|
|
2039
2045
|
imageTestsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "imageTestsConfiguration"),
|
|
2040
2046
|
infrastructureConfigurationArn: [],
|
|
2047
|
+
loggingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "loggingConfiguration"),
|
|
2041
2048
|
schedule: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schedule"),
|
|
2042
2049
|
status: [],
|
|
2043
2050
|
workflows: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "workflows")
|
|
@@ -3599,6 +3606,7 @@ var de_Image = /* @__PURE__ */ __name((output, context) => {
|
|
|
3599
3606
|
imageTestsConfiguration: import_smithy_client._json,
|
|
3600
3607
|
infrastructureConfiguration: import_smithy_client._json,
|
|
3601
3608
|
lifecycleExecutionId: import_smithy_client.expectString,
|
|
3609
|
+
loggingConfiguration: import_smithy_client._json,
|
|
3602
3610
|
name: import_smithy_client.expectString,
|
|
3603
3611
|
osVersion: import_smithy_client.expectString,
|
|
3604
3612
|
outputResources: import_smithy_client._json,
|
|
@@ -3645,6 +3653,7 @@ var de_ImageSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3645
3653
|
deprecationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "deprecationTime"),
|
|
3646
3654
|
imageSource: import_smithy_client.expectString,
|
|
3647
3655
|
lifecycleExecutionId: import_smithy_client.expectString,
|
|
3656
|
+
loggingConfiguration: import_smithy_client._json,
|
|
3648
3657
|
name: import_smithy_client.expectString,
|
|
3649
3658
|
osVersion: import_smithy_client.expectString,
|
|
3650
3659
|
outputResources: import_smithy_client._json,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
|
|
2
2
|
import { requestBuilder as rb } from "@smithy/core";
|
|
3
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
|
-
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
|
+
import { v4 as generateIdempotencyToken } from "@smithy/uuid";
|
|
5
5
|
import { ImagebuilderServiceException as __BaseException } from "../models/ImagebuilderServiceException";
|
|
6
6
|
import { CallRateLimitExceededException, ClientException, ForbiddenException, IdempotentParameterMismatchException, InvalidPaginationTokenException, InvalidParameterCombinationException, InvalidParameterException, InvalidParameterValueException, InvalidRequestException, InvalidVersionNumberException, ResourceAlreadyExistsException, ResourceDependencyException, ResourceInUseException, ResourceNotFoundException, ServiceException, ServiceQuotaExceededException, ServiceUnavailableException, } from "../models/models_0";
|
|
7
7
|
export const se_CancelImageCreationCommand = async (input, context) => {
|
|
@@ -117,6 +117,7 @@ export const se_CreateImageCommand = async (input, context) => {
|
|
|
117
117
|
imageScanningConfiguration: (_) => _json(_),
|
|
118
118
|
imageTestsConfiguration: (_) => _json(_),
|
|
119
119
|
infrastructureConfigurationArn: [],
|
|
120
|
+
loggingConfiguration: (_) => _json(_),
|
|
120
121
|
tags: (_) => _json(_),
|
|
121
122
|
workflows: (_) => _json(_),
|
|
122
123
|
}));
|
|
@@ -141,6 +142,7 @@ export const se_CreateImagePipelineCommand = async (input, context) => {
|
|
|
141
142
|
imageScanningConfiguration: (_) => _json(_),
|
|
142
143
|
imageTestsConfiguration: (_) => _json(_),
|
|
143
144
|
infrastructureConfigurationArn: [],
|
|
145
|
+
loggingConfiguration: (_) => _json(_),
|
|
144
146
|
name: [],
|
|
145
147
|
schedule: (_) => _json(_),
|
|
146
148
|
status: [],
|
|
@@ -159,6 +161,7 @@ export const se_CreateImageRecipeCommand = async (input, context) => {
|
|
|
159
161
|
let body;
|
|
160
162
|
body = JSON.stringify(take(input, {
|
|
161
163
|
additionalInstanceConfiguration: (_) => _json(_),
|
|
164
|
+
amiTags: (_) => _json(_),
|
|
162
165
|
blockDeviceMappings: (_) => _json(_),
|
|
163
166
|
clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
164
167
|
components: (_) => _json(_),
|
|
@@ -568,6 +571,7 @@ export const se_ImportDiskImageCommand = async (input, context) => {
|
|
|
568
571
|
description: [],
|
|
569
572
|
executionRole: [],
|
|
570
573
|
infrastructureConfigurationArn: [],
|
|
574
|
+
loggingConfiguration: (_) => _json(_),
|
|
571
575
|
name: [],
|
|
572
576
|
osVersion: [],
|
|
573
577
|
platform: [],
|
|
@@ -588,6 +592,7 @@ export const se_ImportVmImageCommand = async (input, context) => {
|
|
|
588
592
|
body = JSON.stringify(take(input, {
|
|
589
593
|
clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
590
594
|
description: [],
|
|
595
|
+
loggingConfiguration: (_) => _json(_),
|
|
591
596
|
name: [],
|
|
592
597
|
osVersion: [],
|
|
593
598
|
platform: [],
|
|
@@ -1015,6 +1020,7 @@ export const se_StartImagePipelineExecutionCommand = async (input, context) => {
|
|
|
1015
1020
|
body = JSON.stringify(take(input, {
|
|
1016
1021
|
clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
1017
1022
|
imagePipelineArn: [],
|
|
1023
|
+
tags: (_) => _json(_),
|
|
1018
1024
|
}));
|
|
1019
1025
|
b.m("PUT").h(headers).b(body);
|
|
1020
1026
|
return b.build();
|
|
@@ -1099,6 +1105,7 @@ export const se_UpdateImagePipelineCommand = async (input, context) => {
|
|
|
1099
1105
|
imageScanningConfiguration: (_) => _json(_),
|
|
1100
1106
|
imageTestsConfiguration: (_) => _json(_),
|
|
1101
1107
|
infrastructureConfigurationArn: [],
|
|
1108
|
+
loggingConfiguration: (_) => _json(_),
|
|
1102
1109
|
schedule: (_) => _json(_),
|
|
1103
1110
|
status: [],
|
|
1104
1111
|
workflows: (_) => _json(_),
|
|
@@ -2657,6 +2664,7 @@ const de_Image = (output, context) => {
|
|
|
2657
2664
|
imageTestsConfiguration: _json,
|
|
2658
2665
|
infrastructureConfiguration: _json,
|
|
2659
2666
|
lifecycleExecutionId: __expectString,
|
|
2667
|
+
loggingConfiguration: _json,
|
|
2660
2668
|
name: __expectString,
|
|
2661
2669
|
osVersion: __expectString,
|
|
2662
2670
|
outputResources: _json,
|
|
@@ -2705,6 +2713,7 @@ const de_ImageSummary = (output, context) => {
|
|
|
2705
2713
|
deprecationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2706
2714
|
imageSource: __expectString,
|
|
2707
2715
|
lifecycleExecutionId: __expectString,
|
|
2716
|
+
loggingConfiguration: _json,
|
|
2708
2717
|
name: __expectString,
|
|
2709
2718
|
osVersion: __expectString,
|
|
2710
2719
|
outputResources: _json,
|
|
@@ -78,6 +78,9 @@ declare const CreateImageCommand_base: {
|
|
|
78
78
|
* },
|
|
79
79
|
* ],
|
|
80
80
|
* executionRole: "STRING_VALUE",
|
|
81
|
+
* loggingConfiguration: { // ImageLoggingConfiguration
|
|
82
|
+
* logGroupName: "STRING_VALUE",
|
|
83
|
+
* },
|
|
81
84
|
* };
|
|
82
85
|
* const command = new CreateImageCommand(input);
|
|
83
86
|
* const response = await client.send(command);
|
|
@@ -53,6 +53,9 @@ declare const CreateImagePipelineCommand_base: {
|
|
|
53
53
|
* scheduleExpression: "STRING_VALUE",
|
|
54
54
|
* timezone: "STRING_VALUE",
|
|
55
55
|
* pipelineExecutionStartCondition: "EXPRESSION_MATCH_ONLY" || "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE",
|
|
56
|
+
* autoDisablePolicy: { // AutoDisablePolicy
|
|
57
|
+
* failureCount: Number("int"), // required
|
|
58
|
+
* },
|
|
56
59
|
* },
|
|
57
60
|
* status: "DISABLED" || "ENABLED",
|
|
58
61
|
* tags: { // TagMap
|
|
@@ -84,6 +87,10 @@ declare const CreateImagePipelineCommand_base: {
|
|
|
84
87
|
* },
|
|
85
88
|
* ],
|
|
86
89
|
* executionRole: "STRING_VALUE",
|
|
90
|
+
* loggingConfiguration: { // PipelineLoggingConfiguration
|
|
91
|
+
* imageLogGroupName: "STRING_VALUE",
|
|
92
|
+
* pipelineLogGroupName: "STRING_VALUE",
|
|
93
|
+
* },
|
|
87
94
|
* };
|
|
88
95
|
* const command = new CreateImagePipelineCommand(input);
|
|
89
96
|
* const response = await client.send(command);
|
|
@@ -82,6 +82,9 @@ declare const CreateImageRecipeCommand_base: {
|
|
|
82
82
|
* },
|
|
83
83
|
* userDataOverride: "STRING_VALUE",
|
|
84
84
|
* },
|
|
85
|
+
* amiTags: {
|
|
86
|
+
* "<keys>": "STRING_VALUE",
|
|
87
|
+
* },
|
|
85
88
|
* clientToken: "STRING_VALUE", // required
|
|
86
89
|
* };
|
|
87
90
|
* const command = new CreateImageRecipeCommand(input);
|
|
@@ -105,6 +105,9 @@ declare const GetImageCommand_base: {
|
|
|
105
105
|
* // },
|
|
106
106
|
* // userDataOverride: "STRING_VALUE",
|
|
107
107
|
* // },
|
|
108
|
+
* // amiTags: {
|
|
109
|
+
* // "<keys>": "STRING_VALUE",
|
|
110
|
+
* // },
|
|
108
111
|
* // },
|
|
109
112
|
* // containerRecipe: { // ContainerRecipe
|
|
110
113
|
* // arn: "STRING_VALUE",
|
|
@@ -288,9 +291,7 @@ declare const GetImageCommand_base: {
|
|
|
288
291
|
* // timeoutMinutes: Number("int"), // required
|
|
289
292
|
* // dateCreated: "STRING_VALUE",
|
|
290
293
|
* // dateUpdated: "STRING_VALUE",
|
|
291
|
-
* // tags:
|
|
292
|
-
* // "<keys>": "STRING_VALUE",
|
|
293
|
-
* // },
|
|
294
|
+
* // tags: "<TagMap>",
|
|
294
295
|
* // },
|
|
295
296
|
* // imageTestsConfiguration: { // ImageTestsConfiguration
|
|
296
297
|
* // imageTestsEnabled: true || false,
|
|
@@ -350,6 +351,9 @@ declare const GetImageCommand_base: {
|
|
|
350
351
|
* // onFailure: "CONTINUE" || "ABORT",
|
|
351
352
|
* // },
|
|
352
353
|
* // ],
|
|
354
|
+
* // loggingConfiguration: { // ImageLoggingConfiguration
|
|
355
|
+
* // logGroupName: "STRING_VALUE",
|
|
356
|
+
* // },
|
|
353
357
|
* // },
|
|
354
358
|
* // };
|
|
355
359
|
*
|
|
@@ -61,11 +61,15 @@ declare const GetImagePipelineCommand_base: {
|
|
|
61
61
|
* // scheduleExpression: "STRING_VALUE",
|
|
62
62
|
* // timezone: "STRING_VALUE",
|
|
63
63
|
* // pipelineExecutionStartCondition: "EXPRESSION_MATCH_ONLY" || "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE",
|
|
64
|
+
* // autoDisablePolicy: { // AutoDisablePolicy
|
|
65
|
+
* // failureCount: Number("int"), // required
|
|
66
|
+
* // },
|
|
64
67
|
* // },
|
|
65
68
|
* // status: "DISABLED" || "ENABLED",
|
|
66
69
|
* // dateCreated: "STRING_VALUE",
|
|
67
70
|
* // dateUpdated: "STRING_VALUE",
|
|
68
71
|
* // dateLastRun: "STRING_VALUE",
|
|
72
|
+
* // lastRunStatus: "PENDING" || "CREATING" || "BUILDING" || "TESTING" || "DISTRIBUTING" || "INTEGRATING" || "AVAILABLE" || "CANCELLED" || "FAILED" || "DEPRECATED" || "DELETED" || "DISABLED",
|
|
69
73
|
* // dateNextRun: "STRING_VALUE",
|
|
70
74
|
* // tags: { // TagMap
|
|
71
75
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -95,6 +99,11 @@ declare const GetImagePipelineCommand_base: {
|
|
|
95
99
|
* // onFailure: "CONTINUE" || "ABORT",
|
|
96
100
|
* // },
|
|
97
101
|
* // ],
|
|
102
|
+
* // loggingConfiguration: { // PipelineLoggingConfiguration
|
|
103
|
+
* // imageLogGroupName: "STRING_VALUE",
|
|
104
|
+
* // pipelineLogGroupName: "STRING_VALUE",
|
|
105
|
+
* // },
|
|
106
|
+
* // consecutiveFailures: Number("int"),
|
|
98
107
|
* // },
|
|
99
108
|
* // };
|
|
100
109
|
*
|
|
@@ -51,6 +51,9 @@ declare const ImportDiskImageCommand_base: {
|
|
|
51
51
|
* executionRole: "STRING_VALUE",
|
|
52
52
|
* infrastructureConfigurationArn: "STRING_VALUE", // required
|
|
53
53
|
* uri: "STRING_VALUE", // required
|
|
54
|
+
* loggingConfiguration: { // ImageLoggingConfiguration
|
|
55
|
+
* logGroupName: "STRING_VALUE",
|
|
56
|
+
* },
|
|
54
57
|
* tags: { // TagMap
|
|
55
58
|
* "<keys>": "STRING_VALUE",
|
|
56
59
|
* },
|
|
@@ -50,6 +50,9 @@ declare const ImportVmImageCommand_base: {
|
|
|
50
50
|
* platform: "Windows" || "Linux" || "macOS", // required
|
|
51
51
|
* osVersion: "STRING_VALUE",
|
|
52
52
|
* vmImportTaskId: "STRING_VALUE", // required
|
|
53
|
+
* loggingConfiguration: { // ImageLoggingConfiguration
|
|
54
|
+
* logGroupName: "STRING_VALUE",
|
|
55
|
+
* },
|
|
53
56
|
* tags: { // TagMap
|
|
54
57
|
* "<keys>": "STRING_VALUE",
|
|
55
58
|
* },
|
|
@@ -62,6 +62,7 @@ declare const ListContainerRecipesCommand_base: {
|
|
|
62
62
|
* // owner: "STRING_VALUE",
|
|
63
63
|
* // parentImage: "STRING_VALUE",
|
|
64
64
|
* // dateCreated: "STRING_VALUE",
|
|
65
|
+
* // instanceImage: "STRING_VALUE",
|
|
65
66
|
* // tags: { // TagMap
|
|
66
67
|
* // "<keys>": "STRING_VALUE",
|
|
67
68
|
* // },
|
|
@@ -97,6 +97,9 @@ declare const ListImageBuildVersionsCommand_base: {
|
|
|
97
97
|
* // imageSource: "AMAZON_MANAGED" || "AWS_MARKETPLACE" || "IMPORTED" || "CUSTOM",
|
|
98
98
|
* // deprecationTime: new Date("TIMESTAMP"),
|
|
99
99
|
* // lifecycleExecutionId: "STRING_VALUE",
|
|
100
|
+
* // loggingConfiguration: { // ImageLoggingConfiguration
|
|
101
|
+
* // logGroupName: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
100
103
|
* // },
|
|
101
104
|
* // ],
|
|
102
105
|
* // nextToken: "STRING_VALUE",
|
|
@@ -97,6 +97,9 @@ declare const ListImagePipelineImagesCommand_base: {
|
|
|
97
97
|
* // imageSource: "AMAZON_MANAGED" || "AWS_MARKETPLACE" || "IMPORTED" || "CUSTOM",
|
|
98
98
|
* // deprecationTime: new Date("TIMESTAMP"),
|
|
99
99
|
* // lifecycleExecutionId: "STRING_VALUE",
|
|
100
|
+
* // loggingConfiguration: { // ImageLoggingConfiguration
|
|
101
|
+
* // logGroupName: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
100
103
|
* // },
|
|
101
104
|
* // ],
|
|
102
105
|
* // nextToken: "STRING_VALUE",
|
|
@@ -71,11 +71,15 @@ declare const ListImagePipelinesCommand_base: {
|
|
|
71
71
|
* // scheduleExpression: "STRING_VALUE",
|
|
72
72
|
* // timezone: "STRING_VALUE",
|
|
73
73
|
* // pipelineExecutionStartCondition: "EXPRESSION_MATCH_ONLY" || "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE",
|
|
74
|
+
* // autoDisablePolicy: { // AutoDisablePolicy
|
|
75
|
+
* // failureCount: Number("int"), // required
|
|
76
|
+
* // },
|
|
74
77
|
* // },
|
|
75
78
|
* // status: "DISABLED" || "ENABLED",
|
|
76
79
|
* // dateCreated: "STRING_VALUE",
|
|
77
80
|
* // dateUpdated: "STRING_VALUE",
|
|
78
81
|
* // dateLastRun: "STRING_VALUE",
|
|
82
|
+
* // lastRunStatus: "PENDING" || "CREATING" || "BUILDING" || "TESTING" || "DISTRIBUTING" || "INTEGRATING" || "AVAILABLE" || "CANCELLED" || "FAILED" || "DEPRECATED" || "DELETED" || "DISABLED",
|
|
79
83
|
* // dateNextRun: "STRING_VALUE",
|
|
80
84
|
* // tags: { // TagMap
|
|
81
85
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -105,6 +109,11 @@ declare const ListImagePipelinesCommand_base: {
|
|
|
105
109
|
* // onFailure: "CONTINUE" || "ABORT",
|
|
106
110
|
* // },
|
|
107
111
|
* // ],
|
|
112
|
+
* // loggingConfiguration: { // PipelineLoggingConfiguration
|
|
113
|
+
* // imageLogGroupName: "STRING_VALUE",
|
|
114
|
+
* // pipelineLogGroupName: "STRING_VALUE",
|
|
115
|
+
* // },
|
|
116
|
+
* // consecutiveFailures: Number("int"),
|
|
108
117
|
* // },
|
|
109
118
|
* // ],
|
|
110
119
|
* // nextToken: "STRING_VALUE",
|
|
@@ -39,6 +39,9 @@ declare const StartImagePipelineExecutionCommand_base: {
|
|
|
39
39
|
* const input = { // StartImagePipelineExecutionRequest
|
|
40
40
|
* imagePipelineArn: "STRING_VALUE", // required
|
|
41
41
|
* clientToken: "STRING_VALUE", // required
|
|
42
|
+
* tags: { // TagMap
|
|
43
|
+
* "<keys>": "STRING_VALUE",
|
|
44
|
+
* },
|
|
42
45
|
* };
|
|
43
46
|
* const command = new StartImagePipelineExecutionCommand(input);
|
|
44
47
|
* const response = await client.send(command);
|
|
@@ -59,6 +59,9 @@ declare const UpdateImagePipelineCommand_base: {
|
|
|
59
59
|
* scheduleExpression: "STRING_VALUE",
|
|
60
60
|
* timezone: "STRING_VALUE",
|
|
61
61
|
* pipelineExecutionStartCondition: "EXPRESSION_MATCH_ONLY" || "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE",
|
|
62
|
+
* autoDisablePolicy: { // AutoDisablePolicy
|
|
63
|
+
* failureCount: Number("int"), // required
|
|
64
|
+
* },
|
|
62
65
|
* },
|
|
63
66
|
* status: "DISABLED" || "ENABLED",
|
|
64
67
|
* clientToken: "STRING_VALUE", // required
|
|
@@ -86,6 +89,10 @@ declare const UpdateImagePipelineCommand_base: {
|
|
|
86
89
|
* onFailure: "CONTINUE" || "ABORT",
|
|
87
90
|
* },
|
|
88
91
|
* ],
|
|
92
|
+
* loggingConfiguration: { // PipelineLoggingConfiguration
|
|
93
|
+
* imageLogGroupName: "STRING_VALUE",
|
|
94
|
+
* pipelineLogGroupName: "STRING_VALUE",
|
|
95
|
+
* },
|
|
89
96
|
* executionRole: "STRING_VALUE",
|
|
90
97
|
* };
|
|
91
98
|
* const command = new UpdateImagePipelineCommand(input);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
|
-
import { UpdateInfrastructureConfigurationRequest, UpdateInfrastructureConfigurationResponse } from "../models/
|
|
4
|
+
import { UpdateInfrastructureConfigurationRequest, UpdateInfrastructureConfigurationResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
|
-
import { UpdateLifecyclePolicyRequest } from "../models/
|
|
5
|
-
import { UpdateLifecyclePolicyResponse } from "../models/models_1";
|
|
4
|
+
import { UpdateLifecyclePolicyRequest, UpdateLifecyclePolicyResponse } from "../models/models_1";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|