@aws-sdk/client-rtbfabric 3.1077.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.
Files changed (116) hide show
  1. package/dist-cjs/index.js +44 -363
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptLinkCommand.js +2 -14
  4. package/dist-es/commands/AssociateCertificateCommand.js +2 -14
  5. package/dist-es/commands/CreateInboundExternalLinkCommand.js +2 -14
  6. package/dist-es/commands/CreateLinkCommand.js +2 -14
  7. package/dist-es/commands/CreateLinkRoutingRuleCommand.js +2 -14
  8. package/dist-es/commands/CreateOutboundExternalLinkCommand.js +2 -14
  9. package/dist-es/commands/CreateRequesterGatewayCommand.js +2 -14
  10. package/dist-es/commands/CreateResponderGatewayCommand.js +2 -14
  11. package/dist-es/commands/DeleteInboundExternalLinkCommand.js +2 -14
  12. package/dist-es/commands/DeleteLinkCommand.js +2 -14
  13. package/dist-es/commands/DeleteLinkRoutingRuleCommand.js +2 -14
  14. package/dist-es/commands/DeleteOutboundExternalLinkCommand.js +2 -14
  15. package/dist-es/commands/DeleteRequesterGatewayCommand.js +2 -14
  16. package/dist-es/commands/DeleteResponderGatewayCommand.js +2 -14
  17. package/dist-es/commands/DisassociateCertificateCommand.js +2 -14
  18. package/dist-es/commands/GetCertificateAssociationCommand.js +2 -14
  19. package/dist-es/commands/GetInboundExternalLinkCommand.js +2 -14
  20. package/dist-es/commands/GetLinkCommand.js +2 -14
  21. package/dist-es/commands/GetLinkRoutingRuleCommand.js +2 -14
  22. package/dist-es/commands/GetOutboundExternalLinkCommand.js +2 -14
  23. package/dist-es/commands/GetRequesterGatewayCommand.js +2 -14
  24. package/dist-es/commands/GetResponderGatewayCommand.js +2 -14
  25. package/dist-es/commands/ListCertificateAssociationsCommand.js +2 -14
  26. package/dist-es/commands/ListLinkRoutingRulesCommand.js +2 -14
  27. package/dist-es/commands/ListLinksCommand.js +2 -14
  28. package/dist-es/commands/ListRequesterGatewaysCommand.js +2 -14
  29. package/dist-es/commands/ListResponderGatewaysCommand.js +2 -14
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  31. package/dist-es/commands/RejectLinkCommand.js +2 -14
  32. package/dist-es/commands/TagResourceCommand.js +2 -14
  33. package/dist-es/commands/UntagResourceCommand.js +2 -14
  34. package/dist-es/commands/UpdateLinkCommand.js +2 -14
  35. package/dist-es/commands/UpdateLinkModuleFlowCommand.js +2 -14
  36. package/dist-es/commands/UpdateLinkRoutingRuleCommand.js +2 -14
  37. package/dist-es/commands/UpdateRequesterGatewayCommand.js +2 -14
  38. package/dist-es/commands/UpdateResponderGatewayCommand.js +2 -14
  39. package/dist-es/index.js +1 -0
  40. package/dist-types/commandBuilder.d.ts +18 -0
  41. package/dist-types/commands/AcceptLinkCommand.d.ts +3 -8
  42. package/dist-types/commands/AssociateCertificateCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateInboundExternalLinkCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateLinkCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateLinkRoutingRuleCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateOutboundExternalLinkCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateRequesterGatewayCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateResponderGatewayCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteInboundExternalLinkCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteLinkCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteLinkRoutingRuleCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteOutboundExternalLinkCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteRequesterGatewayCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteResponderGatewayCommand.d.ts +3 -8
  55. package/dist-types/commands/DisassociateCertificateCommand.d.ts +3 -8
  56. package/dist-types/commands/GetCertificateAssociationCommand.d.ts +3 -8
  57. package/dist-types/commands/GetInboundExternalLinkCommand.d.ts +3 -8
  58. package/dist-types/commands/GetLinkCommand.d.ts +3 -8
  59. package/dist-types/commands/GetLinkRoutingRuleCommand.d.ts +3 -8
  60. package/dist-types/commands/GetOutboundExternalLinkCommand.d.ts +3 -8
  61. package/dist-types/commands/GetRequesterGatewayCommand.d.ts +3 -8
  62. package/dist-types/commands/GetResponderGatewayCommand.d.ts +3 -8
  63. package/dist-types/commands/ListCertificateAssociationsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListLinkRoutingRulesCommand.d.ts +3 -8
  65. package/dist-types/commands/ListLinksCommand.d.ts +3 -8
  66. package/dist-types/commands/ListRequesterGatewaysCommand.d.ts +3 -8
  67. package/dist-types/commands/ListResponderGatewaysCommand.d.ts +3 -8
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  69. package/dist-types/commands/RejectLinkCommand.d.ts +3 -8
  70. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  71. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  72. package/dist-types/commands/UpdateLinkCommand.d.ts +3 -8
  73. package/dist-types/commands/UpdateLinkModuleFlowCommand.d.ts +3 -8
  74. package/dist-types/commands/UpdateLinkRoutingRuleCommand.d.ts +3 -8
  75. package/dist-types/commands/UpdateRequesterGatewayCommand.d.ts +3 -8
  76. package/dist-types/commands/UpdateResponderGatewayCommand.d.ts +3 -8
  77. package/dist-types/index.d.ts +1 -0
  78. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  79. package/dist-types/ts3.4/commands/AcceptLinkCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/CreateInboundExternalLinkCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/CreateLinkCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/CreateLinkRoutingRuleCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/CreateOutboundExternalLinkCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CreateRequesterGatewayCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreateResponderGatewayCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DeleteInboundExternalLinkCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteLinkCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteLinkRoutingRuleCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteOutboundExternalLinkCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeleteRequesterGatewayCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeleteResponderGatewayCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GetCertificateAssociationCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetInboundExternalLinkCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/GetLinkCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/GetLinkRoutingRuleCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetOutboundExternalLinkCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetRequesterGatewayCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetResponderGatewayCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListCertificateAssociationsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListLinkRoutingRulesCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListLinksCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListRequesterGatewaysCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListResponderGatewaysCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/RejectLinkCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/UpdateLinkCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/UpdateLinkModuleFlowCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/UpdateLinkRoutingRuleCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/UpdateRequesterGatewayCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/UpdateResponderGatewayCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/index.d.ts +1 -0
  116. 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 { AssociateCertificateRequest, AssociateCertificateResponse } 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 AssociateCertificateCommandInput extends AssociateCertificateRe
