@aws-sdk/client-redshift-serverless 3.490.0 → 3.495.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 (79) hide show
  1. package/dist-cjs/RedshiftServerless.js +1 -121
  2. package/dist-cjs/RedshiftServerlessClient.js +1 -43
  3. package/dist-cjs/commands/ConvertRecoveryPointToSnapshotCommand.js +1 -28
  4. package/dist-cjs/commands/CreateCustomDomainAssociationCommand.js +1 -28
  5. package/dist-cjs/commands/CreateEndpointAccessCommand.js +1 -28
  6. package/dist-cjs/commands/CreateNamespaceCommand.js +1 -29
  7. package/dist-cjs/commands/CreateScheduledActionCommand.js +1 -28
  8. package/dist-cjs/commands/CreateSnapshotCommand.js +1 -28
  9. package/dist-cjs/commands/CreateSnapshotCopyConfigurationCommand.js +1 -28
  10. package/dist-cjs/commands/CreateUsageLimitCommand.js +1 -28
  11. package/dist-cjs/commands/CreateWorkgroupCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteCustomDomainAssociationCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteEndpointAccessCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteNamespaceCommand.js +1 -29
  15. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteScheduledActionCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteSnapshotCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteSnapshotCopyConfigurationCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteUsageLimitCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteWorkgroupCommand.js +1 -28
  21. package/dist-cjs/commands/GetCredentialsCommand.js +1 -29
  22. package/dist-cjs/commands/GetCustomDomainAssociationCommand.js +1 -28
  23. package/dist-cjs/commands/GetEndpointAccessCommand.js +1 -28
  24. package/dist-cjs/commands/GetNamespaceCommand.js +1 -29
  25. package/dist-cjs/commands/GetRecoveryPointCommand.js +1 -28
  26. package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
  27. package/dist-cjs/commands/GetScheduledActionCommand.js +1 -28
  28. package/dist-cjs/commands/GetSnapshotCommand.js +1 -28
  29. package/dist-cjs/commands/GetTableRestoreStatusCommand.js +1 -28
  30. package/dist-cjs/commands/GetUsageLimitCommand.js +1 -28
  31. package/dist-cjs/commands/GetWorkgroupCommand.js +1 -28
  32. package/dist-cjs/commands/ListCustomDomainAssociationsCommand.js +1 -28
  33. package/dist-cjs/commands/ListEndpointAccessCommand.js +1 -28
  34. package/dist-cjs/commands/ListNamespacesCommand.js +1 -29
  35. package/dist-cjs/commands/ListRecoveryPointsCommand.js +1 -28
  36. package/dist-cjs/commands/ListScheduledActionsCommand.js +1 -28
  37. package/dist-cjs/commands/ListSnapshotCopyConfigurationsCommand.js +1 -28
  38. package/dist-cjs/commands/ListSnapshotsCommand.js +1 -28
  39. package/dist-cjs/commands/ListTableRestoreStatusCommand.js +1 -28
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  41. package/dist-cjs/commands/ListUsageLimitsCommand.js +1 -28
  42. package/dist-cjs/commands/ListWorkgroupsCommand.js +1 -28
  43. package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
  44. package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +1 -29
  45. package/dist-cjs/commands/RestoreFromSnapshotCommand.js +1 -29
  46. package/dist-cjs/commands/RestoreTableFromRecoveryPointCommand.js +1 -28
  47. package/dist-cjs/commands/RestoreTableFromSnapshotCommand.js +1 -28
  48. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  49. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  50. package/dist-cjs/commands/UpdateCustomDomainAssociationCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateEndpointAccessCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateNamespaceCommand.js +1 -29
  53. package/dist-cjs/commands/UpdateScheduledActionCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateSnapshotCommand.js +1 -28
  55. package/dist-cjs/commands/UpdateSnapshotCopyConfigurationCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateUsageLimitCommand.js +1 -28
  57. package/dist-cjs/commands/UpdateWorkgroupCommand.js +1 -28
  58. package/dist-cjs/commands/index.js +1 -58
  59. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  60. package/dist-cjs/extensionConfiguration.js +1 -2
  61. package/dist-cjs/index.js +4909 -11
  62. package/dist-cjs/models/RedshiftServerlessServiceException.js +1 -12
  63. package/dist-cjs/models/index.js +1 -4
  64. package/dist-cjs/models/models_0.js +1 -260
  65. package/dist-cjs/pagination/Interfaces.js +1 -2
  66. package/dist-cjs/pagination/ListCustomDomainAssociationsPaginator.js +1 -7
  67. package/dist-cjs/pagination/ListEndpointAccessPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListNamespacesPaginator.js +1 -7
  69. package/dist-cjs/pagination/ListRecoveryPointsPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListScheduledActionsPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListSnapshotCopyConfigurationsPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListSnapshotsPaginator.js +1 -7
  73. package/dist-cjs/pagination/ListTableRestoreStatusPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListUsageLimitsPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListWorkgroupsPaginator.js +1 -7
  76. package/dist-cjs/pagination/index.js +1 -14
  77. package/dist-cjs/protocols/Aws_json1_1.js +1 -3375
  78. package/dist-cjs/runtimeExtensions.js +1 -22
  79. package/package.json +40 -40
