@aws-sdk/client-grafana 3.1077.0 → 3.1078.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 (83) hide show
  1. package/dist-cjs/index.js +33 -253
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateLicenseCommand.js +2 -14
  4. package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +2 -14
  5. package/dist-es/commands/CreateWorkspaceCommand.js +2 -14
  6. package/dist-es/commands/CreateWorkspaceServiceAccountCommand.js +2 -14
  7. package/dist-es/commands/CreateWorkspaceServiceAccountTokenCommand.js +2 -14
  8. package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +2 -14
  9. package/dist-es/commands/DeleteWorkspaceCommand.js +2 -14
  10. package/dist-es/commands/DeleteWorkspaceServiceAccountCommand.js +2 -14
  11. package/dist-es/commands/DeleteWorkspaceServiceAccountTokenCommand.js +2 -14
  12. package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +2 -14
  13. package/dist-es/commands/DescribeWorkspaceCommand.js +2 -14
  14. package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +2 -14
  15. package/dist-es/commands/DisassociateLicenseCommand.js +2 -14
  16. package/dist-es/commands/ListPermissionsCommand.js +2 -14
  17. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  18. package/dist-es/commands/ListVersionsCommand.js +2 -14
  19. package/dist-es/commands/ListWorkspaceServiceAccountTokensCommand.js +2 -14
  20. package/dist-es/commands/ListWorkspaceServiceAccountsCommand.js +2 -14
  21. package/dist-es/commands/ListWorkspacesCommand.js +2 -14
  22. package/dist-es/commands/TagResourceCommand.js +2 -14
  23. package/dist-es/commands/UntagResourceCommand.js +2 -14
  24. package/dist-es/commands/UpdatePermissionsCommand.js +2 -14
  25. package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +2 -14
  26. package/dist-es/commands/UpdateWorkspaceCommand.js +2 -14
  27. package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +2 -14
  28. package/dist-es/index.js +1 -0
  29. package/dist-types/commandBuilder.d.ts +18 -0
  30. package/dist-types/commands/AssociateLicenseCommand.d.ts +3 -8
  31. package/dist-types/commands/CreateWorkspaceApiKeyCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateWorkspaceCommand.d.ts +3 -8
  33. package/dist-types/commands/CreateWorkspaceServiceAccountCommand.d.ts +3 -8
  34. package/dist-types/commands/CreateWorkspaceServiceAccountTokenCommand.d.ts +3 -8
  35. package/dist-types/commands/DeleteWorkspaceApiKeyCommand.d.ts +3 -8
  36. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteWorkspaceServiceAccountCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteWorkspaceServiceAccountTokenCommand.d.ts +3 -8
  39. package/dist-types/commands/DescribeWorkspaceAuthenticationCommand.d.ts +3 -8
  40. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +3 -8
  41. package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +3 -8
  42. package/dist-types/commands/DisassociateLicenseCommand.d.ts +3 -8
  43. package/dist-types/commands/ListPermissionsCommand.d.ts +3 -8
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  45. package/dist-types/commands/ListVersionsCommand.d.ts +3 -8
  46. package/dist-types/commands/ListWorkspaceServiceAccountTokensCommand.d.ts +3 -8
  47. package/dist-types/commands/ListWorkspaceServiceAccountsCommand.d.ts +3 -8
  48. package/dist-types/commands/ListWorkspacesCommand.d.ts +3 -8
  49. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  50. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  51. package/dist-types/commands/UpdatePermissionsCommand.d.ts +3 -8
  52. package/dist-types/commands/UpdateWorkspaceAuthenticationCommand.d.ts +3 -8
  53. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +3 -8
  54. package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +3 -8
  55. package/dist-types/index.d.ts +1 -0
  56. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  57. package/dist-types/ts3.4/commands/AssociateLicenseCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/CreateWorkspaceApiKeyCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/CreateWorkspaceServiceAccountCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/CreateWorkspaceServiceAccountTokenCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DeleteWorkspaceApiKeyCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/DeleteWorkspaceServiceAccountCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DeleteWorkspaceServiceAccountTokenCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DescribeWorkspaceAuthenticationCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/DisassociateLicenseCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListWorkspaceServiceAccountTokensCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListWorkspaceServiceAccountsCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/UpdatePermissionsCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/UpdateWorkspaceAuthenticationCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/index.d.ts +1 -0
  83. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGrafanaControlPlane", "ListTagsForResource", {})
