@aws-sdk/client-rtbfabric 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 +44 -363
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptLinkCommand.js +2 -14
- package/dist-es/commands/AssociateCertificateCommand.js +2 -14
- package/dist-es/commands/CreateInboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/CreateLinkCommand.js +2 -14
- package/dist-es/commands/CreateLinkRoutingRuleCommand.js +2 -14
- package/dist-es/commands/CreateOutboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/CreateRequesterGatewayCommand.js +2 -14
- package/dist-es/commands/CreateResponderGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteInboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/DeleteLinkCommand.js +2 -14
- package/dist-es/commands/DeleteLinkRoutingRuleCommand.js +2 -14
- package/dist-es/commands/DeleteOutboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/DeleteRequesterGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteResponderGatewayCommand.js +2 -14
- package/dist-es/commands/DisassociateCertificateCommand.js +2 -14
- package/dist-es/commands/GetCertificateAssociationCommand.js +2 -14
- package/dist-es/commands/GetInboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/GetLinkCommand.js +2 -14
- package/dist-es/commands/GetLinkRoutingRuleCommand.js +2 -14
- package/dist-es/commands/GetOutboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/GetRequesterGatewayCommand.js +2 -14
- package/dist-es/commands/GetResponderGatewayCommand.js +2 -14
- package/dist-es/commands/ListCertificateAssociationsCommand.js +2 -14
- package/dist-es/commands/ListLinkRoutingRulesCommand.js +2 -14
- package/dist-es/commands/ListLinksCommand.js +2 -14
- package/dist-es/commands/ListRequesterGatewaysCommand.js +2 -14
- package/dist-es/commands/ListResponderGatewaysCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RejectLinkCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateLinkCommand.js +2 -14
- package/dist-es/commands/UpdateLinkModuleFlowCommand.js +2 -14
- package/dist-es/commands/UpdateLinkRoutingRuleCommand.js +2 -14
- package/dist-es/commands/UpdateRequesterGatewayCommand.js +2 -14
- package/dist-es/commands/UpdateResponderGatewayCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptLinkCommand.d.ts +3 -8
- package/dist-types/commands/AssociateCertificateCommand.d.ts +3 -8
- package/dist-types/commands/CreateInboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/CreateLinkCommand.d.ts +3 -8
- package/dist-types/commands/CreateLinkRoutingRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateOutboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/CreateRequesterGatewayCommand.d.ts +3 -8
- package/dist-types/commands/CreateResponderGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLinkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLinkRoutingRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOutboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRequesterGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResponderGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +3 -8
- package/dist-types/commands/GetCertificateAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetInboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/GetLinkCommand.d.ts +3 -8
- package/dist-types/commands/GetLinkRoutingRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetOutboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/GetRequesterGatewayCommand.d.ts +3 -8
- package/dist-types/commands/GetResponderGatewayCommand.d.ts +3 -8
- package/dist-types/commands/ListCertificateAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListLinkRoutingRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListLinksCommand.d.ts +3 -8
- package/dist-types/commands/ListRequesterGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/ListResponderGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RejectLinkCommand.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/UpdateLinkCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLinkModuleFlowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLinkRoutingRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRequesterGatewayCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResponderGatewayCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLinkRoutingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOutboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRequesterGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResponderGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLinkRoutingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteOutboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRequesterGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResponderGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCertificateAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLinkRoutingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRequesterGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResponderGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCertificateAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLinkRoutingRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLinksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRequesterGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResponderGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectLinkCommand.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/UpdateLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLinkModuleFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLinkRoutingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRequesterGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResponderGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { CreateLinkRequest, CreateLinkResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
RTBFabricClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../RTBFabricClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateLinkCommandInput extends CreateLinkRequest {}
|
|
12
5
|
export interface CreateLinkCommandOutput
|
|
13
6
|
extends CreateLinkResponse,
|
|
@@ -18,22 +11,20 @@ declare const CreateLinkCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateLinkCommandInput,
|
|
20
13
|
CreateLinkCommandOutput,
|
|
21
|
-
RTBFabricClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateLinkCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateLinkCommandInput,
|
|
29
22
|
CreateLinkCommandOutput,
|
|
30
|
-
RTBFabricClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateLinkCommand extends CreateLinkCommand_base {
|
|
39
30
|
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
2
|
import {
|
|
4
3
|
CreateLinkRoutingRuleRequest,
|
|
5
4
|
CreateLinkRoutingRuleResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RTBFabricClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RTBFabricClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateLinkRoutingRuleCommandInput
|
|
15
8
|
extends CreateLinkRoutingRuleRequest {}
|
|
16
9
|
export interface CreateLinkRoutingRuleCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateLinkRoutingRuleCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateLinkRoutingRuleCommandInput,
|
|
24
17
|
CreateLinkRoutingRuleCommandOutput,
|
|
25
|
-
RTBFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateLinkRoutingRuleCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateLinkRoutingRuleCommandInput,
|
|
33
26
|
CreateLinkRoutingRuleCommandOutput,
|
|
34
|
-
RTBFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
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 CreateLinkRoutingRuleCommand extends CreateLinkRoutingRuleCommand_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
2
|
import {
|
|
4
3
|
CreateOutboundExternalLinkRequest,
|
|
5
4
|
CreateOutboundExternalLinkResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RTBFabricClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RTBFabricClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateOutboundExternalLinkCommandInput
|
|
15
8
|
extends CreateOutboundExternalLinkRequest {}
|
|
16
9
|
export interface CreateOutboundExternalLinkCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateOutboundExternalLinkCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateOutboundExternalLinkCommandInput,
|
|
24
17
|
CreateOutboundExternalLinkCommandOutput,
|
|
25
|
-
RTBFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateOutboundExternalLinkCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateOutboundExternalLinkCommandInput,
|
|
33
26
|
CreateOutboundExternalLinkCommandOutput,
|
|
34
|
-
RTBFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
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 CreateOutboundExternalLinkCommand extends CreateOutboundExternalLinkCommand_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
2
|
import {
|
|
4
3
|
CreateRequesterGatewayRequest,
|
|
5
4
|
CreateRequesterGatewayResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RTBFabricClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RTBFabricClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateRequesterGatewayCommandInput
|
|
15
8
|
extends CreateRequesterGatewayRequest {}
|
|
16
9
|
export interface CreateRequesterGatewayCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateRequesterGatewayCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateRequesterGatewayCommandInput,
|
|
24
17
|
CreateRequesterGatewayCommandOutput,
|
|
25
|
-
RTBFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateRequesterGatewayCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateRequesterGatewayCommandInput,
|
|
33
26
|
CreateRequesterGatewayCommandOutput,
|
|
34
|
-
RTBFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
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 CreateRequesterGatewayCommand extends CreateRequesterGatewayCommand_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
2
|
import {
|
|
4
3
|
CreateResponderGatewayRequest,
|
|
5
4
|
CreateResponderGatewayResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RTBFabricClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RTBFabricClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateResponderGatewayCommandInput
|
|
15
8
|
extends CreateResponderGatewayRequest {}
|
|
16
9
|
export interface CreateResponderGatewayCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateResponderGatewayCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateResponderGatewayCommandInput,
|
|
24
17
|
CreateResponderGatewayCommandOutput,
|
|
25
|
-
RTBFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateResponderGatewayCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateResponderGatewayCommandInput,
|
|
33
26
|
CreateResponderGatewayCommandOutput,
|
|
34
|
-
RTBFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
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 CreateResponderGatewayCommand extends CreateResponderGatewayCommand_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
2
|
import {
|
|
4
3
|
DeleteInboundExternalLinkRequest,
|
|
5
4
|
DeleteInboundExternalLinkResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RTBFabricClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RTBFabricClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteInboundExternalLinkCommandInput
|
|
15
8
|
extends DeleteInboundExternalLinkRequest {}
|
|
16
9
|
export interface DeleteInboundExternalLinkCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteInboundExternalLinkCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteInboundExternalLinkCommandInput,
|
|
24
17
|
DeleteInboundExternalLinkCommandOutput,
|
|
25
|
-
RTBFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteInboundExternalLinkCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteInboundExternalLinkCommandInput,
|
|
33
26
|
DeleteInboundExternalLinkCommandOutput,
|
|
34
|
-
RTBFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
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 DeleteInboundExternalLinkCommand extends DeleteInboundExternalLinkCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteLinkRequest, DeleteLinkResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
RTBFabricClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../RTBFabricClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteLinkCommandInput extends DeleteLinkRequest {}
|
|
12
5
|
export interface DeleteLinkCommandOutput
|
|
13
6
|
extends DeleteLinkResponse,
|
|
@@ -18,22 +11,20 @@ declare const DeleteLinkCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteLinkCommandInput,
|
|
20
13
|
DeleteLinkCommandOutput,
|
|
21
|
-
RTBFabricClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteLinkCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteLinkCommandInput,
|
|
29
22
|
DeleteLinkCommandOutput,
|
|
30
|
-
RTBFabricClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteLinkCommand extends DeleteLinkCommand_base {
|
|
39
30
|
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
2
|
import {
|
|
4
3
|
DeleteLinkRoutingRuleRequest,
|
|
5
4
|
DeleteLinkRoutingRuleResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RTBFabricClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RTBFabricClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteLinkRoutingRuleCommandInput
|
|
15
8
|
extends DeleteLinkRoutingRuleRequest {}
|
|
16
9
|
export interface DeleteLinkRoutingRuleCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteLinkRoutingRuleCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteLinkRoutingRuleCommandInput,
|
|
24
17
|
DeleteLinkRoutingRuleCommandOutput,
|
|
25
|
-
RTBFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteLinkRoutingRuleCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteLinkRoutingRuleCommandInput,
|
|
33
26
|
DeleteLinkRoutingRuleCommandOutput,
|
|
34
|
-
RTBFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
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 DeleteLinkRoutingRuleCommand extends DeleteLinkRoutingRuleCommand_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
2
|
import {
|
|
4
3
|
DeleteOutboundExternalLinkRequest,
|
|
5
4
|
DeleteOutboundExternalLinkResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RTBFabricClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RTBFabricClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteOutboundExternalLinkCommandInput
|
|
15
8
|
extends DeleteOutboundExternalLinkRequest {}
|
|
16
9
|
export interface DeleteOutboundExternalLinkCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteOutboundExternalLinkCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteOutboundExternalLinkCommandInput,
|
|
24
17
|
DeleteOutboundExternalLinkCommandOutput,
|
|
25
|
-
RTBFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteOutboundExternalLinkCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteOutboundExternalLinkCommandInput,
|
|
33
26
|
DeleteOutboundExternalLinkCommandOutput,
|
|
34
|
-
RTBFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
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 DeleteOutboundExternalLinkCommand extends DeleteOutboundExternalLinkCommand_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
2
|
import {
|
|
4
3
|
DeleteRequesterGatewayRequest,
|
|
5
4
|
DeleteRequesterGatewayResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RTBFabricClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RTBFabricClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteRequesterGatewayCommandInput
|
|
15
8
|
extends DeleteRequesterGatewayRequest {}
|
|
16
9
|
export interface DeleteRequesterGatewayCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteRequesterGatewayCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteRequesterGatewayCommandInput,
|
|
24
17
|
DeleteRequesterGatewayCommandOutput,
|
|
25
|
-
RTBFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteRequesterGatewayCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteRequesterGatewayCommandInput,
|
|
33
26
|
DeleteRequesterGatewayCommandOutput,
|
|
34
|
-
RTBFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
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 DeleteRequesterGatewayCommand extends DeleteRequesterGatewayCommand_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
2
|
import {
|
|
4
3
|
DeleteResponderGatewayRequest,
|
|
5
4
|
DeleteResponderGatewayResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RTBFabricClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RTBFabricClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteResponderGatewayCommandInput
|
|
15
8
|
extends DeleteResponderGatewayRequest {}
|
|
16
9
|
export interface DeleteResponderGatewayCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteResponderGatewayCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteResponderGatewayCommandInput,
|
|
24
17
|
DeleteResponderGatewayCommandOutput,
|
|
25
|
-
RTBFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteResponderGatewayCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteResponderGatewayCommandInput,
|
|
33
26
|
DeleteResponderGatewayCommandOutput,
|
|
34
|
-
RTBFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
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 DeleteResponderGatewayCommand extends DeleteResponderGatewayCommand_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
2
|
import {
|
|
4
3
|
DisassociateCertificateRequest,
|
|
5
4
|
DisassociateCertificateResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RTBFabricClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RTBFabricClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DisassociateCertificateCommandInput
|
|
15
8
|
extends DisassociateCertificateRequest {}
|
|
16
9
|
export interface DisassociateCertificateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DisassociateCertificateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DisassociateCertificateCommandInput,
|
|
24
17
|
DisassociateCertificateCommandOutput,
|
|
25
|
-
RTBFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DisassociateCertificateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DisassociateCertificateCommandInput,
|
|
33
26
|
DisassociateCertificateCommandOutput,
|
|
34
|
-
RTBFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
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 DisassociateCertificateCommand extends DisassociateCertificateCommand_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
2
|
import {
|
|
4
3
|
GetCertificateAssociationRequest,
|
|
5
4
|
GetCertificateAssociationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RTBFabricClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RTBFabricClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetCertificateAssociationCommandInput
|
|
15
8
|
extends GetCertificateAssociationRequest {}
|
|
16
9
|
export interface GetCertificateAssociationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetCertificateAssociationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetCertificateAssociationCommandInput,
|
|
24
17
|
GetCertificateAssociationCommandOutput,
|
|
25
|
-
RTBFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetCertificateAssociationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetCertificateAssociationCommandInput,
|
|
33
26
|
GetCertificateAssociationCommandOutput,
|
|
34
|
-
RTBFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
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 GetCertificateAssociationCommand extends GetCertificateAssociationCommand_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
2
|
import {
|
|
4
3
|
GetInboundExternalLinkRequest,
|
|
5
4
|
GetInboundExternalLinkResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RTBFabricClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RTBFabricClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetInboundExternalLinkCommandInput
|
|
15
8
|
extends GetInboundExternalLinkRequest {}
|
|
16
9
|
export interface GetInboundExternalLinkCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetInboundExternalLinkCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetInboundExternalLinkCommandInput,
|
|
24
17
|
GetInboundExternalLinkCommandOutput,
|
|
25
|
-
RTBFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetInboundExternalLinkCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetInboundExternalLinkCommandInput,
|
|
33
26
|
GetInboundExternalLinkCommandOutput,
|
|
34
|
-
RTBFabricClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
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 GetInboundExternalLinkCommand extends GetInboundExternalLinkCommand_base {
|
|
43
34
|
protected static __types: {
|