@aws-sdk/client-grafana 3.478.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 (81) 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-es/commands/AssociateLicenseCommand.js +18 -41
  22. package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +18 -41
  23. package/dist-es/commands/CreateWorkspaceCommand.js +18 -41
  24. package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +18 -41
  25. package/dist-es/commands/DeleteWorkspaceCommand.js +18 -41
  26. package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +18 -41
  27. package/dist-es/commands/DescribeWorkspaceCommand.js +18 -41
  28. package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +18 -41
  29. package/dist-es/commands/DisassociateLicenseCommand.js +18 -41
  30. package/dist-es/commands/ListPermissionsCommand.js +18 -41
  31. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  32. package/dist-es/commands/ListVersionsCommand.js +18 -41
  33. package/dist-es/commands/ListWorkspacesCommand.js +18 -41
  34. package/dist-es/commands/TagResourceCommand.js +18 -41
  35. package/dist-es/commands/UntagResourceCommand.js +18 -41
  36. package/dist-es/commands/UpdatePermissionsCommand.js +18 -41
  37. package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +18 -41
  38. package/dist-es/commands/UpdateWorkspaceCommand.js +18 -41
  39. package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +18 -41
  40. package/dist-es/endpoint/EndpointParameters.js +6 -0
  41. package/dist-types/commands/AssociateLicenseCommand.d.ts +6 -21
  42. package/dist-types/commands/CreateWorkspaceApiKeyCommand.d.ts +6 -21
  43. package/dist-types/commands/CreateWorkspaceCommand.d.ts +6 -21
  44. package/dist-types/commands/DeleteWorkspaceApiKeyCommand.d.ts +6 -21
  45. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +6 -21
  46. package/dist-types/commands/DescribeWorkspaceAuthenticationCommand.d.ts +6 -21
  47. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +6 -21
  48. package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +6 -21
  49. package/dist-types/commands/DisassociateLicenseCommand.d.ts +6 -21
  50. package/dist-types/commands/ListPermissionsCommand.d.ts +6 -21
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  52. package/dist-types/commands/ListVersionsCommand.d.ts +6 -21
  53. package/dist-types/commands/ListWorkspacesCommand.d.ts +6 -21
  54. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  55. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  56. package/dist-types/commands/UpdatePermissionsCommand.d.ts +6 -21
  57. package/dist-types/commands/UpdateWorkspaceAuthenticationCommand.d.ts +6 -21
  58. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +6 -21
  59. package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +6 -21
  60. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  61. package/dist-types/ts3.4/commands/AssociateLicenseCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/CreateWorkspaceApiKeyCommand.d.ts +12 -24
  63. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/DeleteWorkspaceApiKeyCommand.d.ts +12 -24
  65. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/DescribeWorkspaceAuthenticationCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +12 -24
  69. package/dist-types/ts3.4/commands/DisassociateLicenseCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/UpdatePermissionsCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/UpdateWorkspaceAuthenticationCommand.d.ts +12 -24
  78. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  81. package/package.json +9 -9
@@ -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 {}
@@ -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 UntagResourceCommandInput extends UntagResourceRequest {}
20
14
  export interface UntagResourceCommandOutput
21
15
  extends UntagResourceResponse,
22
16
  __MetadataBearer {}
23
- export declare class UntagResourceCommand extends $Command<
24
- UntagResourceCommandInput,
25
- UntagResourceCommandOutput,
26
- GrafanaClientResolvedConfig
27
- > {
28
- readonly input: UntagResourceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UntagResourceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: GrafanaClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UntagResourceCommand_base: {
18
+ new (
19
+ input: UntagResourceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UntagResourceCommandInput,
22
+ UntagResourceCommandOutput,
23
+ GrafanaClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UntagResourceCommand extends UntagResourceCommand_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 UpdatePermissionsCommandInput
21
15
  export interface UpdatePermissionsCommandOutput
22
16
  extends UpdatePermissionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class UpdatePermissionsCommand extends $Command<
25
- UpdatePermissionsCommandInput,
26
- UpdatePermissionsCommandOutput,
27
- GrafanaClientResolvedConfig
28
- > {
29
- readonly input: UpdatePermissionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdatePermissionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GrafanaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<UpdatePermissionsCommandInput, UpdatePermissionsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const UpdatePermissionsCommand_base: {
19
+ new (
20
+ input: UpdatePermissionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdatePermissionsCommandInput,
23
+ UpdatePermissionsCommandOutput,
24
+ GrafanaClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdatePermissionsCommand extends UpdatePermissionsCommand_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 UpdateWorkspaceAuthenticationCommandInput
21
15
  export interface UpdateWorkspaceAuthenticationCommandOutput
22
16
  extends UpdateWorkspaceAuthenticationResponse,
23
17
  __MetadataBearer {}
24
- export declare class UpdateWorkspaceAuthenticationCommand extends $Command<
25
- UpdateWorkspaceAuthenticationCommandInput,
26
- UpdateWorkspaceAuthenticationCommandOutput,
27
- GrafanaClientResolvedConfig
28
- > {
29
- readonly input: UpdateWorkspaceAuthenticationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateWorkspaceAuthenticationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GrafanaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateWorkspaceAuthenticationCommand_base: {
19
+ new (
20
+ input: UpdateWorkspaceAuthenticationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateWorkspaceAuthenticationCommandInput,
38
- UpdateWorkspaceAuthenticationCommandOutput
23
+ UpdateWorkspaceAuthenticationCommandOutput,
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 UpdateWorkspaceAuthenticationCommand extends UpdateWorkspaceAuthenticationCommand_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 UpdateWorkspaceCommandInput extends UpdateWorkspaceRequest {}
20
14
  export interface UpdateWorkspaceCommandOutput
21
15
  extends UpdateWorkspaceResponse,
22
16
  __MetadataBearer {}
23
- export declare class UpdateWorkspaceCommand extends $Command<
24
- UpdateWorkspaceCommandInput,
25
- UpdateWorkspaceCommandOutput,
26
- GrafanaClientResolvedConfig
27
- > {
28
- readonly input: UpdateWorkspaceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UpdateWorkspaceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: GrafanaClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UpdateWorkspaceCommand_base: {
18
+ new (
19
+ input: UpdateWorkspaceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UpdateWorkspaceCommandInput,
22
+ UpdateWorkspaceCommandOutput,
23
+ GrafanaClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UpdateWorkspaceCommand extends UpdateWorkspaceCommand_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 UpdateWorkspaceConfigurationCommandInput
21
15
  export interface UpdateWorkspaceConfigurationCommandOutput
22
16
  extends UpdateWorkspaceConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class UpdateWorkspaceConfigurationCommand extends $Command<
25
- UpdateWorkspaceConfigurationCommandInput,
26
- UpdateWorkspaceConfigurationCommandOutput,
27
- GrafanaClientResolvedConfig
28
- > {
29
- readonly input: UpdateWorkspaceConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateWorkspaceConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GrafanaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateWorkspaceConfigurationCommand_base: {
19
+ new (
20
+ input: UpdateWorkspaceConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateWorkspaceConfigurationCommandInput,
38
- UpdateWorkspaceConfigurationCommandOutput
23
+ UpdateWorkspaceConfigurationCommandOutput,
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 UpdateWorkspaceConfigurationCommand extends UpdateWorkspaceConfigurationCommand_base {}