@aws-sdk/client-codeguru-reviewer 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 -14
- package/dist-types/commands/AssociateRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateCodeReviewCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCodeReviewCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRecommendationFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/ListCodeReviewsCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendationFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/ListRepositoryAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutRecommendationFeedbackCommand.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/index.d.ts +2 -2
- package/dist-types/models/CodeGuruReviewerServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/AssociateRepositoryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateCodeReviewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeCodeReviewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeRecommendationFeedbackCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateRepositoryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCodeReviewsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRecommendationFeedbackCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRepositoryAssociationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutRecommendationFeedbackCommand.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/models/CodeGuruReviewerServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -218,7 +218,6 @@ var CodeGuruReviewerClient = _CodeGuruReviewerClient;
|
|
|
218
218
|
|
|
219
219
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
220
220
|
|
|
221
|
-
var import_types = require("@smithy/types");
|
|
222
221
|
|
|
223
222
|
// src/protocols/Aws_restJson1.ts
|
|
224
223
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1076,7 +1075,6 @@ var AssociateRepositoryCommand = _AssociateRepositoryCommand;
|
|
|
1076
1075
|
|
|
1077
1076
|
|
|
1078
1077
|
|
|
1079
|
-
|
|
1080
1078
|
var _CreateCodeReviewCommand = class _CreateCodeReviewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1081
1079
|
...commonParams
|
|
1082
1080
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1093,7 +1091,6 @@ var CreateCodeReviewCommand = _CreateCodeReviewCommand;
|
|
|
1093
1091
|
|
|
1094
1092
|
|
|
1095
1093
|
|
|
1096
|
-
|
|
1097
1094
|
var _DescribeCodeReviewCommand = class _DescribeCodeReviewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1098
1095
|
...commonParams
|
|
1099
1096
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1110,7 +1107,6 @@ var DescribeCodeReviewCommand = _DescribeCodeReviewCommand;
|
|
|
1110
1107
|
|
|
1111
1108
|
|
|
1112
1109
|
|
|
1113
|
-
|
|
1114
1110
|
var _DescribeRecommendationFeedbackCommand = class _DescribeRecommendationFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1115
1111
|
...commonParams
|
|
1116
1112
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1127,7 +1123,6 @@ var DescribeRecommendationFeedbackCommand = _DescribeRecommendationFeedbackComma
|
|
|
1127
1123
|
|
|
1128
1124
|
|
|
1129
1125
|
|
|
1130
|
-
|
|
1131
1126
|
var _DescribeRepositoryAssociationCommand = class _DescribeRepositoryAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1132
1127
|
...commonParams
|
|
1133
1128
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1144,7 +1139,6 @@ var DescribeRepositoryAssociationCommand = _DescribeRepositoryAssociationCommand
|
|
|
1144
1139
|
|
|
1145
1140
|
|
|
1146
1141
|
|
|
1147
|
-
|
|
1148
1142
|
var _DisassociateRepositoryCommand = class _DisassociateRepositoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1149
1143
|
...commonParams
|
|
1150
1144
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1161,7 +1155,6 @@ var DisassociateRepositoryCommand = _DisassociateRepositoryCommand;
|
|
|
1161
1155
|
|
|
1162
1156
|
|
|
1163
1157
|
|
|
1164
|
-
|
|
1165
1158
|
var _ListCodeReviewsCommand = class _ListCodeReviewsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1166
1159
|
...commonParams
|
|
1167
1160
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1178,7 +1171,6 @@ var ListCodeReviewsCommand = _ListCodeReviewsCommand;
|
|
|
1178
1171
|
|
|
1179
1172
|
|
|
1180
1173
|
|
|
1181
|
-
|
|
1182
1174
|
var _ListRecommendationFeedbackCommand = class _ListRecommendationFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1183
1175
|
...commonParams
|
|
1184
1176
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1195,7 +1187,6 @@ var ListRecommendationFeedbackCommand = _ListRecommendationFeedbackCommand;
|
|
|
1195
1187
|
|
|
1196
1188
|
|
|
1197
1189
|
|
|
1198
|
-
|
|
1199
1190
|
var _ListRecommendationsCommand = class _ListRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1200
1191
|
...commonParams
|
|
1201
1192
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1212,7 +1203,6 @@ var ListRecommendationsCommand = _ListRecommendationsCommand;
|
|
|
1212
1203
|
|
|
1213
1204
|
|
|
1214
1205
|
|
|
1215
|
-
|
|
1216
1206
|
var _ListRepositoryAssociationsCommand = class _ListRepositoryAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1217
1207
|
...commonParams
|
|
1218
1208
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1229,7 +1219,6 @@ var ListRepositoryAssociationsCommand = _ListRepositoryAssociationsCommand;
|
|
|
1229
1219
|
|
|
1230
1220
|
|
|
1231
1221
|
|
|
1232
|
-
|
|
1233
1222
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1234
1223
|
...commonParams
|
|
1235
1224
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1246,7 +1235,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1246
1235
|
|
|
1247
1236
|
|
|
1248
1237
|
|
|
1249
|
-
|
|
1250
1238
|
var _PutRecommendationFeedbackCommand = class _PutRecommendationFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1251
1239
|
...commonParams
|
|
1252
1240
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1263,7 +1251,6 @@ var PutRecommendationFeedbackCommand = _PutRecommendationFeedbackCommand;
|
|
|
1263
1251
|
|
|
1264
1252
|
|
|
1265
1253
|
|
|
1266
|
-
|
|
1267
1254
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1268
1255
|
...commonParams
|
|
1269
1256
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1280,7 +1267,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1280
1267
|
|
|
1281
1268
|
|
|
1282
1269
|
|
|
1283
|
-
|
|
1284
1270
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1285
1271
|
...commonParams
|
|
1286
1272
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
export * from "./CodeGuruReviewerClient";
|
|
21
21
|
export * from "./CodeGuruReviewer";
|
|
22
22
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
23
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
24
|
-
export { CodeGuruReviewerExtensionConfiguration } from "./extensionConfiguration";
|
|
23
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
24
|
+
export type { CodeGuruReviewerExtensionConfiguration } from "./extensionConfiguration";
|
|
25
25
|
export * from "./commands";
|
|
26
26
|
export * from "./pagination";
|
|
27
27
|
export * from "./waiters";
|
|
@@ -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
|
AssociateRepositoryRequest,
|
|
10
10
|
AssociateRepositoryResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AssociateRepositoryCommandInput
|
|
14
15
|
extends AssociateRepositoryRequest {}
|
|
15
16
|
export interface AssociateRepositoryCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateCodeReviewRequest,
|
|
10
10
|
CreateCodeReviewResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateCodeReviewCommandInput extends CreateCodeReviewRequest {}
|
|
14
15
|
export interface CreateCodeReviewCommandOutput
|
|
15
16
|
extends CreateCodeReviewResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeCodeReviewRequest,
|
|
10
10
|
DescribeCodeReviewResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeCodeReviewCommandInput
|
|
14
15
|
extends DescribeCodeReviewRequest {}
|
|
15
16
|
export interface DescribeCodeReviewCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeRecommendationFeedbackRequest,
|
|
10
10
|
DescribeRecommendationFeedbackResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeRecommendationFeedbackCommandInput
|
|
14
15
|
extends DescribeRecommendationFeedbackRequest {}
|
|
15
16
|
export interface DescribeRecommendationFeedbackCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeRepositoryAssociationRequest,
|
|
10
10
|
DescribeRepositoryAssociationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeRepositoryAssociationCommandInput
|
|
14
15
|
extends DescribeRepositoryAssociationRequest {}
|
|
15
16
|
export interface DescribeRepositoryAssociationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DisassociateRepositoryRequest,
|
|
10
10
|
DisassociateRepositoryResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisassociateRepositoryCommandInput
|
|
14
15
|
extends DisassociateRepositoryRequest {}
|
|
15
16
|
export interface DisassociateRepositoryCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListCodeReviewsRequest,
|
|
10
10
|
ListCodeReviewsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListCodeReviewsCommandInput extends ListCodeReviewsRequest {}
|
|
14
15
|
export interface ListCodeReviewsCommandOutput
|
|
15
16
|
extends ListCodeReviewsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListRecommendationFeedbackRequest,
|
|
10
10
|
ListRecommendationFeedbackResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListRecommendationFeedbackCommandInput
|
|
14
15
|
extends ListRecommendationFeedbackRequest {}
|
|
15
16
|
export interface ListRecommendationFeedbackCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListRecommendationsRequest,
|
|
10
10
|
ListRecommendationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListRecommendationsCommandInput
|
|
14
15
|
extends ListRecommendationsRequest {}
|
|
15
16
|
export interface ListRecommendationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListRepositoryAssociationsRequest,
|
|
10
10
|
ListRepositoryAssociationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListRepositoryAssociationsCommandInput
|
|
14
15
|
extends ListRepositoryAssociationsRequest {}
|
|
15
16
|
export interface ListRepositoryAssociationsCommandOutput
|
|
@@ -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
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutRecommendationFeedbackRequest,
|
|
10
10
|
PutRecommendationFeedbackResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutRecommendationFeedbackCommandInput
|
|
14
15
|
extends PutRecommendationFeedbackRequest {}
|
|
15
16
|
export interface PutRecommendationFeedbackCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeGuruReviewerClient";
|
|
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,
|
|
@@ -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 CodeGuruReviewerServiceException 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-reviewer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeguru Reviewer 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-reviewer",
|
|
@@ -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",
|