@aws-sdk/client-finspace 3.651.1 → 3.658.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/CreateKxChangesetCommand.d.ts +11 -0
- package/dist-types/commands/CreateKxClusterCommand.d.ts +11 -0
- package/dist-types/commands/CreateKxDatabaseCommand.d.ts +11 -0
- package/dist-types/commands/CreateKxDataviewCommand.d.ts +11 -0
- package/dist-types/commands/CreateKxEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/CreateKxScalingGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateKxUserCommand.d.ts +11 -0
- package/dist-types/commands/CreateKxVolumeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteKxClusterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteKxClusterNodeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteKxDatabaseCommand.d.ts +11 -0
- package/dist-types/commands/DeleteKxDataviewCommand.d.ts +11 -0
- package/dist-types/commands/DeleteKxEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteKxScalingGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteKxUserCommand.d.ts +11 -0
- package/dist-types/commands/DeleteKxVolumeCommand.d.ts +11 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/GetKxChangesetCommand.d.ts +11 -0
- package/dist-types/commands/GetKxClusterCommand.d.ts +11 -0
- package/dist-types/commands/GetKxConnectionStringCommand.d.ts +11 -0
- package/dist-types/commands/GetKxDatabaseCommand.d.ts +11 -0
- package/dist-types/commands/GetKxDataviewCommand.d.ts +11 -0
- package/dist-types/commands/GetKxEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/GetKxScalingGroupCommand.d.ts +11 -0
- package/dist-types/commands/GetKxUserCommand.d.ts +11 -0
- package/dist-types/commands/GetKxVolumeCommand.d.ts +11 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +11 -0
- package/dist-types/commands/ListKxChangesetsCommand.d.ts +11 -0
- package/dist-types/commands/ListKxClusterNodesCommand.d.ts +11 -0
- package/dist-types/commands/ListKxClustersCommand.d.ts +11 -0
- package/dist-types/commands/ListKxDatabasesCommand.d.ts +11 -0
- package/dist-types/commands/ListKxDataviewsCommand.d.ts +11 -0
- package/dist-types/commands/ListKxEnvironmentsCommand.d.ts +11 -0
- package/dist-types/commands/ListKxScalingGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListKxUsersCommand.d.ts +11 -0
- package/dist-types/commands/ListKxVolumesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKxClusterDatabasesCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKxDatabaseCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKxDataviewCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKxEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKxEnvironmentNetworkCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKxUserCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKxVolumeCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateKxChangesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateKxClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateKxDatabaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateKxDataviewCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateKxEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateKxScalingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateKxUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateKxVolumeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteKxClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteKxClusterNodeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteKxDatabaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteKxDataviewCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteKxEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteKxScalingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteKxUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteKxVolumeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetKxChangesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetKxClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetKxConnectionStringCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetKxDatabaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetKxDataviewCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetKxEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetKxScalingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetKxUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetKxVolumeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKxChangesetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKxClusterNodesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKxClustersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKxDatabasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKxDataviewsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKxEnvironmentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKxScalingGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKxUsersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKxVolumesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKxClusterDatabasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKxDatabaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKxDataviewCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKxEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKxEnvironmentNetworkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKxUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKxVolumeCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -68,4 +68,15 @@ declare const TagResourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: TagResourceRequest;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: TagResourceCommandInput;
|
|
79
|
+
output: TagResourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -68,4 +68,15 @@ declare const UntagResourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: UntagResourceRequest;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: UntagResourceCommandInput;
|
|
79
|
+
output: UntagResourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -110,4 +110,15 @@ declare const UpdateEnvironmentCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: UpdateEnvironmentRequest;
|
|
117
|
+
output: UpdateEnvironmentResponse;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: UpdateEnvironmentCommandInput;
|
|
121
|
+
output: UpdateEnvironmentCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -97,4 +97,15 @@ declare const UpdateKxClusterCodeConfigurationCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class UpdateKxClusterCodeConfigurationCommand extends UpdateKxClusterCodeConfigurationCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: UpdateKxClusterCodeConfigurationRequest;
|
|
104
|
+
output: {};
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: UpdateKxClusterCodeConfigurationCommandInput;
|
|
108
|
+
output: UpdateKxClusterCodeConfigurationCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -113,4 +113,15 @@ declare const UpdateKxClusterDatabasesCommand_base: {
|
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class UpdateKxClusterDatabasesCommand extends UpdateKxClusterDatabasesCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: UpdateKxClusterDatabasesRequest;
|
|
120
|
+
output: {};
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: UpdateKxClusterDatabasesCommandInput;
|
|
124
|
+
output: UpdateKxClusterDatabasesCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -82,4 +82,15 @@ declare const UpdateKxDatabaseCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class UpdateKxDatabaseCommand extends UpdateKxDatabaseCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: UpdateKxDatabaseRequest;
|
|
89
|
+
output: UpdateKxDatabaseResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: UpdateKxDatabaseCommandInput;
|
|
93
|
+
output: UpdateKxDatabaseCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -133,4 +133,15 @@ declare const UpdateKxDataviewCommand_base: {
|
|
|
133
133
|
* @public
|
|
134
134
|
*/
|
|
135
135
|
export declare class UpdateKxDataviewCommand extends UpdateKxDataviewCommand_base {
|
|
136
|
+
/** @internal type navigation helper, not in runtime. */
|
|
137
|
+
protected static __types: {
|
|
138
|
+
api: {
|
|
139
|
+
input: UpdateKxDataviewRequest;
|
|
140
|
+
output: UpdateKxDataviewResponse;
|
|
141
|
+
};
|
|
142
|
+
sdk: {
|
|
143
|
+
input: UpdateKxDataviewCommandInput;
|
|
144
|
+
output: UpdateKxDataviewCommandOutput;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
136
147
|
}
|
|
@@ -120,4 +120,15 @@ declare const UpdateKxEnvironmentCommand_base: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class UpdateKxEnvironmentCommand extends UpdateKxEnvironmentCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: UpdateKxEnvironmentRequest;
|
|
127
|
+
output: UpdateKxEnvironmentResponse;
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: UpdateKxEnvironmentCommandInput;
|
|
131
|
+
output: UpdateKxEnvironmentCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -145,4 +145,15 @@ declare const UpdateKxEnvironmentNetworkCommand_base: {
|
|
|
145
145
|
* @public
|
|
146
146
|
*/
|
|
147
147
|
export declare class UpdateKxEnvironmentNetworkCommand extends UpdateKxEnvironmentNetworkCommand_base {
|
|
148
|
+
/** @internal type navigation helper, not in runtime. */
|
|
149
|
+
protected static __types: {
|
|
150
|
+
api: {
|
|
151
|
+
input: UpdateKxEnvironmentNetworkRequest;
|
|
152
|
+
output: UpdateKxEnvironmentNetworkResponse;
|
|
153
|
+
};
|
|
154
|
+
sdk: {
|
|
155
|
+
input: UpdateKxEnvironmentNetworkCommandInput;
|
|
156
|
+
output: UpdateKxEnvironmentNetworkCommandOutput;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
148
159
|
}
|
|
@@ -85,4 +85,15 @@ declare const UpdateKxUserCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class UpdateKxUserCommand extends UpdateKxUserCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: UpdateKxUserRequest;
|
|
92
|
+
output: UpdateKxUserResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: UpdateKxUserCommandInput;
|
|
96
|
+
output: UpdateKxUserCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -112,4 +112,15 @@ declare const UpdateKxVolumeCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class UpdateKxVolumeCommand extends UpdateKxVolumeCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: UpdateKxVolumeRequest;
|
|
119
|
+
output: UpdateKxVolumeResponse;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: UpdateKxVolumeCommandInput;
|
|
123
|
+
output: UpdateKxVolumeCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -37,4 +37,15 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
|
|
40
|
+
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateEnvironmentRequest;
|
|
44
|
+
output: CreateEnvironmentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateEnvironmentCommandInput;
|
|
48
|
+
output: CreateEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateKxChangesetCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateKxChangesetCommand extends CreateKxChangesetCommand_base {
|
|
40
|
+
export declare class CreateKxChangesetCommand extends CreateKxChangesetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateKxChangesetRequest;
|
|
44
|
+
output: CreateKxChangesetResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateKxChangesetCommandInput;
|
|
48
|
+
output: CreateKxChangesetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateKxClusterCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateKxClusterCommand extends CreateKxClusterCommand_base {
|
|
39
|
+
export declare class CreateKxClusterCommand extends CreateKxClusterCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateKxClusterRequest;
|
|
43
|
+
output: CreateKxClusterResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateKxClusterCommandInput;
|
|
47
|
+
output: CreateKxClusterCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateKxDatabaseCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateKxDatabaseCommand extends CreateKxDatabaseCommand_base {
|
|
39
|
+
export declare class CreateKxDatabaseCommand extends CreateKxDatabaseCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateKxDatabaseRequest;
|
|
43
|
+
output: CreateKxDatabaseResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateKxDatabaseCommandInput;
|
|
47
|
+
output: CreateKxDatabaseCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateKxDataviewCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateKxDataviewCommand extends CreateKxDataviewCommand_base {
|
|
39
|
+
export declare class CreateKxDataviewCommand extends CreateKxDataviewCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateKxDataviewRequest;
|
|
43
|
+
output: CreateKxDataviewResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateKxDataviewCommandInput;
|
|
47
|
+
output: CreateKxDataviewCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateKxEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateKxEnvironmentCommand extends CreateKxEnvironmentCommand_base {
|
|
40
|
+
export declare class CreateKxEnvironmentCommand extends CreateKxEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateKxEnvironmentRequest;
|
|
44
|
+
output: CreateKxEnvironmentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateKxEnvironmentCommandInput;
|
|
48
|
+
output: CreateKxEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateKxScalingGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateKxScalingGroupCommand extends CreateKxScalingGroupCommand_base {
|
|
40
|
+
export declare class CreateKxScalingGroupCommand extends CreateKxScalingGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateKxScalingGroupRequest;
|
|
44
|
+
output: CreateKxScalingGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateKxScalingGroupCommandInput;
|
|
48
|
+
output: CreateKxScalingGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateKxUserCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateKxUserCommand extends CreateKxUserCommand_base {
|
|
36
|
+
export declare class CreateKxUserCommand extends CreateKxUserCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateKxUserRequest;
|
|
40
|
+
output: CreateKxUserResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateKxUserCommandInput;
|
|
44
|
+
output: CreateKxUserCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateKxVolumeCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateKxVolumeCommand extends CreateKxVolumeCommand_base {
|
|
39
|
+
export declare class CreateKxVolumeCommand extends CreateKxVolumeCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateKxVolumeRequest;
|
|
43
|
+
output: CreateKxVolumeResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateKxVolumeCommandInput;
|
|
47
|
+
output: CreateKxVolumeCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
|
|
40
|
+
export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteEnvironmentRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteEnvironmentCommandInput;
|
|
48
|
+
output: DeleteEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteKxClusterCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteKxClusterCommand extends DeleteKxClusterCommand_base {
|
|
39
|
+
export declare class DeleteKxClusterCommand extends DeleteKxClusterCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteKxClusterRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteKxClusterCommandInput;
|
|
47
|
+
output: DeleteKxClusterCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteKxClusterNodeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteKxClusterNodeCommand extends DeleteKxClusterNodeCommand_base {
|
|
40
|
+
export declare class DeleteKxClusterNodeCommand extends DeleteKxClusterNodeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteKxClusterNodeRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteKxClusterNodeCommandInput;
|
|
48
|
+
output: DeleteKxClusterNodeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteKxDatabaseCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteKxDatabaseCommand extends DeleteKxDatabaseCommand_base {
|
|
39
|
+
export declare class DeleteKxDatabaseCommand extends DeleteKxDatabaseCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteKxDatabaseRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteKxDatabaseCommandInput;
|
|
47
|
+
output: DeleteKxDatabaseCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteKxDataviewCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteKxDataviewCommand extends DeleteKxDataviewCommand_base {
|
|
39
|
+
export declare class DeleteKxDataviewCommand extends DeleteKxDataviewCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteKxDataviewRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteKxDataviewCommandInput;
|
|
47
|
+
output: DeleteKxDataviewCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteKxEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteKxEnvironmentCommand extends DeleteKxEnvironmentCommand_base {
|
|
40
|
+
export declare class DeleteKxEnvironmentCommand extends DeleteKxEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteKxEnvironmentRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteKxEnvironmentCommandInput;
|
|
48
|
+
output: DeleteKxEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteKxScalingGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteKxScalingGroupCommand extends DeleteKxScalingGroupCommand_base {
|
|
40
|
+
export declare class DeleteKxScalingGroupCommand extends DeleteKxScalingGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteKxScalingGroupRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteKxScalingGroupCommandInput;
|
|
48
|
+
output: DeleteKxScalingGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteKxUserCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteKxUserCommand extends DeleteKxUserCommand_base {
|
|
36
|
+
export declare class DeleteKxUserCommand extends DeleteKxUserCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteKxUserRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteKxUserCommandInput;
|
|
44
|
+
output: DeleteKxUserCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteKxVolumeCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteKxVolumeCommand extends DeleteKxVolumeCommand_base {
|
|
39
|
+
export declare class DeleteKxVolumeCommand extends DeleteKxVolumeCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteKxVolumeRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteKxVolumeCommandInput;
|
|
47
|
+
output: DeleteKxVolumeCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetEnvironmentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
|
|
39
|
+
export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetEnvironmentRequest;
|
|
43
|
+
output: GetEnvironmentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetEnvironmentCommandInput;
|
|
47
|
+
output: GetEnvironmentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetKxChangesetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetKxChangesetCommand extends GetKxChangesetCommand_base {
|
|
39
|
+
export declare class GetKxChangesetCommand extends GetKxChangesetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetKxChangesetRequest;
|
|
43
|
+
output: GetKxChangesetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetKxChangesetCommandInput;
|
|
47
|
+
output: GetKxChangesetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetKxClusterCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetKxClusterCommand extends GetKxClusterCommand_base {
|
|
36
|
+
export declare class GetKxClusterCommand extends GetKxClusterCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetKxClusterRequest;
|
|
40
|
+
output: GetKxClusterResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetKxClusterCommandInput;
|
|
44
|
+
output: GetKxClusterCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetKxConnectionStringCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetKxConnectionStringCommand extends GetKxConnectionStringCommand_base {
|
|
40
|
+
export declare class GetKxConnectionStringCommand extends GetKxConnectionStringCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetKxConnectionStringRequest;
|
|
44
|
+
output: GetKxConnectionStringResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetKxConnectionStringCommandInput;
|
|
48
|
+
output: GetKxConnectionStringCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetKxDatabaseCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetKxDatabaseCommand extends GetKxDatabaseCommand_base {
|
|
39
|
+
export declare class GetKxDatabaseCommand extends GetKxDatabaseCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetKxDatabaseRequest;
|
|
43
|
+
output: GetKxDatabaseResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetKxDatabaseCommandInput;
|
|
47
|
+
output: GetKxDatabaseCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetKxDataviewCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetKxDataviewCommand extends GetKxDataviewCommand_base {
|
|
39
|
+
export declare class GetKxDataviewCommand extends GetKxDataviewCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetKxDataviewRequest;
|
|
43
|
+
output: GetKxDataviewResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetKxDataviewCommandInput;
|
|
47
|
+
output: GetKxDataviewCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetKxEnvironmentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetKxEnvironmentCommand extends GetKxEnvironmentCommand_base {
|
|
39
|
+
export declare class GetKxEnvironmentCommand extends GetKxEnvironmentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetKxEnvironmentRequest;
|
|
43
|
+
output: GetKxEnvironmentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetKxEnvironmentCommandInput;
|
|
47
|
+
output: GetKxEnvironmentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetKxScalingGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetKxScalingGroupCommand extends GetKxScalingGroupCommand_base {
|
|
40
|
+
export declare class GetKxScalingGroupCommand extends GetKxScalingGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetKxScalingGroupRequest;
|
|
44
|
+
output: GetKxScalingGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetKxScalingGroupCommandInput;
|
|
48
|
+
output: GetKxScalingGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|