@aws-sdk/client-grafana 3.168.0 → 3.170.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Grafana.d.ts +292 -85
- package/dist-types/ts3.4/GrafanaClient.d.ts +225 -89
- package/dist-types/ts3.4/commands/AssociateLicenseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceApiKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceApiKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceAuthenticationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateLicenseCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdatePermissionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceAuthenticationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +16 -16
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GrafanaServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +733 -693
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +197 -50
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export * from "./AssociateLicenseCommand";
|
|
2
|
-
export * from "./CreateWorkspaceApiKeyCommand";
|
|
3
|
-
export * from "./CreateWorkspaceCommand";
|
|
4
|
-
export * from "./DeleteWorkspaceApiKeyCommand";
|
|
5
|
-
export * from "./DeleteWorkspaceCommand";
|
|
6
|
-
export * from "./DescribeWorkspaceAuthenticationCommand";
|
|
7
|
-
export * from "./DescribeWorkspaceCommand";
|
|
8
|
-
export * from "./DisassociateLicenseCommand";
|
|
9
|
-
export * from "./ListPermissionsCommand";
|
|
10
|
-
export * from "./ListTagsForResourceCommand";
|
|
11
|
-
export * from "./ListWorkspacesCommand";
|
|
12
|
-
export * from "./TagResourceCommand";
|
|
13
|
-
export * from "./UntagResourceCommand";
|
|
14
|
-
export * from "./UpdatePermissionsCommand";
|
|
15
|
-
export * from "./UpdateWorkspaceAuthenticationCommand";
|
|
16
|
-
export * from "./UpdateWorkspaceCommand";
|
|
1
|
+
export * from "./AssociateLicenseCommand";
|
|
2
|
+
export * from "./CreateWorkspaceApiKeyCommand";
|
|
3
|
+
export * from "./CreateWorkspaceCommand";
|
|
4
|
+
export * from "./DeleteWorkspaceApiKeyCommand";
|
|
5
|
+
export * from "./DeleteWorkspaceCommand";
|
|
6
|
+
export * from "./DescribeWorkspaceAuthenticationCommand";
|
|
7
|
+
export * from "./DescribeWorkspaceCommand";
|
|
8
|
+
export * from "./DisassociateLicenseCommand";
|
|
9
|
+
export * from "./ListPermissionsCommand";
|
|
10
|
+
export * from "./ListTagsForResourceCommand";
|
|
11
|
+
export * from "./ListWorkspacesCommand";
|
|
12
|
+
export * from "./TagResourceCommand";
|
|
13
|
+
export * from "./UntagResourceCommand";
|
|
14
|
+
export * from "./UpdatePermissionsCommand";
|
|
15
|
+
export * from "./UpdateWorkspaceAuthenticationCommand";
|
|
16
|
+
export * from "./UpdateWorkspaceCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Grafana";
|
|
2
|
-
export * from "./GrafanaClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { GrafanaServiceException } from "./models/GrafanaServiceException";
|
|
1
|
+
export * from "./Grafana";
|
|
2
|
+
export * from "./GrafanaClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { GrafanaServiceException } from "./models/GrafanaServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class GrafanaServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|