@aws-sdk/client-firehose 3.194.0 → 3.195.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/CHANGELOG.md +11 -0
- package/dist-cjs/FirehoseClient.js +11 -8
- package/dist-cjs/commands/CreateDeliveryStreamCommand.js +10 -0
- package/dist-cjs/commands/DeleteDeliveryStreamCommand.js +10 -0
- package/dist-cjs/commands/DescribeDeliveryStreamCommand.js +10 -0
- package/dist-cjs/commands/ListDeliveryStreamsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForDeliveryStreamCommand.js +10 -0
- package/dist-cjs/commands/PutRecordBatchCommand.js +10 -0
- package/dist-cjs/commands/PutRecordCommand.js +10 -0
- package/dist-cjs/commands/StartDeliveryStreamEncryptionCommand.js +10 -0
- package/dist-cjs/commands/StopDeliveryStreamEncryptionCommand.js +10 -0
- package/dist-cjs/commands/TagDeliveryStreamCommand.js +10 -0
- package/dist-cjs/commands/UntagDeliveryStreamCommand.js +10 -0
- package/dist-cjs/commands/UpdateDestinationCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/FirehoseClient.js +12 -9
- package/dist-es/commands/CreateDeliveryStreamCommand.js +10 -0
- package/dist-es/commands/DeleteDeliveryStreamCommand.js +10 -0
- package/dist-es/commands/DescribeDeliveryStreamCommand.js +10 -0
- package/dist-es/commands/ListDeliveryStreamsCommand.js +10 -0
- package/dist-es/commands/ListTagsForDeliveryStreamCommand.js +10 -0
- package/dist-es/commands/PutRecordBatchCommand.js +10 -0
- package/dist-es/commands/PutRecordCommand.js +10 -0
- package/dist-es/commands/StartDeliveryStreamEncryptionCommand.js +10 -0
- package/dist-es/commands/StopDeliveryStreamEncryptionCommand.js +10 -0
- package/dist-es/commands/TagDeliveryStreamCommand.js +10 -0
- package/dist-es/commands/UntagDeliveryStreamCommand.js +10 -0
- package/dist-es/commands/UpdateDestinationCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/FirehoseClient.d.ts +6 -9
- package/dist-types/commands/CreateDeliveryStreamCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDeliveryStreamCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDeliveryStreamCommand.d.ts +2 -0
- package/dist-types/commands/ListDeliveryStreamsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForDeliveryStreamCommand.d.ts +2 -0
- package/dist-types/commands/PutRecordBatchCommand.d.ts +2 -0
- package/dist-types/commands/PutRecordCommand.d.ts +2 -0
- package/dist-types/commands/StartDeliveryStreamEncryptionCommand.d.ts +2 -0
- package/dist-types/commands/StopDeliveryStreamEncryptionCommand.d.ts +2 -0
- package/dist-types/commands/TagDeliveryStreamCommand.d.ts +2 -0
- package/dist-types/commands/UntagDeliveryStreamCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDestinationCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/FirehoseClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CreateDeliveryStreamCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDeliveryStreamCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDeliveryStreamCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDeliveryStreamsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForDeliveryStreamCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutRecordBatchCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartDeliveryStreamEncryptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopDeliveryStreamEncryptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagDeliveryStreamCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagDeliveryStreamCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +3 -1
- package/dist-cjs/endpoints.js +0 -201
- package/dist-es/endpoints.js +0 -197
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
28
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { FirehoseClientConfig } from "./FirehoseClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -90,6 +91,11 @@ import {
|
|
|
90
91
|
UpdateDestinationCommandInput,
|
|
91
92
|
UpdateDestinationCommandOutput,
|
|
92
93
|
} from "./commands/UpdateDestinationCommand";
|
|
94
|
+
import {
|
|
95
|
+
ClientInputEndpointParameters,
|
|
96
|
+
ClientResolvedEndpointParameters,
|
|
97
|
+
EndpointParameters,
|
|
98
|
+
} from "./endpoint/EndpointParameters";
|
|
93
99
|
export declare type ServiceInputTypes =
|
|
94
100
|
| CreateDeliveryStreamCommandInput
|
|
95
101
|
| DeleteDeliveryStreamCommandInput
|
|
@@ -137,7 +143,6 @@ export interface ClientDefaults
|
|
|
137
143
|
serviceId?: string;
|
|
138
144
|
region?: string | __Provider<string>;
|
|
139
145
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
140
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
141
146
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
142
147
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
143
148
|
}
|
|
@@ -146,21 +151,23 @@ declare type FirehoseClientConfigType = Partial<
|
|
|
146
151
|
> &
|
|
147
152
|
ClientDefaults &
|
|
148
153
|
RegionInputConfig &
|
|
149
|
-
|
|
154
|
+
EndpointInputConfig<EndpointParameters> &
|
|
150
155
|
RetryInputConfig &
|
|
151
156
|
HostHeaderInputConfig &
|
|
152
157
|
AwsAuthInputConfig &
|
|
153
|
-
UserAgentInputConfig
|
|
158
|
+
UserAgentInputConfig &
|
|
159
|
+
ClientInputEndpointParameters;
|
|
154
160
|
export interface FirehoseClientConfig extends FirehoseClientConfigType {}
|
|
155
161
|
declare type FirehoseClientResolvedConfigType =
|
|
156
162
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
157
163
|
Required<ClientDefaults> &
|
|
158
164
|
RegionResolvedConfig &
|
|
159
|
-
|
|
165
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
160
166
|
RetryResolvedConfig &
|
|
161
167
|
HostHeaderResolvedConfig &
|
|
162
168
|
AwsAuthResolvedConfig &
|
|
163
|
-
UserAgentResolvedConfig
|
|
169
|
+
UserAgentResolvedConfig &
|
|
170
|
+
ClientResolvedEndpointParameters;
|
|
164
171
|
export interface FirehoseClientResolvedConfig
|
|
165
172
|
extends FirehoseClientResolvedConfigType {}
|
|
166
173
|
export declare class FirehoseClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateDeliveryStreamCommand extends $Command<
|
|
|
25
26
|
FirehoseClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateDeliveryStreamCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateDeliveryStreamCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteDeliveryStreamCommand extends $Command<
|
|
|
25
26
|
FirehoseClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteDeliveryStreamCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteDeliveryStreamCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeDeliveryStreamCommand extends $Command<
|
|
|
25
26
|
FirehoseClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeDeliveryStreamCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeDeliveryStreamCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListDeliveryStreamsCommand extends $Command<
|
|
|
25
26
|
FirehoseClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListDeliveryStreamsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListDeliveryStreamsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTagsForDeliveryStreamCommand extends $Command<
|
|
|
25
26
|
FirehoseClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTagsForDeliveryStreamCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForDeliveryStreamCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class PutRecordBatchCommand extends $Command<
|
|
|
21
22
|
FirehoseClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: PutRecordBatchCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: PutRecordBatchCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class PutRecordCommand extends $Command<
|
|
|
21
22
|
FirehoseClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: PutRecordCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: PutRecordCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class StartDeliveryStreamEncryptionCommand extends $Command<
|
|
|
25
26
|
FirehoseClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartDeliveryStreamEncryptionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartDeliveryStreamEncryptionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class StopDeliveryStreamEncryptionCommand extends $Command<
|
|
|
25
26
|
FirehoseClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StopDeliveryStreamEncryptionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopDeliveryStreamEncryptionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class TagDeliveryStreamCommand extends $Command<
|
|
|
24
25
|
FirehoseClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: TagDeliveryStreamCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: TagDeliveryStreamCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UntagDeliveryStreamCommand extends $Command<
|
|
|
25
26
|
FirehoseClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UntagDeliveryStreamCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UntagDeliveryStreamCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UpdateDestinationCommand extends $Command<
|
|
|
24
25
|
FirehoseClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateDestinationCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateDestinationCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointParameters as __EndpointParameters,
|
|
3
|
+
Provider,
|
|
4
|
+
} from "@aws-sdk/types";
|
|
5
|
+
export interface ClientInputEndpointParameters {
|
|
6
|
+
region?: string | Provider<string>;
|
|
7
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
9
|
+
endpoint?: string | Provider<string>;
|
|
10
|
+
}
|
|
11
|
+
export declare type ClientResolvedEndpointParameters =
|
|
12
|
+
ClientInputEndpointParameters & {
|
|
13
|
+
defaultSigningName: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
16
|
+
options: T & ClientInputEndpointParameters
|
|
17
|
+
) => T &
|
|
18
|
+
ClientInputEndpointParameters & {
|
|
19
|
+
defaultSigningName: string;
|
|
20
|
+
};
|
|
21
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
22
|
+
Region?: string;
|
|
23
|
+
UseDualStack?: boolean;
|
|
24
|
+
UseFIPS?: boolean;
|
|
25
|
+
Endpoint?: string;
|
|
26
|
+
}
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
32
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
33
32
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
34
33
|
import("@aws-sdk/types").UserAgent
|
|
35
34
|
>;
|
|
@@ -40,9 +39,21 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
|
40
39
|
>;
|
|
41
40
|
endpoint?:
|
|
42
41
|
| string
|
|
43
|
-
| import("@aws-sdk/types").Endpoint
|
|
44
|
-
|
|
42
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
43
|
+
import("@aws-sdk/types").Provider<string>)
|
|
44
|
+
| (import("@aws-sdk/types").Endpoint &
|
|
45
|
+
import("@aws-sdk/types").Provider<string>)
|
|
46
|
+
| (import("@aws-sdk/types").EndpointV2 &
|
|
47
|
+
import("@aws-sdk/types").Provider<string>)
|
|
48
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
49
|
+
import("@aws-sdk/types").Provider<string>)
|
|
45
50
|
| undefined;
|
|
51
|
+
endpointProvider: (
|
|
52
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
53
|
+
context?: {
|
|
54
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
55
|
+
}
|
|
56
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
46
57
|
tls?: boolean | undefined;
|
|
47
58
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
59
|
credentials?:
|
|
@@ -3,8 +3,13 @@ import { FirehoseClientConfig } from "./FirehoseClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
4
4
|
apiVersion: string;
|
|
5
5
|
disableHostPrefix: boolean;
|
|
6
|
+
endpointProvider: (
|
|
7
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
8
|
+
context?: {
|
|
9
|
+
logger?: __Logger | undefined;
|
|
10
|
+
}
|
|
11
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
6
12
|
logger: __Logger;
|
|
7
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
8
13
|
serviceId: string;
|
|
9
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
10
15
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-firehose",
|
|
3
3
|
"description": "AWS SDK for JavaScript Firehose Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.195.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"@aws-sdk/hash-node": "3.193.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.193.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.193.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.193.0",
|
|
29
30
|
"@aws-sdk/middleware-host-header": "3.193.0",
|
|
30
31
|
"@aws-sdk/middleware-logger": "3.193.0",
|
|
31
32
|
"@aws-sdk/middleware-recursion-detection": "3.193.0",
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
48
|
"@aws-sdk/util-defaults-mode-browser": "3.193.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-node": "3.193.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.194.0",
|
|
49
51
|
"@aws-sdk/util-user-agent-browser": "3.193.0",
|
|
50
52
|
"@aws-sdk/util-user-agent-node": "3.193.0",
|
|
51
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
package/dist-cjs/endpoints.js
DELETED
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.defaultRegionInfoProvider = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const regionHash = {
|
|
6
|
-
"cn-north-1": {
|
|
7
|
-
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "firehose.cn-north-1.api.amazonwebservices.com.cn",
|
|
10
|
-
tags: ["dualstack"],
|
|
11
|
-
},
|
|
12
|
-
],
|
|
13
|
-
},
|
|
14
|
-
"cn-northwest-1": {
|
|
15
|
-
variants: [
|
|
16
|
-
{
|
|
17
|
-
hostname: "firehose.cn-northwest-1.api.amazonwebservices.com.cn",
|
|
18
|
-
tags: ["dualstack"],
|
|
19
|
-
},
|
|
20
|
-
],
|
|
21
|
-
},
|
|
22
|
-
"us-east-1": {
|
|
23
|
-
variants: [
|
|
24
|
-
{
|
|
25
|
-
hostname: "firehose-fips.us-east-1.amazonaws.com",
|
|
26
|
-
tags: ["fips"],
|
|
27
|
-
},
|
|
28
|
-
],
|
|
29
|
-
},
|
|
30
|
-
"us-east-2": {
|
|
31
|
-
variants: [
|
|
32
|
-
{
|
|
33
|
-
hostname: "firehose-fips.us-east-2.amazonaws.com",
|
|
34
|
-
tags: ["fips"],
|
|
35
|
-
},
|
|
36
|
-
],
|
|
37
|
-
},
|
|
38
|
-
"us-gov-east-1": {
|
|
39
|
-
variants: [
|
|
40
|
-
{
|
|
41
|
-
hostname: "firehose-fips.us-gov-east-1.amazonaws.com",
|
|
42
|
-
tags: ["fips"],
|
|
43
|
-
},
|
|
44
|
-
],
|
|
45
|
-
},
|
|
46
|
-
"us-gov-west-1": {
|
|
47
|
-
variants: [
|
|
48
|
-
{
|
|
49
|
-
hostname: "firehose-fips.us-gov-west-1.amazonaws.com",
|
|
50
|
-
tags: ["fips"],
|
|
51
|
-
},
|
|
52
|
-
],
|
|
53
|
-
},
|
|
54
|
-
"us-west-1": {
|
|
55
|
-
variants: [
|
|
56
|
-
{
|
|
57
|
-
hostname: "firehose-fips.us-west-1.amazonaws.com",
|
|
58
|
-
tags: ["fips"],
|
|
59
|
-
},
|
|
60
|
-
],
|
|
61
|
-
},
|
|
62
|
-
"us-west-2": {
|
|
63
|
-
variants: [
|
|
64
|
-
{
|
|
65
|
-
hostname: "firehose-fips.us-west-2.amazonaws.com",
|
|
66
|
-
tags: ["fips"],
|
|
67
|
-
},
|
|
68
|
-
],
|
|
69
|
-
},
|
|
70
|
-
};
|
|
71
|
-
const partitionHash = {
|
|
72
|
-
aws: {
|
|
73
|
-
regions: [
|
|
74
|
-
"af-south-1",
|
|
75
|
-
"ap-east-1",
|
|
76
|
-
"ap-northeast-1",
|
|
77
|
-
"ap-northeast-2",
|
|
78
|
-
"ap-northeast-3",
|
|
79
|
-
"ap-south-1",
|
|
80
|
-
"ap-southeast-1",
|
|
81
|
-
"ap-southeast-2",
|
|
82
|
-
"ap-southeast-3",
|
|
83
|
-
"ca-central-1",
|
|
84
|
-
"eu-central-1",
|
|
85
|
-
"eu-north-1",
|
|
86
|
-
"eu-south-1",
|
|
87
|
-
"eu-west-1",
|
|
88
|
-
"eu-west-2",
|
|
89
|
-
"eu-west-3",
|
|
90
|
-
"fips-us-east-1",
|
|
91
|
-
"fips-us-east-2",
|
|
92
|
-
"fips-us-west-1",
|
|
93
|
-
"fips-us-west-2",
|
|
94
|
-
"me-central-1",
|
|
95
|
-
"me-south-1",
|
|
96
|
-
"sa-east-1",
|
|
97
|
-
"us-east-1",
|
|
98
|
-
"us-east-2",
|
|
99
|
-
"us-west-1",
|
|
100
|
-
"us-west-2",
|
|
101
|
-
],
|
|
102
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
103
|
-
variants: [
|
|
104
|
-
{
|
|
105
|
-
hostname: "firehose.{region}.amazonaws.com",
|
|
106
|
-
tags: [],
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
hostname: "firehose-fips.{region}.amazonaws.com",
|
|
110
|
-
tags: ["fips"],
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
hostname: "firehose-fips.{region}.api.aws",
|
|
114
|
-
tags: ["dualstack", "fips"],
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
hostname: "firehose.{region}.api.aws",
|
|
118
|
-
tags: ["dualstack"],
|
|
119
|
-
},
|
|
120
|
-
],
|
|
121
|
-
},
|
|
122
|
-
"aws-cn": {
|
|
123
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
124
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
125
|
-
variants: [
|
|
126
|
-
{
|
|
127
|
-
hostname: "firehose.{region}.amazonaws.com.cn",
|
|
128
|
-
tags: [],
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
hostname: "firehose-fips.{region}.amazonaws.com.cn",
|
|
132
|
-
tags: ["fips"],
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
hostname: "firehose-fips.{region}.api.amazonwebservices.com.cn",
|
|
136
|
-
tags: ["dualstack", "fips"],
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
hostname: "firehose.{region}.api.amazonwebservices.com.cn",
|
|
140
|
-
tags: ["dualstack"],
|
|
141
|
-
},
|
|
142
|
-
],
|
|
143
|
-
},
|
|
144
|
-
"aws-iso": {
|
|
145
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
146
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
147
|
-
variants: [
|
|
148
|
-
{
|
|
149
|
-
hostname: "firehose.{region}.c2s.ic.gov",
|
|
150
|
-
tags: [],
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
hostname: "firehose-fips.{region}.c2s.ic.gov",
|
|
154
|
-
tags: ["fips"],
|
|
155
|
-
},
|
|
156
|
-
],
|
|
157
|
-
},
|
|
158
|
-
"aws-iso-b": {
|
|
159
|
-
regions: ["us-isob-east-1"],
|
|
160
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
161
|
-
variants: [
|
|
162
|
-
{
|
|
163
|
-
hostname: "firehose.{region}.sc2s.sgov.gov",
|
|
164
|
-
tags: [],
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
hostname: "firehose-fips.{region}.sc2s.sgov.gov",
|
|
168
|
-
tags: ["fips"],
|
|
169
|
-
},
|
|
170
|
-
],
|
|
171
|
-
},
|
|
172
|
-
"aws-us-gov": {
|
|
173
|
-
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
174
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
175
|
-
variants: [
|
|
176
|
-
{
|
|
177
|
-
hostname: "firehose.{region}.amazonaws.com",
|
|
178
|
-
tags: [],
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
hostname: "firehose-fips.{region}.amazonaws.com",
|
|
182
|
-
tags: ["fips"],
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
hostname: "firehose-fips.{region}.api.aws",
|
|
186
|
-
tags: ["dualstack", "fips"],
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
hostname: "firehose.{region}.api.aws",
|
|
190
|
-
tags: ["dualstack"],
|
|
191
|
-
},
|
|
192
|
-
],
|
|
193
|
-
},
|
|
194
|
-
};
|
|
195
|
-
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
196
|
-
...options,
|
|
197
|
-
signingService: "firehose",
|
|
198
|
-
regionHash,
|
|
199
|
-
partitionHash,
|
|
200
|
-
});
|
|
201
|
-
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|