@aws-sdk/client-imagebuilder 3.891.0 → 3.894.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/Imagebuilder.d.ts +3 -0
- package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +2 -2
- package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +2 -2
- package/dist-types/commands/ListWorkflowBuildVersionsCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +3 -3
- package/dist-types/ts3.4/Imagebuilder.d.ts +3 -0
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkflowBuildVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +3 -3
- package/package.json +18 -18
|
@@ -319,6 +319,7 @@ export interface Imagebuilder {
|
|
|
319
319
|
/**
|
|
320
320
|
* @see {@link ListComponentBuildVersionsCommand}
|
|
321
321
|
*/
|
|
322
|
+
listComponentBuildVersions(): Promise<ListComponentBuildVersionsCommandOutput>;
|
|
322
323
|
listComponentBuildVersions(args: ListComponentBuildVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListComponentBuildVersionsCommandOutput>;
|
|
323
324
|
listComponentBuildVersions(args: ListComponentBuildVersionsCommandInput, cb: (err: any, data?: ListComponentBuildVersionsCommandOutput) => void): void;
|
|
324
325
|
listComponentBuildVersions(args: ListComponentBuildVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentBuildVersionsCommandOutput) => void): void;
|
|
@@ -346,6 +347,7 @@ export interface Imagebuilder {
|
|
|
346
347
|
/**
|
|
347
348
|
* @see {@link ListImageBuildVersionsCommand}
|
|
348
349
|
*/
|
|
350
|
+
listImageBuildVersions(): Promise<ListImageBuildVersionsCommandOutput>;
|
|
349
351
|
listImageBuildVersions(args: ListImageBuildVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListImageBuildVersionsCommandOutput>;
|
|
350
352
|
listImageBuildVersions(args: ListImageBuildVersionsCommandInput, cb: (err: any, data?: ListImageBuildVersionsCommandOutput) => void): void;
|
|
351
353
|
listImageBuildVersions(args: ListImageBuildVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImageBuildVersionsCommandOutput) => void): void;
|
|
@@ -438,6 +440,7 @@ export interface Imagebuilder {
|
|
|
438
440
|
/**
|
|
439
441
|
* @see {@link ListWorkflowBuildVersionsCommand}
|
|
440
442
|
*/
|
|
443
|
+
listWorkflowBuildVersions(): Promise<ListWorkflowBuildVersionsCommandOutput>;
|
|
441
444
|
listWorkflowBuildVersions(args: ListWorkflowBuildVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowBuildVersionsCommandOutput>;
|
|
442
445
|
listWorkflowBuildVersions(args: ListWorkflowBuildVersionsCommandInput, cb: (err: any, data?: ListWorkflowBuildVersionsCommandOutput) => void): void;
|
|
443
446
|
listWorkflowBuildVersions(args: ListWorkflowBuildVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowBuildVersionsCommandOutput) => void): void;
|
|
@@ -23,7 +23,7 @@ export interface ListComponentBuildVersionsCommandOutput extends ListComponentBu
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListComponentBuildVersionsCommand_base: {
|
|
25
25
|
new (input: ListComponentBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListComponentBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListComponentBuildVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -38,7 +38,7 @@ declare const ListComponentBuildVersionsCommand_base: {
|
|
|
38
38
|
* const config = {}; // type is ImagebuilderClientConfig
|
|
39
39
|
* const client = new ImagebuilderClient(config);
|
|
40
40
|
* const input = { // ListComponentBuildVersionsRequest
|
|
41
|
-
* componentVersionArn: "STRING_VALUE",
|
|
41
|
+
* componentVersionArn: "STRING_VALUE",
|
|
42
42
|
* maxResults: Number("int"),
|
|
43
43
|
* nextToken: "STRING_VALUE",
|
|
44
44
|
* };
|
|
@@ -23,7 +23,7 @@ export interface ListImageBuildVersionsCommandOutput extends ListImageBuildVersi
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListImageBuildVersionsCommand_base: {
|
|
25
25
|
new (input: ListImageBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListImageBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListImageBuildVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -37,7 +37,7 @@ declare const ListImageBuildVersionsCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is ImagebuilderClientConfig
|
|
38
38
|
* const client = new ImagebuilderClient(config);
|
|
39
39
|
* const input = { // ListImageBuildVersionsRequest
|
|
40
|
-
* imageVersionArn: "STRING_VALUE",
|
|
40
|
+
* imageVersionArn: "STRING_VALUE",
|
|
41
41
|
* filters: [ // FilterList
|
|
42
42
|
* { // Filter
|
|
43
43
|
* name: "STRING_VALUE",
|
|
@@ -23,7 +23,7 @@ export interface ListWorkflowBuildVersionsCommandOutput extends ListWorkflowBuil
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListWorkflowBuildVersionsCommand_base: {
|
|
25
25
|
new (input: ListWorkflowBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowBuildVersionsCommandInput, ListWorkflowBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListWorkflowBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowBuildVersionsCommandInput, ListWorkflowBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListWorkflowBuildVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWorkflowBuildVersionsCommandInput, ListWorkflowBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -37,7 +37,7 @@ declare const ListWorkflowBuildVersionsCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is ImagebuilderClientConfig
|
|
38
38
|
* const client = new ImagebuilderClient(config);
|
|
39
39
|
* const input = { // ListWorkflowBuildVersionsRequest
|
|
40
|
-
* workflowVersionArn: "STRING_VALUE",
|
|
40
|
+
* workflowVersionArn: "STRING_VALUE",
|
|
41
41
|
* maxResults: Number("int"),
|
|
42
42
|
* nextToken: "STRING_VALUE",
|
|
43
43
|
* };
|
|
@@ -5244,7 +5244,7 @@ export interface ListComponentBuildVersionsRequest {
|
|
|
5244
5244
|
* list.</p>
|
|
5245
5245
|
* @public
|
|
5246
5246
|
*/
|
|
5247
|
-
componentVersionArn
|
|
5247
|
+
componentVersionArn?: string | undefined;
|
|
5248
5248
|
/**
|
|
5249
5249
|
* <p>The maximum items to return in a request.</p>
|
|
5250
5250
|
* @public
|
|
@@ -5510,7 +5510,7 @@ export interface ListImageBuildVersionsRequest {
|
|
|
5510
5510
|
* retrieve.</p>
|
|
5511
5511
|
* @public
|
|
5512
5512
|
*/
|
|
5513
|
-
imageVersionArn
|
|
5513
|
+
imageVersionArn?: string | undefined;
|
|
5514
5514
|
/**
|
|
5515
5515
|
* <p>Use the following filters to streamline results:</p>
|
|
5516
5516
|
* <ul>
|
|
@@ -7210,7 +7210,7 @@ export interface ListWorkflowBuildVersionsRequest {
|
|
|
7210
7210
|
* <p>The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions.</p>
|
|
7211
7211
|
* @public
|
|
7212
7212
|
*/
|
|
7213
|
-
workflowVersionArn
|
|
7213
|
+
workflowVersionArn?: string | undefined;
|
|
7214
7214
|
/**
|
|
7215
7215
|
* <p>The maximum items to return in a request.</p>
|
|
7216
7216
|
* @public
|
|
@@ -833,6 +833,7 @@ export interface Imagebuilder {
|
|
|
833
833
|
options: __HttpHandlerOptions,
|
|
834
834
|
cb: (err: any, data?: ImportVmImageCommandOutput) => void
|
|
835
835
|
): void;
|
|
836
|
+
listComponentBuildVersions(): Promise<ListComponentBuildVersionsCommandOutput>;
|
|
836
837
|
listComponentBuildVersions(
|
|
837
838
|
args: ListComponentBuildVersionsCommandInput,
|
|
838
839
|
options?: __HttpHandlerOptions
|
|
@@ -888,6 +889,7 @@ export interface Imagebuilder {
|
|
|
888
889
|
options: __HttpHandlerOptions,
|
|
889
890
|
cb: (err: any, data?: ListDistributionConfigurationsCommandOutput) => void
|
|
890
891
|
): void;
|
|
892
|
+
listImageBuildVersions(): Promise<ListImageBuildVersionsCommandOutput>;
|
|
891
893
|
listImageBuildVersions(
|
|
892
894
|
args: ListImageBuildVersionsCommandInput,
|
|
893
895
|
options?: __HttpHandlerOptions
|
|
@@ -1078,6 +1080,7 @@ export interface Imagebuilder {
|
|
|
1078
1080
|
options: __HttpHandlerOptions,
|
|
1079
1081
|
cb: (err: any, data?: ListWaitingWorkflowStepsCommandOutput) => void
|
|
1080
1082
|
): void;
|
|
1083
|
+
listWorkflowBuildVersions(): Promise<ListWorkflowBuildVersionsCommandOutput>;
|
|
1081
1084
|
listWorkflowBuildVersions(
|
|
1082
1085
|
args: ListWorkflowBuildVersionsCommandInput,
|
|
1083
1086
|
options?: __HttpHandlerOptions
|
|
@@ -27,7 +27,7 @@ declare const ListComponentBuildVersionsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
input: ListComponentBuildVersionsCommandInput
|
|
30
|
+
...[input]: [] | [ListComponentBuildVersionsCommandInput]
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListComponentBuildVersionsCommandInput,
|
|
33
33
|
ListComponentBuildVersionsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListImageBuildVersionsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
input: ListImageBuildVersionsCommandInput
|
|
30
|
+
...[input]: [] | [ListImageBuildVersionsCommandInput]
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListImageBuildVersionsCommandInput,
|
|
33
33
|
ListImageBuildVersionsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListWorkflowBuildVersionsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
input: ListWorkflowBuildVersionsCommandInput
|
|
30
|
+
...[input]: [] | [ListWorkflowBuildVersionsCommandInput]
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListWorkflowBuildVersionsCommandInput,
|
|
33
33
|
ListWorkflowBuildVersionsCommandOutput,
|
|
@@ -1267,7 +1267,7 @@ export declare class InvalidPaginationTokenException extends __BaseException {
|
|
|
1267
1267
|
);
|
|
1268
1268
|
}
|
|
1269
1269
|
export interface ListComponentBuildVersionsRequest {
|
|
1270
|
-
componentVersionArn
|
|
1270
|
+
componentVersionArn?: string | undefined;
|
|
1271
1271
|
maxResults?: number | undefined;
|
|
1272
1272
|
nextToken?: string | undefined;
|
|
1273
1273
|
}
|
|
@@ -1320,7 +1320,7 @@ export interface ListDistributionConfigurationsResponse {
|
|
|
1320
1320
|
nextToken?: string | undefined;
|
|
1321
1321
|
}
|
|
1322
1322
|
export interface ListImageBuildVersionsRequest {
|
|
1323
|
-
imageVersionArn
|
|
1323
|
+
imageVersionArn?: string | undefined;
|
|
1324
1324
|
filters?: Filter[] | undefined;
|
|
1325
1325
|
maxResults?: number | undefined;
|
|
1326
1326
|
nextToken?: string | undefined;
|
|
@@ -1651,7 +1651,7 @@ export interface ListWaitingWorkflowStepsResponse {
|
|
|
1651
1651
|
nextToken?: string | undefined;
|
|
1652
1652
|
}
|
|
1653
1653
|
export interface ListWorkflowBuildVersionsRequest {
|
|
1654
|
-
workflowVersionArn
|
|
1654
|
+
workflowVersionArn?: string | undefined;
|
|
1655
1655
|
maxResults?: number | undefined;
|
|
1656
1656
|
nextToken?: string | undefined;
|
|
1657
1657
|
}
|
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.894.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,38 +20,38 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.894.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.894.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.894.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.894.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
57
|
"@smithy/util-retry": "^4.1.2",
|