@aws-sdk/client-cloud9 3.649.0 → 3.650.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 +13 -39
- package/dist-es/commands/CreateEnvironmentEC2Command.js +1 -3
- package/dist-es/commands/CreateEnvironmentMembershipCommand.js +1 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +1 -3
- package/dist-es/commands/DeleteEnvironmentMembershipCommand.js +1 -3
- package/dist-es/commands/DescribeEnvironmentMembershipsCommand.js +1 -3
- package/dist-es/commands/DescribeEnvironmentStatusCommand.js +1 -3
- package/dist-es/commands/DescribeEnvironmentsCommand.js +1 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateEnvironmentCommand.js +1 -3
- package/dist-es/commands/UpdateEnvironmentMembershipCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -895,9 +895,7 @@ function sharedHeaders(operation) {
|
|
|
895
895
|
__name(sharedHeaders, "sharedHeaders");
|
|
896
896
|
|
|
897
897
|
// src/commands/CreateEnvironmentEC2Command.ts
|
|
898
|
-
var _CreateEnvironmentEC2Command = class _CreateEnvironmentEC2Command extends import_smithy_client.Command.classBuilder().ep({
|
|
899
|
-
...commonParams
|
|
900
|
-
}).m(function(Command, cs, config, o) {
|
|
898
|
+
var _CreateEnvironmentEC2Command = class _CreateEnvironmentEC2Command extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
901
899
|
return [
|
|
902
900
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
903
901
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -911,9 +909,7 @@ var CreateEnvironmentEC2Command = _CreateEnvironmentEC2Command;
|
|
|
911
909
|
|
|
912
910
|
|
|
913
911
|
|
|
914
|
-
var _CreateEnvironmentMembershipCommand = class _CreateEnvironmentMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
915
|
-
...commonParams
|
|
916
|
-
}).m(function(Command, cs, config, o) {
|
|
912
|
+
var _CreateEnvironmentMembershipCommand = class _CreateEnvironmentMembershipCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
917
913
|
return [
|
|
918
914
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
919
915
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -927,9 +923,7 @@ var CreateEnvironmentMembershipCommand = _CreateEnvironmentMembershipCommand;
|
|
|
927
923
|
|
|
928
924
|
|
|
929
925
|
|
|
930
|
-
var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
931
|
-
...commonParams
|
|
932
|
-
}).m(function(Command, cs, config, o) {
|
|
926
|
+
var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
933
927
|
return [
|
|
934
928
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
935
929
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -943,9 +937,7 @@ var DeleteEnvironmentCommand = _DeleteEnvironmentCommand;
|
|
|
943
937
|
|
|
944
938
|
|
|
945
939
|
|
|
946
|
-
var _DeleteEnvironmentMembershipCommand = class _DeleteEnvironmentMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
947
|
-
...commonParams
|
|
948
|
-
}).m(function(Command, cs, config, o) {
|
|
940
|
+
var _DeleteEnvironmentMembershipCommand = class _DeleteEnvironmentMembershipCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
949
941
|
return [
|
|
950
942
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
951
943
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -959,9 +951,7 @@ var DeleteEnvironmentMembershipCommand = _DeleteEnvironmentMembershipCommand;
|
|
|
959
951
|
|
|
960
952
|
|
|
961
953
|
|
|
962
|
-
var _DescribeEnvironmentMembershipsCommand = class _DescribeEnvironmentMembershipsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
963
|
-
...commonParams
|
|
964
|
-
}).m(function(Command, cs, config, o) {
|
|
954
|
+
var _DescribeEnvironmentMembershipsCommand = class _DescribeEnvironmentMembershipsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
965
955
|
return [
|
|
966
956
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
967
957
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -975,9 +965,7 @@ var DescribeEnvironmentMembershipsCommand = _DescribeEnvironmentMembershipsComma
|
|
|
975
965
|
|
|
976
966
|
|
|
977
967
|
|
|
978
|
-
var _DescribeEnvironmentsCommand = class _DescribeEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
979
|
-
...commonParams
|
|
980
|
-
}).m(function(Command, cs, config, o) {
|
|
968
|
+
var _DescribeEnvironmentsCommand = class _DescribeEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
981
969
|
return [
|
|
982
970
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
983
971
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -991,9 +979,7 @@ var DescribeEnvironmentsCommand = _DescribeEnvironmentsCommand;
|
|
|
991
979
|
|
|
992
980
|
|
|
993
981
|
|
|
994
|
-
var _DescribeEnvironmentStatusCommand = class _DescribeEnvironmentStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
995
|
-
...commonParams
|
|
996
|
-
}).m(function(Command, cs, config, o) {
|
|
982
|
+
var _DescribeEnvironmentStatusCommand = class _DescribeEnvironmentStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
997
983
|
return [
|
|
998
984
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
999
985
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1007,9 +993,7 @@ var DescribeEnvironmentStatusCommand = _DescribeEnvironmentStatusCommand;
|
|
|
1007
993
|
|
|
1008
994
|
|
|
1009
995
|
|
|
1010
|
-
var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1011
|
-
...commonParams
|
|
1012
|
-
}).m(function(Command, cs, config, o) {
|
|
996
|
+
var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1013
997
|
return [
|
|
1014
998
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1015
999
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1023,9 +1007,7 @@ var ListEnvironmentsCommand = _ListEnvironmentsCommand;
|
|
|
1023
1007
|
|
|
1024
1008
|
|
|
1025
1009
|
|
|
1026
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1027
|
-
...commonParams
|
|
1028
|
-
}).m(function(Command, cs, config, o) {
|
|
1010
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1029
1011
|
return [
|
|
1030
1012
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1031
1013
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1039,9 +1021,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1039
1021
|
|
|
1040
1022
|
|
|
1041
1023
|
|
|
1042
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1043
|
-
...commonParams
|
|
1044
|
-
}).m(function(Command, cs, config, o) {
|
|
1024
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1045
1025
|
return [
|
|
1046
1026
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1047
1027
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1055,9 +1035,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1055
1035
|
|
|
1056
1036
|
|
|
1057
1037
|
|
|
1058
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1059
|
-
...commonParams
|
|
1060
|
-
}).m(function(Command, cs, config, o) {
|
|
1038
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1061
1039
|
return [
|
|
1062
1040
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1063
1041
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1071,9 +1049,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1071
1049
|
|
|
1072
1050
|
|
|
1073
1051
|
|
|
1074
|
-
var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1075
|
-
...commonParams
|
|
1076
|
-
}).m(function(Command, cs, config, o) {
|
|
1052
|
+
var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1077
1053
|
return [
|
|
1078
1054
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1079
1055
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1087,9 +1063,7 @@ var UpdateEnvironmentCommand = _UpdateEnvironmentCommand;
|
|
|
1087
1063
|
|
|
1088
1064
|
|
|
1089
1065
|
|
|
1090
|
-
var _UpdateEnvironmentMembershipCommand = class _UpdateEnvironmentMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1091
|
-
...commonParams
|
|
1092
|
-
}).m(function(Command, cs, config, o) {
|
|
1066
|
+
var _UpdateEnvironmentMembershipCommand = class _UpdateEnvironmentMembershipCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1093
1067
|
return [
|
|
1094
1068
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1095
1069
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_CreateEnvironmentEC2Command, se_CreateEnvironmentEC2Command } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateEnvironmentEC2Command extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateEnvironmentMembershipCommand, se_CreateEnvironmentMembershipCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateEnvironmentMembershipCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteEnvironmentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteEnvironmentMembershipCommand, se_DeleteEnvironmentMembershipCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteEnvironmentMembershipCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeEnvironmentMembershipsCommand, se_DescribeEnvironmentMembers
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEnvironmentMembershipsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeEnvironmentStatusCommand, se_DescribeEnvironmentStatusComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEnvironmentStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeEnvironmentsCommand, se_DescribeEnvironmentsCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeEnvironmentsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEnvironmentsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListTagsForResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TagResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UntagResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateEnvironmentCommand, se_UpdateEnvironmentCommand } from "../pro
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateEnvironmentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateEnvironmentMembershipCommand, se_UpdateEnvironmentMembershipCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateEnvironmentMembershipCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.650.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": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|