@aws-sdk/client-grafana 3.489.0 → 3.495.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 (36) hide show
  1. package/dist-cjs/Grafana.js +1 -49
  2. package/dist-cjs/GrafanaClient.js +1 -43
  3. package/dist-cjs/commands/AssociateLicenseCommand.js +1 -29
  4. package/dist-cjs/commands/CreateWorkspaceApiKeyCommand.js +1 -29
  5. package/dist-cjs/commands/CreateWorkspaceCommand.js +1 -29
  6. package/dist-cjs/commands/DeleteWorkspaceApiKeyCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteWorkspaceCommand.js +1 -29
  8. package/dist-cjs/commands/DescribeWorkspaceAuthenticationCommand.js +1 -29
  9. package/dist-cjs/commands/DescribeWorkspaceCommand.js +1 -29
  10. package/dist-cjs/commands/DescribeWorkspaceConfigurationCommand.js +1 -28
  11. package/dist-cjs/commands/DisassociateLicenseCommand.js +1 -29
  12. package/dist-cjs/commands/ListPermissionsCommand.js +1 -28
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  14. package/dist-cjs/commands/ListVersionsCommand.js +1 -28
  15. package/dist-cjs/commands/ListWorkspacesCommand.js +1 -29
  16. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  17. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  18. package/dist-cjs/commands/UpdatePermissionsCommand.js +1 -28
  19. package/dist-cjs/commands/UpdateWorkspaceAuthenticationCommand.js +1 -29
  20. package/dist-cjs/commands/UpdateWorkspaceCommand.js +1 -29
  21. package/dist-cjs/commands/UpdateWorkspaceConfigurationCommand.js +1 -28
  22. package/dist-cjs/commands/index.js +1 -22
  23. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  24. package/dist-cjs/extensionConfiguration.js +1 -2
  25. package/dist-cjs/index.js +2415 -11
  26. package/dist-cjs/models/GrafanaServiceException.js +1 -12
  27. package/dist-cjs/models/index.js +1 -4
  28. package/dist-cjs/models/models_0.js +1 -300
  29. package/dist-cjs/pagination/Interfaces.js +1 -2
  30. package/dist-cjs/pagination/ListPermissionsPaginator.js +1 -7
  31. package/dist-cjs/pagination/ListVersionsPaginator.js +1 -7
  32. package/dist-cjs/pagination/ListWorkspacesPaginator.js +1 -7
  33. package/dist-cjs/pagination/index.js +1 -7
  34. package/dist-cjs/protocols/Aws_restJson1.js +1 -1393
  35. package/dist-cjs/runtimeExtensions.js +1 -22
  36. package/package.json +40 -40
