@aws-sdk/client-finspace 3.468.0 → 3.473.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 (97) hide show
  1. package/README.md +112 -0
  2. package/dist-cjs/Finspace.js +28 -0
  3. package/dist-cjs/commands/CreateKxDataviewCommand.js +51 -0
  4. package/dist-cjs/commands/CreateKxScalingGroupCommand.js +51 -0
  5. package/dist-cjs/commands/CreateKxVolumeCommand.js +51 -0
  6. package/dist-cjs/commands/DeleteKxDataviewCommand.js +51 -0
  7. package/dist-cjs/commands/DeleteKxScalingGroupCommand.js +51 -0
  8. package/dist-cjs/commands/DeleteKxVolumeCommand.js +51 -0
  9. package/dist-cjs/commands/GetKxDataviewCommand.js +51 -0
  10. package/dist-cjs/commands/GetKxScalingGroupCommand.js +51 -0
  11. package/dist-cjs/commands/GetKxVolumeCommand.js +51 -0
  12. package/dist-cjs/commands/ListKxDataviewsCommand.js +51 -0
  13. package/dist-cjs/commands/ListKxScalingGroupsCommand.js +51 -0
  14. package/dist-cjs/commands/ListKxVolumesCommand.js +51 -0
  15. package/dist-cjs/commands/UpdateKxDataviewCommand.js +51 -0
  16. package/dist-cjs/commands/UpdateKxVolumeCommand.js +51 -0
  17. package/dist-cjs/commands/index.js +14 -0
  18. package/dist-cjs/models/models_0.js +39 -1
  19. package/dist-cjs/pagination/ListKxDataviewsPaginator.js +29 -0
  20. package/dist-cjs/pagination/ListKxScalingGroupsPaginator.js +29 -0
  21. package/dist-cjs/pagination/index.js +2 -0
  22. package/dist-cjs/protocols/Aws_restJson1.js +1477 -207
  23. package/dist-es/Finspace.js +28 -0
  24. package/dist-es/commands/CreateKxDataviewCommand.js +47 -0
  25. package/dist-es/commands/CreateKxScalingGroupCommand.js +47 -0
  26. package/dist-es/commands/CreateKxVolumeCommand.js +47 -0
  27. package/dist-es/commands/DeleteKxDataviewCommand.js +47 -0
  28. package/dist-es/commands/DeleteKxScalingGroupCommand.js +47 -0
  29. package/dist-es/commands/DeleteKxVolumeCommand.js +47 -0
  30. package/dist-es/commands/GetKxDataviewCommand.js +47 -0
  31. package/dist-es/commands/GetKxScalingGroupCommand.js +47 -0
  32. package/dist-es/commands/GetKxVolumeCommand.js +47 -0
  33. package/dist-es/commands/ListKxDataviewsCommand.js +47 -0
  34. package/dist-es/commands/ListKxScalingGroupsCommand.js +47 -0
  35. package/dist-es/commands/ListKxVolumesCommand.js +47 -0
  36. package/dist-es/commands/UpdateKxDataviewCommand.js +47 -0
  37. package/dist-es/commands/UpdateKxVolumeCommand.js +47 -0
  38. package/dist-es/commands/index.js +14 -0
  39. package/dist-es/models/models_0.js +38 -0
  40. package/dist-es/pagination/ListKxDataviewsPaginator.js +25 -0
  41. package/dist-es/pagination/ListKxScalingGroupsPaginator.js +25 -0
  42. package/dist-es/pagination/index.js +2 -0
  43. package/dist-es/protocols/Aws_restJson1.js +1397 -155
  44. package/dist-types/Finspace.d.ts +98 -0
  45. package/dist-types/FinspaceClient.d.ts +16 -2
  46. package/dist-types/commands/CreateKxClusterCommand.d.ts +68 -6
  47. package/dist-types/commands/CreateKxDataviewCommand.d.ts +136 -0
  48. package/dist-types/commands/CreateKxScalingGroupCommand.d.ts +108 -0
  49. package/dist-types/commands/CreateKxVolumeCommand.d.ts +129 -0
  50. package/dist-types/commands/DeleteKxDataviewCommand.d.ts +94 -0
  51. package/dist-types/commands/DeleteKxEnvironmentCommand.d.ts +4 -0
  52. package/dist-types/commands/DeleteKxScalingGroupCommand.d.ts +96 -0
  53. package/dist-types/commands/DeleteKxUserCommand.d.ts +4 -0
  54. package/dist-types/commands/DeleteKxVolumeCommand.d.ts +98 -0
  55. package/dist-types/commands/GetKxClusterCommand.d.ts +37 -3
  56. package/dist-types/commands/GetKxDataviewCommand.d.ts +130 -0
  57. package/dist-types/commands/GetKxEnvironmentCommand.d.ts +3 -0
  58. package/dist-types/commands/GetKxScalingGroupCommand.d.ts +107 -0
  59. package/dist-types/commands/GetKxVolumeCommand.d.ts +120 -0
  60. package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -0
  61. package/dist-types/commands/ListKxClustersCommand.d.ts +8 -2
  62. package/dist-types/commands/ListKxDataviewsCommand.d.ts +135 -0
  63. package/dist-types/commands/ListKxEnvironmentsCommand.d.ts +3 -0
  64. package/dist-types/commands/ListKxScalingGroupsCommand.d.ts +112 -0
  65. package/dist-types/commands/ListKxVolumesCommand.d.ts +115 -0
  66. package/dist-types/commands/UpdateKxClusterDatabasesCommand.d.ts +15 -0
  67. package/dist-types/commands/UpdateKxDataviewCommand.d.ts +145 -0
  68. package/dist-types/commands/UpdateKxVolumeCommand.d.ts +128 -0
  69. package/dist-types/commands/index.d.ts +14 -0
  70. package/dist-types/models/models_0.d.ts +2214 -214
  71. package/dist-types/pagination/ListKxDataviewsPaginator.d.ts +7 -0
  72. package/dist-types/pagination/ListKxScalingGroupsPaginator.d.ts +7 -0
  73. package/dist-types/pagination/index.d.ts +2 -0
  74. package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
  75. package/dist-types/ts3.4/Finspace.d.ts +238 -0
  76. package/dist-types/ts3.4/FinspaceClient.d.ts +86 -2
  77. package/dist-types/ts3.4/commands/CreateKxDataviewCommand.d.ts +38 -0
  78. package/dist-types/ts3.4/commands/CreateKxScalingGroupCommand.d.ts +42 -0
  79. package/dist-types/ts3.4/commands/CreateKxVolumeCommand.d.ts +38 -0
  80. package/dist-types/ts3.4/commands/DeleteKxDataviewCommand.d.ts +38 -0
  81. package/dist-types/ts3.4/commands/DeleteKxScalingGroupCommand.d.ts +42 -0
  82. package/dist-types/ts3.4/commands/DeleteKxVolumeCommand.d.ts +38 -0
  83. package/dist-types/ts3.4/commands/GetKxDataviewCommand.d.ts +38 -0
  84. package/dist-types/ts3.4/commands/GetKxScalingGroupCommand.d.ts +39 -0
  85. package/dist-types/ts3.4/commands/GetKxVolumeCommand.d.ts +35 -0
  86. package/dist-types/ts3.4/commands/ListKxDataviewsCommand.d.ts +38 -0
  87. package/dist-types/ts3.4/commands/ListKxScalingGroupsCommand.d.ts +39 -0
  88. package/dist-types/ts3.4/commands/ListKxVolumesCommand.d.ts +38 -0
  89. package/dist-types/ts3.4/commands/UpdateKxDataviewCommand.d.ts +38 -0
  90. package/dist-types/ts3.4/commands/UpdateKxVolumeCommand.d.ts +38 -0
  91. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +360 -4
  93. package/dist-types/ts3.4/pagination/ListKxDataviewsPaginator.d.ts +11 -0
  94. package/dist-types/ts3.4/pagination/ListKxScalingGroupsPaginator.d.ts +11 -0
  95. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  96. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
  97. package/package.json +13 -13