22
19
  export interface AssociateCertificateCommandOutput extends AssociateCertificateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateCertificateCommand_base: {
25
- new (input: AssociateCertificateCommandInput): import("@smithy/core/client").CommandImpl<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateCertificateCommandInput): import("@smithy/core/client").CommandImpl<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateCertificateCommandInput): import("@smithy/core/client").CommandImpl<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateCertificateCommandInput): import("@smithy/core/client").CommandImpl<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an ACM certificate with 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 { CreateInboundExternalLinkRequest, CreateInboundExternalLinkResponse } 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 CreateInboundExternalLinkCommandInput extends CreateInboundExte
22
19
  export interface CreateInboundExternalLinkCommandOutput extends CreateInboundExternalLinkResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateInboundExternalLinkCommand_base: {
25
- new (input: CreateInboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateInboundExternalLinkCommandInput, CreateInboundExternalLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateInboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateInboundExternalLinkCommandInput, CreateInboundExternalLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateInboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateInboundExternalLinkCommandInput, CreateInboundExternalLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateInboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateInboundExternalLinkCommandInput, CreateInboundExternalLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an inbound 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 { CreateLinkRequest, CreateLinkResponse } 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 CreateLinkCommandInput extends CreateLinkRequest {
22
19
  export interface CreateLinkCommandOutput extends CreateLinkResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLinkCommand_base: {
25
- new (input: CreateLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateLinkCommandInput, CreateLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateLinkCommandInput, CreateLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateLinkCommandInput, CreateLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateLinkCommandInput, CreateLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new link between gateways.</p> <p>Establishes a connection that allows gateways to communicate and exchange bid requests and responses.</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 { CreateLinkRoutingRuleRequest, CreateLinkRoutingRuleResponse } 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 CreateLinkRoutingRuleCommandInput extends CreateLinkRoutingRule
22
19
  export interface CreateLinkRoutingRuleCommandOutput extends CreateLinkRoutingRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLinkRoutingRuleCommand_base: {
25
- new (input: CreateLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateLinkRoutingRuleCommandInput, CreateLinkRoutingRuleCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateLinkRoutingRuleCommandInput, CreateLinkRoutingRuleCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateLinkRoutingRuleCommandInput, CreateLinkRoutingRuleCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateLinkRoutingRuleCommandInput, CreateLinkRoutingRuleCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a routing rule for a link.</p> <p>Routing rules use priority-based evaluation where lower priority numbers are evaluated first. Each rule specifies conditions that must all match for the rule to apply.</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 { CreateOutboundExternalLinkRequest, CreateOutboundExternalLinkResponse } 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 CreateOutboundExternalLinkCommandInput extends CreateOutboundEx
22
19
  export interface CreateOutboundExternalLinkCommandOutput extends CreateOutboundExternalLinkResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateOutboundExternalLinkCommand_base: {
25
- new (input: CreateOutboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateOutboundExternalLinkCommandInput, CreateOutboundExternalLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateOutboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateOutboundExternalLinkCommandInput, CreateOutboundExternalLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateOutboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateOutboundExternalLinkCommandInput, CreateOutboundExternalLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateOutboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateOutboundExternalLinkCommandInput, CreateOutboundExternalLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates 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 { CreateRequesterGatewayRequest, CreateRequesterGatewayResponse } 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 CreateRequesterGatewayCommandInput extends CreateRequesterGatew
22
19
  export interface CreateRequesterGatewayCommandOutput extends CreateRequesterGatewayResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateRequesterGatewayCommand_base: {
25
- new (input: CreateRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateRequesterGatewayCommandInput, CreateRequesterGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateRequesterGatewayCommandInput, CreateRequesterGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateRequesterGatewayCommandInput, CreateRequesterGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateRequesterGatewayCommandInput, CreateRequesterGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates 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 { CreateResponderGatewayRequest, CreateResponderGatewayResponse } 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 CreateResponderGatewayCommandInput extends CreateResponderGatew
22
19
  export interface CreateResponderGatewayCommandOutput extends CreateResponderGatewayResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateResponderGatewayCommand_base: {
25
- new (input: CreateResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateResponderGatewayCommandInput, CreateResponderGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateResponderGatewayCommandInput, CreateResponderGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateResponderGatewayCommandInput, CreateResponderGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateResponderGatewayCommandInput, CreateResponderGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a responder gateway.</p> <important> <p>A domain name or managed endpoint is required.</p> </important>
@@ -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 { DeleteInboundExternalLinkRequest, DeleteInboundExternalLinkResponse } 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 DeleteInboundExternalLinkCommandInput extends DeleteInboundExte
22
19
  export interface DeleteInboundExternalLinkCommandOutput extends DeleteInboundExternalLinkResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteInboundExternalLinkCommand_base: {
25
- new (input: DeleteInboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteInboundExternalLinkCommandInput, DeleteInboundExternalLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteInboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteInboundExternalLinkCommandInput, DeleteInboundExternalLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteInboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteInboundExternalLinkCommandInput, DeleteInboundExternalLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteInboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteInboundExternalLinkCommandInput, DeleteInboundExternalLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an inbound 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 { DeleteLinkRequest, DeleteLinkResponse } 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 DeleteLinkCommandInput extends DeleteLinkRequest {
22
19
  export interface DeleteLinkCommandOutput extends DeleteLinkResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteLinkCommand_base: {
25
- new (input: DeleteLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteLinkCommandInput, DeleteLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteLinkCommandInput, DeleteLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteLinkCommandInput, DeleteLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteLinkCommandInput, DeleteLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a link between gateways.</p> <p>Permanently removes the connection between gateways. This action cannot be undone.</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 { DeleteLinkRoutingRuleRequest, DeleteLinkRoutingRuleResponse } 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 DeleteLinkRoutingRuleCommandInput extends DeleteLinkRoutingRule
22
19
  export interface DeleteLinkRoutingRuleCommandOutput extends DeleteLinkRoutingRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteLinkRoutingRuleCommand_base: {
25
- new (input: DeleteLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteLinkRoutingRuleCommandInput, DeleteLinkRoutingRuleCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteLinkRoutingRuleCommandInput, DeleteLinkRoutingRuleCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteLinkRoutingRuleCommandInput, DeleteLinkRoutingRuleCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteLinkRoutingRuleCommandInput, DeleteLinkRoutingRuleCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a routing rule from 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 { DeleteOutboundExternalLinkRequest, DeleteOutboundExternalLinkResponse } 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 DeleteOutboundExternalLinkCommandInput extends DeleteOutboundEx
22
19
  export interface DeleteOutboundExternalLinkCommandOutput extends DeleteOutboundExternalLinkResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteOutboundExternalLinkCommand_base: {
25
- new (input: DeleteOutboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutboundExternalLinkCommandInput, DeleteOutboundExternalLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteOutboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutboundExternalLinkCommandInput, DeleteOutboundExternalLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteOutboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutboundExternalLinkCommandInput, DeleteOutboundExternalLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteOutboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutboundExternalLinkCommandInput, DeleteOutboundExternalLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes 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 { DeleteRequesterGatewayRequest, DeleteRequesterGatewayResponse } 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 DeleteRequesterGatewayCommandInput extends DeleteRequesterGatew
22
19
  export interface DeleteRequesterGatewayCommandOutput extends DeleteRequesterGatewayResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteRequesterGatewayCommand_base: {
25
- new (input: DeleteRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteRequesterGatewayCommandInput, DeleteRequesterGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteRequesterGatewayCommandInput, DeleteRequesterGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteRequesterGatewayCommandInput, DeleteRequesterGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteRequesterGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteRequesterGatewayCommandInput, DeleteRequesterGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes 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 { DeleteResponderGatewayRequest, DeleteResponderGatewayResponse } 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 DeleteResponderGatewayCommandInput extends DeleteResponderGatew
22
19
  export interface DeleteResponderGatewayCommandOutput extends DeleteResponderGatewayResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteResponderGatewayCommand_base: {
25
- new (input: DeleteResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteResponderGatewayCommandInput, DeleteResponderGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteResponderGatewayCommandInput, DeleteResponderGatewayCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteResponderGatewayCommandInput, DeleteResponderGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteResponderGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteResponderGatewayCommandInput, DeleteResponderGatewayCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes 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 { DisassociateCertificateRequest, DisassociateCertificateResponse } 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 DisassociateCertificateCommandInput extends DisassociateCertifi
22
19
  export interface DisassociateCertificateCommandOutput extends DisassociateCertificateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateCertificateCommand_base: {
25
- new (input: DisassociateCertificateCommandInput): import("@smithy/core/client").CommandImpl<DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateCertificateCommandInput): import("@smithy/core/client").CommandImpl<DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateCertificateCommandInput): import("@smithy/core/client").CommandImpl<DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateCertificateCommandInput): import("@smithy/core/client").CommandImpl<DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes a certificate association from 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 { GetCertificateAssociationRequest, GetCertificateAssociationResponse } 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 GetCertificateAssociationCommandInput extends GetCertificateAss
22
19
  export interface GetCertificateAssociationCommandOutput extends GetCertificateAssociationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetCertificateAssociationCommand_base: {
25
- new (input: GetCertificateAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetCertificateAssociationCommandInput, GetCertificateAssociationCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCertificateAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetCertificateAssociationCommandInput, GetCertificateAssociationCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetCertificateAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetCertificateAssociationCommandInput, GetCertificateAssociationCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetCertificateAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetCertificateAssociationCommandInput, GetCertificateAssociationCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the details of a certificate association with 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 { GetInboundExternalLinkRequest, GetInboundExternalLinkResponse } 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 GetInboundExternalLinkCommandInput extends GetInboundExternalLi
22
19
  export interface GetInboundExternalLinkCommandOutput extends GetInboundExternalLinkResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetInboundExternalLinkCommand_base: {
25
- new (input: GetInboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<GetInboundExternalLinkCommandInput, GetInboundExternalLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetInboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<GetInboundExternalLinkCommandInput, GetInboundExternalLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetInboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<GetInboundExternalLinkCommandInput, GetInboundExternalLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetInboundExternalLinkCommandInput): import("@smithy/core/client").CommandImpl<GetInboundExternalLinkCommandInput, GetInboundExternalLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about an inbound 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 { GetLinkRequest, GetLinkResponse } 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 GetLinkCommandInput extends GetLinkRequest {
22
19
  export interface GetLinkCommandOutput extends GetLinkResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetLinkCommand_base: {
25
- new (input: GetLinkCommandInput): import("@smithy/core/client").CommandImpl<GetLinkCommandInput, GetLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLinkCommandInput): import("@smithy/core/client").CommandImpl<GetLinkCommandInput, GetLinkCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLinkCommandInput): import("@smithy/core/client").CommandImpl<GetLinkCommandInput, GetLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLinkCommandInput): import("@smithy/core/client").CommandImpl<GetLinkCommandInput, GetLinkCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about a link between gateways.</p> <p>Returns detailed information about the link configuration, status, and associated 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 { GetLinkRoutingRuleRequest, GetLinkRoutingRuleResponse } 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 GetLinkRoutingRuleCommandInput extends GetLinkRoutingRuleReques
22
19
  export interface GetLinkRoutingRuleCommandOutput extends GetLinkRoutingRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetLinkRoutingRuleCommand_base: {
25
- new (input: GetLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<GetLinkRoutingRuleCommandInput, GetLinkRoutingRuleCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<GetLinkRoutingRuleCommandInput, GetLinkRoutingRuleCommandOutput, RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<GetLinkRoutingRuleCommandInput, GetLinkRoutingRuleCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLinkRoutingRuleCommandInput): import("@smithy/core/client").CommandImpl<GetLinkRoutingRuleCommandInput, GetLinkRoutingRuleCommandOutput, import("..").RTBFabricClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the details of 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 { 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>