@aws-sdk/client-finspace 3.651.1 → 3.654.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 (101) hide show
  1. package/dist-types/commands/CreateEnvironmentCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateKxChangesetCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateKxClusterCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateKxDatabaseCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateKxDataviewCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateKxEnvironmentCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateKxScalingGroupCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateKxUserCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateKxVolumeCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteKxClusterCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteKxClusterNodeCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteKxDatabaseCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteKxDataviewCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteKxEnvironmentCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteKxScalingGroupCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteKxUserCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteKxVolumeCommand.d.ts +11 -0
  19. package/dist-types/commands/GetEnvironmentCommand.d.ts +11 -0
  20. package/dist-types/commands/GetKxChangesetCommand.d.ts +11 -0
  21. package/dist-types/commands/GetKxClusterCommand.d.ts +11 -0
  22. package/dist-types/commands/GetKxConnectionStringCommand.d.ts +11 -0
  23. package/dist-types/commands/GetKxDatabaseCommand.d.ts +11 -0
  24. package/dist-types/commands/GetKxDataviewCommand.d.ts +11 -0
  25. package/dist-types/commands/GetKxEnvironmentCommand.d.ts +11 -0
  26. package/dist-types/commands/GetKxScalingGroupCommand.d.ts +11 -0
  27. package/dist-types/commands/GetKxUserCommand.d.ts +11 -0
  28. package/dist-types/commands/GetKxVolumeCommand.d.ts +11 -0
  29. package/dist-types/commands/ListEnvironmentsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListKxChangesetsCommand.d.ts +11 -0
  31. package/dist-types/commands/ListKxClusterNodesCommand.d.ts +11 -0
  32. package/dist-types/commands/ListKxClustersCommand.d.ts +11 -0
  33. package/dist-types/commands/ListKxDatabasesCommand.d.ts +11 -0
  34. package/dist-types/commands/ListKxDataviewsCommand.d.ts +11 -0
  35. package/dist-types/commands/ListKxEnvironmentsCommand.d.ts +11 -0
  36. package/dist-types/commands/ListKxScalingGroupsCommand.d.ts +11 -0
  37. package/dist-types/commands/ListKxUsersCommand.d.ts +11 -0
  38. package/dist-types/commands/ListKxVolumesCommand.d.ts +11 -0
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  40. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  41. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  42. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +11 -0
  43. package/dist-types/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +11 -0
  44. package/dist-types/commands/UpdateKxClusterDatabasesCommand.d.ts +11 -0
  45. package/dist-types/commands/UpdateKxDatabaseCommand.d.ts +11 -0
  46. package/dist-types/commands/UpdateKxDataviewCommand.d.ts +11 -0
  47. package/dist-types/commands/UpdateKxEnvironmentCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateKxEnvironmentNetworkCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateKxUserCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateKxVolumeCommand.d.ts +11 -0
  51. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/CreateKxChangesetCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/CreateKxClusterCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/CreateKxDatabaseCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/CreateKxDataviewCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CreateKxEnvironmentCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateKxScalingGroupCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateKxUserCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateKxVolumeCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/DeleteKxClusterCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteKxClusterNodeCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteKxDatabaseCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteKxDataviewCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteKxEnvironmentCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteKxScalingGroupCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteKxUserCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeleteKxVolumeCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/GetKxChangesetCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/GetKxClusterCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/GetKxConnectionStringCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/GetKxDatabaseCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/GetKxDataviewCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/GetKxEnvironmentCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/GetKxScalingGroupCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/GetKxUserCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/GetKxVolumeCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/ListKxChangesetsCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListKxClusterNodesCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListKxClustersCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListKxDatabasesCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListKxDataviewsCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListKxEnvironmentsCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListKxScalingGroupsCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListKxUsersCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListKxVolumesCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/UpdateKxClusterDatabasesCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/UpdateKxDatabaseCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/UpdateKxDataviewCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/UpdateKxEnvironmentCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/UpdateKxEnvironmentNetworkCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/UpdateKxUserCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/UpdateKxVolumeCommand.d.ts +12 -1
  101. package/package.json +35 -35