@@ -3,27 +3,39 @@ import { CreateEnvironmentCommand, } from "./commands/CreateEnvironmentCommand";
3
3
  import { CreateKxChangesetCommand, } from "./commands/CreateKxChangesetCommand";
4
4
  import { CreateKxClusterCommand, } from "./commands/CreateKxClusterCommand";
5
5
  import { CreateKxDatabaseCommand, } from "./commands/CreateKxDatabaseCommand";
6
+ import { CreateKxDataviewCommand, } from "./commands/CreateKxDataviewCommand";
6
7
  import { CreateKxEnvironmentCommand, } from "./commands/CreateKxEnvironmentCommand";
8
+ import { CreateKxScalingGroupCommand, } from "./commands/CreateKxScalingGroupCommand";
7
9
  import { CreateKxUserCommand, } from "./commands/CreateKxUserCommand";
10
+ import { CreateKxVolumeCommand, } from "./commands/CreateKxVolumeCommand";
8
11
  import { DeleteEnvironmentCommand, } from "./commands/DeleteEnvironmentCommand";
9
12
  import { DeleteKxClusterCommand, } from "./commands/DeleteKxClusterCommand";
10
13
  import { DeleteKxDatabaseCommand, } from "./commands/DeleteKxDatabaseCommand";
14
+ import { DeleteKxDataviewCommand, } from "./commands/DeleteKxDataviewCommand";
11
15
  import { DeleteKxEnvironmentCommand, } from "./commands/DeleteKxEnvironmentCommand";
