@aws-sdk/client-grafana 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +44 -43
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2349,70 +2349,71 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2349
2349
  // Annotate the CommonJS export names for ESM import in node:
2350
2350
 
2351
2351
  0 && (module.exports = {
2352
- AccessDeniedException,
2353
- AccountAccessType,
2352
+ GrafanaServiceException,
2353
+ __Client,
2354
+ GrafanaClient,
2355
+ Grafana,
2356
+ $Command,
2354
2357
  AssociateLicenseCommand,
2355
- AssociateLicenseResponseFilterSensitiveLog,
2356
- AuthenticationDescriptionFilterSensitiveLog,
2357
- AuthenticationProviderTypes,
2358
- ConflictException,
2359
2358
  CreateWorkspaceApiKeyCommand,
2360
- CreateWorkspaceApiKeyResponseFilterSensitiveLog,
2361
2359
  CreateWorkspaceCommand,
2362
- CreateWorkspaceRequestFilterSensitiveLog,
2363
- CreateWorkspaceResponseFilterSensitiveLog,
2364
- DataSourceType,
2365
2360
  DeleteWorkspaceApiKeyCommand,
2366
2361
  DeleteWorkspaceCommand,
2367
- DeleteWorkspaceResponseFilterSensitiveLog,
2368
2362
  DescribeWorkspaceAuthenticationCommand,
2369
- DescribeWorkspaceAuthenticationResponseFilterSensitiveLog,
2370
2363
  DescribeWorkspaceCommand,
2371
2364
  DescribeWorkspaceConfigurationCommand,
2372
- DescribeWorkspaceResponseFilterSensitiveLog,
2373
2365
  DisassociateLicenseCommand,
2374
- DisassociateLicenseResponseFilterSensitiveLog,
2375
- Grafana,
2376
- GrafanaClient,
2377
- GrafanaServiceException,
2378
- IdpMetadata,
2379
- InternalServerException,
2380
- LicenseType,
2381
2366
  ListPermissionsCommand,
2382
2367
  ListTagsForResourceCommand,
2383
2368
  ListVersionsCommand,
2384
2369
  ListWorkspacesCommand,
2385
- ListWorkspacesResponseFilterSensitiveLog,
2386
- NotificationDestinationType,
2387
- PermissionType,
2388
- ResourceNotFoundException,
2389
- Role,
2390
- RoleValuesFilterSensitiveLog,
2391
- SamlAuthenticationFilterSensitiveLog,
2392
- SamlConfigurationFilterSensitiveLog,
2393
- SamlConfigurationStatus,
2394
- ServiceQuotaExceededException,
2395
2370
  TagResourceCommand,
2396
- ThrottlingException,
2397
2371
  UntagResourceCommand,
2398
- UpdateAction,
2399
2372
  UpdatePermissionsCommand,
2400
2373
  UpdateWorkspaceAuthenticationCommand,
2401
- UpdateWorkspaceAuthenticationRequestFilterSensitiveLog,
2402
- UpdateWorkspaceAuthenticationResponseFilterSensitiveLog,
2403
2374
  UpdateWorkspaceCommand,
2404
2375
  UpdateWorkspaceConfigurationCommand,
2405
- UpdateWorkspaceRequestFilterSensitiveLog,
2406
- UpdateWorkspaceResponseFilterSensitiveLog,
2407
- UserType,
2408
- ValidationException,
2376
+ paginateListPermissions,
2377
+ paginateListVersions,
2378
+ paginateListWorkspaces,
2379
+ AccessDeniedException,
2380
+ AccountAccessType,
2381
+ ConflictException,
2382
+ InternalServerException,
2383
+ ResourceNotFoundException,
2384
+ ServiceQuotaExceededException,
2385
+ ThrottlingException,
2409
2386
  ValidationExceptionReason,
2410
- WorkspaceDescriptionFilterSensitiveLog,
2387
+ ValidationException,
2388
+ LicenseType,
2389
+ AuthenticationProviderTypes,
2390
+ SamlConfigurationStatus,
2391
+ DataSourceType,
2392
+ NotificationDestinationType,
2393
+ PermissionType,
2411
2394
  WorkspaceStatus,
2395
+ IdpMetadata,
2396
+ UserType,
2397
+ Role,
2398
+ UpdateAction,
2399
+ CreateWorkspaceApiKeyResponseFilterSensitiveLog,
2400
+ WorkspaceDescriptionFilterSensitiveLog,
2401
+ AssociateLicenseResponseFilterSensitiveLog,
2402
+ RoleValuesFilterSensitiveLog,
2403
+ SamlConfigurationFilterSensitiveLog,
2404
+ SamlAuthenticationFilterSensitiveLog,
2405
+ AuthenticationDescriptionFilterSensitiveLog,
2406
+ DescribeWorkspaceAuthenticationResponseFilterSensitiveLog,
2407
+ UpdateWorkspaceAuthenticationRequestFilterSensitiveLog,
2408
+ UpdateWorkspaceAuthenticationResponseFilterSensitiveLog,
2409
+ DisassociateLicenseResponseFilterSensitiveLog,
2410
+ CreateWorkspaceRequestFilterSensitiveLog,
2411
+ CreateWorkspaceResponseFilterSensitiveLog,
2412
+ DeleteWorkspaceResponseFilterSensitiveLog,
2413
+ DescribeWorkspaceResponseFilterSensitiveLog,
2412
2414
  WorkspaceSummaryFilterSensitiveLog,
2413
- __Client,
2414
- paginateListPermissions,
2415
- paginateListVersions,
2416
- paginateListWorkspaces
2415
+ ListWorkspacesResponseFilterSensitiveLog,
2416
+ UpdateWorkspaceRequestFilterSensitiveLog,
2417
+ UpdateWorkspaceResponseFilterSensitiveLog
2417
2418
  });
2418
2419
 
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.496.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-grafana",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",