@aws-sdk/client-cloud9 3.1077.0 → 3.1079.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 +21 -133
- 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-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/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/package.json +8 -8
|
@@ -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 { DescribeEnvironmentMembershipsRequest, DescribeEnvironmentMembershipsResult } 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 DescribeEnvironmentMembershipsCommandInput extends DescribeEnvi
|
|
|
22
19
|
export interface DescribeEnvironmentMembershipsCommandOutput extends DescribeEnvironmentMembershipsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEnvironmentMembershipsCommand_base: {
|
|
25
|
-
new (input: DescribeEnvironmentMembershipsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeEnvironmentMembershipsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEnvironmentMembershipsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeEnvironmentMembershipsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about environment members for an Cloud9 development environment.</p>
|
|
@@ -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 { DescribeEnvironmentStatusRequest, DescribeEnvironmentStatusResult } 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 DescribeEnvironmentStatusCommandInput extends DescribeEnvironme
|
|
|
22
19
|
export interface DescribeEnvironmentStatusCommandOutput extends DescribeEnvironmentStatusResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEnvironmentStatusCommand_base: {
|
|
25
|
-
new (input: DescribeEnvironmentStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeEnvironmentStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEnvironmentStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeEnvironmentStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets status information for an Cloud9 development environment.</p>
|
|
@@ -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 { DescribeEnvironmentsRequest, DescribeEnvironmentsResult } 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 DescribeEnvironmentsCommandInput extends DescribeEnvironmentsRe
|
|
|
22
19
|
export interface DescribeEnvironmentsCommandOutput extends DescribeEnvironmentsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEnvironmentsCommand_base: {
|
|
25
|
-
new (input: DescribeEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about Cloud9 development environments.</p>
|
|
@@ -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 { ListEnvironmentsRequest, ListEnvironmentsResult } 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 ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
|
|
|
22
19
|
export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListEnvironmentsCommand_base: {
|
|
25
|
-
new (input: ListEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListEnvironmentsCommandInput]): import("@smithy/core/client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListEnvironmentsCommandInput]): import("@smithy/core/client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of Cloud9 development environment identifiers.</p>
|
|
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of the tags associated with an Cloud9 development environment.</p>
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds tags to an Cloud9 development environment.</p>
|
|
@@ -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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes tags from an Cloud9 development environment.</p>
|
|
@@ -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 { UpdateEnvironmentRequest, UpdateEnvironmentResult } 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 UpdateEnvironmentCommandInput extends UpdateEnvironmentRequest
|
|
|
22
19
|
export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateEnvironmentCommand_base: {
|
|
25
|
-
new (input: UpdateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Changes the settings of an existing Cloud9 development environment.</p>
|
|
@@ -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 { UpdateEnvironmentMembershipRequest, UpdateEnvironmentMembershipResult } 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 UpdateEnvironmentMembershipCommandInput extends UpdateEnvironme
|
|
|
22
19
|
export interface UpdateEnvironmentMembershipCommandOutput extends UpdateEnvironmentMembershipResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateEnvironmentMembershipCommand_base: {
|
|
25
|
-
new (input: UpdateEnvironmentMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateEnvironmentMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput, Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateEnvironmentMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateEnvironmentMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput, import("..").Cloud9ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Changes the settings of an existing environment member for an Cloud9 development
|
package/dist-types/index.d.ts
CHANGED
|
@@ -81,6 +81,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
81
81
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
82
82
|
export type { Cloud9ExtensionConfiguration } from "./extensionConfiguration";
|
|
83
83
|
export * from "./commands";
|
|
84
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
84
85
|
export * from "./schemas/schemas_0";
|
|
85
86
|
export * from "./pagination";
|
|
86
87
|
export * from "./models/enums";
|
|
@@ -72,18 +72,10 @@ export interface CreateEnvironmentEC2Request {
|
|
|
72
72
|
* </p>
|
|
73
73
|
* <ul>
|
|
74
74
|
* <li>
|
|
75
|
-
* <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code>
|
|
76
|
-
* </p>
|
|
77
|
-
* </li>
|
|
78
|
-
* <li>
|
|
79
75
|
* <p>Amazon Linux 2023 (recommended): <code>amazonlinux-2023-x86_64</code>
|
|
80
76
|
* </p>
|
|
81
77
|
* </li>
|
|
82
78
|
* <li>
|
|
83
|
-
* <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code>
|
|
84
|
-
* </p>
|
|
85
|
-
* </li>
|
|
86
|
-
* <li>
|
|
87
79
|
* <p>Ubuntu 22.04: <code>ubuntu-22.04-x86_64</code>
|
|
88
80
|
* </p>
|
|
89
81
|
* </li>
|
|
@@ -93,21 +85,11 @@ export interface CreateEnvironmentEC2Request {
|
|
|
93
85
|
* </p>
|
|
94
86
|
* <ul>
|
|
95
87
|
* <li>
|
|
96
|
-
* <p>Amazon Linux 2:
|
|
97
|
-
* <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code>
|
|
98
|
-
* </p>
|
|
99
|
-
* </li>
|
|
100
|
-
* <li>
|
|
101
88
|
* <p>Amazon Linux 2023 (recommended):
|
|
102
89
|
* <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64</code>
|
|
103
90
|
* </p>
|
|
104
91
|
* </li>
|
|
105
92
|
* <li>
|
|
106
|
-
* <p>Ubuntu 18.04:
|
|
107
|
-
* <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code>
|
|
108
|
-
* </p>
|
|
109
|
-
* </li>
|
|
110
|
-
* <li>
|
|
111
93
|
* <p>Ubuntu 22.04:
|
|
112
94
|
* <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64</code>
|
|
113
95
|
* </p>
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
Cloud9ClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./Cloud9Client";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
Cloud9ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
Cloud9ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
Cloud9ClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../Cloud9Client";
|
|
8
2
|
import {
|
|
9
3
|
CreateEnvironmentEC2Request,
|
|
10
4
|
CreateEnvironmentEC2Result,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateEnvironmentEC2CommandInput
|
|
15
8
|
extends CreateEnvironmentEC2Request {}
|
|
16
9
|
export interface CreateEnvironmentEC2CommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateEnvironmentEC2Command_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateEnvironmentEC2CommandInput,
|
|
24
17
|
CreateEnvironmentEC2CommandOutput,
|
|
25
|
-
Cloud9ClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Cloud9ClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateEnvironmentEC2CommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateEnvironmentEC2CommandInput,
|
|
33
26
|
CreateEnvironmentEC2CommandOutput,
|
|
34
|
-
Cloud9ClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Cloud9ClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateEnvironmentEC2Command extends CreateEnvironmentEC2Command_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
Cloud9ClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../Cloud9Client";
|
|
8
2
|
import {
|
|
9
3
|
CreateEnvironmentMembershipRequest,
|
|
10
4
|
CreateEnvironmentMembershipResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateEnvironmentMembershipCommandInput
|
|
15
8
|
extends CreateEnvironmentMembershipRequest {}
|
|
16
9
|
export interface CreateEnvironmentMembershipCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateEnvironmentMembershipCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateEnvironmentMembershipCommandInput,
|
|
24
17
|
CreateEnvironmentMembershipCommandOutput,
|
|
25
|
-
Cloud9ClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Cloud9ClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateEnvironmentMembershipCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateEnvironmentMembershipCommandInput,
|
|
33
26
|
CreateEnvironmentMembershipCommandOutput,
|
|
34
|
-
Cloud9ClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Cloud9ClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateEnvironmentMembershipCommand extends CreateEnvironmentMembershipCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
Cloud9ClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../Cloud9Client";
|
|
8
2
|
import {
|
|
9
3
|
DeleteEnvironmentRequest,
|
|
10
4
|
DeleteEnvironmentResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteEnvironmentCommandInput
|
|
15
8
|
extends DeleteEnvironmentRequest {}
|
|
16
9
|
export interface DeleteEnvironmentCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteEnvironmentCommandInput,
|
|
24
17
|
DeleteEnvironmentCommandOutput,
|
|
25
|
-
Cloud9ClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Cloud9ClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteEnvironmentCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteEnvironmentCommandInput,
|
|
33
26
|
DeleteEnvironmentCommandOutput,
|
|
34
|
-
Cloud9ClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Cloud9ClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
Cloud9ClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../Cloud9Client";
|
|
8
2
|
import {
|
|
9
3
|
DeleteEnvironmentMembershipRequest,
|
|
10
4
|
DeleteEnvironmentMembershipResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteEnvironmentMembershipCommandInput
|
|
15
8
|
extends DeleteEnvironmentMembershipRequest {}
|
|
16
9
|
export interface DeleteEnvironmentMembershipCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteEnvironmentMembershipCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteEnvironmentMembershipCommandInput,
|
|
24
17
|
DeleteEnvironmentMembershipCommandOutput,
|
|
25
|
-
Cloud9ClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Cloud9ClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteEnvironmentMembershipCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteEnvironmentMembershipCommandInput,
|
|
33
26
|
DeleteEnvironmentMembershipCommandOutput,
|
|
34
|
-
Cloud9ClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Cloud9ClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteEnvironmentMembershipCommand extends DeleteEnvironmentMembershipCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
Cloud9ClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../Cloud9Client";
|
|
8
2
|
import {
|
|
9
3
|
DescribeEnvironmentMembershipsRequest,
|
|
10
4
|
DescribeEnvironmentMembershipsResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeEnvironmentMembershipsCommandInput
|
|
15
8
|
extends DescribeEnvironmentMembershipsRequest {}
|
|
16
9
|
export interface DescribeEnvironmentMembershipsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeEnvironmentMembershipsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeEnvironmentMembershipsCommandInput,
|
|
24
17
|
DescribeEnvironmentMembershipsCommandOutput,
|
|
25
|
-
Cloud9ClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Cloud9ClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeEnvironmentMembershipsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeEnvironmentMembershipsCommandInput,
|
|
33
26
|
DescribeEnvironmentMembershipsCommandOutput,
|
|
34
|
-
Cloud9ClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Cloud9ClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeEnvironmentMembershipsCommand extends DescribeEnvironmentMembershipsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
Cloud9ClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../Cloud9Client";
|
|
8
2
|
import {
|
|
9
3
|
DescribeEnvironmentStatusRequest,
|
|
10
4
|
DescribeEnvironmentStatusResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeEnvironmentStatusCommandInput
|
|
15
8
|
extends DescribeEnvironmentStatusRequest {}
|
|
16
9
|
export interface DescribeEnvironmentStatusCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeEnvironmentStatusCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeEnvironmentStatusCommandInput,
|
|
24
17
|
DescribeEnvironmentStatusCommandOutput,
|
|
25
|
-
Cloud9ClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Cloud9ClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeEnvironmentStatusCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeEnvironmentStatusCommandInput,
|
|
33
26
|
DescribeEnvironmentStatusCommandOutput,
|
|
34
|
-
Cloud9ClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Cloud9ClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeEnvironmentStatusCommand extends DescribeEnvironmentStatusCommand_base {
|
|
43
34
|
protected static __types: {
|