@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,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";
|
|
@@ -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[];
|
|
@@ -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 { AcceptLinkRequest, AcceptLinkResponse } 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 AcceptLinkCommandInput extends AcceptLinkRequest {}
|
|
12
5
|
export interface AcceptLinkCommandOutput
|
|
13
6
|
extends AcceptLinkResponse,
|
|
@@ -18,22 +11,20 @@ declare const AcceptLinkCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
AcceptLinkCommandInput,
|
|
20
13
|
AcceptLinkCommandOutput,
|
|
21
|
-
RTBFabricClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: AcceptLinkCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
AcceptLinkCommandInput,
|
|
29
22
|
AcceptLinkCommandOutput,
|
|
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 AcceptLinkCommand extends AcceptLinkCommand_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
|
AssociateCertificateRequest,
|
|
5
4
|
AssociateCertificateResponse,
|
|
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 AssociateCertificateCommandInput
|
|
15
8
|
extends AssociateCertificateRequest {}
|
|
16
9
|
export interface AssociateCertificateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateCertificateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateCertificateCommandInput,
|
|
24
17
|
AssociateCertificateCommandOutput,
|
|
25
|
-
RTBFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateCertificateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateCertificateCommandInput,
|
|
33
26
|
AssociateCertificateCommandOutput,
|
|
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 AssociateCertificateCommand extends AssociateCertificateCommand_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
|
CreateInboundExternalLinkRequest,
|
|
5
4
|
CreateInboundExternalLinkResponse,
|
|
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 CreateInboundExternalLinkCommandInput
|
|
15
8
|
extends CreateInboundExternalLinkRequest {}
|
|
16
9
|
export interface CreateInboundExternalLinkCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateInboundExternalLinkCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateInboundExternalLinkCommandInput,
|
|
24
17
|
CreateInboundExternalLinkCommandOutput,
|
|
25
|
-
RTBFabricClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RTBFabricClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateInboundExternalLinkCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateInboundExternalLinkCommandInput,
|
|
33
26
|
CreateInboundExternalLinkCommandOutput,
|
|
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 CreateInboundExternalLinkCommand extends CreateInboundExternalLinkCommand_base {
|
|
43
34
|
protected static __types: {
|