@aws-sdk/client-codecatalyst 3.890.0 → 3.891.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +2 -0
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -0
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +2 -0
- package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +2 -0
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/GetProjectCommand.d.ts +2 -0
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +2 -0
- package/dist-types/commands/GetSourceRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/GetSpaceCommand.d.ts +2 -0
- package/dist-types/commands/GetSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/GetUserDetailsCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -0
- package/dist-types/commands/ListAccessTokensCommand.d.ts +2 -0
- package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +2 -0
- package/dist-types/commands/ListEventLogsCommand.d.ts +2 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +2 -0
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +2 -0
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +2 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkflowRunsCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -0
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +2 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -0
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -0
- package/dist-types/commands/VerifySessionCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -37,6 +37,8 @@ declare const CreateAccessTokenCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { CodeCatalystClient, CreateAccessTokenCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
39
39
|
* // const { CodeCatalystClient, CreateAccessTokenCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
40
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
41
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
40
42
|
* const client = new CodeCatalystClient(config);
|
|
41
43
|
* const input = { // CreateAccessTokenRequest
|
|
42
44
|
* name: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const CreateDevEnvironmentCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { CodeCatalystClient, CreateDevEnvironmentCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
40
40
|
* // const { CodeCatalystClient, CreateDevEnvironmentCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
41
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
42
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
41
43
|
* const client = new CodeCatalystClient(config);
|
|
42
44
|
* const input = { // CreateDevEnvironmentRequest
|
|
43
45
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateProjectCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, CreateProjectCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, CreateProjectCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // CreateProjectRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const CreateSourceRepositoryBranchCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { CodeCatalystClient, CreateSourceRepositoryBranchCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
38
38
|
* // const { CodeCatalystClient, CreateSourceRepositoryBranchCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
39
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
40
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
39
41
|
* const client = new CodeCatalystClient(config);
|
|
40
42
|
* const input = { // CreateSourceRepositoryBranchRequest
|
|
41
43
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateSourceRepositoryCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeCatalystClient, CreateSourceRepositoryCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
36
36
|
* // const { CodeCatalystClient, CreateSourceRepositoryCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
37
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
38
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
37
39
|
* const client = new CodeCatalystClient(config);
|
|
38
40
|
* const input = { // CreateSourceRepositoryRequest
|
|
39
41
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteAccessTokenCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, DeleteAccessTokenCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, DeleteAccessTokenCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // DeleteAccessTokenRequest
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteDevEnvironmentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, DeleteDevEnvironmentCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, DeleteDevEnvironmentCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // DeleteDevEnvironmentRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteProjectCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, DeleteProjectCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, DeleteProjectCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // DeleteProjectRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSourceRepositoryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, DeleteSourceRepositoryCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, DeleteSourceRepositoryCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // DeleteSourceRepositoryRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteSpaceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { CodeCatalystClient, DeleteSpaceCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
38
38
|
* // const { CodeCatalystClient, DeleteSpaceCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
39
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
40
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
39
41
|
* const client = new CodeCatalystClient(config);
|
|
40
42
|
* const input = { // DeleteSpaceRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDevEnvironmentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, GetDevEnvironmentCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, GetDevEnvironmentCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // GetDevEnvironmentRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetProjectCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, GetProjectCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, GetProjectCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // GetProjectRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetSourceRepositoryCloneUrlsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeCatalystClient, GetSourceRepositoryCloneUrlsCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
36
36
|
* // const { CodeCatalystClient, GetSourceRepositoryCloneUrlsCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
37
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
38
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
37
39
|
* const client = new CodeCatalystClient(config);
|
|
38
40
|
* const input = { // GetSourceRepositoryCloneUrlsRequest
|
|
39
41
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSourceRepositoryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, GetSourceRepositoryCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, GetSourceRepositoryCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // GetSourceRepositoryRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSpaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, GetSpaceCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, GetSpaceCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // GetSpaceRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetSubscriptionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeCatalystClient, GetSubscriptionCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
36
36
|
* // const { CodeCatalystClient, GetSubscriptionCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
37
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
38
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
37
39
|
* const client = new CodeCatalystClient(config);
|
|
38
40
|
* const input = { // GetSubscriptionRequest
|
|
39
41
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetUserDetailsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, GetUserDetailsCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, GetUserDetailsCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // GetUserDetailsRequest
|
|
38
40
|
* id: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetWorkflowCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, GetWorkflowCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, GetWorkflowCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // GetWorkflowRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetWorkflowRunCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, GetWorkflowRunCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, GetWorkflowRunCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // GetWorkflowRunRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAccessTokensCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, ListAccessTokensCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, ListAccessTokensCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // ListAccessTokensRequest
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListDevEnvironmentSessionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, ListDevEnvironmentSessionsCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, ListDevEnvironmentSessionsCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // ListDevEnvironmentSessionsRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListDevEnvironmentsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, ListDevEnvironmentsCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, ListDevEnvironmentsCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // ListDevEnvironmentsRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const ListEventLogsCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { CodeCatalystClient, ListEventLogsCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
44
44
|
* // const { CodeCatalystClient, ListEventLogsCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
45
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
46
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
45
47
|
* const client = new CodeCatalystClient(config);
|
|
46
48
|
* const input = { // ListEventLogsRequest
|
|
47
49
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListProjectsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, ListProjectsCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, ListProjectsCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // ListProjectsRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListSourceRepositoriesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, ListSourceRepositoriesCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, ListSourceRepositoriesCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // ListSourceRepositoriesRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListSourceRepositoryBranchesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, ListSourceRepositoryBranchesCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, ListSourceRepositoryBranchesCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // ListSourceRepositoryBranchesRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListSpacesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, ListSpacesCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, ListSpacesCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // ListSpacesRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListWorkflowRunsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, ListWorkflowRunsCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, ListWorkflowRunsCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // ListWorkflowRunsRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListWorkflowsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, ListWorkflowsCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, ListWorkflowsCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // ListWorkflowsRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartDevEnvironmentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, StartDevEnvironmentCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, StartDevEnvironmentCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // StartDevEnvironmentRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartDevEnvironmentSessionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, StartDevEnvironmentSessionCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, StartDevEnvironmentSessionCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // StartDevEnvironmentSessionRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartWorkflowRunCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, StartWorkflowRunCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, StartWorkflowRunCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // StartWorkflowRunRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StopDevEnvironmentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, StopDevEnvironmentCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, StopDevEnvironmentCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // StopDevEnvironmentRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StopDevEnvironmentSessionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, StopDevEnvironmentSessionCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, StopDevEnvironmentSessionCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // StopDevEnvironmentSessionRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateDevEnvironmentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, UpdateDevEnvironmentCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, UpdateDevEnvironmentCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // UpdateDevEnvironmentRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateProjectCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, UpdateProjectCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, UpdateProjectCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // UpdateProjectRequest
|
|
38
40
|
* spaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateSpaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, UpdateSpaceCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, UpdateSpaceCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = { // UpdateSpaceRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const VerifySessionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeCatalystClient, VerifySessionCommand } from "@aws-sdk/client-codecatalyst"; // ES Modules import
|
|
35
35
|
* // const { CodeCatalystClient, VerifySessionCommand } = require("@aws-sdk/client-codecatalyst"); // CommonJS import
|
|
36
|
+
* // import type { CodeCatalystClientConfig } from "@aws-sdk/client-codecatalyst";
|
|
37
|
+
* const config = {}; // type is CodeCatalystClientConfig
|
|
36
38
|
* const client = new CodeCatalystClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new VerifySessionCommand(input);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codecatalyst",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.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-codecatalyst",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
25
|
-
"@aws-sdk/middleware-logger": "3.
|
|
26
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
28
28
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
29
|
-
"@aws-sdk/token-providers": "3.
|
|
29
|
+
"@aws-sdk/token-providers": "3.891.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|