@aws-sdk/client-rtbfabric 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/RTBFabric.d.ts +140 -180
- package/dist-types/ts3.4/RTBFabricClient.d.ts +13 -46
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateInboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateOutboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateResponderGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteInboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteOutboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteResponderGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCertificateAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetInboundExternalLinkCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetLinkCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOutboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResponderGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListCertificateAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListLinkRoutingRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListLinksCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListRequesterGatewaysCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListResponderGatewaysCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RejectLinkCommand.d.ts +3 -5
- 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/UpdateLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateLinkModuleFlowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateResponderGatewayCommand.d.ts +5 -10
- 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 +1 -2
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +1 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListLinksPaginator.d.ts +1 -4
- 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/waiters/waitForCertificateAssociated.d.ts +3 -7
- package/dist-types/ts3.4/waiters/waitForCertificateDisassociated.d.ts +4 -12
- package/dist-types/ts3.4/waiters/waitForInboundExternalLinkActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForInboundExternalLinkDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForLinkAccepted.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForLinkActive.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForLinkDeleted.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForLinkRoutingRuleActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForLinkRoutingRuleDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForOutboundExternalLinkActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForOutboundExternalLinkDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForRequesterGatewayActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForRequesterGatewayDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForResponderGatewayActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForResponderGatewayDeleted.d.ts +4 -8
- package/package.json +38 -38
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DisassociateCertificateResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociateCertificateCommandInput
|
|
8
|
-
extends DisassociateCertificateRequest {}
|
|
7
|
+
export interface DisassociateCertificateCommandInput extends DisassociateCertificateRequest {}
|
|
9
8
|
export interface DisassociateCertificateCommandOutput
|
|
10
|
-
extends DisassociateCertificateResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DisassociateCertificateResponse, __MetadataBearer {}
|
|
12
10
|
declare const DisassociateCertificateCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DisassociateCertificateCommandInput
|
|
12
|
+
input: DisassociateCertificateCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DisassociateCertificateCommandInput,
|
|
17
15
|
DisassociateCertificateCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DisassociateCertificateCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DisassociateCertificateCommandInput
|
|
21
|
+
input: DisassociateCertificateCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DisassociateCertificateCommandInput,
|
|
26
24
|
DisassociateCertificateCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCertificateAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCertificateAssociationCommandInput
|
|
8
|
-
extends GetCertificateAssociationRequest {}
|
|
7
|
+
export interface GetCertificateAssociationCommandInput extends GetCertificateAssociationRequest {}
|
|
9
8
|
export interface GetCertificateAssociationCommandOutput
|
|
10
|
-
extends GetCertificateAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCertificateAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetCertificateAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCertificateAssociationCommandInput
|
|
12
|
+
input: GetCertificateAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCertificateAssociationCommandInput,
|
|
17
15
|
GetCertificateAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetCertificateAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetCertificateAssociationCommandInput
|
|
21
|
+
input: GetCertificateAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetCertificateAssociationCommandInput,
|
|
26
24
|
GetCertificateAssociationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetInboundExternalLinkRequest,
|
|
4
|
-
GetInboundExternalLinkResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetInboundExternalLinkRequest, GetInboundExternalLinkResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetInboundExternalLinkCommandInput
|
|
8
|
-
extends GetInboundExternalLinkRequest {}
|
|
4
|
+
export interface GetInboundExternalLinkCommandInput extends GetInboundExternalLinkRequest {}
|
|
9
5
|
export interface GetInboundExternalLinkCommandOutput
|
|
10
|
-
extends GetInboundExternalLinkResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetInboundExternalLinkResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetInboundExternalLinkCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetInboundExternalLinkCommandInput
|
|
9
|
+
input: GetInboundExternalLinkCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetInboundExternalLinkCommandInput,
|
|
17
12
|
GetInboundExternalLinkCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetInboundExternalLinkCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetInboundExternalLinkCommandInput
|
|
18
|
+
input: GetInboundExternalLinkCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetInboundExternalLinkCommandInput,
|
|
26
21
|
GetInboundExternalLinkCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetLinkRequest, GetLinkResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetLinkCommandInput extends GetLinkRequest {}
|
|
5
|
-
export interface GetLinkCommandOutput
|
|
6
|
-
extends GetLinkResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetLinkCommandOutput extends GetLinkResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetLinkCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetLinkCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetLinkCommandInput,
|
|
11
11
|
GetLinkCommandOutput,
|
|
12
12
|
import("..").RTBFabricClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetLinkCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetLinkCommandInput,
|
|
18
20
|
GetLinkCommandOutput,
|
|
19
21
|
import("..").RTBFabricClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetLinkRoutingRuleRequest,
|
|
4
|
-
GetLinkRoutingRuleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetLinkRoutingRuleRequest, GetLinkRoutingRuleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetLinkRoutingRuleCommandInput
|
|
8
|
-
extends GetLinkRoutingRuleRequest {}
|
|
4
|
+
export interface GetLinkRoutingRuleCommandInput extends GetLinkRoutingRuleRequest {}
|
|
9
5
|
export interface GetLinkRoutingRuleCommandOutput
|
|
10
|
-
extends GetLinkRoutingRuleResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetLinkRoutingRuleResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetLinkRoutingRuleCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetLinkRoutingRuleCommandInput
|
|
9
|
+
input: GetLinkRoutingRuleCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetLinkRoutingRuleCommandInput,
|
|
17
12
|
GetLinkRoutingRuleCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetLinkRoutingRuleCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetLinkRoutingRuleCommandInput
|
|
18
|
+
input: GetLinkRoutingRuleCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetLinkRoutingRuleCommandInput,
|
|
26
21
|
GetLinkRoutingRuleCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetOutboundExternalLinkResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetOutboundExternalLinkCommandInput
|
|
8
|
-
extends GetOutboundExternalLinkRequest {}
|
|
7
|
+
export interface GetOutboundExternalLinkCommandInput extends GetOutboundExternalLinkRequest {}
|
|
9
8
|
export interface GetOutboundExternalLinkCommandOutput
|
|
10
|
-
extends GetOutboundExternalLinkResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetOutboundExternalLinkResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetOutboundExternalLinkCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetOutboundExternalLinkCommandInput
|
|
12
|
+
input: GetOutboundExternalLinkCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetOutboundExternalLinkCommandInput,
|
|
17
15
|
GetOutboundExternalLinkCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetOutboundExternalLinkCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetOutboundExternalLinkCommandInput
|
|
21
|
+
input: GetOutboundExternalLinkCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetOutboundExternalLinkCommandInput,
|
|
26
24
|
GetOutboundExternalLinkCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetRequesterGatewayRequest,
|
|
4
|
-
GetRequesterGatewayResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetRequesterGatewayRequest, GetRequesterGatewayResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetRequesterGatewayCommandInput
|
|
8
|
-
extends GetRequesterGatewayRequest {}
|
|
4
|
+
export interface GetRequesterGatewayCommandInput extends GetRequesterGatewayRequest {}
|
|
9
5
|
export interface GetRequesterGatewayCommandOutput
|
|
10
|
-
extends GetRequesterGatewayResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetRequesterGatewayResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetRequesterGatewayCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetRequesterGatewayCommandInput
|
|
9
|
+
input: GetRequesterGatewayCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetRequesterGatewayCommandInput,
|
|
17
12
|
GetRequesterGatewayCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetRequesterGatewayCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetRequesterGatewayCommandInput
|
|
18
|
+
input: GetRequesterGatewayCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetRequesterGatewayCommandInput,
|
|
26
21
|
GetRequesterGatewayCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetResponderGatewayRequest,
|
|
4
|
-
GetResponderGatewayResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetResponderGatewayRequest, GetResponderGatewayResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetResponderGatewayCommandInput
|
|
8
|
-
extends GetResponderGatewayRequest {}
|
|
4
|
+
export interface GetResponderGatewayCommandInput extends GetResponderGatewayRequest {}
|
|
9
5
|
export interface GetResponderGatewayCommandOutput
|
|
10
|
-
extends GetResponderGatewayResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetResponderGatewayResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetResponderGatewayCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetResponderGatewayCommandInput
|
|
9
|
+
input: GetResponderGatewayCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetResponderGatewayCommandInput,
|
|
17
12
|
GetResponderGatewayCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetResponderGatewayCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetResponderGatewayCommandInput
|
|
18
|
+
input: GetResponderGatewayCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetResponderGatewayCommandInput,
|
|
26
21
|
GetResponderGatewayCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCertificateAssociationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCertificateAssociationsCommandInput
|
|
8
|
-
extends ListCertificateAssociationsRequest {}
|
|
7
|
+
export interface ListCertificateAssociationsCommandInput extends ListCertificateAssociationsRequest {}
|
|
9
8
|
export interface ListCertificateAssociationsCommandOutput
|
|
10
|
-
extends ListCertificateAssociationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCertificateAssociationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCertificateAssociationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCertificateAssociationsCommandInput
|
|
12
|
+
input: ListCertificateAssociationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCertificateAssociationsCommandInput,
|
|
17
15
|
ListCertificateAssociationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListCertificateAssociationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListCertificateAssociationsCommandInput
|
|
21
|
+
input: ListCertificateAssociationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListCertificateAssociationsCommandInput,
|
|
26
24
|
ListCertificateAssociationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListLinkRoutingRulesRequest,
|
|
4
|
-
ListLinkRoutingRulesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListLinkRoutingRulesRequest, ListLinkRoutingRulesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListLinkRoutingRulesCommandInput
|
|
8
|
-
extends ListLinkRoutingRulesRequest {}
|
|
4
|
+
export interface ListLinkRoutingRulesCommandInput extends ListLinkRoutingRulesRequest {}
|
|
9
5
|
export interface ListLinkRoutingRulesCommandOutput
|
|
10
|
-
extends ListLinkRoutingRulesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListLinkRoutingRulesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListLinkRoutingRulesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListLinkRoutingRulesCommandInput
|
|
9
|
+
input: ListLinkRoutingRulesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListLinkRoutingRulesCommandInput,
|
|
17
12
|
ListLinkRoutingRulesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListLinkRoutingRulesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListLinkRoutingRulesCommandInput
|
|
18
|
+
input: ListLinkRoutingRulesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListLinkRoutingRulesCommandInput,
|
|
26
21
|
ListLinkRoutingRulesCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListLinksRequest, ListLinksResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListLinksCommandInput extends ListLinksRequest {}
|
|
5
|
-
export interface ListLinksCommandOutput
|
|
6
|
-
extends ListLinksResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListLinksCommandOutput extends ListLinksResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListLinksCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListLinksCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListLinksCommandInput,
|
|
11
11
|
ListLinksCommandOutput,
|
|
12
12
|
import("..").RTBFabricClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ListLinksCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ListLinksCommandInput,
|
|
18
20
|
ListLinksCommandOutput,
|
|
19
21
|
import("..").RTBFabricClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListRequesterGatewaysRequest,
|
|
4
|
-
ListRequesterGatewaysResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListRequesterGatewaysRequest, ListRequesterGatewaysResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListRequesterGatewaysCommandInput
|
|
8
|
-
extends ListRequesterGatewaysRequest {}
|
|
4
|
+
export interface ListRequesterGatewaysCommandInput extends ListRequesterGatewaysRequest {}
|
|
9
5
|
export interface ListRequesterGatewaysCommandOutput
|
|
10
|
-
extends ListRequesterGatewaysResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListRequesterGatewaysResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListRequesterGatewaysCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListRequesterGatewaysCommandInput
|
|
9
|
+
input: ListRequesterGatewaysCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListRequesterGatewaysCommandInput,
|
|
17
12
|
ListRequesterGatewaysCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListResponderGatewaysRequest,
|
|
4
|
-
ListResponderGatewaysResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListResponderGatewaysRequest, ListResponderGatewaysResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListResponderGatewaysCommandInput
|
|
8
|
-
extends ListResponderGatewaysRequest {}
|
|
4
|
+
export interface ListResponderGatewaysCommandInput extends ListResponderGatewaysRequest {}
|
|
9
5
|
export interface ListResponderGatewaysCommandOutput
|
|
10
|
-
extends ListResponderGatewaysResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListResponderGatewaysResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListResponderGatewaysCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListResponderGatewaysCommandInput
|
|
9
|
+
input: ListResponderGatewaysCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListResponderGatewaysCommandInput,
|
|
17
12
|
ListResponderGatewaysCommandOutput,
|
|
@@ -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,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { RejectLinkRequest, RejectLinkResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface RejectLinkCommandInput extends RejectLinkRequest {}
|
|
5
|
-
export interface RejectLinkCommandOutput
|
|
6
|
-
extends RejectLinkResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface RejectLinkCommandOutput extends RejectLinkResponse, __MetadataBearer {}
|
|
8
6
|
declare const RejectLinkCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: RejectLinkCommandInput
|
|
8
|
+
input: RejectLinkCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
RejectLinkCommandInput,
|
|
13
11
|
RejectLinkCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const RejectLinkCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: RejectLinkCommandInput
|
|
17
|
+
input: RejectLinkCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
RejectLinkCommandInput,
|
|
22
20
|
RejectLinkCommandOutput,
|
|
@@ -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,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateLinkRequest, UpdateLinkResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateLinkCommandInput extends UpdateLinkRequest {}
|
|
5
|
-
export interface UpdateLinkCommandOutput
|
|
6
|
-
extends UpdateLinkResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateLinkCommandOutput extends UpdateLinkResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateLinkCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateLinkCommandInput
|
|
8
|
+
input: UpdateLinkCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateLinkCommandInput,
|
|
13
11
|
UpdateLinkCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateLinkCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateLinkCommandInput
|
|
17
|
+
input: UpdateLinkCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateLinkCommandInput,
|
|
22
20
|
UpdateLinkCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateLinkModuleFlowRequest,
|
|
4
|
-
UpdateLinkModuleFlowResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateLinkModuleFlowRequest, UpdateLinkModuleFlowResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateLinkModuleFlowCommandInput
|
|
8
|
-
extends UpdateLinkModuleFlowRequest {}
|
|
4
|
+
export interface UpdateLinkModuleFlowCommandInput extends UpdateLinkModuleFlowRequest {}
|
|
9
5
|
export interface UpdateLinkModuleFlowCommandOutput
|
|
10
|
-
extends UpdateLinkModuleFlowResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateLinkModuleFlowResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateLinkModuleFlowCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateLinkModuleFlowCommandInput
|
|
9
|
+
input: UpdateLinkModuleFlowCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateLinkModuleFlowCommandInput,
|
|
17
12
|
UpdateLinkModuleFlowCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateLinkModuleFlowCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateLinkModuleFlowCommandInput
|
|
18
|
+
input: UpdateLinkModuleFlowCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateLinkModuleFlowCommandInput,
|
|
26
21
|
UpdateLinkModuleFlowCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateLinkRoutingRuleRequest,
|
|
4
|
-
UpdateLinkRoutingRuleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateLinkRoutingRuleRequest, UpdateLinkRoutingRuleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateLinkRoutingRuleCommandInput
|
|
8
|
-
extends UpdateLinkRoutingRuleRequest {}
|
|
4
|
+
export interface UpdateLinkRoutingRuleCommandInput extends UpdateLinkRoutingRuleRequest {}
|
|
9
5
|
export interface UpdateLinkRoutingRuleCommandOutput
|
|
10
|
-
extends UpdateLinkRoutingRuleResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateLinkRoutingRuleResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateLinkRoutingRuleCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateLinkRoutingRuleCommandInput
|
|
9
|
+
input: UpdateLinkRoutingRuleCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateLinkRoutingRuleCommandInput,
|
|
17
12
|
UpdateLinkRoutingRuleCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateLinkRoutingRuleCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateLinkRoutingRuleCommandInput
|
|
18
|
+
input: UpdateLinkRoutingRuleCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateLinkRoutingRuleCommandInput,
|
|
26
21
|
UpdateLinkRoutingRuleCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateRequesterGatewayRequest,
|
|
4
|
-
UpdateRequesterGatewayResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateRequesterGatewayRequest, UpdateRequesterGatewayResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateRequesterGatewayCommandInput
|
|
8
|
-
extends UpdateRequesterGatewayRequest {}
|
|
4
|
+
export interface UpdateRequesterGatewayCommandInput extends UpdateRequesterGatewayRequest {}
|
|
9
5
|
export interface UpdateRequesterGatewayCommandOutput
|
|
10
|
-
extends UpdateRequesterGatewayResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateRequesterGatewayResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateRequesterGatewayCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateRequesterGatewayCommandInput
|
|
9
|
+
input: UpdateRequesterGatewayCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateRequesterGatewayCommandInput,
|
|
17
12
|
UpdateRequesterGatewayCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateRequesterGatewayCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateRequesterGatewayCommandInput
|
|
18
|
+
input: UpdateRequesterGatewayCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateRequesterGatewayCommandInput,
|
|
26
21
|
UpdateRequesterGatewayCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateResponderGatewayRequest,
|
|
4
|
-
UpdateResponderGatewayResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateResponderGatewayRequest, UpdateResponderGatewayResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateResponderGatewayCommandInput
|
|
8
|
-
extends UpdateResponderGatewayRequest {}
|
|
4
|
+
export interface UpdateResponderGatewayCommandInput extends UpdateResponderGatewayRequest {}
|
|
9
5
|
export interface UpdateResponderGatewayCommandOutput
|
|
10
|
-
extends UpdateResponderGatewayResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateResponderGatewayResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateResponderGatewayCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateResponderGatewayCommandInput
|
|
9
|
+
input: UpdateResponderGatewayCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateResponderGatewayCommandInput,
|
|
17
12
|
UpdateResponderGatewayCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateResponderGatewayCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateResponderGatewayCommandInput
|
|
18
|
+
input: UpdateResponderGatewayCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateResponderGatewayCommandInput,
|
|
26
21
|
UpdateResponderGatewayCommandOutput,
|
|
@@ -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: {
|