@aws-sdk/client-amp 3.306.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 (47) hide show
  1. package/dist-cjs/commands/CreateAlertManagerDefinitionCommand.js +2 -2
  2. package/dist-cjs/commands/CreateLoggingConfigurationCommand.js +2 -2
  3. package/dist-cjs/commands/CreateRuleGroupsNamespaceCommand.js +2 -2
  4. package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteAlertManagerDefinitionCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteRuleGroupsNamespaceCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeAlertManagerDefinitionCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeRuleGroupsNamespaceCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeWorkspaceCommand.js +2 -2
  13. package/dist-cjs/commands/ListRuleGroupsNamespacesCommand.js +2 -2
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  15. package/dist-cjs/commands/ListWorkspacesCommand.js +2 -2
  16. package/dist-cjs/commands/PutAlertManagerDefinitionCommand.js +2 -2
  17. package/dist-cjs/commands/PutRuleGroupsNamespaceCommand.js +2 -2
  18. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  19. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  20. package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -2
  21. package/dist-cjs/commands/UpdateWorkspaceAliasCommand.js +2 -2
  22. package/dist-cjs/protocols/Aws_restJson1.js +300 -300
  23. package/dist-es/commands/CreateAlertManagerDefinitionCommand.js +3 -3
  24. package/dist-es/commands/CreateLoggingConfigurationCommand.js +3 -3
  25. package/dist-es/commands/CreateRuleGroupsNamespaceCommand.js +3 -3
  26. package/dist-es/commands/CreateWorkspaceCommand.js +3 -3
  27. package/dist-es/commands/DeleteAlertManagerDefinitionCommand.js +3 -3
  28. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -3
  29. package/dist-es/commands/DeleteRuleGroupsNamespaceCommand.js +3 -3
  30. package/dist-es/commands/DeleteWorkspaceCommand.js +3 -3
  31. package/dist-es/commands/DescribeAlertManagerDefinitionCommand.js +3 -3
  32. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +3 -3
  33. package/dist-es/commands/DescribeRuleGroupsNamespaceCommand.js +3 -3
  34. package/dist-es/commands/DescribeWorkspaceCommand.js +3 -3
  35. package/dist-es/commands/ListRuleGroupsNamespacesCommand.js +3 -3
  36. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  37. package/dist-es/commands/ListWorkspacesCommand.js +3 -3
  38. package/dist-es/commands/PutAlertManagerDefinitionCommand.js +3 -3
  39. package/dist-es/commands/PutRuleGroupsNamespaceCommand.js +3 -3
  40. package/dist-es/commands/TagResourceCommand.js +3 -3
  41. package/dist-es/commands/UntagResourceCommand.js +3 -3
  42. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +3 -3
  43. package/dist-es/commands/UpdateWorkspaceAliasCommand.js +3 -3
  44. package/dist-es/protocols/Aws_restJson1.js +257 -257
  45. package/dist-types/protocols/Aws_restJson1.d.ts +168 -42
  46. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +42 -42
  47. package/package.json +6 -6
