@aws-sdk/client-grafana 3.50.0 → 3.53.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/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/GrafanaServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +110 -1
- package/dist-cjs/protocols/Aws_restJson1.js +166 -528
- package/dist-es/index.js +1 -0
- package/dist-es/models/GrafanaServiceException.js +12 -0
- package/dist-es/models/models_0.js +102 -1
- package/dist-es/protocols/Aws_restJson1.js +299 -581
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/GrafanaServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +51 -47
- package/dist-types/ts3.4/Grafana.d.ts +60 -0
- package/dist-types/ts3.4/GrafanaClient.d.ts +84 -0
- package/dist-types/ts3.4/commands/AssociateLicenseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceAuthenticationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateLicenseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceAuthenticationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/GrafanaServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +679 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from Grafana service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class GrafanaServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { GrafanaServiceException as __BaseException } from "./GrafanaServiceException";
|
|
2
3
|
/**
|
|
3
4
|
* <p>You do not have sufficient permissions to perform this action. </p>
|
|
4
5
|
*/
|
|
5
|
-
export
|
|
6
|
-
name: "AccessDeniedException";
|
|
7
|
-
$fault: "client";
|
|
8
|
-
|
|
6
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
7
|
+
readonly name: "AccessDeniedException";
|
|
8
|
+
readonly $fault: "client";
|
|
9
|
+
/**
|
|
10
|
+
* @internal
|
|
11
|
+
*/
|
|
12
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
9
13
|
}
|
|
10
14
|
export declare enum AccountAccessType {
|
|
11
15
|
/**
|
|
@@ -340,29 +344,25 @@ export declare namespace AssociateLicenseResponse {
|
|
|
340
344
|
/**
|
|
341
345
|
* <p>Unexpected error while processing the request. Retry the request.</p>
|
|
342
346
|
*/
|
|
343
|
-
export
|
|
344
|
-
name: "InternalServerException";
|
|
345
|
-
$fault: "server";
|
|
347
|
+
export declare class InternalServerException extends __BaseException {
|
|
348
|
+
readonly name: "InternalServerException";
|
|
349
|
+
readonly $fault: "server";
|
|
346
350
|
$retryable: {};
|
|
347
|
-
/**
|
|
348
|
-
* <p>A description of the error.</p>
|
|
349
|
-
*/
|
|
350
|
-
message: string | undefined;
|
|
351
351
|
/**
|
|
352
352
|
* <p>How long to wait before you retry this operation.</p>
|
|
353
353
|
*/
|
|
354
354
|
retryAfterSeconds?: number;
|
|
355
|
+
/**
|
|
356
|
+
* @internal
|
|
357
|
+
*/
|
|
358
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
355
359
|
}
|
|
356
360
|
/**
|
|
357
361
|
* <p>The request references a resource that does not exist.</p>
|
|
358
362
|
*/
|
|
359
|
-
export
|
|
360
|
-
name: "ResourceNotFoundException";
|
|
361
|
-
$fault: "client";
|
|
362
|
-
/**
|
|
363
|
-
* <p>The value of a parameter in the request caused an error.</p>
|
|
364
|
-
*/
|
|
365
|
-
message: string | undefined;
|
|
363
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
364
|
+
readonly name: "ResourceNotFoundException";
|
|
365
|
+
readonly $fault: "client";
|
|
366
366
|
/**
|
|
367
367
|
* <p>The ID of the resource that is associated with the error.</p>
|
|
368
368
|
*/
|
|
@@ -371,18 +371,18 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
371
371
|
* <p>The type of the resource that is associated with the error.</p>
|
|
372
372
|
*/
|
|
373
373
|
resourceType: string | undefined;
|
|
374
|
+
/**
|
|
375
|
+
* @internal
|
|
376
|
+
*/
|
|
377
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
374
378
|
}
|
|
375
379
|
/**
|
|
376
380
|
* <p>The request was denied because of request throttling. Retry the request.</p>
|
|
377
381
|
*/
|
|
378
|
-
export
|
|
379
|
-
name: "ThrottlingException";
|
|
380
|
-
$fault: "client";
|
|
382
|
+
export declare class ThrottlingException extends __BaseException {
|
|
383
|
+
readonly name: "ThrottlingException";
|
|
384
|
+
readonly $fault: "client";
|
|
381
385
|
$retryable: {};
|
|
382
|
-
/**
|
|
383
|
-
* <p>A description of the error.</p>
|
|
384
|
-
*/
|
|
385
|
-
message: string | undefined;
|
|
386
386
|
/**
|
|
387
387
|
* <p>The ID of the service that is associated with the error.</p>
|
|
388
388
|
*/
|
|
@@ -395,6 +395,10 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
|
|
|
395
395
|
* <p>The value of a parameter in the request caused an error.</p>
|
|
396
396
|
*/
|
|
397
397
|
retryAfterSeconds?: number;
|
|
398
|
+
/**
|
|
399
|
+
* @internal
|
|
400
|
+
*/
|
|
401
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
398
402
|
}
|
|
399
403
|
/**
|
|
400
404
|
* <p>A structure that contains information about a request parameter that caused an error.</p>
|
|
@@ -424,13 +428,9 @@ export declare enum ValidationExceptionReason {
|
|
|
424
428
|
/**
|
|
425
429
|
* <p>The value of a parameter in the request caused an error.</p>
|
|
426
430
|
*/
|
|
427
|
-
export
|
|
428
|
-
name: "ValidationException";
|
|
429
|
-
$fault: "client";
|
|
430
|
-
/**
|
|
431
|
-
* <p>A description of the error.</p>
|
|
432
|
-
*/
|
|
433
|
-
message: string | undefined;
|
|
431
|
+
export declare class ValidationException extends __BaseException {
|
|
432
|
+
readonly name: "ValidationException";
|
|
433
|
+
readonly $fault: "client";
|
|
434
434
|
/**
|
|
435
435
|
* <p>The reason that the operation failed.</p>
|
|
436
436
|
*/
|
|
@@ -439,6 +439,10 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
|
|
|
439
439
|
* <p>A list of fields that might be associated with the error.</p>
|
|
440
440
|
*/
|
|
441
441
|
fieldList?: ValidationExceptionField[];
|
|
442
|
+
/**
|
|
443
|
+
* @internal
|
|
444
|
+
*/
|
|
445
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
442
446
|
}
|
|
443
447
|
export interface DescribeWorkspaceAuthenticationRequest {
|
|
444
448
|
/**
|
|
@@ -630,13 +634,9 @@ export declare namespace DescribeWorkspaceAuthenticationResponse {
|
|
|
630
634
|
/**
|
|
631
635
|
* <p>A resource was in an inconsistent state during an update or a deletion.</p>
|
|
632
636
|
*/
|
|
633
|
-
export
|
|
634
|
-
name: "ConflictException";
|
|
635
|
-
$fault: "client";
|
|
636
|
-
/**
|
|
637
|
-
* <p>A description of the error.</p>
|
|
638
|
-
*/
|
|
639
|
-
message: string | undefined;
|
|
637
|
+
export declare class ConflictException extends __BaseException {
|
|
638
|
+
readonly name: "ConflictException";
|
|
639
|
+
readonly $fault: "client";
|
|
640
640
|
/**
|
|
641
641
|
* <p>The ID of the resource that is associated with the error.</p>
|
|
642
642
|
*/
|
|
@@ -645,6 +645,10 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
|
645
645
|
* <p>The type of the resource that is associated with the error.</p>
|
|
646
646
|
*/
|
|
647
647
|
resourceType: string | undefined;
|
|
648
|
+
/**
|
|
649
|
+
* @internal
|
|
650
|
+
*/
|
|
651
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
648
652
|
}
|
|
649
653
|
export interface UpdateWorkspaceAuthenticationRequest {
|
|
650
654
|
/**
|
|
@@ -1011,13 +1015,9 @@ export declare namespace CreateWorkspaceResponse {
|
|
|
1011
1015
|
/**
|
|
1012
1016
|
* <p>The request would cause a service quota to be exceeded.</p>
|
|
1013
1017
|
*/
|
|
1014
|
-
export
|
|
1015
|
-
name: "ServiceQuotaExceededException";
|
|
1016
|
-
$fault: "client";
|
|
1017
|
-
/**
|
|
1018
|
-
* <p>A description of the error.</p>
|
|
1019
|
-
*/
|
|
1020
|
-
message: string | undefined;
|
|
1018
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
1019
|
+
readonly name: "ServiceQuotaExceededException";
|
|
1020
|
+
readonly $fault: "client";
|
|
1021
1021
|
/**
|
|
1022
1022
|
* <p>The ID of the resource that is associated with the error.</p>
|
|
1023
1023
|
*/
|
|
@@ -1034,6 +1034,10 @@ export interface ServiceQuotaExceededException extends __SmithyException, $Metad
|
|
|
1034
1034
|
* <p>The ID of the service quota that was exceeded.</p>
|
|
1035
1035
|
*/
|
|
1036
1036
|
quotaCode: string | undefined;
|
|
1037
|
+
/**
|
|
1038
|
+
* @internal
|
|
1039
|
+
*/
|
|
1040
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
1037
1041
|
}
|
|
1038
1042
|
export interface DeleteWorkspaceRequest {
|
|
1039
1043
|
/**
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AssociateLicenseCommandInput, AssociateLicenseCommandOutput } from "./commands/AssociateLicenseCommand";
|
|
3
|
+
import { CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput } from "./commands/CreateWorkspaceCommand";
|
|
4
|
+
import { DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput } from "./commands/DeleteWorkspaceCommand";
|
|
5
|
+
import { DescribeWorkspaceAuthenticationCommandInput, DescribeWorkspaceAuthenticationCommandOutput } from "./commands/DescribeWorkspaceAuthenticationCommand";
|
|
6
|
+
import { DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput } from "./commands/DescribeWorkspaceCommand";
|
|
7
|
+
import { DisassociateLicenseCommandInput, DisassociateLicenseCommandOutput } from "./commands/DisassociateLicenseCommand";
|
|
8
|
+
import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "./commands/ListPermissionsCommand";
|
|
9
|
+
import { ListWorkspacesCommandInput, ListWorkspacesCommandOutput } from "./commands/ListWorkspacesCommand";
|
|
10
|
+
import { UpdatePermissionsCommandInput, UpdatePermissionsCommandOutput } from "./commands/UpdatePermissionsCommand";
|
|
11
|
+
import { UpdateWorkspaceAuthenticationCommandInput, UpdateWorkspaceAuthenticationCommandOutput } from "./commands/UpdateWorkspaceAuthenticationCommand";
|
|
12
|
+
import { UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput } from "./commands/UpdateWorkspaceCommand";
|
|
13
|
+
import { GrafanaClient } from "./GrafanaClient";
|
|
14
|
+
|
|
15
|
+
export declare class Grafana extends GrafanaClient {
|
|
16
|
+
|
|
17
|
+
associateLicense(args: AssociateLicenseCommandInput, options?: __HttpHandlerOptions): Promise<AssociateLicenseCommandOutput>;
|
|
18
|
+
associateLicense(args: AssociateLicenseCommandInput, cb: (err: any, data?: AssociateLicenseCommandOutput) => void): void;
|
|
19
|
+
associateLicense(args: AssociateLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateLicenseCommandOutput) => void): void;
|
|
20
|
+
|
|
21
|
+
createWorkspace(args: CreateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspaceCommandOutput>;
|
|
22
|
+
createWorkspace(args: CreateWorkspaceCommandInput, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
|
|
23
|
+
createWorkspace(args: CreateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
|
|
24
|
+
|
|
25
|
+
deleteWorkspace(args: DeleteWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceCommandOutput>;
|
|
26
|
+
deleteWorkspace(args: DeleteWorkspaceCommandInput, cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void): void;
|
|
27
|
+
deleteWorkspace(args: DeleteWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void): void;
|
|
28
|
+
|
|
29
|
+
describeWorkspace(args: DescribeWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceCommandOutput>;
|
|
30
|
+
describeWorkspace(args: DescribeWorkspaceCommandInput, cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void): void;
|
|
31
|
+
describeWorkspace(args: DescribeWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void): void;
|
|
32
|
+
|
|
33
|
+
describeWorkspaceAuthentication(args: DescribeWorkspaceAuthenticationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceAuthenticationCommandOutput>;
|
|
34
|
+
describeWorkspaceAuthentication(args: DescribeWorkspaceAuthenticationCommandInput, cb: (err: any, data?: DescribeWorkspaceAuthenticationCommandOutput) => void): void;
|
|
35
|
+
describeWorkspaceAuthentication(args: DescribeWorkspaceAuthenticationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceAuthenticationCommandOutput) => void): void;
|
|
36
|
+
|
|
37
|
+
disassociateLicense(args: DisassociateLicenseCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateLicenseCommandOutput>;
|
|
38
|
+
disassociateLicense(args: DisassociateLicenseCommandInput, cb: (err: any, data?: DisassociateLicenseCommandOutput) => void): void;
|
|
39
|
+
disassociateLicense(args: DisassociateLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateLicenseCommandOutput) => void): void;
|
|
40
|
+
|
|
41
|
+
listPermissions(args: ListPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPermissionsCommandOutput>;
|
|
42
|
+
listPermissions(args: ListPermissionsCommandInput, cb: (err: any, data?: ListPermissionsCommandOutput) => void): void;
|
|
43
|
+
listPermissions(args: ListPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPermissionsCommandOutput) => void): void;
|
|
44
|
+
|
|
45
|
+
listWorkspaces(args: ListWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkspacesCommandOutput>;
|
|
46
|
+
listWorkspaces(args: ListWorkspacesCommandInput, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
|
|
47
|
+
listWorkspaces(args: ListWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
|
|
48
|
+
|
|
49
|
+
updatePermissions(args: UpdatePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePermissionsCommandOutput>;
|
|
50
|
+
updatePermissions(args: UpdatePermissionsCommandInput, cb: (err: any, data?: UpdatePermissionsCommandOutput) => void): void;
|
|
51
|
+
updatePermissions(args: UpdatePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePermissionsCommandOutput) => void): void;
|
|
52
|
+
|
|
53
|
+
updateWorkspace(args: UpdateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceCommandOutput>;
|
|
54
|
+
updateWorkspace(args: UpdateWorkspaceCommandInput, cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void): void;
|
|
55
|
+
updateWorkspace(args: UpdateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void): void;
|
|
56
|
+
|
|
57
|
+
updateWorkspaceAuthentication(args: UpdateWorkspaceAuthenticationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceAuthenticationCommandOutput>;
|
|
58
|
+
updateWorkspaceAuthentication(args: UpdateWorkspaceAuthenticationCommandInput, cb: (err: any, data?: UpdateWorkspaceAuthenticationCommandOutput) => void): void;
|
|
59
|
+
updateWorkspaceAuthentication(args: UpdateWorkspaceAuthenticationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceAuthenticationCommandOutput) => void): void;
|
|
60
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { AssociateLicenseCommandInput, AssociateLicenseCommandOutput } from "./commands/AssociateLicenseCommand";
|
|
10
|
+
import { CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput } from "./commands/CreateWorkspaceCommand";
|
|
11
|
+
import { DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput } from "./commands/DeleteWorkspaceCommand";
|
|
12
|
+
import { DescribeWorkspaceAuthenticationCommandInput, DescribeWorkspaceAuthenticationCommandOutput } from "./commands/DescribeWorkspaceAuthenticationCommand";
|
|
13
|
+
import { DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput } from "./commands/DescribeWorkspaceCommand";
|
|
14
|
+
import { DisassociateLicenseCommandInput, DisassociateLicenseCommandOutput } from "./commands/DisassociateLicenseCommand";
|
|
15
|
+
import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "./commands/ListPermissionsCommand";
|
|
16
|
+
import { ListWorkspacesCommandInput, ListWorkspacesCommandOutput } from "./commands/ListWorkspacesCommand";
|
|
17
|
+
import { UpdatePermissionsCommandInput, UpdatePermissionsCommandOutput } from "./commands/UpdatePermissionsCommand";
|
|
18
|
+
import { UpdateWorkspaceAuthenticationCommandInput, UpdateWorkspaceAuthenticationCommandOutput } from "./commands/UpdateWorkspaceAuthenticationCommand";
|
|
19
|
+
import { UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput } from "./commands/UpdateWorkspaceCommand";
|
|
20
|
+
export declare type ServiceInputTypes = AssociateLicenseCommandInput | CreateWorkspaceCommandInput | DeleteWorkspaceCommandInput | DescribeWorkspaceAuthenticationCommandInput | DescribeWorkspaceCommandInput | DisassociateLicenseCommandInput | ListPermissionsCommandInput | ListWorkspacesCommandInput | UpdatePermissionsCommandInput | UpdateWorkspaceAuthenticationCommandInput | UpdateWorkspaceCommandInput;
|
|
21
|
+
export declare type ServiceOutputTypes = AssociateLicenseCommandOutput | CreateWorkspaceCommandOutput | DeleteWorkspaceCommandOutput | DescribeWorkspaceAuthenticationCommandOutput | DescribeWorkspaceCommandOutput | DisassociateLicenseCommandOutput | ListPermissionsCommandOutput | ListWorkspacesCommandOutput | UpdatePermissionsCommandOutput | UpdateWorkspaceAuthenticationCommandOutput | UpdateWorkspaceCommandOutput;
|
|
22
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
23
|
+
|
|
24
|
+
requestHandler?: __HttpHandler;
|
|
25
|
+
|
|
26
|
+
sha256?: __HashConstructor;
|
|
27
|
+
|
|
28
|
+
urlParser?: __UrlParser;
|
|
29
|
+
|
|
30
|
+
bodyLengthChecker?: (body: any) => number | undefined;
|
|
31
|
+
|
|
32
|
+
streamCollector?: __StreamCollector;
|
|
33
|
+
|
|
34
|
+
base64Decoder?: __Decoder;
|
|
35
|
+
|
|
36
|
+
base64Encoder?: __Encoder;
|
|
37
|
+
|
|
38
|
+
utf8Decoder?: __Decoder;
|
|
39
|
+
|
|
40
|
+
utf8Encoder?: __Encoder;
|
|
41
|
+
|
|
42
|
+
runtime?: string;
|
|
43
|
+
|
|
44
|
+
disableHostPrefix?: boolean;
|
|
45
|
+
|
|
46
|
+
maxAttempts?: number | __Provider<number>;
|
|
47
|
+
|
|
48
|
+
retryMode?: string | __Provider<string>;
|
|
49
|
+
|
|
50
|
+
logger?: __Logger;
|
|
51
|
+
|
|
52
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
53
|
+
|
|
54
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
55
|
+
|
|
56
|
+
serviceId?: string;
|
|
57
|
+
|
|
58
|
+
region?: string | __Provider<string>;
|
|
59
|
+
|
|
60
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
61
|
+
|
|
62
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
63
|
+
|
|
64
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
65
|
+
|
|
66
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
67
|
+
}
|
|
68
|
+
declare type GrafanaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
69
|
+
|
|
70
|
+
export interface GrafanaClientConfig extends GrafanaClientConfigType {
|
|
71
|
+
}
|
|
72
|
+
declare type GrafanaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
73
|
+
|
|
74
|
+
export interface GrafanaClientResolvedConfig extends GrafanaClientResolvedConfigType {
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export declare class GrafanaClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GrafanaClientResolvedConfig> {
|
|
78
|
+
|
|
79
|
+
readonly config: GrafanaClientResolvedConfig;
|
|
80
|
+
constructor(configuration: GrafanaClientConfig);
|
|
81
|
+
|
|
82
|
+
destroy(): void;
|
|
83
|
+
}
|
|
84
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import { AssociateLicenseRequest, AssociateLicenseResponse } from "../models/models_0";
|
|
5
|
+
export interface AssociateLicenseCommandInput extends AssociateLicenseRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateLicenseCommandOutput extends AssociateLicenseResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AssociateLicenseCommand extends $Command<AssociateLicenseCommandInput, AssociateLicenseCommandOutput, GrafanaClientResolvedConfig> {
|
|
11
|
+
readonly input: AssociateLicenseCommandInput;
|
|
12
|
+
constructor(input: AssociateLicenseCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GrafanaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateLicenseCommandInput, AssociateLicenseCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateWorkspaceCommand extends $Command<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, GrafanaClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateWorkspaceCommandInput;
|
|
12
|
+
constructor(input: CreateWorkspaceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GrafanaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import { DeleteWorkspaceRequest, DeleteWorkspaceResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteWorkspaceCommandOutput extends DeleteWorkspaceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteWorkspaceCommand extends $Command<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, GrafanaClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteWorkspaceCommandInput;
|
|
12
|
+
constructor(input: DeleteWorkspaceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GrafanaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import { DescribeWorkspaceAuthenticationRequest, DescribeWorkspaceAuthenticationResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeWorkspaceAuthenticationCommandInput extends DescribeWorkspaceAuthenticationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeWorkspaceAuthenticationCommandOutput extends DescribeWorkspaceAuthenticationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeWorkspaceAuthenticationCommand extends $Command<DescribeWorkspaceAuthenticationCommandInput, DescribeWorkspaceAuthenticationCommandOutput, GrafanaClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeWorkspaceAuthenticationCommandInput;
|
|
12
|
+
constructor(input: DescribeWorkspaceAuthenticationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GrafanaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkspaceAuthenticationCommandInput, DescribeWorkspaceAuthenticationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import { DescribeWorkspaceRequest, DescribeWorkspaceResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeWorkspaceCommandInput extends DescribeWorkspaceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeWorkspaceCommandOutput extends DescribeWorkspaceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeWorkspaceCommand extends $Command<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, GrafanaClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeWorkspaceCommandInput;
|
|
12
|
+
constructor(input: DescribeWorkspaceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GrafanaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import { DisassociateLicenseRequest, DisassociateLicenseResponse } from "../models/models_0";
|
|
5
|
+
export interface DisassociateLicenseCommandInput extends DisassociateLicenseRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateLicenseCommandOutput extends DisassociateLicenseResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DisassociateLicenseCommand extends $Command<DisassociateLicenseCommandInput, DisassociateLicenseCommandOutput, GrafanaClientResolvedConfig> {
|
|
11
|
+
readonly input: DisassociateLicenseCommandInput;
|
|
12
|
+
constructor(input: DisassociateLicenseCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GrafanaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateLicenseCommandInput, DisassociateLicenseCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListPermissionsCommandInput extends ListPermissionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListPermissionsCommandOutput extends ListPermissionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListPermissionsCommand extends $Command<ListPermissionsCommandInput, ListPermissionsCommandOutput, GrafanaClientResolvedConfig> {
|
|
11
|
+
readonly input: ListPermissionsCommandInput;
|
|
12
|
+
constructor(input: ListPermissionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GrafanaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPermissionsCommandInput, ListPermissionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import { ListWorkspacesRequest, ListWorkspacesResponse } from "../models/models_0";
|
|
5
|
+
export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListWorkspacesCommandOutput extends ListWorkspacesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListWorkspacesCommand extends $Command<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, GrafanaClientResolvedConfig> {
|
|
11
|
+
readonly input: ListWorkspacesCommandInput;
|
|
12
|
+
constructor(input: ListWorkspacesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GrafanaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkspacesCommandInput, ListWorkspacesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import { UpdatePermissionsRequest, UpdatePermissionsResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdatePermissionsCommandInput extends UpdatePermissionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdatePermissionsCommandOutput extends UpdatePermissionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdatePermissionsCommand extends $Command<UpdatePermissionsCommandInput, UpdatePermissionsCommandOutput, GrafanaClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdatePermissionsCommandInput;
|
|
12
|
+
constructor(input: UpdatePermissionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GrafanaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePermissionsCommandInput, UpdatePermissionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import { UpdateWorkspaceAuthenticationRequest, UpdateWorkspaceAuthenticationResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateWorkspaceAuthenticationCommandInput extends UpdateWorkspaceAuthenticationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateWorkspaceAuthenticationCommandOutput extends UpdateWorkspaceAuthenticationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateWorkspaceAuthenticationCommand extends $Command<UpdateWorkspaceAuthenticationCommandInput, UpdateWorkspaceAuthenticationCommandOutput, GrafanaClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateWorkspaceAuthenticationCommandInput;
|
|
12
|
+
constructor(input: UpdateWorkspaceAuthenticationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GrafanaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkspaceAuthenticationCommandInput, UpdateWorkspaceAuthenticationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import { UpdateWorkspaceRequest, UpdateWorkspaceResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateWorkspaceCommandInput extends UpdateWorkspaceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateWorkspaceCommandOutput extends UpdateWorkspaceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateWorkspaceCommand extends $Command<UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput, GrafanaClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateWorkspaceCommandInput;
|
|
12
|
+
constructor(input: UpdateWorkspaceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GrafanaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./AssociateLicenseCommand";
|
|
2
|
+
export * from "./CreateWorkspaceCommand";
|
|
3
|
+
export * from "./DeleteWorkspaceCommand";
|
|
4
|
+
export * from "./DescribeWorkspaceAuthenticationCommand";
|
|
5
|
+
export * from "./DescribeWorkspaceCommand";
|
|
6
|
+
export * from "./DisassociateLicenseCommand";
|
|
7
|
+
export * from "./ListPermissionsCommand";
|
|
8
|
+
export * from "./ListWorkspacesCommand";
|
|
9
|
+
export * from "./UpdatePermissionsCommand";
|
|
10
|
+
export * from "./UpdateWorkspaceAuthenticationCommand";
|
|
11
|
+
export * from "./UpdateWorkspaceCommand";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|