@aws-sdk/client-finspace-data 3.1086.0 → 3.1088.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-cjs/index.js +1 -1
- package/dist-types/ts3.4/FinspaceData.d.ts +107 -145
- package/dist-types/ts3.4/FinspaceDataClient.d.ts +14 -48
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +4 -8
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -56,10 +53,7 @@ import {
|
|
|
56
53
|
CreatePermissionGroupCommandInput,
|
|
57
54
|
CreatePermissionGroupCommandOutput,
|
|
58
55
|
} from "./commands/CreatePermissionGroupCommand";
|
|
59
|
-
import {
|
|
60
|
-
CreateUserCommandInput,
|
|
61
|
-
CreateUserCommandOutput,
|
|
62
|
-
} from "./commands/CreateUserCommand";
|
|
56
|
+
import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
63
57
|
import {
|
|
64
58
|
DeleteDatasetCommandInput,
|
|
65
59
|
DeleteDatasetCommandOutput,
|
|
@@ -68,30 +62,18 @@ import {
|
|
|
68
62
|
DeletePermissionGroupCommandInput,
|
|
69
63
|
DeletePermissionGroupCommandOutput,
|
|
70
64
|
} from "./commands/DeletePermissionGroupCommand";
|
|
71
|
-
import {
|
|
72
|
-
DisableUserCommandInput,
|
|
73
|
-
DisableUserCommandOutput,
|
|
74
|
-
} from "./commands/DisableUserCommand";
|
|
65
|
+
import { DisableUserCommandInput, DisableUserCommandOutput } from "./commands/DisableUserCommand";
|
|
75
66
|
import {
|
|
76
67
|
DisassociateUserFromPermissionGroupCommandInput,
|
|
77
68
|
DisassociateUserFromPermissionGroupCommandOutput,
|
|
78
69
|
} from "./commands/DisassociateUserFromPermissionGroupCommand";
|
|
79
|
-
import {
|
|
80
|
-
EnableUserCommandInput,
|
|
81
|
-
EnableUserCommandOutput,
|
|
82
|
-
} from "./commands/EnableUserCommand";
|
|
70
|
+
import { EnableUserCommandInput, EnableUserCommandOutput } from "./commands/EnableUserCommand";
|
|
83
71
|
import {
|
|
84
72
|
GetChangesetCommandInput,
|
|
85
73
|
GetChangesetCommandOutput,
|
|
86
74
|
} from "./commands/GetChangesetCommand";
|
|
87
|
-
import {
|
|
88
|
-
|
|
89
|
-
GetDatasetCommandOutput,
|
|
90
|
-
} from "./commands/GetDatasetCommand";
|
|
91
|
-
import {
|
|
92
|
-
GetDataViewCommandInput,
|
|
93
|
-
GetDataViewCommandOutput,
|
|
94
|
-
} from "./commands/GetDataViewCommand";
|
|
75
|
+
import { GetDatasetCommandInput, GetDatasetCommandOutput } from "./commands/GetDatasetCommand";
|
|
76
|
+
import { GetDataViewCommandInput, GetDataViewCommandOutput } from "./commands/GetDataViewCommand";
|
|
95
77
|
import {
|
|
96
78
|
GetExternalDataViewAccessDetailsCommandInput,
|
|
97
79
|
GetExternalDataViewAccessDetailsCommandOutput,
|
|
@@ -104,10 +86,7 @@ import {
|
|
|
104
86
|
GetProgrammaticAccessCredentialsCommandInput,
|
|
105
87
|
GetProgrammaticAccessCredentialsCommandOutput,
|
|
106
88
|
} from "./commands/GetProgrammaticAccessCredentialsCommand";
|
|
107
|
-
import {
|
|
108
|
-
GetUserCommandInput,
|
|
109
|
-
GetUserCommandOutput,
|
|
110
|
-
} from "./commands/GetUserCommand";
|
|
89
|
+
import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
|
|
111
90
|
import {
|
|
112
91
|
GetWorkingLocationCommandInput,
|
|
113
92
|
GetWorkingLocationCommandOutput,
|
|
@@ -136,10 +115,7 @@ import {
|
|
|
136
115
|
ListUsersByPermissionGroupCommandInput,
|
|
137
116
|
ListUsersByPermissionGroupCommandOutput,
|
|
138
117
|
} from "./commands/ListUsersByPermissionGroupCommand";
|
|
139
|
-
import {
|
|
140
|
-
ListUsersCommandInput,
|
|
141
|
-
ListUsersCommandOutput,
|
|
142
|
-
} from "./commands/ListUsersCommand";
|
|
118
|
+
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
143
119
|
import {
|
|
144
120
|
ResetUserPasswordCommandInput,
|
|
145
121
|
ResetUserPasswordCommandOutput,
|
|
@@ -156,10 +132,7 @@ import {
|
|
|
156
132
|
UpdatePermissionGroupCommandInput,
|
|
157
133
|
UpdatePermissionGroupCommandOutput,
|
|
158
134
|
} from "./commands/UpdatePermissionGroupCommand";
|
|
159
|
-
import {
|
|
160
|
-
UpdateUserCommandInput,
|
|
161
|
-
UpdateUserCommandOutput,
|
|
162
|
-
} from "./commands/UpdateUserCommand";
|
|
135
|
+
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
|
|
163
136
|
import {
|
|
164
137
|
ClientInputEndpointParameters,
|
|
165
138
|
ClientResolvedEndpointParameters,
|
|
@@ -231,8 +204,7 @@ export type ServiceOutputTypes =
|
|
|
231
204
|
| UpdateDatasetCommandOutput
|
|
232
205
|
| UpdatePermissionGroupCommandOutput
|
|
233
206
|
| UpdateUserCommandOutput;
|
|
234
|
-
export interface ClientDefaults
|
|
235
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
207
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
236
208
|
requestHandler?: __HttpHandlerUserInput;
|
|
237
209
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
238
210
|
urlParser?: __UrlParser;
|
|
@@ -257,9 +229,7 @@ export interface ClientDefaults
|
|
|
257
229
|
extensions?: RuntimeExtension[];
|
|
258
230
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
259
231
|
}
|
|
260
|
-
export type FinspaceDataClientConfigType = Partial<
|
|
261
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
262
|
-
> &
|
|
232
|
+
export type FinspaceDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
263
233
|
ClientDefaults &
|
|
264
234
|
UserAgentInputConfig &
|
|
265
235
|
RetryInputConfig &
|
|
@@ -268,8 +238,7 @@ export type FinspaceDataClientConfigType = Partial<
|
|
|
268
238
|
EndpointInputConfig<EndpointParameters> &
|
|
269
239
|
HttpAuthSchemeInputConfig &
|
|
270
240
|
ClientInputEndpointParameters;
|
|
271
|
-
export interface FinspaceDataClientConfig
|
|
272
|
-
extends FinspaceDataClientConfigType {}
|
|
241
|
+
export interface FinspaceDataClientConfig extends FinspaceDataClientConfigType {}
|
|
273
242
|
export type FinspaceDataClientResolvedConfigType =
|
|
274
243
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
275
244
|
Required<ClientDefaults> &
|
|
@@ -281,8 +250,7 @@ export type FinspaceDataClientResolvedConfigType =
|
|
|
281
250
|
EndpointResolvedConfig<EndpointParameters> &
|
|
282
251
|
HttpAuthSchemeResolvedConfig &
|
|
283
252
|
ClientResolvedEndpointParameters;
|
|
284
|
-
export interface FinspaceDataClientResolvedConfig
|
|
285
|
-
extends FinspaceDataClientResolvedConfigType {}
|
|
253
|
+
export interface FinspaceDataClientResolvedConfig extends FinspaceDataClientResolvedConfigType {}
|
|
286
254
|
export declare class FinspaceDataClient extends __Client<
|
|
287
255
|
__HttpHandlerOptions,
|
|
288
256
|
ServiceInputTypes,
|
|
@@ -290,8 +258,6 @@ export declare class FinspaceDataClient extends __Client<
|
|
|
290
258
|
FinspaceDataClientResolvedConfig
|
|
291
259
|
> {
|
|
292
260
|
readonly config: FinspaceDataClientResolvedConfig;
|
|
293
|
-
constructor(
|
|
294
|
-
...[configuration]: __CheckOptionalClientConfig<FinspaceDataClientConfig>
|
|
295
|
-
);
|
|
261
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<FinspaceDataClientConfig>);
|
|
296
262
|
destroy(): void;
|
|
297
263
|
}
|
|
@@ -7,17 +7,10 @@ import { FinspaceDataHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: FinspaceDataHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: FinspaceDataHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): FinspaceDataHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { FinspaceDataClientResolvedConfig } from "../FinspaceDataClient";
|
|
15
|
-
export interface FinspaceDataHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface FinspaceDataHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface FinspaceDataHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface FinspaceDataHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
FinspaceDataClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
FinspaceDataHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultFinspaceDataHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: FinspaceDataClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<FinspaceDataHttpAuthSchemeParameters>;
|
|
31
|
-
export interface FinspaceDataHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<FinspaceDataHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface FinspaceDataHttpAuthSchemeProvider extends HttpAuthSchemeProvider<FinspaceDataHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultFinspaceDataHttpAuthSchemeProvider: FinspaceDataHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: FinspaceDataHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: FinspaceDataHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./FinspaceDataClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
FinspaceDataClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AssociateUserToPermissionGroupResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateUserToPermissionGroupCommandInput
|
|
8
|
-
extends AssociateUserToPermissionGroupRequest {}
|
|
7
|
+
export interface AssociateUserToPermissionGroupCommandInput extends AssociateUserToPermissionGroupRequest {}
|
|
9
8
|
export interface AssociateUserToPermissionGroupCommandOutput
|
|
10
|
-
extends AssociateUserToPermissionGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AssociateUserToPermissionGroupResponse, __MetadataBearer {}
|
|
12
10
|
declare const AssociateUserToPermissionGroupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AssociateUserToPermissionGroupCommandInput
|
|
12
|
+
input: AssociateUserToPermissionGroupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AssociateUserToPermissionGroupCommandInput,
|
|
17
15
|
AssociateUserToPermissionGroupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AssociateUserToPermissionGroupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AssociateUserToPermissionGroupCommandInput
|
|
21
|
+
input: AssociateUserToPermissionGroupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AssociateUserToPermissionGroupCommandInput,
|
|
26
24
|
AssociateUserToPermissionGroupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateChangesetRequest,
|
|
4
|
-
CreateChangesetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateChangesetRequest, CreateChangesetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateChangesetCommandInput extends CreateChangesetRequest {}
|
|
8
|
-
export interface CreateChangesetCommandOutput
|
|
9
|
-
extends CreateChangesetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateChangesetCommandOutput extends CreateChangesetResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateChangesetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateChangesetCommandInput
|
|
8
|
+
input: CreateChangesetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateChangesetCommandInput,
|
|
16
11
|
CreateChangesetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateChangesetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateChangesetCommandInput
|
|
17
|
+
input: CreateChangesetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateChangesetCommandInput,
|
|
25
20
|
CreateChangesetCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDataViewRequest,
|
|
4
|
-
CreateDataViewResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDataViewRequest, CreateDataViewResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDataViewCommandInput extends CreateDataViewRequest {}
|
|
8
|
-
export interface CreateDataViewCommandOutput
|
|
9
|
-
extends CreateDataViewResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDataViewCommandOutput extends CreateDataViewResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateDataViewCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDataViewCommandInput
|
|
8
|
+
input: CreateDataViewCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDataViewCommandInput,
|
|
16
11
|
CreateDataViewCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDataViewCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDataViewCommandInput
|
|
17
|
+
input: CreateDataViewCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDataViewCommandInput,
|
|
25
20
|
CreateDataViewCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDatasetRequest,
|
|
4
|
-
CreateDatasetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
|
|
8
|
-
export interface CreateDatasetCommandOutput
|
|
9
|
-
extends CreateDatasetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateDatasetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDatasetCommandInput
|
|
8
|
+
input: CreateDatasetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDatasetCommandInput,
|
|
16
11
|
CreateDatasetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDatasetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDatasetCommandInput
|
|
17
|
+
input: CreateDatasetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDatasetCommandInput,
|
|
25
20
|
CreateDatasetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreatePermissionGroupRequest,
|
|
4
|
-
CreatePermissionGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreatePermissionGroupRequest, CreatePermissionGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePermissionGroupCommandInput
|
|
8
|
-
extends CreatePermissionGroupRequest {}
|
|
4
|
+
export interface CreatePermissionGroupCommandInput extends CreatePermissionGroupRequest {}
|
|
9
5
|
export interface CreatePermissionGroupCommandOutput
|
|
10
|
-
extends CreatePermissionGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreatePermissionGroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreatePermissionGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreatePermissionGroupCommandInput
|
|
9
|
+
input: CreatePermissionGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreatePermissionGroupCommandInput,
|
|
17
12
|
CreatePermissionGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreatePermissionGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreatePermissionGroupCommandInput
|
|
18
|
+
input: CreatePermissionGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreatePermissionGroupCommandInput,
|
|
26
21
|
CreatePermissionGroupCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateUserCommandInput extends CreateUserRequest {}
|
|
5
|
-
export interface CreateUserCommandOutput
|
|
6
|
-
extends CreateUserResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateUserCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateUserCommandInput
|
|
8
|
+
input: CreateUserCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateUserCommandInput,
|
|
13
11
|
CreateUserCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateUserCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateUserCommandInput
|
|
17
|
+
input: CreateUserCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateUserCommandInput,
|
|
22
20
|
CreateUserCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDatasetRequest,
|
|
4
|
-
DeleteDatasetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
8
|
-
export interface DeleteDatasetCommandOutput
|
|
9
|
-
extends DeleteDatasetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteDatasetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteDatasetCommandInput
|
|
8
|
+
input: DeleteDatasetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteDatasetCommandInput,
|
|
16
11
|
DeleteDatasetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteDatasetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteDatasetCommandInput
|
|
17
|
+
input: DeleteDatasetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteDatasetCommandInput,
|
|
25
20
|
DeleteDatasetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeletePermissionGroupRequest,
|
|
4
|
-
DeletePermissionGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeletePermissionGroupRequest, DeletePermissionGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeletePermissionGroupCommandInput
|
|
8
|
-
extends DeletePermissionGroupRequest {}
|
|
4
|
+
export interface DeletePermissionGroupCommandInput extends DeletePermissionGroupRequest {}
|
|
9
5
|
export interface DeletePermissionGroupCommandOutput
|
|
10
|
-
extends DeletePermissionGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeletePermissionGroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeletePermissionGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeletePermissionGroupCommandInput
|
|
9
|
+
input: DeletePermissionGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeletePermissionGroupCommandInput,
|
|
17
12
|
DeletePermissionGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeletePermissionGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeletePermissionGroupCommandInput
|
|
18
|
+
input: DeletePermissionGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeletePermissionGroupCommandInput,
|
|
26
21
|
DeletePermissionGroupCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DisableUserRequest, DisableUserResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DisableUserCommandInput extends DisableUserRequest {}
|
|
5
|
-
export interface DisableUserCommandOutput
|
|
6
|
-
extends DisableUserResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DisableUserCommandOutput extends DisableUserResponse, __MetadataBearer {}
|
|
8
6
|
declare const DisableUserCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DisableUserCommandInput
|
|
8
|
+
input: DisableUserCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DisableUserCommandInput,
|
|
13
11
|
DisableUserCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DisableUserCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DisableUserCommandInput
|
|
17
|
+
input: DisableUserCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DisableUserCommandInput,
|
|
22
20
|
DisableUserCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DisassociateUserFromPermissionGroupResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociateUserFromPermissionGroupCommandInput
|
|
8
|
-
extends DisassociateUserFromPermissionGroupRequest {}
|
|
7
|
+
export interface DisassociateUserFromPermissionGroupCommandInput extends DisassociateUserFromPermissionGroupRequest {}
|
|
9
8
|
export interface DisassociateUserFromPermissionGroupCommandOutput
|
|
10
|
-
extends DisassociateUserFromPermissionGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DisassociateUserFromPermissionGroupResponse, __MetadataBearer {}
|
|
12
10
|
declare const DisassociateUserFromPermissionGroupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DisassociateUserFromPermissionGroupCommandInput
|
|
12
|
+
input: DisassociateUserFromPermissionGroupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DisassociateUserFromPermissionGroupCommandInput,
|
|
17
15
|
DisassociateUserFromPermissionGroupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DisassociateUserFromPermissionGroupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DisassociateUserFromPermissionGroupCommandInput
|
|
21
|
+
input: DisassociateUserFromPermissionGroupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DisassociateUserFromPermissionGroupCommandInput,
|
|
26
24
|
DisassociateUserFromPermissionGroupCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { EnableUserRequest, EnableUserResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface EnableUserCommandInput extends EnableUserRequest {}
|
|
5
|
-
export interface EnableUserCommandOutput
|
|
6
|
-
extends EnableUserResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface EnableUserCommandOutput extends EnableUserResponse, __MetadataBearer {}
|
|
8
6
|
declare const EnableUserCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: EnableUserCommandInput
|
|
8
|
+
input: EnableUserCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
EnableUserCommandInput,
|
|
13
11
|
EnableUserCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const EnableUserCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: EnableUserCommandInput
|
|
17
|
+
input: EnableUserCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
EnableUserCommandInput,
|
|
22
20
|
EnableUserCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetChangesetRequest, GetChangesetResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetChangesetCommandInput extends GetChangesetRequest {}
|
|
5
|
-
export interface GetChangesetCommandOutput
|
|
6
|
-
extends GetChangesetResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetChangesetCommandOutput extends GetChangesetResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetChangesetCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetChangesetCommandInput
|
|
8
|
+
input: GetChangesetCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetChangesetCommandInput,
|
|
13
11
|
GetChangesetCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetChangesetCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetChangesetCommandInput
|
|
17
|
+
input: GetChangesetCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetChangesetCommandInput,
|
|
22
20
|
GetChangesetCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDataViewRequest, GetDataViewResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDataViewCommandInput extends GetDataViewRequest {}
|
|
5
|
-
export interface GetDataViewCommandOutput
|
|
6
|
-
extends GetDataViewResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDataViewCommandOutput extends GetDataViewResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetDataViewCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDataViewCommandInput
|
|
8
|
+
input: GetDataViewCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDataViewCommandInput,
|
|
13
11
|
GetDataViewCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDataViewCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDataViewCommandInput
|
|
17
|
+
input: GetDataViewCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDataViewCommandInput,
|
|
22
20
|
GetDataViewCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDatasetRequest, GetDatasetResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDatasetCommandInput extends GetDatasetRequest {}
|
|
5
|
-
export interface GetDatasetCommandOutput
|
|
6
|
-
extends GetDatasetResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDatasetCommandOutput extends GetDatasetResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetDatasetCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDatasetCommandInput
|
|
8
|
+
input: GetDatasetCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDatasetCommandInput,
|
|
13
11
|
GetDatasetCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDatasetCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDatasetCommandInput
|
|
17
|
+
input: GetDatasetCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDatasetCommandInput,
|
|
22
20
|
GetDatasetCommandOutput,
|