@aws-sdk/client-rtbfabric 3.1076.0 → 3.1078.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 +47 -365
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetOutboundExternalLinkRequest, GetOutboundExternalLinkResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetOutboundExternalLinkCommandInput extends GetOutboundExternal
|
|
|
22
19
|
export interface GetOutboundExternalLinkCommandOutput extends GetOutboundExternalLinkResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetOutboundExternalLinkCommand_base: {
|
|
25
|
-
new (input: GetOutboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<GetOutboundExternalLinkCommandInput, GetOutboundExternalLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetOutboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<GetOutboundExternalLinkCommandInput, GetOutboundExternalLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetOutboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<GetOutboundExternalLinkCommandInput, GetOutboundExternalLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetOutboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<GetOutboundExternalLinkCommandInput, GetOutboundExternalLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about an outbound external link.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetRequesterGatewayRequest, GetRequesterGatewayResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetRequesterGatewayCommandInput extends GetRequesterGatewayRequ
|
|
|
22
19
|
export interface GetRequesterGatewayCommandOutput extends GetRequesterGatewayResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetRequesterGatewayCommand_base: {
|
|
25
|
-
new (input: GetRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<GetRequesterGatewayCommandInput, GetRequesterGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<GetRequesterGatewayCommandInput, GetRequesterGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<GetRequesterGatewayCommandInput, GetRequesterGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<GetRequesterGatewayCommandInput, GetRequesterGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about a requester gateway.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetResponderGatewayRequest, GetResponderGatewayResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetResponderGatewayCommandInput extends GetResponderGatewayRequ
|
|
|
22
19
|
export interface GetResponderGatewayCommandOutput extends GetResponderGatewayResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetResponderGatewayCommand_base: {
|
|
25
|
-
new (input: GetResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<GetResponderGatewayCommandInput, GetResponderGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<GetResponderGatewayCommandInput, GetResponderGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<GetResponderGatewayCommandInput, GetResponderGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<GetResponderGatewayCommandInput, GetResponderGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about a responder gateway.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListCertificateAssociationsRequest, ListCertificateAssociationsResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListCertificateAssociationsCommandInput extends ListCertificate
|
|
|
22
19
|
export interface ListCertificateAssociationsCommandOutput extends ListCertificateAssociationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListCertificateAssociationsCommand_base: {
|
|
25
|
-
new (input: ListCertificateAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListCertificateAssociationsCommandInput, ListCertificateAssociationsCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListCertificateAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListCertificateAssociationsCommandInput, ListCertificateAssociationsCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListCertificateAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListCertificateAssociationsCommandInput, ListCertificateAssociationsCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListCertificateAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListCertificateAssociationsCommandInput, ListCertificateAssociationsCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the certificate associations for a responder gateway.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListLinkRoutingRulesRequest, ListLinkRoutingRulesResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListLinkRoutingRulesCommandInput extends ListLinkRoutingRulesRe
|
|
|
22
19
|
export interface ListLinkRoutingRulesCommandOutput extends ListLinkRoutingRulesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListLinkRoutingRulesCommand_base: {
|
|
25
|
-
new (input: ListLinkRoutingRulesCommandInput): import("@smithy/core/client").CommandImpl<ListLinkRoutingRulesCommandInput, ListLinkRoutingRulesCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListLinkRoutingRulesCommandInput): import("@smithy/core/client").CommandImpl<ListLinkRoutingRulesCommandInput, ListLinkRoutingRulesCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListLinkRoutingRulesCommandInput): import("@smithy/core/client").CommandImpl<ListLinkRoutingRulesCommandInput, ListLinkRoutingRulesCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListLinkRoutingRulesCommandInput): import("@smithy/core/client").CommandImpl<ListLinkRoutingRulesCommandInput, ListLinkRoutingRulesCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the routing rules for a link.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListLinksRequest, ListLinksResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListLinksCommandInput extends ListLinksRequest {
|
|
|
22
19
|
export interface ListLinksCommandOutput extends ListLinksResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListLinksCommand_base: {
|
|
25
|
-
new (input: ListLinksCommandInput): import("@smithy/core/client").CommandImpl<ListLinksCommandInput, ListLinksCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListLinksCommandInput): import("@smithy/core/client").CommandImpl<ListLinksCommandInput, ListLinksCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListLinksCommandInput): import("@smithy/core/client").CommandImpl<ListLinksCommandInput, ListLinksCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListLinksCommandInput): import("@smithy/core/client").CommandImpl<ListLinksCommandInput, ListLinksCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists links associated with gateways.</p> <p>Returns a list of all links for the specified gateways, including their status and configuration details.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListRequesterGatewaysRequest, ListRequesterGatewaysResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRequesterGatewaysCommandInput extends ListRequesterGateways
|
|
|
22
19
|
export interface ListRequesterGatewaysCommandOutput extends ListRequesterGatewaysResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRequesterGatewaysCommand_base: {
|
|
25
|
-
new (input: ListRequesterGatewaysCommandInput): import("@smithy/core/client").CommandImpl<ListRequesterGatewaysCommandInput, ListRequesterGatewaysCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListRequesterGatewaysCommandInput]): import("@smithy/core/client").CommandImpl<ListRequesterGatewaysCommandInput, ListRequesterGatewaysCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRequesterGatewaysCommandInput): import("@smithy/core/client").CommandImpl<ListRequesterGatewaysCommandInput, ListRequesterGatewaysCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListRequesterGatewaysCommandInput]): import("@smithy/core/client").CommandImpl<ListRequesterGatewaysCommandInput, ListRequesterGatewaysCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists requester gateways.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListResponderGatewaysRequest, ListResponderGatewaysResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListResponderGatewaysCommandInput extends ListResponderGateways
|
|
|
22
19
|
export interface ListResponderGatewaysCommandOutput extends ListResponderGatewaysResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResponderGatewaysCommand_base: {
|
|
25
|
-
new (input: ListResponderGatewaysCommandInput): import("@smithy/core/client").CommandImpl<ListResponderGatewaysCommandInput, ListResponderGatewaysCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListResponderGatewaysCommandInput]): import("@smithy/core/client").CommandImpl<ListResponderGatewaysCommandInput, ListResponderGatewaysCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListResponderGatewaysCommandInput): import("@smithy/core/client").CommandImpl<ListResponderGatewaysCommandInput, ListResponderGatewaysCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListResponderGatewaysCommandInput]): import("@smithy/core/client").CommandImpl<ListResponderGatewaysCommandInput, ListResponderGatewaysCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists reponder gateways.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists tags for a resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { RejectLinkRequest, RejectLinkResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RejectLinkCommandInput extends RejectLinkRequest {
|
|
|
22
19
|
export interface RejectLinkCommandOutput extends RejectLinkResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RejectLinkCommand_base: {
|
|
25
|
-
new (input: RejectLinkCommandInput): import("@smithy/core/client").CommandImpl<RejectLinkCommandInput, RejectLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RejectLinkCommandInput): import("@smithy/core/client").CommandImpl<RejectLinkCommandInput, RejectLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RejectLinkCommandInput): import("@smithy/core/client").CommandImpl<RejectLinkCommandInput, RejectLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RejectLinkCommandInput): import("@smithy/core/client").CommandImpl<RejectLinkCommandInput, RejectLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Rejects a link request between gateways.</p> <p>When a requester gateway requests to link with a responder gateway, the responder can use this operation to decline the link request.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Assigns one or more tags (key-value pairs) to the specified resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes a tag or tags from a resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateLinkRequest, UpdateLinkResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateLinkCommandInput extends UpdateLinkRequest {
|
|
|
22
19
|
export interface UpdateLinkCommandOutput extends UpdateLinkResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateLinkCommand_base: {
|
|
25
|
-
new (input: UpdateLinkCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkCommandInput, UpdateLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateLinkCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkCommandInput, UpdateLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateLinkCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkCommandInput, UpdateLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateLinkCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkCommandInput, UpdateLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the configuration of a link between gateways.</p> <p>Allows you to modify settings and parameters for an existing link.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateLinkModuleFlowRequest, UpdateLinkModuleFlowResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateLinkModuleFlowCommandInput extends UpdateLinkModuleFlowRe
|
|
|
22
19
|
export interface UpdateLinkModuleFlowCommandOutput extends UpdateLinkModuleFlowResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateLinkModuleFlowCommand_base: {
|
|
25
|
-
new (input: UpdateLinkModuleFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkModuleFlowCommandInput, UpdateLinkModuleFlowCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateLinkModuleFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkModuleFlowCommandInput, UpdateLinkModuleFlowCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateLinkModuleFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkModuleFlowCommandInput, UpdateLinkModuleFlowCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateLinkModuleFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkModuleFlowCommandInput, UpdateLinkModuleFlowCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a link module flow.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateLinkRoutingRuleRequest, UpdateLinkRoutingRuleResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateLinkRoutingRuleCommandInput extends UpdateLinkRoutingRule
|
|
|
22
19
|
export interface UpdateLinkRoutingRuleCommandOutput extends UpdateLinkRoutingRuleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateLinkRoutingRuleCommand_base: {
|
|
25
|
-
new (input: UpdateLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkRoutingRuleCommandInput, UpdateLinkRoutingRuleCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkRoutingRuleCommandInput, UpdateLinkRoutingRuleCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkRoutingRuleCommandInput, UpdateLinkRoutingRuleCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkRoutingRuleCommandInput, UpdateLinkRoutingRuleCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a routing rule for a link.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateRequesterGatewayRequest, UpdateRequesterGatewayResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateRequesterGatewayCommandInput extends UpdateRequesterGatew
|
|
|
22
19
|
export interface UpdateRequesterGatewayCommandOutput extends UpdateRequesterGatewayResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateRequesterGatewayCommand_base: {
|
|
25
|
-
new (input: UpdateRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<UpdateRequesterGatewayCommandInput, UpdateRequesterGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<UpdateRequesterGatewayCommandInput, UpdateRequesterGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<UpdateRequesterGatewayCommandInput, UpdateRequesterGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<UpdateRequesterGatewayCommandInput, UpdateRequesterGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a requester gateway.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateResponderGatewayRequest, UpdateResponderGatewayResponse } from "../models/models_0";
|
|
4
|
-
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateResponderGatewayCommandInput extends UpdateResponderGatew
|
|
|
22
19
|
export interface UpdateResponderGatewayCommandOutput extends UpdateResponderGatewayResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateResponderGatewayCommand_base: {
|
|
25
|
-
new (input: UpdateResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<UpdateResponderGatewayCommandInput, UpdateResponderGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<UpdateResponderGatewayCommandInput, UpdateResponderGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<UpdateResponderGatewayCommandInput, UpdateResponderGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<UpdateResponderGatewayCommandInput, UpdateResponderGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a responder gateway.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { RTBFabricExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./waiters";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { RTBFabricClientConfig } from "./RTBFabricClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
RTBFabricClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./RTBFabricClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
RTBFabricClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
RTBFabricClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|