@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
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface RTBFabricExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -17,8 +17,7 @@ export declare const ConnectivityType: {
|
|
|
17
17
|
readonly PUBLIC_EGRESS: "PUBLIC_EGRESS";
|
|
18
18
|
readonly PUBLIC_INGRESS: "PUBLIC_INGRESS";
|
|
19
19
|
};
|
|
20
|
-
export type ConnectivityType =
|
|
21
|
-
(typeof ConnectivityType)[keyof typeof ConnectivityType];
|
|
20
|
+
export type ConnectivityType = (typeof ConnectivityType)[keyof typeof ConnectivityType];
|
|
22
21
|
export declare const LinkDirection: {
|
|
23
22
|
readonly REQUEST: "REQUEST";
|
|
24
23
|
readonly RESPONSE: "RESPONSE";
|
|
@@ -3,9 +3,7 @@ import { RTBFabricServiceException as __BaseException } from "./RTBFabricService
|
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class ConflictException extends __BaseException {
|
|
11
9
|
readonly name: "ConflictException";
|
|
@@ -16,36 +14,26 @@ export declare class InternalServerException extends __BaseException {
|
|
|
16
14
|
readonly name: "InternalServerException";
|
|
17
15
|
readonly $fault: "server";
|
|
18
16
|
$retryable: {};
|
|
19
|
-
constructor(
|
|
20
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
21
|
-
);
|
|
17
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
22
18
|
}
|
|
23
19
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
24
20
|
readonly name: "ResourceNotFoundException";
|
|
25
21
|
readonly $fault: "client";
|
|
26
|
-
constructor(
|
|
27
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
28
|
-
);
|
|
22
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
29
23
|
}
|
|
30
24
|
export declare class ThrottlingException extends __BaseException {
|
|
31
25
|
readonly name: "ThrottlingException";
|
|
32
26
|
readonly $fault: "client";
|
|
33
27
|
$retryable: {};
|
|
34
|
-
constructor(
|
|
35
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
36
|
-
);
|
|
28
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
37
29
|
}
|
|
38
30
|
export declare class ValidationException extends __BaseException {
|
|
39
31
|
readonly name: "ValidationException";
|
|
40
32
|
readonly $fault: "client";
|
|
41
|
-
constructor(
|
|
42
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
43
|
-
);
|
|
33
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
44
34
|
}
|
|
45
35
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
46
36
|
readonly name: "ServiceQuotaExceededException";
|
|
47
37
|
readonly $fault: "client";
|
|
48
|
-
constructor(
|
|
49
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
50
|
-
);
|
|
38
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
51
39
|
}
|
|
@@ -51,10 +51,7 @@ export interface HeaderTagAction {
|
|
|
51
51
|
export interface NoBidAction {
|
|
52
52
|
noBidReasonCode?: number | undefined;
|
|
53
53
|
}
|
|
54
|
-
export type Action =
|
|
55
|
-
| Action.HeaderTagMember
|
|
56
|
-
| Action.NoBidMember
|
|
57
|
-
| Action.$UnknownMember;
|
|
54
|
+
export type Action = Action.HeaderTagMember | Action.NoBidMember | Action.$UnknownMember;
|
|
58
55
|
export declare namespace Action {
|
|
59
56
|
interface NoBidMember {
|
|
60
57
|
noBid: NoBidAction;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
3
|
-
export interface RTBFabricPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface RTBFabricPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: RTBFabricClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListLinksCommandInput,
|
|
4
|
-
ListLinksCommandOutput,
|
|
5
|
-
} from "../commands/ListLinksCommand";
|
|
2
|
+
import { ListLinksCommandInput, ListLinksCommandOutput } from "../commands/ListLinksCommand";
|
|
6
3
|
import { RTBFabricPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListLinks: (
|
|
8
5
|
config: RTBFabricPaginationConfiguration,
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|
|
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
10
10
|
credentialDefaultProvider:
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
|
-
requestHandler:
|
|
21
|
-
| RequestHandler
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
22
|
streamCollector: (
|
|
25
|
-
stream:
|
|
26
|
-
| import("stream").Readable
|
|
27
|
-
| import("stream/web").ReadableStream
|
|
28
|
-
| ReadableStream
|
|
29
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
30
24
|
) => Promise<Uint8Array>;
|
|
31
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
53
47
|
logger: import("@smithy/types").Logger;
|
|
54
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
retryStrategy?:
|
|
57
|
-
| import("@smithy/types").RetryStrategy
|
|
58
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
59
51
|
endpoint?:
|
|
60
52
|
| ((
|
|
61
53
|
| string
|
|
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
77
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
78
70
|
context?: {
|
|
79
71
|
logger?: import("@smithy/types").Logger;
|
|
80
|
-
}
|
|
72
|
+
},
|
|
81
73
|
) => import("@smithy/types").EndpointV2;
|
|
82
74
|
tls?: boolean;
|
|
83
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
89
81
|
signer?:
|
|
90
82
|
| import("@smithy/types").RequestSigner
|
|
91
83
|
| ((
|
|
92
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
93
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
94
86
|
signingEscapePath?: boolean;
|
|
95
87
|
systemClockOffset?: number;
|
|
96
88
|
signingRegion?: string;
|
|
97
89
|
signerConstructor?: new (
|
|
98
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
92
|
) => import("@smithy/types").RequestSigner;
|
|
101
93
|
};
|
|
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
24
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
25
|
) => Promise<Uint8Array>;
|
|
30
26
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
27
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
40
36
|
region: string | import("@smithy/types").Provider<any>;
|
|
41
37
|
profile?: string;
|
|
42
38
|
defaultUserAgentProvider: (
|
|
43
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
39
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
44
40
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
45
41
|
credentialDefaultProvider:
|
|
46
42
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
47
|
-
| ((
|
|
48
|
-
_: unknown
|
|
49
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
43
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
50
44
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
51
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
52
46
|
logger: import("@smithy/types").Logger;
|
|
53
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
54
48
|
defaultsMode:
|
|
55
49
|
| import("@smithy/core/client").DefaultsMode
|
|
56
|
-
| import("@smithy/types").Provider<
|
|
57
|
-
import("@smithy/core/client").DefaultsMode
|
|
58
|
-
>;
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
59
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
60
|
-
userAgentAppId?:
|
|
61
|
-
|
|
62
|
-
| undefined
|
|
63
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
64
|
-
retryStrategy?:
|
|
65
|
-
| import("@smithy/types").RetryStrategy
|
|
66
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
52
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
67
54
|
endpoint?:
|
|
68
55
|
| ((
|
|
69
56
|
| string
|
|
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
85
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
86
73
|
context?: {
|
|
87
74
|
logger?: import("@smithy/types").Logger;
|
|
88
|
-
}
|
|
75
|
+
},
|
|
89
76
|
) => import("@smithy/types").EndpointV2;
|
|
90
77
|
tls?: boolean;
|
|
91
78
|
serviceConfiguredEndpoint?: never;
|
|
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
98
85
|
signer?:
|
|
99
86
|
| import("@smithy/types").RequestSigner
|
|
100
87
|
| ((
|
|
101
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
88
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
102
89
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
103
90
|
signingEscapePath?: boolean;
|
|
104
91
|
systemClockOffset?: number;
|
|
105
92
|
signingRegion?: string;
|
|
106
93
|
signerConstructor?: new (
|
|
107
94
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
108
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
95
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
109
96
|
) => import("@smithy/types").RequestSigner;
|
|
110
97
|
};
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
|
|
|
9
9
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
10
10
|
context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger;
|
|
12
|
-
}
|
|
12
|
+
},
|
|
13
13
|
) => import("@smithy/types").EndpointV2;
|
|
14
14
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
15
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").RTBFabricHttpAuthSchemeProvider;
|
|
@@ -7,13 +7,9 @@ import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
|
7
7
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
8
8
|
export declare const waitForCertificateAssociated: (
|
|
9
9
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
10
|
-
input: GetCertificateAssociationCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<
|
|
13
|
-
GetCertificateAssociationCommandOutput | RTBFabricServiceException
|
|
14
|
-
>
|
|
15
|
-
>;
|
|
10
|
+
input: GetCertificateAssociationCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<GetCertificateAssociationCommandOutput | RTBFabricServiceException>>;
|
|
16
12
|
export declare const waitUntilCertificateAssociated: (
|
|
17
13
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
18
|
-
input: GetCertificateAssociationCommandInput
|
|
14
|
+
input: GetCertificateAssociationCommandInput,
|
|
19
15
|
) => Promise<WaiterResult<GetCertificateAssociationCommandOutput>>;
|
|
@@ -8,17 +8,9 @@ import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
|
8
8
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
9
9
|
export declare const waitForCertificateDisassociated: (
|
|
10
10
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
11
|
-
input: GetCertificateAssociationCommandInput
|
|
12
|
-
) => Promise<
|
|
13
|
-
WaiterResult<
|
|
14
|
-
GetCertificateAssociationCommandOutput | RTBFabricServiceException
|
|
15
|
-
>
|
|
16
|
-
>;
|
|
11
|
+
input: GetCertificateAssociationCommandInput,
|
|
12
|
+
) => Promise<WaiterResult<GetCertificateAssociationCommandOutput | RTBFabricServiceException>>;
|
|
17
13
|
export declare const waitUntilCertificateDisassociated: (
|
|
18
14
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
19
|
-
input: GetCertificateAssociationCommandInput
|
|
20
|
-
) => Promise<
|
|
21
|
-
WaiterResult<
|
|
22
|
-
GetCertificateAssociationCommandOutput | ResourceNotFoundException
|
|
23
|
-
>
|
|
24
|
-
>;
|
|
15
|
+
input: GetCertificateAssociationCommandInput,
|
|
16
|
+
) => Promise<WaiterResult<GetCertificateAssociationCommandOutput | ResourceNotFoundException>>;
|
|
@@ -7,11 +7,9 @@ import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
|
7
7
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
8
8
|
export declare const waitForInboundExternalLinkActive: (
|
|
9
9
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
10
|
-
input: GetInboundExternalLinkCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<GetInboundExternalLinkCommandOutput | RTBFabricServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: GetInboundExternalLinkCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<GetInboundExternalLinkCommandOutput | RTBFabricServiceException>>;
|
|
14
12
|
export declare const waitUntilInboundExternalLinkActive: (
|
|
15
13
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
16
|
-
input: GetInboundExternalLinkCommandInput
|
|
14
|
+
input: GetInboundExternalLinkCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<GetInboundExternalLinkCommandOutput>>;
|
|
@@ -7,11 +7,9 @@ import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
|
7
7
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
8
8
|
export declare const waitForInboundExternalLinkDeleted: (
|
|
9
9
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
10
|
-
input: GetInboundExternalLinkCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<GetInboundExternalLinkCommandOutput | RTBFabricServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: GetInboundExternalLinkCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<GetInboundExternalLinkCommandOutput | RTBFabricServiceException>>;
|
|
14
12
|
export declare const waitUntilInboundExternalLinkDeleted: (
|
|
15
13
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
16
|
-
input: GetInboundExternalLinkCommandInput
|
|
14
|
+
input: GetInboundExternalLinkCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<GetInboundExternalLinkCommandOutput>>;
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/core/client";
|
|
2
|
-
import {
|
|
3
|
-
GetLinkCommandInput,
|
|
4
|
-
GetLinkCommandOutput,
|
|
5
|
-
} from "../commands/GetLinkCommand";
|
|
2
|
+
import { GetLinkCommandInput, GetLinkCommandOutput } from "../commands/GetLinkCommand";
|
|
6
3
|
import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
7
4
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
8
5
|
export declare const waitForLinkAccepted: (
|
|
9
6
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
10
|
-
input: GetLinkCommandInput
|
|
7
|
+
input: GetLinkCommandInput,
|
|
11
8
|
) => Promise<WaiterResult<GetLinkCommandOutput | RTBFabricServiceException>>;
|
|
12
9
|
export declare const waitUntilLinkAccepted: (
|
|
13
10
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
14
|
-
input: GetLinkCommandInput
|
|
11
|
+
input: GetLinkCommandInput,
|
|
15
12
|
) => Promise<WaiterResult<GetLinkCommandOutput>>;
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/core/client";
|
|
2
|
-
import {
|
|
3
|
-
GetLinkCommandInput,
|
|
4
|
-
GetLinkCommandOutput,
|
|
5
|
-
} from "../commands/GetLinkCommand";
|
|
2
|
+
import { GetLinkCommandInput, GetLinkCommandOutput } from "../commands/GetLinkCommand";
|
|
6
3
|
import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
7
4
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
8
5
|
export declare const waitForLinkActive: (
|
|
9
6
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
10
|
-
input: GetLinkCommandInput
|
|
7
|
+
input: GetLinkCommandInput,
|
|
11
8
|
) => Promise<WaiterResult<GetLinkCommandOutput | RTBFabricServiceException>>;
|
|
12
9
|
export declare const waitUntilLinkActive: (
|
|
13
10
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
14
|
-
input: GetLinkCommandInput
|
|
11
|
+
input: GetLinkCommandInput,
|
|
15
12
|
) => Promise<WaiterResult<GetLinkCommandOutput>>;
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/core/client";
|
|
2
|
-
import {
|
|
3
|
-
GetLinkCommandInput,
|
|
4
|
-
GetLinkCommandOutput,
|
|
5
|
-
} from "../commands/GetLinkCommand";
|
|
2
|
+
import { GetLinkCommandInput, GetLinkCommandOutput } from "../commands/GetLinkCommand";
|
|
6
3
|
import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
7
4
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
8
5
|
export declare const waitForLinkDeleted: (
|
|
9
6
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
10
|
-
input: GetLinkCommandInput
|
|
7
|
+
input: GetLinkCommandInput,
|
|
11
8
|
) => Promise<WaiterResult<GetLinkCommandOutput | RTBFabricServiceException>>;
|
|
12
9
|
export declare const waitUntilLinkDeleted: (
|
|
13
10
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
14
|
-
input: GetLinkCommandInput
|
|
11
|
+
input: GetLinkCommandInput,
|
|
15
12
|
) => Promise<WaiterResult<GetLinkCommandOutput>>;
|
|
@@ -7,11 +7,9 @@ import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
|
7
7
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
8
8
|
export declare const waitForLinkRoutingRuleActive: (
|
|
9
9
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
10
|
-
input: GetLinkRoutingRuleCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<GetLinkRoutingRuleCommandOutput | RTBFabricServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: GetLinkRoutingRuleCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<GetLinkRoutingRuleCommandOutput | RTBFabricServiceException>>;
|
|
14
12
|
export declare const waitUntilLinkRoutingRuleActive: (
|
|
15
13
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
16
|
-
input: GetLinkRoutingRuleCommandInput
|
|
14
|
+
input: GetLinkRoutingRuleCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<GetLinkRoutingRuleCommandOutput>>;
|
|
@@ -8,13 +8,9 @@ import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
|
8
8
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
9
9
|
export declare const waitForLinkRoutingRuleDeleted: (
|
|
10
10
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
11
|
-
input: GetLinkRoutingRuleCommandInput
|
|
12
|
-
) => Promise<
|
|
13
|
-
WaiterResult<GetLinkRoutingRuleCommandOutput | RTBFabricServiceException>
|
|
14
|
-
>;
|
|
11
|
+
input: GetLinkRoutingRuleCommandInput,
|
|
12
|
+
) => Promise<WaiterResult<GetLinkRoutingRuleCommandOutput | RTBFabricServiceException>>;
|
|
15
13
|
export declare const waitUntilLinkRoutingRuleDeleted: (
|
|
16
14
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
17
|
-
input: GetLinkRoutingRuleCommandInput
|
|
18
|
-
) => Promise<
|
|
19
|
-
WaiterResult<GetLinkRoutingRuleCommandOutput | ResourceNotFoundException>
|
|
20
|
-
>;
|
|
15
|
+
input: GetLinkRoutingRuleCommandInput,
|
|
16
|
+
) => Promise<WaiterResult<GetLinkRoutingRuleCommandOutput | ResourceNotFoundException>>;
|
|
@@ -7,11 +7,9 @@ import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
|
7
7
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
8
8
|
export declare const waitForOutboundExternalLinkActive: (
|
|
9
9
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
10
|
-
input: GetOutboundExternalLinkCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<GetOutboundExternalLinkCommandOutput | RTBFabricServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: GetOutboundExternalLinkCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<GetOutboundExternalLinkCommandOutput | RTBFabricServiceException>>;
|
|
14
12
|
export declare const waitUntilOutboundExternalLinkActive: (
|
|
15
13
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
16
|
-
input: GetOutboundExternalLinkCommandInput
|
|
14
|
+
input: GetOutboundExternalLinkCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<GetOutboundExternalLinkCommandOutput>>;
|
|
@@ -7,11 +7,9 @@ import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
|
7
7
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
8
8
|
export declare const waitForOutboundExternalLinkDeleted: (
|
|
9
9
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
10
|
-
input: GetOutboundExternalLinkCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<GetOutboundExternalLinkCommandOutput | RTBFabricServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: GetOutboundExternalLinkCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<GetOutboundExternalLinkCommandOutput | RTBFabricServiceException>>;
|
|
14
12
|
export declare const waitUntilOutboundExternalLinkDeleted: (
|
|
15
13
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
16
|
-
input: GetOutboundExternalLinkCommandInput
|
|
14
|
+
input: GetOutboundExternalLinkCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<GetOutboundExternalLinkCommandOutput>>;
|
|
@@ -7,11 +7,9 @@ import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
|
7
7
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
8
8
|
export declare const waitForRequesterGatewayActive: (
|
|
9
9
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
10
|
-
input: GetRequesterGatewayCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<GetRequesterGatewayCommandOutput | RTBFabricServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: GetRequesterGatewayCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<GetRequesterGatewayCommandOutput | RTBFabricServiceException>>;
|
|
14
12
|
export declare const waitUntilRequesterGatewayActive: (
|
|
15
13
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
16
|
-
input: GetRequesterGatewayCommandInput
|
|
14
|
+
input: GetRequesterGatewayCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<GetRequesterGatewayCommandOutput>>;
|
|
@@ -8,13 +8,9 @@ import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
|
8
8
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
9
9
|
export declare const waitForRequesterGatewayDeleted: (
|
|
10
10
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
11
|
-
input: GetRequesterGatewayCommandInput
|
|
12
|
-
) => Promise<
|
|
13
|
-
WaiterResult<GetRequesterGatewayCommandOutput | RTBFabricServiceException>
|
|
14
|
-
>;
|
|
11
|
+
input: GetRequesterGatewayCommandInput,
|
|
12
|
+
) => Promise<WaiterResult<GetRequesterGatewayCommandOutput | RTBFabricServiceException>>;
|
|
15
13
|
export declare const waitUntilRequesterGatewayDeleted: (
|
|
16
14
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
17
|
-
input: GetRequesterGatewayCommandInput
|
|
18
|
-
) => Promise<
|
|
19
|
-
WaiterResult<GetRequesterGatewayCommandOutput | ResourceNotFoundException>
|
|
20
|
-
>;
|
|
15
|
+
input: GetRequesterGatewayCommandInput,
|
|
16
|
+
) => Promise<WaiterResult<GetRequesterGatewayCommandOutput | ResourceNotFoundException>>;
|
|
@@ -7,11 +7,9 @@ import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
|
7
7
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
8
8
|
export declare const waitForResponderGatewayActive: (
|
|
9
9
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
10
|
-
input: GetResponderGatewayCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<GetResponderGatewayCommandOutput | RTBFabricServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: GetResponderGatewayCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<GetResponderGatewayCommandOutput | RTBFabricServiceException>>;
|
|
14
12
|
export declare const waitUntilResponderGatewayActive: (
|
|
15
13
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
16
|
-
input: GetResponderGatewayCommandInput
|
|
14
|
+
input: GetResponderGatewayCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<GetResponderGatewayCommandOutput>>;
|
|
@@ -8,13 +8,9 @@ import { RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
|
8
8
|
import { RTBFabricClient } from "../RTBFabricClient";
|
|
9
9
|
export declare const waitForResponderGatewayDeleted: (
|
|
10
10
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
11
|
-
input: GetResponderGatewayCommandInput
|
|
12
|
-
) => Promise<
|
|
13
|
-
WaiterResult<GetResponderGatewayCommandOutput | RTBFabricServiceException>
|
|
14
|
-
>;
|
|
11
|
+
input: GetResponderGatewayCommandInput,
|
|
12
|
+
) => Promise<WaiterResult<GetResponderGatewayCommandOutput | RTBFabricServiceException>>;
|
|
15
13
|
export declare const waitUntilResponderGatewayDeleted: (
|
|
16
14
|
params: WaiterConfiguration<RTBFabricClient>,
|
|
17
|
-
input: GetResponderGatewayCommandInput
|
|
18
|
-
) => Promise<
|
|
19
|
-
WaiterResult<GetResponderGatewayCommandOutput | ResourceNotFoundException>
|
|
20
|
-
>;
|
|
15
|
+
input: GetResponderGatewayCommandInput,
|
|
16
|
+
) => Promise<WaiterResult<GetResponderGatewayCommandOutput | ResourceNotFoundException>>;
|