16
+ import { DeleteKxScalingGroupCommand, } from "./commands/DeleteKxScalingGroupCommand";
12
17
  import { DeleteKxUserCommand, } from "./commands/DeleteKxUserCommand";
18
+ import { DeleteKxVolumeCommand, } from "./commands/DeleteKxVolumeCommand";
13
19
  import { GetEnvironmentCommand, } from "./commands/GetEnvironmentCommand";
14
20
  import { GetKxChangesetCommand, } from "./commands/GetKxChangesetCommand";
15
21
  import { GetKxClusterCommand, } from "./commands/GetKxClusterCommand";
16
22
  import { GetKxConnectionStringCommand, } from "./commands/GetKxConnectionStringCommand";
17
23
  import { GetKxDatabaseCommand, } from "./commands/GetKxDatabaseCommand";
24
+ import { GetKxDataviewCommand, } from "./commands/GetKxDataviewCommand";
18
25
  import { GetKxEnvironmentCommand, } from "./commands/GetKxEnvironmentCommand";
26
+ import { GetKxScalingGroupCommand, } from "./commands/GetKxScalingGroupCommand";
19
27
  import { GetKxUserCommand } from "./commands/GetKxUserCommand";
28
+ import { GetKxVolumeCommand } from "./commands/GetKxVolumeCommand";
20
29
  import { ListEnvironmentsCommand, } from "./commands/ListEnvironmentsCommand";
21
30
  import { ListKxChangesetsCommand, } from "./commands/ListKxChangesetsCommand";
22
31
  import { ListKxClusterNodesCommand, } from "./commands/ListKxClusterNodesCommand";
23
32
  import { ListKxClustersCommand, } from "./commands/ListKxClustersCommand";
24
33
  import { ListKxDatabasesCommand, } from "./commands/ListKxDatabasesCommand";
34
+ import { ListKxDataviewsCommand, } from "./commands/ListKxDataviewsCommand";
25
35
  import { ListKxEnvironmentsCommand, } from "./commands/ListKxEnvironmentsCommand";
36
+ import { ListKxScalingGroupsCommand, } from "./commands/ListKxScalingGroupsCommand";
26
37
  import { ListKxUsersCommand } from "./commands/ListKxUsersCommand";
