@aws-sdk/client-amp 3.1086.0 → 3.1088.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 (68) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Amp.d.ts +143 -188
  3. package/dist-types/ts3.4/AmpClient.d.ts +14 -24
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CreateAnomalyDetectorCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigurationCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +3 -8
  14. package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +3 -4
  16. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigurationCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -4
  19. package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteScraperLoggingConfigurationCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +2 -2
  23. package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DescribeQueryLoggingConfigurationCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/DescribeScraperLoggingConfigurationCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/ListAnomalyDetectorsCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +2 -4
  37. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +3 -8
  39. package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/commands/UpdateQueryLoggingConfigurationCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/UpdateScraperCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/UpdateScraperLoggingConfigurationCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +3 -4
  50. package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  52. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  53. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  54. package/dist-types/ts3.4/models/enums.d.ts +3 -6
  55. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  56. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  61. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  62. package/dist-types/ts3.4/waiters/waitForAnomalyDetectorActive.d.ts +3 -5
  63. package/dist-types/ts3.4/waiters/waitForAnomalyDetectorDeleted.d.ts +3 -5
  64. package/dist-types/ts3.4/waiters/waitForScraperActive.d.ts +2 -2
  65. package/dist-types/ts3.4/waiters/waitForScraperDeleted.d.ts +2 -2
  66. package/dist-types/ts3.4/waiters/waitForWorkspaceActive.d.ts +3 -5
  67. package/dist-types/ts3.4/waiters/waitForWorkspaceDeleted.d.ts +3 -5
  68. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1085.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75