@@ -1,49 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Grafana = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AssociateLicenseCommand_1 = require("./commands/AssociateLicenseCommand");
6
- const CreateWorkspaceApiKeyCommand_1 = require("./commands/CreateWorkspaceApiKeyCommand");
7
- const CreateWorkspaceCommand_1 = require("./commands/CreateWorkspaceCommand");
8
- const DeleteWorkspaceApiKeyCommand_1 = require("./commands/DeleteWorkspaceApiKeyCommand");
9
- const DeleteWorkspaceCommand_1 = require("./commands/DeleteWorkspaceCommand");
10
- const DescribeWorkspaceAuthenticationCommand_1 = require("./commands/DescribeWorkspaceAuthenticationCommand");
11
- const DescribeWorkspaceCommand_1 = require("./commands/DescribeWorkspaceCommand");
12
- const DescribeWorkspaceConfigurationCommand_1 = require("./commands/DescribeWorkspaceConfigurationCommand");
13
- const DisassociateLicenseCommand_1 = require("./commands/DisassociateLicenseCommand");
14
- const ListPermissionsCommand_1 = require("./commands/ListPermissionsCommand");
15
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
16
- const ListVersionsCommand_1 = require("./commands/ListVersionsCommand");
17
- const ListWorkspacesCommand_1 = require("./commands/ListWorkspacesCommand");
18
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
19
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
20
- const UpdatePermissionsCommand_1 = require("./commands/UpdatePermissionsCommand");
21
- const UpdateWorkspaceAuthenticationCommand_1 = require("./commands/UpdateWorkspaceAuthenticationCommand");
22
- const UpdateWorkspaceCommand_1 = require("./commands/UpdateWorkspaceCommand");
23
- const UpdateWorkspaceConfigurationCommand_1 = require("./commands/UpdateWorkspaceConfigurationCommand");
24
- const GrafanaClient_1 = require("./GrafanaClient");
25
- const commands = {
26
- AssociateLicenseCommand: AssociateLicenseCommand_1.AssociateLicenseCommand,
27
- CreateWorkspaceCommand: CreateWorkspaceCommand_1.CreateWorkspaceCommand,
28
- CreateWorkspaceApiKeyCommand: CreateWorkspaceApiKeyCommand_1.CreateWorkspaceApiKeyCommand,
29
- DeleteWorkspaceCommand: DeleteWorkspaceCommand_1.DeleteWorkspaceCommand,
30
- DeleteWorkspaceApiKeyCommand: DeleteWorkspaceApiKeyCommand_1.DeleteWorkspaceApiKeyCommand,
31
- DescribeWorkspaceCommand: DescribeWorkspaceCommand_1.DescribeWorkspaceCommand,
32
- DescribeWorkspaceAuthenticationCommand: DescribeWorkspaceAuthenticationCommand_1.DescribeWorkspaceAuthenticationCommand,
33
- DescribeWorkspaceConfigurationCommand: DescribeWorkspaceConfigurationCommand_1.DescribeWorkspaceConfigurationCommand,
34
- DisassociateLicenseCommand: DisassociateLicenseCommand_1.DisassociateLicenseCommand,
35
- ListPermissionsCommand: ListPermissionsCommand_1.ListPermissionsCommand,
36
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
37
- ListVersionsCommand: ListVersionsCommand_1.ListVersionsCommand,
38
- ListWorkspacesCommand: ListWorkspacesCommand_1.ListWorkspacesCommand,
39
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
40
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
41
- UpdatePermissionsCommand: UpdatePermissionsCommand_1.UpdatePermissionsCommand,
42
- UpdateWorkspaceCommand: UpdateWorkspaceCommand_1.UpdateWorkspaceCommand,
43
- UpdateWorkspaceAuthenticationCommand: UpdateWorkspaceAuthenticationCommand_1.UpdateWorkspaceAuthenticationCommand,
44
- UpdateWorkspaceConfigurationCommand: UpdateWorkspaceConfigurationCommand_1.UpdateWorkspaceConfigurationCommand,
45
- };
46
- class Grafana extends GrafanaClient_1.GrafanaClient {
47
- }
48
- exports.Grafana = Grafana;
49
- (0, smithy_client_1.createAggregatedClient)(commands, Grafana);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GrafanaClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class GrafanaClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.GrafanaClient = GrafanaClient;
1
+ module.exports = require("./index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateLicenseCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class AssociateLicenseCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGrafanaControlPlane", "AssociateLicense", {})
23
- .n("GrafanaClient", "AssociateLicenseCommand")
24
- .f(void 0, models_0_1.AssociateLicenseResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_AssociateLicenseCommand)
26
- .de(Aws_restJson1_1.de_AssociateLicenseCommand)
27
- .build() {
28
- }
29
- exports.AssociateLicenseCommand = AssociateLicenseCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWorkspaceApiKeyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateWorkspaceApiKeyCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGrafanaControlPlane", "CreateWorkspaceApiKey", {})
23
- .n("GrafanaClient", "CreateWorkspaceApiKeyCommand")
24
- .f(void 0, models_0_1.CreateWorkspaceApiKeyResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateWorkspaceApiKeyCommand)
26
- .de(Aws_restJson1_1.de_CreateWorkspaceApiKeyCommand)
27
- .build() {
28
- }
29
- exports.CreateWorkspaceApiKeyCommand = CreateWorkspaceApiKeyCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWorkspaceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateWorkspaceCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGrafanaControlPlane", "CreateWorkspace", {})
23
- .n("GrafanaClient", "CreateWorkspaceCommand")
24
- .f(models_0_1.CreateWorkspaceRequestFilterSensitiveLog, models_0_1.CreateWorkspaceResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateWorkspaceCommand)
26
- .de(Aws_restJson1_1.de_CreateWorkspaceCommand)
27
- .build() {
28
- }
29
- exports.CreateWorkspaceCommand = CreateWorkspaceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWorkspaceApiKeyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteWorkspaceApiKeyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGrafanaControlPlane", "DeleteWorkspaceApiKey", {})
22
- .n("GrafanaClient", "DeleteWorkspaceApiKeyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteWorkspaceApiKeyCommand)
25
- .de(Aws_restJson1_1.de_DeleteWorkspaceApiKeyCommand)
26
- .build() {
27
- }
28
- exports.DeleteWorkspaceApiKeyCommand = DeleteWorkspaceApiKeyCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWorkspaceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class DeleteWorkspaceCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGrafanaControlPlane", "DeleteWorkspace", {})
23
- .n("GrafanaClient", "DeleteWorkspaceCommand")
24
- .f(void 0, models_0_1.DeleteWorkspaceResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_DeleteWorkspaceCommand)
26
- .de(Aws_restJson1_1.de_DeleteWorkspaceCommand)
27
- .build() {
28
- }
29
- exports.DeleteWorkspaceCommand = DeleteWorkspaceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeWorkspaceAuthenticationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class DescribeWorkspaceAuthenticationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGrafanaControlPlane", "DescribeWorkspaceAuthentication", {})
23
- .n("GrafanaClient", "DescribeWorkspaceAuthenticationCommand")
24
- .f(void 0, models_0_1.DescribeWorkspaceAuthenticationResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_DescribeWorkspaceAuthenticationCommand)
26
- .de(Aws_restJson1_1.de_DescribeWorkspaceAuthenticationCommand)
27
- .build() {
28
- }
29
- exports.DescribeWorkspaceAuthenticationCommand = DescribeWorkspaceAuthenticationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeWorkspaceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class DescribeWorkspaceCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGrafanaControlPlane", "DescribeWorkspace", {})
23
- .n("GrafanaClient", "DescribeWorkspaceCommand")
24
- .f(void 0, models_0_1.DescribeWorkspaceResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_DescribeWorkspaceCommand)
26
- .de(Aws_restJson1_1.de_DescribeWorkspaceCommand)
27
- .build() {
28
- }
29
- exports.DescribeWorkspaceCommand = DescribeWorkspaceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeWorkspaceConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeWorkspaceConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGrafanaControlPlane", "DescribeWorkspaceConfiguration", {})
22
- .n("GrafanaClient", "DescribeWorkspaceConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeWorkspaceConfigurationCommand)
25
- .de(Aws_restJson1_1.de_DescribeWorkspaceConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DescribeWorkspaceConfigurationCommand = DescribeWorkspaceConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateLicenseCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class DisassociateLicenseCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGrafanaControlPlane", "DisassociateLicense", {})
23
- .n("GrafanaClient", "DisassociateLicenseCommand")
24
- .f(void 0, models_0_1.DisassociateLicenseResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_DisassociateLicenseCommand)
26
- .de(Aws_restJson1_1.de_DisassociateLicenseCommand)
27
- .build() {
28
- }
29
- exports.DisassociateLicenseCommand = DisassociateLicenseCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPermissionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListPermissionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGrafanaControlPlane", "ListPermissions", {})
22
- .n("GrafanaClient", "ListPermissionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPermissionsCommand)
25
- .de(Aws_restJson1_1.de_ListPermissionsCommand)
26
- .build() {
27
- }
28
- exports.ListPermissionsCommand = ListPermissionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGrafanaControlPlane", "ListTagsForResource", {})
22
- .n("GrafanaClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListVersionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListVersionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGrafanaControlPlane", "ListVersions", {})
22
- .n("GrafanaClient", "ListVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListVersionsCommand)
25
- .de(Aws_restJson1_1.de_ListVersionsCommand)
26
- .build() {
27
- }
28
- exports.ListVersionsCommand = ListVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListWorkspacesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListWorkspacesCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGrafanaControlPlane", "ListWorkspaces", {})
23
- .n("GrafanaClient", "ListWorkspacesCommand")
24
- .f(void 0, models_0_1.ListWorkspacesResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListWorkspacesCommand)
26
- .de(Aws_restJson1_1.de_ListWorkspacesCommand)
27
- .build() {
28
- }
29
- exports.ListWorkspacesCommand = ListWorkspacesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGrafanaControlPlane", "TagResource", {})
22
- .n("GrafanaClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGrafanaControlPlane", "UntagResource", {})
22
- .n("GrafanaClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdatePermissionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdatePermissionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGrafanaControlPlane", "UpdatePermissions", {})
22
- .n("GrafanaClient", "UpdatePermissionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdatePermissionsCommand)
25
- .de(Aws_restJson1_1.de_UpdatePermissionsCommand)
26
- .build() {
27
- }
28
- exports.UpdatePermissionsCommand = UpdatePermissionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateWorkspaceAuthenticationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateWorkspaceAuthenticationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGrafanaControlPlane", "UpdateWorkspaceAuthentication", {})
23
- .n("GrafanaClient", "UpdateWorkspaceAuthenticationCommand")
24
- .f(models_0_1.UpdateWorkspaceAuthenticationRequestFilterSensitiveLog, models_0_1.UpdateWorkspaceAuthenticationResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateWorkspaceAuthenticationCommand)
26
- .de(Aws_restJson1_1.de_UpdateWorkspaceAuthenticationCommand)
27
- .build() {
28
- }
29
- exports.UpdateWorkspaceAuthenticationCommand = UpdateWorkspaceAuthenticationCommand;
1
+ module.exports = require("../index.js");