@aws-sdk/client-evs 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/Evs.d.ts +74 -83
- package/dist-types/ts3.4/EvsClient.d.ts +16 -32
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AssociateEipToVlanCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateEnvironmentConnectorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEnvironmentHostCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteEnvironmentConnectorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEnvironmentHostCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateEipFromVlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDepotUrlCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListEnvironmentConnectorsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEnvironmentHostsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListEnvironmentVlansCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVmEntitlementsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateEnvironmentConnectorCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +4 -8
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AssociateEipToVlanRequest,
|
|
4
|
-
AssociateEipToVlanResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AssociateEipToVlanRequest, AssociateEipToVlanResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateEipToVlanCommandInput
|
|
8
|
-
extends AssociateEipToVlanRequest {}
|
|
4
|
+
export interface AssociateEipToVlanCommandInput extends AssociateEipToVlanRequest {}
|
|
9
5
|
export interface AssociateEipToVlanCommandOutput
|
|
10
|
-
extends AssociateEipToVlanResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends AssociateEipToVlanResponse, __MetadataBearer {}
|
|
12
7
|
declare const AssociateEipToVlanCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: AssociateEipToVlanCommandInput
|
|
9
|
+
input: AssociateEipToVlanCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
AssociateEipToVlanCommandInput,
|
|
17
12
|
AssociateEipToVlanCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const AssociateEipToVlanCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: AssociateEipToVlanCommandInput
|
|
18
|
+
input: AssociateEipToVlanCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
AssociateEipToVlanCommandInput,
|
|
26
21
|
AssociateEipToVlanCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateEntitlementRequest,
|
|
4
|
-
CreateEntitlementResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateEntitlementRequest, CreateEntitlementResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateEntitlementCommandInput
|
|
8
|
-
extends CreateEntitlementRequest {}
|
|
4
|
+
export interface CreateEntitlementCommandInput extends CreateEntitlementRequest {}
|
|
9
5
|
export interface CreateEntitlementCommandOutput
|
|
10
|
-
extends CreateEntitlementResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateEntitlementResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateEntitlementCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateEntitlementCommandInput
|
|
9
|
+
input: CreateEntitlementCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateEntitlementCommandInput,
|
|
17
12
|
CreateEntitlementCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateEntitlementCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateEntitlementCommandInput
|
|
18
|
+
input: CreateEntitlementCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateEntitlementCommandInput,
|
|
26
21
|
CreateEntitlementCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateEnvironmentRequest,
|
|
4
|
-
CreateEnvironmentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateEnvironmentRequest, CreateEnvironmentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateEnvironmentCommandInput
|
|
8
|
-
extends CreateEnvironmentRequest {}
|
|
4
|
+
export interface CreateEnvironmentCommandInput extends CreateEnvironmentRequest {}
|
|
9
5
|
export interface CreateEnvironmentCommandOutput
|
|
10
|
-
extends CreateEnvironmentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateEnvironmentResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateEnvironmentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateEnvironmentCommandInput
|
|
9
|
+
input: CreateEnvironmentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateEnvironmentCommandInput,
|
|
17
12
|
CreateEnvironmentCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateEnvironmentCommandInput
|
|
18
|
+
input: CreateEnvironmentCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateEnvironmentCommandInput,
|
|
26
21
|
CreateEnvironmentCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateEnvironmentConnectorResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateEnvironmentConnectorCommandInput
|
|
8
|
-
extends CreateEnvironmentConnectorRequest {}
|
|
7
|
+
export interface CreateEnvironmentConnectorCommandInput extends CreateEnvironmentConnectorRequest {}
|
|
9
8
|
export interface CreateEnvironmentConnectorCommandOutput
|
|
10
|
-
extends CreateEnvironmentConnectorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateEnvironmentConnectorResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateEnvironmentConnectorCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateEnvironmentConnectorCommandInput
|
|
12
|
+
input: CreateEnvironmentConnectorCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateEnvironmentConnectorCommandInput,
|
|
17
15
|
CreateEnvironmentConnectorCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateEnvironmentConnectorCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateEnvironmentConnectorCommandInput
|
|
21
|
+
input: CreateEnvironmentConnectorCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateEnvironmentConnectorCommandInput,
|
|
26
24
|
CreateEnvironmentConnectorCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateEnvironmentHostRequest,
|
|
4
|
-
CreateEnvironmentHostResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateEnvironmentHostRequest, CreateEnvironmentHostResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateEnvironmentHostCommandInput
|
|
8
|
-
extends CreateEnvironmentHostRequest {}
|
|
4
|
+
export interface CreateEnvironmentHostCommandInput extends CreateEnvironmentHostRequest {}
|
|
9
5
|
export interface CreateEnvironmentHostCommandOutput
|
|
10
|
-
extends CreateEnvironmentHostResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateEnvironmentHostResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateEnvironmentHostCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateEnvironmentHostCommandInput
|
|
9
|
+
input: CreateEnvironmentHostCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateEnvironmentHostCommandInput,
|
|
17
12
|
CreateEnvironmentHostCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateEnvironmentHostCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateEnvironmentHostCommandInput
|
|
18
|
+
input: CreateEnvironmentHostCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateEnvironmentHostCommandInput,
|
|
26
21
|
CreateEnvironmentHostCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteEntitlementRequest,
|
|
4
|
-
DeleteEntitlementResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteEntitlementRequest, DeleteEntitlementResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteEntitlementCommandInput
|
|
8
|
-
extends DeleteEntitlementRequest {}
|
|
4
|
+
export interface DeleteEntitlementCommandInput extends DeleteEntitlementRequest {}
|
|
9
5
|
export interface DeleteEntitlementCommandOutput
|
|
10
|
-
extends DeleteEntitlementResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteEntitlementResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteEntitlementCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteEntitlementCommandInput
|
|
9
|
+
input: DeleteEntitlementCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteEntitlementCommandInput,
|
|
17
12
|
DeleteEntitlementCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteEntitlementCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteEntitlementCommandInput
|
|
18
|
+
input: DeleteEntitlementCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteEntitlementCommandInput,
|
|
26
21
|
DeleteEntitlementCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteEnvironmentRequest,
|
|
4
|
-
DeleteEnvironmentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteEnvironmentCommandInput
|
|
8
|
-
extends DeleteEnvironmentRequest {}
|
|
4
|
+
export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest {}
|
|
9
5
|
export interface DeleteEnvironmentCommandOutput
|
|
10
|
-
extends DeleteEnvironmentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteEnvironmentResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteEnvironmentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteEnvironmentCommandInput
|
|
9
|
+
input: DeleteEnvironmentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteEnvironmentCommandInput,
|
|
17
12
|
DeleteEnvironmentCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteEnvironmentCommandInput
|
|
18
|
+
input: DeleteEnvironmentCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteEnvironmentCommandInput,
|
|
26
21
|
DeleteEnvironmentCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteEnvironmentConnectorResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteEnvironmentConnectorCommandInput
|
|
8
|
-
extends DeleteEnvironmentConnectorRequest {}
|
|
7
|
+
export interface DeleteEnvironmentConnectorCommandInput extends DeleteEnvironmentConnectorRequest {}
|
|
9
8
|
export interface DeleteEnvironmentConnectorCommandOutput
|
|
10
|
-
extends DeleteEnvironmentConnectorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteEnvironmentConnectorResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteEnvironmentConnectorCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteEnvironmentConnectorCommandInput
|
|
12
|
+
input: DeleteEnvironmentConnectorCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteEnvironmentConnectorCommandInput,
|
|
17
15
|
DeleteEnvironmentConnectorCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteEnvironmentConnectorCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteEnvironmentConnectorCommandInput
|
|
21
|
+
input: DeleteEnvironmentConnectorCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteEnvironmentConnectorCommandInput,
|
|
26
24
|
DeleteEnvironmentConnectorCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteEnvironmentHostRequest,
|
|
4
|
-
DeleteEnvironmentHostResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteEnvironmentHostRequest, DeleteEnvironmentHostResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteEnvironmentHostCommandInput
|
|
8
|
-
extends DeleteEnvironmentHostRequest {}
|
|
4
|
+
export interface DeleteEnvironmentHostCommandInput extends DeleteEnvironmentHostRequest {}
|
|
9
5
|
export interface DeleteEnvironmentHostCommandOutput
|
|
10
|
-
extends DeleteEnvironmentHostResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteEnvironmentHostResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteEnvironmentHostCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteEnvironmentHostCommandInput
|
|
9
|
+
input: DeleteEnvironmentHostCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteEnvironmentHostCommandInput,
|
|
17
12
|
DeleteEnvironmentHostCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteEnvironmentHostCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteEnvironmentHostCommandInput
|
|
18
|
+
input: DeleteEnvironmentHostCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteEnvironmentHostCommandInput,
|
|
26
21
|
DeleteEnvironmentHostCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DisassociateEipFromVlanResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociateEipFromVlanCommandInput
|
|
8
|
-
extends DisassociateEipFromVlanRequest {}
|
|
7
|
+
export interface DisassociateEipFromVlanCommandInput extends DisassociateEipFromVlanRequest {}
|
|
9
8
|
export interface DisassociateEipFromVlanCommandOutput
|
|
10
|
-
extends DisassociateEipFromVlanResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DisassociateEipFromVlanResponse, __MetadataBearer {}
|
|
12
10
|
declare const DisassociateEipFromVlanCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DisassociateEipFromVlanCommandInput
|
|
12
|
+
input: DisassociateEipFromVlanCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DisassociateEipFromVlanCommandInput,
|
|
17
15
|
DisassociateEipFromVlanCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DisassociateEipFromVlanCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DisassociateEipFromVlanCommandInput
|
|
21
|
+
input: DisassociateEipFromVlanCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DisassociateEipFromVlanCommandInput,
|
|
26
24
|
DisassociateEipFromVlanCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDepotUrlRequest, GetDepotUrlResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDepotUrlCommandInput extends GetDepotUrlRequest {}
|
|
5
|
-
export interface GetDepotUrlCommandOutput
|
|
6
|
-
extends GetDepotUrlResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDepotUrlCommandOutput extends GetDepotUrlResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetDepotUrlCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDepotUrlCommandInput
|
|
8
|
+
input: GetDepotUrlCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDepotUrlCommandInput,
|
|
13
11
|
GetDepotUrlCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDepotUrlCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDepotUrlCommandInput
|
|
17
|
+
input: GetDepotUrlCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDepotUrlCommandInput,
|
|
22
20
|
GetDepotUrlCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetEnvironmentRequest,
|
|
4
|
-
GetEnvironmentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetEnvironmentRequest, GetEnvironmentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {}
|
|
8
|
-
export interface GetEnvironmentCommandOutput
|
|
9
|
-
extends GetEnvironmentResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetEnvironmentCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetEnvironmentCommandInput
|
|
8
|
+
input: GetEnvironmentCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetEnvironmentCommandInput,
|
|
16
11
|
GetEnvironmentCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetEnvironmentCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetEnvironmentCommandInput
|
|
17
|
+
input: GetEnvironmentCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetEnvironmentCommandInput,
|
|
25
20
|
GetEnvironmentCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetVersionsRequest, GetVersionsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetVersionsCommandInput extends GetVersionsRequest {}
|
|
5
|
-
export interface GetVersionsCommandOutput
|
|
6
|
-
extends GetVersionsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetVersionsCommandOutput extends GetVersionsResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetVersionsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetVersionsCommandInput
|
|
8
|
+
input: GetVersionsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetVersionsCommandInput,
|
|
13
11
|
GetVersionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListEnvironmentConnectorsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEnvironmentConnectorsCommandInput
|
|
8
|
-
extends ListEnvironmentConnectorsRequest {}
|
|
7
|
+
export interface ListEnvironmentConnectorsCommandInput extends ListEnvironmentConnectorsRequest {}
|
|
9
8
|
export interface ListEnvironmentConnectorsCommandOutput
|
|
10
|
-
extends ListEnvironmentConnectorsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListEnvironmentConnectorsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListEnvironmentConnectorsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListEnvironmentConnectorsCommandInput
|
|
12
|
+
input: ListEnvironmentConnectorsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListEnvironmentConnectorsCommandInput,
|
|
17
15
|
ListEnvironmentConnectorsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListEnvironmentConnectorsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListEnvironmentConnectorsCommandInput
|
|
21
|
+
input: ListEnvironmentConnectorsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListEnvironmentConnectorsCommandInput,
|
|
26
24
|
ListEnvironmentConnectorsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListEnvironmentHostsRequest,
|
|
4
|
-
ListEnvironmentHostsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListEnvironmentHostsRequest, ListEnvironmentHostsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEnvironmentHostsCommandInput
|
|
8
|
-
extends ListEnvironmentHostsRequest {}
|
|
4
|
+
export interface ListEnvironmentHostsCommandInput extends ListEnvironmentHostsRequest {}
|
|
9
5
|
export interface ListEnvironmentHostsCommandOutput
|
|
10
|
-
extends ListEnvironmentHostsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListEnvironmentHostsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListEnvironmentHostsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListEnvironmentHostsCommandInput
|
|
9
|
+
input: ListEnvironmentHostsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListEnvironmentHostsCommandInput,
|
|
17
12
|
ListEnvironmentHostsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListEnvironmentHostsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListEnvironmentHostsCommandInput
|
|
18
|
+
input: ListEnvironmentHostsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListEnvironmentHostsCommandInput,
|
|
26
21
|
ListEnvironmentHostsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListEnvironmentVlansRequest,
|
|
4
|
-
ListEnvironmentVlansResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListEnvironmentVlansRequest, ListEnvironmentVlansResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEnvironmentVlansCommandInput
|
|
8
|
-
extends ListEnvironmentVlansRequest {}
|
|
4
|
+
export interface ListEnvironmentVlansCommandInput extends ListEnvironmentVlansRequest {}
|
|
9
5
|
export interface ListEnvironmentVlansCommandOutput
|
|
10
|
-
extends ListEnvironmentVlansResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListEnvironmentVlansResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListEnvironmentVlansCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListEnvironmentVlansCommandInput
|
|
9
|
+
input: ListEnvironmentVlansCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListEnvironmentVlansCommandInput,
|
|
17
12
|
ListEnvironmentVlansCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListEnvironmentVlansCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListEnvironmentVlansCommandInput
|
|
18
|
+
input: ListEnvironmentVlansCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListEnvironmentVlansCommandInput,
|
|
26
21
|
ListEnvironmentVlansCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListEnvironmentsRequest,
|
|
4
|
-
ListEnvironmentsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
|
|
8
|
-
export interface ListEnvironmentsCommandOutput
|
|
9
|
-
extends ListEnvironmentsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListEnvironmentsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListEnvironmentsCommandInput
|
|
8
|
+
input: ListEnvironmentsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListEnvironmentsCommandInput,
|
|
16
11
|
ListEnvironmentsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListVmEntitlementsRequest,
|
|
4
|
-
ListVmEntitlementsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListVmEntitlementsRequest, ListVmEntitlementsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListVmEntitlementsCommandInput
|
|
8
|
-
extends ListVmEntitlementsRequest {}
|
|
4
|
+
export interface ListVmEntitlementsCommandInput extends ListVmEntitlementsRequest {}
|
|
9
5
|
export interface ListVmEntitlementsCommandOutput
|
|
10
|
-
extends ListVmEntitlementsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListVmEntitlementsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListVmEntitlementsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListVmEntitlementsCommandInput
|
|
9
|
+
input: ListVmEntitlementsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListVmEntitlementsCommandInput,
|
|
17
12
|
ListVmEntitlementsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListVmEntitlementsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListVmEntitlementsCommandInput
|
|
18
|
+
input: ListVmEntitlementsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListVmEntitlementsCommandInput,
|
|
26
21
|
ListVmEntitlementsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateEnvironmentConnectorResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateEnvironmentConnectorCommandInput
|
|
8
|
-
extends UpdateEnvironmentConnectorRequest {}
|
|
7
|
+
export interface UpdateEnvironmentConnectorCommandInput extends UpdateEnvironmentConnectorRequest {}
|
|
9
8
|
export interface UpdateEnvironmentConnectorCommandOutput
|
|
10
|
-
extends UpdateEnvironmentConnectorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateEnvironmentConnectorResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateEnvironmentConnectorCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateEnvironmentConnectorCommandInput
|
|
12
|
+
input: UpdateEnvironmentConnectorCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateEnvironmentConnectorCommandInput,
|
|
17
15
|
UpdateEnvironmentConnectorCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateEnvironmentConnectorCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateEnvironmentConnectorCommandInput
|
|
21
|
+
input: UpdateEnvironmentConnectorCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateEnvironmentConnectorCommandInput,
|
|
26
24
|
UpdateEnvironmentConnectorCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|