@aws-sdk/client-amp 3.533.0 → 3.540.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 (63) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Amp.d.ts +5 -1
  6. package/dist-types/AmpClient.d.ts +1 -1
  7. package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateScraperCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateWorkspaceCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteScraperCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeScraperCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +2 -1
  22. package/dist-types/commands/GetDefaultScraperConfigurationCommand.d.ts +2 -1
  23. package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListScrapersCommand.d.ts +2 -1
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  26. package/dist-types/commands/ListWorkspacesCommand.d.ts +2 -1
  27. package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +2 -1
  28. package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +2 -1
  29. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +2 -1
  33. package/dist-types/index.d.ts +0 -1
  34. package/dist-types/models/models_0.d.ts +260 -260
  35. package/dist-types/ts3.4/Amp.d.ts +4 -0
  36. package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/index.d.ts +0 -1
  63. package/package.json +41 -41
@@ -22,10 +22,10 @@ export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingCo
22
22
  }
23
23
  declare const UpdateLoggingConfigurationCommand_base: {
24
24
  new (input: UpdateLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the log group ARN or the workspace ID of the current logging
30
30
  * configuration.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const UpdateLoggingConfigurationCommand_base: {
75
75
  * @throws {@link AmpServiceException}
76
76
  * <p>Base exception class for all service exceptions from Amp service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class UpdateLoggingConfigurationCommand extends UpdateLoggingConfigurationCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface UpdateWorkspaceAliasCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UpdateWorkspaceAliasCommand_base: {
24
24
  new (input: UpdateWorkspaceAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkspaceAliasCommandInput, UpdateWorkspaceAliasCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateWorkspaceAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkspaceAliasCommandInput, UpdateWorkspaceAliasCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the alias of an existing workspace. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const UpdateWorkspaceAliasCommand_base: {
75
75
  * @throws {@link AmpServiceException}
76
76
  * <p>Base exception class for all service exceptions from Amp service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class UpdateWorkspaceAliasCommand extends UpdateWorkspaceAliasCommand_base {
80
81
  }
@@ -29,5 +29,4 @@ export * from "./commands";
29
29
  export * from "./pagination";
30
30
  export * from "./waiters";
31
31
  export * from "./models";
32
- import "@aws-sdk/util-endpoints";
33
32
  export { AmpServiceException } from "./models/AmpServiceException";