@aws-sdk/client-cloud9 3.588.0 → 3.592.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.
Files changed (35) hide show
  1. package/dist-cjs/index.js +0 -13
  2. package/dist-types/Cloud9Client.d.ts +4 -4
  3. package/dist-types/commands/CreateEnvironmentEC2Command.d.ts +2 -1
  4. package/dist-types/commands/CreateEnvironmentMembershipCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteEnvironmentMembershipCommand.d.ts +2 -1
  7. package/dist-types/commands/DescribeEnvironmentMembershipsCommand.d.ts +2 -1
  8. package/dist-types/commands/DescribeEnvironmentStatusCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +2 -1
  10. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
  11. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  12. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  13. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  14. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
  15. package/dist-types/commands/UpdateEnvironmentMembershipCommand.d.ts +2 -1
  16. package/dist-types/index.d.ts +2 -2
  17. package/dist-types/models/Cloud9ServiceException.d.ts +2 -1
  18. package/dist-types/runtimeConfig.native.d.ts +1 -1
  19. package/dist-types/ts3.4/Cloud9Client.d.ts +1 -1
  20. package/dist-types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/CreateEnvironmentMembershipCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/DeleteEnvironmentMembershipCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/DescribeEnvironmentMembershipsCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/DescribeEnvironmentStatusCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/UpdateEnvironmentMembershipCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/models/Cloud9ServiceException.d.ts +2 -1
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  35. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -217,7 +217,6 @@ var Cloud9Client = _Cloud9Client;
217
217
 
218
218
  var import_middleware_serde = require("@smithy/middleware-serde");
219
219
 
220
- var import_types = require("@smithy/types");
221
220
 
222
221
  // src/models/models_0.ts
223
222
 
@@ -918,7 +917,6 @@ var CreateEnvironmentEC2Command = _CreateEnvironmentEC2Command;
918
917
 
919
918
 
920
919
 
921
-
922
920
  var _CreateEnvironmentMembershipCommand = class _CreateEnvironmentMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
923
921
  ...commonParams
