@aws-sdk/client-firehose 3.32.0 → 3.36.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 +45 -0
- package/{dist/cjs → dist-cjs}/Firehose.js +1 -2
- package/{dist/cjs → dist-cjs}/FirehoseClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/CreateDeliveryStreamCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDeliveryStreamCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDeliveryStreamCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListDeliveryStreamsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForDeliveryStreamCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutRecordBatchCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutRecordCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StartDeliveryStreamEncryptionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StopDeliveryStreamEncryptionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagDeliveryStreamCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagDeliveryStreamCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateDestinationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +150 -93
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +132 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/Firehose.js +2 -9
- package/{dist/es → dist-es}/FirehoseClient.js +2 -14
- package/dist-es/commands/CreateDeliveryStreamCommand.js +39 -0
- package/dist-es/commands/DeleteDeliveryStreamCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DescribeDeliveryStreamCommand.js +4 -36
- package/{dist/es → dist-es}/commands/ListDeliveryStreamsCommand.js +4 -37
- package/{dist/es → dist-es}/commands/ListTagsForDeliveryStreamCommand.js +4 -31
- package/dist-es/commands/PutRecordBatchCommand.js +39 -0
- package/dist-es/commands/PutRecordCommand.js +39 -0
- package/dist-es/commands/StartDeliveryStreamEncryptionCommand.js +39 -0
- package/dist-es/commands/StopDeliveryStreamEncryptionCommand.js +39 -0
- package/dist-es/commands/TagDeliveryStreamCommand.js +39 -0
- package/{dist/es → dist-es}/commands/UntagDeliveryStreamCommand.js +4 -33
- package/dist-es/commands/UpdateDestinationCommand.js +39 -0
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +87 -331
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +349 -256
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/Firehose.d.ts +2 -2
- package/{dist/types → dist-types}/FirehoseClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateDeliveryStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDeliveryStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDeliveryStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDeliveryStreamsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForDeliveryStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutRecordBatchCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutRecordCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartDeliveryStreamEncryptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopDeliveryStreamEncryptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagDeliveryStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagDeliveryStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDestinationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +524 -397
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/Firehose.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/FirehoseClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/CreateDeliveryStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDeliveryStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDeliveryStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListDeliveryStreamsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForDeliveryStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutRecordBatchCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutRecordCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartDeliveryStreamEncryptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StopDeliveryStreamEncryptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagDeliveryStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagDeliveryStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDestinationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +524 -397
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/Firehose.ts +0 -704
- package/FirehoseClient.ts +0 -298
- package/commands/CreateDeliveryStreamCommand.ts +0 -162
- package/commands/DeleteDeliveryStreamCommand.ts +0 -103
- package/commands/DescribeDeliveryStreamCommand.ts +0 -100
- package/commands/ListDeliveryStreamsCommand.ts +0 -101
- package/commands/ListTagsForDeliveryStreamCommand.ts +0 -98
- package/commands/PutRecordBatchCommand.ts +0 -144
- package/commands/PutRecordCommand.ts +0 -122
- package/commands/StartDeliveryStreamEncryptionCommand.ts +0 -134
- package/commands/StopDeliveryStreamEncryptionCommand.ts +0 -118
- package/commands/TagDeliveryStreamCommand.ts +0 -102
- package/commands/UntagDeliveryStreamCommand.ts +0 -97
- package/commands/UpdateDestinationCommand.ts +0 -117
- package/dist/cjs/Firehose.js.map +0 -1
- package/dist/cjs/FirehoseClient.js.map +0 -1
- package/dist/cjs/commands/CreateDeliveryStreamCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDeliveryStreamCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDeliveryStreamCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeliveryStreamsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForDeliveryStreamCommand.js.map +0 -1
- package/dist/cjs/commands/PutRecordBatchCommand.js.map +0 -1
- package/dist/cjs/commands/PutRecordCommand.js.map +0 -1
- package/dist/cjs/commands/StartDeliveryStreamEncryptionCommand.js.map +0 -1
- package/dist/cjs/commands/StopDeliveryStreamEncryptionCommand.js.map +0 -1
- package/dist/cjs/commands/TagDeliveryStreamCommand.js.map +0 -1
- package/dist/cjs/commands/UntagDeliveryStreamCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDestinationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Firehose.js.map +0 -1
- package/dist/es/FirehoseClient.js.map +0 -1
- package/dist/es/commands/CreateDeliveryStreamCommand.js +0 -133
- package/dist/es/commands/CreateDeliveryStreamCommand.js.map +0 -1
- package/dist/es/commands/DeleteDeliveryStreamCommand.js +0 -74
- package/dist/es/commands/DeleteDeliveryStreamCommand.js.map +0 -1
- package/dist/es/commands/DescribeDeliveryStreamCommand.js.map +0 -1
- package/dist/es/commands/ListDeliveryStreamsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForDeliveryStreamCommand.js.map +0 -1
- package/dist/es/commands/PutRecordBatchCommand.js +0 -115
- package/dist/es/commands/PutRecordBatchCommand.js.map +0 -1
- package/dist/es/commands/PutRecordCommand.js +0 -96
- package/dist/es/commands/PutRecordCommand.js.map +0 -1
- package/dist/es/commands/StartDeliveryStreamEncryptionCommand.js +0 -100
- package/dist/es/commands/StartDeliveryStreamEncryptionCommand.js.map +0 -1
- package/dist/es/commands/StopDeliveryStreamEncryptionCommand.js +0 -84
- package/dist/es/commands/StopDeliveryStreamEncryptionCommand.js.map +0 -1
- package/dist/es/commands/TagDeliveryStreamCommand.js +0 -73
- package/dist/es/commands/TagDeliveryStreamCommand.js.map +0 -1
- package/dist/es/commands/UntagDeliveryStreamCommand.js.map +0 -1
- package/dist/es/commands/UpdateDestinationCommand.js +0 -88
- package/dist/es/commands/UpdateDestinationCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -16
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3952
- package/protocols/Aws_json1_1.ts +0 -3513
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,51 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 10/07/2021 ([#2879](https://github.com/aws/aws-sdk-js-v3/issues/2879)) ([1f4441e](https://github.com/aws/aws-sdk-js-v3/commit/1f4441e46b63ae6ff01067780b26d49916c267a0))
|
|
12
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
13
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
14
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
26
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Features
|
|
36
|
+
|
|
37
|
+
* **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
# [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
|
|
44
|
+
|
|
45
|
+
**Note:** Version bump only for package @aws-sdk/client-firehose
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
6
51
|
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
7
52
|
|
|
8
53
|
**Note:** Version bump only for package @aws-sdk/client-firehose
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Firehose = void 0;
|
|
4
|
-
const FirehoseClient_1 = require("./FirehoseClient");
|
|
5
4
|
const CreateDeliveryStreamCommand_1 = require("./commands/CreateDeliveryStreamCommand");
|
|
6
5
|
const DeleteDeliveryStreamCommand_1 = require("./commands/DeleteDeliveryStreamCommand");
|
|
7
6
|
const DescribeDeliveryStreamCommand_1 = require("./commands/DescribeDeliveryStreamCommand");
|
|
@@ -14,6 +13,7 @@ const StopDeliveryStreamEncryptionCommand_1 = require("./commands/StopDeliverySt
|
|
|
14
13
|
const TagDeliveryStreamCommand_1 = require("./commands/TagDeliveryStreamCommand");
|
|
15
14
|
const UntagDeliveryStreamCommand_1 = require("./commands/UntagDeliveryStreamCommand");
|
|
16
15
|
const UpdateDestinationCommand_1 = require("./commands/UpdateDestinationCommand");
|
|
16
|
+
const FirehoseClient_1 = require("./FirehoseClient");
|
|
17
17
|
/**
|
|
18
18
|
* <fullname>Amazon Kinesis Data Firehose API Reference</fullname>
|
|
19
19
|
* <p>Amazon Kinesis Data Firehose is a fully managed service that delivers real-time
|
|
@@ -191,4 +191,3 @@ class Firehose extends FirehoseClient_1.FirehoseClient {
|
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
exports.Firehose = Firehose;
|
|
194
|
-
//# sourceMappingURL=Firehose.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FirehoseClient = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,6 +9,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
/**
|
|
14
14
|
* <fullname>Amazon Kinesis Data Firehose API Reference</fullname>
|
|
15
15
|
* <p>Amazon Kinesis Data Firehose is a fully managed service that delivers real-time
|
|
@@ -18,13 +18,13 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
18
18
|
*/
|
|
19
19
|
class FirehoseClient extends smithy_client_1.Client {
|
|
20
20
|
constructor(configuration) {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
21
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
22
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
23
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
24
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
25
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
26
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
27
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
28
28
|
super(_config_6);
|
|
29
29
|
this.config = _config_6;
|
|
30
30
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -44,4 +44,3 @@ class FirehoseClient extends smithy_client_1.Client {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.FirehoseClient = FirehoseClient;
|
|
47
|
-
//# sourceMappingURL=FirehoseClient.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateDeliveryStreamCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a Kinesis Data Firehose delivery stream.</p>
|
|
10
10
|
*
|
|
@@ -126,4 +126,3 @@ class CreateDeliveryStreamCommand extends smithy_client_1.Command {
|
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
exports.CreateDeliveryStreamCommand = CreateDeliveryStreamCommand;
|
|
129
|
-
//# sourceMappingURL=CreateDeliveryStreamCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteDeliveryStreamCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes a delivery stream and its data.</p>
|
|
10
10
|
* <p>To check the state of a delivery stream, use <a>DescribeDeliveryStream</a>. You can delete a delivery stream only if it is in one of the following states:
|
|
@@ -67,4 +67,3 @@ class DeleteDeliveryStreamCommand extends smithy_client_1.Command {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
exports.DeleteDeliveryStreamCommand = DeleteDeliveryStreamCommand;
|
|
70
|
-
//# sourceMappingURL=DeleteDeliveryStreamCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeDeliveryStreamCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Describes the specified delivery stream and its status. For example, after your
|
|
10
10
|
* delivery stream is created, call <code>DescribeDeliveryStream</code> to see whether the
|
|
@@ -64,4 +64,3 @@ class DescribeDeliveryStreamCommand extends smithy_client_1.Command {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
exports.DescribeDeliveryStreamCommand = DescribeDeliveryStreamCommand;
|
|
67
|
-
//# sourceMappingURL=DescribeDeliveryStreamCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListDeliveryStreamsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists your delivery streams in alphabetical order of their names.</p>
|
|
10
10
|
* <p>The number of delivery streams might be too large to return using a single call to
|
|
@@ -65,4 +65,3 @@ class ListDeliveryStreamsCommand extends smithy_client_1.Command {
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
exports.ListDeliveryStreamsCommand = ListDeliveryStreamsCommand;
|
|
68
|
-
//# sourceMappingURL=ListDeliveryStreamsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTagsForDeliveryStreamCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists the tags for the specified delivery stream. This operation has a limit of five
|
|
10
10
|
* transactions per second per account. </p>
|
|
@@ -59,4 +59,3 @@ class ListTagsForDeliveryStreamCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.ListTagsForDeliveryStreamCommand = ListTagsForDeliveryStreamCommand;
|
|
62
|
-
//# sourceMappingURL=ListTagsForDeliveryStreamCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutRecordBatchCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Writes multiple data records into a delivery stream in a single call, which can
|
|
10
10
|
* achieve higher throughput per producer than when writing single records. To write single
|
|
@@ -108,4 +108,3 @@ class PutRecordBatchCommand extends smithy_client_1.Command {
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
exports.PutRecordBatchCommand = PutRecordBatchCommand;
|
|
111
|
-
//# sourceMappingURL=PutRecordBatchCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutRecordCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Writes a single data record into an Amazon Kinesis Data Firehose delivery stream. To
|
|
10
10
|
* write multiple data records into a delivery stream, use <a>PutRecordBatch</a>.
|
|
@@ -89,4 +89,3 @@ class PutRecordCommand extends smithy_client_1.Command {
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
exports.PutRecordCommand = PutRecordCommand;
|
|
92
|
-
//# sourceMappingURL=PutRecordCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartDeliveryStreamEncryptionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Enables server-side encryption (SSE) for the delivery stream. </p>
|
|
10
10
|
* <p>This operation is asynchronous. It returns immediately. When you invoke it, Kinesis Data
|
|
@@ -93,4 +93,3 @@ class StartDeliveryStreamEncryptionCommand extends smithy_client_1.Command {
|
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
exports.StartDeliveryStreamEncryptionCommand = StartDeliveryStreamEncryptionCommand;
|
|
96
|
-
//# sourceMappingURL=StartDeliveryStreamEncryptionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StopDeliveryStreamEncryptionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Disables server-side encryption (SSE) for the delivery stream. </p>
|
|
10
10
|
* <p>This operation is asynchronous. It returns immediately. When you invoke it, Kinesis Data
|
|
@@ -77,4 +77,3 @@ class StopDeliveryStreamEncryptionCommand extends smithy_client_1.Command {
|
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
exports.StopDeliveryStreamEncryptionCommand = StopDeliveryStreamEncryptionCommand;
|
|
80
|
-
//# sourceMappingURL=StopDeliveryStreamEncryptionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagDeliveryStreamCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Adds or updates tags for the specified delivery stream. A tag is a key-value pair
|
|
10
10
|
* that you can define and assign to AWS resources. If you specify a tag that already exists,
|
|
@@ -66,4 +66,3 @@ class TagDeliveryStreamCommand extends smithy_client_1.Command {
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
exports.TagDeliveryStreamCommand = TagDeliveryStreamCommand;
|
|
69
|
-
//# sourceMappingURL=TagDeliveryStreamCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagDeliveryStreamCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Removes tags from the specified delivery stream. Removed tags are deleted, and you
|
|
10
10
|
* can't recover them after this operation successfully completes.</p>
|
|
@@ -61,4 +61,3 @@ class UntagDeliveryStreamCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.UntagDeliveryStreamCommand = UntagDeliveryStreamCommand;
|
|
64
|
-
//# sourceMappingURL=UntagDeliveryStreamCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateDestinationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Updates the specified destination of the specified delivery stream.</p>
|
|
10
10
|
*
|
|
@@ -81,4 +81,3 @@ class UpdateDestinationCommand extends smithy_client_1.Command {
|
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
exports.UpdateDestinationCommand = UpdateDestinationCommand;
|
|
84
|
-
//# sourceMappingURL=UpdateDestinationCommand.js.map
|
|
@@ -16,4 +16,3 @@ tslib_1.__exportStar(require("./commands/TagDeliveryStreamCommand"), exports);
|
|
|
16
16
|
tslib_1.__exportStar(require("./commands/UntagDeliveryStreamCommand"), exports);
|
|
17
17
|
tslib_1.__exportStar(require("./commands/UpdateDestinationCommand"), exports);
|
|
18
18
|
tslib_1.__exportStar(require("./models/index"), exports);
|
|
19
|
-
//# sourceMappingURL=index.js.map
|