38
+ import { ListKxVolumesCommand, } from "./commands/ListKxVolumesCommand";
27
39
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
28
40
  import { TagResourceCommand } from "./commands/TagResourceCommand";
29
41
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
@@ -31,36 +43,50 @@ import { UpdateEnvironmentCommand, } from "./commands/UpdateEnvironmentCommand";
31
43
  import { UpdateKxClusterCodeConfigurationCommand, } from "./commands/UpdateKxClusterCodeConfigurationCommand";
32
44
  import { UpdateKxClusterDatabasesCommand, } from "./commands/UpdateKxClusterDatabasesCommand";
33
45
  import { UpdateKxDatabaseCommand, } from "./commands/UpdateKxDatabaseCommand";
46
+ import { UpdateKxDataviewCommand, } from "./commands/UpdateKxDataviewCommand";
34
47
  import { UpdateKxEnvironmentCommand, } from "./commands/UpdateKxEnvironmentCommand";
35
48
  import { UpdateKxEnvironmentNetworkCommand, } from "./commands/UpdateKxEnvironmentNetworkCommand";
36
49
  import { UpdateKxUserCommand, } from "./commands/UpdateKxUserCommand";
50
+ import { UpdateKxVolumeCommand, } from "./commands/UpdateKxVolumeCommand";
37
51
  import { FinspaceClient } from "./FinspaceClient";