924
922
  }).m(function(Command, cs, config, o) {
@@ -935,7 +933,6 @@ var CreateEnvironmentMembershipCommand = _CreateEnvironmentMembershipCommand;
935
933
 
936
934
 
937
935
 
938
-
939
936
  var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
940
937
  ...commonParams
941
938
  }).m(function(Command, cs, config, o) {
@@ -952,7 +949,6 @@ var DeleteEnvironmentCommand = _DeleteEnvironmentCommand;
952
949
 
953
950
 
954
951
 
955
-
956
952
  var _DeleteEnvironmentMembershipCommand = class _DeleteEnvironmentMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
957
953
  ...commonParams
958
954
  }).m(function(Command, cs, config, o) {
@@ -969,7 +965,6 @@ var DeleteEnvironmentMembershipCommand = _DeleteEnvironmentMembershipCommand;
969
965
 
970
966
 
971
967
 
972
-
973
968
  var _DescribeEnvironmentMembershipsCommand = class _DescribeEnvironmentMembershipsCommand extends import_smithy_client.Command.classBuilder().ep({
974
969
  ...commonParams
975
970
  }).m(function(Command, cs, config, o) {
@@ -986,7 +981,6 @@ var DescribeEnvironmentMembershipsCommand = _DescribeEnvironmentMembershipsComma
986
981
 
987
982
 
988
983
 
989
-
990
984
  var _DescribeEnvironmentsCommand = class _DescribeEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
991
985
  ...commonParams
992
986
  }).m(function(Command, cs, config, o) {
@@ -1003,7 +997,6 @@ var DescribeEnvironmentsCommand = _DescribeEnvironmentsCommand;
1003
997
 
1004
998
 
1005
999
 
1006
-
1007
1000
  var _DescribeEnvironmentStatusCommand = class _DescribeEnvironmentStatusCommand extends import_smithy_client.Command.classBuilder().ep({
1008
1001
  ...commonParams
1009
1002
  }).m(function(Command, cs, config, o) {
@@ -1020,7 +1013,6 @@ var DescribeEnvironmentStatusCommand = _DescribeEnvironmentStatusCommand;
1020
1013
 
1021
1014
 
1022
1015
 
1023
-
1024
1016
  var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
1025
1017
  ...commonParams
1026
1018
  }).m(function(Command, cs, config, o) {
@@ -1037,7 +1029,6 @@ var ListEnvironmentsCommand = _ListEnvironmentsCommand;
1037
1029
 
1038
1030
 
1039
1031
 
1040
-
1041
1032
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1042
1033
  ...commonParams
1043
1034
  }).m(function(Command, cs, config, o) {
@@ -1054,7 +1045,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1054
1045
 
1055
1046
 
1056
1047
 
1057
-
1058
1048
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1059
1049
  ...commonParams
1060
1050
  }).m(function(Command, cs, config, o) {
@@ -1071,7 +1061,6 @@ var TagResourceCommand = _TagResourceCommand;
1071
1061
 
1072
1062
 
1073
1063
 
1074
-
1075
1064
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1076
1065
  ...commonParams
1077
1066
  }).m(function(Command, cs, config, o) {
@@ -1088,7 +1077,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1088
1077
 
1089
1078
 
1090
1079
 
1091
-
1092
1080
  var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
1093
1081
  ...commonParams
1094
1082
  }).m(function(Command, cs, config, o) {
@@ -1105,7 +1093,6 @@ var UpdateEnvironmentCommand = _UpdateEnvironmentCommand;
1105
1093
 
1106
1094
 
1107
1095
 
1108
-
1109
1096
  var _UpdateEnvironmentMembershipCommand = class _UpdateEnvironmentMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
1110
1097
  ...commonParams
1111
1098
  }).m(function(Command, cs, config, o) {
@@ -103,15 +103,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
103
103
  * Enables FIPS compatible endpoints.
104
104
  */
105
105
  useFipsEndpoint?: boolean | __Provider<boolean>;
106
+ /**
107
+ * The AWS region to which this client will send requests
108
+ */
109
+ region?: string | __Provider<string>;
106
110
  /**
107
111
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
108
112
  * @internal
109
113
  */
110
114
  defaultUserAgentProvider?: Provider<__UserAgent>;
111
- /**
112
- * The AWS region to which this client will send requests
113
- */
114
- region?: string | __Provider<string>;
115
115
  /**
116
116
  * Default credentials provider; Not available in browser runtime.
117
117
  * @deprecated
@@ -5,7 +5,8 @@ import { CreateEnvironmentEC2Request, CreateEnvironmentEC2Result } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateEnvironmentMembershipRequest, CreateEnvironmentMembershipResult }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteEnvironmentRequest, DeleteEnvironmentResult } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteEnvironmentMembershipRequest, DeleteEnvironmentMembershipResult }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeEnvironmentMembershipsRequest, DescribeEnvironmentMembershipsRe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeEnvironmentStatusRequest, DescribeEnvironmentStatusResult } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeEnvironmentsRequest, DescribeEnvironmentsResult } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListEnvironmentsRequest, ListEnvironmentsResult } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateEnvironmentRequest, UpdateEnvironmentResult } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateEnvironmentMembershipRequest, UpdateEnvironmentMembershipResult }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -72,8 +72,8 @@
72
72
  export * from "./Cloud9Client";
73
73
  export * from "./Cloud9";
74
74
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
75
- export { RuntimeExtension } from "./runtimeExtensions";
76
- export { Cloud9ExtensionConfiguration } from "./extensionConfiguration";
75
+ export type { RuntimeExtension } from "./runtimeExtensions";
76
+ export type { Cloud9ExtensionConfiguration } from "./extensionConfiguration";
77
77
  export * from "./commands";
78
78
  export * from "./pagination";
79
79
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -148,8 +148,8 @@ export interface ClientDefaults
148
148
  serviceId?: string;
149
149
  useDualstackEndpoint?: boolean | __Provider<boolean>;
150
150
  useFipsEndpoint?: boolean | __Provider<boolean>;
151
- defaultUserAgentProvider?: Provider<__UserAgent>;
152
151
  region?: string | __Provider<string>;
152
+ defaultUserAgentProvider?: Provider<__UserAgent>;
153
153
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
154
154
  maxAttempts?: number | __Provider<number>;
155
155
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  CreateEnvironmentEC2Request,
10
10
  CreateEnvironmentEC2Result,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateEnvironmentEC2CommandInput
14
15
  extends CreateEnvironmentEC2Request {}
15
16
  export interface CreateEnvironmentEC2CommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateEnvironmentMembershipRequest,
10
10
  CreateEnvironmentMembershipResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateEnvironmentMembershipCommandInput
14
15
  extends CreateEnvironmentMembershipRequest {}
15
16
  export interface CreateEnvironmentMembershipCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteEnvironmentRequest,
10
10
  DeleteEnvironmentResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteEnvironmentCommandInput
14
15
  extends DeleteEnvironmentRequest {}
15
16
  export interface DeleteEnvironmentCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteEnvironmentMembershipRequest,
10
10
  DeleteEnvironmentMembershipResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteEnvironmentMembershipCommandInput
14
15
  extends DeleteEnvironmentMembershipRequest {}
15
16
  export interface DeleteEnvironmentMembershipCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEnvironmentMembershipsRequest,
10
10
  DescribeEnvironmentMembershipsResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEnvironmentMembershipsCommandInput
14
15
  extends DescribeEnvironmentMembershipsRequest {}
15
16
  export interface DescribeEnvironmentMembershipsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEnvironmentStatusRequest,
10
10
  DescribeEnvironmentStatusResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEnvironmentStatusCommandInput
14
15
  extends DescribeEnvironmentStatusRequest {}
15
16
  export interface DescribeEnvironmentStatusCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEnvironmentsRequest,
10
10
  DescribeEnvironmentsResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEnvironmentsCommandInput
14
15
  extends DescribeEnvironmentsRequest {}
15
16
  export interface DescribeEnvironmentsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListEnvironmentsRequest,
10
10
  ListEnvironmentsResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
14
15
  export interface ListEnvironmentsCommandOutput
15
16
  extends ListEnvironmentsResult,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../Cloud9Client";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateEnvironmentRequest,
10
10
  UpdateEnvironmentResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateEnvironmentCommandInput
14
15
  extends UpdateEnvironmentRequest {}
15
16
  export interface UpdateEnvironmentCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateEnvironmentMembershipRequest,
10
10
  UpdateEnvironmentMembershipResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateEnvironmentMembershipCommandInput
14
15
  extends UpdateEnvironmentMembershipRequest {}
15
16
  export interface UpdateEnvironmentMembershipCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class Cloud9ServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ region: string | import("@smithy/types").Provider<any>;
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<
24
25
  import("@smithy/types").UserAgent
25
26
  >;
26
- region: string | import("@smithy/types").Provider<any>;
27
27
  credentialDefaultProvider: (
28
28
  input: any
29
29
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloud9",
3
3
  "description": "AWS SDK for JavaScript Cloud9 Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.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-cloud9",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",