@aws-sdk/client-marketplace-deployment 3.967.0 → 3.969.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 CHANGED
@@ -258,30 +258,30 @@ var SecretString = [0, n0, _SS, 8, 0];
258
258
  var AccessDeniedException$ = [-3, n0, _ADE,
259
259
  { [_e]: _c, [_hE]: 403 },
260
260
  [_m],
261
- [0]
261
+ [0], 1
262
262
  ];
263
263
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
264
264
  var ConflictException$ = [-3, n0, _CE,
265
265
  { [_e]: _c, [_hE]: 409 },
266
266
  [_m, _rI],
267
- [0, 0]
267
+ [0, 0], 2
268
268
  ];
269
269
  schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
270
270
  var DeploymentParameterInput$ = [3, n0, _DPI,
271
271
  0,
272
272
  [_n, _sS],
273
- [0, [() => SecretString, 0]]
273
+ [0, [() => SecretString, 0]], 2
274
274
  ];
275
275
  var InternalServerException$ = [-3, n0, _ISE,
276
276
  { [_e]: _s, [_hE]: 500 },
277
277
  [_m],
278
- [0]
278
+ [0], 1
279
279
  ];
280
280
  schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
281
281
  var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
282
282
  0,
283
283
  [_rA],
284
- [[0, 1]]
284
+ [[0, 1]], 1
285
285
  ];
286
286
  var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
287
287
  0,
@@ -291,29 +291,29 @@ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
291
291
  var PutDeploymentParameterRequest$ = [3, n0, _PDPR,
292
292
  0,
293
293
  [_ca, _pI, _aI, _dP, _t, _eD, _cT],
294
- [[0, 1], [0, 1], 0, [() => DeploymentParameterInput$, 0], 128 | 0, 5, [0, 4]]
294
+ [[0, 1], [0, 1], 0, [() => DeploymentParameterInput$, 0], 128 | 0, 5, [0, 4]], 4
295
295
  ];
296
296
  var PutDeploymentParameterResponse$ = [3, n0, _PDPRu,
297
297
  0,
298
298
  [_rA, _aI, _dPI, _t],
299
- [0, 0, 0, 128 | 0]
299
+ [0, 0, 0, 128 | 0], 3
300
300
  ];
301
301
  var ResourceNotFoundException$ = [-3, n0, _RNFE,
302
302
  { [_e]: _c, [_hE]: 404 },
303
303
  [_m],
304
- [0]
304
+ [0], 1
305
305
  ];
306
306
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
307
307
  var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
308
308
  { [_e]: _c, [_hE]: 402 },
309
309
  [_m],
310
- [0]
310
+ [0], 1
311
311
  ];
312
312
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
313
313
  var TagResourceRequest$ = [3, n0, _TRR,
314
314
  0,
315
315
  [_rA, _t],
316
- [[0, 1], 128 | 0]
316
+ [[0, 1], 128 | 0], 1
317
317
  ];
