@aws-sdk/client-cloud9 3.34.0 → 3.37.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/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/Cloud9.js +1 -71
- package/dist-cjs/Cloud9Client.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentEC2Command.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentMembershipCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentMembershipCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentMembershipsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentStatusCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListEnvironmentsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateEnvironmentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateEnvironmentMembershipCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -115
- package/{dist/cjs → dist-cjs}/pagination/DescribeEnvironmentMembershipsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListEnvironmentsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/Cloud9.js +1 -2
- package/{dist/es → dist-es}/Cloud9Client.js +1 -2
- package/{dist/es → dist-es}/commands/CreateEnvironmentEC2Command.js +2 -3
- package/{dist/es → dist-es}/commands/CreateEnvironmentMembershipCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteEnvironmentMembershipCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentMembershipsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListEnvironmentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateEnvironmentMembershipCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeEnvironmentMembershipsPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListEnvironmentsPaginator.js +0 -1
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/Cloud9.d.ts +2 -2
- package/{dist/types → dist-types}/Cloud9Client.d.ts +9 -9
- package/{dist/types → dist-types}/commands/CreateEnvironmentEC2Command.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateEnvironmentMembershipCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteEnvironmentMembershipCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentMembershipsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateEnvironmentMembershipCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeEnvironmentMembershipsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListEnvironmentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/Cloud9.d.ts +16 -117
- package/dist-types/ts3.4/Cloud9Client.d.ts +80 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateEnvironmentMembershipCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteEnvironmentMembershipCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentMembershipsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentStatusCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListEnvironmentsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateEnvironmentCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/UpdateEnvironmentMembershipCommand.d.ts +4 -23
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +467 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEnvironmentMembershipsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/Cloud9.ts +0 -551
- package/Cloud9Client.ts +0 -364
- package/commands/CreateEnvironmentEC2Command.ts +0 -95
- package/commands/CreateEnvironmentMembershipCommand.ts +0 -97
- package/commands/DeleteEnvironmentCommand.ts +0 -95
- package/commands/DeleteEnvironmentMembershipCommand.ts +0 -97
- package/commands/DescribeEnvironmentMembershipsCommand.ts +0 -102
- package/commands/DescribeEnvironmentStatusCommand.ts +0 -97
- package/commands/DescribeEnvironmentsCommand.ts +0 -94
- package/commands/ListEnvironmentsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -98
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateEnvironmentCommand.ts +0 -94
- package/commands/UpdateEnvironmentMembershipCommand.ts +0 -98
- package/dist/cjs/Cloud9.js.map +0 -1
- package/dist/cjs/Cloud9Client.js +0 -110
- package/dist/cjs/Cloud9Client.js.map +0 -1
- package/dist/cjs/commands/CreateEnvironmentEC2Command.js.map +0 -1
- package/dist/cjs/commands/CreateEnvironmentMembershipCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEnvironmentMembershipCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentMembershipsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEnvironmentMembershipCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeEnvironmentMembershipsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListEnvironmentsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Cloud9.js.map +0 -1
- package/dist/es/Cloud9Client.js.map +0 -1
- package/dist/es/commands/CreateEnvironmentEC2Command.js.map +0 -1
- package/dist/es/commands/CreateEnvironmentMembershipCommand.js.map +0 -1
- package/dist/es/commands/DeleteEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/DeleteEnvironmentMembershipCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentMembershipsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/ListEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/UpdateEnvironmentMembershipCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -20
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeEnvironmentMembershipsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListEnvironmentsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/Cloud9Client.d.ts +0 -211
- package/dist/types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -978
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -1187
- package/pagination/DescribeEnvironmentMembershipsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListEnvironmentsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -2188
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.js","sourceRoot":"","sources":["../../runtimeConfig.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../../runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAKtF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAA0B;;IACzD,IAAM,eAAe,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAAC;IACxD,sCACK,eAAe,GACf,MAAM,KACT,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,IAChC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../../runtimeConfig.shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAM/C,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAA0B;;IAAK,OAAA,CAAC;QAC/D,UAAU,EAAE,YAAY;QACxB,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,KAAK;QACrD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAK,EAAe;QAC1C,kBAAkB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,kBAAkB,mCAAI,yBAAyB;QAC3E,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,QAAQ;QACxC,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,QAAQ;KACzC,CAAC,CAAA;CAAA,CAAC"}
|
|
@@ -1,211 +0,0 @@
|
|
|
1
|
-
import { CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput } from "./commands/CreateEnvironmentEC2Command";
|
|
2
|
-
import { CreateEnvironmentMembershipCommandInput, CreateEnvironmentMembershipCommandOutput } from "./commands/CreateEnvironmentMembershipCommand";
|
|
3
|
-
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
4
|
-
import { DeleteEnvironmentMembershipCommandInput, DeleteEnvironmentMembershipCommandOutput } from "./commands/DeleteEnvironmentMembershipCommand";
|
|
5
|
-
import { DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput } from "./commands/DescribeEnvironmentMembershipsCommand";
|
|
6
|
-
import { DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput } from "./commands/DescribeEnvironmentStatusCommand";
|
|
7
|
-
import { DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput } from "./commands/DescribeEnvironmentsCommand";
|
|
8
|
-
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
|
|
9
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
10
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
11
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
12
|
-
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
13
|
-
import { UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput } from "./commands/UpdateEnvironmentMembershipCommand";
|
|
14
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
15
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
16
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
17
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
18
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
19
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
20
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
21
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
22
|
-
export declare type ServiceInputTypes = CreateEnvironmentEC2CommandInput | CreateEnvironmentMembershipCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentMembershipCommandInput | DescribeEnvironmentMembershipsCommandInput | DescribeEnvironmentStatusCommandInput | DescribeEnvironmentsCommandInput | ListEnvironmentsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentMembershipCommandInput;
|
|
23
|
-
export declare type ServiceOutputTypes = CreateEnvironmentEC2CommandOutput | CreateEnvironmentMembershipCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentMembershipCommandOutput | DescribeEnvironmentMembershipsCommandOutput | DescribeEnvironmentStatusCommandOutput | DescribeEnvironmentsCommandOutput | ListEnvironmentsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentMembershipCommandOutput;
|
|
24
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
25
|
-
/**
|
|
26
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
27
|
-
*/
|
|
28
|
-
requestHandler?: __HttpHandler;
|
|
29
|
-
/**
|
|
30
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
31
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
sha256?: __HashConstructor;
|
|
35
|
-
/**
|
|
36
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
urlParser?: __UrlParser;
|
|
40
|
-
/**
|
|
41
|
-
* A function that can calculate the length of a request body.
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
45
|
-
/**
|
|
46
|
-
* A function that converts a stream into an array of bytes.
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
|
-
streamCollector?: __StreamCollector;
|
|
50
|
-
/**
|
|
51
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
52
|
-
* @internal
|
|
53
|
-
*/
|
|
54
|
-
base64Decoder?: __Decoder;
|
|
55
|
-
/**
|
|
56
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
base64Encoder?: __Encoder;
|
|
60
|
-
/**
|
|
61
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
utf8Decoder?: __Decoder;
|
|
65
|
-
/**
|
|
66
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
utf8Encoder?: __Encoder;
|
|
70
|
-
/**
|
|
71
|
-
* The runtime environment.
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
runtime?: string;
|
|
75
|
-
/**
|
|
76
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
77
|
-
* trait of an operation.
|
|
78
|
-
*/
|
|
79
|
-
disableHostPrefix?: boolean;
|
|
80
|
-
/**
|
|
81
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
82
|
-
*/
|
|
83
|
-
maxAttempts?: number | __Provider<number>;
|
|
84
|
-
/**
|
|
85
|
-
* Specifies which retry algorithm to use.
|
|
86
|
-
*/
|
|
87
|
-
retryMode?: string | __Provider<string>;
|
|
88
|
-
/**
|
|
89
|
-
* Optional logger for logging debug/info/warn/error.
|
|
90
|
-
*/
|
|
91
|
-
logger?: __Logger;
|
|
92
|
-
/**
|
|
93
|
-
* Unique service identifier.
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
serviceId?: string;
|
|
97
|
-
/**
|
|
98
|
-
* The AWS region to which this client will send requests
|
|
99
|
-
*/
|
|
100
|
-
region?: string | __Provider<string>;
|
|
101
|
-
/**
|
|
102
|
-
* Default credentials provider; Not available in browser runtime.
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
106
|
-
/**
|
|
107
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
111
|
-
/**
|
|
112
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
116
|
-
}
|
|
117
|
-
declare type Cloud9ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
118
|
-
/**
|
|
119
|
-
* The configuration interface of Cloud9Client class constructor that set the region, credentials and other options.
|
|
120
|
-
*/
|
|
121
|
-
export interface Cloud9ClientConfig extends Cloud9ClientConfigType {
|
|
122
|
-
}
|
|
123
|
-
declare type Cloud9ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
124
|
-
/**
|
|
125
|
-
* The resolved configuration interface of Cloud9Client class. This is resolved and normalized from the {@link Cloud9ClientConfig | constructor configuration interface}.
|
|
126
|
-
*/
|
|
127
|
-
export interface Cloud9ClientResolvedConfig extends Cloud9ClientResolvedConfigType {
|
|
128
|
-
}
|
|
129
|
-
/**
|
|
130
|
-
* <fullname>Cloud9</fullname>
|
|
131
|
-
* <p>Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and
|
|
132
|
-
* release software in the cloud.</p>
|
|
133
|
-
* <p>For more information about Cloud9, see the <a href="https://docs.aws.amazon.com/cloud9/latest/user-guide">Cloud9 User Guide</a>.</p>
|
|
134
|
-
* <p>Cloud9 supports these operations:</p>
|
|
135
|
-
* <ul>
|
|
136
|
-
* <li>
|
|
137
|
-
* <p>
|
|
138
|
-
* <code>CreateEnvironmentEC2</code>: Creates an Cloud9 development environment, launches
|
|
139
|
-
* an Amazon EC2 instance, and then connects from the instance to the environment.</p>
|
|
140
|
-
* </li>
|
|
141
|
-
* <li>
|
|
142
|
-
* <p>
|
|
143
|
-
* <code>CreateEnvironmentMembership</code>: Adds an environment member to an
|
|
144
|
-
* environment.</p>
|
|
145
|
-
* </li>
|
|
146
|
-
* <li>
|
|
147
|
-
* <p>
|
|
148
|
-
* <code>DeleteEnvironment</code>: Deletes an environment. If an Amazon EC2 instance is
|
|
149
|
-
* connected to the environment, also terminates the instance.</p>
|
|
150
|
-
* </li>
|
|
151
|
-
* <li>
|
|
152
|
-
* <p>
|
|
153
|
-
* <code>DeleteEnvironmentMembership</code>: Deletes an environment member from an
|
|
154
|
-
* environment.</p>
|
|
155
|
-
* </li>
|
|
156
|
-
* <li>
|
|
157
|
-
* <p>
|
|
158
|
-
* <code>DescribeEnvironmentMemberships</code>: Gets information about environment
|
|
159
|
-
* members for an environment.</p>
|
|
160
|
-
* </li>
|
|
161
|
-
* <li>
|
|
162
|
-
* <p>
|
|
163
|
-
* <code>DescribeEnvironments</code>: Gets information about environments.</p>
|
|
164
|
-
* </li>
|
|
165
|
-
* <li>
|
|
166
|
-
* <p>
|
|
167
|
-
* <code>DescribeEnvironmentStatus</code>: Gets status information for an
|
|
168
|
-
* environment.</p>
|
|
169
|
-
* </li>
|
|
170
|
-
* <li>
|
|
171
|
-
* <p>
|
|
172
|
-
* <code>ListEnvironments</code>: Gets a list of environment identifiers.</p>
|
|
173
|
-
* </li>
|
|
174
|
-
* <li>
|
|
175
|
-
* <p>
|
|
176
|
-
* <code>ListTagsForResource</code>: Gets the tags for an environment.</p>
|
|
177
|
-
* </li>
|
|
178
|
-
* <li>
|
|
179
|
-
* <p>
|
|
180
|
-
* <code>TagResource</code>: Adds tags to an environment.</p>
|
|
181
|
-
* </li>
|
|
182
|
-
* <li>
|
|
183
|
-
* <p>
|
|
184
|
-
* <code>UntagResource</code>: Removes tags from an environment.</p>
|
|
185
|
-
* </li>
|
|
186
|
-
* <li>
|
|
187
|
-
* <p>
|
|
188
|
-
* <code>UpdateEnvironment</code>: Changes the settings of an existing
|
|
189
|
-
* environment.</p>
|
|
190
|
-
* </li>
|
|
191
|
-
* <li>
|
|
192
|
-
* <p>
|
|
193
|
-
* <code>UpdateEnvironmentMembership</code>: Changes the settings of an existing
|
|
194
|
-
* environment member for an environment.</p>
|
|
195
|
-
* </li>
|
|
196
|
-
* </ul>
|
|
197
|
-
*/
|
|
198
|
-
export declare class Cloud9Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Cloud9ClientResolvedConfig> {
|
|
199
|
-
/**
|
|
200
|
-
* The resolved configuration of Cloud9Client class. This is resolved and normalized from the {@link Cloud9ClientConfig | constructor configuration interface}.
|
|
201
|
-
*/
|
|
202
|
-
readonly config: Cloud9ClientResolvedConfig;
|
|
203
|
-
constructor(configuration: Cloud9ClientConfig);
|
|
204
|
-
/**
|
|
205
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
206
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
207
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
208
|
-
*/
|
|
209
|
-
destroy(): void;
|
|
210
|
-
}
|
|
211
|
-
export {};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
|
|
2
|
-
import { CreateEnvironmentEC2Request, CreateEnvironmentEC2Result } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateEnvironmentEC2CommandInput extends CreateEnvironmentEC2Request {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateEnvironmentEC2CommandOutput extends CreateEnvironmentEC2Result, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and
|
|
11
|
-
* then connects from the instance to the environment.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { Cloud9Client, CreateEnvironmentEC2Command } from "@aws-sdk/client-cloud9"; // ES Modules import
|
|
16
|
-
* // const { Cloud9Client, CreateEnvironmentEC2Command } = require("@aws-sdk/client-cloud9"); // CommonJS import
|
|
17
|
-
* const client = new Cloud9Client(config);
|
|
18
|
-
* const command = new CreateEnvironmentEC2Command(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreateEnvironmentEC2CommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreateEnvironmentEC2CommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class CreateEnvironmentEC2Command extends $Command<CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput, Cloud9ClientResolvedConfig> {
|
|
28
|
-
readonly input: CreateEnvironmentEC2CommandInput;
|
|
29
|
-
constructor(input: CreateEnvironmentEC2CommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
|
|
2
|
-
import { DeleteEnvironmentRequest, DeleteEnvironmentResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes an Cloud9 development environment. If an Amazon EC2 instance is connected to the
|
|
11
|
-
* environment, also terminates the instance.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { Cloud9Client, DeleteEnvironmentCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
|
|
16
|
-
* // const { Cloud9Client, DeleteEnvironmentCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
|
|
17
|
-
* const client = new Cloud9Client(config);
|
|
18
|
-
* const command = new DeleteEnvironmentCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteEnvironmentCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteEnvironmentCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, Cloud9ClientResolvedConfig> {
|
|
28
|
-
readonly input: DeleteEnvironmentCommandInput;
|
|
29
|
-
constructor(input: DeleteEnvironmentCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
|
|
2
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Adds tags to an Cloud9 development environment.</p>
|
|
11
|
-
* <important>
|
|
12
|
-
* <p>Tags that you add to an Cloud9 environment by using this method will NOT be
|
|
13
|
-
* automatically propagated to underlying resources.</p>
|
|
14
|
-
* </important>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { Cloud9Client, TagResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
|
|
19
|
-
* // const { Cloud9Client, TagResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
|
|
20
|
-
* const client = new Cloud9Client(config);
|
|
21
|
-
* const command = new TagResourceCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, Cloud9ClientResolvedConfig> {
|
|
31
|
-
readonly input: TagResourceCommandInput;
|
|
32
|
-
constructor(input: TagResourceCommandInput);
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
|
|
2
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Removes tags from an Cloud9 development environment.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { Cloud9Client, UntagResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
|
|
15
|
-
* // const { Cloud9Client, UntagResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
|
|
16
|
-
* const client = new Cloud9Client(config);
|
|
17
|
-
* const command = new UntagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, Cloud9ClientResolvedConfig> {
|
|
27
|
-
readonly input: UntagResourceCommandInput;
|
|
28
|
-
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|