@aws-sdk/client-grafana 3.170.0 → 3.171.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 (26) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Grafana.d.ts +0 -16
  3. package/dist-types/ts3.4/GrafanaClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AssociateLicenseCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateWorkspaceApiKeyCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/DeleteWorkspaceApiKeyCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DescribeWorkspaceAuthenticationCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DisassociateLicenseCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/UpdatePermissionsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/UpdateWorkspaceAuthenticationCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/models/GrafanaServiceException.d.ts +0 -1
  21. package/dist-types/ts3.4/models/models_0.d.ts +0 -213
  22. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  23. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  24. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  25. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  26. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-grafana
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-grafana
@@ -64,7 +64,6 @@ import {
64
64
  UpdateWorkspaceCommandOutput,
65
65
  } from "./commands/UpdateWorkspaceCommand";
66
66
  import { GrafanaClient } from "./GrafanaClient";
67
-
68
67
  export declare class Grafana extends GrafanaClient {
69
68
  associateLicense(
70
69
  args: AssociateLicenseCommandInput,
@@ -79,7 +78,6 @@ export declare class Grafana extends GrafanaClient {
79
78
  options: __HttpHandlerOptions,
80
79
  cb: (err: any, data?: AssociateLicenseCommandOutput) => void
81
80
  ): void;
82
-
83
81
  createWorkspace(
84
82
  args: CreateWorkspaceCommandInput,
85
83
  options?: __HttpHandlerOptions
@@ -93,7 +91,6 @@ export declare class Grafana extends GrafanaClient {
93
91
  options: __HttpHandlerOptions,
94
92
  cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
95
93
  ): void;
96
-
97
94
  createWorkspaceApiKey(
98
95
  args: CreateWorkspaceApiKeyCommandInput,
99
96
  options?: __HttpHandlerOptions
@@ -107,7 +104,6 @@ export declare class Grafana extends GrafanaClient {
107
104
  options: __HttpHandlerOptions,
108
105
  cb: (err: any, data?: CreateWorkspaceApiKeyCommandOutput) => void
109
106
  ): void;
110
-
111
107
  deleteWorkspace(
112
108
  args: DeleteWorkspaceCommandInput,
113
109
  options?: __HttpHandlerOptions
@@ -121,7 +117,6 @@ export declare class Grafana extends GrafanaClient {
121
117
  options: __HttpHandlerOptions,
122
118
  cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
123
119
  ): void;
124
-
125
120
  deleteWorkspaceApiKey(
126
121
  args: DeleteWorkspaceApiKeyCommandInput,
127
122
  options?: __HttpHandlerOptions
@@ -135,7 +130,6 @@ export declare class Grafana extends GrafanaClient {
135
130
  options: __HttpHandlerOptions,
136
131
  cb: (err: any, data?: DeleteWorkspaceApiKeyCommandOutput) => void
137
132
  ): void;
138
-
139
133
  describeWorkspace(
140
134
  args: DescribeWorkspaceCommandInput,
141
135
  options?: __HttpHandlerOptions
@@ -149,7 +143,6 @@ export declare class Grafana extends GrafanaClient {
149
143
  options: __HttpHandlerOptions,
150
144
  cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void
151
145
  ): void;
152
-
153
146
  describeWorkspaceAuthentication(
154
147
  args: DescribeWorkspaceAuthenticationCommandInput,
155
148
  options?: __HttpHandlerOptions
@@ -163,7 +156,6 @@ export declare class Grafana extends GrafanaClient {
163
156
  options: __HttpHandlerOptions,
164
157
  cb: (err: any, data?: DescribeWorkspaceAuthenticationCommandOutput) => void
165
158
  ): void;
166
-
167
159
  disassociateLicense(
168
160
  args: DisassociateLicenseCommandInput,
169
161
  options?: __HttpHandlerOptions
@@ -177,7 +169,6 @@ export declare class Grafana extends GrafanaClient {
177
169
  options: __HttpHandlerOptions,
178
170
  cb: (err: any, data?: DisassociateLicenseCommandOutput) => void
179
171
  ): void;
180
-
181
172
  listPermissions(
182
173
  args: ListPermissionsCommandInput,
183
174
  options?: __HttpHandlerOptions
@@ -191,7 +182,6 @@ export declare class Grafana extends GrafanaClient {
191
182
  options: __HttpHandlerOptions,
192
183
  cb: (err: any, data?: ListPermissionsCommandOutput) => void
193
184
  ): void;
194
-
195
185
  listTagsForResource(
196
186
  args: ListTagsForResourceCommandInput,
197
187
  options?: __HttpHandlerOptions
@@ -205,7 +195,6 @@ export declare class Grafana extends GrafanaClient {
205
195
  options: __HttpHandlerOptions,
206
196
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
207
197
  ): void;
208
-
209
198
  listWorkspaces(
210
199
  args: ListWorkspacesCommandInput,
211
200
  options?: __HttpHandlerOptions
@@ -219,7 +208,6 @@ export declare class Grafana extends GrafanaClient {
219
208
  options: __HttpHandlerOptions,
220
209
  cb: (err: any, data?: ListWorkspacesCommandOutput) => void
221
210
  ): void;
222
-
223
211
  tagResource(
224
212
  args: TagResourceCommandInput,
225
213
  options?: __HttpHandlerOptions
@@ -233,7 +221,6 @@ export declare class Grafana extends GrafanaClient {
233
221
  options: __HttpHandlerOptions,
234
222
  cb: (err: any, data?: TagResourceCommandOutput) => void
235
223
  ): void;
236
-
237
224
  untagResource(
238
225
  args: UntagResourceCommandInput,
239
226
  options?: __HttpHandlerOptions
@@ -247,7 +234,6 @@ export declare class Grafana extends GrafanaClient {
247
234
  options: __HttpHandlerOptions,
248
235
  cb: (err: any, data?: UntagResourceCommandOutput) => void
249
236
  ): void;
250
-
251
237
  updatePermissions(
252
238
  args: UpdatePermissionsCommandInput,
253
239
  options?: __HttpHandlerOptions
@@ -261,7 +247,6 @@ export declare class Grafana extends GrafanaClient {
261
247
  options: __HttpHandlerOptions,
262
248
  cb: (err: any, data?: UpdatePermissionsCommandOutput) => void
263
249
  ): void;
264
-
265
250
  updateWorkspace(
266
251
  args: UpdateWorkspaceCommandInput,
267
252
  options?: __HttpHandlerOptions
@@ -275,7 +260,6 @@ export declare class Grafana extends GrafanaClient {
275
260
  options: __HttpHandlerOptions,
276
261
  cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void
277
262
  ): void;
278
-
279
263
  updateWorkspaceAuthentication(
280
264
  args: UpdateWorkspaceAuthenticationCommandInput,
281
265
  options?: __HttpHandlerOptions
@@ -143,47 +143,26 @@ export declare type ServiceOutputTypes =
143
143
  export interface ClientDefaults
144
144
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
145
145
  requestHandler?: __HttpHandler;
146
-
147
146
  sha256?: __HashConstructor;
148
-
149
147
  urlParser?: __UrlParser;
150
-
151
148
  bodyLengthChecker?: __BodyLengthCalculator;
152
-
153
149
  streamCollector?: __StreamCollector;
154
-
155
150
  base64Decoder?: __Decoder;
156
-
157
151
  base64Encoder?: __Encoder;
158
-
159
152
  utf8Decoder?: __Decoder;
160
-
161
153
  utf8Encoder?: __Encoder;
162
-
163
154
  runtime?: string;
164
-
165
155
  disableHostPrefix?: boolean;
166
-
167
156
  maxAttempts?: number | __Provider<number>;
168
-
169
157
  retryMode?: string | __Provider<string>;
170
-
171
158
  logger?: __Logger;
172
-
173
159
  useDualstackEndpoint?: boolean | __Provider<boolean>;
174
-
175
160
  useFipsEndpoint?: boolean | __Provider<boolean>;
176
-
177
161
  serviceId?: string;
178
-
179
162
  region?: string | __Provider<string>;
180
-
181
163
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
182
-
183
164
  regionInfoProvider?: RegionInfoProvider;
184
-
185
165
  defaultUserAgentProvider?: Provider<__UserAgent>;
186
-
187
166
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
188
167
  }
189
168
  declare type GrafanaClientConfigType = Partial<
@@ -196,7 +175,6 @@ declare type GrafanaClientConfigType = Partial<
196
175
  HostHeaderInputConfig &
197
176
  AwsAuthInputConfig &
198
177
  UserAgentInputConfig;
199
-
200
178
  export interface GrafanaClientConfig extends GrafanaClientConfigType {}
201
179
  declare type GrafanaClientResolvedConfigType =
202
180
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -207,10 +185,8 @@ declare type GrafanaClientResolvedConfigType =
207
185
  HostHeaderResolvedConfig &
208
186
  AwsAuthResolvedConfig &
209
187
  UserAgentResolvedConfig;
210
-
211
188
  export interface GrafanaClientResolvedConfig
212
189
  extends GrafanaClientResolvedConfigType {}
213
-
214
190
  export declare class GrafanaClient extends __Client<
215
191
  __HttpHandlerOptions,
216
192
  ServiceInputTypes,
@@ -219,7 +195,6 @@ export declare class GrafanaClient extends __Client<
219
195
  > {
220
196
  readonly config: GrafanaClientResolvedConfig;
221
197
  constructor(configuration: GrafanaClientConfig);
222
-
223
198
  destroy(): void;
224
199
  }
225
200
  export {};
@@ -18,7 +18,6 @@ export interface AssociateLicenseCommandInput extends AssociateLicenseRequest {}
18
18
  export interface AssociateLicenseCommandOutput
19
19
  extends AssociateLicenseResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class AssociateLicenseCommand extends $Command<
23
22
  AssociateLicenseCommandInput,
24
23
  AssociateLicenseCommandOutput,
@@ -26,7 +25,6 @@ export declare class AssociateLicenseCommand extends $Command<
26
25
  > {
27
26
  readonly input: AssociateLicenseCommandInput;
28
27
  constructor(input: AssociateLicenseCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: GrafanaClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateWorkspaceApiKeyCommandInput
19
19
  export interface CreateWorkspaceApiKeyCommandOutput
20
20
  extends CreateWorkspaceApiKeyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateWorkspaceApiKeyCommand extends $Command<
24
23
  CreateWorkspaceApiKeyCommandInput,
25
24
  CreateWorkspaceApiKeyCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateWorkspaceApiKeyCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateWorkspaceApiKeyCommandInput;
29
28
  constructor(input: CreateWorkspaceApiKeyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GrafanaClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
18
18
  export interface CreateWorkspaceCommandOutput
19
19
  extends CreateWorkspaceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateWorkspaceCommand extends $Command<
23
22
  CreateWorkspaceCommandInput,
24
23
  CreateWorkspaceCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateWorkspaceCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateWorkspaceCommandInput;
28
27
  constructor(input: CreateWorkspaceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: GrafanaClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteWorkspaceApiKeyCommandInput
19
19
  export interface DeleteWorkspaceApiKeyCommandOutput
20
20
  extends DeleteWorkspaceApiKeyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteWorkspaceApiKeyCommand extends $Command<
24
23
  DeleteWorkspaceApiKeyCommandInput,
25
24
  DeleteWorkspaceApiKeyCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteWorkspaceApiKeyCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteWorkspaceApiKeyCommandInput;
29
28
  constructor(input: DeleteWorkspaceApiKeyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GrafanaClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {}
18
18
  export interface DeleteWorkspaceCommandOutput
19
19
  extends DeleteWorkspaceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteWorkspaceCommand extends $Command<
23
22
  DeleteWorkspaceCommandInput,
24
23
  DeleteWorkspaceCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteWorkspaceCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteWorkspaceCommandInput;
28
27
  constructor(input: DeleteWorkspaceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: GrafanaClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeWorkspaceAuthenticationCommandInput
19
19
  export interface DescribeWorkspaceAuthenticationCommandOutput
20
20
  extends DescribeWorkspaceAuthenticationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeWorkspaceAuthenticationCommand extends $Command<
24
23
  DescribeWorkspaceAuthenticationCommandInput,
25
24
  DescribeWorkspaceAuthenticationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeWorkspaceAuthenticationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeWorkspaceAuthenticationCommandInput;
29
28
  constructor(input: DescribeWorkspaceAuthenticationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GrafanaClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeWorkspaceCommandInput
19
19
  export interface DescribeWorkspaceCommandOutput
20
20
  extends DescribeWorkspaceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeWorkspaceCommand extends $Command<
24
23
  DescribeWorkspaceCommandInput,
25
24
  DescribeWorkspaceCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeWorkspaceCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeWorkspaceCommandInput;
29
28
  constructor(input: DescribeWorkspaceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GrafanaClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DisassociateLicenseCommandInput
19
19
  export interface DisassociateLicenseCommandOutput
20
20
  extends DisassociateLicenseResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DisassociateLicenseCommand extends $Command<
24
23
  DisassociateLicenseCommandInput,
25
24
  DisassociateLicenseCommandOutput,
@@ -27,7 +26,6 @@ export declare class DisassociateLicenseCommand extends $Command<
27
26
  > {
28
27
  readonly input: DisassociateLicenseCommandInput;
29
28
  constructor(input: DisassociateLicenseCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GrafanaClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
18
18
  export interface ListPermissionsCommandOutput
19
19
  extends ListPermissionsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListPermissionsCommand extends $Command<
23
22
  ListPermissionsCommandInput,
24
23
  ListPermissionsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListPermissionsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListPermissionsCommandInput;
28
27
  constructor(input: ListPermissionsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: GrafanaClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GrafanaClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {}
18
18
  export interface ListWorkspacesCommandOutput
19
19
  extends ListWorkspacesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListWorkspacesCommand extends $Command<
23
22
  ListWorkspacesCommandInput,
24
23
  ListWorkspacesCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListWorkspacesCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListWorkspacesCommandInput;
28
27
  constructor(input: ListWorkspacesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: GrafanaClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: GrafanaClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: GrafanaClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdatePermissionsCommandInput
19
19
  export interface UpdatePermissionsCommandOutput
20
20
  extends UpdatePermissionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdatePermissionsCommand extends $Command<
24
23
  UpdatePermissionsCommandInput,
25
24
  UpdatePermissionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdatePermissionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdatePermissionsCommandInput;
29
28
  constructor(input: UpdatePermissionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GrafanaClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateWorkspaceAuthenticationCommandInput
19
19
  export interface UpdateWorkspaceAuthenticationCommandOutput
20
20
  extends UpdateWorkspaceAuthenticationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateWorkspaceAuthenticationCommand extends $Command<
24
23
  UpdateWorkspaceAuthenticationCommandInput,
25
24
  UpdateWorkspaceAuthenticationCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateWorkspaceAuthenticationCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateWorkspaceAuthenticationCommandInput;
29
28
  constructor(input: UpdateWorkspaceAuthenticationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GrafanaClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateWorkspaceCommandInput extends UpdateWorkspaceRequest {}
18
18
  export interface UpdateWorkspaceCommandOutput
19
19
  extends UpdateWorkspaceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateWorkspaceCommand extends $Command<
23
22
  UpdateWorkspaceCommandInput,
24
23
  UpdateWorkspaceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateWorkspaceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateWorkspaceCommandInput;
28
27
  constructor(input: UpdateWorkspaceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: GrafanaClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class GrafanaServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -1,108 +1,76 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { GrafanaServiceException as __BaseException } from "./GrafanaServiceException";
3
-
4
3
  export declare class AccessDeniedException extends __BaseException {
5
4
  readonly name: "AccessDeniedException";
6
5
  readonly $fault: "client";
7
-
8
6
  constructor(
9
7
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
10
8
  );
11
9
  }
12
10
  export declare enum AccountAccessType {
13
11
  CURRENT_ACCOUNT = "CURRENT_ACCOUNT",
14
-
15
12
  ORGANIZATION = "ORGANIZATION",
16
13
  }
17
-
18
14
  export declare class ConflictException extends __BaseException {
19
15
  readonly name: "ConflictException";
20
16
  readonly $fault: "client";
21
-
22
17
  resourceId: string | undefined;
23
-
24
18
  resourceType: string | undefined;
25
-
26
19
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
27
20
  }
28
21
  export interface CreateWorkspaceApiKeyRequest {
29
22
  keyName: string | undefined;
30
-
31
23
  keyRole: string | undefined;
32
-
33
24
  secondsToLive: number | undefined;
34
-
35
25
  workspaceId: string | undefined;
36
26
  }
37
27
  export interface CreateWorkspaceApiKeyResponse {
38
28
  keyName: string | undefined;
39
-
40
29
  key: string | undefined;
41
-
42
30
  workspaceId: string | undefined;
43
31
  }
44
-
45
32
  export declare class InternalServerException extends __BaseException {
46
33
  readonly name: "InternalServerException";
47
34
  readonly $fault: "server";
48
35
  $retryable: {};
49
-
50
36
  retryAfterSeconds?: number;
51
-
52
37
  constructor(
53
38
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
54
39
  );
55
40
  }
56
-
57
41
  export declare class ResourceNotFoundException extends __BaseException {
58
42
  readonly name: "ResourceNotFoundException";
59
43
  readonly $fault: "client";
60
-
61
44
  resourceId: string | undefined;
62
-
63
45
  resourceType: string | undefined;
64
-
65
46
  constructor(
66
47
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
67
48
  );
68
49
  }
69
-
70
50
  export declare class ServiceQuotaExceededException extends __BaseException {
71
51
  readonly name: "ServiceQuotaExceededException";
72
52
  readonly $fault: "client";
73
-
74
53
  resourceId: string | undefined;
75
-
76
54
  resourceType: string | undefined;
77
-
78
55
  serviceCode: string | undefined;
79
-
80
56
  quotaCode: string | undefined;
81
-
82
57
  constructor(
83
58
  opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
84
59
  );
85
60
  }
86
-
87
61
  export declare class ThrottlingException extends __BaseException {
88
62
  readonly name: "ThrottlingException";
89
63
  readonly $fault: "client";
90
64
  $retryable: {};
91
-
92
65
  serviceCode?: string;
93
-
94
66
  quotaCode?: string;
95
-
96
67
  retryAfterSeconds?: number;
97
-
98
68
  constructor(
99
69
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
100
70
  );
101
71
  }
102
-
103
72
  export interface ValidationExceptionField {
104
73
  name: string | undefined;
105
-
106
74
  message: string | undefined;
107
75
  }
108
76
  export declare enum ValidationExceptionReason {
@@ -111,84 +79,59 @@ export declare enum ValidationExceptionReason {
111
79
  OTHER = "OTHER",
112
80
  UNKNOWN_OPERATION = "UNKNOWN_OPERATION",
113
81
  }
114
-
115
82
  export declare class ValidationException extends __BaseException {
116
83
  readonly name: "ValidationException";
117
84
  readonly $fault: "client";
118
-
119
85
  reason: ValidationExceptionReason | string | undefined;
120
-
121
86
  fieldList?: ValidationExceptionField[];
122
-
123
87
  constructor(
124
88
  opts: __ExceptionOptionType<ValidationException, __BaseException>
125
89
  );
126
90
  }
127
91
  export interface DeleteWorkspaceApiKeyRequest {
128
92
  keyName: string | undefined;
129
-
130
93
  workspaceId: string | undefined;
131
94
  }
132
95
  export interface DeleteWorkspaceApiKeyResponse {
133
96
  keyName: string | undefined;
134
-
135
97
  workspaceId: string | undefined;
136
98
  }
137
-
138
99
  export interface AssertionAttributes {
139
100
  name?: string;
140
-
141
101
  login?: string;
142
-
143
102
  email?: string;
144
-
145
103
  groups?: string;
146
-
147
104
  role?: string;
148
-
149
105
  org?: string;
150
106
  }
151
107
  export declare enum LicenseType {
152
108
  ENTERPRISE = "ENTERPRISE",
153
-
154
109
  ENTERPRISE_FREE_TRIAL = "ENTERPRISE_FREE_TRIAL",
155
110
  }
156
111
  export interface AssociateLicenseRequest {
157
112
  workspaceId: string | undefined;
158
-
159
113
  licenseType: LicenseType | string | undefined;
160
114
  }
161
115
  export declare enum AuthenticationProviderTypes {
162
116
  AWS_SSO = "AWS_SSO",
163
-
164
117
  SAML = "SAML",
165
118
  }
166
119
  export declare enum SamlConfigurationStatus {
167
120
  CONFIGURED = "CONFIGURED",
168
-
169
121
  NOT_CONFIGURED = "NOT_CONFIGURED",
170
122
  }
171
-
172
123
  export interface AuthenticationSummary {
173
124
  providers: (AuthenticationProviderTypes | string)[] | undefined;
174
-
175
125
  samlConfigurationStatus?: SamlConfigurationStatus | string;
176
126
  }
177
127
  export declare enum DataSourceType {
178
128
  AMAZON_OPENSEARCH_SERVICE = "AMAZON_OPENSEARCH_SERVICE",
179
-
180
129
  ATHENA = "ATHENA",
181
-
182
130
  CLOUDWATCH = "CLOUDWATCH",
183
-
184
131
  PROMETHEUS = "PROMETHEUS",
185
-
186
132
  REDSHIFT = "REDSHIFT",
187
-
188
133
  SITEWISE = "SITEWISE",
189
-
190
134
  TIMESTREAM = "TIMESTREAM",
191
-
192
135
  XRAY = "XRAY",
193
136
  }
194
137
  export declare enum NotificationDestinationType {
@@ -196,76 +139,43 @@ export declare enum NotificationDestinationType {
196
139
  }
197
140
  export declare enum PermissionType {
198
141
  CUSTOMER_MANAGED = "CUSTOMER_MANAGED",
199
-
200
142
  SERVICE_MANAGED = "SERVICE_MANAGED",
201
143
  }
202
144
  export declare enum WorkspaceStatus {
203
145
  ACTIVE = "ACTIVE",
204
-
205
146
  CREATING = "CREATING",
206
-
207
147
  CREATION_FAILED = "CREATION_FAILED",
208
-
209
148
  DELETING = "DELETING",
210
-
211
149
  DELETION_FAILED = "DELETION_FAILED",
212
-
213
150
  FAILED = "FAILED",
214
-
215
151
  LICENSE_REMOVAL_FAILED = "LICENSE_REMOVAL_FAILED",
216
-
217
152
  UPDATE_FAILED = "UPDATE_FAILED",
218
-
219
153
  UPDATING = "UPDATING",
220
-
221
154
  UPGRADE_FAILED = "UPGRADE_FAILED",
222
-
223
155
  UPGRADING = "UPGRADING",
224
156
  }
225
-
226
157
  export interface WorkspaceDescription {
227
158
  accountAccessType?: AccountAccessType | string;
228
-
229
159
  created: Date | undefined;
230
-
231
160
  dataSources: (DataSourceType | string)[] | undefined;
232
-
233
161
  description?: string;
234
-
235
162
  endpoint: string | undefined;
236
-
237
163
  grafanaVersion: string | undefined;
238
-
239
164
  id: string | undefined;
240
-
241
165
  modified: Date | undefined;
242
-
243
166
  name?: string;
244
-
245
167
  organizationRoleName?: string;
246
-
247
168
  notificationDestinations?: (NotificationDestinationType | string)[];
248
-
249
169
  organizationalUnits?: string[];
250
-
251
170
  permissionType?: PermissionType | string;
252
-
253
171
  stackSetName?: string;
254
-
255
172
  status: WorkspaceStatus | string | undefined;
256
-
257
173
  workspaceRoleArn?: string;
258
-
259
174
  licenseType?: LicenseType | string;
260
-
261
175
  freeTrialConsumed?: boolean;
262
-
263
176
  licenseExpiration?: Date;
264
-
265
177
  freeTrialExpiration?: Date;
266
-
267
178
  authentication: AuthenticationSummary | undefined;
268
-
269
179
  tags?: Record<string, string>;
270
180
  }
271
181
  export interface AssociateLicenseResponse {
@@ -274,11 +184,9 @@ export interface AssociateLicenseResponse {
274
184
  export interface DescribeWorkspaceAuthenticationRequest {
275
185
  workspaceId: string | undefined;
276
186
  }
277
-
278
187
  export interface AwsSsoAuthentication {
279
188
  ssoClientId?: string;
280
189
  }
281
-
282
190
  export declare type IdpMetadata =
283
191
  | IdpMetadata.UrlMember
284
192
  | IdpMetadata.XmlMember
@@ -289,7 +197,6 @@ export declare namespace IdpMetadata {
289
197
  xml?: never;
290
198
  $unknown?: never;
291
199
  }
292
-
293
200
  interface XmlMember {
294
201
  url?: never;
295
202
  xml: string;
@@ -307,36 +214,24 @@ export declare namespace IdpMetadata {
307
214
  }
308
215
  const visit: <T>(value: IdpMetadata, visitor: Visitor<T>) => T;
309
216
  }
310
-
311
217
  export interface RoleValues {
312
218
  editor?: string[];
313
-
314
219
  admin?: string[];
315
220
  }
316
-
317
221
  export interface SamlConfiguration {
318
222
  idpMetadata: IdpMetadata | undefined;
319
-
320
223
  assertionAttributes?: AssertionAttributes;
321
-
322
224
  roleValues?: RoleValues;
323
-
324
225
  allowedOrganizations?: string[];
325
-
326
226
  loginValidityDuration?: number;
327
227
  }
328
-
329
228
  export interface SamlAuthentication {
330
229
  status: SamlConfigurationStatus | string | undefined;
331
-
332
230
  configuration?: SamlConfiguration;
333
231
  }
334
-
335
232
  export interface AuthenticationDescription {
336
233
  providers: (AuthenticationProviderTypes | string)[] | undefined;
337
-
338
234
  saml?: SamlAuthentication;
339
-
340
235
  awsSso?: AwsSsoAuthentication;
341
236
  }
342
237
  export interface DescribeWorkspaceAuthenticationResponse {
@@ -344,9 +239,7 @@ export interface DescribeWorkspaceAuthenticationResponse {
344
239
  }
345
240
  export interface UpdateWorkspaceAuthenticationRequest {
346
241
  workspaceId: string | undefined;
347
-
348
242
  authenticationProviders: (AuthenticationProviderTypes | string)[] | undefined;
349
-
350
243
  samlConfiguration?: SamlConfiguration;
351
244
  }
352
245
  export interface UpdateWorkspaceAuthenticationResponse {
@@ -354,7 +247,6 @@ export interface UpdateWorkspaceAuthenticationResponse {
354
247
  }
355
248
  export interface DisassociateLicenseRequest {
356
249
  workspaceId: string | undefined;
357
-
358
250
  licenseType: LicenseType | string | undefined;
359
251
  }
360
252
  export interface DisassociateLicenseResponse {
@@ -368,70 +260,49 @@ export interface ListTagsForResourceResponse {
368
260
  }
369
261
  export declare enum UserType {
370
262
  SSO_GROUP = "SSO_GROUP",
371
-
372
263
  SSO_USER = "SSO_USER",
373
264
  }
374
265
  export interface ListPermissionsRequest {
375
266
  maxResults?: number;
376
-
377
267
  nextToken?: string;
378
-
379
268
  userType?: UserType | string;
380
-
381
269
  userId?: string;
382
-
383
270
  groupId?: string;
384
-
385
271
  workspaceId: string | undefined;
386
272
  }
387
273
  export declare enum Role {
388
274
  ADMIN = "ADMIN",
389
-
390
275
  EDITOR = "EDITOR",
391
-
392
276
  VIEWER = "VIEWER",
393
277
  }
394
-
395
278
  export interface User {
396
279
  id: string | undefined;
397
-
398
280
  type: UserType | string | undefined;
399
281
  }
400
-
401
282
  export interface PermissionEntry {
402
283
  user: User | undefined;
403
-
404
284
  role: Role | string | undefined;
405
285
  }
406
286
  export interface ListPermissionsResponse {
407
287
  nextToken?: string;
408
-
409
288
  permissions: PermissionEntry[] | undefined;
410
289
  }
411
290
  export declare enum UpdateAction {
412
291
  ADD = "ADD",
413
-
414
292
  REVOKE = "REVOKE",
415
293
  }
416
-
417
294
  export interface UpdateInstruction {
418
295
  action: UpdateAction | string | undefined;
419
-
420
296
  role: Role | string | undefined;
421
-
422
297
  users: User[] | undefined;
423
298
  }
424
299
  export interface UpdatePermissionsRequest {
425
300
  updateInstructionBatch: UpdateInstruction[] | undefined;
426
-
427
301
  workspaceId: string | undefined;
428
302
  }
429
-
430
303
  export interface UpdateError {
431
304
  code: number | undefined;
432
-
433
305
  message: string | undefined;
434
-
435
306
  causedBy: UpdateInstruction | undefined;
436
307
  }
437
308
  export interface UpdatePermissionsResponse {
@@ -439,41 +310,27 @@ export interface UpdatePermissionsResponse {
439
310
  }
440
311
  export interface TagResourceRequest {
441
312
  resourceArn: string | undefined;
442
-
443
313
  tags: Record<string, string> | undefined;
444
314
  }
445
315
  export interface TagResourceResponse {}
446
316
  export interface UntagResourceRequest {
447
317
  resourceArn: string | undefined;
448
-
449
318
  tagKeys: string[] | undefined;
450
319
  }
451
320
  export interface UntagResourceResponse {}
452
321
  export interface CreateWorkspaceRequest {
453
322
  accountAccessType: AccountAccessType | string | undefined;
454
-
455
323
  clientToken?: string;
456
-
457
324
  organizationRoleName?: string;
458
-
459
325
  permissionType: PermissionType | string | undefined;
460
-
461
326
  stackSetName?: string;
462
-
463
327
  workspaceDataSources?: (DataSourceType | string)[];
464
-
465
328
  workspaceDescription?: string;
466
-
467
329
  workspaceName?: string;
468
-
469
330
  workspaceNotificationDestinations?: (NotificationDestinationType | string)[];
470
-
471
331
  workspaceOrganizationalUnits?: string[];
472
-
473
332
  workspaceRoleArn?: string;
474
-
475
333
  authenticationProviders: (AuthenticationProviderTypes | string)[] | undefined;
476
-
477
334
  tags?: Record<string, string>;
478
335
  }
479
336
  export interface CreateWorkspaceResponse {
@@ -493,241 +350,171 @@ export interface DescribeWorkspaceResponse {
493
350
  }
494
351
  export interface ListWorkspacesRequest {
495
352
  maxResults?: number;
496
-
497
353
  nextToken?: string;
498
354
  }
499
-
500
355
  export interface WorkspaceSummary {
501
356
  created: Date | undefined;
502
-
503
357
  description?: string;
504
-
505
358
  endpoint: string | undefined;
506
-
507
359
  grafanaVersion: string | undefined;
508
-
509
360
  id: string | undefined;
510
-
511
361
  modified: Date | undefined;
512
-
513
362
  name?: string;
514
-
515
363
  notificationDestinations?: (NotificationDestinationType | string)[];
516
-
517
364
  status: WorkspaceStatus | string | undefined;
518
-
519
365
  authentication: AuthenticationSummary | undefined;
520
-
521
366
  tags?: Record<string, string>;
522
367
  }
523
368
  export interface ListWorkspacesResponse {
524
369
  workspaces: WorkspaceSummary[] | undefined;
525
-
526
370
  nextToken?: string;
527
371
  }
528
372
  export interface UpdateWorkspaceRequest {
529
373
  accountAccessType?: AccountAccessType | string;
530
-
531
374
  organizationRoleName?: string;
532
-
533
375
  permissionType?: PermissionType | string;
534
-
535
376
  stackSetName?: string;
536
-
537
377
  workspaceDataSources?: (DataSourceType | string)[];
538
-
539
378
  workspaceDescription?: string;
540
-
541
379
  workspaceId: string | undefined;
542
-
543
380
  workspaceName?: string;
544
-
545
381
  workspaceNotificationDestinations?: (NotificationDestinationType | string)[];
546
-
547
382
  workspaceOrganizationalUnits?: string[];
548
-
549
383
  workspaceRoleArn?: string;
550
384
  }
551
385
  export interface UpdateWorkspaceResponse {
552
386
  workspace: WorkspaceDescription | undefined;
553
387
  }
554
-
555
388
  export declare const CreateWorkspaceApiKeyRequestFilterSensitiveLog: (
556
389
  obj: CreateWorkspaceApiKeyRequest
557
390
  ) => any;
558
-
559
391
  export declare const CreateWorkspaceApiKeyResponseFilterSensitiveLog: (
560
392
  obj: CreateWorkspaceApiKeyResponse
561
393
  ) => any;
562
-
563
394
  export declare const ValidationExceptionFieldFilterSensitiveLog: (
564
395
  obj: ValidationExceptionField
565
396
  ) => any;
566
-
567
397
  export declare const DeleteWorkspaceApiKeyRequestFilterSensitiveLog: (
568
398
  obj: DeleteWorkspaceApiKeyRequest
569
399
  ) => any;
570
-
571
400
  export declare const DeleteWorkspaceApiKeyResponseFilterSensitiveLog: (
572
401
  obj: DeleteWorkspaceApiKeyResponse
573
402
  ) => any;
574
-
575
403
  export declare const AssertionAttributesFilterSensitiveLog: (
576
404
  obj: AssertionAttributes
577
405
  ) => any;
578
-
579
406
  export declare const AssociateLicenseRequestFilterSensitiveLog: (
580
407
  obj: AssociateLicenseRequest
581
408
  ) => any;
582
-
583
409
  export declare const AuthenticationSummaryFilterSensitiveLog: (
584
410
  obj: AuthenticationSummary
585
411
  ) => any;
586
-
587
412
  export declare const WorkspaceDescriptionFilterSensitiveLog: (
588
413
  obj: WorkspaceDescription
589
414
  ) => any;
590
-
591
415
  export declare const AssociateLicenseResponseFilterSensitiveLog: (
592
416
  obj: AssociateLicenseResponse
593
417
  ) => any;
594
-
595
418
  export declare const DescribeWorkspaceAuthenticationRequestFilterSensitiveLog: (
596
419
  obj: DescribeWorkspaceAuthenticationRequest
597
420
  ) => any;
598
-
599
421
  export declare const AwsSsoAuthenticationFilterSensitiveLog: (
600
422
  obj: AwsSsoAuthentication
601
423
  ) => any;
602
-
603
424
  export declare const IdpMetadataFilterSensitiveLog: (obj: IdpMetadata) => any;
604
-
605
425
  export declare const RoleValuesFilterSensitiveLog: (obj: RoleValues) => any;
606
-
607
426
  export declare const SamlConfigurationFilterSensitiveLog: (
608
427
  obj: SamlConfiguration
609
428
  ) => any;
610
-
611
429
  export declare const SamlAuthenticationFilterSensitiveLog: (
612
430
  obj: SamlAuthentication
613
431
  ) => any;
614
-
615
432
  export declare const AuthenticationDescriptionFilterSensitiveLog: (
616
433
  obj: AuthenticationDescription
617
434
  ) => any;
618
-
619
435
  export declare const DescribeWorkspaceAuthenticationResponseFilterSensitiveLog: (
620
436
  obj: DescribeWorkspaceAuthenticationResponse
621
437
  ) => any;
622
-
623
438
  export declare const UpdateWorkspaceAuthenticationRequestFilterSensitiveLog: (
624
439
  obj: UpdateWorkspaceAuthenticationRequest
625
440
  ) => any;
626
-
627
441
  export declare const UpdateWorkspaceAuthenticationResponseFilterSensitiveLog: (
628
442
  obj: UpdateWorkspaceAuthenticationResponse
629
443
  ) => any;
630
-
631
444
  export declare const DisassociateLicenseRequestFilterSensitiveLog: (
632
445
  obj: DisassociateLicenseRequest
633
446
  ) => any;
634
-
635
447
  export declare const DisassociateLicenseResponseFilterSensitiveLog: (
636
448
  obj: DisassociateLicenseResponse
637
449
  ) => any;
638
-
639
450
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
640
451
  obj: ListTagsForResourceRequest
641
452
  ) => any;
642
-
643
453
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
644
454
  obj: ListTagsForResourceResponse
645
455
  ) => any;
646
-
647
456
  export declare const ListPermissionsRequestFilterSensitiveLog: (
648
457
  obj: ListPermissionsRequest
649
458
  ) => any;
650
-
651
459
  export declare const UserFilterSensitiveLog: (obj: User) => any;
652
-
653
460
  export declare const PermissionEntryFilterSensitiveLog: (
654
461
  obj: PermissionEntry
655
462
  ) => any;
656
-
657
463
  export declare const ListPermissionsResponseFilterSensitiveLog: (
658
464
  obj: ListPermissionsResponse
659
465
  ) => any;
660
-
661
466
  export declare const UpdateInstructionFilterSensitiveLog: (
662
467
  obj: UpdateInstruction
663
468
  ) => any;
664
-
665
469
  export declare const UpdatePermissionsRequestFilterSensitiveLog: (
666
470
  obj: UpdatePermissionsRequest
667
471
  ) => any;
668
-
669
472
  export declare const UpdateErrorFilterSensitiveLog: (obj: UpdateError) => any;
670
-
671
473
  export declare const UpdatePermissionsResponseFilterSensitiveLog: (
672
474
  obj: UpdatePermissionsResponse
673
475
  ) => any;
674
-
675
476
  export declare const TagResourceRequestFilterSensitiveLog: (
676
477
  obj: TagResourceRequest
677
478
  ) => any;
678
-
679
479
  export declare const TagResourceResponseFilterSensitiveLog: (
680
480
  obj: TagResourceResponse
681
481
  ) => any;
682
-
683
482
  export declare const UntagResourceRequestFilterSensitiveLog: (
684
483
  obj: UntagResourceRequest
685
484
  ) => any;
686
-
687
485
  export declare const UntagResourceResponseFilterSensitiveLog: (
688
486
  obj: UntagResourceResponse
689
487
  ) => any;
690
-
691
488
  export declare const CreateWorkspaceRequestFilterSensitiveLog: (
692
489
  obj: CreateWorkspaceRequest
693
490
  ) => any;
694
-
695
491
  export declare const CreateWorkspaceResponseFilterSensitiveLog: (
696
492
  obj: CreateWorkspaceResponse
697
493
  ) => any;
698
-
699
494
  export declare const DeleteWorkspaceRequestFilterSensitiveLog: (
700
495
  obj: DeleteWorkspaceRequest
701
496
  ) => any;
702
-
703
497
  export declare const DeleteWorkspaceResponseFilterSensitiveLog: (
704
498
  obj: DeleteWorkspaceResponse
705
499
  ) => any;
706
-
707
500
  export declare const DescribeWorkspaceRequestFilterSensitiveLog: (
708
501
  obj: DescribeWorkspaceRequest
709
502
  ) => any;
710
-
711
503
  export declare const DescribeWorkspaceResponseFilterSensitiveLog: (
712
504
  obj: DescribeWorkspaceResponse
713
505
  ) => any;
714
-
715
506
  export declare const ListWorkspacesRequestFilterSensitiveLog: (
716
507
  obj: ListWorkspacesRequest
717
508
  ) => any;
718
-
719
509
  export declare const WorkspaceSummaryFilterSensitiveLog: (
720
510
  obj: WorkspaceSummary
721
511
  ) => any;
722
-
723
512
  export declare const ListWorkspacesResponseFilterSensitiveLog: (
724
513
  obj: ListWorkspacesResponse
725
514
  ) => any;
726
-
727
515
  export declare const UpdateWorkspaceRequestFilterSensitiveLog: (
728
516
  obj: UpdateWorkspaceRequest
729
517
  ) => any;
730
-
731
518
  export declare const UpdateWorkspaceResponseFilterSensitiveLog: (
732
519
  obj: UpdateWorkspaceResponse
733
520
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { GrafanaClientConfig } from "./GrafanaClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: GrafanaClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { GrafanaClientConfig } from "./GrafanaClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: GrafanaClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,5 +1,4 @@
1
1
  import { GrafanaClientConfig } from "./GrafanaClient";
2
-
3
2
  export declare const getRuntimeConfig: (config: GrafanaClientConfig) => {
4
3
  runtime: string;
5
4
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { GrafanaClientConfig } from "./GrafanaClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: GrafanaClientConfig) => {
5
4
  apiVersion: string;
6
5
  disableHostPrefix: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-grafana",
3
3
  "description": "AWS SDK for JavaScript Grafana Client for Node.js, Browser and React Native",
4
- "version": "3.170.0",
4
+ "version": "3.171.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-host-header": "3.171.0",
30
+ "@aws-sdk/middleware-logger": "3.171.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
32
+ "@aws-sdk/middleware-retry": "3.171.0",
33
+ "@aws-sdk/middleware-serde": "3.171.0",
34
+ "@aws-sdk/middleware-signing": "3.171.0",
35
+ "@aws-sdk/middleware-stack": "3.171.0",
36
+ "@aws-sdk/middleware-user-agent": "3.171.0",
37
+ "@aws-sdk/node-config-provider": "3.171.0",
38
+ "@aws-sdk/node-http-handler": "3.171.0",
39
+ "@aws-sdk/protocol-http": "3.171.0",
40
+ "@aws-sdk/smithy-client": "3.171.0",
41
+ "@aws-sdk/types": "3.171.0",
42
+ "@aws-sdk/url-parser": "3.171.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
50
+ "@aws-sdk/util-user-agent-node": "3.171.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1",