@aws-sdk/client-imagebuilder 3.1028.0 → 3.1029.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/schemas/schemas_0.js +12 -11
- package/dist-es/schemas/schemas_0.js +12 -11
- package/dist-types/commands/CreateImagePipelineCommand.d.ts +3 -0
- package/dist-types/commands/GetImagePipelineCommand.d.ts +3 -0
- package/dist-types/commands/ListImagePipelinesCommand.d.ts +3 -0
- package/dist-types/commands/UpdateImagePipelineCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +15 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/package.json +1 -1
|
@@ -523,9 +523,10 @@ const _iSD = "inspectorScoreDetails";
|
|
|
523
523
|
const _iSE = "imageScanningEnabled";
|
|
524
524
|
const _iSL = "imageSummaryList";
|
|
525
525
|
const _iSn = "inspectorScore";
|
|
526
|
-
const _iT = "
|
|
526
|
+
const _iT = "imageTags";
|
|
527
527
|
const _iTC = "imageTestsConfiguration";
|
|
528
528
|
const _iTE = "imageTestsEnabled";
|
|
529
|
+
const _iTn = "instanceTypes";
|
|
529
530
|
const _iU = "imageUris";
|
|
530
531
|
const _iVA = "imageVersionArn";
|
|
531
532
|
const _iVL = "imageVersionList";
|
|
@@ -972,8 +973,8 @@ exports.CreateDistributionConfigurationResponse$ = [3, n0, _CDCRr,
|
|
|
972
973
|
];
|
|
973
974
|
exports.CreateImagePipelineRequest$ = [3, n0, _CIPR,
|
|
974
975
|
0,
|
|
975
|
-
[_n, _iCA, _d, _iRA, _cRA, _dCA, _iTC, _eIME, _sc, _sta, _ta, _cT, _iSC, _w, _eR, _lC],
|
|
976
|
-
[0, 0, 0, 0, 0, 0, () => exports.ImageTestsConfiguration$, 2, () => exports.Schedule$, 0, 128 | 0, [0, 4], () => exports.ImageScanningConfiguration$, () => WorkflowConfigurationList, 0, () => exports.PipelineLoggingConfiguration$], 2
|
|
976
|
+
[_n, _iCA, _d, _iRA, _cRA, _dCA, _iTC, _eIME, _sc, _sta, _ta, _iT, _cT, _iSC, _w, _eR, _lC],
|
|
977
|
+
[0, 0, 0, 0, 0, 0, () => exports.ImageTestsConfiguration$, 2, () => exports.Schedule$, 0, 128 | 0, 128 | 0, [0, 4], () => exports.ImageScanningConfiguration$, () => WorkflowConfigurationList, 0, () => exports.PipelineLoggingConfiguration$], 2
|
|
977
978
|
];
|
|
978
979
|
exports.CreateImagePipelineResponse$ = [3, n0, _CIPRr,
|
|
979
980
|
0,
|
|
@@ -1002,7 +1003,7 @@ exports.CreateImageResponse$ = [3, n0, _CIRr,
|
|
|
1002
1003
|
];
|
|
1003
1004
|
exports.CreateInfrastructureConfigurationRequest$ = [3, n0, _CICRr,
|
|
1004
1005
|
0,
|
|
1005
|
-
[_n, _iPN, _d,
|
|
1006
|
+
[_n, _iPN, _d, _iTn, _sGI, _sI, _l, _kP, _tIOF, _sTA, _rT, _iMO, _ta, _pl, _cT],
|
|
1006
1007
|
[0, 0, 0, 64 | 0, 64 | 0, 0, () => exports.Logging$, 0, 2, 0, 128 | 0, () => exports.InstanceMetadataOptions$, 128 | 0, () => exports.Placement$, [0, 4]], 2
|
|
1007
1008
|
];
|
|
1008
1009
|
exports.CreateInfrastructureConfigurationResponse$ = [3, n0, _CICRre,
|
|
@@ -1382,8 +1383,8 @@ exports.ImagePackage$ = [3, n0, _IP,
|
|
|
1382
1383
|
];
|
|
1383
1384
|
exports.ImagePipeline$ = [3, n0, _IPm,
|
|
1384
1385
|
0,
|
|
1385
|
-
[_a, _n, _d, _p, _eIME, _iRA, _cRA, _iCA, _dCA, _iTC, _sc, _sta, _dC, _dU, _dLR, _lRS, _dNR, _ta, _iSC, _eR, _w, _lC, _cF],
|
|
1386
|
-
[0, 0, 0, 0, 2, 0, 0, 0, 0, () => exports.ImageTestsConfiguration$, () => exports.Schedule$, 0, 0, 0, 0, 0, 0, 128 | 0, () => exports.ImageScanningConfiguration$, 0, () => WorkflowConfigurationList, () => exports.PipelineLoggingConfiguration$, 1]
|
|
1386
|
+
[_a, _n, _d, _p, _eIME, _iRA, _cRA, _iCA, _dCA, _iTC, _sc, _sta, _dC, _dU, _dLR, _lRS, _dNR, _ta, _iSC, _iT, _eR, _w, _lC, _cF],
|
|
1387
|
+
[0, 0, 0, 0, 2, 0, 0, 0, 0, () => exports.ImageTestsConfiguration$, () => exports.Schedule$, 0, 0, 0, 0, 0, 0, 128 | 0, () => exports.ImageScanningConfiguration$, 128 | 0, 0, () => WorkflowConfigurationList, () => exports.PipelineLoggingConfiguration$, 1]
|
|
1387
1388
|
];
|
|
1388
1389
|
exports.ImagePipelineAggregation$ = [3, n0, _IPA,
|
|
1389
1390
|
0,
|
|
@@ -1477,12 +1478,12 @@ exports.ImportVmImageResponse$ = [3, n0, _IVIRm,
|
|
|
1477
1478
|
];
|
|
1478
1479
|
exports.InfrastructureConfiguration$ = [3, n0, _IC,
|
|
1479
1480
|
0,
|
|
1480
|
-
[_a, _n, _d,
|
|
1481
|
+
[_a, _n, _d, _iTn, _iPN, _sGI, _sI, _l, _kP, _tIOF, _sTA, _dC, _dU, _rT, _iMO, _ta, _pl],
|
|
1481
1482
|
[0, 0, 0, 64 | 0, 0, 64 | 0, 0, () => exports.Logging$, 0, 2, 0, 0, 0, 128 | 0, () => exports.InstanceMetadataOptions$, 128 | 0, () => exports.Placement$]
|
|
1482
1483
|
];
|
|
1483
1484
|
exports.InfrastructureConfigurationSummary$ = [3, n0, _ICS,
|
|
1484
1485
|
0,
|
|
1485
|
-
[_a, _n, _d, _dC, _dU, _rT, _ta,
|
|
1486
|
+
[_a, _n, _d, _dC, _dU, _rT, _ta, _iTn, _iPN, _pl],
|
|
1486
1487
|
[0, 0, 0, 0, 0, 128 | 0, 128 | 0, 64 | 0, 0, () => exports.Placement$]
|
|
1487
1488
|
];
|
|
1488
1489
|
exports.InspectorScoreDetails$ = [3, n0, _ISD,
|
|
@@ -2032,8 +2033,8 @@ exports.UpdateDistributionConfigurationResponse$ = [3, n0, _UDCRp,
|
|
|
2032
2033
|
];
|
|
2033
2034
|
exports.UpdateImagePipelineRequest$ = [3, n0, _UIPR,
|
|
2034
2035
|
0,
|
|
2035
|
-
[_iPA, _iCA, _d, _iRA, _cRA, _dCA, _iTC, _eIME, _sc, _sta, _cT, _iSC, _w, _lC, _eR],
|
|
2036
|
-
[0, 0, 0, 0, 0, 0, () => exports.ImageTestsConfiguration$, 2, () => exports.Schedule$, 0, [0, 4], () => exports.ImageScanningConfiguration$, () => WorkflowConfigurationList, () => exports.PipelineLoggingConfiguration$, 0], 2
|
|
2036
|
+
[_iPA, _iCA, _d, _iRA, _cRA, _dCA, _iTC, _eIME, _sc, _sta, _cT, _iSC, _w, _lC, _eR, _iT],
|
|
2037
|
+
[0, 0, 0, 0, 0, 0, () => exports.ImageTestsConfiguration$, 2, () => exports.Schedule$, 0, [0, 4], () => exports.ImageScanningConfiguration$, () => WorkflowConfigurationList, () => exports.PipelineLoggingConfiguration$, 0, 128 | 0], 2
|
|
2037
2038
|
];
|
|
2038
2039
|
exports.UpdateImagePipelineResponse$ = [3, n0, _UIPRp,
|
|
2039
2040
|
0,
|
|
@@ -2042,7 +2043,7 @@ exports.UpdateImagePipelineResponse$ = [3, n0, _UIPRp,
|
|
|
2042
2043
|
];
|
|
2043
2044
|
exports.UpdateInfrastructureConfigurationRequest$ = [3, n0, _UICR,
|
|
2044
2045
|
0,
|
|
2045
|
-
[_iCA, _iPN, _d,
|
|
2046
|
+
[_iCA, _iPN, _d, _iTn, _sGI, _sI, _l, _kP, _tIOF, _sTA, _rT, _iMO, _pl, _cT],
|
|
2046
2047
|
[0, 0, 0, 64 | 0, 64 | 0, 0, () => exports.Logging$, 0, 2, 0, 128 | 0, () => exports.InstanceMetadataOptions$, () => exports.Placement$, [0, 4]], 2
|
|
2047
2048
|
];
|
|
2048
2049
|
exports.UpdateInfrastructureConfigurationResponse$ = [3, n0, _UICRp,
|
|
@@ -513,9 +513,10 @@ const _iSD = "inspectorScoreDetails";
|
|
|
513
513
|
const _iSE = "imageScanningEnabled";
|
|
514
514
|
const _iSL = "imageSummaryList";
|
|
515
515
|
const _iSn = "inspectorScore";
|
|
516
|
-
const _iT = "
|
|
516
|
+
const _iT = "imageTags";
|
|
517
517
|
const _iTC = "imageTestsConfiguration";
|
|
518
518
|
const _iTE = "imageTestsEnabled";
|
|
519
|
+
const _iTn = "instanceTypes";
|
|
519
520
|
const _iU = "imageUris";
|
|
520
521
|
const _iVA = "imageVersionArn";
|
|
521
522
|
const _iVL = "imageVersionList";
|
|
@@ -962,8 +963,8 @@ export var CreateDistributionConfigurationResponse$ = [3, n0, _CDCRr,
|
|
|
962
963
|
];
|
|
963
964
|
export var CreateImagePipelineRequest$ = [3, n0, _CIPR,
|
|
964
965
|
0,
|
|
965
|
-
[_n, _iCA, _d, _iRA, _cRA, _dCA, _iTC, _eIME, _sc, _sta, _ta, _cT, _iSC, _w, _eR, _lC],
|
|
966
|
-
[0, 0, 0, 0, 0, 0, () => ImageTestsConfiguration$, 2, () => Schedule$, 0, 128 | 0, [0, 4], () => ImageScanningConfiguration$, () => WorkflowConfigurationList, 0, () => PipelineLoggingConfiguration$], 2
|
|
966
|
+
[_n, _iCA, _d, _iRA, _cRA, _dCA, _iTC, _eIME, _sc, _sta, _ta, _iT, _cT, _iSC, _w, _eR, _lC],
|
|
967
|
+
[0, 0, 0, 0, 0, 0, () => ImageTestsConfiguration$, 2, () => Schedule$, 0, 128 | 0, 128 | 0, [0, 4], () => ImageScanningConfiguration$, () => WorkflowConfigurationList, 0, () => PipelineLoggingConfiguration$], 2
|
|
967
968
|
];
|
|
968
969
|
export var CreateImagePipelineResponse$ = [3, n0, _CIPRr,
|
|
969
970
|
0,
|
|
@@ -992,7 +993,7 @@ export var CreateImageResponse$ = [3, n0, _CIRr,
|
|
|
992
993
|
];
|
|
993
994
|
export var CreateInfrastructureConfigurationRequest$ = [3, n0, _CICRr,
|
|
994
995
|
0,
|
|
995
|
-
[_n, _iPN, _d,
|
|
996
|
+
[_n, _iPN, _d, _iTn, _sGI, _sI, _l, _kP, _tIOF, _sTA, _rT, _iMO, _ta, _pl, _cT],
|
|
996
997
|
[0, 0, 0, 64 | 0, 64 | 0, 0, () => Logging$, 0, 2, 0, 128 | 0, () => InstanceMetadataOptions$, 128 | 0, () => Placement$, [0, 4]], 2
|
|
997
998
|
];
|
|
998
999
|
export var CreateInfrastructureConfigurationResponse$ = [3, n0, _CICRre,
|
|
@@ -1372,8 +1373,8 @@ export var ImagePackage$ = [3, n0, _IP,
|
|
|
1372
1373
|
];
|
|
1373
1374
|
export var ImagePipeline$ = [3, n0, _IPm,
|
|
1374
1375
|
0,
|
|
1375
|
-
[_a, _n, _d, _p, _eIME, _iRA, _cRA, _iCA, _dCA, _iTC, _sc, _sta, _dC, _dU, _dLR, _lRS, _dNR, _ta, _iSC, _eR, _w, _lC, _cF],
|
|
1376
|
-
[0, 0, 0, 0, 2, 0, 0, 0, 0, () => ImageTestsConfiguration$, () => Schedule$, 0, 0, 0, 0, 0, 0, 128 | 0, () => ImageScanningConfiguration$, 0, () => WorkflowConfigurationList, () => PipelineLoggingConfiguration$, 1]
|
|
1376
|
+
[_a, _n, _d, _p, _eIME, _iRA, _cRA, _iCA, _dCA, _iTC, _sc, _sta, _dC, _dU, _dLR, _lRS, _dNR, _ta, _iSC, _iT, _eR, _w, _lC, _cF],
|
|
1377
|
+
[0, 0, 0, 0, 2, 0, 0, 0, 0, () => ImageTestsConfiguration$, () => Schedule$, 0, 0, 0, 0, 0, 0, 128 | 0, () => ImageScanningConfiguration$, 128 | 0, 0, () => WorkflowConfigurationList, () => PipelineLoggingConfiguration$, 1]
|
|
1377
1378
|
];
|
|
1378
1379
|
export var ImagePipelineAggregation$ = [3, n0, _IPA,
|
|
1379
1380
|
0,
|
|
@@ -1467,12 +1468,12 @@ export var ImportVmImageResponse$ = [3, n0, _IVIRm,
|
|
|
1467
1468
|
];
|
|
1468
1469
|
export var InfrastructureConfiguration$ = [3, n0, _IC,
|
|
1469
1470
|
0,
|
|
1470
|
-
[_a, _n, _d,
|
|
1471
|
+
[_a, _n, _d, _iTn, _iPN, _sGI, _sI, _l, _kP, _tIOF, _sTA, _dC, _dU, _rT, _iMO, _ta, _pl],
|
|
1471
1472
|
[0, 0, 0, 64 | 0, 0, 64 | 0, 0, () => Logging$, 0, 2, 0, 0, 0, 128 | 0, () => InstanceMetadataOptions$, 128 | 0, () => Placement$]
|
|
1472
1473
|
];
|
|
1473
1474
|
export var InfrastructureConfigurationSummary$ = [3, n0, _ICS,
|
|
1474
1475
|
0,
|
|
1475
|
-
[_a, _n, _d, _dC, _dU, _rT, _ta,
|
|
1476
|
+
[_a, _n, _d, _dC, _dU, _rT, _ta, _iTn, _iPN, _pl],
|
|
1476
1477
|
[0, 0, 0, 0, 0, 128 | 0, 128 | 0, 64 | 0, 0, () => Placement$]
|
|
1477
1478
|
];
|
|
1478
1479
|
export var InspectorScoreDetails$ = [3, n0, _ISD,
|
|
@@ -2022,8 +2023,8 @@ export var UpdateDistributionConfigurationResponse$ = [3, n0, _UDCRp,
|
|
|
2022
2023
|
];
|
|
2023
2024
|
export var UpdateImagePipelineRequest$ = [3, n0, _UIPR,
|
|
2024
2025
|
0,
|
|
2025
|
-
[_iPA, _iCA, _d, _iRA, _cRA, _dCA, _iTC, _eIME, _sc, _sta, _cT, _iSC, _w, _lC, _eR],
|
|
2026
|
-
[0, 0, 0, 0, 0, 0, () => ImageTestsConfiguration$, 2, () => Schedule$, 0, [0, 4], () => ImageScanningConfiguration$, () => WorkflowConfigurationList, () => PipelineLoggingConfiguration$, 0], 2
|
|
2026
|
+
[_iPA, _iCA, _d, _iRA, _cRA, _dCA, _iTC, _eIME, _sc, _sta, _cT, _iSC, _w, _lC, _eR, _iT],
|
|
2027
|
+
[0, 0, 0, 0, 0, 0, () => ImageTestsConfiguration$, 2, () => Schedule$, 0, [0, 4], () => ImageScanningConfiguration$, () => WorkflowConfigurationList, () => PipelineLoggingConfiguration$, 0, 128 | 0], 2
|
|
2027
2028
|
];
|
|
2028
2029
|
export var UpdateImagePipelineResponse$ = [3, n0, _UIPRp,
|
|
2029
2030
|
0,
|
|
@@ -2032,7 +2033,7 @@ export var UpdateImagePipelineResponse$ = [3, n0, _UIPRp,
|
|
|
2032
2033
|
];
|
|
2033
2034
|
export var UpdateInfrastructureConfigurationRequest$ = [3, n0, _UICR,
|
|
2034
2035
|
0,
|
|
2035
|
-
[_iCA, _iPN, _d,
|
|
2036
|
+
[_iCA, _iPN, _d, _iTn, _sGI, _sI, _l, _kP, _tIOF, _sTA, _rT, _iMO, _pl, _cT],
|
|
2036
2037
|
[0, 0, 0, 64 | 0, 64 | 0, 0, () => Logging$, 0, 2, 0, 128 | 0, () => InstanceMetadataOptions$, () => Placement$, [0, 4]], 2
|
|
2037
2038
|
];
|
|
2038
2039
|
export var UpdateInfrastructureConfigurationResponse$ = [3, n0, _UICRp,
|
|
@@ -61,6 +61,9 @@ declare const CreateImagePipelineCommand_base: {
|
|
|
61
61
|
* tags: { // TagMap
|
|
62
62
|
* "<keys>": "STRING_VALUE",
|
|
63
63
|
* },
|
|
64
|
+
* imageTags: {
|
|
65
|
+
* "<keys>": "STRING_VALUE",
|
|
66
|
+
* },
|
|
64
67
|
* clientToken: "STRING_VALUE", // required
|
|
65
68
|
* imageScanningConfiguration: { // ImageScanningConfiguration
|
|
66
69
|
* imageScanningEnabled: true || false,
|
|
@@ -83,6 +83,9 @@ declare const GetImagePipelineCommand_base: {
|
|
|
83
83
|
* // ],
|
|
84
84
|
* // },
|
|
85
85
|
* // },
|
|
86
|
+
* // imageTags: {
|
|
87
|
+
* // "<keys>": "STRING_VALUE",
|
|
88
|
+
* // },
|
|
86
89
|
* // executionRole: "STRING_VALUE",
|
|
87
90
|
* // workflows: [ // WorkflowConfigurationList
|
|
88
91
|
* // { // WorkflowConfiguration
|
|
@@ -93,6 +93,9 @@ declare const ListImagePipelinesCommand_base: {
|
|
|
93
93
|
* // ],
|
|
94
94
|
* // },
|
|
95
95
|
* // },
|
|
96
|
+
* // imageTags: {
|
|
97
|
+
* // "<keys>": "STRING_VALUE",
|
|
98
|
+
* // },
|
|
96
99
|
* // executionRole: "STRING_VALUE",
|
|
97
100
|
* // workflows: [ // WorkflowConfigurationList
|
|
98
101
|
* // { // WorkflowConfiguration
|
|
@@ -94,6 +94,9 @@ declare const UpdateImagePipelineCommand_base: {
|
|
|
94
94
|
* pipelineLogGroupName: "STRING_VALUE",
|
|
95
95
|
* },
|
|
96
96
|
* executionRole: "STRING_VALUE",
|
|
97
|
+
* imageTags: { // TagMap
|
|
98
|
+
* "<keys>": "STRING_VALUE",
|
|
99
|
+
* },
|
|
97
100
|
* };
|
|
98
101
|
* const command = new UpdateImagePipelineCommand(input);
|
|
99
102
|
* const response = await client.send(command);
|
|
@@ -1934,6 +1934,11 @@ export interface CreateImagePipelineRequest {
|
|
|
1934
1934
|
* @public
|
|
1935
1935
|
*/
|
|
1936
1936
|
tags?: Record<string, string> | undefined;
|
|
1937
|
+
/**
|
|
1938
|
+
* <p>The tags to be applied to the images produced by this pipeline.</p>
|
|
1939
|
+
* @public
|
|
1940
|
+
*/
|
|
1941
|
+
imageTags?: Record<string, string> | undefined;
|
|
1937
1942
|
/**
|
|
1938
1943
|
* <p>Unique, case-sensitive identifier you provide to ensure
|
|
1939
1944
|
* idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>
|
|
@@ -3892,6 +3897,11 @@ export interface ImagePipeline {
|
|
|
3892
3897
|
* @public
|
|
3893
3898
|
*/
|
|
3894
3899
|
imageScanningConfiguration?: ImageScanningConfiguration | undefined;
|
|
3900
|
+
/**
|
|
3901
|
+
* <p>The tags to be applied to the images produced by this pipeline.</p>
|
|
3902
|
+
* @public
|
|
3903
|
+
*/
|
|
3904
|
+
imageTags?: Record<string, string> | undefined;
|
|
3895
3905
|
/**
|
|
3896
3906
|
* <p>The name or Amazon Resource Name (ARN) for the IAM role you create that grants
|
|
3897
3907
|
* Image Builder access to perform workflow actions.</p>
|
|
@@ -7814,6 +7824,11 @@ export interface UpdateImagePipelineRequest {
|
|
|
7814
7824
|
* @public
|
|
7815
7825
|
*/
|
|
7816
7826
|
executionRole?: string | undefined;
|
|
7827
|
+
/**
|
|
7828
|
+
* <p>The tags to be applied to the images produced by this pipeline.</p>
|
|
7829
|
+
* @public
|
|
7830
|
+
*/
|
|
7831
|
+
imageTags?: Record<string, string> | undefined;
|
|
7817
7832
|
}
|
|
7818
7833
|
/**
|
|
7819
7834
|
* @public
|
|
@@ -405,6 +405,7 @@ export interface CreateImagePipelineRequest {
|
|
|
405
405
|
schedule?: Schedule | undefined;
|
|
406
406
|
status?: PipelineStatus | undefined;
|
|
407
407
|
tags?: Record<string, string> | undefined;
|
|
408
|
+
imageTags?: Record<string, string> | undefined;
|
|
408
409
|
clientToken?: string | undefined;
|
|
409
410
|
imageScanningConfiguration?: ImageScanningConfiguration | undefined;
|
|
410
411
|
workflows?: WorkflowConfiguration[] | undefined;
|
|
@@ -807,6 +808,7 @@ export interface ImagePipeline {
|
|
|
807
808
|
dateNextRun?: string | undefined;
|
|
808
809
|
tags?: Record<string, string> | undefined;
|
|
809
810
|
imageScanningConfiguration?: ImageScanningConfiguration | undefined;
|
|
811
|
+
imageTags?: Record<string, string> | undefined;
|
|
810
812
|
executionRole?: string | undefined;
|
|
811
813
|
workflows?: WorkflowConfiguration[] | undefined;
|
|
812
814
|
loggingConfiguration?: PipelineLoggingConfiguration | undefined;
|
|
@@ -1599,6 +1601,7 @@ export interface UpdateImagePipelineRequest {
|
|
|
1599
1601
|
workflows?: WorkflowConfiguration[] | undefined;
|
|
1600
1602
|
loggingConfiguration?: PipelineLoggingConfiguration | undefined;
|
|
1601
1603
|
executionRole?: string | undefined;
|
|
1604
|
+
imageTags?: Record<string, string> | undefined;
|
|
1602
1605
|
}
|
|
1603
1606
|
export interface UpdateImagePipelineResponse {
|
|
1604
1607
|
requestId?: 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.
|
|
4
|
+
"version": "3.1029.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-imagebuilder",
|