@aws-sdk/client-grafana 3.1045.0 → 3.1047.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 (117) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +71 -67
  5. package/dist-cjs/models/GrafanaServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-cjs/schemas/schemas_0.js +7 -6
  10. package/dist-es/Grafana.js +1 -1
  11. package/dist-es/GrafanaClient.js +5 -5
  12. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  13. package/dist-es/commands/AssociateLicenseCommand.js +2 -2
  14. package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +2 -2
  15. package/dist-es/commands/CreateWorkspaceCommand.js +2 -2
  16. package/dist-es/commands/CreateWorkspaceServiceAccountCommand.js +2 -2
  17. package/dist-es/commands/CreateWorkspaceServiceAccountTokenCommand.js +2 -2
  18. package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +2 -2
  19. package/dist-es/commands/DeleteWorkspaceCommand.js +2 -2
  20. package/dist-es/commands/DeleteWorkspaceServiceAccountCommand.js +2 -2
  21. package/dist-es/commands/DeleteWorkspaceServiceAccountTokenCommand.js +2 -2
  22. package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +2 -2
  23. package/dist-es/commands/DescribeWorkspaceCommand.js +2 -2
  24. package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +2 -2
  25. package/dist-es/commands/DisassociateLicenseCommand.js +2 -2
  26. package/dist-es/commands/ListPermissionsCommand.js +2 -2
  27. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-es/commands/ListVersionsCommand.js +2 -2
  29. package/dist-es/commands/ListWorkspaceServiceAccountTokensCommand.js +2 -2
  30. package/dist-es/commands/ListWorkspaceServiceAccountsCommand.js +2 -2
  31. package/dist-es/commands/ListWorkspacesCommand.js +2 -2
  32. package/dist-es/commands/TagResourceCommand.js +2 -2
  33. package/dist-es/commands/UntagResourceCommand.js +2 -2
  34. package/dist-es/commands/UpdatePermissionsCommand.js +2 -2
  35. package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +2 -2
  36. package/dist-es/commands/UpdateWorkspaceCommand.js +2 -2
  37. package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +2 -2
  38. package/dist-es/endpoint/bdd.js +1 -1
  39. package/dist-es/endpoint/endpointResolver.js +1 -1
  40. package/dist-es/models/GrafanaServiceException.js +1 -1
  41. package/dist-es/models/enums.js +4 -0
  42. package/dist-es/runtimeConfig.browser.js +4 -6
  43. package/dist-es/runtimeConfig.js +4 -8
  44. package/dist-es/runtimeConfig.shared.js +3 -4
  45. package/dist-es/runtimeExtensions.js +2 -2
  46. package/dist-es/schemas/schemas_0.js +7 -6
  47. package/dist-types/GrafanaClient.d.ts +5 -5
  48. package/dist-types/commands/AssociateLicenseCommand.d.ts +7 -4
  49. package/dist-types/commands/CreateWorkspaceApiKeyCommand.d.ts +6 -4
  50. package/dist-types/commands/CreateWorkspaceCommand.d.ts +8 -4
  51. package/dist-types/commands/CreateWorkspaceServiceAccountCommand.d.ts +6 -4
  52. package/dist-types/commands/CreateWorkspaceServiceAccountTokenCommand.d.ts +6 -4
  53. package/dist-types/commands/DeleteWorkspaceApiKeyCommand.d.ts +6 -4
  54. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +7 -4
  55. package/dist-types/commands/DeleteWorkspaceServiceAccountCommand.d.ts +6 -4
  56. package/dist-types/commands/DeleteWorkspaceServiceAccountTokenCommand.d.ts +6 -4
  57. package/dist-types/commands/DescribeWorkspaceAuthenticationCommand.d.ts +6 -4
  58. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +7 -4
  59. package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +6 -4
  60. package/dist-types/commands/DisassociateLicenseCommand.d.ts +7 -4
  61. package/dist-types/commands/ListPermissionsCommand.d.ts +6 -4
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  63. package/dist-types/commands/ListVersionsCommand.d.ts +6 -4
  64. package/dist-types/commands/ListWorkspaceServiceAccountTokensCommand.d.ts +6 -4
  65. package/dist-types/commands/ListWorkspaceServiceAccountsCommand.d.ts +6 -4
  66. package/dist-types/commands/ListWorkspacesCommand.d.ts +6 -4
  67. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  68. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  69. package/dist-types/commands/UpdatePermissionsCommand.d.ts +6 -4
  70. package/dist-types/commands/UpdateWorkspaceAuthenticationCommand.d.ts +6 -4
  71. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +8 -4
  72. package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +6 -4
  73. package/dist-types/endpoint/bdd.d.ts +1 -1
  74. package/dist-types/extensionConfiguration.d.ts +1 -1
  75. package/dist-types/models/GrafanaServiceException.d.ts +1 -1
  76. package/dist-types/models/enums.d.ts +18 -0
  77. package/dist-types/models/errors.d.ts +1 -1
  78. package/dist-types/models/models_0.d.ts +17 -2
  79. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  80. package/dist-types/runtimeConfig.d.ts +2 -2
  81. package/dist-types/runtimeConfig.native.d.ts +2 -2
  82. package/dist-types/ts3.4/GrafanaClient.d.ts +8 -14
  83. package/dist-types/ts3.4/commands/AssociateLicenseCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/CreateWorkspaceApiKeyCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/CreateWorkspaceServiceAccountCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/CreateWorkspaceServiceAccountTokenCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/DeleteWorkspaceApiKeyCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/DeleteWorkspaceServiceAccountCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/DeleteWorkspaceServiceAccountTokenCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/DescribeWorkspaceAuthenticationCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/DisassociateLicenseCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/ListWorkspaceServiceAccountTokensCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/ListWorkspaceServiceAccountsCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/UpdatePermissionsCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/UpdateWorkspaceAuthenticationCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  109. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  110. package/dist-types/ts3.4/models/GrafanaServiceException.d.ts +1 -1
  111. package/dist-types/ts3.4/models/enums.d.ts +5 -0
  112. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  113. package/dist-types/ts3.4/models/models_0.d.ts +5 -1
  114. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  115. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  116. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  117. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {
22
22
  export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateWorkspaceCommand_base: {
25
- new (input: CreateWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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>
@@ -78,6 +80,7 @@ declare const CreateWorkspaceCommand_base: {
78
80
  * ],
79
81
  * },
80
82
  * grafanaVersion: "STRING_VALUE",
83
+ * ipAddressType: "STRING_VALUE",
81
84
  * kmsKeyId: "STRING_VALUE",
82
85
  * };
83
86
  * const command = new CreateWorkspaceCommand(input);
@@ -136,6 +139,7 @@ declare const CreateWorkspaceCommand_base: {
136
139
  * // ],
137
140
  * // },
138
141
  * // grafanaToken: "STRING_VALUE",
142
+ * // ipAddressType: "STRING_VALUE",
139
143
  * // kmsKeyId: "STRING_VALUE",
140
144
  * // },
141
145
  * // };
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { CreateWorkspaceServiceAccountRequest, CreateWorkspaceServiceAccountResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateWorkspaceServiceAccountCommandInput extends CreateWorkspa
22
22
  export interface CreateWorkspaceServiceAccountCommandOutput extends CreateWorkspaceServiceAccountResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateWorkspaceServiceAccountCommand_base: {
25
- new (input: CreateWorkspaceServiceAccountCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkspaceServiceAccountCommandInput, CreateWorkspaceServiceAccountCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWorkspaceServiceAccountCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkspaceServiceAccountCommandInput, CreateWorkspaceServiceAccountCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { CreateWorkspaceServiceAccountTokenRequest, CreateWorkspaceServiceAccountTokenResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateWorkspaceServiceAccountTokenCommandInput extends CreateWo
22
22
  export interface CreateWorkspaceServiceAccountTokenCommandOutput extends CreateWorkspaceServiceAccountTokenResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateWorkspaceServiceAccountTokenCommand_base: {
25
- new (input: CreateWorkspaceServiceAccountTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkspaceServiceAccountTokenCommandInput, CreateWorkspaceServiceAccountTokenCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWorkspaceServiceAccountTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkspaceServiceAccountTokenCommandInput, CreateWorkspaceServiceAccountTokenCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { DeleteWorkspaceApiKeyRequest, DeleteWorkspaceApiKeyResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteWorkspaceApiKeyCommandInput extends DeleteWorkspaceApiKey
22
22
  export interface DeleteWorkspaceApiKeyCommandOutput extends DeleteWorkspaceApiKeyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWorkspaceApiKeyCommand_base: {
25
- new (input: DeleteWorkspaceApiKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkspaceApiKeyCommandInput, DeleteWorkspaceApiKeyCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkspaceApiKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkspaceApiKeyCommandInput, DeleteWorkspaceApiKeyCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { DeleteWorkspaceRequest, DeleteWorkspaceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {
22
22
  export interface DeleteWorkspaceCommandOutput extends DeleteWorkspaceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWorkspaceCommand_base: {
25
- new (input: DeleteWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an Amazon Managed Grafana workspace.</p>
@@ -95,6 +97,7 @@ declare const DeleteWorkspaceCommand_base: {
95
97
  * // ],
96
98
  * // },
97
99
  * // grafanaToken: "STRING_VALUE",
100
+ * // ipAddressType: "STRING_VALUE",
98
101
  * // kmsKeyId: "STRING_VALUE",
99
102
  * // },
100
103
  * // };
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { DeleteWorkspaceServiceAccountRequest, DeleteWorkspaceServiceAccountResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteWorkspaceServiceAccountCommandInput extends DeleteWorkspa
22
22
  export interface DeleteWorkspaceServiceAccountCommandOutput extends DeleteWorkspaceServiceAccountResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWorkspaceServiceAccountCommand_base: {
25
- new (input: DeleteWorkspaceServiceAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkspaceServiceAccountCommandInput, DeleteWorkspaceServiceAccountCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkspaceServiceAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkspaceServiceAccountCommandInput, DeleteWorkspaceServiceAccountCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { DeleteWorkspaceServiceAccountTokenRequest, DeleteWorkspaceServiceAccountTokenResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteWorkspaceServiceAccountTokenCommandInput extends DeleteWo
22
22
  export interface DeleteWorkspaceServiceAccountTokenCommandOutput extends DeleteWorkspaceServiceAccountTokenResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWorkspaceServiceAccountTokenCommand_base: {
25
- new (input: DeleteWorkspaceServiceAccountTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkspaceServiceAccountTokenCommandInput, DeleteWorkspaceServiceAccountTokenCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkspaceServiceAccountTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkspaceServiceAccountTokenCommandInput, DeleteWorkspaceServiceAccountTokenCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { DescribeWorkspaceAuthenticationRequest, DescribeWorkspaceAuthenticationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeWorkspaceAuthenticationCommandInput extends DescribeWor
22
22
  export interface DescribeWorkspaceAuthenticationCommandOutput extends DescribeWorkspaceAuthenticationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeWorkspaceAuthenticationCommand_base: {
25
- new (input: DescribeWorkspaceAuthenticationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceAuthenticationCommandInput, DescribeWorkspaceAuthenticationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeWorkspaceAuthenticationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceAuthenticationCommandInput, DescribeWorkspaceAuthenticationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Displays information about the authentication methods used in one Amazon Managed Grafana workspace.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { DescribeWorkspaceRequest, DescribeWorkspaceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeWorkspaceCommandInput extends DescribeWorkspaceRequest
22
22
  export interface DescribeWorkspaceCommandOutput extends DescribeWorkspaceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeWorkspaceCommand_base: {
25
- new (input: DescribeWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Displays information about one Amazon Managed Grafana workspace.</p>
@@ -95,6 +97,7 @@ declare const DescribeWorkspaceCommand_base: {
95
97
  * // ],
96
98
  * // },
97
99
  * // grafanaToken: "STRING_VALUE",
100
+ * // ipAddressType: "STRING_VALUE",
98
101
  * // kmsKeyId: "STRING_VALUE",
99
102
  * // },
100
103
  * // };
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { DescribeWorkspaceConfigurationRequest, DescribeWorkspaceConfigurationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeWorkspaceConfigurationCommandInput extends DescribeWork
22
22
  export interface DescribeWorkspaceConfigurationCommandOutput extends DescribeWorkspaceConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeWorkspaceConfigurationCommand_base: {
25
- new (input: DescribeWorkspaceConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceConfigurationCommandInput, DescribeWorkspaceConfigurationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeWorkspaceConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceConfigurationCommandInput, DescribeWorkspaceConfigurationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the current configuration string for the given workspace.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { DisassociateLicenseRequest, DisassociateLicenseResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DisassociateLicenseCommandInput extends DisassociateLicenseRequ
22
22
  export interface DisassociateLicenseCommandOutput extends DisassociateLicenseResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateLicenseCommand_base: {
25
- new (input: DisassociateLicenseCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateLicenseCommandInput, DisassociateLicenseCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateLicenseCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateLicenseCommandInput, DisassociateLicenseCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisassociateLicenseCommandInput): import("@smithy/core/client").CommandImpl<DisassociateLicenseCommandInput, DisassociateLicenseCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateLicenseCommandInput): import("@smithy/core/client").CommandImpl<DisassociateLicenseCommandInput, DisassociateLicenseCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the Grafana Enterprise license from a workspace.</p>
@@ -96,6 +98,7 @@ declare const DisassociateLicenseCommand_base: {
96
98
  * // ],
97
99
  * // },
98
100
  * // grafanaToken: "STRING_VALUE",
101
+ * // ipAddressType: "STRING_VALUE",
99
102
  * // kmsKeyId: "STRING_VALUE",
100
103
  * // },
101
104
  * // };
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPermissionsCommandInput extends ListPermissionsRequest {
22
22
  export interface ListPermissionsCommandOutput extends ListPermissionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPermissionsCommand_base: {
25
- new (input: ListPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the users and groups who have the Grafana <code>Admin</code> and <code>Editor</code> roles in this workspace. If you use this operation without specifying <code>userId</code> or <code>groupId</code>, the operation returns the roles of all users and groups. If you specify a <code>userId</code> or a <code>groupId</code>, only the roles for that user or group are returned. If you do this, you can specify only one <code>userId</code> or one <code>groupId</code>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>ListTagsForResource</code> operation returns the tags that are associated with the Amazon Managed Service for Grafana resource specified by the <code>resourceArn</code>. Currently, the only resource that can be tagged is a workspace. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { ListVersionsRequest, ListVersionsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListVersionsCommandInput extends ListVersionsRequest {
22
22
  export interface ListVersionsCommandOutput extends ListVersionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListVersionsCommand_base: {
25
- new (input: ListVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVersionsCommandInput, ListVersionsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVersionsCommandInput, ListVersionsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListVersionsCommandInput, ListVersionsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListVersionsCommandInput, ListVersionsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists available versions of Grafana. These are available when calling <code>CreateWorkspace</code>. Optionally, include a workspace to list the versions to which it can be upgraded.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { ListWorkspaceServiceAccountTokensRequest, ListWorkspaceServiceAccountTokensResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListWorkspaceServiceAccountTokensCommandInput extends ListWorks
22
22
  export interface ListWorkspaceServiceAccountTokensCommandOutput extends ListWorkspaceServiceAccountTokensResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListWorkspaceServiceAccountTokensCommand_base: {
25
- new (input: ListWorkspaceServiceAccountTokensCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkspaceServiceAccountTokensCommandInput, ListWorkspaceServiceAccountTokensCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWorkspaceServiceAccountTokensCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkspaceServiceAccountTokensCommandInput, ListWorkspaceServiceAccountTokensCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListWorkspaceServiceAccountTokensCommandInput): import("@smithy/core/client").CommandImpl<ListWorkspaceServiceAccountTokensCommandInput, ListWorkspaceServiceAccountTokensCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListWorkspaceServiceAccountTokensCommandInput): import("@smithy/core/client").CommandImpl<ListWorkspaceServiceAccountTokensCommandInput, ListWorkspaceServiceAccountTokensCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of tokens for a workspace service account.</p> <note> <p>This does not return the key for each token. You cannot access keys after they are created. To create a new key, delete the token and recreate it.</p> </note> <p>Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { ListWorkspaceServiceAccountsRequest, ListWorkspaceServiceAccountsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListWorkspaceServiceAccountsCommandInput extends ListWorkspaceS
22
22
  export interface ListWorkspaceServiceAccountsCommandOutput extends ListWorkspaceServiceAccountsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListWorkspaceServiceAccountsCommand_base: {
25
- new (input: ListWorkspaceServiceAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkspaceServiceAccountsCommandInput, ListWorkspaceServiceAccountsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWorkspaceServiceAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkspaceServiceAccountsCommandInput, ListWorkspaceServiceAccountsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListWorkspaceServiceAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkspaceServiceAccountsCommandInput, ListWorkspaceServiceAccountsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListWorkspaceServiceAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkspaceServiceAccountsCommandInput, ListWorkspaceServiceAccountsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of service accounts for a workspace.</p> <p>Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { ListWorkspacesRequest, ListWorkspacesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {
22
22
  export interface ListWorkspacesCommandOutput extends ListWorkspacesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListWorkspacesCommand_base: {
25
- new (input: ListWorkspacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListWorkspacesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListWorkspacesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListWorkspacesCommandInput]): import("@smithy/core/client").CommandImpl<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace. For more complete information about one workspace, use <a href="https://docs.aws.amazon.com/grafana/latest/APIReference/API_DescribeWorkspace.html">DescribeWorkspace</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>TagResource</code> operation associates tags with an Amazon Managed Grafana resource. Currently, the only resource that can be tagged is workspaces. </p> <p>If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>UntagResource</code> operation removes the association of the tag with the Amazon Managed Grafana resource. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { UpdatePermissionsRequest, UpdatePermissionsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdatePermissionsCommandInput extends UpdatePermissionsRequest
22
22
  export interface UpdatePermissionsCommandOutput extends UpdatePermissionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdatePermissionsCommand_base: {
25
- new (input: UpdatePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePermissionsCommandInput, UpdatePermissionsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdatePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePermissionsCommandInput, UpdatePermissionsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdatePermissionsCommandInput): import("@smithy/core/client").CommandImpl<UpdatePermissionsCommandInput, UpdatePermissionsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdatePermissionsCommandInput): import("@smithy/core/client").CommandImpl<UpdatePermissionsCommandInput, UpdatePermissionsCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates which users in a workspace have the Grafana <code>Admin</code> or <code>Editor</code> roles.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { UpdateWorkspaceAuthenticationRequest, UpdateWorkspaceAuthenticationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateWorkspaceAuthenticationCommandInput extends UpdateWorkspa
22
22
  export interface UpdateWorkspaceAuthenticationCommandOutput extends UpdateWorkspaceAuthenticationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateWorkspaceAuthenticationCommand_base: {
25
- new (input: UpdateWorkspaceAuthenticationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkspaceAuthenticationCommandInput, UpdateWorkspaceAuthenticationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateWorkspaceAuthenticationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkspaceAuthenticationCommandInput, UpdateWorkspaceAuthenticationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateWorkspaceAuthenticationCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkspaceAuthenticationCommandInput, UpdateWorkspaceAuthenticationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateWorkspaceAuthenticationCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkspaceAuthenticationCommandInput, UpdateWorkspaceAuthenticationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using SAML. You can also map SAML assertion attributes to workspace user information and define which groups in the assertion attribute are to have the <code>Admin</code> and <code>Editor</code> roles in the workspace.</p> <note> <p>Changes to the authentication method for a workspace may take a few minutes to take effect.</p> </note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { UpdateWorkspaceRequest, UpdateWorkspaceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateWorkspaceCommandInput extends UpdateWorkspaceRequest {
22
22
  export interface UpdateWorkspaceCommandOutput extends UpdateWorkspaceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateWorkspaceCommand_base: {
25
- new (input: UpdateWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateWorkspaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies an existing Amazon Managed Grafana workspace. If you use this operation and omit any optional parameters, the existing values of those parameters are not changed.</p> <p>To modify the user authentication methods that the workspace uses, such as SAML or IAM Identity Center, use <a href="https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdateWorkspaceAuthentication.html">UpdateWorkspaceAuthentication</a>.</p> <p>To modify which users in the workspace have the <code>Admin</code> and <code>Editor</code> Grafana roles, use <a href="https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdatePermissions.html">UpdatePermissions</a>.</p>
@@ -72,6 +74,7 @@ declare const UpdateWorkspaceCommand_base: {
72
74
  * ],
73
75
  * },
74
76
  * removeNetworkAccessConfiguration: true || false,
77
+ * ipAddressType: "STRING_VALUE",
75
78
  * };
76
79
  * const command = new UpdateWorkspaceCommand(input);
77
80
  * const response = await client.send(command);
@@ -129,6 +132,7 @@ declare const UpdateWorkspaceCommand_base: {
129
132
  * // ],
130
133
  * // },
131
134
  * // grafanaToken: "STRING_VALUE",
135
+ * // ipAddressType: "STRING_VALUE",
132
136
  * // kmsKeyId: "STRING_VALUE",
133
137
  * // },
134
138
  * // };
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
4
4
  import type { UpdateWorkspaceConfigurationRequest, UpdateWorkspaceConfigurationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateWorkspaceConfigurationCommandInput extends UpdateWorkspac
22
22
  export interface UpdateWorkspaceConfigurationCommandOutput extends UpdateWorkspaceConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateWorkspaceConfigurationCommand_base: {
25
- new (input: UpdateWorkspaceConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkspaceConfigurationCommandInput, UpdateWorkspaceConfigurationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateWorkspaceConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkspaceConfigurationCommandInput, UpdateWorkspaceConfigurationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateWorkspaceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkspaceConfigurationCommandInput, UpdateWorkspaceConfigurationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateWorkspaceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkspaceConfigurationCommandInput, UpdateWorkspaceConfigurationCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the configuration string for the given workspace</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**