@aws-sdk/client-cloud9 3.168.0 → 3.170.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.
Files changed (32) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Cloud9.d.ts +238 -70
  3. package/dist-types/ts3.4/Cloud9Client.d.ts +207 -86
  4. package/dist-types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateEnvironmentMembershipCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/DeleteEnvironmentMembershipCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DescribeEnvironmentMembershipsCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DescribeEnvironmentStatusCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/UpdateEnvironmentMembershipCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/index.d.ts +13 -13
  18. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  19. package/dist-types/ts3.4/index.d.ts +6 -6
  20. package/dist-types/ts3.4/models/Cloud9ServiceException.d.ts +8 -6
  21. package/dist-types/ts3.4/models/index.d.ts +1 -1
  22. package/dist-types/ts3.4/models/models_0.d.ts +420 -384
  23. package/dist-types/ts3.4/pagination/DescribeEnvironmentMembershipsPaginator.d.ts +11 -4
  24. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  25. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
  26. package/dist-types/ts3.4/pagination/index.d.ts +3 -3
  27. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +161 -41
  28. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  29. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  30. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  31. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  32. package/package.json +34 -34
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
4
- import { UpdateEnvironmentRequest, UpdateEnvironmentResult } from "../models/models_0";
5
- export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentRequest {
6
- }
7
- export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, Cloud9ClientResolvedConfig> {
11
- readonly input: UpdateEnvironmentCommandInput;
12
- constructor(input: UpdateEnvironmentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ Cloud9ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Cloud9Client";
13
+ import {
14
+ UpdateEnvironmentRequest,
15
+ UpdateEnvironmentResult,
16
+ } from "../models/models_0";
17
+ export interface UpdateEnvironmentCommandInput
18
+ extends UpdateEnvironmentRequest {}
19
+ export interface UpdateEnvironmentCommandOutput
20
+ extends UpdateEnvironmentResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateEnvironmentCommand extends $Command<
24
+ UpdateEnvironmentCommandInput,
25
+ UpdateEnvironmentCommandOutput,
26
+ Cloud9ClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateEnvironmentCommandInput;
29
+ constructor(input: UpdateEnvironmentCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Cloud9ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
4
- import { UpdateEnvironmentMembershipRequest, UpdateEnvironmentMembershipResult } from "../models/models_0";
5
- export interface UpdateEnvironmentMembershipCommandInput extends UpdateEnvironmentMembershipRequest {
6
- }
7
- export interface UpdateEnvironmentMembershipCommandOutput extends UpdateEnvironmentMembershipResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateEnvironmentMembershipCommand extends $Command<UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput, Cloud9ClientResolvedConfig> {
11
- readonly input: UpdateEnvironmentMembershipCommandInput;
12
- constructor(input: UpdateEnvironmentMembershipCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ Cloud9ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Cloud9Client";
13
+ import {
14
+ UpdateEnvironmentMembershipRequest,
15
+ UpdateEnvironmentMembershipResult,
16
+ } from "../models/models_0";
17
+ export interface UpdateEnvironmentMembershipCommandInput
18
+ extends UpdateEnvironmentMembershipRequest {}
19
+ export interface UpdateEnvironmentMembershipCommandOutput
20
+ extends UpdateEnvironmentMembershipResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateEnvironmentMembershipCommand extends $Command<
24
+ UpdateEnvironmentMembershipCommandInput,
25
+ UpdateEnvironmentMembershipCommandOutput,
26
+ Cloud9ClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateEnvironmentMembershipCommandInput;
29
+ constructor(input: UpdateEnvironmentMembershipCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Cloud9ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateEnvironmentMembershipCommandInput,
37
+ UpdateEnvironmentMembershipCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,13 +1,13 @@
1
- export * from "./CreateEnvironmentEC2Command";
2
- export * from "./CreateEnvironmentMembershipCommand";
3
- export * from "./DeleteEnvironmentCommand";
4
- export * from "./DeleteEnvironmentMembershipCommand";
5
- export * from "./DescribeEnvironmentMembershipsCommand";
6
- export * from "./DescribeEnvironmentStatusCommand";
7
- export * from "./DescribeEnvironmentsCommand";
8
- export * from "./ListEnvironmentsCommand";
9
- export * from "./ListTagsForResourceCommand";
10
- export * from "./TagResourceCommand";
11
- export * from "./UntagResourceCommand";
12
- export * from "./UpdateEnvironmentCommand";
13
- export * from "./UpdateEnvironmentMembershipCommand";
1
+ export * from "./CreateEnvironmentEC2Command";
2
+ export * from "./CreateEnvironmentMembershipCommand";
3
+ export * from "./DeleteEnvironmentCommand";
4
+ export * from "./DeleteEnvironmentMembershipCommand";
5
+ export * from "./DescribeEnvironmentMembershipsCommand";
6
+ export * from "./DescribeEnvironmentStatusCommand";
7
+ export * from "./DescribeEnvironmentsCommand";
8
+ export * from "./ListEnvironmentsCommand";
9
+ export * from "./ListTagsForResourceCommand";
10
+ export * from "./TagResourceCommand";
11
+ export * from "./UntagResourceCommand";
12
+ export * from "./UpdateEnvironmentCommand";
13
+ export * from "./UpdateEnvironmentMembershipCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./Cloud9";
2
- export * from "./Cloud9Client";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { Cloud9ServiceException } from "./models/Cloud9ServiceException";
1
+ export * from "./Cloud9";
2
+ export * from "./Cloud9Client";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { Cloud9ServiceException } from "./models/Cloud9ServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class Cloud9ServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class Cloud9ServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";