@@ -36,10 +36,10 @@ class CreateAlertManagerDefinitionCommand 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_restJson1CreateAlertManagerDefinitionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateAlertManagerDefinitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateAlertManagerDefinitionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateAlertManagerDefinitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateAlertManagerDefinitionCommand = CreateAlertManagerDefinitionCommand;
@@ -36,10 +36,10 @@ class CreateLoggingConfigurationCommand 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_restJson1CreateLoggingConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateLoggingConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateLoggingConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateLoggingConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateLoggingConfigurationCommand = CreateLoggingConfigurationCommand;
@@ -36,10 +36,10 @@ class CreateRuleGroupsNamespaceCommand 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_restJson1CreateRuleGroupsNamespaceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateRuleGroupsNamespaceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateRuleGroupsNamespaceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateRuleGroupsNamespaceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateRuleGroupsNamespaceCommand = CreateRuleGroupsNamespaceCommand;
@@ -36,10 +36,10 @@ class CreateWorkspaceCommand 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_restJson1CreateWorkspaceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateWorkspaceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateWorkspaceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateWorkspaceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateWorkspaceCommand = CreateWorkspaceCommand;
@@ -36,10 +36,10 @@ class DeleteAlertManagerDefinitionCommand 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_restJson1DeleteAlertManagerDefinitionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteAlertManagerDefinitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteAlertManagerDefinitionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteAlertManagerDefinitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteAlertManagerDefinitionCommand = DeleteAlertManagerDefinitionCommand;
@@ -36,10 +36,10 @@ class DeleteLoggingConfigurationCommand 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_restJson1DeleteLoggingConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteLoggingConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteLoggingConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteLoggingConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteLoggingConfigurationCommand = DeleteLoggingConfigurationCommand;
@@ -36,10 +36,10 @@ class DeleteRuleGroupsNamespaceCommand 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_restJson1DeleteRuleGroupsNamespaceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteRuleGroupsNamespaceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteRuleGroupsNamespaceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteRuleGroupsNamespaceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteRuleGroupsNamespaceCommand = DeleteRuleGroupsNamespaceCommand;
@@ -36,10 +36,10 @@ class DeleteWorkspaceCommand 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_restJson1DeleteWorkspaceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteWorkspaceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteWorkspaceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteWorkspaceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteWorkspaceCommand = DeleteWorkspaceCommand;
@@ -36,10 +36,10 @@ class DescribeAlertManagerDefinitionCommand 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_restJson1DescribeAlertManagerDefinitionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeAlertManagerDefinitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeAlertManagerDefinitionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeAlertManagerDefinitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeAlertManagerDefinitionCommand = DescribeAlertManagerDefinitionCommand;
@@ -36,10 +36,10 @@ class DescribeLoggingConfigurationCommand 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_restJson1DescribeLoggingConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeLoggingConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeLoggingConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeLoggingConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeLoggingConfigurationCommand = DescribeLoggingConfigurationCommand;
@@ -36,10 +36,10 @@ class DescribeRuleGroupsNamespaceCommand 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_restJson1DescribeRuleGroupsNamespaceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeRuleGroupsNamespaceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeRuleGroupsNamespaceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeRuleGroupsNamespaceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeRuleGroupsNamespaceCommand = DescribeRuleGroupsNamespaceCommand;
@@ -36,10 +36,10 @@ class DescribeWorkspaceCommand 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_restJson1DescribeWorkspaceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeWorkspaceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeWorkspaceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeWorkspaceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeWorkspaceCommand = DescribeWorkspaceCommand;
@@ -36,10 +36,10 @@ class ListRuleGroupsNamespacesCommand 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_restJson1ListRuleGroupsNamespacesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRuleGroupsNamespacesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRuleGroupsNamespacesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRuleGroupsNamespacesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRuleGroupsNamespacesCommand = ListRuleGroupsNamespacesCommand;
@@ -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;
@@ -36,10 +36,10 @@ class ListWorkspacesCommand 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_restJson1ListWorkspacesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListWorkspacesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListWorkspacesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListWorkspacesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListWorkspacesCommand = ListWorkspacesCommand;
@@ -36,10 +36,10 @@ class PutAlertManagerDefinitionCommand 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_restJson1PutAlertManagerDefinitionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutAlertManagerDefinitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutAlertManagerDefinitionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutAlertManagerDefinitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutAlertManagerDefinitionCommand = PutAlertManagerDefinitionCommand;
@@ -36,10 +36,10 @@ class PutRuleGroupsNamespaceCommand 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_restJson1PutRuleGroupsNamespaceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutRuleGroupsNamespaceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutRuleGroupsNamespaceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutRuleGroupsNamespaceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutRuleGroupsNamespaceCommand = PutRuleGroupsNamespaceCommand;
@@ -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 UpdateLoggingConfigurationCommand 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_restJson1UpdateLoggingConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateLoggingConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateLoggingConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateLoggingConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateLoggingConfigurationCommand = UpdateLoggingConfigurationCommand;
@@ -36,10 +36,10 @@ class UpdateWorkspaceAliasCommand 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_restJson1UpdateWorkspaceAliasCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateWorkspaceAliasCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateWorkspaceAliasCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateWorkspaceAliasCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateWorkspaceAliasCommand = UpdateWorkspaceAliasCommand;