@aws-sdk/client-rtbfabric 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/RTBFabric.d.ts +140 -180
- package/dist-types/ts3.4/RTBFabricClient.d.ts +13 -46
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateInboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateOutboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateResponderGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteInboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteOutboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteResponderGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCertificateAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetInboundExternalLinkCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetLinkCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOutboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResponderGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListCertificateAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListLinkRoutingRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListLinksCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListRequesterGatewaysCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListResponderGatewaysCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RejectLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateLinkModuleFlowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateResponderGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +1 -2
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +1 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListLinksPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForCertificateAssociated.d.ts +3 -7
- package/dist-types/ts3.4/waiters/waitForCertificateDisassociated.d.ts +4 -12
- package/dist-types/ts3.4/waiters/waitForInboundExternalLinkActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForInboundExternalLinkDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForLinkAccepted.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForLinkActive.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForLinkDeleted.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForLinkRoutingRuleActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForLinkRoutingRuleDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForOutboundExternalLinkActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForOutboundExternalLinkDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForRequesterGatewayActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForRequesterGatewayDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForResponderGatewayActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForResponderGatewayDeleted.d.ts +4 -8
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -36,10 +33,7 @@ import {
|
|
|
36
33
|
HttpAuthSchemeInputConfig,
|
|
37
34
|
HttpAuthSchemeResolvedConfig,
|
|
38
35
|
} from "./auth/httpAuthSchemeProvider";
|
|
39
|
-
import {
|
|
40
|
-
AcceptLinkCommandInput,
|
|
41
|
-
AcceptLinkCommandOutput,
|
|
42
|
-
} from "./commands/AcceptLinkCommand";
|
|
36
|
+
import { AcceptLinkCommandInput, AcceptLinkCommandOutput } from "./commands/AcceptLinkCommand";
|
|
43
37
|
import {
|
|
44
38
|
AssociateCertificateCommandInput,
|
|
45
39
|
AssociateCertificateCommandOutput,
|
|
@@ -48,10 +42,7 @@ import {
|
|
|
48
42
|
CreateInboundExternalLinkCommandInput,
|
|
49
43
|
CreateInboundExternalLinkCommandOutput,
|
|
50
44
|
} from "./commands/CreateInboundExternalLinkCommand";
|
|
51
|
-
import {
|
|
52
|
-
CreateLinkCommandInput,
|
|
53
|
-
CreateLinkCommandOutput,
|
|
54
|
-
} from "./commands/CreateLinkCommand";
|
|
45
|
+
import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
55
46
|
import {
|
|
56
47
|
CreateLinkRoutingRuleCommandInput,
|
|
57
48
|
CreateLinkRoutingRuleCommandOutput,
|
|
@@ -72,10 +63,7 @@ import {
|
|
|
72
63
|
DeleteInboundExternalLinkCommandInput,
|
|
73
64
|
DeleteInboundExternalLinkCommandOutput,
|
|
74
65
|
} from "./commands/DeleteInboundExternalLinkCommand";
|
|
75
|
-
import {
|
|
76
|
-
DeleteLinkCommandInput,
|
|
77
|
-
DeleteLinkCommandOutput,
|
|
78
|
-
} from "./commands/DeleteLinkCommand";
|
|
66
|
+
import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
79
67
|
import {
|
|
80
68
|
DeleteLinkRoutingRuleCommandInput,
|
|
81
69
|
DeleteLinkRoutingRuleCommandOutput,
|
|
@@ -104,10 +92,7 @@ import {
|
|
|
104
92
|
GetInboundExternalLinkCommandInput,
|
|
105
93
|
GetInboundExternalLinkCommandOutput,
|
|
106
94
|
} from "./commands/GetInboundExternalLinkCommand";
|
|
107
|
-
import {
|
|
108
|
-
GetLinkCommandInput,
|
|
109
|
-
GetLinkCommandOutput,
|
|
110
|
-
} from "./commands/GetLinkCommand";
|
|
95
|
+
import { GetLinkCommandInput, GetLinkCommandOutput } from "./commands/GetLinkCommand";
|
|
111
96
|
import {
|
|
112
97
|
GetLinkRoutingRuleCommandInput,
|
|
113
98
|
GetLinkRoutingRuleCommandOutput,
|
|
@@ -132,10 +117,7 @@ import {
|
|
|
132
117
|
ListLinkRoutingRulesCommandInput,
|
|
133
118
|
ListLinkRoutingRulesCommandOutput,
|
|
134
119
|
} from "./commands/ListLinkRoutingRulesCommand";
|
|
135
|
-
import {
|
|
136
|
-
ListLinksCommandInput,
|
|
137
|
-
ListLinksCommandOutput,
|
|
138
|
-
} from "./commands/ListLinksCommand";
|
|
120
|
+
import { ListLinksCommandInput, ListLinksCommandOutput } from "./commands/ListLinksCommand";
|
|
139
121
|
import {
|
|
140
122
|
ListRequesterGatewaysCommandInput,
|
|
141
123
|
ListRequesterGatewaysCommandOutput,
|
|
@@ -148,22 +130,13 @@ import {
|
|
|
148
130
|
ListTagsForResourceCommandInput,
|
|
149
131
|
ListTagsForResourceCommandOutput,
|
|
150
132
|
} from "./commands/ListTagsForResourceCommand";
|
|
151
|
-
import {
|
|
152
|
-
|
|
153
|
-
RejectLinkCommandOutput,
|
|
154
|
-
} from "./commands/RejectLinkCommand";
|
|
155
|
-
import {
|
|
156
|
-
TagResourceCommandInput,
|
|
157
|
-
TagResourceCommandOutput,
|
|
158
|
-
} from "./commands/TagResourceCommand";
|
|
133
|
+
import { RejectLinkCommandInput, RejectLinkCommandOutput } from "./commands/RejectLinkCommand";
|
|
134
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
159
135
|
import {
|
|
160
136
|
UntagResourceCommandInput,
|
|
161
137
|
UntagResourceCommandOutput,
|
|
162
138
|
} from "./commands/UntagResourceCommand";
|
|
163
|
-
import {
|
|
164
|
-
UpdateLinkCommandInput,
|
|
165
|
-
UpdateLinkCommandOutput,
|
|
166
|
-
} from "./commands/UpdateLinkCommand";
|
|
139
|
+
import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
|
|
167
140
|
import {
|
|
168
141
|
UpdateLinkModuleFlowCommandInput,
|
|
169
142
|
UpdateLinkModuleFlowCommandOutput,
|
|
@@ -261,8 +234,7 @@ export type ServiceOutputTypes =
|
|
|
261
234
|
| UpdateLinkRoutingRuleCommandOutput
|
|
262
235
|
| UpdateRequesterGatewayCommandOutput
|
|
263
236
|
| UpdateResponderGatewayCommandOutput;
|
|
264
|
-
export interface ClientDefaults
|
|
265
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
237
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
266
238
|
requestHandler?: __HttpHandlerUserInput;
|
|
267
239
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
268
240
|
urlParser?: __UrlParser;
|
|
@@ -287,9 +259,7 @@ export interface ClientDefaults
|
|
|
287
259
|
extensions?: RuntimeExtension[];
|
|
288
260
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
289
261
|
}
|
|
290
|
-
export type RTBFabricClientConfigType = Partial<
|
|
291
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
292
|
-
> &
|
|
262
|
+
export type RTBFabricClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
293
263
|
ClientDefaults &
|
|
294
264
|
UserAgentInputConfig &
|
|
295
265
|
RetryInputConfig &
|
|
@@ -310,8 +280,7 @@ export type RTBFabricClientResolvedConfigType =
|
|
|
310
280
|
EndpointResolvedConfig<EndpointParameters> &
|
|
311
281
|
HttpAuthSchemeResolvedConfig &
|
|
312
282
|
ClientResolvedEndpointParameters;
|
|
313
|
-
export interface RTBFabricClientResolvedConfig
|
|
314
|
-
extends RTBFabricClientResolvedConfigType {}
|
|
283
|
+
export interface RTBFabricClientResolvedConfig extends RTBFabricClientResolvedConfigType {}
|
|
315
284
|
export declare class RTBFabricClient extends __Client<
|
|
316
285
|
__HttpHandlerOptions,
|
|
317
286
|
ServiceInputTypes,
|
|
@@ -319,8 +288,6 @@ export declare class RTBFabricClient extends __Client<
|
|
|
319
288
|
RTBFabricClientResolvedConfig
|
|
320
289
|
> {
|
|
321
290
|
readonly config: RTBFabricClientResolvedConfig;
|
|
322
|
-
constructor(
|
|
323
|
-
...[configuration]: __CheckOptionalClientConfig<RTBFabricClientConfig>
|
|
324
|
-
);
|
|
291
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<RTBFabricClientConfig>);
|
|
325
292
|
destroy(): void;
|
|
326
293
|
}
|
|
@@ -7,17 +7,10 @@ import { RTBFabricHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: RTBFabricHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: RTBFabricHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): RTBFabricHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { RTBFabricClientResolvedConfig } from "../RTBFabricClient";
|
|
15
|
-
export interface RTBFabricHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface RTBFabricHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface RTBFabricHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface RTBFabricHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
RTBFabricClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
RTBFabricHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultRTBFabricHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: RTBFabricClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<RTBFabricHttpAuthSchemeParameters>;
|
|
31
|
-
export interface RTBFabricHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<RTBFabricHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface RTBFabricHttpAuthSchemeProvider extends HttpAuthSchemeProvider<RTBFabricHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultRTBFabricHttpAuthSchemeProvider: RTBFabricHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: RTBFabricHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: RTBFabricHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./RTBFabricClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
RTBFabricClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { AcceptLinkRequest, AcceptLinkResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface AcceptLinkCommandInput extends AcceptLinkRequest {}
|
|
5
|
-
export interface AcceptLinkCommandOutput
|
|
6
|
-
extends AcceptLinkResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface AcceptLinkCommandOutput extends AcceptLinkResponse, __MetadataBearer {}
|
|
8
6
|
declare const AcceptLinkCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: AcceptLinkCommandInput
|
|
8
|
+
input: AcceptLinkCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
AcceptLinkCommandInput,
|
|
13
11
|
AcceptLinkCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const AcceptLinkCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: AcceptLinkCommandInput
|
|
17
|
+
input: AcceptLinkCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
AcceptLinkCommandInput,
|
|
22
20
|
AcceptLinkCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AssociateCertificateRequest,
|
|
4
|
-
AssociateCertificateResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AssociateCertificateRequest, AssociateCertificateResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateCertificateCommandInput
|
|
8
|
-
extends AssociateCertificateRequest {}
|
|
4
|
+
export interface AssociateCertificateCommandInput extends AssociateCertificateRequest {}
|
|
9
5
|
export interface AssociateCertificateCommandOutput
|
|
10
|
-
extends AssociateCertificateResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends AssociateCertificateResponse, __MetadataBearer {}
|
|
12
7
|
declare const AssociateCertificateCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: AssociateCertificateCommandInput
|
|
9
|
+
input: AssociateCertificateCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
AssociateCertificateCommandInput,
|
|
17
12
|
AssociateCertificateCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const AssociateCertificateCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: AssociateCertificateCommandInput
|
|
18
|
+
input: AssociateCertificateCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
AssociateCertificateCommandInput,
|
|
26
21
|
AssociateCertificateCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateInboundExternalLinkResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateInboundExternalLinkCommandInput
|
|
8
|
-
extends CreateInboundExternalLinkRequest {}
|
|
7
|
+
export interface CreateInboundExternalLinkCommandInput extends CreateInboundExternalLinkRequest {}
|
|
9
8
|
export interface CreateInboundExternalLinkCommandOutput
|
|
10
|
-
extends CreateInboundExternalLinkResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateInboundExternalLinkResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateInboundExternalLinkCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateInboundExternalLinkCommandInput
|
|
12
|
+
input: CreateInboundExternalLinkCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateInboundExternalLinkCommandInput,
|
|
17
15
|
CreateInboundExternalLinkCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateInboundExternalLinkCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateInboundExternalLinkCommandInput
|
|
21
|
+
input: CreateInboundExternalLinkCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateInboundExternalLinkCommandInput,
|
|
26
24
|
CreateInboundExternalLinkCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateLinkRequest, CreateLinkResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateLinkCommandInput extends CreateLinkRequest {}
|
|
5
|
-
export interface CreateLinkCommandOutput
|
|
6
|
-
extends CreateLinkResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateLinkCommandOutput extends CreateLinkResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateLinkCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateLinkCommandInput
|
|
8
|
+
input: CreateLinkCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateLinkCommandInput,
|
|
13
11
|
CreateLinkCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateLinkCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateLinkCommandInput
|
|
17
|
+
input: CreateLinkCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateLinkCommandInput,
|
|
22
20
|
CreateLinkCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateLinkRoutingRuleRequest,
|
|
4
|
-
CreateLinkRoutingRuleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateLinkRoutingRuleRequest, CreateLinkRoutingRuleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateLinkRoutingRuleCommandInput
|
|
8
|
-
extends CreateLinkRoutingRuleRequest {}
|
|
4
|
+
export interface CreateLinkRoutingRuleCommandInput extends CreateLinkRoutingRuleRequest {}
|
|
9
5
|
export interface CreateLinkRoutingRuleCommandOutput
|
|
10
|
-
extends CreateLinkRoutingRuleResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateLinkRoutingRuleResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateLinkRoutingRuleCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateLinkRoutingRuleCommandInput
|
|
9
|
+
input: CreateLinkRoutingRuleCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateLinkRoutingRuleCommandInput,
|
|
17
12
|
CreateLinkRoutingRuleCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateLinkRoutingRuleCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateLinkRoutingRuleCommandInput
|
|
18
|
+
input: CreateLinkRoutingRuleCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateLinkRoutingRuleCommandInput,
|
|
26
21
|
CreateLinkRoutingRuleCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateOutboundExternalLinkResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateOutboundExternalLinkCommandInput
|
|
8
|
-
extends CreateOutboundExternalLinkRequest {}
|
|
7
|
+
export interface CreateOutboundExternalLinkCommandInput extends CreateOutboundExternalLinkRequest {}
|
|
9
8
|
export interface CreateOutboundExternalLinkCommandOutput
|
|
10
|
-
extends CreateOutboundExternalLinkResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateOutboundExternalLinkResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateOutboundExternalLinkCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateOutboundExternalLinkCommandInput
|
|
12
|
+
input: CreateOutboundExternalLinkCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateOutboundExternalLinkCommandInput,
|
|
17
15
|
CreateOutboundExternalLinkCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateOutboundExternalLinkCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateOutboundExternalLinkCommandInput
|
|
21
|
+
input: CreateOutboundExternalLinkCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateOutboundExternalLinkCommandInput,
|
|
26
24
|
CreateOutboundExternalLinkCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateRequesterGatewayRequest,
|
|
4
|
-
CreateRequesterGatewayResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateRequesterGatewayRequest, CreateRequesterGatewayResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateRequesterGatewayCommandInput
|
|
8
|
-
extends CreateRequesterGatewayRequest {}
|
|
4
|
+
export interface CreateRequesterGatewayCommandInput extends CreateRequesterGatewayRequest {}
|
|
9
5
|
export interface CreateRequesterGatewayCommandOutput
|
|
10
|
-
extends CreateRequesterGatewayResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateRequesterGatewayResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateRequesterGatewayCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateRequesterGatewayCommandInput
|
|
9
|
+
input: CreateRequesterGatewayCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateRequesterGatewayCommandInput,
|
|
17
12
|
CreateRequesterGatewayCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateRequesterGatewayCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateRequesterGatewayCommandInput
|
|
18
|
+
input: CreateRequesterGatewayCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateRequesterGatewayCommandInput,
|
|
26
21
|
CreateRequesterGatewayCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateResponderGatewayRequest,
|
|
4
|
-
CreateResponderGatewayResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateResponderGatewayRequest, CreateResponderGatewayResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateResponderGatewayCommandInput
|
|
8
|
-
extends CreateResponderGatewayRequest {}
|
|
4
|
+
export interface CreateResponderGatewayCommandInput extends CreateResponderGatewayRequest {}
|
|
9
5
|
export interface CreateResponderGatewayCommandOutput
|
|
10
|
-
extends CreateResponderGatewayResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateResponderGatewayResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateResponderGatewayCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateResponderGatewayCommandInput
|
|
9
|
+
input: CreateResponderGatewayCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateResponderGatewayCommandInput,
|
|
17
12
|
CreateResponderGatewayCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateResponderGatewayCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateResponderGatewayCommandInput
|
|
18
|
+
input: CreateResponderGatewayCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateResponderGatewayCommandInput,
|
|
26
21
|
CreateResponderGatewayCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteInboundExternalLinkResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteInboundExternalLinkCommandInput
|
|
8
|
-
extends DeleteInboundExternalLinkRequest {}
|
|
7
|
+
export interface DeleteInboundExternalLinkCommandInput extends DeleteInboundExternalLinkRequest {}
|
|
9
8
|
export interface DeleteInboundExternalLinkCommandOutput
|
|
10
|
-
extends DeleteInboundExternalLinkResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteInboundExternalLinkResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteInboundExternalLinkCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteInboundExternalLinkCommandInput
|
|
12
|
+
input: DeleteInboundExternalLinkCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteInboundExternalLinkCommandInput,
|
|
17
15
|
DeleteInboundExternalLinkCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteInboundExternalLinkCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteInboundExternalLinkCommandInput
|
|
21
|
+
input: DeleteInboundExternalLinkCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteInboundExternalLinkCommandInput,
|
|
26
24
|
DeleteInboundExternalLinkCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteLinkRequest, DeleteLinkResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteLinkCommandInput extends DeleteLinkRequest {}
|
|
5
|
-
export interface DeleteLinkCommandOutput
|
|
6
|
-
extends DeleteLinkResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteLinkCommandOutput extends DeleteLinkResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteLinkCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteLinkCommandInput
|
|
8
|
+
input: DeleteLinkCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteLinkCommandInput,
|
|
13
11
|
DeleteLinkCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteLinkCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteLinkCommandInput
|
|
17
|
+
input: DeleteLinkCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteLinkCommandInput,
|
|
22
20
|
DeleteLinkCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteLinkRoutingRuleRequest,
|
|
4
|
-
DeleteLinkRoutingRuleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteLinkRoutingRuleRequest, DeleteLinkRoutingRuleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteLinkRoutingRuleCommandInput
|
|
8
|
-
extends DeleteLinkRoutingRuleRequest {}
|
|
4
|
+
export interface DeleteLinkRoutingRuleCommandInput extends DeleteLinkRoutingRuleRequest {}
|
|
9
5
|
export interface DeleteLinkRoutingRuleCommandOutput
|
|
10
|
-
extends DeleteLinkRoutingRuleResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteLinkRoutingRuleResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteLinkRoutingRuleCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteLinkRoutingRuleCommandInput
|
|
9
|
+
input: DeleteLinkRoutingRuleCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteLinkRoutingRuleCommandInput,
|
|
17
12
|
DeleteLinkRoutingRuleCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteLinkRoutingRuleCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteLinkRoutingRuleCommandInput
|
|
18
|
+
input: DeleteLinkRoutingRuleCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteLinkRoutingRuleCommandInput,
|
|
26
21
|
DeleteLinkRoutingRuleCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteOutboundExternalLinkResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteOutboundExternalLinkCommandInput
|
|
8
|
-
extends DeleteOutboundExternalLinkRequest {}
|
|
7
|
+
export interface DeleteOutboundExternalLinkCommandInput extends DeleteOutboundExternalLinkRequest {}
|
|
9
8
|
export interface DeleteOutboundExternalLinkCommandOutput
|
|
10
|
-
extends DeleteOutboundExternalLinkResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteOutboundExternalLinkResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteOutboundExternalLinkCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteOutboundExternalLinkCommandInput
|
|
12
|
+
input: DeleteOutboundExternalLinkCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteOutboundExternalLinkCommandInput,
|
|
17
15
|
DeleteOutboundExternalLinkCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteOutboundExternalLinkCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteOutboundExternalLinkCommandInput
|
|
21
|
+
input: DeleteOutboundExternalLinkCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteOutboundExternalLinkCommandInput,
|
|
26
24
|
DeleteOutboundExternalLinkCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteRequesterGatewayRequest,
|
|
4
|
-
DeleteRequesterGatewayResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteRequesterGatewayRequest, DeleteRequesterGatewayResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteRequesterGatewayCommandInput
|
|
8
|
-
extends DeleteRequesterGatewayRequest {}
|
|
4
|
+
export interface DeleteRequesterGatewayCommandInput extends DeleteRequesterGatewayRequest {}
|
|
9
5
|
export interface DeleteRequesterGatewayCommandOutput
|
|
10
|
-
extends DeleteRequesterGatewayResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteRequesterGatewayResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteRequesterGatewayCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteRequesterGatewayCommandInput
|
|
9
|
+
input: DeleteRequesterGatewayCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteRequesterGatewayCommandInput,
|
|
17
12
|
DeleteRequesterGatewayCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteRequesterGatewayCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteRequesterGatewayCommandInput
|
|
18
|
+
input: DeleteRequesterGatewayCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteRequesterGatewayCommandInput,
|
|
26
21
|
DeleteRequesterGatewayCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteResponderGatewayRequest,
|
|
4
|
-
DeleteResponderGatewayResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteResponderGatewayRequest, DeleteResponderGatewayResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteResponderGatewayCommandInput
|
|
8
|
-
extends DeleteResponderGatewayRequest {}
|
|
4
|
+
export interface DeleteResponderGatewayCommandInput extends DeleteResponderGatewayRequest {}
|
|
9
5
|
export interface DeleteResponderGatewayCommandOutput
|
|
10
|
-
extends DeleteResponderGatewayResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteResponderGatewayResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteResponderGatewayCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteResponderGatewayCommandInput
|
|
9
|
+
input: DeleteResponderGatewayCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteResponderGatewayCommandInput,
|
|
17
12
|
DeleteResponderGatewayCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteResponderGatewayCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteResponderGatewayCommandInput
|
|
18
|
+
input: DeleteResponderGatewayCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteResponderGatewayCommandInput,
|
|
26
21
|
DeleteResponderGatewayCommandOutput,
|