318
318
  var TagResourceResponse$ = [3, n0, _TRRa,
319
319
  0,
@@ -323,13 +323,13 @@ var TagResourceResponse$ = [3, n0, _TRRa,
323
323
  var ThrottlingException$ = [-3, n0, _TE,
324
324
  { [_e]: _c, [_hE]: 429 },
325
325
  [_m],
326
- [0]
326
+ [0], 1
327
327
  ];
328
328
  schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
329
329
  var UntagResourceRequest$ = [3, n0, _URR,
330
330
  0,
331
331
  [_rA, _tK],
332
- [[0, 1], [64 | 0, { [_hQ]: _tK }]]
332
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
333
333
  ];
334
334
  var UntagResourceResponse$ = [3, n0, _URRn,
335
335
  0,
@@ -339,7 +339,7 @@ var UntagResourceResponse$ = [3, n0, _URRn,
339
339
  var ValidationException$ = [-3, n0, _VE,
340
340
  { [_e]: _c, [_hE]: 400 },
341
341
  [_m, _fN],
342
- [0, 0]
342
+ [0, 0], 2
343
343
  ];
344
344
  schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
345
345
  var MarketplaceDeploymentServiceException$ = [-3, _sm, "MarketplaceDeploymentServiceException", 0, [], []];
@@ -49,30 +49,30 @@ var SecretString = [0, n0, _SS, 8, 0];
49
49
  export var AccessDeniedException$ = [-3, n0, _ADE,
50
50
  { [_e]: _c, [_hE]: 403 },
51
51
  [_m],
52
- [0]
52
+ [0], 1
53
53
  ];
54
54
  TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
55
55
  export var ConflictException$ = [-3, n0, _CE,
56
56
  { [_e]: _c, [_hE]: 409 },
57
57
  [_m, _rI],
58
- [0, 0]
58
+ [0, 0], 2
59
59
  ];
60
60
  TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
61
61
  export var DeploymentParameterInput$ = [3, n0, _DPI,
62
62
  0,
63
63
  [_n, _sS],
64
- [0, [() => SecretString, 0]]
64
+ [0, [() => SecretString, 0]], 2
65
65
  ];
66
66
  export var InternalServerException$ = [-3, n0, _ISE,
67
67
  { [_e]: _s, [_hE]: 500 },
68
68
  [_m],
69
- [0]
69
+ [0], 1
70
70
  ];
71
71
  TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
72
72
  export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
73
73
  0,
74
74
  [_rA],
75
- [[0, 1]]
75
+ [[0, 1]], 1
76
76
  ];
77
77
  export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
78
78
  0,
@@ -82,29 +82,29 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
82
82
  export var PutDeploymentParameterRequest$ = [3, n0, _PDPR,
83
83
  0,
84
84
  [_ca, _pI, _aI, _dP, _t, _eD, _cT],
85
- [[0, 1], [0, 1], 0, [() => DeploymentParameterInput$, 0], 128 | 0, 5, [0, 4]]
85
+ [[0, 1], [0, 1], 0, [() => DeploymentParameterInput$, 0], 128 | 0, 5, [0, 4]], 4
86
86
  ];
87
87
  export var PutDeploymentParameterResponse$ = [3, n0, _PDPRu,
88
88
  0,
89
89
  [_rA, _aI, _dPI, _t],
90
- [0, 0, 0, 128 | 0]
90
+ [0, 0, 0, 128 | 0], 3
91
91
  ];
92
92
  export var ResourceNotFoundException$ = [-3, n0, _RNFE,
93
93
  { [_e]: _c, [_hE]: 404 },
94
94
  [_m],
95
- [0]
95
+ [0], 1
96
96
  ];
97
97
  TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
98
98
  export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
99
99
  { [_e]: _c, [_hE]: 402 },
100
100
  [_m],
101
- [0]
101
+ [0], 1
102
102
  ];
103
103
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
104
104
  export var TagResourceRequest$ = [3, n0, _TRR,
105
105
  0,
106
106
  [_rA, _t],
107
- [[0, 1], 128 | 0]
107
+ [[0, 1], 128 | 0], 1
108
108
  ];
109
109
  export var TagResourceResponse$ = [3, n0, _TRRa,
110
110
  0,
@@ -114,13 +114,13 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
114
114
  export var ThrottlingException$ = [-3, n0, _TE,
115
115
  { [_e]: _c, [_hE]: 429 },
116
116
  [_m],
117
- [0]
117
+ [0], 1
118
118
  ];
119
119
  TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
120
120
  export var UntagResourceRequest$ = [3, n0, _URR,
121
121
  0,
122
122
  [_rA, _tK],
123
- [[0, 1], [64 | 0, { [_hQ]: _tK }]]
123
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
124
124
  ];
125
125
  export var UntagResourceResponse$ = [3, n0, _URRn,
126
126
  0,
@@ -130,7 +130,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
130
130
  export var ValidationException$ = [-3, n0, _VE,
131
131
  { [_e]: _c, [_hE]: 400 },
132
132
  [_m, _fN],
133
- [0, 0]
133
+ [0, 0], 2
134
134
  ];
135
135
  TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
136
136
  export var MarketplaceDeploymentServiceException$ = [-3, _sm, "MarketplaceDeploymentServiceException", 0, [], []];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-marketplace-deployment",
3
3
  "description": "AWS SDK for JavaScript Marketplace Deployment Client for Node.js, Browser and React Native",
4
- "version": "3.967.0",
4
+ "version": "3.969.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-marketplace-deployment",
@@ -21,54 +21,54 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.967.0",
25
- "@aws-sdk/credential-provider-node": "3.967.0",
26
- "@aws-sdk/middleware-host-header": "3.965.0",
27
- "@aws-sdk/middleware-logger": "3.965.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.965.0",
29
- "@aws-sdk/middleware-user-agent": "3.967.0",
30
- "@aws-sdk/region-config-resolver": "3.965.0",
31
- "@aws-sdk/types": "3.965.0",
32
- "@aws-sdk/util-endpoints": "3.965.0",
33
- "@aws-sdk/util-user-agent-browser": "3.965.0",
34
- "@aws-sdk/util-user-agent-node": "3.967.0",
35
- "@smithy/config-resolver": "^4.4.5",
36
- "@smithy/core": "^3.20.2",
37
- "@smithy/fetch-http-handler": "^5.3.8",
38
- "@smithy/hash-node": "^4.2.7",
39
- "@smithy/invalid-dependency": "^4.2.7",
40
- "@smithy/middleware-content-length": "^4.2.7",
41
- "@smithy/middleware-endpoint": "^4.4.3",
42
- "@smithy/middleware-retry": "^4.4.19",
43
- "@smithy/middleware-serde": "^4.2.8",
44
- "@smithy/middleware-stack": "^4.2.7",
45
- "@smithy/node-config-provider": "^4.3.7",
46
- "@smithy/node-http-handler": "^4.4.7",
47
- "@smithy/protocol-http": "^5.3.7",
48
- "@smithy/smithy-client": "^4.10.4",
49
- "@smithy/types": "^4.11.0",
50
- "@smithy/url-parser": "^4.2.7",
24
+ "@aws-sdk/core": "3.969.0",
25
+ "@aws-sdk/credential-provider-node": "3.969.0",
26
+ "@aws-sdk/middleware-host-header": "3.969.0",
27
+ "@aws-sdk/middleware-logger": "3.969.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.969.0",
29
+ "@aws-sdk/middleware-user-agent": "3.969.0",
30
+ "@aws-sdk/region-config-resolver": "3.969.0",
31
+ "@aws-sdk/types": "3.969.0",
32
+ "@aws-sdk/util-endpoints": "3.969.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.969.0",
34
+ "@aws-sdk/util-user-agent-node": "3.969.0",
35
+ "@smithy/config-resolver": "^4.4.6",
36
+ "@smithy/core": "^3.20.5",
37
+ "@smithy/fetch-http-handler": "^5.3.9",
38
+ "@smithy/hash-node": "^4.2.8",
39
+ "@smithy/invalid-dependency": "^4.2.8",
40
+ "@smithy/middleware-content-length": "^4.2.8",
41
+ "@smithy/middleware-endpoint": "^4.4.6",
42
+ "@smithy/middleware-retry": "^4.4.22",
43
+ "@smithy/middleware-serde": "^4.2.9",
44
+ "@smithy/middleware-stack": "^4.2.8",
45
+ "@smithy/node-config-provider": "^4.3.8",
46
+ "@smithy/node-http-handler": "^4.4.8",
47
+ "@smithy/protocol-http": "^5.3.8",
48
+ "@smithy/smithy-client": "^4.10.7",
49
+ "@smithy/types": "^4.12.0",
50
+ "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.18",
55
- "@smithy/util-defaults-mode-node": "^4.2.21",
56
- "@smithy/util-endpoints": "^3.2.7",
57
- "@smithy/util-middleware": "^4.2.7",
58
- "@smithy/util-retry": "^4.2.7",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.21",
55
+ "@smithy/util-defaults-mode-node": "^4.2.24",
56
+ "@smithy/util-endpoints": "^3.2.8",
57
+ "@smithy/util-middleware": "^4.2.8",
58
+ "@smithy/util-retry": "^4.2.8",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@tsconfig/node18": "18.2.4",
64
- "@types/node": "^18.19.69",
63
+ "@tsconfig/node20": "20.1.8",
64
+ "@types/node": "^20.14.8",
65
65
  "concurrently": "7.0.0",
66
66
  "downlevel-dts": "0.10.1",
67
67
  "rimraf": "5.0.10",
68
68
  "typescript": "~5.8.3"
69
69
  },
70
70
  "engines": {
71
- "node": ">=18.0.0"
71
+ "node": ">=20.0.0"
72
72
  },
73
73
  "typesVersions": {
74
74
  "<4.0": {