38
52
  const commands = {
39
53
  CreateEnvironmentCommand,
40
54
  CreateKxChangesetCommand,
41
55
  CreateKxClusterCommand,
42
56
  CreateKxDatabaseCommand,
57
+ CreateKxDataviewCommand,
43
58
  CreateKxEnvironmentCommand,
59
+ CreateKxScalingGroupCommand,
44
60
  CreateKxUserCommand,
61
+ CreateKxVolumeCommand,
45
62
  DeleteEnvironmentCommand,
46
63
  DeleteKxClusterCommand,
47
64
  DeleteKxDatabaseCommand,
65
+ DeleteKxDataviewCommand,
48
66
  DeleteKxEnvironmentCommand,
67
+ DeleteKxScalingGroupCommand,
49
68
  DeleteKxUserCommand,
69
+ DeleteKxVolumeCommand,
50
70
  GetEnvironmentCommand,
51
71
  GetKxChangesetCommand,
52
72
  GetKxClusterCommand,
53
73
  GetKxConnectionStringCommand,
54
74
  GetKxDatabaseCommand,
75
+ GetKxDataviewCommand,
55
76
  GetKxEnvironmentCommand,
77
+ GetKxScalingGroupCommand,
56
78
  GetKxUserCommand,
79
+ GetKxVolumeCommand,
57
80
  ListEnvironmentsCommand,
58
81
  ListKxChangesetsCommand,
59
82
  ListKxClusterNodesCommand,
60
83
  ListKxClustersCommand,
61
84
  ListKxDatabasesCommand,
85
+ ListKxDataviewsCommand,
62
86
  ListKxEnvironmentsCommand,
87
+ ListKxScalingGroupsCommand,
63
88
  ListKxUsersCommand,
89
+ ListKxVolumesCommand,
64
90
  ListTagsForResourceCommand,
65
91
  TagResourceCommand,
66
92
  UntagResourceCommand,
@@ -68,9 +94,11 @@ const commands = {
68
94
  UpdateKxClusterCodeConfigurationCommand,
69
95
  UpdateKxClusterDatabasesCommand,
70
96
  UpdateKxDatabaseCommand,
97
+ UpdateKxDataviewCommand,
71
98
  UpdateKxEnvironmentCommand,
72
99
  UpdateKxEnvironmentNetworkCommand,
73
100
  UpdateKxUserCommand,
101
+ UpdateKxVolumeCommand,
74
102
  };
75
103
  export class Finspace extends FinspaceClient {
76
104
  }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_CreateKxDataviewCommand, se_CreateKxDataviewCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class CreateKxDataviewCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, CreateKxDataviewCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "FinspaceClient";
26
+ const commandName = "CreateKxDataviewCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHabaneroManagementService",
35
+ operation: "CreateKxDataview",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_CreateKxDataviewCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_CreateKxDataviewCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_CreateKxScalingGroupCommand, se_CreateKxScalingGroupCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class CreateKxScalingGroupCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, CreateKxScalingGroupCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "FinspaceClient";
26
+ const commandName = "CreateKxScalingGroupCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHabaneroManagementService",
35
+ operation: "CreateKxScalingGroup",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_CreateKxScalingGroupCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_CreateKxScalingGroupCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_CreateKxVolumeCommand, se_CreateKxVolumeCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class CreateKxVolumeCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, CreateKxVolumeCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "FinspaceClient";
26
+ const commandName = "CreateKxVolumeCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHabaneroManagementService",
35
+ operation: "CreateKxVolume",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_CreateKxVolumeCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_CreateKxVolumeCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_DeleteKxDataviewCommand, se_DeleteKxDataviewCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteKxDataviewCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, DeleteKxDataviewCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "FinspaceClient";
26
+ const commandName = "DeleteKxDataviewCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHabaneroManagementService",
35
+ operation: "DeleteKxDataview",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_DeleteKxDataviewCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_DeleteKxDataviewCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_DeleteKxScalingGroupCommand, se_DeleteKxScalingGroupCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteKxScalingGroupCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, DeleteKxScalingGroupCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "FinspaceClient";
26
+ const commandName = "DeleteKxScalingGroupCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHabaneroManagementService",
35
+ operation: "DeleteKxScalingGroup",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_DeleteKxScalingGroupCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_DeleteKxScalingGroupCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_DeleteKxVolumeCommand, se_DeleteKxVolumeCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteKxVolumeCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, DeleteKxVolumeCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "FinspaceClient";
26
+ const commandName = "DeleteKxVolumeCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHabaneroManagementService",
35
+ operation: "DeleteKxVolume",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_DeleteKxVolumeCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_DeleteKxVolumeCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_GetKxDataviewCommand, se_GetKxDataviewCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class GetKxDataviewCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, GetKxDataviewCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "FinspaceClient";
26
+ const commandName = "GetKxDataviewCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHabaneroManagementService",
35
+ operation: "GetKxDataview",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_GetKxDataviewCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_GetKxDataviewCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_GetKxScalingGroupCommand, se_GetKxScalingGroupCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class GetKxScalingGroupCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, GetKxScalingGroupCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "FinspaceClient";
26
+ const commandName = "GetKxScalingGroupCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHabaneroManagementService",
35
+ operation: "GetKxScalingGroup",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_GetKxScalingGroupCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_GetKxScalingGroupCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_GetKxVolumeCommand, se_GetKxVolumeCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class GetKxVolumeCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, GetKxVolumeCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "FinspaceClient";
26
+ const commandName = "GetKxVolumeCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHabaneroManagementService",
35
+ operation: "GetKxVolume",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_GetKxVolumeCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_GetKxVolumeCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_ListKxDataviewsCommand, se_ListKxDataviewsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListKxDataviewsCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, ListKxDataviewsCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "FinspaceClient";
26
+ const commandName = "ListKxDataviewsCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHabaneroManagementService",
35
+ operation: "ListKxDataviews",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_ListKxDataviewsCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_ListKxDataviewsCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_ListKxScalingGroupsCommand, se_ListKxScalingGroupsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListKxScalingGroupsCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, ListKxScalingGroupsCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "FinspaceClient";
26
+ const commandName = "ListKxScalingGroupsCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHabaneroManagementService",
35
+ operation: "ListKxScalingGroups",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_ListKxScalingGroupsCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_ListKxScalingGroupsCommand(output, context);
46
+ }
47
+ }