@aws-sdk/client-cloud9 3.1076.0 → 3.1078.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 +24 -135
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateEnvironmentEC2Command.js +2 -14
- package/dist-es/commands/CreateEnvironmentMembershipCommand.js +2 -14
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeleteEnvironmentMembershipCommand.js +2 -14
- package/dist-es/commands/DescribeEnvironmentMembershipsCommand.js +2 -14
- package/dist-es/commands/DescribeEnvironmentStatusCommand.js +2 -14
- package/dist-es/commands/DescribeEnvironmentsCommand.js +2 -14
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateEnvironmentMembershipCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateEnvironmentEC2Command.d.ts +3 -8
- package/dist-types/commands/CreateEnvironmentMembershipCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEnvironmentMembershipCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEnvironmentMembershipsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEnvironmentStatusCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEnvironmentMembershipCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +0 -18
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEnvironmentMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEnvironmentMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEnvironmentMembershipsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEnvironmentStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEnvironmentMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultCloud9HttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -656,6 +658,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
656
658
|
serviceTarget: "AWSCloud9WorkspaceManagementService",
|
|
657
659
|
},
|
|
658
660
|
serviceId: config?.serviceId ?? "Cloud9",
|
|
661
|
+
sha256: config?.sha256 ?? Sha256,
|
|
659
662
|
urlParser: config?.urlParser ?? parseUrl,
|
|
660
663
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
661
664
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -689,7 +692,6 @@ const getRuntimeConfig = (config) => {
|
|
|
689
692
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
690
693
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
691
694
|
}, config),
|
|
692
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
693
695
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
694
696
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
695
697
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -777,160 +779,47 @@ class Cloud9Client extends Client {
|
|
|
777
779
|
}
|
|
778
780
|
}
|
|
779
781
|
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
})
|
|
786
|
-
.s("AWSCloud9WorkspaceManagementService", "CreateEnvironmentEC2", {})
|
|
787
|
-
.n("Cloud9Client", "CreateEnvironmentEC2Command")
|
|
788
|
-
.sc(CreateEnvironmentEC2$)
|
|
789
|
-
.build() {
|
|
782
|
+
const command = makeBuilder(commonParams, "AWSCloud9WorkspaceManagementService", "Cloud9Client", getEndpointPlugin);
|
|
783
|
+
const _ep0 = {};
|
|
784
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
785
|
+
|
|
786
|
+
class CreateEnvironmentEC2Command extends command(_ep0, _mw0, "CreateEnvironmentEC2", CreateEnvironmentEC2$) {
|
|
790
787
|
}
|
|
791
788
|
|
|
792
|
-
class CreateEnvironmentMembershipCommand extends
|
|
793
|
-
.classBuilder()
|
|
794
|
-
.ep(commonParams)
|
|
795
|
-
.m(function (Command, cs, config, o) {
|
|
796
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
797
|
-
})
|
|
798
|
-
.s("AWSCloud9WorkspaceManagementService", "CreateEnvironmentMembership", {})
|
|
799
|
-
.n("Cloud9Client", "CreateEnvironmentMembershipCommand")
|
|
800
|
-
.sc(CreateEnvironmentMembership$)
|
|
801
|
-
.build() {
|
|
789
|
+
class CreateEnvironmentMembershipCommand extends command(_ep0, _mw0, "CreateEnvironmentMembership", CreateEnvironmentMembership$) {
|
|
802
790
|
}
|
|
803
791
|
|
|
804
|
-
class DeleteEnvironmentCommand extends
|
|
805
|
-
.classBuilder()
|
|
806
|
-
.ep(commonParams)
|
|
807
|
-
.m(function (Command, cs, config, o) {
|
|
808
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
809
|
-
})
|
|
810
|
-
.s("AWSCloud9WorkspaceManagementService", "DeleteEnvironment", {})
|
|
811
|
-
.n("Cloud9Client", "DeleteEnvironmentCommand")
|
|
812
|
-
.sc(DeleteEnvironment$)
|
|
813
|
-
.build() {
|
|
792
|
+
class DeleteEnvironmentCommand extends command(_ep0, _mw0, "DeleteEnvironment", DeleteEnvironment$) {
|
|
814
793
|
}
|
|
815
794
|
|
|
816
|
-
class DeleteEnvironmentMembershipCommand extends
|
|
817
|
-
.classBuilder()
|
|
818
|
-
.ep(commonParams)
|
|
819
|
-
.m(function (Command, cs, config, o) {
|
|
820
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
821
|
-
})
|
|
822
|
-
.s("AWSCloud9WorkspaceManagementService", "DeleteEnvironmentMembership", {})
|
|
823
|
-
.n("Cloud9Client", "DeleteEnvironmentMembershipCommand")
|
|
824
|
-
.sc(DeleteEnvironmentMembership$)
|
|
825
|
-
.build() {
|
|
795
|
+
class DeleteEnvironmentMembershipCommand extends command(_ep0, _mw0, "DeleteEnvironmentMembership", DeleteEnvironmentMembership$) {
|
|
826
796
|
}
|
|
827
797
|
|
|
828
|
-
class DescribeEnvironmentMembershipsCommand extends
|
|
829
|
-
.classBuilder()
|
|
830
|
-
.ep(commonParams)
|
|
831
|
-
.m(function (Command, cs, config, o) {
|
|
832
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
833
|
-
})
|
|
834
|
-
.s("AWSCloud9WorkspaceManagementService", "DescribeEnvironmentMemberships", {})
|
|
835
|
-
.n("Cloud9Client", "DescribeEnvironmentMembershipsCommand")
|
|
836
|
-
.sc(DescribeEnvironmentMemberships$)
|
|
837
|
-
.build() {
|
|
798
|
+
class DescribeEnvironmentMembershipsCommand extends command(_ep0, _mw0, "DescribeEnvironmentMemberships", DescribeEnvironmentMemberships$) {
|
|
838
799
|
}
|
|
839
800
|
|
|
840
|
-
class DescribeEnvironmentsCommand extends
|
|
841
|
-
.classBuilder()
|
|
842
|
-
.ep(commonParams)
|
|
843
|
-
.m(function (Command, cs, config, o) {
|
|
844
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
845
|
-
})
|
|
846
|
-
.s("AWSCloud9WorkspaceManagementService", "DescribeEnvironments", {})
|
|
847
|
-
.n("Cloud9Client", "DescribeEnvironmentsCommand")
|
|
848
|
-
.sc(DescribeEnvironments$)
|
|
849
|
-
.build() {
|
|
801
|
+
class DescribeEnvironmentsCommand extends command(_ep0, _mw0, "DescribeEnvironments", DescribeEnvironments$) {
|
|
850
802
|
}
|
|
851
803
|
|
|
852
|
-
class DescribeEnvironmentStatusCommand extends
|
|
853
|
-
.classBuilder()
|
|
854
|
-
.ep(commonParams)
|
|
855
|
-
.m(function (Command, cs, config, o) {
|
|
856
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
857
|
-
})
|
|
858
|
-
.s("AWSCloud9WorkspaceManagementService", "DescribeEnvironmentStatus", {})
|
|
859
|
-
.n("Cloud9Client", "DescribeEnvironmentStatusCommand")
|
|
860
|
-
.sc(DescribeEnvironmentStatus$)
|
|
861
|
-
.build() {
|
|
804
|
+
class DescribeEnvironmentStatusCommand extends command(_ep0, _mw0, "DescribeEnvironmentStatus", DescribeEnvironmentStatus$) {
|
|
862
805
|
}
|
|
863
806
|
|
|
864
|
-
class ListEnvironmentsCommand extends
|
|
865
|
-
.classBuilder()
|
|
866
|
-
.ep(commonParams)
|
|
867
|
-
.m(function (Command, cs, config, o) {
|
|
868
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
869
|
-
})
|
|
870
|
-
.s("AWSCloud9WorkspaceManagementService", "ListEnvironments", {})
|
|
871
|
-
.n("Cloud9Client", "ListEnvironmentsCommand")
|
|
872
|
-
.sc(ListEnvironments$)
|
|
873
|
-
.build() {
|
|
807
|
+
class ListEnvironmentsCommand extends command(_ep0, _mw0, "ListEnvironments", ListEnvironments$) {
|
|
874
808
|
}
|
|
875
809
|
|
|
876
|
-
class ListTagsForResourceCommand extends
|
|
877
|
-
.classBuilder()
|
|
878
|
-
.ep(commonParams)
|
|
879
|
-
.m(function (Command, cs, config, o) {
|
|
880
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
881
|
-
})
|
|
882
|
-
.s("AWSCloud9WorkspaceManagementService", "ListTagsForResource", {})
|
|
883
|
-
.n("Cloud9Client", "ListTagsForResourceCommand")
|
|
884
|
-
.sc(ListTagsForResource$)
|
|
885
|
-
.build() {
|
|
810
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
886
811
|
}
|
|
887
812
|
|
|
888
|
-
class TagResourceCommand extends
|
|
889
|
-
.classBuilder()
|
|
890
|
-
.ep(commonParams)
|
|
891
|
-
.m(function (Command, cs, config, o) {
|
|
892
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
893
|
-
})
|
|
894
|
-
.s("AWSCloud9WorkspaceManagementService", "TagResource", {})
|
|
895
|
-
.n("Cloud9Client", "TagResourceCommand")
|
|
896
|
-
.sc(TagResource$)
|
|
897
|
-
.build() {
|
|
813
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
898
814
|
}
|
|
899
815
|
|
|
900
|
-
class UntagResourceCommand extends
|
|
901
|
-
.classBuilder()
|
|
902
|
-
.ep(commonParams)
|
|
903
|
-
.m(function (Command, cs, config, o) {
|
|
904
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
905
|
-
})
|
|
906
|
-
.s("AWSCloud9WorkspaceManagementService", "UntagResource", {})
|
|
907
|
-
.n("Cloud9Client", "UntagResourceCommand")
|
|
908
|
-
.sc(UntagResource$)
|
|
909
|
-
.build() {
|
|
816
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
910
817
|
}
|
|
911
818
|
|
|
912
|
-
class UpdateEnvironmentCommand extends
|
|
913
|
-
.classBuilder()
|
|
914
|
-
.ep(commonParams)
|
|
915
|
-
.m(function (Command, cs, config, o) {
|
|
916
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
917
|
-
})
|
|
918
|
-
.s("AWSCloud9WorkspaceManagementService", "UpdateEnvironment", {})
|
|
919
|
-
.n("Cloud9Client", "UpdateEnvironmentCommand")
|
|
920
|
-
.sc(UpdateEnvironment$)
|
|
921
|
-
.build() {
|
|
819
|
+
class UpdateEnvironmentCommand extends command(_ep0, _mw0, "UpdateEnvironment", UpdateEnvironment$) {
|
|
922
820
|
}
|
|
923
821
|
|
|
924
|
-
class UpdateEnvironmentMembershipCommand extends
|
|
925
|
-
.classBuilder()
|
|
926
|
-
.ep(commonParams)
|
|
927
|
-
.m(function (Command, cs, config, o) {
|
|
928
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
929
|
-
})
|
|
930
|
-
.s("AWSCloud9WorkspaceManagementService", "UpdateEnvironmentMembership", {})
|
|
931
|
-
.n("Cloud9Client", "UpdateEnvironmentMembershipCommand")
|
|
932
|
-
.sc(UpdateEnvironmentMembership$)
|
|
933
|
-
.build() {
|
|
822
|
+
class UpdateEnvironmentMembershipCommand extends command(_ep0, _mw0, "UpdateEnvironmentMembership", UpdateEnvironmentMembership$) {
|
|
934
823
|
}
|
|
935
824
|
|
|
936
825
|
const paginateDescribeEnvironmentMemberships = createPaginator(Cloud9Client, DescribeEnvironmentMembershipsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AWSCloud9WorkspaceManagementService", "Cloud9Client", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateEnvironmentEC2$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateEnvironmentEC2Command extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCloud9WorkspaceManagementService", "CreateEnvironmentEC2", {})
|
|
13
|
-
.n("Cloud9Client", "CreateEnvironmentEC2Command")
|
|
14
|
-
.sc(CreateEnvironmentEC2$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateEnvironmentEC2Command extends command(_ep0, _mw0, "CreateEnvironmentEC2", CreateEnvironmentEC2$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateEnvironmentMembership$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateEnvironmentMembershipCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCloud9WorkspaceManagementService", "CreateEnvironmentMembership", {})
|
|
13
|
-
.n("Cloud9Client", "CreateEnvironmentMembershipCommand")
|
|
14
|
-
.sc(CreateEnvironmentMembership$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateEnvironmentMembershipCommand extends command(_ep0, _mw0, "CreateEnvironmentMembership", CreateEnvironmentMembership$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteEnvironment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEnvironmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCloud9WorkspaceManagementService", "DeleteEnvironment", {})
|
|
13
|
-
.n("Cloud9Client", "DeleteEnvironmentCommand")
|
|
14
|
-
.sc(DeleteEnvironment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEnvironmentCommand extends command(_ep0, _mw0, "DeleteEnvironment", DeleteEnvironment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteEnvironmentMembership$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEnvironmentMembershipCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCloud9WorkspaceManagementService", "DeleteEnvironmentMembership", {})
|
|
13
|
-
.n("Cloud9Client", "DeleteEnvironmentMembershipCommand")
|
|
14
|
-
.sc(DeleteEnvironmentMembership$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEnvironmentMembershipCommand extends command(_ep0, _mw0, "DeleteEnvironmentMembership", DeleteEnvironmentMembership$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEnvironmentMemberships$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEnvironmentMembershipsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCloud9WorkspaceManagementService", "DescribeEnvironmentMemberships", {})
|
|
13
|
-
.n("Cloud9Client", "DescribeEnvironmentMembershipsCommand")
|
|
14
|
-
.sc(DescribeEnvironmentMemberships$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEnvironmentMembershipsCommand extends command(_ep0, _mw0, "DescribeEnvironmentMemberships", DescribeEnvironmentMemberships$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEnvironmentStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEnvironmentStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCloud9WorkspaceManagementService", "DescribeEnvironmentStatus", {})
|
|
13
|
-
.n("Cloud9Client", "DescribeEnvironmentStatusCommand")
|
|
14
|
-
.sc(DescribeEnvironmentStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEnvironmentStatusCommand extends command(_ep0, _mw0, "DescribeEnvironmentStatus", DescribeEnvironmentStatus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEnvironments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEnvironmentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCloud9WorkspaceManagementService", "DescribeEnvironments", {})
|
|
13
|
-
.n("Cloud9Client", "DescribeEnvironmentsCommand")
|
|
14
|
-
.sc(DescribeEnvironments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEnvironmentsCommand extends command(_ep0, _mw0, "DescribeEnvironments", DescribeEnvironments$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListEnvironments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListEnvironmentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCloud9WorkspaceManagementService", "ListEnvironments", {})
|
|
13
|
-
.n("Cloud9Client", "ListEnvironmentsCommand")
|
|
14
|
-
.sc(ListEnvironments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListEnvironmentsCommand extends command(_ep0, _mw0, "ListEnvironments", ListEnvironments$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCloud9WorkspaceManagementService", "ListTagsForResource", {})
|
|
13
|
-
.n("Cloud9Client", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCloud9WorkspaceManagementService", "TagResource", {})
|
|
13
|
-
.n("Cloud9Client", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCloud9WorkspaceManagementService", "UntagResource", {})
|
|
13
|
-
.n("Cloud9Client", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateEnvironment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateEnvironmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCloud9WorkspaceManagementService", "UpdateEnvironment", {})
|
|
13
|
-
.n("Cloud9Client", "UpdateEnvironmentCommand")
|
|
14
|
-
.sc(UpdateEnvironment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateEnvironmentCommand extends command(_ep0, _mw0, "UpdateEnvironment", UpdateEnvironment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateEnvironmentMembership$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateEnvironmentMembershipCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSCloud9WorkspaceManagementService", "UpdateEnvironmentMembership", {})
|
|
13
|
-
.n("Cloud9Client", "UpdateEnvironmentMembershipCommand")
|
|
14
|
-
.sc(UpdateEnvironmentMembership$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateEnvironmentMembershipCommand extends command(_ep0, _mw0, "UpdateEnvironmentMembership", UpdateEnvironmentMembership$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "AWSCloud9WorkspaceManagementService",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "Cloud9",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./Cloud9Client";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
|
|
4
2
|
import type { CreateEnvironmentEC2Request, CreateEnvironmentEC2Result } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateEnvironmentEC2CommandInput extends CreateEnvironmentEC2Re
|
|
|
22
19
|
export interface CreateEnvironmentEC2CommandOutput extends CreateEnvironmentEC2Result, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateEnvironmentEC2Command_base: {
|
|
25
|
-
new (input: CreateEnvironmentEC2CommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateEnvironmentEC2CommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateEnvironmentEC2CommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateEnvironmentEC2CommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and
|