@aws-sdk/client-grafana 3.477.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist-cjs/commands/AssociateLicenseCommand.js +18 -41
  2. package/dist-cjs/commands/CreateWorkspaceApiKeyCommand.js +18 -41
  3. package/dist-cjs/commands/CreateWorkspaceCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteWorkspaceApiKeyCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteWorkspaceCommand.js +18 -41
  6. package/dist-cjs/commands/DescribeWorkspaceAuthenticationCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeWorkspaceCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeWorkspaceConfigurationCommand.js +18 -41
  9. package/dist-cjs/commands/DisassociateLicenseCommand.js +18 -41
  10. package/dist-cjs/commands/ListPermissionsCommand.js +18 -41
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  12. package/dist-cjs/commands/ListVersionsCommand.js +18 -41
  13. package/dist-cjs/commands/ListWorkspacesCommand.js +18 -41
  14. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  15. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  16. package/dist-cjs/commands/UpdatePermissionsCommand.js +18 -41
  17. package/dist-cjs/commands/UpdateWorkspaceAuthenticationCommand.js +18 -41
  18. package/dist-cjs/commands/UpdateWorkspaceCommand.js +18 -41
  19. package/dist-cjs/commands/UpdateWorkspaceConfigurationCommand.js +18 -41
  20. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  21. package/dist-cjs/pagination/ListPermissionsPaginator.js +2 -24
  22. package/dist-cjs/pagination/ListVersionsPaginator.js +2 -24
  23. package/dist-cjs/pagination/ListWorkspacesPaginator.js +2 -24
  24. package/dist-es/commands/AssociateLicenseCommand.js +18 -41
  25. package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +18 -41
  26. package/dist-es/commands/CreateWorkspaceCommand.js +18 -41
  27. package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +18 -41
  28. package/dist-es/commands/DeleteWorkspaceCommand.js +18 -41
  29. package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +18 -41
  30. package/dist-es/commands/DescribeWorkspaceCommand.js +18 -41
  31. package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +18 -41
  32. package/dist-es/commands/DisassociateLicenseCommand.js +18 -41
  33. package/dist-es/commands/ListPermissionsCommand.js +18 -41
  34. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  35. package/dist-es/commands/ListVersionsCommand.js +18 -41
  36. package/dist-es/commands/ListWorkspacesCommand.js +18 -41
  37. package/dist-es/commands/TagResourceCommand.js +18 -41
  38. package/dist-es/commands/UntagResourceCommand.js +18 -41
  39. package/dist-es/commands/UpdatePermissionsCommand.js +18 -41
  40. package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +18 -41
  41. package/dist-es/commands/UpdateWorkspaceCommand.js +18 -41
  42. package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +18 -41
  43. package/dist-es/endpoint/EndpointParameters.js +6 -0
  44. package/dist-es/pagination/ListPermissionsPaginator.js +2 -23
  45. package/dist-es/pagination/ListVersionsPaginator.js +2 -23
  46. package/dist-es/pagination/ListWorkspacesPaginator.js +2 -23
  47. package/dist-types/commands/AssociateLicenseCommand.d.ts +6 -21
  48. package/dist-types/commands/CreateWorkspaceApiKeyCommand.d.ts +6 -21
  49. package/dist-types/commands/CreateWorkspaceCommand.d.ts +6 -21
  50. package/dist-types/commands/DeleteWorkspaceApiKeyCommand.d.ts +6 -21
  51. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +6 -21
  52. package/dist-types/commands/DescribeWorkspaceAuthenticationCommand.d.ts +6 -21
  53. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +6 -21
  54. package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +6 -21
  55. package/dist-types/commands/DisassociateLicenseCommand.d.ts +6 -21
  56. package/dist-types/commands/ListPermissionsCommand.d.ts +6 -21
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  58. package/dist-types/commands/ListVersionsCommand.d.ts +6 -21
  59. package/dist-types/commands/ListWorkspacesCommand.d.ts +6 -21
  60. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  61. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  62. package/dist-types/commands/UpdatePermissionsCommand.d.ts +6 -21
  63. package/dist-types/commands/UpdateWorkspaceAuthenticationCommand.d.ts +6 -21
  64. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +6 -21
  65. package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +6 -21
  66. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  67. package/dist-types/pagination/ListPermissionsPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListVersionsPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListWorkspacesPaginator.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/AssociateLicenseCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/CreateWorkspaceApiKeyCommand.d.ts +12 -24
  72. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/DeleteWorkspaceApiKeyCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/DescribeWorkspaceAuthenticationCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +12 -24
  78. package/dist-types/ts3.4/commands/DisassociateLicenseCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/UpdatePermissionsCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/UpdateWorkspaceAuthenticationCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  90. package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +3 -3
  91. package/dist-types/ts3.4/pagination/ListVersionsPaginator.d.ts +3 -3
  92. package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +3 -3
  93. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GrafanaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface AssociateLicenseCommandInput extends AssociateLicenseRequest {}
