@aws-sdk/client-codecatalyst 3.452.0 → 3.453.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.
@@ -44,8 +44,8 @@ class CodeCatalystClient extends smithy_client_1.Client {
44
44
  this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
45
45
  this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
46
46
  this.middlewareStack.use((0, core_1.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
47
- httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
48
47
  identityProviderConfigProvider: this.getIdentityProviderConfigProvider(),
48
+ httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
49
49
  }));
50
50
  this.middlewareStack.use((0, core_1.getHttpSigningPlugin)(this.config));
51
51
  }
@@ -47,6 +47,7 @@ const se_CreateDevEnvironmentCommand = async (input, context) => {
47
47
  instanceType: [],
48
48
  persistentStorage: (_) => (0, smithy_client_1._json)(_),
49
49
  repositories: (_) => (0, smithy_client_1._json)(_),
50
+ vpcConnectionName: [],
50
51
  }));
51
52
  return new protocol_http_1.HttpRequest({
52
53
  protocol,
@@ -930,6 +931,7 @@ const de_CreateDevEnvironmentCommand = async (output, context) => {
930
931
  id: smithy_client_1.expectString,
931
932
  projectName: smithy_client_1.expectString,
932
933
  spaceName: smithy_client_1.expectString,
934
+ vpcConnectionName: smithy_client_1.expectString,
933
935
  });
934
936
  Object.assign(contents, doc);
935
937
  return contents;
@@ -1395,6 +1397,7 @@ const de_GetDevEnvironmentCommand = async (output, context) => {
1395
1397
  spaceName: smithy_client_1.expectString,
1396
1398
  status: smithy_client_1.expectString,
1397
1399
  statusReason: smithy_client_1.expectString,
1400
+ vpcConnectionName: smithy_client_1.expectString,
1398
1401
  });
1399
1402
  Object.assign(contents, doc);
1400
1403
  return contents;
@@ -2955,6 +2958,7 @@ const de_DevEnvironmentSummary = (output, context) => {
2955
2958
  spaceName: smithy_client_1.expectString,
2956
2959
  status: smithy_client_1.expectString,
2957
2960
  statusReason: smithy_client_1.expectString,
2961
+ vpcConnectionName: smithy_client_1.expectString,
2958
2962
  });
2959
2963
  };
2960
2964
  const de_DevEnvironmentSummaryList = (output, context) => {
@@ -41,8 +41,8 @@ export class CodeCatalystClient extends __Client {
41
41
  this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
42
42
  this.middlewareStack.use(getUserAgentPlugin(this.config));
43
43
  this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
44
- httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
45
44
  identityProviderConfigProvider: this.getIdentityProviderConfigProvider(),
45
+ httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
46
46
  }));
47
47
  this.middlewareStack.use(getHttpSigningPlugin(this.config));
48
48
  }
@@ -42,6 +42,7 @@ export const se_CreateDevEnvironmentCommand = async (input, context) => {
42
42
  instanceType: [],
43
43
  persistentStorage: (_) => _json(_),
44
44
  repositories: (_) => _json(_),
45
+ vpcConnectionName: [],
45
46
  }));
46
47
  return new __HttpRequest({
47
48
  protocol,
@@ -887,6 +888,7 @@ export const de_CreateDevEnvironmentCommand = async (output, context) => {
887
888
  id: __expectString,
888
889
  projectName: __expectString,
889
890
  spaceName: __expectString,
891
+ vpcConnectionName: __expectString,
890
892
  });
891
893
  Object.assign(contents, doc);
892
894
  return contents;
@@ -1343,6 +1345,7 @@ export const de_GetDevEnvironmentCommand = async (output, context) => {
1343
1345
  spaceName: __expectString,
1344
1346
  status: __expectString,
1345
1347
  statusReason: __expectString,
1348
+ vpcConnectionName: __expectString,
1346
1349
  });
1347
1350
  Object.assign(contents, doc);
1348
1351
  return contents;
@@ -2875,6 +2878,7 @@ const de_DevEnvironmentSummary = (output, context) => {
2875
2878
  spaceName: __expectString,
2876
2879
  status: __expectString,
2877
2880
  statusReason: __expectString,
2881
+ vpcConnectionName: __expectString,
2878
2882
  });
2879
2883
  };
2880
2884
  const de_DevEnvironmentSummaryList = (output, context) => {
@@ -57,6 +57,7 @@ export interface CreateDevEnvironmentCommandOutput extends CreateDevEnvironmentR
57
57
  * persistentStorage: { // PersistentStorageConfiguration
58
58
  * sizeInGiB: Number("int"), // required
59
59
  * },
60
+ * vpcConnectionName: "STRING_VALUE",
60
61
  * };