@@ -105,4 +105,15 @@ declare const CreateEnvironmentCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: CreateEnvironmentRequest;
112
+ output: CreateEnvironmentResponse;
113
+ };
114
+ sdk: {
115
+ input: CreateEnvironmentCommandInput;
116
+ output: CreateEnvironmentCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -106,4 +106,15 @@ declare const CreateKxChangesetCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class CreateKxChangesetCommand extends CreateKxChangesetCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: CreateKxChangesetRequest;
113
+ output: CreateKxChangesetResponse;
114
+ };
115
+ sdk: {
116
+ input: CreateKxChangesetCommandInput;
117
+ output: CreateKxChangesetCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -281,4 +281,15 @@ declare const CreateKxClusterCommand_base: {
281
281
  * @public
282
282
  */
283
283
  export declare class CreateKxClusterCommand extends CreateKxClusterCommand_base {
284
+ /** @internal type navigation helper, not in runtime. */
285
+ protected static __types: {
286
+ api: {
287
+ input: CreateKxClusterRequest;
288
+ output: CreateKxClusterResponse;
289
+ };
290
+ sdk: {
291
+ input: CreateKxClusterCommandInput;
292
+ output: CreateKxClusterCommandOutput;
293
+ };
294
+ };
284
295
  }
@@ -93,4 +93,15 @@ declare const CreateKxDatabaseCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class CreateKxDatabaseCommand extends CreateKxDatabaseCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: CreateKxDatabaseRequest;
100
+ output: CreateKxDatabaseResponse;
101
+ };
102
+ sdk: {
103
+ input: CreateKxDatabaseCommandInput;
104
+ output: CreateKxDatabaseCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -124,4 +124,15 @@ declare const CreateKxDataviewCommand_base: {
124
124
  * @public
125
125
  */
126
126
  export declare class CreateKxDataviewCommand extends CreateKxDataviewCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: CreateKxDataviewRequest;
131
+ output: CreateKxDataviewResponse;
132
+ };
133
+ sdk: {
134
+ input: CreateKxDataviewCommandInput;
135
+ output: CreateKxDataviewCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -92,4 +92,15 @@ declare const CreateKxEnvironmentCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class CreateKxEnvironmentCommand extends CreateKxEnvironmentCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: CreateKxEnvironmentRequest;
99
+ output: CreateKxEnvironmentResponse;
100
+ };
101
+ sdk: {
102
+ input: CreateKxEnvironmentCommandInput;
103
+ output: CreateKxEnvironmentCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -92,4 +92,15 @@ declare const CreateKxScalingGroupCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class CreateKxScalingGroupCommand extends CreateKxScalingGroupCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: CreateKxScalingGroupRequest;
99
+ output: CreateKxScalingGroupResponse;
100
+ };
101
+ sdk: {
102
+ input: CreateKxScalingGroupCommandInput;
103
+ output: CreateKxScalingGroupCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -91,4 +91,15 @@ declare const CreateKxUserCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class CreateKxUserCommand extends CreateKxUserCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: CreateKxUserRequest;
98
+ output: CreateKxUserResponse;
99
+ };
100
+ sdk: {
101
+ input: CreateKxUserCommandInput;
102
+ output: CreateKxUserCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -113,4 +113,15 @@ declare const CreateKxVolumeCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class CreateKxVolumeCommand extends CreateKxVolumeCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: CreateKxVolumeRequest;
120
+ output: CreateKxVolumeResponse;
121
+ };
122
+ sdk: {
123
+ input: CreateKxVolumeCommandInput;
124
+ output: CreateKxVolumeCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -73,4 +73,15 @@ declare const DeleteEnvironmentCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteEnvironmentRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteEnvironmentCommandInput;
84
+ output: DeleteEnvironmentCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -79,4 +79,15 @@ declare const DeleteKxClusterCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DeleteKxClusterCommand extends DeleteKxClusterCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteKxClusterRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: DeleteKxClusterCommandInput;
90
+ output: DeleteKxClusterCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -74,4 +74,15 @@ declare const DeleteKxClusterNodeCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeleteKxClusterNodeCommand extends DeleteKxClusterNodeCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeleteKxClusterNodeRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: DeleteKxClusterNodeCommandInput;
85
+ output: DeleteKxClusterNodeCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -76,4 +76,15 @@ declare const DeleteKxDatabaseCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DeleteKxDatabaseCommand extends DeleteKxDatabaseCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DeleteKxDatabaseRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: DeleteKxDatabaseCommandInput;
87
+ output: DeleteKxDatabaseCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -78,4 +78,15 @@ declare const DeleteKxDataviewCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class DeleteKxDataviewCommand extends DeleteKxDataviewCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DeleteKxDataviewRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: DeleteKxDataviewCommandInput;
89
+ output: DeleteKxDataviewCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -75,4 +75,15 @@ declare const DeleteKxEnvironmentCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteKxEnvironmentCommand extends DeleteKxEnvironmentCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteKxEnvironmentRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteKxEnvironmentCommandInput;
86
+ output: DeleteKxEnvironmentCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -80,4 +80,15 @@ declare const DeleteKxScalingGroupCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DeleteKxScalingGroupCommand extends DeleteKxScalingGroupCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DeleteKxScalingGroupRequest;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: DeleteKxScalingGroupCommandInput;
91
+ output: DeleteKxScalingGroupCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -76,4 +76,15 @@ declare const DeleteKxUserCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DeleteKxUserCommand extends DeleteKxUserCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DeleteKxUserRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: DeleteKxUserCommandInput;
87
+ output: DeleteKxUserCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -82,4 +82,15 @@ declare const DeleteKxVolumeCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DeleteKxVolumeCommand extends DeleteKxVolumeCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DeleteKxVolumeRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: DeleteKxVolumeCommandInput;
93
+ output: DeleteKxVolumeCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -94,4 +94,15 @@ declare const GetEnvironmentCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: GetEnvironmentRequest;
101
+ output: GetEnvironmentResponse;
102
+ };
103
+ sdk: {
104
+ input: GetEnvironmentCommandInput;
105
+ output: GetEnvironmentCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -92,4 +92,15 @@ declare const GetKxChangesetCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class GetKxChangesetCommand extends GetKxChangesetCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: GetKxChangesetRequest;
99
+ output: GetKxChangesetResponse;
100
+ };
101
+ sdk: {
102
+ input: GetKxChangesetCommandInput;
103
+ output: GetKxChangesetCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -183,4 +183,15 @@ declare const GetKxClusterCommand_base: {
183
183
  * @public
184
184
  */
185
185
  export declare class GetKxClusterCommand extends GetKxClusterCommand_base {
186
+ /** @internal type navigation helper, not in runtime. */
187
+ protected static __types: {
188
+ api: {
189
+ input: GetKxClusterRequest;
190
+ output: GetKxClusterResponse;
191
+ };
192
+ sdk: {
193
+ input: GetKxClusterCommandInput;
194
+ output: GetKxClusterCommandOutput;
195
+ };
196
+ };
186
197
  }
@@ -75,4 +75,15 @@ declare const GetKxConnectionStringCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class GetKxConnectionStringCommand extends GetKxConnectionStringCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: GetKxConnectionStringRequest;
82
+ output: GetKxConnectionStringResponse;
83
+ };
84
+ sdk: {
85
+ input: GetKxConnectionStringCommandInput;
86
+ output: GetKxConnectionStringCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -83,4 +83,15 @@ declare const GetKxDatabaseCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class GetKxDatabaseCommand extends GetKxDatabaseCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: GetKxDatabaseRequest;
90
+ output: GetKxDatabaseResponse;
91
+ };
92
+ sdk: {
93
+ input: GetKxDatabaseCommandInput;
94
+ output: GetKxDatabaseCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -117,4 +117,15 @@ declare const GetKxDataviewCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class GetKxDataviewCommand extends GetKxDataviewCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: GetKxDataviewRequest;
124
+ output: GetKxDataviewResponse;
125
+ };
126
+ sdk: {
127
+ input: GetKxDataviewCommandInput;
128
+ output: GetKxDataviewCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -115,4 +115,15 @@ declare const GetKxEnvironmentCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class GetKxEnvironmentCommand extends GetKxEnvironmentCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: GetKxEnvironmentRequest;
122
+ output: GetKxEnvironmentResponse;
123
+ };
124
+ sdk: {
125
+ input: GetKxEnvironmentCommandInput;
126
+ output: GetKxEnvironmentCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -91,4 +91,15 @@ declare const GetKxScalingGroupCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class GetKxScalingGroupCommand extends GetKxScalingGroupCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetKxScalingGroupRequest;
98
+ output: GetKxScalingGroupResponse;
99
+ };
100
+ sdk: {
101
+ input: GetKxScalingGroupCommandInput;
102
+ output: GetKxScalingGroupCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -77,4 +77,15 @@ declare const GetKxUserCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class GetKxUserCommand extends GetKxUserCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: GetKxUserRequest;
84
+ output: GetKxUserResponse;
85
+ };
86
+ sdk: {
87
+ input: GetKxUserCommandInput;
88
+ output: GetKxUserCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -104,4 +104,15 @@ declare const GetKxVolumeCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class GetKxVolumeCommand extends GetKxVolumeCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: GetKxVolumeRequest;
111
+ output: GetKxVolumeResponse;
112
+ };
113
+ sdk: {
114
+ input: GetKxVolumeCommandInput;
115
+ output: GetKxVolumeCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -95,4 +95,15 @@ declare const ListEnvironmentsCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: ListEnvironmentsRequest;
102
+ output: ListEnvironmentsResponse;
103
+ };
104
+ sdk: {
105
+ input: ListEnvironmentsCommandInput;
106
+ output: ListEnvironmentsCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -85,4 +85,15 @@ declare const ListKxChangesetsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListKxChangesetsCommand extends ListKxChangesetsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListKxChangesetsRequest;
92
+ output: ListKxChangesetsResponse;
93
+ };
94
+ sdk: {
95
+ input: ListKxChangesetsCommandInput;
96
+ output: ListKxChangesetsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -87,4 +87,15 @@ declare const ListKxClusterNodesCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListKxClusterNodesCommand extends ListKxClusterNodesCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListKxClusterNodesRequest;
94
+ output: ListKxClusterNodesResponse;
95
+ };
96
+ sdk: {
97
+ input: ListKxClusterNodesCommandInput;
98
+ output: ListKxClusterNodesCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -104,4 +104,15 @@ declare const ListKxClustersCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class ListKxClustersCommand extends ListKxClustersCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: ListKxClustersRequest;
111
+ output: ListKxClustersResponse;
112
+ };
113
+ sdk: {
114
+ input: ListKxClustersCommandInput;
115
+ output: ListKxClustersCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -82,4 +82,15 @@ declare const ListKxDatabasesCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class ListKxDatabasesCommand extends ListKxDatabasesCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: ListKxDatabasesRequest;
89
+ output: ListKxDatabasesResponse;
90
+ };
91
+ sdk: {
92
+ input: ListKxDatabasesCommandInput;
93
+ output: ListKxDatabasesCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -122,4 +122,15 @@ declare const ListKxDataviewsCommand_base: {
122
122
  * @public
123
123
  */
124
124
  export declare class ListKxDataviewsCommand extends ListKxDataviewsCommand_base {
125
+ /** @internal type navigation helper, not in runtime. */
126
+ protected static __types: {
127
+ api: {
128
+ input: ListKxDataviewsRequest;
129
+ output: ListKxDataviewsResponse;
130
+ };
131
+ sdk: {
132
+ input: ListKxDataviewsCommandInput;
133
+ output: ListKxDataviewsCommandOutput;
134
+ };
135
+ };
125
136
  }
@@ -115,4 +115,15 @@ declare const ListKxEnvironmentsCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class ListKxEnvironmentsCommand extends ListKxEnvironmentsCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: ListKxEnvironmentsRequest;
122
+ output: ListKxEnvironmentsResponse;
123
+ };
124
+ sdk: {
125
+ input: ListKxEnvironmentsCommandInput;
126
+ output: ListKxEnvironmentsCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -96,4 +96,15 @@ declare const ListKxScalingGroupsCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class ListKxScalingGroupsCommand extends ListKxScalingGroupsCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: ListKxScalingGroupsRequest;
103
+ output: ListKxScalingGroupsResponse;
104
+ };
105
+ sdk: {
106
+ input: ListKxScalingGroupsCommandInput;
107
+ output: ListKxScalingGroupsCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -84,4 +84,15 @@ declare const ListKxUsersCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ListKxUsersCommand extends ListKxUsersCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ListKxUsersRequest;
91
+ output: ListKxUsersResponse;
92
+ };
93
+ sdk: {
94
+ input: ListKxUsersCommandInput;
95
+ output: ListKxUsersCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -99,4 +99,15 @@ declare const ListKxVolumesCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class ListKxVolumesCommand extends ListKxVolumesCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: ListKxVolumesRequest;
106
+ output: ListKxVolumesResponse;
107
+ };
108
+ sdk: {
109
+ input: ListKxVolumesCommandInput;
110
+ output: ListKxVolumesCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -69,4 +69,15 @@ declare const ListTagsForResourceCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: ListTagsForResourceRequest;
76
+ output: ListTagsForResourceResponse;
77
+ };
78
+ sdk: {
79
+ input: ListTagsForResourceCommandInput;
80
+ output: ListTagsForResourceCommandOutput;
81
+ };
82
+ };
72
83
  }