@aws-sdk/client-grafana 3.303.0 → 3.309.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 (41) hide show
  1. package/dist-cjs/commands/AssociateLicenseCommand.js +2 -2
  2. package/dist-cjs/commands/CreateWorkspaceApiKeyCommand.js +2 -2
  3. package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteWorkspaceApiKeyCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeWorkspaceAuthenticationCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeWorkspaceCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeWorkspaceConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/DisassociateLicenseCommand.js +2 -2
  10. package/dist-cjs/commands/ListPermissionsCommand.js +2 -2
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  12. package/dist-cjs/commands/ListWorkspacesCommand.js +2 -2
  13. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  14. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  15. package/dist-cjs/commands/UpdatePermissionsCommand.js +2 -2
  16. package/dist-cjs/commands/UpdateWorkspaceAuthenticationCommand.js +2 -2
  17. package/dist-cjs/commands/UpdateWorkspaceCommand.js +2 -2
  18. package/dist-cjs/commands/UpdateWorkspaceConfigurationCommand.js +2 -2
  19. package/dist-cjs/protocols/Aws_restJson1.js +340 -366
  20. package/dist-es/commands/AssociateLicenseCommand.js +3 -3
  21. package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +3 -3
  22. package/dist-es/commands/CreateWorkspaceCommand.js +3 -3
  23. package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +3 -3
  24. package/dist-es/commands/DeleteWorkspaceCommand.js +3 -3
  25. package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +3 -3
  26. package/dist-es/commands/DescribeWorkspaceCommand.js +3 -3
  27. package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +3 -3
  28. package/dist-es/commands/DisassociateLicenseCommand.js +3 -3
  29. package/dist-es/commands/ListPermissionsCommand.js +3 -3
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  31. package/dist-es/commands/ListWorkspacesCommand.js +3 -3
  32. package/dist-es/commands/TagResourceCommand.js +3 -3
  33. package/dist-es/commands/UntagResourceCommand.js +3 -3
  34. package/dist-es/commands/UpdatePermissionsCommand.js +3 -3
  35. package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +3 -3
  36. package/dist-es/commands/UpdateWorkspaceCommand.js +3 -3
  37. package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +3 -3
  38. package/dist-es/protocols/Aws_restJson1.js +303 -329
  39. package/dist-types/protocols/Aws_restJson1.d.ts +144 -36
  40. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -36
  41. package/package.json +29 -29
@@ -37,10 +37,10 @@ class AssociateLicenseCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1AssociateLicenseCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_AssociateLicenseCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateLicenseCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_AssociateLicenseCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.AssociateLicenseCommand = AssociateLicenseCommand;
@@ -37,10 +37,10 @@ class CreateWorkspaceApiKeyCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateWorkspaceApiKeyCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateWorkspaceApiKeyCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateWorkspaceApiKeyCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateWorkspaceApiKeyCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateWorkspaceApiKeyCommand = CreateWorkspaceApiKeyCommand;
@@ -37,10 +37,10 @@ class CreateWorkspaceCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateWorkspaceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateWorkspaceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateWorkspaceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateWorkspaceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateWorkspaceCommand = CreateWorkspaceCommand;
@@ -36,10 +36,10 @@ class DeleteWorkspaceApiKeyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteWorkspaceApiKeyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteWorkspaceApiKeyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteWorkspaceApiKeyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteWorkspaceApiKeyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteWorkspaceApiKeyCommand = DeleteWorkspaceApiKeyCommand;
@@ -37,10 +37,10 @@ class DeleteWorkspaceCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteWorkspaceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_DeleteWorkspaceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteWorkspaceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_DeleteWorkspaceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DeleteWorkspaceCommand = DeleteWorkspaceCommand;
@@ -36,10 +36,10 @@ class DescribeWorkspaceAuthenticationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeWorkspaceAuthenticationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeWorkspaceAuthenticationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeWorkspaceAuthenticationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeWorkspaceAuthenticationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeWorkspaceAuthenticationCommand = DescribeWorkspaceAuthenticationCommand;
@@ -37,10 +37,10 @@ class DescribeWorkspaceCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeWorkspaceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_DescribeWorkspaceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeWorkspaceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_DescribeWorkspaceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DescribeWorkspaceCommand = DescribeWorkspaceCommand;
@@ -36,10 +36,10 @@ class DescribeWorkspaceConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeWorkspaceConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeWorkspaceConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeWorkspaceConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeWorkspaceConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeWorkspaceConfigurationCommand = DescribeWorkspaceConfigurationCommand;
@@ -37,10 +37,10 @@ class DisassociateLicenseCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1DisassociateLicenseCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_DisassociateLicenseCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateLicenseCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_DisassociateLicenseCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DisassociateLicenseCommand = DisassociateLicenseCommand;
@@ -36,10 +36,10 @@ class ListPermissionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListPermissionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListPermissionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPermissionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListPermissionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPermissionsCommand = ListPermissionsCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -37,10 +37,10 @@ class ListWorkspacesCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1ListWorkspacesCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListWorkspacesCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListWorkspacesCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListWorkspacesCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListWorkspacesCommand = ListWorkspacesCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdatePermissionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdatePermissionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdatePermissionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdatePermissionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdatePermissionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdatePermissionsCommand = UpdatePermissionsCommand;
@@ -36,10 +36,10 @@ class UpdateWorkspaceAuthenticationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateWorkspaceAuthenticationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateWorkspaceAuthenticationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateWorkspaceAuthenticationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateWorkspaceAuthenticationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateWorkspaceAuthenticationCommand = UpdateWorkspaceAuthenticationCommand;
@@ -37,10 +37,10 @@ class UpdateWorkspaceCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateWorkspaceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdateWorkspaceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateWorkspaceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdateWorkspaceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateWorkspaceCommand = UpdateWorkspaceCommand;
@@ -36,10 +36,10 @@ class UpdateWorkspaceConfigurationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateWorkspaceConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateWorkspaceConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateWorkspaceConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateWorkspaceConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateWorkspaceConfigurationCommand = UpdateWorkspaceConfigurationCommand;