61
62
  * const command = new CreateDevEnvironmentCommand(input);
62
63
  * const response = await client.send(command);
@@ -64,6 +65,7 @@ export interface CreateDevEnvironmentCommandOutput extends CreateDevEnvironmentR
64
65
  * // spaceName: "STRING_VALUE", // required
65
66
  * // projectName: "STRING_VALUE", // required
66
67
  * // id: "STRING_VALUE", // required
68
+ * // vpcConnectionName: "STRING_VALUE",
67
69
  * // };
68
70
  *
69
71
  * ```
@@ -63,6 +63,7 @@ export interface GetDevEnvironmentCommandOutput extends GetDevEnvironmentRespons
63
63
  * // persistentStorage: { // PersistentStorage
64
64
  * // sizeInGiB: Number("int"), // required
65
65
  * // },
66
+ * // vpcConnectionName: "STRING_VALUE",
66
67
  * // };
67
68
  *
68
69
  * ```
@@ -75,6 +75,7 @@ export interface ListDevEnvironmentsCommandOutput extends ListDevEnvironmentsRes
75
75
  * // persistentStorage: { // PersistentStorage
76
76
  * // sizeInGiB: Number("int"), // required
77
77
  * // },
78
+ * // vpcConnectionName: "STRING_VALUE",
78
79
  * // },
79
80
  * // ],
80
81
  * // nextToken: "STRING_VALUE",
@@ -716,6 +716,11 @@ export interface DevEnvironmentSummary {
716
716
  * <p>Information about the configuration of persistent storage for the Dev Environment.</p>
717
717
  */
718
718
  persistentStorage: PersistentStorage | undefined;
719
+ /**
720
+ * @public
721
+ * <p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>
722
+ */
723
+ vpcConnectionName?: string;
719
724
  }
720
725
  /**
721
726
  * @public
@@ -975,6 +980,11 @@ export interface CreateDevEnvironmentRequest {
975
980
  * </note>
976
981
  */
977
982
  persistentStorage: PersistentStorageConfiguration | undefined;
983
+ /**
984
+ * @public
985
+ * <p>The name of the connection to use connect to a Amazon VPC.</p>
986
+ */
987
+ vpcConnectionName?: string;
978
988
  }
979
989
  /**
980
990
  * @public
@@ -995,6 +1005,11 @@ export interface CreateDevEnvironmentResponse {
995
1005
  * <p>The system-generated unique ID of the Dev Environment. </p>
996
1006
  */
997
1007
  id: string | undefined;
1008
+ /**
1009
+ * @public
1010
+ * <p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>
1011
+ */
1012
+ vpcConnectionName?: string;
998
1013
  }
999
1014
  /**
1000
1015
  * @public
@@ -1125,6 +1140,11 @@ export interface GetDevEnvironmentResponse {
1125
1140
  * <p>Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.</p>
1126
1141
  */
1127
1142
  persistentStorage: PersistentStorage | undefined;
1143
+ /**
1144
+ * @public
1145
+ * <p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>
1146
+ */
1147
+ vpcConnectionName?: string;
1128
1148
  }
1129
1149
  /**
1130
1150
  * @public
@@ -209,6 +209,7 @@ export interface DevEnvironmentSummary {
209
209
  instanceType: _InstanceType | undefined;
210
210
  inactivityTimeoutMinutes: number | undefined;
211
211
  persistentStorage: PersistentStorage | undefined;
212
+ vpcConnectionName?: string;
212
213
  }
213
214
  export interface ListDevEnvironmentsResponse {
214
215
  items: DevEnvironmentSummary[] | undefined;
@@ -268,11 +269,13 @@ export interface CreateDevEnvironmentRequest {
268
269
  instanceType: _InstanceType | undefined;
269
270
  inactivityTimeoutMinutes?: number;
270
271
  persistentStorage: PersistentStorageConfiguration | undefined;
272
+ vpcConnectionName?: string;
271
273
  }
272
274
  export interface CreateDevEnvironmentResponse {
273
275
  spaceName: string | undefined;
274
276
  projectName: string | undefined;
275
277
  id: string | undefined;
278
+ vpcConnectionName?: string;
276
279
  }
277
280
  export interface DeleteDevEnvironmentRequest {
278
281
  spaceName: string | undefined;
@@ -303,6 +306,7 @@ export interface GetDevEnvironmentResponse {
303
306
  instanceType: _InstanceType | undefined;
304
307
  inactivityTimeoutMinutes: number | undefined;
305
308
  persistentStorage: PersistentStorage | undefined;
309
+ vpcConnectionName?: string;
306
310
  }
307
311
  export interface ListDevEnvironmentSessionsRequest {
308
312
  spaceName: string | undefined;
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.452.0",
4
+ "version": "3.453.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",