@aws-sdk/client-codeguru-security 3.590.0 → 3.596.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 +0 -13
- package/dist-types/commands/BatchGetFindingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateScanCommand.d.ts +2 -1
- package/dist-types/commands/CreateUploadUrlCommand.d.ts +2 -1
- package/dist-types/commands/GetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +2 -1
- package/dist-types/commands/GetMetricsSummaryCommand.d.ts +2 -1
- package/dist-types/commands/GetScanCommand.d.ts +2 -1
- package/dist-types/commands/ListFindingsMetricsCommand.d.ts +2 -1
- package/dist-types/commands/ListScansCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/CodeGuruSecurityServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateScanCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMetricsSummaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetScanCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFindingsMetricsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListScansCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/CodeGuruSecurityServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -209,7 +209,6 @@ var CodeGuruSecurityClient = _CodeGuruSecurityClient;
|
|
|
209
209
|
|
|
210
210
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
211
211
|
|
|
212
|
-
var import_types = require("@smithy/types");
|
|
213
212
|
|
|
214
213
|
// src/protocols/Aws_restJson1.ts
|
|
215
214
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1016,7 +1015,6 @@ var BatchGetFindingsCommand = _BatchGetFindingsCommand;
|
|
|
1016
1015
|
|
|
1017
1016
|
|
|
1018
1017
|
|
|
1019
|
-
|
|
1020
1018
|
var _CreateScanCommand = class _CreateScanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1021
1019
|
...commonParams
|
|
1022
1020
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1033,7 +1031,6 @@ var CreateScanCommand = _CreateScanCommand;
|
|
|
1033
1031
|
|
|
1034
1032
|
|
|
1035
1033
|
|
|
1036
|
-
|
|
1037
1034
|
var _CreateUploadUrlCommand = class _CreateUploadUrlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1038
1035
|
...commonParams
|
|
1039
1036
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1050,7 +1047,6 @@ var CreateUploadUrlCommand = _CreateUploadUrlCommand;
|
|
|
1050
1047
|
|
|
1051
1048
|
|
|
1052
1049
|
|
|
1053
|
-
|
|
1054
1050
|
var _GetAccountConfigurationCommand = class _GetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1055
1051
|
...commonParams
|
|
1056
1052
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1067,7 +1063,6 @@ var GetAccountConfigurationCommand = _GetAccountConfigurationCommand;
|
|
|
1067
1063
|
|
|
1068
1064
|
|
|
1069
1065
|
|
|
1070
|
-
|
|
1071
1066
|
var _GetFindingsCommand = class _GetFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1072
1067
|
...commonParams
|
|
1073
1068
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1084,7 +1079,6 @@ var GetFindingsCommand = _GetFindingsCommand;
|
|
|
1084
1079
|
|
|
1085
1080
|
|
|
1086
1081
|
|
|
1087
|
-
|
|
1088
1082
|
var _GetMetricsSummaryCommand = class _GetMetricsSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1089
1083
|
...commonParams
|
|
1090
1084
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1101,7 +1095,6 @@ var GetMetricsSummaryCommand = _GetMetricsSummaryCommand;
|
|
|
1101
1095
|
|
|
1102
1096
|
|
|
1103
1097
|
|
|
1104
|
-
|
|
1105
1098
|
var _GetScanCommand = class _GetScanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1106
1099
|
...commonParams
|
|
1107
1100
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1118,7 +1111,6 @@ var GetScanCommand = _GetScanCommand;
|
|
|
1118
1111
|
|
|
1119
1112
|
|
|
1120
1113
|
|
|
1121
|
-
|
|
1122
1114
|
var _ListFindingsMetricsCommand = class _ListFindingsMetricsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1123
1115
|
...commonParams
|
|
1124
1116
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1135,7 +1127,6 @@ var ListFindingsMetricsCommand = _ListFindingsMetricsCommand;
|
|
|
1135
1127
|
|
|
1136
1128
|
|
|
1137
1129
|
|
|
1138
|
-
|
|
1139
1130
|
var _ListScansCommand = class _ListScansCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1140
1131
|
...commonParams
|
|
1141
1132
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1152,7 +1143,6 @@ var ListScansCommand = _ListScansCommand;
|
|
|
1152
1143
|
|
|
1153
1144
|
|
|
1154
1145
|
|
|
1155
|
-
|
|
1156
1146
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1157
1147
|
...commonParams
|
|
1158
1148
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1169,7 +1159,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1169
1159
|
|
|
1170
1160
|
|
|
1171
1161
|
|
|
1172
|
-
|
|
1173
1162
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1174
1163
|
...commonParams
|
|
1175
1164
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1186,7 +1175,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1186
1175
|
|
|
1187
1176
|
|
|
1188
1177
|
|
|
1189
|
-
|
|
1190
1178
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1191
1179
|
...commonParams
|
|
1192
1180
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1203,7 +1191,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1203
1191
|
|
|
1204
1192
|
|
|
1205
1193
|
|
|
1206
|
-
|
|
1207
1194
|
var _UpdateAccountConfigurationCommand = class _UpdateAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1208
1195
|
...commonParams
|
|
1209
1196
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
export * from "./CodeGuruSecurityClient";
|
|
17
17
|
export * from "./CodeGuruSecurity";
|
|
18
18
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
19
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
20
|
-
export { CodeGuruSecurityExtensionConfiguration } from "./extensionConfiguration";
|
|
19
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
20
|
+
export type { CodeGuruSecurityExtensionConfiguration } from "./extensionConfiguration";
|
|
21
21
|
export * from "./commands";
|
|
22
22
|
export * from "./pagination";
|
|
23
23
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchGetFindingsRequest,
|
|
10
10
|
BatchGetFindingsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchGetFindingsCommandInput extends BatchGetFindingsRequest {}
|
|
14
15
|
export interface BatchGetFindingsCommandOutput
|
|
15
16
|
extends BatchGetFindingsResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeGuruSecurityClient";
|
|
8
8
|
import { CreateScanRequest, CreateScanResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateScanCommandInput extends CreateScanRequest {}
|
|
11
12
|
export interface CreateScanCommandOutput
|
|
12
13
|
extends CreateScanResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateUploadUrlRequest,
|
|
10
10
|
CreateUploadUrlResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateUploadUrlCommandInput extends CreateUploadUrlRequest {}
|
|
14
15
|
export interface CreateUploadUrlCommandOutput
|
|
15
16
|
extends CreateUploadUrlResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetAccountConfigurationRequest,
|
|
10
10
|
GetAccountConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetAccountConfigurationCommandInput
|
|
14
15
|
extends GetAccountConfigurationRequest {}
|
|
15
16
|
export interface GetAccountConfigurationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeGuruSecurityClient";
|
|
8
8
|
import { GetFindingsRequest, GetFindingsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetFindingsCommandInput extends GetFindingsRequest {}
|
|
11
12
|
export interface GetFindingsCommandOutput
|
|
12
13
|
extends GetFindingsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetMetricsSummaryRequest,
|
|
10
10
|
GetMetricsSummaryResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetMetricsSummaryCommandInput
|
|
14
15
|
extends GetMetricsSummaryRequest {}
|
|
15
16
|
export interface GetMetricsSummaryCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeGuruSecurityClient";
|
|
8
8
|
import { GetScanRequest, GetScanResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetScanCommandInput extends GetScanRequest {}
|
|
11
12
|
export interface GetScanCommandOutput
|
|
12
13
|
extends GetScanResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListFindingsMetricsRequest,
|
|
10
10
|
ListFindingsMetricsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListFindingsMetricsCommandInput
|
|
14
15
|
extends ListFindingsMetricsRequest {}
|
|
15
16
|
export interface ListFindingsMetricsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeGuruSecurityClient";
|
|
8
8
|
import { ListScansRequest, ListScansResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListScansCommandInput extends ListScansRequest {}
|
|
11
12
|
export interface ListScansCommandOutput
|
|
12
13
|
extends ListScansResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeGuruSecurityClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateAccountConfigurationRequest,
|
|
10
10
|
UpdateAccountConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateAccountConfigurationCommandInput
|
|
14
15
|
extends UpdateAccountConfigurationRequest {}
|
|
15
16
|
export interface UpdateAccountConfigurationCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class CodeGuruSecurityServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codeguru-security",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeguru Security Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.596.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-codeguru-security",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|