@aws-sdk/client-inspector2 3.955.0 → 3.956.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
@@ -3090,7 +3090,7 @@ var ValidationExceptionFields = [1, n0, _VEFa, 0, () => ValidationExceptionField
3090
3090
  var Vulnerabilities = [1, n0, _Vu, 0, () => Vulnerability$];
3091
3091
  var VulnerablePackageList = [1, n0, _VPL, 0, () => VulnerablePackage$];
3092
3092
  var AggregationRequest$ = [
3093
- 3,
3093
+ 4,
3094
3094
  n0,
3095
3095
  _AR,
3096
3096
  0,
@@ -3111,7 +3111,7 @@ var AggregationRequest$ = [
3111
3111
  ],
3112
3112
  ];
3113
3113
  var AggregationResponse$ = [
3114
- 3,
3114
+ 4,
3115
3115
  n0,
3116
3116
  _ARg,
3117
3117
  0,
@@ -3132,16 +3132,16 @@ var AggregationResponse$ = [
3132
3132
  ],
3133
3133
  ];
3134
3134
  var ClusterMetadata$ = [
3135
- 3,
3135
+ 4,
3136
3136
  n0,
3137
3137
  _CM,
3138
3138
  0,
3139
3139
  [_aEMD, _aEMDw],
3140
3140
  [() => AwsEcsMetadataDetails$, () => AwsEksMetadataDetails$],
3141
3141
  ];
3142
- var CodeSecurityResource$ = [3, n0, _CSRo, 0, [_pI], [0]];
3142
+ var CodeSecurityResource$ = [4, n0, _CSRo, 0, [_pI], [0]];
3143
3143
  var CreateIntegrationDetail$ = [
3144
- 3,
3144
+ 4,
3145
3145
  n0,
3146
3146
  _CID,
3147
3147
  0,
@@ -3149,7 +3149,7 @@ var CreateIntegrationDetail$ = [
3149
3149
  [[() => CreateGitLabSelfManagedIntegrationDetail$, 0]],
3150
3150
  ];
3151
3151
  var Schedule$ = [
3152
- 3,
3152
+ 4,
3153
3153
  n0,
3154
3154
  _Sc,
3155
3155
  0,
@@ -3157,7 +3157,7 @@ var Schedule$ = [
3157
3157
  [() => OneTimeSchedule$, () => DailySchedule$, () => WeeklySchedule$, () => MonthlySchedule$],
3158
3158
  ];
3159
3159
  var UpdateIntegrationDetails$ = [
3160
- 3,
3160
+ 4,
3161
3161
  n0,
3162
3162
  _UID,
3163
3163
  0,
@@ -2902,7 +2902,7 @@ var CisTagMap = 128 | 0;
2902
2902
  var TagMap = 128 | 0;
2903
2903
  var TargetResourceTags = [2, n0, _TRT, 0, 0, 64 | 0];
2904
2904
  export var AggregationRequest$ = [
2905
- 3,
2905
+ 4,
2906
2906
  n0,
2907
2907
  _AR,
2908
2908
  0,
@@ -2923,7 +2923,7 @@ export var AggregationRequest$ = [
2923
2923
  ],
2924
2924
  ];
2925
2925
  export var AggregationResponse$ = [
2926
- 3,
2926
+ 4,
2927
2927
  n0,
2928
2928
  _ARg,
2929
2929
  0,
@@ -2944,16 +2944,16 @@ export var AggregationResponse$ = [
2944
2944
  ],
2945
2945
  ];
2946
2946
  export var ClusterMetadata$ = [
2947
- 3,
2947
+ 4,
2948
2948
  n0,
2949
2949
  _CM,
2950
2950
  0,
2951
2951
  [_aEMD, _aEMDw],
2952
2952
  [() => AwsEcsMetadataDetails$, () => AwsEksMetadataDetails$],
2953
2953
  ];
2954
- export var CodeSecurityResource$ = [3, n0, _CSRo, 0, [_pI], [0]];
2954
+ export var CodeSecurityResource$ = [4, n0, _CSRo, 0, [_pI], [0]];
2955
2955
  export var CreateIntegrationDetail$ = [
2956
- 3,
2956
+ 4,
2957
2957
  n0,
2958
2958
  _CID,
2959
2959
  0,
@@ -2961,7 +2961,7 @@ export var CreateIntegrationDetail$ = [
2961
2961
  [[() => CreateGitLabSelfManagedIntegrationDetail$, 0]],
2962
2962
  ];
2963
2963
  export var Schedule$ = [
2964
- 3,
2964
+ 4,
2965
2965
  n0,
2966
2966
  _Sc,
2967
2967
  0,
@@ -2969,7 +2969,7 @@ export var Schedule$ = [
2969
2969
  [() => OneTimeSchedule$, () => DailySchedule$, () => WeeklySchedule$, () => MonthlySchedule$],
2970
2970
  ];
2971
2971
  export var UpdateIntegrationDetails$ = [
2972
- 3,
2972
+ 4,
2973
2973
  n0,
2974
2974
  _UID,
2975
2975
  0,
@@ -1,4 +1,4 @@
1
- import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
2
2
  export declare var AccessDeniedException$: StaticErrorSchema;
3
3
  export declare var Account$: StaticStructureSchema;
4
4
  export declare var AccountAggregation$: StaticStructureSchema;
@@ -334,13 +334,13 @@ export declare var Vulnerability$: StaticStructureSchema;
334
334
  export declare var VulnerablePackage$: StaticStructureSchema;
335
335
  export declare var WeeklySchedule$: StaticStructureSchema;
336
336
  export declare var Inspector2ServiceException$: StaticErrorSchema;
337
- export declare var AggregationRequest$: StaticStructureSchema;
338
- export declare var AggregationResponse$: StaticStructureSchema;
339
- export declare var ClusterMetadata$: StaticStructureSchema;
340
- export declare var CodeSecurityResource$: StaticStructureSchema;
341
- export declare var CreateIntegrationDetail$: StaticStructureSchema;
342
- export declare var Schedule$: StaticStructureSchema;
343
- export declare var UpdateIntegrationDetails$: StaticStructureSchema;
337
+ export declare var AggregationRequest$: StaticUnionSchema;
338
+ export declare var AggregationResponse$: StaticUnionSchema;
339
+ export declare var ClusterMetadata$: StaticUnionSchema;
340
+ export declare var CodeSecurityResource$: StaticUnionSchema;
341
+ export declare var CreateIntegrationDetail$: StaticUnionSchema;
342
+ export declare var Schedule$: StaticUnionSchema;
343
+ export declare var UpdateIntegrationDetails$: StaticUnionSchema;
344
344
  export declare var AssociateMember$: StaticOperationSchema;
345
345
  export declare var BatchAssociateCodeSecurityScanConfiguration$: StaticOperationSchema;
346
346
  export declare var BatchDisassociateCodeSecurityScanConfiguration$: StaticOperationSchema;
@@ -2,6 +2,7 @@ import {
2
2
  StaticErrorSchema,
3
3
  StaticOperationSchema,
4
4
  StaticStructureSchema,
5
+ StaticUnionSchema,
5
6
  } from "@smithy/types";
6
7
  export declare var AccessDeniedException$: StaticErrorSchema;
7
8
  export declare var Account$: StaticStructureSchema;
@@ -338,13 +339,13 @@ export declare var Vulnerability$: StaticStructureSchema;
338
339
  export declare var VulnerablePackage$: StaticStructureSchema;
339
340
  export declare var WeeklySchedule$: StaticStructureSchema;
340
341
  export declare var Inspector2ServiceException$: StaticErrorSchema;
341
- export declare var AggregationRequest$: StaticStructureSchema;
342
- export declare var AggregationResponse$: StaticStructureSchema;
343
- export declare var ClusterMetadata$: StaticStructureSchema;
344
- export declare var CodeSecurityResource$: StaticStructureSchema;
345
- export declare var CreateIntegrationDetail$: StaticStructureSchema;
346
- export declare var Schedule$: StaticStructureSchema;
347
- export declare var UpdateIntegrationDetails$: StaticStructureSchema;
342
+ export declare var AggregationRequest$: StaticUnionSchema;
343
+ export declare var AggregationResponse$: StaticUnionSchema;
344
+ export declare var ClusterMetadata$: StaticUnionSchema;
345
+ export declare var CodeSecurityResource$: StaticUnionSchema;
346
+ export declare var CreateIntegrationDetail$: StaticUnionSchema;
347
+ export declare var Schedule$: StaticUnionSchema;
348
+ export declare var UpdateIntegrationDetails$: StaticUnionSchema;
348
349
  export declare var AssociateMember$: StaticOperationSchema;
349
350
  export declare var BatchAssociateCodeSecurityScanConfiguration$: StaticOperationSchema;
350
351
  export declare var BatchDisassociateCodeSecurityScanConfiguration$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-inspector2",
3
3
  "description": "AWS SDK for JavaScript Inspector2 Client for Node.js, Browser and React Native",
4
- "version": "3.955.0",
4
+ "version": "3.956.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-inspector2",
@@ -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.954.0",
25
- "@aws-sdk/credential-provider-node": "3.955.0",
26
- "@aws-sdk/middleware-host-header": "3.953.0",
27
- "@aws-sdk/middleware-logger": "3.953.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.953.0",
29
- "@aws-sdk/middleware-user-agent": "3.954.0",
30
- "@aws-sdk/region-config-resolver": "3.953.0",
31
- "@aws-sdk/types": "3.953.0",
32
- "@aws-sdk/util-endpoints": "3.953.0",
33
- "@aws-sdk/util-user-agent-browser": "3.953.0",
34
- "@aws-sdk/util-user-agent-node": "3.954.0",
35
- "@smithy/config-resolver": "^4.4.4",
36
- "@smithy/core": "^3.19.0",
37
- "@smithy/fetch-http-handler": "^5.3.7",
38
- "@smithy/hash-node": "^4.2.6",
39
- "@smithy/invalid-dependency": "^4.2.6",
40
- "@smithy/middleware-content-length": "^4.2.6",
41
- "@smithy/middleware-endpoint": "^4.4.0",
42
- "@smithy/middleware-retry": "^4.4.16",
43
- "@smithy/middleware-serde": "^4.2.7",
44
- "@smithy/middleware-stack": "^4.2.6",
45
- "@smithy/node-config-provider": "^4.3.6",
46
- "@smithy/node-http-handler": "^4.4.6",
47
- "@smithy/protocol-http": "^5.3.6",
48
- "@smithy/smithy-client": "^4.10.1",
49
- "@smithy/types": "^4.10.0",
50
- "@smithy/url-parser": "^4.2.6",
24
+ "@aws-sdk/core": "3.956.0",
25
+ "@aws-sdk/credential-provider-node": "3.956.0",
26
+ "@aws-sdk/middleware-host-header": "3.956.0",
27
+ "@aws-sdk/middleware-logger": "3.956.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.956.0",
29
+ "@aws-sdk/middleware-user-agent": "3.956.0",
30
+ "@aws-sdk/region-config-resolver": "3.956.0",
31
+ "@aws-sdk/types": "3.956.0",
32
+ "@aws-sdk/util-endpoints": "3.956.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.956.0",
34
+ "@aws-sdk/util-user-agent-node": "3.956.0",
35
+ "@smithy/config-resolver": "^4.4.5",
36
+ "@smithy/core": "^3.20.0",
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.1",
42
+ "@smithy/middleware-retry": "^4.4.17",
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.2",
49
+ "@smithy/types": "^4.11.0",
50
+ "@smithy/url-parser": "^4.2.7",
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.15",
55
- "@smithy/util-defaults-mode-node": "^4.2.18",
56
- "@smithy/util-endpoints": "^3.2.6",
57
- "@smithy/util-middleware": "^4.2.6",
58
- "@smithy/util-retry": "^4.2.6",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.16",
55
+ "@smithy/util-defaults-mode-node": "^4.2.19",
56
+ "@smithy/util-endpoints": "^3.2.7",
57
+ "@smithy/util-middleware": "^4.2.7",
58
+ "@smithy/util-retry": "^4.2.7",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },