@aws-sdk/client-cloud9 3.590.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.
- package/dist-cjs/index.js +0 -13
- package/dist-types/commands/CreateEnvironmentEC2Command.d.ts +2 -1
- package/dist-types/commands/CreateEnvironmentMembershipCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEnvironmentMembershipCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEnvironmentMembershipsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEnvironmentStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEnvironmentMembershipCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/Cloud9ServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateEnvironmentMembershipCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentMembershipCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeEnvironmentMembershipsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeEnvironmentStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentMembershipCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/Cloud9ServiceException.d.ts +2 -1
- 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) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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 {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateEnvironmentEC2Request,
|
|
10
10
|
CreateEnvironmentEC2Result,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class Cloud9ServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.
|
|
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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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.
|
|
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",
|