@aws-sdk/client-codecatalyst
Advanced tools
Comparing version 3.300.0 to 3.301.0
@@ -32,3 +32,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // CreateAccessTokenRequest | ||
* name: "STRING_VALUE", // required | ||
@@ -35,0 +35,0 @@ * expiresTime: new Date("TIMESTAMP"), |
@@ -34,7 +34,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // CreateDevEnvironmentRequest | ||
* spaceName: "STRING_VALUE", // required | ||
* projectName: "STRING_VALUE", // required | ||
* repositories: [ | ||
* { | ||
* repositories: [ // RepositoriesInput | ||
* { // RepositoryInput | ||
* repositoryName: "STRING_VALUE", // required | ||
@@ -46,4 +46,4 @@ * branchName: "STRING_VALUE", | ||
* alias: "STRING_VALUE", | ||
* ides: [ | ||
* { | ||
* ides: [ // IdeConfigurationList | ||
* { // IdeConfiguration | ||
* runtime: "STRING_VALUE", | ||
@@ -55,3 +55,3 @@ * name: "STRING_VALUE", | ||
* inactivityTimeoutMinutes: Number("int"), | ||
* persistentStorage: { | ||
* persistentStorage: { // PersistentStorageConfiguration | ||
* sizeInGiB: Number("int"), // required | ||
@@ -58,0 +58,0 @@ * }, |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // CreateProjectRequest | ||
* spaceName: "STRING_VALUE", // required | ||
@@ -32,0 +32,0 @@ * displayName: "STRING_VALUE", // required |
@@ -32,3 +32,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // CreateSourceRepositoryBranchRequest | ||
* spaceName: "STRING_VALUE", // required | ||
@@ -35,0 +35,0 @@ * projectName: "STRING_VALUE", // required |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // DeleteAccessTokenRequest | ||
* id: "STRING_VALUE", // required | ||
@@ -32,0 +32,0 @@ * }; |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // DeleteDevEnvironmentRequest | ||
* spaceName: "STRING_VALUE", // required | ||
@@ -32,0 +32,0 @@ * projectName: "STRING_VALUE", // required |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // GetDevEnvironmentRequest | ||
* spaceName: "STRING_VALUE", // required | ||
@@ -32,0 +32,0 @@ * projectName: "STRING_VALUE", // required |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // GetProjectRequest | ||
* spaceName: "STRING_VALUE", // required | ||
@@ -32,0 +32,0 @@ * name: "STRING_VALUE", // required |
@@ -30,3 +30,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // GetSourceRepositoryCloneUrlsRequest | ||
* spaceName: "STRING_VALUE", // required | ||
@@ -33,0 +33,0 @@ * projectName: "STRING_VALUE", // required |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // GetSpaceRequest | ||
* name: "STRING_VALUE", // required | ||
@@ -32,0 +32,0 @@ * }; |
@@ -30,3 +30,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // GetSubscriptionRequest | ||
* spaceName: "STRING_VALUE", // required | ||
@@ -33,0 +33,0 @@ * }; |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // GetUserDetailsRequest | ||
* id: "STRING_VALUE", | ||
@@ -32,0 +32,0 @@ * userName: "STRING_VALUE", |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // ListAccessTokensRequest | ||
* maxResults: Number("int"), | ||
@@ -32,0 +32,0 @@ * nextToken: "STRING_VALUE", |
@@ -29,9 +29,9 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // ListDevEnvironmentsRequest | ||
* spaceName: "STRING_VALUE", // required | ||
* projectName: "STRING_VALUE", // required | ||
* filters: [ | ||
* { | ||
* filters: [ // Filters | ||
* { // Filter | ||
* key: "STRING_VALUE", // required | ||
* values: [ // required | ||
* values: [ // StringList // required | ||
* "STRING_VALUE", | ||
@@ -38,0 +38,0 @@ * ], |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // ListEventLogsRequest | ||
* spaceName: "STRING_VALUE", // required | ||
@@ -32,0 +32,0 @@ * startTime: new Date("TIMESTAMP"), // required |
@@ -29,10 +29,10 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // ListProjectsRequest | ||
* spaceName: "STRING_VALUE", // required | ||
* nextToken: "STRING_VALUE", | ||
* maxResults: Number("int"), | ||
* filters: [ | ||
* { | ||
* filters: [ // ProjectListFilters | ||
* { // ProjectListFilter | ||
* key: "STRING_VALUE", // required | ||
* values: [ // required | ||
* values: [ // StringList // required | ||
* "STRING_VALUE", | ||
@@ -39,0 +39,0 @@ * ], |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // ListSourceRepositoriesRequest | ||
* spaceName: "STRING_VALUE", // required | ||
@@ -32,0 +32,0 @@ * projectName: "STRING_VALUE", // required |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // ListSourceRepositoryBranchesRequest | ||
* spaceName: "STRING_VALUE", // required | ||
@@ -32,0 +32,0 @@ * projectName: "STRING_VALUE", // required |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // ListSpacesRequest | ||
* nextToken: "STRING_VALUE", | ||
@@ -32,0 +32,0 @@ * }; |
@@ -29,8 +29,8 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // StartDevEnvironmentRequest | ||
* spaceName: "STRING_VALUE", // required | ||
* projectName: "STRING_VALUE", // required | ||
* id: "STRING_VALUE", // required | ||
* ides: [ | ||
* { | ||
* ides: [ // IdeConfigurationList | ||
* { // IdeConfiguration | ||
* runtime: "STRING_VALUE", | ||
@@ -37,0 +37,0 @@ * name: "STRING_VALUE", |
@@ -29,11 +29,11 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // StartDevEnvironmentSessionRequest | ||
* spaceName: "STRING_VALUE", // required | ||
* projectName: "STRING_VALUE", // required | ||
* id: "STRING_VALUE", // required | ||
* sessionConfiguration: { | ||
* sessionConfiguration: { // DevEnvironmentSessionConfiguration | ||
* sessionType: "STRING_VALUE", // required | ||
* executeCommandSessionConfiguration: { | ||
* executeCommandSessionConfiguration: { // ExecuteCommandSessionConfiguration | ||
* command: "STRING_VALUE", // required | ||
* arguments: [ | ||
* arguments: [ // ExecuteCommandSessionConfigurationArguments | ||
* "STRING_VALUE", | ||
@@ -40,0 +40,0 @@ * ], |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // StopDevEnvironmentRequest | ||
* spaceName: "STRING_VALUE", // required | ||
@@ -32,0 +32,0 @@ * projectName: "STRING_VALUE", // required |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // StopDevEnvironmentSessionRequest | ||
* spaceName: "STRING_VALUE", // required | ||
@@ -32,0 +32,0 @@ * projectName: "STRING_VALUE", // required |
@@ -29,3 +29,3 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
* const client = new CodeCatalystClient(config); | ||
* const input = { | ||
* const input = { // UpdateDevEnvironmentRequest | ||
* spaceName: "STRING_VALUE", // required | ||
@@ -35,4 +35,4 @@ * projectName: "STRING_VALUE", // required | ||
* alias: "STRING_VALUE", | ||
* ides: [ | ||
* { | ||
* ides: [ // IdeConfigurationList | ||
* { // IdeConfiguration | ||
* runtime: "STRING_VALUE", | ||
@@ -39,0 +39,0 @@ * name: "STRING_VALUE", |
{ | ||
"name": "@aws-sdk/client-codecatalyst", | ||
"description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native", | ||
"version": "3.300.0", | ||
"version": "3.301.0", | ||
"scripts": { | ||
@@ -36,3 +36,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-sdk/middleware-stack": "3.296.0", | ||
"@aws-sdk/middleware-token": "3.300.0", | ||
"@aws-sdk/middleware-token": "3.301.0", | ||
"@aws-sdk/middleware-user-agent": "3.299.0", | ||
@@ -39,0 +39,0 @@ "@aws-sdk/node-config-provider": "3.300.0", |
774480
+ Added@aws-sdk/client-sso-oidc@3.301.0(transitive)
+ Added@aws-sdk/middleware-token@3.301.0(transitive)
+ Added@aws-sdk/token-providers@3.301.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.300.0(transitive)
- Removed@aws-sdk/middleware-token@3.300.0(transitive)
- Removed@aws-sdk/token-providers@3.300.0(transitive)