@aws-sdk/client-cognito-sync 3.490.0 → 3.496.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.
Files changed (29) hide show
  1. package/dist-cjs/CognitoSync.js +1 -45
  2. package/dist-cjs/CognitoSyncClient.js +1 -43
  3. package/dist-cjs/commands/BulkPublishCommand.js +1 -28
  4. package/dist-cjs/commands/DeleteDatasetCommand.js +1 -28
  5. package/dist-cjs/commands/DescribeDatasetCommand.js +1 -28
  6. package/dist-cjs/commands/DescribeIdentityPoolUsageCommand.js +1 -28
  7. package/dist-cjs/commands/DescribeIdentityUsageCommand.js +1 -28
  8. package/dist-cjs/commands/GetBulkPublishDetailsCommand.js +1 -28
  9. package/dist-cjs/commands/GetCognitoEventsCommand.js +1 -28
  10. package/dist-cjs/commands/GetIdentityPoolConfigurationCommand.js +1 -28
  11. package/dist-cjs/commands/ListDatasetsCommand.js +1 -28
  12. package/dist-cjs/commands/ListIdentityPoolUsageCommand.js +1 -28
  13. package/dist-cjs/commands/ListRecordsCommand.js +1 -28
  14. package/dist-cjs/commands/RegisterDeviceCommand.js +1 -28
  15. package/dist-cjs/commands/SetCognitoEventsCommand.js +1 -28
  16. package/dist-cjs/commands/SetIdentityPoolConfigurationCommand.js +1 -28
  17. package/dist-cjs/commands/SubscribeToDatasetCommand.js +1 -28
  18. package/dist-cjs/commands/UnsubscribeFromDatasetCommand.js +1 -28
  19. package/dist-cjs/commands/UpdateRecordsCommand.js +1 -28
  20. package/dist-cjs/commands/index.js +1 -20
  21. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  22. package/dist-cjs/extensionConfiguration.js +1 -2
  23. package/dist-cjs/index.js +2082 -10
  24. package/dist-cjs/models/CognitoSyncServiceException.js +1 -12
  25. package/dist-cjs/models/index.js +1 -4
  26. package/dist-cjs/models/models_0.js +1 -193
  27. package/dist-cjs/protocols/Aws_restJson1.js +1 -1351
  28. package/dist-cjs/runtimeExtensions.js +1 -22
  29. package/package.json +40 -40
