@aws-sdk/client-codeguru-security 3.775.0 → 3.782.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-types/commands/BatchGetFindingsCommand.d.ts +1 -0
- package/dist-types/commands/CreateScanCommand.d.ts +1 -0
- package/dist-types/commands/CreateUploadUrlCommand.d.ts +1 -0
- package/dist-types/commands/GetAccountConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +1 -0
- package/dist-types/commands/GetMetricsSummaryCommand.d.ts +1 -0
- package/dist-types/commands/GetScanCommand.d.ts +1 -0
- package/dist-types/commands/ListFindingsMetricsCommand.d.ts +1 -0
- package/dist-types/commands/ListScansCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -135,6 +135,7 @@ declare const BatchGetFindingsCommand_base: {
|
|
|
135
135
|
* @throws {@link CodeGuruSecurityServiceException}
|
|
136
136
|
* <p>Base exception class for all service exceptions from CodeGuruSecurity service.</p>
|
|
137
137
|
*
|
|
138
|
+
*
|
|
138
139
|
* @public
|
|
139
140
|
*/
|
|
140
141
|
export declare class BatchGetFindingsCommand extends BatchGetFindingsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const CreateScanCommand_base: {
|
|
|
89
89
|
* @throws {@link CodeGuruSecurityServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from CodeGuruSecurity service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class CreateScanCommand extends CreateScanCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const CreateUploadUrlCommand_base: {
|
|
|
73
73
|
* @throws {@link CodeGuruSecurityServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from CodeGuruSecurity service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class CreateUploadUrlCommand extends CreateUploadUrlCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const GetAccountConfigurationCommand_base: {
|
|
|
66
66
|
* @throws {@link CodeGuruSecurityServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from CodeGuruSecurity service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class GetAccountConfigurationCommand extends GetAccountConfigurationCommand_base {
|
|
@@ -134,6 +134,7 @@ declare const GetFindingsCommand_base: {
|
|
|
134
134
|
* @throws {@link CodeGuruSecurityServiceException}
|
|
135
135
|
* <p>Base exception class for all service exceptions from CodeGuruSecurity service.</p>
|
|
136
136
|
*
|
|
137
|
+
*
|
|
137
138
|
* @public
|
|
138
139
|
*/
|
|
139
140
|
export declare class GetFindingsCommand extends GetFindingsCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const GetMetricsSummaryCommand_base: {
|
|
|
95
95
|
* @throws {@link CodeGuruSecurityServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from CodeGuruSecurity service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class GetMetricsSummaryCommand extends GetMetricsSummaryCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const GetScanCommand_base: {
|
|
|
78
78
|
* @throws {@link CodeGuruSecurityServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from CodeGuruSecurity service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class GetScanCommand extends GetScanCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const ListFindingsMetricsCommand_base: {
|
|
|
102
102
|
* @throws {@link CodeGuruSecurityServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from CodeGuruSecurity service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class ListFindingsMetricsCommand extends ListFindingsMetricsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListScansCommand_base: {
|
|
|
78
78
|
* @throws {@link CodeGuruSecurityServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from CodeGuruSecurity service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListScansCommand extends ListScansCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
76
76
|
* @throws {@link CodeGuruSecurityServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from CodeGuruSecurity service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const TagResourceCommand_base: {
|
|
|
75
75
|
* @throws {@link CodeGuruSecurityServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from CodeGuruSecurity service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const UntagResourceCommand_base: {
|
|
|
75
75
|
* @throws {@link CodeGuruSecurityServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from CodeGuruSecurity service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const UpdateAccountConfigurationCommand_base: {
|
|
|
73
73
|
* @throws {@link CodeGuruSecurityServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from CodeGuruSecurity service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UpdateAccountConfigurationCommand extends UpdateAccountConfigurationCommand_base {
|
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.782.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|