20
14
  export interface AssociateLicenseCommandOutput
21
15
  extends AssociateLicenseResponse,
22
16
  __MetadataBearer {}
23
- export declare class AssociateLicenseCommand extends $Command<
24
- AssociateLicenseCommandInput,
25
- AssociateLicenseCommandOutput,
26
- GrafanaClientResolvedConfig
27
- > {
28
- readonly input: AssociateLicenseCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: AssociateLicenseCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: GrafanaClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<AssociateLicenseCommandInput, AssociateLicenseCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const AssociateLicenseCommand_base: {
18
+ new (
19
+ input: AssociateLicenseCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ AssociateLicenseCommandInput,
22
+ AssociateLicenseCommandOutput,
23
+ GrafanaClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class AssociateLicenseCommand extends AssociateLicenseCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GrafanaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateWorkspaceApiKeyCommandInput
21
15
  export interface CreateWorkspaceApiKeyCommandOutput
22
16
  extends CreateWorkspaceApiKeyResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateWorkspaceApiKeyCommand extends $Command<
25
- CreateWorkspaceApiKeyCommandInput,
26
- CreateWorkspaceApiKeyCommandOutput,
27
- GrafanaClientResolvedConfig
28
- > {
29
- readonly input: CreateWorkspaceApiKeyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateWorkspaceApiKeyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GrafanaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateWorkspaceApiKeyCommand_base: {
19
+ new (
20
+ input: CreateWorkspaceApiKeyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateWorkspaceApiKeyCommandInput,
38
- CreateWorkspaceApiKeyCommandOutput
23
+ CreateWorkspaceApiKeyCommandOutput,
24
+ GrafanaClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateWorkspaceApiKeyCommand extends CreateWorkspaceApiKeyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GrafanaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
20
14
  export interface CreateWorkspaceCommandOutput
21
15
  extends CreateWorkspaceResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateWorkspaceCommand extends $Command<
24
- CreateWorkspaceCommandInput,
25
- CreateWorkspaceCommandOutput,
26
- GrafanaClientResolvedConfig
27
- > {
28
- readonly input: CreateWorkspaceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateWorkspaceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: GrafanaClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateWorkspaceCommand_base: {
18
+ new (
19
+ input: CreateWorkspaceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateWorkspaceCommandInput,
22
+ CreateWorkspaceCommandOutput,
23
+ GrafanaClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GrafanaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteWorkspaceApiKeyCommandInput
21
15
  export interface DeleteWorkspaceApiKeyCommandOutput
22
16
  extends DeleteWorkspaceApiKeyResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteWorkspaceApiKeyCommand extends $Command<
25
- DeleteWorkspaceApiKeyCommandInput,
26
- DeleteWorkspaceApiKeyCommandOutput,
27
- GrafanaClientResolvedConfig
28
- > {
29
- readonly input: DeleteWorkspaceApiKeyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteWorkspaceApiKeyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GrafanaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteWorkspaceApiKeyCommand_base: {
19
+ new (
20
+ input: DeleteWorkspaceApiKeyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteWorkspaceApiKeyCommandInput,
38
- DeleteWorkspaceApiKeyCommandOutput
23
+ DeleteWorkspaceApiKeyCommandOutput,
24
+ GrafanaClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteWorkspaceApiKeyCommand extends DeleteWorkspaceApiKeyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GrafanaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {}
20
14
  export interface DeleteWorkspaceCommandOutput
21
15
  extends DeleteWorkspaceResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteWorkspaceCommand extends $Command<
24
- DeleteWorkspaceCommandInput,
25
- DeleteWorkspaceCommandOutput,
26
- GrafanaClientResolvedConfig
27
- > {
28
- readonly input: DeleteWorkspaceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteWorkspaceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: GrafanaClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteWorkspaceCommand_base: {
18
+ new (
19
+ input: DeleteWorkspaceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteWorkspaceCommandInput,
22
+ DeleteWorkspaceCommandOutput,
23
+ GrafanaClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GrafanaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeWorkspaceAuthenticationCommandInput
21
15
  export interface DescribeWorkspaceAuthenticationCommandOutput
22
16
  extends DescribeWorkspaceAuthenticationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeWorkspaceAuthenticationCommand extends $Command<
25
- DescribeWorkspaceAuthenticationCommandInput,
26
- DescribeWorkspaceAuthenticationCommandOutput,
27
- GrafanaClientResolvedConfig
28
- > {
29
- readonly input: DescribeWorkspaceAuthenticationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeWorkspaceAuthenticationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GrafanaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeWorkspaceAuthenticationCommand_base: {
19
+ new (
20
+ input: DescribeWorkspaceAuthenticationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeWorkspaceAuthenticationCommandInput,
38
- DescribeWorkspaceAuthenticationCommandOutput
23
+ DescribeWorkspaceAuthenticationCommandOutput,
24
+ GrafanaClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeWorkspaceAuthenticationCommand extends DescribeWorkspaceAuthenticationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GrafanaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DescribeWorkspaceCommandInput
21
15
  export interface DescribeWorkspaceCommandOutput
22
16
  extends DescribeWorkspaceResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeWorkspaceCommand extends $Command<
25
- DescribeWorkspaceCommandInput,
26
- DescribeWorkspaceCommandOutput,
27
- GrafanaClientResolvedConfig
28
- > {
29
- readonly input: DescribeWorkspaceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeWorkspaceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GrafanaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeWorkspaceCommand_base: {
19
+ new (
20
+ input: DescribeWorkspaceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeWorkspaceCommandInput,
23
+ DescribeWorkspaceCommandOutput,
24
+ GrafanaClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeWorkspaceCommand extends DescribeWorkspaceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GrafanaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeWorkspaceConfigurationCommandInput
21
15
  export interface DescribeWorkspaceConfigurationCommandOutput
22
16
  extends DescribeWorkspaceConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeWorkspaceConfigurationCommand extends $Command<
25
- DescribeWorkspaceConfigurationCommandInput,
26
- DescribeWorkspaceConfigurationCommandOutput,
27
- GrafanaClientResolvedConfig
28
- > {
29
- readonly input: DescribeWorkspaceConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeWorkspaceConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GrafanaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeWorkspaceConfigurationCommand_base: {
19
+ new (
20
+ input: DescribeWorkspaceConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeWorkspaceConfigurationCommandInput,
38
- DescribeWorkspaceConfigurationCommandOutput
23
+ DescribeWorkspaceConfigurationCommandOutput,
24
+ GrafanaClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeWorkspaceConfigurationCommand extends DescribeWorkspaceConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GrafanaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DisassociateLicenseCommandInput
21
15
  export interface DisassociateLicenseCommandOutput
22
16
  extends DisassociateLicenseResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateLicenseCommand extends $Command<
25
- DisassociateLicenseCommandInput,
26
- DisassociateLicenseCommandOutput,
27
- GrafanaClientResolvedConfig
28
- > {
29
- readonly input: DisassociateLicenseCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateLicenseCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GrafanaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DisassociateLicenseCommandInput, DisassociateLicenseCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DisassociateLicenseCommand_base: {
19
+ new (
20
+ input: DisassociateLicenseCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DisassociateLicenseCommandInput,
23
+ DisassociateLicenseCommandOutput,
24
+ GrafanaClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisassociateLicenseCommand extends DisassociateLicenseCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GrafanaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
20
14
  export interface ListPermissionsCommandOutput
21
15
  extends ListPermissionsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListPermissionsCommand extends $Command<
24
- ListPermissionsCommandInput,
25
- ListPermissionsCommandOutput,
26
- GrafanaClientResolvedConfig
27
- > {
28
- readonly input: ListPermissionsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListPermissionsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: GrafanaClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListPermissionsCommandInput, ListPermissionsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListPermissionsCommand_base: {
18
+ new (
19
+ input: ListPermissionsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListPermissionsCommandInput,
22
+ ListPermissionsCommandOutput,
23
+ GrafanaClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListPermissionsCommand extends ListPermissionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GrafanaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- GrafanaClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GrafanaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ GrafanaClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GrafanaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListVersionsCommandInput extends ListVersionsRequest {}
17
11
  export interface ListVersionsCommandOutput
18
12
  extends ListVersionsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListVersionsCommand extends $Command<
21
- ListVersionsCommandInput,
22
- ListVersionsCommandOutput,
23
- GrafanaClientResolvedConfig
24
- > {
25
- readonly input: ListVersionsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListVersionsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GrafanaClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListVersionsCommandInput, ListVersionsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListVersionsCommand_base: {
15
+ new (
16
+ input: ListVersionsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListVersionsCommandInput,
19
+ ListVersionsCommandOutput,
20
+ GrafanaClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListVersionsCommand extends ListVersionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GrafanaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {}
20
14
  export interface ListWorkspacesCommandOutput
21
15
  extends ListWorkspacesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListWorkspacesCommand extends $Command<
24
- ListWorkspacesCommandInput,
25
- ListWorkspacesCommandOutput,
26
- GrafanaClientResolvedConfig
27
- > {
28
- readonly input: ListWorkspacesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListWorkspacesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: GrafanaClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListWorkspacesCommandInput, ListWorkspacesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListWorkspacesCommand_base: {
18
+ new (
19
+ input: ListWorkspacesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListWorkspacesCommandInput,
22
+ ListWorkspacesCommandOutput,
23
+ GrafanaClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListWorkspacesCommand extends ListWorkspacesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GrafanaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- GrafanaClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GrafanaClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ GrafanaClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}