13
- .n("GrafanaClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListVersions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListVersionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGrafanaControlPlane", "ListVersions", {})
13
- .n("GrafanaClient", "ListVersionsCommand")
14
- .sc(ListVersions$)
15
- .build() {
3
+ export class ListVersionsCommand extends command(_ep0, _mw0, "ListVersions", ListVersions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListWorkspaceServiceAccountTokens$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListWorkspaceServiceAccountTokensCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGrafanaControlPlane", "ListWorkspaceServiceAccountTokens", {})
13
- .n("GrafanaClient", "ListWorkspaceServiceAccountTokensCommand")
14
- .sc(ListWorkspaceServiceAccountTokens$)
15
- .build() {
3
+ export class ListWorkspaceServiceAccountTokensCommand extends command(_ep0, _mw0, "ListWorkspaceServiceAccountTokens", ListWorkspaceServiceAccountTokens$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListWorkspaceServiceAccounts$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListWorkspaceServiceAccountsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGrafanaControlPlane", "ListWorkspaceServiceAccounts", {})
13
- .n("GrafanaClient", "ListWorkspaceServiceAccountsCommand")
14
- .sc(ListWorkspaceServiceAccounts$)
15
- .build() {
3
+ export class ListWorkspaceServiceAccountsCommand extends command(_ep0, _mw0, "ListWorkspaceServiceAccounts", ListWorkspaceServiceAccounts$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListWorkspaces$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListWorkspacesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGrafanaControlPlane", "ListWorkspaces", {})
13
- .n("GrafanaClient", "ListWorkspacesCommand")
14
- .sc(ListWorkspaces$)
15
- .build() {
3
+ export class ListWorkspacesCommand extends command(_ep0, _mw0, "ListWorkspaces", ListWorkspaces$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGrafanaControlPlane", "TagResource", {})
13
- .n("GrafanaClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGrafanaControlPlane", "UntagResource", {})
13
- .n("GrafanaClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdatePermissions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdatePermissionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGrafanaControlPlane", "UpdatePermissions", {})
13
- .n("GrafanaClient", "UpdatePermissionsCommand")
14
- .sc(UpdatePermissions$)
15
- .build() {
3
+ export class UpdatePermissionsCommand extends command(_ep0, _mw0, "UpdatePermissions", UpdatePermissions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateWorkspaceAuthentication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateWorkspaceAuthenticationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGrafanaControlPlane", "UpdateWorkspaceAuthentication", {})
13
- .n("GrafanaClient", "UpdateWorkspaceAuthenticationCommand")
14
- .sc(UpdateWorkspaceAuthentication$)
15
- .build() {
3
+ export class UpdateWorkspaceAuthenticationCommand extends command(_ep0, _mw0, "UpdateWorkspaceAuthentication", UpdateWorkspaceAuthentication$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateWorkspace$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateWorkspaceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGrafanaControlPlane", "UpdateWorkspace", {})
13
- .n("GrafanaClient", "UpdateWorkspaceCommand")
14
- .sc(UpdateWorkspace$)
15
- .build() {
3
+ export class UpdateWorkspaceCommand extends command(_ep0, _mw0, "UpdateWorkspace", UpdateWorkspace$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateWorkspaceConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateWorkspaceConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGrafanaControlPlane", "UpdateWorkspaceConfiguration", {})
13
- .n("GrafanaClient", "UpdateWorkspaceConfigurationCommand")
14
- .sc(UpdateWorkspaceConfiguration$)
15
- .build() {
3
+ export class UpdateWorkspaceConfigurationCommand extends command(_ep0, _mw0, "UpdateWorkspaceConfiguration", UpdateWorkspaceConfiguration$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./GrafanaClient";
2
2
  export * from "./Grafana";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./GrafanaClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
2
  import type { AssociateLicenseRequest, AssociateLicenseResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateLicenseCommandInput extends AssociateLicenseRequest {
22
19
  export interface AssociateLicenseCommandOutput extends AssociateLicenseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateLicenseCommand_base: {
25
- new (input: AssociateLicenseCommandInput): import("@smithy/core/client").CommandImpl<AssociateLicenseCommandInput, AssociateLicenseCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateLicenseCommandInput): import("@smithy/core/client").CommandImpl<AssociateLicenseCommandInput, AssociateLicenseCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateLicenseCommandInput): import("@smithy/core/client").CommandImpl<AssociateLicenseCommandInput, AssociateLicenseCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateLicenseCommandInput): import("@smithy/core/client").CommandImpl<AssociateLicenseCommandInput, AssociateLicenseCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Assigns a Grafana Enterprise license to a workspace. To upgrade, you must use <code>ENTERPRISE</code> for the <code>licenseType</code>, and pass in a valid Grafana Labs token for the <code>grafanaToken</code>. Upgrading to Grafana Enterprise incurs additional fees. For more information, see <a href="https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html">Upgrade a workspace to Grafana Enterprise</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
2
  import type { CreateWorkspaceApiKeyRequest, CreateWorkspaceApiKeyResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateWorkspaceApiKeyCommandInput extends CreateWorkspaceApiKey
22
19
  export interface CreateWorkspaceApiKeyCommandOutput extends CreateWorkspaceApiKeyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateWorkspaceApiKeyCommand_base: {
25
- new (input: CreateWorkspaceApiKeyCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceApiKeyCommandInput, CreateWorkspaceApiKeyCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWorkspaceApiKeyCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceApiKeyCommandInput, CreateWorkspaceApiKeyCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateWorkspaceApiKeyCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceApiKeyCommandInput, CreateWorkspaceApiKeyCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateWorkspaceApiKeyCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceApiKeyCommandInput, CreateWorkspaceApiKeyCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a Grafana API key for the workspace. This key can be used to authenticate requests sent to the workspace's HTTP API. See <a href="https://docs.aws.amazon.com/grafana/latest/userguide/Using-Grafana-APIs.html">https://docs.aws.amazon.com/grafana/latest/userguide/Using-Grafana-APIs.html</a> for available APIs and example requests.</p> <note> <p>In workspaces compatible with Grafana version 9 or above, use workspace service accounts instead of API keys. API keys will be removed in a future release.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
2
  import type { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {
22
19
  export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateWorkspaceCommand_base: {
25
- new (input: CreateWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a <i>workspace</i>. In a workspace, you can create Grafana dashboards and visualizations to analyze your metrics, logs, and traces. You don't have to build, package, or deploy any hardware to run the Grafana server.</p> <p>Don't use <code>CreateWorkspace</code> to modify an existing workspace. Instead, use <a href="https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdateWorkspace.html">UpdateWorkspace</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
2
  import type { CreateWorkspaceServiceAccountRequest, CreateWorkspaceServiceAccountResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateWorkspaceServiceAccountCommandInput extends CreateWorkspa
22
19
  export interface CreateWorkspaceServiceAccountCommandOutput extends CreateWorkspaceServiceAccountResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateWorkspaceServiceAccountCommand_base: {
25
- new (input: CreateWorkspaceServiceAccountCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceServiceAccountCommandInput, CreateWorkspaceServiceAccountCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWorkspaceServiceAccountCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceServiceAccountCommandInput, CreateWorkspaceServiceAccountCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateWorkspaceServiceAccountCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceServiceAccountCommandInput, CreateWorkspaceServiceAccountCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateWorkspaceServiceAccountCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceServiceAccountCommandInput, CreateWorkspaceServiceAccountCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a service account for the workspace. A service account can be used to call Grafana HTTP APIs, and run automated workloads. After creating the service account with the correct <code>GrafanaRole</code> for your use case, use <code>CreateWorkspaceServiceAccountToken</code> to create a token that can be used to authenticate and authorize Grafana HTTP API calls.</p> <p>You can only create service accounts for workspaces that are compatible with Grafana version 9 and above.</p> <note> <p>For more information about service accounts, see <a href="https://docs.aws.amazon.com/grafana/latest/userguide/service-accounts.html">Service accounts</a> in the <i>Amazon Managed Grafana User Guide</i>.</p> <p>For more information about the Grafana HTTP APIs, see <a href="https://docs.aws.amazon.com/grafana/latest/userguide/Using-Grafana-APIs.html">Using Grafana HTTP APIs</a> in the <i>Amazon Managed Grafana User Guide</i>.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
2
  import type { CreateWorkspaceServiceAccountTokenRequest, CreateWorkspaceServiceAccountTokenResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateWorkspaceServiceAccountTokenCommandInput extends CreateWo
22
19
  export interface CreateWorkspaceServiceAccountTokenCommandOutput extends CreateWorkspaceServiceAccountTokenResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateWorkspaceServiceAccountTokenCommand_base: {
25
- new (input: CreateWorkspaceServiceAccountTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceServiceAccountTokenCommandInput, CreateWorkspaceServiceAccountTokenCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWorkspaceServiceAccountTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceServiceAccountTokenCommandInput, CreateWorkspaceServiceAccountTokenCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateWorkspaceServiceAccountTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceServiceAccountTokenCommandInput, CreateWorkspaceServiceAccountTokenCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateWorkspaceServiceAccountTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkspaceServiceAccountTokenCommandInput, CreateWorkspaceServiceAccountTokenCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a token that can be used to authenticate and authorize Grafana HTTP API operations for the given <a href="https://docs.aws.amazon.com/grafana/latest/userguide/service-accounts.html">workspace service account</a>. The service account acts as a user for the API operations, and defines the permissions that are used by the API.</p> <important> <p>When you create the service account token, you will receive a key that is used when calling Grafana APIs. Do not lose this key, as it will not be retrievable again.</p> <p>If you do lose the key, you can delete the token and recreate it to receive a new key. This will disable the initial key.</p> </important> <p>Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
2
  import type { DeleteWorkspaceApiKeyRequest, DeleteWorkspaceApiKeyResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteWorkspaceApiKeyCommandInput extends DeleteWorkspaceApiKey
22
19
  export interface DeleteWorkspaceApiKeyCommandOutput extends DeleteWorkspaceApiKeyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteWorkspaceApiKeyCommand_base: {
25
- new (input: DeleteWorkspaceApiKeyCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceApiKeyCommandInput, DeleteWorkspaceApiKeyCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkspaceApiKeyCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceApiKeyCommandInput, DeleteWorkspaceApiKeyCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteWorkspaceApiKeyCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceApiKeyCommandInput, DeleteWorkspaceApiKeyCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteWorkspaceApiKeyCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceApiKeyCommandInput, DeleteWorkspaceApiKeyCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a Grafana API key for the workspace.</p> <note> <p>In workspaces compatible with Grafana version 9 or above, use workspace service accounts instead of API keys. API keys will be removed in a future release.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
2
  import type { DeleteWorkspaceRequest, DeleteWorkspaceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {
22
19
  export interface DeleteWorkspaceCommandOutput extends DeleteWorkspaceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteWorkspaceCommand_base: {
25
- new (input: DeleteWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an Amazon Managed Grafana workspace.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
2
  import type { DeleteWorkspaceServiceAccountRequest, DeleteWorkspaceServiceAccountResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteWorkspaceServiceAccountCommandInput extends DeleteWorkspa
22
19
  export interface DeleteWorkspaceServiceAccountCommandOutput extends DeleteWorkspaceServiceAccountResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteWorkspaceServiceAccountCommand_base: {
25
- new (input: DeleteWorkspaceServiceAccountCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceServiceAccountCommandInput, DeleteWorkspaceServiceAccountCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkspaceServiceAccountCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceServiceAccountCommandInput, DeleteWorkspaceServiceAccountCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteWorkspaceServiceAccountCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceServiceAccountCommandInput, DeleteWorkspaceServiceAccountCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteWorkspaceServiceAccountCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceServiceAccountCommandInput, DeleteWorkspaceServiceAccountCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a workspace service account from the workspace.</p> <p>This will delete any tokens created for the service account, as well. If the tokens are currently in use, the will fail to authenticate / authorize after they are deleted.</p> <p>Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
2
  import type { DeleteWorkspaceServiceAccountTokenRequest, DeleteWorkspaceServiceAccountTokenResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteWorkspaceServiceAccountTokenCommandInput extends DeleteWo
22
19
  export interface DeleteWorkspaceServiceAccountTokenCommandOutput extends DeleteWorkspaceServiceAccountTokenResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteWorkspaceServiceAccountTokenCommand_base: {
25
- new (input: DeleteWorkspaceServiceAccountTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceServiceAccountTokenCommandInput, DeleteWorkspaceServiceAccountTokenCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkspaceServiceAccountTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceServiceAccountTokenCommandInput, DeleteWorkspaceServiceAccountTokenCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteWorkspaceServiceAccountTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceServiceAccountTokenCommandInput, DeleteWorkspaceServiceAccountTokenCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteWorkspaceServiceAccountTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkspaceServiceAccountTokenCommandInput, DeleteWorkspaceServiceAccountTokenCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a token for the workspace service account.</p> <p>This will disable the key associated with the token. If any automation is currently using the key, it will no longer be authenticated or authorized to perform actions with the Grafana HTTP APIs.</p> <p>Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
2
  import type { DescribeWorkspaceAuthenticationRequest, DescribeWorkspaceAuthenticationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeWorkspaceAuthenticationCommandInput extends DescribeWor
22
19
  export interface DescribeWorkspaceAuthenticationCommandOutput extends DescribeWorkspaceAuthenticationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeWorkspaceAuthenticationCommand_base: {
25
- new (input: DescribeWorkspaceAuthenticationCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceAuthenticationCommandInput, DescribeWorkspaceAuthenticationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeWorkspaceAuthenticationCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceAuthenticationCommandInput, DescribeWorkspaceAuthenticationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeWorkspaceAuthenticationCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceAuthenticationCommandInput, DescribeWorkspaceAuthenticationCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeWorkspaceAuthenticationCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceAuthenticationCommandInput, DescribeWorkspaceAuthenticationCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Displays information about the authentication methods used in one Amazon Managed Grafana workspace.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
2
  import type { DescribeWorkspaceRequest, DescribeWorkspaceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeWorkspaceCommandInput extends DescribeWorkspaceRequest
22
19
  export interface DescribeWorkspaceCommandOutput extends DescribeWorkspaceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeWorkspaceCommand_base: {
25
- new (input: DescribeWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Displays information about one Amazon Managed Grafana workspace.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
2
  import type { DescribeWorkspaceConfigurationRequest, DescribeWorkspaceConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeWorkspaceConfigurationCommandInput extends DescribeWork
22
19
  export interface DescribeWorkspaceConfigurationCommandOutput extends DescribeWorkspaceConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeWorkspaceConfigurationCommand_base: {
25
- new (input: DescribeWorkspaceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceConfigurationCommandInput, DescribeWorkspaceConfigurationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeWorkspaceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceConfigurationCommandInput, DescribeWorkspaceConfigurationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeWorkspaceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceConfigurationCommandInput, DescribeWorkspaceConfigurationCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeWorkspaceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkspaceConfigurationCommandInput, DescribeWorkspaceConfigurationCommandOutput, import("..").GrafanaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the current configuration string for the given workspace.</p>