@aws-sdk/client-codecatalyst 3.293.0 → 3.295.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/CreateAccessTokenCommand.js +4 -4
- package/dist-cjs/commands/CreateDevEnvironmentCommand.js +4 -4
- package/dist-cjs/commands/CreateProjectCommand.js +4 -4
- package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +4 -4
- package/dist-cjs/commands/DeleteAccessTokenCommand.js +4 -4
- package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +4 -4
- package/dist-cjs/commands/GetDevEnvironmentCommand.js +4 -4
- package/dist-cjs/commands/GetProjectCommand.js +4 -4
- package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +4 -4
- package/dist-cjs/commands/GetSpaceCommand.js +4 -4
- package/dist-cjs/commands/GetSubscriptionCommand.js +4 -4
- package/dist-cjs/commands/GetUserDetailsCommand.js +4 -4
- package/dist-cjs/commands/ListAccessTokensCommand.js +4 -4
- package/dist-cjs/commands/ListDevEnvironmentsCommand.js +4 -4
- package/dist-cjs/commands/ListEventLogsCommand.js +4 -4
- package/dist-cjs/commands/ListProjectsCommand.js +4 -4
- package/dist-cjs/commands/ListSourceRepositoriesCommand.js +4 -4
- package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +4 -4
- package/dist-cjs/commands/ListSpacesCommand.js +4 -4
- package/dist-cjs/commands/StartDevEnvironmentCommand.js +4 -4
- package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +4 -4
- package/dist-cjs/commands/StopDevEnvironmentCommand.js +4 -4
- package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +4 -4
- package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +4 -4
- package/dist-cjs/commands/VerifySessionCommand.js +4 -4
- package/dist-es/commands/CreateAccessTokenCommand.js +4 -4
- package/dist-es/commands/CreateDevEnvironmentCommand.js +4 -4
- package/dist-es/commands/CreateProjectCommand.js +4 -4
- package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +4 -4
- package/dist-es/commands/DeleteAccessTokenCommand.js +4 -4
- package/dist-es/commands/DeleteDevEnvironmentCommand.js +4 -4
- package/dist-es/commands/GetDevEnvironmentCommand.js +4 -4
- package/dist-es/commands/GetProjectCommand.js +4 -4
- package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +4 -4
- package/dist-es/commands/GetSpaceCommand.js +4 -4
- package/dist-es/commands/GetSubscriptionCommand.js +4 -4
- package/dist-es/commands/GetUserDetailsCommand.js +4 -4
- package/dist-es/commands/ListAccessTokensCommand.js +4 -4
- package/dist-es/commands/ListDevEnvironmentsCommand.js +4 -4
- package/dist-es/commands/ListEventLogsCommand.js +4 -4
- package/dist-es/commands/ListProjectsCommand.js +4 -4
- package/dist-es/commands/ListSourceRepositoriesCommand.js +4 -4
- package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +4 -4
- package/dist-es/commands/ListSpacesCommand.js +4 -4
- package/dist-es/commands/StartDevEnvironmentCommand.js +4 -4
- package/dist-es/commands/StartDevEnvironmentSessionCommand.js +4 -4
- package/dist-es/commands/StopDevEnvironmentCommand.js +4 -4
- package/dist-es/commands/StopDevEnvironmentSessionCommand.js +4 -4
- package/dist-es/commands/UpdateDevEnvironmentCommand.js +4 -4
- package/dist-es/commands/VerifySessionCommand.js +4 -4
- package/dist-types/CodeCatalystClient.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/CodeCatalystClient.d.ts +4 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
- package/package.json +34 -34
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { CreateSourceRepositoryBranchRequestFilterSensitiveLog, CreateSourceRepositoryBranchResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateSourceRepositoryBranchCommand, serializeAws_restJson1CreateSourceRepositoryBranchCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class CreateSourceRepositoryBranchCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class CreateSourceRepositoryBranchCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, CreateSourceRepositoryBranchCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { DeleteAccessTokenRequestFilterSensitiveLog, DeleteAccessTokenResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAccessTokenCommand, serializeAws_restJson1DeleteAccessTokenCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DeleteAccessTokenCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class DeleteAccessTokenCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteAccessTokenCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { DeleteDevEnvironmentRequestFilterSensitiveLog, DeleteDevEnvironmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteDevEnvironmentCommand, serializeAws_restJson1DeleteDevEnvironmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DeleteDevEnvironmentCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class DeleteDevEnvironmentCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDevEnvironmentCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { GetDevEnvironmentRequestFilterSensitiveLog, GetDevEnvironmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetDevEnvironmentCommand, serializeAws_restJson1GetDevEnvironmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class GetDevEnvironmentCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class GetDevEnvironmentCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, GetDevEnvironmentCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { GetProjectRequestFilterSensitiveLog, GetProjectResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetProjectCommand, serializeAws_restJson1GetProjectCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class GetProjectCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class GetProjectCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, GetProjectCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { GetSourceRepositoryCloneUrlsRequestFilterSensitiveLog, GetSourceRepositoryCloneUrlsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetSourceRepositoryCloneUrlsCommand, serializeAws_restJson1GetSourceRepositoryCloneUrlsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class GetSourceRepositoryCloneUrlsCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class GetSourceRepositoryCloneUrlsCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, GetSourceRepositoryCloneUrlsCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { GetSpaceRequestFilterSensitiveLog, GetSpaceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetSpaceCommand, serializeAws_restJson1GetSpaceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class GetSpaceCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class GetSpaceCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, GetSpaceCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { GetSubscriptionRequestFilterSensitiveLog, GetSubscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetSubscriptionCommand, serializeAws_restJson1GetSubscriptionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class GetSubscriptionCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class GetSubscriptionCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, GetSubscriptionCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { GetUserDetailsRequestFilterSensitiveLog, GetUserDetailsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetUserDetailsCommand, serializeAws_restJson1GetUserDetailsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class GetUserDetailsCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class GetUserDetailsCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, GetUserDetailsCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListAccessTokensRequestFilterSensitiveLog, ListAccessTokensResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListAccessTokensCommand, serializeAws_restJson1ListAccessTokensCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListAccessTokensCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class ListAccessTokensCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListAccessTokensCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListDevEnvironmentsRequestFilterSensitiveLog, ListDevEnvironmentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListDevEnvironmentsCommand, serializeAws_restJson1ListDevEnvironmentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListDevEnvironmentsCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class ListDevEnvironmentsCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListDevEnvironmentsCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListEventLogsRequestFilterSensitiveLog, ListEventLogsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListEventLogsCommand, serializeAws_restJson1ListEventLogsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListEventLogsCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class ListEventLogsCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListEventLogsCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListProjectsRequestFilterSensitiveLog, ListProjectsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListProjectsCommand, serializeAws_restJson1ListProjectsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListProjectsCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class ListProjectsCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListProjectsCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListSourceRepositoriesRequestFilterSensitiveLog, ListSourceRepositoriesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListSourceRepositoriesCommand, serializeAws_restJson1ListSourceRepositoriesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListSourceRepositoriesCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class ListSourceRepositoriesCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListSourceRepositoriesCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListSourceRepositoryBranchesRequestFilterSensitiveLog, ListSourceRepositoryBranchesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListSourceRepositoryBranchesCommand, serializeAws_restJson1ListSourceRepositoryBranchesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListSourceRepositoryBranchesCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class ListSourceRepositoryBranchesCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListSourceRepositoryBranchesCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListSpacesRequestFilterSensitiveLog, ListSpacesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListSpacesCommand, serializeAws_restJson1ListSpacesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListSpacesCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class ListSpacesCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListSpacesCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { StartDevEnvironmentRequestFilterSensitiveLog, StartDevEnvironmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StartDevEnvironmentCommand, serializeAws_restJson1StartDevEnvironmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class StartDevEnvironmentCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class StartDevEnvironmentCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, StartDevEnvironmentCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { StartDevEnvironmentSessionRequestFilterSensitiveLog, StartDevEnvironmentSessionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StartDevEnvironmentSessionCommand, serializeAws_restJson1StartDevEnvironmentSessionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class StartDevEnvironmentSessionCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class StartDevEnvironmentSessionCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, StartDevEnvironmentSessionCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { StopDevEnvironmentRequestFilterSensitiveLog, StopDevEnvironmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StopDevEnvironmentCommand, serializeAws_restJson1StopDevEnvironmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class StopDevEnvironmentCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class StopDevEnvironmentCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, StopDevEnvironmentCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { StopDevEnvironmentSessionRequestFilterSensitiveLog, StopDevEnvironmentSessionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StopDevEnvironmentSessionCommand, serializeAws_restJson1StopDevEnvironmentSessionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class StopDevEnvironmentSessionCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class StopDevEnvironmentSessionCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, StopDevEnvironmentSessionCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { UpdateDevEnvironmentRequestFilterSensitiveLog, UpdateDevEnvironmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateDevEnvironmentCommand, serializeAws_restJson1UpdateDevEnvironmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateDevEnvironmentCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class UpdateDevEnvironmentCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateDevEnvironmentCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { VerifySessionResponseFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1VerifySessionCommand, serializeAws_restJson1VerifySessionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class VerifySessionCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -15,6 +11,10 @@ export class VerifySessionCommand extends $Command {
|
|
|
15
11
|
Region: { type: "builtInParams", name: "region" },
|
|
16
12
|
};
|
|
17
13
|
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, VerifySessionCommand.getEndpointParameterInstructions()));
|
|
@@ -33,8 +33,8 @@ import { StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommand
|
|
|
33
33
|
import { UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput } from "./commands/UpdateDevEnvironmentCommand";
|
|
34
34
|
import { VerifySessionCommandInput, VerifySessionCommandOutput } from "./commands/VerifySessionCommand";
|
|
35
35
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
36
|
-
export
|
|
37
|
-
export
|
|
36
|
+
export type ServiceInputTypes = CreateAccessTokenCommandInput | CreateDevEnvironmentCommandInput | CreateProjectCommandInput | CreateSourceRepositoryBranchCommandInput | DeleteAccessTokenCommandInput | DeleteDevEnvironmentCommandInput | GetDevEnvironmentCommandInput | GetProjectCommandInput | GetSourceRepositoryCloneUrlsCommandInput | GetSpaceCommandInput | GetSubscriptionCommandInput | GetUserDetailsCommandInput | ListAccessTokensCommandInput | ListDevEnvironmentsCommandInput | ListEventLogsCommandInput | ListProjectsCommandInput | ListSourceRepositoriesCommandInput | ListSourceRepositoryBranchesCommandInput | ListSpacesCommandInput | StartDevEnvironmentCommandInput | StartDevEnvironmentSessionCommandInput | StopDevEnvironmentCommandInput | StopDevEnvironmentSessionCommandInput | UpdateDevEnvironmentCommandInput | VerifySessionCommandInput;
|
|
37
|
+
export type ServiceOutputTypes = CreateAccessTokenCommandOutput | CreateDevEnvironmentCommandOutput | CreateProjectCommandOutput | CreateSourceRepositoryBranchCommandOutput | DeleteAccessTokenCommandOutput | DeleteDevEnvironmentCommandOutput | GetDevEnvironmentCommandOutput | GetProjectCommandOutput | GetSourceRepositoryCloneUrlsCommandOutput | GetSpaceCommandOutput | GetSubscriptionCommandOutput | GetUserDetailsCommandOutput | ListAccessTokensCommandOutput | ListDevEnvironmentsCommandOutput | ListEventLogsCommandOutput | ListProjectsCommandOutput | ListSourceRepositoriesCommandOutput | ListSourceRepositoryBranchesCommandOutput | ListSpacesCommandOutput | StartDevEnvironmentCommandOutput | StartDevEnvironmentSessionCommandOutput | StopDevEnvironmentCommandOutput | StopDevEnvironmentSessionCommandOutput | UpdateDevEnvironmentCommandOutput | VerifySessionCommandOutput;
|
|
38
38
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
39
39
|
/**
|
|
40
40
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -126,13 +126,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
126
126
|
*/
|
|
127
127
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
128
128
|
}
|
|
129
|
-
|
|
129
|
+
type CodeCatalystClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & TokenInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
130
130
|
/**
|
|
131
131
|
* The configuration interface of CodeCatalystClient class constructor that set the region, credentials and other options.
|
|
132
132
|
*/
|
|
133
133
|
export interface CodeCatalystClientConfig extends CodeCatalystClientConfigType {
|
|
134
134
|
}
|
|
135
|
-
|
|
135
|
+
type CodeCatalystClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & TokenResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
136
136
|
/**
|
|
137
137
|
* The resolved configuration interface of CodeCatalystClient class. This is resolved and normalized from the {@link CodeCatalystClientConfig | constructor configuration interface}.
|
|
138
138
|
*/
|
|
@@ -4,7 +4,7 @@ export interface ClientInputEndpointParameters {
|
|
|
4
4
|
region?: string | Provider<string>;
|
|
5
5
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
6
6
|
}
|
|
7
|
-
export
|
|
7
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
8
8
|
defaultSigningName: string;
|
|
9
9
|
};
|
|
10
10
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
@@ -148,7 +148,7 @@ import {
|
|
|
148
148
|
ClientResolvedEndpointParameters,
|
|
149
149
|
EndpointParameters,
|
|
150
150
|
} from "./endpoint/EndpointParameters";
|
|
151
|
-
export
|
|
151
|
+
export type ServiceInputTypes =
|
|
152
152
|
| CreateAccessTokenCommandInput
|
|
153
153
|
| CreateDevEnvironmentCommandInput
|
|
154
154
|
| CreateProjectCommandInput
|
|
@@ -174,7 +174,7 @@ export declare type ServiceInputTypes =
|
|
|
174
174
|
| StopDevEnvironmentSessionCommandInput
|
|
175
175
|
| UpdateDevEnvironmentCommandInput
|
|
176
176
|
| VerifySessionCommandInput;
|
|
177
|
-
export
|
|
177
|
+
export type ServiceOutputTypes =
|
|
178
178
|
| CreateAccessTokenCommandOutput
|
|
179
179
|
| CreateDevEnvironmentCommandOutput
|
|
180
180
|
| CreateProjectCommandOutput
|
|
@@ -222,7 +222,7 @@ export interface ClientDefaults
|
|
|
222
222
|
logger?: __Logger;
|
|
223
223
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
224
224
|
}
|
|
225
|
-
|
|
225
|
+
type CodeCatalystClientConfigType = Partial<
|
|
226
226
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
227
227
|
> &
|
|
228
228
|
ClientDefaults &
|
|
@@ -235,7 +235,7 @@ declare type CodeCatalystClientConfigType = Partial<
|
|
|
235
235
|
ClientInputEndpointParameters;
|
|
236
236
|
export interface CodeCatalystClientConfig
|
|
237
237
|
extends CodeCatalystClientConfigType {}
|
|
238
|
-
|
|
238
|
+
type CodeCatalystClientResolvedConfigType =
|
|
239
239
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
240
240
|
Required<ClientDefaults> &
|
|
241
241
|
RegionResolvedConfig &
|
|
@@ -15,10 +15,9 @@ export interface ClientInputEndpointParameters {
|
|
|
15
15
|
| EndpointV2
|
|
16
16
|
| Provider<EndpointV2>;
|
|
17
17
|
}
|
|
18
|
-
export
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
};
|
|
18
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
19
|
+
defaultSigningName: string;
|
|
20
|
+
};
|
|
22
21
|
export declare const resolveClientEndpointParameters: <T>(
|
|
23
22
|
options: T & ClientInputEndpointParameters
|
|
24
23
|
) => T &
|