@aws-sdk/client-cloud9 3.926.0 → 3.928.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 +440 -582
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/Cloud9Client.js +2 -0
- package/dist-es/commands/CreateEnvironmentEC2Command.js +3 -10
- package/dist-es/commands/CreateEnvironmentMembershipCommand.js +3 -9
- package/dist-es/commands/DeleteEnvironmentCommand.js +3 -9
- package/dist-es/commands/DeleteEnvironmentMembershipCommand.js +3 -9
- package/dist-es/commands/DescribeEnvironmentMembershipsCommand.js +3 -9
- package/dist-es/commands/DescribeEnvironmentStatusCommand.js +3 -9
- package/dist-es/commands/DescribeEnvironmentsCommand.js +3 -10
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateEnvironmentCommand.js +3 -10
- package/dist-es/commands/UpdateEnvironmentMembershipCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -35
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +392 -0
- package/dist-types/Cloud9Client.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -32
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +64 -0
- package/dist-types/ts3.4/Cloud9Client.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -20
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +70 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -429
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -119
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -161
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateEnvironmentEC2CommandInput,
|
|
8
|
-
CreateEnvironmentEC2CommandOutput,
|
|
9
|
-
} from "../commands/CreateEnvironmentEC2Command";
|
|
10
|
-
import {
|
|
11
|
-
CreateEnvironmentMembershipCommandInput,
|
|
12
|
-
CreateEnvironmentMembershipCommandOutput,
|
|
13
|
-
} from "../commands/CreateEnvironmentMembershipCommand";
|
|
14
|
-
import {
|
|
15
|
-
DeleteEnvironmentCommandInput,
|
|
16
|
-
DeleteEnvironmentCommandOutput,
|
|
17
|
-
} from "../commands/DeleteEnvironmentCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeleteEnvironmentMembershipCommandInput,
|
|
20
|
-
DeleteEnvironmentMembershipCommandOutput,
|
|
21
|
-
} from "../commands/DeleteEnvironmentMembershipCommand";
|
|
22
|
-
import {
|
|
23
|
-
DescribeEnvironmentMembershipsCommandInput,
|
|
24
|
-
DescribeEnvironmentMembershipsCommandOutput,
|
|
25
|
-
} from "../commands/DescribeEnvironmentMembershipsCommand";
|
|
26
|
-
import {
|
|
27
|
-
DescribeEnvironmentsCommandInput,
|
|
28
|
-
DescribeEnvironmentsCommandOutput,
|
|
29
|
-
} from "../commands/DescribeEnvironmentsCommand";
|
|
30
|
-
import {
|
|
31
|
-
DescribeEnvironmentStatusCommandInput,
|
|
32
|
-
DescribeEnvironmentStatusCommandOutput,
|
|
33
|
-
} from "../commands/DescribeEnvironmentStatusCommand";
|
|
34
|
-
import {
|
|
35
|
-
ListEnvironmentsCommandInput,
|
|
36
|
-
ListEnvironmentsCommandOutput,
|
|
37
|
-
} from "../commands/ListEnvironmentsCommand";
|
|
38
|
-
import {
|
|
39
|
-
ListTagsForResourceCommandInput,
|
|
40
|
-
ListTagsForResourceCommandOutput,
|
|
41
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
42
|
-
import {
|
|
43
|
-
TagResourceCommandInput,
|
|
44
|
-
TagResourceCommandOutput,
|
|
45
|
-
} from "../commands/TagResourceCommand";
|
|
46
|
-
import {
|
|
47
|
-
UntagResourceCommandInput,
|
|
48
|
-
UntagResourceCommandOutput,
|
|
49
|
-
} from "../commands/UntagResourceCommand";
|
|
50
|
-
import {
|
|
51
|
-
UpdateEnvironmentCommandInput,
|
|
52
|
-
UpdateEnvironmentCommandOutput,
|
|
53
|
-
} from "../commands/UpdateEnvironmentCommand";
|
|
54
|
-
import {
|
|
55
|
-
UpdateEnvironmentMembershipCommandInput,
|
|
56
|
-
UpdateEnvironmentMembershipCommandOutput,
|
|
57
|
-
} from "../commands/UpdateEnvironmentMembershipCommand";
|
|
58
|
-
export declare const se_CreateEnvironmentEC2Command: (
|
|
59
|
-
input: CreateEnvironmentEC2CommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const se_CreateEnvironmentMembershipCommand: (
|
|
63
|
-
input: CreateEnvironmentMembershipCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_DeleteEnvironmentCommand: (
|
|
67
|
-
input: DeleteEnvironmentCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_DeleteEnvironmentMembershipCommand: (
|
|
71
|
-
input: DeleteEnvironmentMembershipCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_DescribeEnvironmentMembershipsCommand: (
|
|
75
|
-
input: DescribeEnvironmentMembershipsCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_DescribeEnvironmentsCommand: (
|
|
79
|
-
input: DescribeEnvironmentsCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_DescribeEnvironmentStatusCommand: (
|
|
83
|
-
input: DescribeEnvironmentStatusCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_ListEnvironmentsCommand: (
|
|
87
|
-
input: ListEnvironmentsCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
91
|
-
input: ListTagsForResourceCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_TagResourceCommand: (
|
|
95
|
-
input: TagResourceCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_UntagResourceCommand: (
|
|
99
|
-
input: UntagResourceCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_UpdateEnvironmentCommand: (
|
|
103
|
-
input: UpdateEnvironmentCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_UpdateEnvironmentMembershipCommand: (
|
|
107
|
-
input: UpdateEnvironmentMembershipCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const de_CreateEnvironmentEC2Command: (
|
|
111
|
-
output: __HttpResponse,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<CreateEnvironmentEC2CommandOutput>;
|
|
114
|
-
export declare const de_CreateEnvironmentMembershipCommand: (
|
|
115
|
-
output: __HttpResponse,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<CreateEnvironmentMembershipCommandOutput>;
|
|
118
|
-
export declare const de_DeleteEnvironmentCommand: (
|
|
119
|
-
output: __HttpResponse,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<DeleteEnvironmentCommandOutput>;
|
|
122
|
-
export declare const de_DeleteEnvironmentMembershipCommand: (
|
|
123
|
-
output: __HttpResponse,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<DeleteEnvironmentMembershipCommandOutput>;
|
|
126
|
-
export declare const de_DescribeEnvironmentMembershipsCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<DescribeEnvironmentMembershipsCommandOutput>;
|
|
130
|
-
export declare const de_DescribeEnvironmentsCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<DescribeEnvironmentsCommandOutput>;
|
|
134
|
-
export declare const de_DescribeEnvironmentStatusCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<DescribeEnvironmentStatusCommandOutput>;
|
|
138
|
-
export declare const de_ListEnvironmentsCommand: (
|
|
139
|
-
output: __HttpResponse,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<ListEnvironmentsCommandOutput>;
|
|
142
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
143
|
-
output: __HttpResponse,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
146
|
-
export declare const de_TagResourceCommand: (
|
|
147
|
-
output: __HttpResponse,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<TagResourceCommandOutput>;
|
|
150
|
-
export declare const de_UntagResourceCommand: (
|
|
151
|
-
output: __HttpResponse,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
154
|
-
export declare const de_UpdateEnvironmentCommand: (
|
|
155
|
-
output: __HttpResponse,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<UpdateEnvironmentCommandOutput>;
|
|
158
|
-
export declare const de_UpdateEnvironmentMembershipCommand: (
|
|
159
|
-
output: __HttpResponse,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<UpdateEnvironmentMembershipCommandOutput>;
|