@aws-sdk/client-codebuild 3.478.0 → 3.484.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/commands/BatchDeleteBuildsCommand.js +18 -41
- package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +18 -41
- package/dist-cjs/commands/BatchGetBuildsCommand.js +18 -41
- package/dist-cjs/commands/BatchGetProjectsCommand.js +18 -41
- package/dist-cjs/commands/BatchGetReportGroupsCommand.js +18 -41
- package/dist-cjs/commands/BatchGetReportsCommand.js +18 -41
- package/dist-cjs/commands/CreateProjectCommand.js +18 -41
- package/dist-cjs/commands/CreateReportGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateWebhookCommand.js +18 -41
- package/dist-cjs/commands/DeleteBuildBatchCommand.js +18 -41
- package/dist-cjs/commands/DeleteProjectCommand.js +18 -41
- package/dist-cjs/commands/DeleteReportCommand.js +18 -41
- package/dist-cjs/commands/DeleteReportGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +18 -41
- package/dist-cjs/commands/DeleteWebhookCommand.js +18 -41
- package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +18 -41
- package/dist-cjs/commands/DescribeTestCasesCommand.js +18 -41
- package/dist-cjs/commands/GetReportGroupTrendCommand.js +18 -41
- package/dist-cjs/commands/GetResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/ImportSourceCredentialsCommand.js +18 -41
- package/dist-cjs/commands/InvalidateProjectCacheCommand.js +18 -41
- package/dist-cjs/commands/ListBuildBatchesCommand.js +18 -41
- package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +18 -41
- package/dist-cjs/commands/ListBuildsCommand.js +18 -41
- package/dist-cjs/commands/ListBuildsForProjectCommand.js +18 -41
- package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +18 -41
- package/dist-cjs/commands/ListProjectsCommand.js +18 -41
- package/dist-cjs/commands/ListReportGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListReportsCommand.js +18 -41
- package/dist-cjs/commands/ListReportsForReportGroupCommand.js +18 -41
- package/dist-cjs/commands/ListSharedProjectsCommand.js +18 -41
- package/dist-cjs/commands/ListSharedReportGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListSourceCredentialsCommand.js +18 -41
- package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/RetryBuildBatchCommand.js +18 -41
- package/dist-cjs/commands/RetryBuildCommand.js +18 -41
- package/dist-cjs/commands/StartBuildBatchCommand.js +18 -41
- package/dist-cjs/commands/StartBuildCommand.js +18 -41
- package/dist-cjs/commands/StopBuildBatchCommand.js +18 -41
- package/dist-cjs/commands/StopBuildCommand.js +18 -41
- package/dist-cjs/commands/UpdateProjectCommand.js +18 -41
- package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +18 -41
- package/dist-cjs/commands/UpdateReportGroupCommand.js +18 -41
- package/dist-cjs/commands/UpdateWebhookCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/BatchDeleteBuildsCommand.js +18 -41
- package/dist-es/commands/BatchGetBuildBatchesCommand.js +18 -41
- package/dist-es/commands/BatchGetBuildsCommand.js +18 -41
- package/dist-es/commands/BatchGetProjectsCommand.js +18 -41
- package/dist-es/commands/BatchGetReportGroupsCommand.js +18 -41
- package/dist-es/commands/BatchGetReportsCommand.js +18 -41
- package/dist-es/commands/CreateProjectCommand.js +18 -41
- package/dist-es/commands/CreateReportGroupCommand.js +18 -41
- package/dist-es/commands/CreateWebhookCommand.js +18 -41
- package/dist-es/commands/DeleteBuildBatchCommand.js +18 -41
- package/dist-es/commands/DeleteProjectCommand.js +18 -41
- package/dist-es/commands/DeleteReportCommand.js +18 -41
- package/dist-es/commands/DeleteReportGroupCommand.js +18 -41
- package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteSourceCredentialsCommand.js +18 -41
- package/dist-es/commands/DeleteWebhookCommand.js +18 -41
- package/dist-es/commands/DescribeCodeCoveragesCommand.js +18 -41
- package/dist-es/commands/DescribeTestCasesCommand.js +18 -41
- package/dist-es/commands/GetReportGroupTrendCommand.js +18 -41
- package/dist-es/commands/GetResourcePolicyCommand.js +18 -41
- package/dist-es/commands/ImportSourceCredentialsCommand.js +18 -41
- package/dist-es/commands/InvalidateProjectCacheCommand.js +18 -41
- package/dist-es/commands/ListBuildBatchesCommand.js +18 -41
- package/dist-es/commands/ListBuildBatchesForProjectCommand.js +18 -41
- package/dist-es/commands/ListBuildsCommand.js +18 -41
- package/dist-es/commands/ListBuildsForProjectCommand.js +18 -41
- package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +18 -41
- package/dist-es/commands/ListProjectsCommand.js +18 -41
- package/dist-es/commands/ListReportGroupsCommand.js +18 -41
- package/dist-es/commands/ListReportsCommand.js +18 -41
- package/dist-es/commands/ListReportsForReportGroupCommand.js +18 -41
- package/dist-es/commands/ListSharedProjectsCommand.js +18 -41
- package/dist-es/commands/ListSharedReportGroupsCommand.js +18 -41
- package/dist-es/commands/ListSourceCredentialsCommand.js +18 -41
- package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-es/commands/RetryBuildBatchCommand.js +18 -41
- package/dist-es/commands/RetryBuildCommand.js +18 -41
- package/dist-es/commands/StartBuildBatchCommand.js +18 -41
- package/dist-es/commands/StartBuildCommand.js +18 -41
- package/dist-es/commands/StopBuildBatchCommand.js +18 -41
- package/dist-es/commands/StopBuildCommand.js +18 -41
- package/dist-es/commands/UpdateProjectCommand.js +18 -41
- package/dist-es/commands/UpdateProjectVisibilityCommand.js +18 -41
- package/dist-es/commands/UpdateReportGroupCommand.js +18 -41
- package/dist-es/commands/UpdateWebhookCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetReportsCommand.d.ts +6 -21
- package/dist-types/commands/CreateProjectCommand.d.ts +6 -21
- package/dist-types/commands/CreateReportGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateWebhookCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBuildBatchCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProjectCommand.d.ts +6 -21
- package/dist-types/commands/DeleteReportCommand.d.ts +6 -21
- package/dist-types/commands/DeleteReportGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWebhookCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTestCasesCommand.d.ts +6 -21
- package/dist-types/commands/GetReportGroupTrendCommand.d.ts +6 -21
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +6 -21
- package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +6 -21
- package/dist-types/commands/ListBuildBatchesCommand.d.ts +6 -21
- package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +6 -21
- package/dist-types/commands/ListBuildsCommand.d.ts +6 -21
- package/dist-types/commands/ListBuildsForProjectCommand.d.ts +6 -21
- package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +6 -21
- package/dist-types/commands/ListProjectsCommand.d.ts +6 -21
- package/dist-types/commands/ListReportGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListReportsCommand.d.ts +6 -21
- package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +6 -21
- package/dist-types/commands/ListSharedProjectsCommand.d.ts +6 -21
- package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListSourceCredentialsCommand.d.ts +6 -21
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +6 -21
- package/dist-types/commands/RetryBuildCommand.d.ts +6 -21
- package/dist-types/commands/StartBuildBatchCommand.d.ts +6 -21
- package/dist-types/commands/StartBuildCommand.d.ts +6 -21
- package/dist-types/commands/StopBuildBatchCommand.d.ts +6 -21
- package/dist-types/commands/StopBuildCommand.d.ts +6 -21
- package/dist-types/commands/UpdateProjectCommand.d.ts +6 -21
- package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +6 -21
- package/dist-types/commands/UpdateReportGroupCommand.d.ts +6 -21
- package/dist-types/commands/UpdateWebhookCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetReportGroupTrendCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodeBuildClient";
|
|
29
|
-
const commandName = "GetReportGroupTrendCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodeBuild_20161006",
|
|
38
|
-
operation: "GetReportGroupTrend",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_GetReportGroupTrendCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_GetReportGroupTrendCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetReportGroupTrendCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeBuild_20161006", "GetReportGroupTrend", {})
|
|
22
|
+
.n("CodeBuildClient", "GetReportGroupTrendCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_GetReportGroupTrendCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_GetReportGroupTrendCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetReportGroupTrendCommand = GetReportGroupTrendCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetResourcePolicyCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodeBuildClient";
|
|
29
|
-
const commandName = "GetResourcePolicyCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodeBuild_20161006",
|
|
38
|
-
operation: "GetResourcePolicy",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_GetResourcePolicyCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_GetResourcePolicyCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetResourcePolicyCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeBuild_20161006", "GetResourcePolicy", {})
|
|
22
|
+
.n("CodeBuildClient", "GetResourcePolicyCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_GetResourcePolicyCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_GetResourcePolicyCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class ImportSourceCredentialsCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "CodeBuildClient";
|
|
30
|
-
const commandName = "ImportSourceCredentialsCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.ImportSourceCredentialsInputFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "CodeBuild_20161006",
|
|
39
|
-
operation: "ImportSourceCredentials",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_ImportSourceCredentialsCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_ImportSourceCredentialsCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class ImportSourceCredentialsCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("CodeBuild_20161006", "ImportSourceCredentials", {})
|
|
23
|
+
.n("CodeBuildClient", "ImportSourceCredentialsCommand")
|
|
24
|
+
.f(models_0_1.ImportSourceCredentialsInputFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_ImportSourceCredentialsCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_ImportSourceCredentialsCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.ImportSourceCredentialsCommand = ImportSourceCredentialsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class InvalidateProjectCacheCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodeBuildClient";
|
|
29
|
-
const commandName = "InvalidateProjectCacheCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodeBuild_20161006",
|
|
38
|
-
operation: "InvalidateProjectCache",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_InvalidateProjectCacheCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_InvalidateProjectCacheCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class InvalidateProjectCacheCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeBuild_20161006", "InvalidateProjectCache", {})
|
|
22
|
+
.n("CodeBuildClient", "InvalidateProjectCacheCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_InvalidateProjectCacheCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_InvalidateProjectCacheCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.InvalidateProjectCacheCommand = InvalidateProjectCacheCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListBuildBatchesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodeBuildClient";
|
|
29
|
-
const commandName = "ListBuildBatchesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodeBuild_20161006",
|
|
38
|
-
operation: "ListBuildBatches",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListBuildBatchesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListBuildBatchesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListBuildBatchesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeBuild_20161006", "ListBuildBatches", {})
|
|
22
|
+
.n("CodeBuildClient", "ListBuildBatchesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListBuildBatchesCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListBuildBatchesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListBuildBatchesCommand = ListBuildBatchesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListBuildBatchesForProjectCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodeBuildClient";
|
|
29
|
-
const commandName = "ListBuildBatchesForProjectCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodeBuild_20161006",
|
|
38
|
-
operation: "ListBuildBatchesForProject",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListBuildBatchesForProjectCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListBuildBatchesForProjectCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListBuildBatchesForProjectCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeBuild_20161006", "ListBuildBatchesForProject", {})
|
|
22
|
+
.n("CodeBuildClient", "ListBuildBatchesForProjectCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListBuildBatchesForProjectCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListBuildBatchesForProjectCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListBuildBatchesForProjectCommand = ListBuildBatchesForProjectCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListBuildsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodeBuildClient";
|
|
29
|
-
const commandName = "ListBuildsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodeBuild_20161006",
|
|
38
|
-
operation: "ListBuilds",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListBuildsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListBuildsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListBuildsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeBuild_20161006", "ListBuilds", {})
|
|
22
|
+
.n("CodeBuildClient", "ListBuildsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListBuildsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListBuildsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListBuildsCommand = ListBuildsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListBuildsForProjectCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodeBuildClient";
|
|
29
|
-
const commandName = "ListBuildsForProjectCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodeBuild_20161006",
|
|
38
|
-
operation: "ListBuildsForProject",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListBuildsForProjectCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListBuildsForProjectCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListBuildsForProjectCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeBuild_20161006", "ListBuildsForProject", {})
|
|
22
|
+
.n("CodeBuildClient", "ListBuildsForProjectCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListBuildsForProjectCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListBuildsForProjectCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListBuildsForProjectCommand = ListBuildsForProjectCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListCuratedEnvironmentImagesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodeBuildClient";
|
|
29
|
-
const commandName = "ListCuratedEnvironmentImagesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodeBuild_20161006",
|
|
38
|
-
operation: "ListCuratedEnvironmentImages",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListCuratedEnvironmentImagesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListCuratedEnvironmentImagesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListCuratedEnvironmentImagesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeBuild_20161006", "ListCuratedEnvironmentImages", {})
|
|
22
|
+
.n("CodeBuildClient", "ListCuratedEnvironmentImagesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListCuratedEnvironmentImagesCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListCuratedEnvironmentImagesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListCuratedEnvironmentImagesCommand = ListCuratedEnvironmentImagesCommand;
|