@aws-sdk/client-inspector-scan 3.968.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
@@ -208,19 +208,19 @@ const n0 = "com.amazonaws.inspectorscan";
208
208
  var AccessDeniedException$ = [-3, n0, _ADE,
209
209
  { [_e]: _c, [_hE]: 403 },
210
210
  [_m],
211
- [0]
211
+ [0], 1
212
212
  ];
213
213
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
214
214
  var InternalServerException$ = [-3, n0, _ISE,
215
215
  { [_e]: _s, [_hE]: 500 },
216
216
  [_m, _r, _rAS],
217
- [0, 0, [1, { [_hH]: _RA }]]
217
+ [0, 0, [1, { [_hH]: _RA }]], 2
218
218
  ];
219
219
  schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
220
220
  var ScanSbomRequest$ = [3, n0, _SSR,
221
221
  0,
222
222
  [_sb, _oF],
223
- [15, 0]
223
+ [15, 0], 1
224
224
  ];
225
225
  var ScanSbomResponse$ = [3, n0, _SSRc,
226
226
  0,
@@ -230,19 +230,19 @@ var ScanSbomResponse$ = [3, n0, _SSRc,
230
230
  var ThrottlingException$ = [-3, n0, _TE,
231
231
  { [_e]: _c, [_hE]: 429 },
232
232
  [_m, _rAS],
233
- [0, [1, { [_hH]: _RA }]]
233
+ [0, [1, { [_hH]: _RA }]], 1
234
234
  ];
235
235
  schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
236
236
  var ValidationException$ = [-3, n0, _VE,
237
237
  { [_e]: _c, [_hE]: 400 },
238
238
  [_m, _r, _f],
239
- [0, 0, () => ValidationExceptionFields]
239
+ [0, 0, () => ValidationExceptionFields], 2
240
240
  ];
241
241
  schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
242
242
  var ValidationExceptionField$ = [3, n0, _VEF,
243
243
  0,
244
244
  [_n, _m],
245
- [0, 0]
245
+ [0, 0], 2
246
246
  ];
247
247
  var InspectorScanServiceException$ = [-3, _sm, "InspectorScanServiceException", 0, [], []];
248
248
  schema.TypeRegistry.for(_sm).registerError(InspectorScanServiceException$, InspectorScanServiceException);
@@ -29,19 +29,19 @@ import { InspectorScanServiceException } from "../models/InspectorScanServiceExc
29
29
  export var AccessDeniedException$ = [-3, n0, _ADE,
30
30
  { [_e]: _c, [_hE]: 403 },
31
31
  [_m],
32
- [0]
32
+ [0], 1
33
33
  ];
34
34
  TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
35
35
  export var InternalServerException$ = [-3, n0, _ISE,
36
36
  { [_e]: _s, [_hE]: 500 },
37
37
  [_m, _r, _rAS],
38
- [0, 0, [1, { [_hH]: _RA }]]
38
+ [0, 0, [1, { [_hH]: _RA }]], 2
39
39
  ];
40
40
  TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
41
41
  export var ScanSbomRequest$ = [3, n0, _SSR,
42
42
  0,
43
43
  [_sb, _oF],
44
- [15, 0]
44
+ [15, 0], 1
45
45
  ];
46
46
  export var ScanSbomResponse$ = [3, n0, _SSRc,
47
47
  0,
@@ -51,19 +51,19 @@ export var ScanSbomResponse$ = [3, n0, _SSRc,
51
51
  export var ThrottlingException$ = [-3, n0, _TE,
52
52
  { [_e]: _c, [_hE]: 429 },
53
53
  [_m, _rAS],
54
- [0, [1, { [_hH]: _RA }]]
54
+ [0, [1, { [_hH]: _RA }]], 1
55
55
  ];
56
56
  TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
57
57
  export var ValidationException$ = [-3, n0, _VE,
58
58
  { [_e]: _c, [_hE]: 400 },
59
59
  [_m, _r, _f],
60
- [0, 0, () => ValidationExceptionFields]
60
+ [0, 0, () => ValidationExceptionFields], 2
61
61
  ];
62
62
  TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
63
63
  export var ValidationExceptionField$ = [3, n0, _VEF,
64
64
  0,
65
65
  [_n, _m],
66
- [0, 0]
66
+ [0, 0], 2
67
67
  ];
68
68
  export var InspectorScanServiceException$ = [-3, _sm, "InspectorScanServiceException", 0, [], []];
69
69
  TypeRegistry.for(_sm).registerError(InspectorScanServiceException$, InspectorScanServiceException);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-inspector-scan",
3
3
  "description": "AWS SDK for JavaScript Inspector Scan Client for Node.js, Browser and React Native",
4
- "version": "3.968.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-inspector-scan",
@@ -21,41 +21,41 @@
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.968.0",
25
- "@aws-sdk/credential-provider-node": "3.968.0",
26
- "@aws-sdk/middleware-host-header": "3.968.0",
27
- "@aws-sdk/middleware-logger": "3.968.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.968.0",
29
- "@aws-sdk/middleware-user-agent": "3.968.0",
30
- "@aws-sdk/region-config-resolver": "3.968.0",
31
- "@aws-sdk/types": "3.968.0",
32
- "@aws-sdk/util-endpoints": "3.968.0",
33
- "@aws-sdk/util-user-agent-browser": "3.968.0",
34
- "@aws-sdk/util-user-agent-node": "3.968.0",
35
- "@smithy/config-resolver": "^4.4.5",
36
- "@smithy/core": "^3.20.3",
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.4",
42
- "@smithy/middleware-retry": "^4.4.20",
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.5",
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.19",
55
- "@smithy/util-defaults-mode-node": "^4.2.22",
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
  },