@@ -1,45 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CognitoSync = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CognitoSyncClient_1 = require("./CognitoSyncClient");
6
- const BulkPublishCommand_1 = require("./commands/BulkPublishCommand");
7
- const DeleteDatasetCommand_1 = require("./commands/DeleteDatasetCommand");
8
- const DescribeDatasetCommand_1 = require("./commands/DescribeDatasetCommand");
9
- const DescribeIdentityPoolUsageCommand_1 = require("./commands/DescribeIdentityPoolUsageCommand");
10
- const DescribeIdentityUsageCommand_1 = require("./commands/DescribeIdentityUsageCommand");
11
- const GetBulkPublishDetailsCommand_1 = require("./commands/GetBulkPublishDetailsCommand");
12
- const GetCognitoEventsCommand_1 = require("./commands/GetCognitoEventsCommand");
13
- const GetIdentityPoolConfigurationCommand_1 = require("./commands/GetIdentityPoolConfigurationCommand");
14
- const ListDatasetsCommand_1 = require("./commands/ListDatasetsCommand");
15
- const ListIdentityPoolUsageCommand_1 = require("./commands/ListIdentityPoolUsageCommand");
16
- const ListRecordsCommand_1 = require("./commands/ListRecordsCommand");
17
- const RegisterDeviceCommand_1 = require("./commands/RegisterDeviceCommand");
18
- const SetCognitoEventsCommand_1 = require("./commands/SetCognitoEventsCommand");
19
- const SetIdentityPoolConfigurationCommand_1 = require("./commands/SetIdentityPoolConfigurationCommand");
20
- const SubscribeToDatasetCommand_1 = require("./commands/SubscribeToDatasetCommand");
21
- const UnsubscribeFromDatasetCommand_1 = require("./commands/UnsubscribeFromDatasetCommand");
22
- const UpdateRecordsCommand_1 = require("./commands/UpdateRecordsCommand");
23
- const commands = {
24
- BulkPublishCommand: BulkPublishCommand_1.BulkPublishCommand,
25
- DeleteDatasetCommand: DeleteDatasetCommand_1.DeleteDatasetCommand,
26
- DescribeDatasetCommand: DescribeDatasetCommand_1.DescribeDatasetCommand,
27
- DescribeIdentityPoolUsageCommand: DescribeIdentityPoolUsageCommand_1.DescribeIdentityPoolUsageCommand,
28
- DescribeIdentityUsageCommand: DescribeIdentityUsageCommand_1.DescribeIdentityUsageCommand,
29
- GetBulkPublishDetailsCommand: GetBulkPublishDetailsCommand_1.GetBulkPublishDetailsCommand,
30
- GetCognitoEventsCommand: GetCognitoEventsCommand_1.GetCognitoEventsCommand,
31
- GetIdentityPoolConfigurationCommand: GetIdentityPoolConfigurationCommand_1.GetIdentityPoolConfigurationCommand,
32
- ListDatasetsCommand: ListDatasetsCommand_1.ListDatasetsCommand,
33
- ListIdentityPoolUsageCommand: ListIdentityPoolUsageCommand_1.ListIdentityPoolUsageCommand,
34
- ListRecordsCommand: ListRecordsCommand_1.ListRecordsCommand,
35
- RegisterDeviceCommand: RegisterDeviceCommand_1.RegisterDeviceCommand,
36
- SetCognitoEventsCommand: SetCognitoEventsCommand_1.SetCognitoEventsCommand,
37
- SetIdentityPoolConfigurationCommand: SetIdentityPoolConfigurationCommand_1.SetIdentityPoolConfigurationCommand,
38
- SubscribeToDatasetCommand: SubscribeToDatasetCommand_1.SubscribeToDatasetCommand,
39
- UnsubscribeFromDatasetCommand: UnsubscribeFromDatasetCommand_1.UnsubscribeFromDatasetCommand,
40
- UpdateRecordsCommand: UpdateRecordsCommand_1.UpdateRecordsCommand,
41
- };
42
- class CognitoSync extends CognitoSyncClient_1.CognitoSyncClient {
43
- }
44
- exports.CognitoSync = CognitoSync;
45
- (0, smithy_client_1.createAggregatedClient)(commands, CognitoSync);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CognitoSyncClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class CognitoSyncClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.CognitoSyncClient = CognitoSyncClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BulkPublishCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BulkPublishCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "BulkPublish", {})
22
- .n("CognitoSyncClient", "BulkPublishCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BulkPublishCommand)
25
- .de(Aws_restJson1_1.de_BulkPublishCommand)
26
- .build() {
27
- }
28
- exports.BulkPublishCommand = BulkPublishCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDatasetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteDatasetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "DeleteDataset", {})
22
- .n("CognitoSyncClient", "DeleteDatasetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteDatasetCommand)
25
- .de(Aws_restJson1_1.de_DeleteDatasetCommand)
26
- .build() {
27
- }
28
- exports.DeleteDatasetCommand = DeleteDatasetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDatasetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeDatasetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "DescribeDataset", {})
22
- .n("CognitoSyncClient", "DescribeDatasetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeDatasetCommand)
25
- .de(Aws_restJson1_1.de_DescribeDatasetCommand)
26
- .build() {
27
- }
28
- exports.DescribeDatasetCommand = DescribeDatasetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeIdentityPoolUsageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeIdentityPoolUsageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "DescribeIdentityPoolUsage", {})
22
- .n("CognitoSyncClient", "DescribeIdentityPoolUsageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeIdentityPoolUsageCommand)
25
- .de(Aws_restJson1_1.de_DescribeIdentityPoolUsageCommand)
26
- .build() {
27
- }
28
- exports.DescribeIdentityPoolUsageCommand = DescribeIdentityPoolUsageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeIdentityUsageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeIdentityUsageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "DescribeIdentityUsage", {})
22
- .n("CognitoSyncClient", "DescribeIdentityUsageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeIdentityUsageCommand)
25
- .de(Aws_restJson1_1.de_DescribeIdentityUsageCommand)
26
- .build() {
27
- }
28
- exports.DescribeIdentityUsageCommand = DescribeIdentityUsageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBulkPublishDetailsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetBulkPublishDetailsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "GetBulkPublishDetails", {})
22
- .n("CognitoSyncClient", "GetBulkPublishDetailsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetBulkPublishDetailsCommand)
25
- .de(Aws_restJson1_1.de_GetBulkPublishDetailsCommand)
26
- .build() {
27
- }
28
- exports.GetBulkPublishDetailsCommand = GetBulkPublishDetailsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCognitoEventsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetCognitoEventsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "GetCognitoEvents", {})
22
- .n("CognitoSyncClient", "GetCognitoEventsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetCognitoEventsCommand)
25
- .de(Aws_restJson1_1.de_GetCognitoEventsCommand)
26
- .build() {
27
- }
28
- exports.GetCognitoEventsCommand = GetCognitoEventsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetIdentityPoolConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetIdentityPoolConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "GetIdentityPoolConfiguration", {})
22
- .n("CognitoSyncClient", "GetIdentityPoolConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetIdentityPoolConfigurationCommand)
25
- .de(Aws_restJson1_1.de_GetIdentityPoolConfigurationCommand)
26
- .build() {
27
- }
28
- exports.GetIdentityPoolConfigurationCommand = GetIdentityPoolConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDatasetsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListDatasetsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "ListDatasets", {})
22
- .n("CognitoSyncClient", "ListDatasetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDatasetsCommand)
25
- .de(Aws_restJson1_1.de_ListDatasetsCommand)
26
- .build() {
27
- }
28
- exports.ListDatasetsCommand = ListDatasetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIdentityPoolUsageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListIdentityPoolUsageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "ListIdentityPoolUsage", {})
22
- .n("CognitoSyncClient", "ListIdentityPoolUsageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListIdentityPoolUsageCommand)
25
- .de(Aws_restJson1_1.de_ListIdentityPoolUsageCommand)
26
- .build() {
27
- }
28
- exports.ListIdentityPoolUsageCommand = ListIdentityPoolUsageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListRecordsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListRecordsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "ListRecords", {})
22
- .n("CognitoSyncClient", "ListRecordsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListRecordsCommand)
25
- .de(Aws_restJson1_1.de_ListRecordsCommand)
26
- .build() {
27
- }
28
- exports.ListRecordsCommand = ListRecordsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterDeviceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class RegisterDeviceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "RegisterDevice", {})
22
- .n("CognitoSyncClient", "RegisterDeviceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RegisterDeviceCommand)
25
- .de(Aws_restJson1_1.de_RegisterDeviceCommand)
26
- .build() {
27
- }
28
- exports.RegisterDeviceCommand = RegisterDeviceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetCognitoEventsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class SetCognitoEventsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "SetCognitoEvents", {})
22
- .n("CognitoSyncClient", "SetCognitoEventsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_SetCognitoEventsCommand)
25
- .de(Aws_restJson1_1.de_SetCognitoEventsCommand)
26
- .build() {
27
- }
28
- exports.SetCognitoEventsCommand = SetCognitoEventsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetIdentityPoolConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class SetIdentityPoolConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "SetIdentityPoolConfiguration", {})
22
- .n("CognitoSyncClient", "SetIdentityPoolConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_SetIdentityPoolConfigurationCommand)
25
- .de(Aws_restJson1_1.de_SetIdentityPoolConfigurationCommand)
26
- .build() {
27
- }
28
- exports.SetIdentityPoolConfigurationCommand = SetIdentityPoolConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SubscribeToDatasetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class SubscribeToDatasetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "SubscribeToDataset", {})
22
- .n("CognitoSyncClient", "SubscribeToDatasetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_SubscribeToDatasetCommand)
25
- .de(Aws_restJson1_1.de_SubscribeToDatasetCommand)
26
- .build() {
27
- }
28
- exports.SubscribeToDatasetCommand = SubscribeToDatasetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UnsubscribeFromDatasetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UnsubscribeFromDatasetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "UnsubscribeFromDataset", {})
22
- .n("CognitoSyncClient", "UnsubscribeFromDatasetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UnsubscribeFromDatasetCommand)
25
- .de(Aws_restJson1_1.de_UnsubscribeFromDatasetCommand)
26
- .build() {
27
- }
28
- exports.UnsubscribeFromDatasetCommand = UnsubscribeFromDatasetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateRecordsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateRecordsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoSyncService", "UpdateRecords", {})
22
- .n("CognitoSyncClient", "UpdateRecordsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateRecordsCommand)
25
- .de(Aws_restJson1_1.de_UpdateRecordsCommand)
26
- .build() {
27
- }
28
- exports.UpdateRecordsCommand = UpdateRecordsCommand;
1
+ module.exports = require("../index.js");
@@ -1,20 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./BulkPublishCommand"), exports);
5
- tslib_1.__exportStar(require("./DeleteDatasetCommand"), exports);
6
- tslib_1.__exportStar(require("./DescribeDatasetCommand"), exports);
7
- tslib_1.__exportStar(require("./DescribeIdentityPoolUsageCommand"), exports);
8
- tslib_1.__exportStar(require("./DescribeIdentityUsageCommand"), exports);
9
- tslib_1.__exportStar(require("./GetBulkPublishDetailsCommand"), exports);
10
- tslib_1.__exportStar(require("./GetCognitoEventsCommand"), exports);
11
- tslib_1.__exportStar(require("./GetIdentityPoolConfigurationCommand"), exports);
12
- tslib_1.__exportStar(require("./ListDatasetsCommand"), exports);
13
- tslib_1.__exportStar(require("./ListIdentityPoolUsageCommand"), exports);
14
- tslib_1.__exportStar(require("./ListRecordsCommand"), exports);
15
- tslib_1.__exportStar(require("./RegisterDeviceCommand"), exports);
16
- tslib_1.__exportStar(require("./SetCognitoEventsCommand"), exports);
17
- tslib_1.__exportStar(require("./SetIdentityPoolConfigurationCommand"), exports);
18
- tslib_1.__exportStar(require("./SubscribeToDatasetCommand"), exports);
19
- tslib_1.__exportStar(require("./UnsubscribeFromDatasetCommand"), exports);
20
- tslib_1.__exportStar(require("./UpdateRecordsCommand"), exports);
1
+ module.exports = require("../index.js");