@aws-sdk/client-codeguru-security 3.928.0 → 3.930.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 +720 -701
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CodeGuruSecurityClient.js +2 -0
- package/dist-es/commands/BatchGetFindingsCommand.js +3 -9
- package/dist-es/commands/CreateScanCommand.js +3 -9
- package/dist-es/commands/CreateUploadUrlCommand.js +3 -10
- package/dist-es/commands/GetAccountConfigurationCommand.js +3 -9
- package/dist-es/commands/GetFindingsCommand.js +3 -9
- package/dist-es/commands/GetMetricsSummaryCommand.js +3 -9
- package/dist-es/commands/GetScanCommand.js +3 -9
- package/dist-es/commands/ListFindingsMetricsCommand.js +3 -9
- package/dist-es/commands/ListScansCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAccountConfigurationCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -14
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +687 -0
- package/dist-types/CodeGuruSecurityClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +4 -5
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +85 -0
- package/dist-types/ts3.4/CodeGuruSecurityClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +92 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -586
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -119
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -161
|
@@ -598,11 +598,14 @@ export declare namespace ResourceId {
|
|
|
598
598
|
codeArtifactId?: never;
|
|
599
599
|
$unknown: [string, any];
|
|
600
600
|
}
|
|
601
|
+
/**
|
|
602
|
+
* @deprecated unused in schema-serde mode.
|
|
603
|
+
*
|
|
604
|
+
*/
|
|
601
605
|
interface Visitor<T> {
|
|
602
606
|
codeArtifactId: (value: string) => T;
|
|
603
607
|
_: (name: string, value: any) => T;
|
|
604
608
|
}
|
|
605
|
-
const visit: <T>(value: ResourceId, visitor: Visitor<T>) => T;
|
|
606
609
|
}
|
|
607
610
|
/**
|
|
608
611
|
* @public
|
|
@@ -1151,7 +1154,3 @@ export interface UpdateAccountConfigurationResponse {
|
|
|
1151
1154
|
*/
|
|
1152
1155
|
encryptionConfig: EncryptionConfig | undefined;
|
|
1153
1156
|
}
|
|
1154
|
-
/**
|
|
1155
|
-
* @internal
|
|
1156
|
-
*/
|
|
1157
|
-
export declare const CreateUploadUrlResponseFilterSensitiveLog: (obj: CreateUploadUrlResponse) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: CodeGuruSecurityClientConfig) =>
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: CodeGuruSecurityClientConfig) =>
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: CodeGuruSecurityClientConfig) =>
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: CodeGuruSecurityClientConfig) =>
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeGuruSecurityHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var S3Url: StaticSimpleSchema;
|
|
3
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
4
|
+
export declare var AccountFindingsMetric: StaticStructureSchema;
|
|
5
|
+
export declare var BatchGetFindingsError: StaticStructureSchema;
|
|
6
|
+
export declare var BatchGetFindingsRequest: StaticStructureSchema;
|
|
7
|
+
export declare var BatchGetFindingsResponse: StaticStructureSchema;
|
|
8
|
+
export declare var CategoryWithFindingNum: StaticStructureSchema;
|
|
9
|
+
export declare var CodeLine: StaticStructureSchema;
|
|
10
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
11
|
+
export declare var CreateScanRequest: StaticStructureSchema;
|
|
12
|
+
export declare var CreateScanResponse: StaticStructureSchema;
|
|
13
|
+
export declare var CreateUploadUrlRequest: StaticStructureSchema;
|
|
14
|
+
export declare var CreateUploadUrlResponse: StaticStructureSchema;
|
|
15
|
+
export declare var EncryptionConfig: StaticStructureSchema;
|
|
16
|
+
export declare var FilePath: StaticStructureSchema;
|
|
17
|
+
export declare var Finding: StaticStructureSchema;
|
|
18
|
+
export declare var FindingIdentifier: StaticStructureSchema;
|
|
19
|
+
export declare var FindingMetricsValuePerSeverity: StaticStructureSchema;
|
|
20
|
+
export declare var GetAccountConfigurationRequest: StaticStructureSchema;
|
|
21
|
+
export declare var GetAccountConfigurationResponse: StaticStructureSchema;
|
|
22
|
+
export declare var GetFindingsRequest: StaticStructureSchema;
|
|
23
|
+
export declare var GetFindingsResponse: StaticStructureSchema;
|
|
24
|
+
export declare var GetMetricsSummaryRequest: StaticStructureSchema;
|
|
25
|
+
export declare var GetMetricsSummaryResponse: StaticStructureSchema;
|
|
26
|
+
export declare var GetScanRequest: StaticStructureSchema;
|
|
27
|
+
export declare var GetScanResponse: StaticStructureSchema;
|
|
28
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
29
|
+
export declare var ListFindingsMetricsRequest: StaticStructureSchema;
|
|
30
|
+
export declare var ListFindingsMetricsResponse: StaticStructureSchema;
|
|
31
|
+
export declare var ListScansRequest: StaticStructureSchema;
|
|
32
|
+
export declare var ListScansResponse: StaticStructureSchema;
|
|
33
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
34
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
35
|
+
export declare var MetricsSummary: StaticStructureSchema;
|
|
36
|
+
export declare var Recommendation: StaticStructureSchema;
|
|
37
|
+
export declare var Remediation: StaticStructureSchema;
|
|
38
|
+
export declare var Resource: StaticStructureSchema;
|
|
39
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
40
|
+
export declare var ScanNameWithFindingNum: StaticStructureSchema;
|
|
41
|
+
export declare var ScanSummary: StaticStructureSchema;
|
|
42
|
+
export declare var SuggestedFix: StaticStructureSchema;
|
|
43
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
44
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
45
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
46
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
47
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
48
|
+
export declare var UpdateAccountConfigurationRequest: StaticStructureSchema;
|
|
49
|
+
export declare var UpdateAccountConfigurationResponse: StaticStructureSchema;
|
|
50
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
51
|
+
export declare var ValidationExceptionField: StaticStructureSchema;
|
|
52
|
+
export declare var Vulnerability: StaticStructureSchema;
|
|
53
|
+
export declare var __Unit: "unit";
|
|
54
|
+
export declare var CodeGuruSecurityServiceException: StaticErrorSchema;
|
|
55
|
+
export declare var BatchGetFindingsErrors: StaticListSchema;
|
|
56
|
+
export declare var CategoriesWithMostFindings: StaticListSchema;
|
|
57
|
+
export declare var CodeSnippet: StaticListSchema;
|
|
58
|
+
export declare var DetectorTags: number;
|
|
59
|
+
export declare var FindingIdentifiers: StaticListSchema;
|
|
60
|
+
export declare var Findings: StaticListSchema;
|
|
61
|
+
export declare var FindingsMetricList: StaticListSchema;
|
|
62
|
+
export declare var ReferenceUrls: number;
|
|
63
|
+
export declare var RelatedVulnerabilities: number;
|
|
64
|
+
export declare var ScanSummaries: StaticListSchema;
|
|
65
|
+
export declare var ScansWithMostOpenCriticalFindings: StaticListSchema;
|
|
66
|
+
export declare var ScansWithMostOpenFindings: StaticListSchema;
|
|
67
|
+
export declare var SuggestedFixes: StaticListSchema;
|
|
68
|
+
export declare var TagKeyList: number;
|
|
69
|
+
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
70
|
+
export declare var RequestHeaderMap: StaticMapSchema;
|
|
71
|
+
export declare var TagMap: number;
|
|
72
|
+
export declare var ResourceId: StaticStructureSchema;
|
|
73
|
+
export declare var BatchGetFindings: StaticOperationSchema;
|
|
74
|
+
export declare var CreateScan: StaticOperationSchema;
|
|
75
|
+
export declare var CreateUploadUrl: StaticOperationSchema;
|
|
76
|
+
export declare var GetAccountConfiguration: StaticOperationSchema;
|
|
77
|
+
export declare var GetFindings: StaticOperationSchema;
|
|
78
|
+
export declare var GetMetricsSummary: StaticOperationSchema;
|
|
79
|
+
export declare var GetScan: StaticOperationSchema;
|
|
80
|
+
export declare var ListFindingsMetrics: StaticOperationSchema;
|
|
81
|
+
export declare var ListScans: StaticOperationSchema;
|
|
82
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
83
|
+
export declare var TagResource: StaticOperationSchema;
|
|
84
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
85
|
+
export declare var UpdateAccountConfiguration: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -156,6 +159,7 @@ export interface ClientDefaults
|
|
|
156
159
|
retryMode?: string | __Provider<string>;
|
|
157
160
|
logger?: __Logger;
|
|
158
161
|
extensions?: RuntimeExtension[];
|
|
162
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
159
163
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
160
164
|
}
|
|
161
165
|
export type CodeGuruSecurityClientConfigType = Partial<
|
|
@@ -189,7 +189,6 @@ export declare namespace ResourceId {
|
|
|
189
189
|
codeArtifactId: (value: string) => T;
|
|
190
190
|
_: (name: string, value: any) => T;
|
|
191
191
|
}
|
|
192
|
-
const visit: <T>(value: ResourceId, visitor: Visitor<T>) => T;
|
|
193
192
|
}
|
|
194
193
|
export declare const ScanType: {
|
|
195
194
|
readonly EXPRESS: "Express";
|
|
@@ -336,6 +335,3 @@ export interface UpdateAccountConfigurationRequest {
|
|
|
336
335
|
export interface UpdateAccountConfigurationResponse {
|
|
337
336
|
encryptionConfig: EncryptionConfig | undefined;
|
|
338
337
|
}
|
|
339
|
-
export declare const CreateUploadUrlResponseFilterSensitiveLog: (
|
|
340
|
-
obj: CreateUploadUrlResponse
|
|
341
|
-
) => any;
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
userAgentAppId?:
|
|
45
49
|
| string
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
retryStrategy?:
|
|
45
49
|
| import("@smithy/types").RetryStrategy
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
defaultsMode:
|
|
43
47
|
| import("@smithy/smithy-client").DefaultsMode
|
|
44
48
|
| import("@smithy/types").Provider<
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeGuruSecurityHttpAuthSchemeProvider;
|
|
17
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
18
|
logger: import("@smithy/types").Logger;
|
|
19
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
20
|
+
import("@smithy/types").HttpRequest,
|
|
21
|
+
import("@smithy/types").HttpResponse
|
|
22
|
+
>;
|
|
19
23
|
serviceId: string;
|
|
20
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticMapSchema,
|
|
5
|
+
StaticOperationSchema,
|
|
6
|
+
StaticSimpleSchema,
|
|
7
|
+
StaticStructureSchema,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
export declare var S3Url: StaticSimpleSchema;
|
|
10
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
11
|
+
export declare var AccountFindingsMetric: StaticStructureSchema;
|
|
12
|
+
export declare var BatchGetFindingsError: StaticStructureSchema;
|
|
13
|
+
export declare var BatchGetFindingsRequest: StaticStructureSchema;
|
|
14
|
+
export declare var BatchGetFindingsResponse: StaticStructureSchema;
|
|
15
|
+
export declare var CategoryWithFindingNum: StaticStructureSchema;
|
|
16
|
+
export declare var CodeLine: StaticStructureSchema;
|
|
17
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
18
|
+
export declare var CreateScanRequest: StaticStructureSchema;
|
|
19
|
+
export declare var CreateScanResponse: StaticStructureSchema;
|
|
20
|
+
export declare var CreateUploadUrlRequest: StaticStructureSchema;
|
|
21
|
+
export declare var CreateUploadUrlResponse: StaticStructureSchema;
|
|
22
|
+
export declare var EncryptionConfig: StaticStructureSchema;
|
|
23
|
+
export declare var FilePath: StaticStructureSchema;
|
|
24
|
+
export declare var Finding: StaticStructureSchema;
|
|
25
|
+
export declare var FindingIdentifier: StaticStructureSchema;
|
|
26
|
+
export declare var FindingMetricsValuePerSeverity: StaticStructureSchema;
|
|
27
|
+
export declare var GetAccountConfigurationRequest: StaticStructureSchema;
|
|
28
|
+
export declare var GetAccountConfigurationResponse: StaticStructureSchema;
|
|
29
|
+
export declare var GetFindingsRequest: StaticStructureSchema;
|
|
30
|
+
export declare var GetFindingsResponse: StaticStructureSchema;
|
|
31
|
+
export declare var GetMetricsSummaryRequest: StaticStructureSchema;
|
|
32
|
+
export declare var GetMetricsSummaryResponse: StaticStructureSchema;
|
|
33
|
+
export declare var GetScanRequest: StaticStructureSchema;
|
|
34
|
+
export declare var GetScanResponse: StaticStructureSchema;
|
|
35
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
36
|
+
export declare var ListFindingsMetricsRequest: StaticStructureSchema;
|
|
37
|
+
export declare var ListFindingsMetricsResponse: StaticStructureSchema;
|
|
38
|
+
export declare var ListScansRequest: StaticStructureSchema;
|
|
39
|
+
export declare var ListScansResponse: StaticStructureSchema;
|
|
40
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
41
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
42
|
+
export declare var MetricsSummary: StaticStructureSchema;
|
|
43
|
+
export declare var Recommendation: StaticStructureSchema;
|
|
44
|
+
export declare var Remediation: StaticStructureSchema;
|
|
45
|
+
export declare var Resource: StaticStructureSchema;
|
|
46
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
47
|
+
export declare var ScanNameWithFindingNum: StaticStructureSchema;
|
|
48
|
+
export declare var ScanSummary: StaticStructureSchema;
|
|
49
|
+
export declare var SuggestedFix: StaticStructureSchema;
|
|
50
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
51
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
52
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
53
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
54
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
55
|
+
export declare var UpdateAccountConfigurationRequest: StaticStructureSchema;
|
|
56
|
+
export declare var UpdateAccountConfigurationResponse: StaticStructureSchema;
|
|
57
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
58
|
+
export declare var ValidationExceptionField: StaticStructureSchema;
|
|
59
|
+
export declare var Vulnerability: StaticStructureSchema;
|
|
60
|
+
export declare var __Unit: "unit";
|
|
61
|
+
export declare var CodeGuruSecurityServiceException: StaticErrorSchema;
|
|
62
|
+
export declare var BatchGetFindingsErrors: StaticListSchema;
|
|
63
|
+
export declare var CategoriesWithMostFindings: StaticListSchema;
|
|
64
|
+
export declare var CodeSnippet: StaticListSchema;
|
|
65
|
+
export declare var DetectorTags: number;
|
|
66
|
+
export declare var FindingIdentifiers: StaticListSchema;
|
|
67
|
+
export declare var Findings: StaticListSchema;
|
|
68
|
+
export declare var FindingsMetricList: StaticListSchema;
|
|
69
|
+
export declare var ReferenceUrls: number;
|
|
70
|
+
export declare var RelatedVulnerabilities: number;
|
|
71
|
+
export declare var ScanSummaries: StaticListSchema;
|
|
72
|
+
export declare var ScansWithMostOpenCriticalFindings: StaticListSchema;
|
|
73
|
+
export declare var ScansWithMostOpenFindings: StaticListSchema;
|
|
74
|
+
export declare var SuggestedFixes: StaticListSchema;
|
|
75
|
+
export declare var TagKeyList: number;
|
|
76
|
+
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
77
|
+
export declare var RequestHeaderMap: StaticMapSchema;
|
|
78
|
+
export declare var TagMap: number;
|
|
79
|
+
export declare var ResourceId: StaticStructureSchema;
|
|
80
|
+
export declare var BatchGetFindings: StaticOperationSchema;
|
|
81
|
+
export declare var CreateScan: StaticOperationSchema;
|
|
82
|
+
export declare var CreateUploadUrl: StaticOperationSchema;
|
|
83
|
+
export declare var GetAccountConfiguration: StaticOperationSchema;
|
|
84
|
+
export declare var GetFindings: StaticOperationSchema;
|
|
85
|
+
export declare var GetMetricsSummary: StaticOperationSchema;
|
|
86
|
+
export declare var GetScan: StaticOperationSchema;
|
|
87
|
+
export declare var ListFindingsMetrics: StaticOperationSchema;
|
|
88
|
+
export declare var ListScans: StaticOperationSchema;
|
|
89
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
90
|
+
export declare var TagResource: StaticOperationSchema;
|
|
91
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
92
|
+
export declare var UpdateAccountConfiguration: StaticOperationSchema;
|
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.930.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,43 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/uuid": "^1.1.0",
|
|
60
59
|
"tslib": "^2.6.2"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|