@@ -1,121 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RedshiftServerless = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const ConvertRecoveryPointToSnapshotCommand_1 = require("./commands/ConvertRecoveryPointToSnapshotCommand");
6
- const CreateCustomDomainAssociationCommand_1 = require("./commands/CreateCustomDomainAssociationCommand");
7
- const CreateEndpointAccessCommand_1 = require("./commands/CreateEndpointAccessCommand");
8
- const CreateNamespaceCommand_1 = require("./commands/CreateNamespaceCommand");
9
- const CreateScheduledActionCommand_1 = require("./commands/CreateScheduledActionCommand");
10
- const CreateSnapshotCommand_1 = require("./commands/CreateSnapshotCommand");
11
- const CreateSnapshotCopyConfigurationCommand_1 = require("./commands/CreateSnapshotCopyConfigurationCommand");
12
- const CreateUsageLimitCommand_1 = require("./commands/CreateUsageLimitCommand");
13
- const CreateWorkgroupCommand_1 = require("./commands/CreateWorkgroupCommand");
14
- const DeleteCustomDomainAssociationCommand_1 = require("./commands/DeleteCustomDomainAssociationCommand");
15
- const DeleteEndpointAccessCommand_1 = require("./commands/DeleteEndpointAccessCommand");
16
- const DeleteNamespaceCommand_1 = require("./commands/DeleteNamespaceCommand");
17
- const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
18
- const DeleteScheduledActionCommand_1 = require("./commands/DeleteScheduledActionCommand");
19
- const DeleteSnapshotCommand_1 = require("./commands/DeleteSnapshotCommand");
20
- const DeleteSnapshotCopyConfigurationCommand_1 = require("./commands/DeleteSnapshotCopyConfigurationCommand");
21
- const DeleteUsageLimitCommand_1 = require("./commands/DeleteUsageLimitCommand");
22
- const DeleteWorkgroupCommand_1 = require("./commands/DeleteWorkgroupCommand");
23
- const GetCredentialsCommand_1 = require("./commands/GetCredentialsCommand");
24
- const GetCustomDomainAssociationCommand_1 = require("./commands/GetCustomDomainAssociationCommand");
25
- const GetEndpointAccessCommand_1 = require("./commands/GetEndpointAccessCommand");
26
- const GetNamespaceCommand_1 = require("./commands/GetNamespaceCommand");
27
- const GetRecoveryPointCommand_1 = require("./commands/GetRecoveryPointCommand");
28
- const GetResourcePolicyCommand_1 = require("./commands/GetResourcePolicyCommand");
29
- const GetScheduledActionCommand_1 = require("./commands/GetScheduledActionCommand");
30
- const GetSnapshotCommand_1 = require("./commands/GetSnapshotCommand");
31
- const GetTableRestoreStatusCommand_1 = require("./commands/GetTableRestoreStatusCommand");
32
- const GetUsageLimitCommand_1 = require("./commands/GetUsageLimitCommand");
33
- const GetWorkgroupCommand_1 = require("./commands/GetWorkgroupCommand");
34
- const ListCustomDomainAssociationsCommand_1 = require("./commands/ListCustomDomainAssociationsCommand");
35
- const ListEndpointAccessCommand_1 = require("./commands/ListEndpointAccessCommand");
36
- const ListNamespacesCommand_1 = require("./commands/ListNamespacesCommand");
37
- const ListRecoveryPointsCommand_1 = require("./commands/ListRecoveryPointsCommand");
38
- const ListScheduledActionsCommand_1 = require("./commands/ListScheduledActionsCommand");
39
- const ListSnapshotCopyConfigurationsCommand_1 = require("./commands/ListSnapshotCopyConfigurationsCommand");
40
- const ListSnapshotsCommand_1 = require("./commands/ListSnapshotsCommand");
41
- const ListTableRestoreStatusCommand_1 = require("./commands/ListTableRestoreStatusCommand");
42
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
43
- const ListUsageLimitsCommand_1 = require("./commands/ListUsageLimitsCommand");
44
- const ListWorkgroupsCommand_1 = require("./commands/ListWorkgroupsCommand");
45
- const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
46
- const RestoreFromRecoveryPointCommand_1 = require("./commands/RestoreFromRecoveryPointCommand");
47
- const RestoreFromSnapshotCommand_1 = require("./commands/RestoreFromSnapshotCommand");
48
- const RestoreTableFromRecoveryPointCommand_1 = require("./commands/RestoreTableFromRecoveryPointCommand");
49
- const RestoreTableFromSnapshotCommand_1 = require("./commands/RestoreTableFromSnapshotCommand");
50
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
51
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
52
- const UpdateCustomDomainAssociationCommand_1 = require("./commands/UpdateCustomDomainAssociationCommand");
53
- const UpdateEndpointAccessCommand_1 = require("./commands/UpdateEndpointAccessCommand");
54
- const UpdateNamespaceCommand_1 = require("./commands/UpdateNamespaceCommand");
55
- const UpdateScheduledActionCommand_1 = require("./commands/UpdateScheduledActionCommand");
56
- const UpdateSnapshotCommand_1 = require("./commands/UpdateSnapshotCommand");
57
- const UpdateSnapshotCopyConfigurationCommand_1 = require("./commands/UpdateSnapshotCopyConfigurationCommand");
58
- const UpdateUsageLimitCommand_1 = require("./commands/UpdateUsageLimitCommand");
59
- const UpdateWorkgroupCommand_1 = require("./commands/UpdateWorkgroupCommand");
60
- const RedshiftServerlessClient_1 = require("./RedshiftServerlessClient");
61
- const commands = {
62
- ConvertRecoveryPointToSnapshotCommand: ConvertRecoveryPointToSnapshotCommand_1.ConvertRecoveryPointToSnapshotCommand,
63
- CreateCustomDomainAssociationCommand: CreateCustomDomainAssociationCommand_1.CreateCustomDomainAssociationCommand,
64
- CreateEndpointAccessCommand: CreateEndpointAccessCommand_1.CreateEndpointAccessCommand,
65
- CreateNamespaceCommand: CreateNamespaceCommand_1.CreateNamespaceCommand,
66
- CreateScheduledActionCommand: CreateScheduledActionCommand_1.CreateScheduledActionCommand,
67
- CreateSnapshotCommand: CreateSnapshotCommand_1.CreateSnapshotCommand,
68
- CreateSnapshotCopyConfigurationCommand: CreateSnapshotCopyConfigurationCommand_1.CreateSnapshotCopyConfigurationCommand,
69
- CreateUsageLimitCommand: CreateUsageLimitCommand_1.CreateUsageLimitCommand,
70
- CreateWorkgroupCommand: CreateWorkgroupCommand_1.CreateWorkgroupCommand,
71
- DeleteCustomDomainAssociationCommand: DeleteCustomDomainAssociationCommand_1.DeleteCustomDomainAssociationCommand,
72
- DeleteEndpointAccessCommand: DeleteEndpointAccessCommand_1.DeleteEndpointAccessCommand,
73
- DeleteNamespaceCommand: DeleteNamespaceCommand_1.DeleteNamespaceCommand,
74
- DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
75
- DeleteScheduledActionCommand: DeleteScheduledActionCommand_1.DeleteScheduledActionCommand,
76
- DeleteSnapshotCommand: DeleteSnapshotCommand_1.DeleteSnapshotCommand,
77
- DeleteSnapshotCopyConfigurationCommand: DeleteSnapshotCopyConfigurationCommand_1.DeleteSnapshotCopyConfigurationCommand,
78
- DeleteUsageLimitCommand: DeleteUsageLimitCommand_1.DeleteUsageLimitCommand,
79
- DeleteWorkgroupCommand: DeleteWorkgroupCommand_1.DeleteWorkgroupCommand,
80
- GetCredentialsCommand: GetCredentialsCommand_1.GetCredentialsCommand,
81
- GetCustomDomainAssociationCommand: GetCustomDomainAssociationCommand_1.GetCustomDomainAssociationCommand,
82
- GetEndpointAccessCommand: GetEndpointAccessCommand_1.GetEndpointAccessCommand,
83
- GetNamespaceCommand: GetNamespaceCommand_1.GetNamespaceCommand,
84
- GetRecoveryPointCommand: GetRecoveryPointCommand_1.GetRecoveryPointCommand,
85
- GetResourcePolicyCommand: GetResourcePolicyCommand_1.GetResourcePolicyCommand,
86
- GetScheduledActionCommand: GetScheduledActionCommand_1.GetScheduledActionCommand,
87
- GetSnapshotCommand: GetSnapshotCommand_1.GetSnapshotCommand,
88
- GetTableRestoreStatusCommand: GetTableRestoreStatusCommand_1.GetTableRestoreStatusCommand,
89
- GetUsageLimitCommand: GetUsageLimitCommand_1.GetUsageLimitCommand,
90
- GetWorkgroupCommand: GetWorkgroupCommand_1.GetWorkgroupCommand,
91
- ListCustomDomainAssociationsCommand: ListCustomDomainAssociationsCommand_1.ListCustomDomainAssociationsCommand,
92
- ListEndpointAccessCommand: ListEndpointAccessCommand_1.ListEndpointAccessCommand,
93
- ListNamespacesCommand: ListNamespacesCommand_1.ListNamespacesCommand,
94
- ListRecoveryPointsCommand: ListRecoveryPointsCommand_1.ListRecoveryPointsCommand,
95
- ListScheduledActionsCommand: ListScheduledActionsCommand_1.ListScheduledActionsCommand,
96
- ListSnapshotCopyConfigurationsCommand: ListSnapshotCopyConfigurationsCommand_1.ListSnapshotCopyConfigurationsCommand,
97
- ListSnapshotsCommand: ListSnapshotsCommand_1.ListSnapshotsCommand,
98
- ListTableRestoreStatusCommand: ListTableRestoreStatusCommand_1.ListTableRestoreStatusCommand,
99
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
100
- ListUsageLimitsCommand: ListUsageLimitsCommand_1.ListUsageLimitsCommand,
101
- ListWorkgroupsCommand: ListWorkgroupsCommand_1.ListWorkgroupsCommand,
102
- PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
103
- RestoreFromRecoveryPointCommand: RestoreFromRecoveryPointCommand_1.RestoreFromRecoveryPointCommand,
104
- RestoreFromSnapshotCommand: RestoreFromSnapshotCommand_1.RestoreFromSnapshotCommand,
105
- RestoreTableFromRecoveryPointCommand: RestoreTableFromRecoveryPointCommand_1.RestoreTableFromRecoveryPointCommand,
106
- RestoreTableFromSnapshotCommand: RestoreTableFromSnapshotCommand_1.RestoreTableFromSnapshotCommand,
107
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
108
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
109
- UpdateCustomDomainAssociationCommand: UpdateCustomDomainAssociationCommand_1.UpdateCustomDomainAssociationCommand,
110
- UpdateEndpointAccessCommand: UpdateEndpointAccessCommand_1.UpdateEndpointAccessCommand,
111
- UpdateNamespaceCommand: UpdateNamespaceCommand_1.UpdateNamespaceCommand,
112
- UpdateScheduledActionCommand: UpdateScheduledActionCommand_1.UpdateScheduledActionCommand,
113
- UpdateSnapshotCommand: UpdateSnapshotCommand_1.UpdateSnapshotCommand,
114
- UpdateSnapshotCopyConfigurationCommand: UpdateSnapshotCopyConfigurationCommand_1.UpdateSnapshotCopyConfigurationCommand,
115
- UpdateUsageLimitCommand: UpdateUsageLimitCommand_1.UpdateUsageLimitCommand,
116
- UpdateWorkgroupCommand: UpdateWorkgroupCommand_1.UpdateWorkgroupCommand,
117
- };
118
- class RedshiftServerless extends RedshiftServerlessClient_1.RedshiftServerlessClient {
119
- }
120
- exports.RedshiftServerless = RedshiftServerless;
121
- (0, smithy_client_1.createAggregatedClient)(commands, RedshiftServerless);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RedshiftServerlessClient = 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 RedshiftServerlessClient 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.RedshiftServerlessClient = RedshiftServerlessClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ConvertRecoveryPointToSnapshotCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ConvertRecoveryPointToSnapshotCommand 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("RedshiftServerless", "ConvertRecoveryPointToSnapshot", {})
22
- .n("RedshiftServerlessClient", "ConvertRecoveryPointToSnapshotCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ConvertRecoveryPointToSnapshotCommand)
25
- .de(Aws_json1_1_1.de_ConvertRecoveryPointToSnapshotCommand)
26
- .build() {
27
- }
28
- exports.ConvertRecoveryPointToSnapshotCommand = ConvertRecoveryPointToSnapshotCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCustomDomainAssociationCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateCustomDomainAssociationCommand 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("RedshiftServerless", "CreateCustomDomainAssociation", {})
22
- .n("RedshiftServerlessClient", "CreateCustomDomainAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateCustomDomainAssociationCommand)
25
- .de(Aws_json1_1_1.de_CreateCustomDomainAssociationCommand)
26
- .build() {
27
- }
28
- exports.CreateCustomDomainAssociationCommand = CreateCustomDomainAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateEndpointAccessCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateEndpointAccessCommand 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("RedshiftServerless", "CreateEndpointAccess", {})
22
- .n("RedshiftServerlessClient", "CreateEndpointAccessCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateEndpointAccessCommand)
25
- .de(Aws_json1_1_1.de_CreateEndpointAccessCommand)
26
- .build() {
27
- }
28
- exports.CreateEndpointAccessCommand = CreateEndpointAccessCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateNamespaceCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class CreateNamespaceCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("RedshiftServerless", "CreateNamespace", {})
23
- .n("RedshiftServerlessClient", "CreateNamespaceCommand")
24
- .f(models_0_1.CreateNamespaceRequestFilterSensitiveLog, models_0_1.CreateNamespaceResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_CreateNamespaceCommand)
26
- .de(Aws_json1_1_1.de_CreateNamespaceCommand)
27
- .build() {
28
- }
29
- exports.CreateNamespaceCommand = CreateNamespaceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateScheduledActionCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateScheduledActionCommand 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("RedshiftServerless", "CreateScheduledAction", {})
22
- .n("RedshiftServerlessClient", "CreateScheduledActionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateScheduledActionCommand)
25
- .de(Aws_json1_1_1.de_CreateScheduledActionCommand)
26
- .build() {
27
- }
28
- exports.CreateScheduledActionCommand = CreateScheduledActionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSnapshotCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateSnapshotCommand 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("RedshiftServerless", "CreateSnapshot", {})
22
- .n("RedshiftServerlessClient", "CreateSnapshotCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateSnapshotCommand)
25
- .de(Aws_json1_1_1.de_CreateSnapshotCommand)
26
- .build() {
27
- }
28
- exports.CreateSnapshotCommand = CreateSnapshotCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSnapshotCopyConfigurationCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateSnapshotCopyConfigurationCommand 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("RedshiftServerless", "CreateSnapshotCopyConfiguration", {})
22
- .n("RedshiftServerlessClient", "CreateSnapshotCopyConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateSnapshotCopyConfigurationCommand)
25
- .de(Aws_json1_1_1.de_CreateSnapshotCopyConfigurationCommand)
26
- .build() {
27
- }
28
- exports.CreateSnapshotCopyConfigurationCommand = CreateSnapshotCopyConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateUsageLimitCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateUsageLimitCommand 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("RedshiftServerless", "CreateUsageLimit", {})
22
- .n("RedshiftServerlessClient", "CreateUsageLimitCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateUsageLimitCommand)
25
- .de(Aws_json1_1_1.de_CreateUsageLimitCommand)
26
- .build() {
27
- }
28
- exports.CreateUsageLimitCommand = CreateUsageLimitCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWorkgroupCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateWorkgroupCommand 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("RedshiftServerless", "CreateWorkgroup", {})
22
- .n("RedshiftServerlessClient", "CreateWorkgroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateWorkgroupCommand)
25
- .de(Aws_json1_1_1.de_CreateWorkgroupCommand)
26
- .build() {
27
- }
28
- exports.CreateWorkgroupCommand = CreateWorkgroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCustomDomainAssociationCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteCustomDomainAssociationCommand 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("RedshiftServerless", "DeleteCustomDomainAssociation", {})
22
- .n("RedshiftServerlessClient", "DeleteCustomDomainAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteCustomDomainAssociationCommand)
25
- .de(Aws_json1_1_1.de_DeleteCustomDomainAssociationCommand)
26
- .build() {
27
- }
28
- exports.DeleteCustomDomainAssociationCommand = DeleteCustomDomainAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEndpointAccessCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteEndpointAccessCommand 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("RedshiftServerless", "DeleteEndpointAccess", {})
22
- .n("RedshiftServerlessClient", "DeleteEndpointAccessCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteEndpointAccessCommand)
25
- .de(Aws_json1_1_1.de_DeleteEndpointAccessCommand)
26
- .build() {
27
- }
28
- exports.DeleteEndpointAccessCommand = DeleteEndpointAccessCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteNamespaceCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class DeleteNamespaceCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("RedshiftServerless", "DeleteNamespace", {})
23
- .n("RedshiftServerlessClient", "DeleteNamespaceCommand")
24
- .f(void 0, models_0_1.DeleteNamespaceResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_DeleteNamespaceCommand)
26
- .de(Aws_json1_1_1.de_DeleteNamespaceCommand)
27
- .build() {
28
- }
29
- exports.DeleteNamespaceCommand = DeleteNamespaceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteResourcePolicyCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteResourcePolicyCommand 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("RedshiftServerless", "DeleteResourcePolicy", {})
22
- .n("RedshiftServerlessClient", "DeleteResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteResourcePolicyCommand)
25
- .de(Aws_json1_1_1.de_DeleteResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteScheduledActionCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteScheduledActionCommand 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("RedshiftServerless", "DeleteScheduledAction", {})
22
- .n("RedshiftServerlessClient", "DeleteScheduledActionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteScheduledActionCommand)
25
- .de(Aws_json1_1_1.de_DeleteScheduledActionCommand)
26
- .build() {
27
- }
28
- exports.DeleteScheduledActionCommand = DeleteScheduledActionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSnapshotCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteSnapshotCommand 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("RedshiftServerless", "DeleteSnapshot", {})
22
- .n("RedshiftServerlessClient", "DeleteSnapshotCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteSnapshotCommand)
25
- .de(Aws_json1_1_1.de_DeleteSnapshotCommand)
26
- .build() {
27
- }
28
- exports.DeleteSnapshotCommand = DeleteSnapshotCommand;
1
+ module.exports = require("../index.js");