@aws-sdk/client-kinesis 3.294.0 → 3.296.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/commands/AddTagsToStreamCommand.js +4 -4
- package/dist-cjs/commands/CreateStreamCommand.js +4 -4
- package/dist-cjs/commands/DecreaseStreamRetentionPeriodCommand.js +4 -4
- package/dist-cjs/commands/DeleteStreamCommand.js +4 -4
- package/dist-cjs/commands/DeregisterStreamConsumerCommand.js +4 -4
- package/dist-cjs/commands/DescribeLimitsCommand.js +4 -4
- package/dist-cjs/commands/DescribeStreamCommand.js +4 -4
- package/dist-cjs/commands/DescribeStreamConsumerCommand.js +4 -4
- package/dist-cjs/commands/DescribeStreamSummaryCommand.js +4 -4
- package/dist-cjs/commands/DisableEnhancedMonitoringCommand.js +4 -4
- package/dist-cjs/commands/EnableEnhancedMonitoringCommand.js +4 -4
- package/dist-cjs/commands/GetRecordsCommand.js +4 -4
- package/dist-cjs/commands/GetShardIteratorCommand.js +4 -4
- package/dist-cjs/commands/IncreaseStreamRetentionPeriodCommand.js +4 -4
- package/dist-cjs/commands/ListShardsCommand.js +4 -4
- package/dist-cjs/commands/ListStreamConsumersCommand.js +4 -4
- package/dist-cjs/commands/ListStreamsCommand.js +4 -4
- package/dist-cjs/commands/ListTagsForStreamCommand.js +4 -4
- package/dist-cjs/commands/MergeShardsCommand.js +4 -4
- package/dist-cjs/commands/PutRecordCommand.js +4 -4
- package/dist-cjs/commands/PutRecordsCommand.js +4 -4
- package/dist-cjs/commands/RegisterStreamConsumerCommand.js +4 -4
- package/dist-cjs/commands/RemoveTagsFromStreamCommand.js +4 -4
- package/dist-cjs/commands/SplitShardCommand.js +4 -4
- package/dist-cjs/commands/StartStreamEncryptionCommand.js +4 -4
- package/dist-cjs/commands/StopStreamEncryptionCommand.js +4 -4
- package/dist-cjs/commands/SubscribeToShardCommand.js +4 -4
- package/dist-cjs/commands/UpdateShardCountCommand.js +4 -4
- package/dist-cjs/commands/UpdateStreamModeCommand.js +4 -4
- package/dist-es/commands/AddTagsToStreamCommand.js +4 -4
- package/dist-es/commands/CreateStreamCommand.js +4 -4
- package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +4 -4
- package/dist-es/commands/DeleteStreamCommand.js +4 -4
- package/dist-es/commands/DeregisterStreamConsumerCommand.js +4 -4
- package/dist-es/commands/DescribeLimitsCommand.js +4 -4
- package/dist-es/commands/DescribeStreamCommand.js +4 -4
- package/dist-es/commands/DescribeStreamConsumerCommand.js +4 -4
- package/dist-es/commands/DescribeStreamSummaryCommand.js +4 -4
- package/dist-es/commands/DisableEnhancedMonitoringCommand.js +4 -4
- package/dist-es/commands/EnableEnhancedMonitoringCommand.js +4 -4
- package/dist-es/commands/GetRecordsCommand.js +4 -4
- package/dist-es/commands/GetShardIteratorCommand.js +4 -4
- package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +4 -4
- package/dist-es/commands/ListShardsCommand.js +4 -4
- package/dist-es/commands/ListStreamConsumersCommand.js +4 -4
- package/dist-es/commands/ListStreamsCommand.js +4 -4
- package/dist-es/commands/ListTagsForStreamCommand.js +4 -4
- package/dist-es/commands/MergeShardsCommand.js +4 -4
- package/dist-es/commands/PutRecordCommand.js +4 -4
- package/dist-es/commands/PutRecordsCommand.js +4 -4
- package/dist-es/commands/RegisterStreamConsumerCommand.js +4 -4
- package/dist-es/commands/RemoveTagsFromStreamCommand.js +4 -4
- package/dist-es/commands/SplitShardCommand.js +4 -4
- package/dist-es/commands/StartStreamEncryptionCommand.js +4 -4
- package/dist-es/commands/StopStreamEncryptionCommand.js +4 -4
- package/dist-es/commands/SubscribeToShardCommand.js +4 -4
- package/dist-es/commands/UpdateShardCountCommand.js +4 -4
- package/dist-es/commands/UpdateStreamModeCommand.js +4 -4
- package/dist-types/KinesisClient.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/KinesisClient.d.ts +4 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/package.json +40 -40
|
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
7
7
|
const models_0_1 = require("../models/models_0");
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class UpdateStreamModeCommand extends smithy_client_1.Command {
|
|
10
|
-
constructor(input) {
|
|
11
|
-
super();
|
|
12
|
-
this.input = input;
|
|
13
|
-
}
|
|
14
10
|
static getEndpointParameterInstructions() {
|
|
15
11
|
return {
|
|
16
12
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -21,6 +17,10 @@ class UpdateStreamModeCommand extends smithy_client_1.Command {
|
|
|
21
17
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
22
18
|
};
|
|
23
19
|
}
|
|
20
|
+
constructor(input) {
|
|
21
|
+
super();
|
|
22
|
+
this.input = input;
|
|
23
|
+
}
|
|
24
24
|
resolveMiddleware(clientStack, configuration, options) {
|
|
25
25
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
26
26
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateStreamModeCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { AddTagsToStreamInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AddTagsToStreamCommand, serializeAws_json1_1AddTagsToStreamCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class AddTagsToStreamCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class AddTagsToStreamCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, AddTagsToStreamCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { CreateStreamInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateStreamCommand, serializeAws_json1_1CreateStreamCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class CreateStreamCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class CreateStreamCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, CreateStreamCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { DecreaseStreamRetentionPeriodInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DecreaseStreamRetentionPeriodCommand, serializeAws_json1_1DecreaseStreamRetentionPeriodCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class DecreaseStreamRetentionPeriodCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class DecreaseStreamRetentionPeriodCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, DecreaseStreamRetentionPeriodCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { DeleteStreamInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteStreamCommand, serializeAws_json1_1DeleteStreamCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class DeleteStreamCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class DeleteStreamCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteStreamCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { DeregisterStreamConsumerInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeregisterStreamConsumerCommand, serializeAws_json1_1DeregisterStreamConsumerCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class DeregisterStreamConsumerCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -19,6 +15,10 @@ export class DeregisterStreamConsumerCommand extends $Command {
|
|
|
19
15
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
16
|
};
|
|
21
17
|
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
23
23
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
24
24
|
this.middlewareStack.use(getEndpointPlugin(configuration, DeregisterStreamConsumerCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { DescribeLimitsInputFilterSensitiveLog, DescribeLimitsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeLimitsCommand, serializeAws_json1_1DescribeLimitsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class DescribeLimitsCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class DescribeLimitsCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeLimitsCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { DescribeStreamInputFilterSensitiveLog, DescribeStreamOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeStreamCommand, serializeAws_json1_1DescribeStreamCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class DescribeStreamCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class DescribeStreamCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeStreamCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { DescribeStreamConsumerInputFilterSensitiveLog, DescribeStreamConsumerOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeStreamConsumerCommand, serializeAws_json1_1DescribeStreamConsumerCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class DescribeStreamConsumerCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -19,6 +15,10 @@ export class DescribeStreamConsumerCommand extends $Command {
|
|
|
19
15
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
16
|
};
|
|
21
17
|
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
23
23
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
24
24
|
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeStreamConsumerCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { DescribeStreamSummaryInputFilterSensitiveLog, DescribeStreamSummaryOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeStreamSummaryCommand, serializeAws_json1_1DescribeStreamSummaryCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class DescribeStreamSummaryCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class DescribeStreamSummaryCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeStreamSummaryCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { DisableEnhancedMonitoringInputFilterSensitiveLog, EnhancedMonitoringOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisableEnhancedMonitoringCommand, serializeAws_json1_1DisableEnhancedMonitoringCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class DisableEnhancedMonitoringCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class DisableEnhancedMonitoringCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, DisableEnhancedMonitoringCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { EnableEnhancedMonitoringInputFilterSensitiveLog, EnhancedMonitoringOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1EnableEnhancedMonitoringCommand, serializeAws_json1_1EnableEnhancedMonitoringCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class EnableEnhancedMonitoringCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class EnableEnhancedMonitoringCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, EnableEnhancedMonitoringCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { GetRecordsInputFilterSensitiveLog, GetRecordsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetRecordsCommand, serializeAws_json1_1GetRecordsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class GetRecordsCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `data` },
|
|
@@ -18,6 +14,10 @@ export class GetRecordsCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, GetRecordsCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { GetShardIteratorInputFilterSensitiveLog, GetShardIteratorOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetShardIteratorCommand, serializeAws_json1_1GetShardIteratorCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class GetShardIteratorCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `data` },
|
|
@@ -18,6 +14,10 @@ export class GetShardIteratorCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, GetShardIteratorCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { IncreaseStreamRetentionPeriodInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1IncreaseStreamRetentionPeriodCommand, serializeAws_json1_1IncreaseStreamRetentionPeriodCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class IncreaseStreamRetentionPeriodCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class IncreaseStreamRetentionPeriodCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, IncreaseStreamRetentionPeriodCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListShardsInputFilterSensitiveLog, ListShardsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListShardsCommand, serializeAws_json1_1ListShardsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class ListShardsCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class ListShardsCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListShardsCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListStreamConsumersInputFilterSensitiveLog, ListStreamConsumersOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListStreamConsumersCommand, serializeAws_json1_1ListStreamConsumersCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class ListStreamConsumersCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class ListStreamConsumersCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListStreamConsumersCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListStreamsInputFilterSensitiveLog, ListStreamsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListStreamsCommand, serializeAws_json1_1ListStreamsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class ListStreamsCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class ListStreamsCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListStreamsCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListTagsForStreamInputFilterSensitiveLog, ListTagsForStreamOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTagsForStreamCommand, serializeAws_json1_1ListTagsForStreamCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class ListTagsForStreamCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class ListTagsForStreamCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForStreamCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { MergeShardsInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1MergeShardsCommand, serializeAws_json1_1MergeShardsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class MergeShardsCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class MergeShardsCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, MergeShardsCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { PutRecordInputFilterSensitiveLog, PutRecordOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutRecordCommand, serializeAws_json1_1PutRecordCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class PutRecordCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `data` },
|
|
@@ -18,6 +14,10 @@ export class PutRecordCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, PutRecordCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { PutRecordsInputFilterSensitiveLog, PutRecordsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutRecordsCommand, serializeAws_json1_1PutRecordsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class PutRecordsCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `data` },
|
|
@@ -18,6 +14,10 @@ export class PutRecordsCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, PutRecordsCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { RegisterStreamConsumerInputFilterSensitiveLog, RegisterStreamConsumerOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1RegisterStreamConsumerCommand, serializeAws_json1_1RegisterStreamConsumerCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class RegisterStreamConsumerCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class RegisterStreamConsumerCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, RegisterStreamConsumerCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { RemoveTagsFromStreamInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1RemoveTagsFromStreamCommand, serializeAws_json1_1RemoveTagsFromStreamCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class RemoveTagsFromStreamCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class RemoveTagsFromStreamCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, RemoveTagsFromStreamCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { SplitShardInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1SplitShardCommand, serializeAws_json1_1SplitShardCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class SplitShardCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class SplitShardCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, SplitShardCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { StartStreamEncryptionInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartStreamEncryptionCommand, serializeAws_json1_1StartStreamEncryptionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class StartStreamEncryptionCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class StartStreamEncryptionCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, StartStreamEncryptionCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { StopStreamEncryptionInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopStreamEncryptionCommand, serializeAws_json1_1StopStreamEncryptionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class StopStreamEncryptionCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `control` },
|
|
@@ -18,6 +14,10 @@ export class StopStreamEncryptionCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, StopStreamEncryptionCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { SubscribeToShardInputFilterSensitiveLog, SubscribeToShardOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1SubscribeToShardCommand, serializeAws_json1_1SubscribeToShardCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class SubscribeToShardCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
OperationType: { type: "staticContextParams", value: `data` },
|
|
@@ -18,6 +14,10 @@ export class SubscribeToShardCommand extends $Command {
|
|
|
18
14
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
19
15
|
};
|
|
20
16
|
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use(getEndpointPlugin(configuration, SubscribeToShardCommand.getEndpointParameterInstructions()));
|