@aws-sdk/client-codeguru-security 3.927.0 → 3.929.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 -693
- 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 -6
- 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 +0 -4
- 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 -3
- 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 +5 -6
- 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
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { BatchGetFindingsCommandInput, BatchGetFindingsCommandOutput } from "../commands/BatchGetFindingsCommand";
|
|
4
|
-
import { CreateScanCommandInput, CreateScanCommandOutput } from "../commands/CreateScanCommand";
|
|
5
|
-
import { CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput } from "../commands/CreateUploadUrlCommand";
|
|
6
|
-
import { GetAccountConfigurationCommandInput, GetAccountConfigurationCommandOutput } from "../commands/GetAccountConfigurationCommand";
|
|
7
|
-
import { GetFindingsCommandInput, GetFindingsCommandOutput } from "../commands/GetFindingsCommand";
|
|
8
|
-
import { GetMetricsSummaryCommandInput, GetMetricsSummaryCommandOutput } from "../commands/GetMetricsSummaryCommand";
|
|
9
|
-
import { GetScanCommandInput, GetScanCommandOutput } from "../commands/GetScanCommand";
|
|
10
|
-
import { ListFindingsMetricsCommandInput, ListFindingsMetricsCommandOutput } from "../commands/ListFindingsMetricsCommand";
|
|
11
|
-
import { ListScansCommandInput, ListScansCommandOutput } from "../commands/ListScansCommand";
|
|
12
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
13
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
14
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
15
|
-
import { UpdateAccountConfigurationCommandInput, UpdateAccountConfigurationCommandOutput } from "../commands/UpdateAccountConfigurationCommand";
|
|
16
|
-
/**
|
|
17
|
-
* serializeAws_restJson1BatchGetFindingsCommand
|
|
18
|
-
*/
|
|
19
|
-
export declare const se_BatchGetFindingsCommand: (input: BatchGetFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
20
|
-
/**
|
|
21
|
-
* serializeAws_restJson1CreateScanCommand
|
|
22
|
-
*/
|
|
23
|
-
export declare const se_CreateScanCommand: (input: CreateScanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
24
|
-
/**
|
|
25
|
-
* serializeAws_restJson1CreateUploadUrlCommand
|
|
26
|
-
*/
|
|
27
|
-
export declare const se_CreateUploadUrlCommand: (input: CreateUploadUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
|
-
/**
|
|
29
|
-
* serializeAws_restJson1GetAccountConfigurationCommand
|
|
30
|
-
*/
|
|
31
|
-
export declare const se_GetAccountConfigurationCommand: (input: GetAccountConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
-
/**
|
|
33
|
-
* serializeAws_restJson1GetFindingsCommand
|
|
34
|
-
*/
|
|
35
|
-
export declare const se_GetFindingsCommand: (input: GetFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
/**
|
|
37
|
-
* serializeAws_restJson1GetMetricsSummaryCommand
|
|
38
|
-
*/
|
|
39
|
-
export declare const se_GetMetricsSummaryCommand: (input: GetMetricsSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
/**
|
|
41
|
-
* serializeAws_restJson1GetScanCommand
|
|
42
|
-
*/
|
|
43
|
-
export declare const se_GetScanCommand: (input: GetScanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
/**
|
|
45
|
-
* serializeAws_restJson1ListFindingsMetricsCommand
|
|
46
|
-
*/
|
|
47
|
-
export declare const se_ListFindingsMetricsCommand: (input: ListFindingsMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
/**
|
|
49
|
-
* serializeAws_restJson1ListScansCommand
|
|
50
|
-
*/
|
|
51
|
-
export declare const se_ListScansCommand: (input: ListScansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
/**
|
|
53
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
54
|
-
*/
|
|
55
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
/**
|
|
57
|
-
* serializeAws_restJson1TagResourceCommand
|
|
58
|
-
*/
|
|
59
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
/**
|
|
61
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
62
|
-
*/
|
|
63
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
/**
|
|
65
|
-
* serializeAws_restJson1UpdateAccountConfigurationCommand
|
|
66
|
-
*/
|
|
67
|
-
export declare const se_UpdateAccountConfigurationCommand: (input: UpdateAccountConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
/**
|
|
69
|
-
* deserializeAws_restJson1BatchGetFindingsCommand
|
|
70
|
-
*/
|
|
71
|
-
export declare const de_BatchGetFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFindingsCommandOutput>;
|
|
72
|
-
/**
|
|
73
|
-
* deserializeAws_restJson1CreateScanCommand
|
|
74
|
-
*/
|
|
75
|
-
export declare const de_CreateScanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScanCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* deserializeAws_restJson1CreateUploadUrlCommand
|
|
78
|
-
*/
|
|
79
|
-
export declare const de_CreateUploadUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUploadUrlCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* deserializeAws_restJson1GetAccountConfigurationCommand
|
|
82
|
-
*/
|
|
83
|
-
export declare const de_GetAccountConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountConfigurationCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* deserializeAws_restJson1GetFindingsCommand
|
|
86
|
-
*/
|
|
87
|
-
export declare const de_GetFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* deserializeAws_restJson1GetMetricsSummaryCommand
|
|
90
|
-
*/
|
|
91
|
-
export declare const de_GetMetricsSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricsSummaryCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* deserializeAws_restJson1GetScanCommand
|
|
94
|
-
*/
|
|
95
|
-
export declare const de_GetScanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetScanCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* deserializeAws_restJson1ListFindingsMetricsCommand
|
|
98
|
-
*/
|
|
99
|
-
export declare const de_ListFindingsMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsMetricsCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* deserializeAws_restJson1ListScansCommand
|
|
102
|
-
*/
|
|
103
|
-
export declare const de_ListScansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListScansCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
106
|
-
*/
|
|
107
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
110
|
-
*/
|
|
111
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
114
|
-
*/
|
|
115
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
116
|
-
/**
|
|
117
|
-
* deserializeAws_restJson1UpdateAccountConfigurationCommand
|
|
118
|
-
*/
|
|
119
|
-
export declare const de_UpdateAccountConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountConfigurationCommandOutput>;
|
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
BatchGetFindingsCommandInput,
|
|
8
|
-
BatchGetFindingsCommandOutput,
|
|
9
|
-
} from "../commands/BatchGetFindingsCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateScanCommandInput,
|
|
12
|
-
CreateScanCommandOutput,
|
|
13
|
-
} from "../commands/CreateScanCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateUploadUrlCommandInput,
|
|
16
|
-
CreateUploadUrlCommandOutput,
|
|
17
|
-
} from "../commands/CreateUploadUrlCommand";
|
|
18
|
-
import {
|
|
19
|
-
GetAccountConfigurationCommandInput,
|
|
20
|
-
GetAccountConfigurationCommandOutput,
|
|
21
|
-
} from "../commands/GetAccountConfigurationCommand";
|
|
22
|
-
import {
|
|
23
|
-
GetFindingsCommandInput,
|
|
24
|
-
GetFindingsCommandOutput,
|
|
25
|
-
} from "../commands/GetFindingsCommand";
|
|
26
|
-
import {
|
|
27
|
-
GetMetricsSummaryCommandInput,
|
|
28
|
-
GetMetricsSummaryCommandOutput,
|
|
29
|
-
} from "../commands/GetMetricsSummaryCommand";
|
|
30
|
-
import {
|
|
31
|
-
GetScanCommandInput,
|
|
32
|
-
GetScanCommandOutput,
|
|
33
|
-
} from "../commands/GetScanCommand";
|
|
34
|
-
import {
|
|
35
|
-
ListFindingsMetricsCommandInput,
|
|
36
|
-
ListFindingsMetricsCommandOutput,
|
|
37
|
-
} from "../commands/ListFindingsMetricsCommand";
|
|
38
|
-
import {
|
|
39
|
-
ListScansCommandInput,
|
|
40
|
-
ListScansCommandOutput,
|
|
41
|
-
} from "../commands/ListScansCommand";
|
|
42
|
-
import {
|
|
43
|
-
ListTagsForResourceCommandInput,
|
|
44
|
-
ListTagsForResourceCommandOutput,
|
|
45
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
46
|
-
import {
|
|
47
|
-
TagResourceCommandInput,
|
|
48
|
-
TagResourceCommandOutput,
|
|
49
|
-
} from "../commands/TagResourceCommand";
|
|
50
|
-
import {
|
|
51
|
-
UntagResourceCommandInput,
|
|
52
|
-
UntagResourceCommandOutput,
|
|
53
|
-
} from "../commands/UntagResourceCommand";
|
|
54
|
-
import {
|
|
55
|
-
UpdateAccountConfigurationCommandInput,
|
|
56
|
-
UpdateAccountConfigurationCommandOutput,
|
|
57
|
-
} from "../commands/UpdateAccountConfigurationCommand";
|
|
58
|
-
export declare const se_BatchGetFindingsCommand: (
|
|
59
|
-
input: BatchGetFindingsCommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const se_CreateScanCommand: (
|
|
63
|
-
input: CreateScanCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_CreateUploadUrlCommand: (
|
|
67
|
-
input: CreateUploadUrlCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_GetAccountConfigurationCommand: (
|
|
71
|
-
input: GetAccountConfigurationCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_GetFindingsCommand: (
|
|
75
|
-
input: GetFindingsCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_GetMetricsSummaryCommand: (
|
|
79
|
-
input: GetMetricsSummaryCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_GetScanCommand: (
|
|
83
|
-
input: GetScanCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_ListFindingsMetricsCommand: (
|
|
87
|
-
input: ListFindingsMetricsCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_ListScansCommand: (
|
|
91
|
-
input: ListScansCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
95
|
-
input: ListTagsForResourceCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_TagResourceCommand: (
|
|
99
|
-
input: TagResourceCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_UntagResourceCommand: (
|
|
103
|
-
input: UntagResourceCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_UpdateAccountConfigurationCommand: (
|
|
107
|
-
input: UpdateAccountConfigurationCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const de_BatchGetFindingsCommand: (
|
|
111
|
-
output: __HttpResponse,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<BatchGetFindingsCommandOutput>;
|
|
114
|
-
export declare const de_CreateScanCommand: (
|
|
115
|
-
output: __HttpResponse,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<CreateScanCommandOutput>;
|
|
118
|
-
export declare const de_CreateUploadUrlCommand: (
|
|
119
|
-
output: __HttpResponse,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<CreateUploadUrlCommandOutput>;
|
|
122
|
-
export declare const de_GetAccountConfigurationCommand: (
|
|
123
|
-
output: __HttpResponse,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<GetAccountConfigurationCommandOutput>;
|
|
126
|
-
export declare const de_GetFindingsCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<GetFindingsCommandOutput>;
|
|
130
|
-
export declare const de_GetMetricsSummaryCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<GetMetricsSummaryCommandOutput>;
|
|
134
|
-
export declare const de_GetScanCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<GetScanCommandOutput>;
|
|
138
|
-
export declare const de_ListFindingsMetricsCommand: (
|
|
139
|
-
output: __HttpResponse,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<ListFindingsMetricsCommandOutput>;
|
|
142
|
-
export declare const de_ListScansCommand: (
|
|
143
|
-
output: __HttpResponse,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<ListScansCommandOutput>;
|
|
146
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
147
|
-
output: __HttpResponse,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
150
|
-
export declare const de_TagResourceCommand: (
|
|
151
|
-
output: __HttpResponse,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<TagResourceCommandOutput>;
|
|
154
|
-
export declare const de_UntagResourceCommand: (
|
|
155
|
-
output: __HttpResponse,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
158
|
-
export declare const de_UpdateAccountConfigurationCommand: (
|
|
159
|
-
output: __HttpResponse,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<UpdateAccountConfigurationCommandOutput>;
|