@aws-sdk/client-amp 3.529.1 → 3.535.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.
- package/dist-types/Amp.d.ts +5 -1
- package/dist-types/AmpClient.d.ts +1 -1
- package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +3 -2
- package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +3 -2
- package/dist-types/commands/CreateScraperCommand.d.ts +3 -2
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteScraperCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +3 -2
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +3 -2
- package/dist-types/commands/DescribeScraperCommand.d.ts +3 -2
- package/dist-types/commands/DescribeWorkspaceCommand.d.ts +2 -1
- package/dist-types/commands/GetDefaultScraperConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +2 -1
- package/dist-types/commands/ListScrapersCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkspacesCommand.d.ts +2 -1
- package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +3 -2
- package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +3 -2
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +260 -260
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Amp.d.ts +4 -0
- package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +41 -41
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified tags from an Amazon Managed Service for Prometheus resource. The only resources
|
|
30
30
|
* that can be tagged are workspaces and rule groups namespaces. </p>
|
|
31
31
|
* @example
|
|
@@ -71,6 +71,7 @@ declare const UntagResourceCommand_base: {
|
|
|
71
71
|
* @throws {@link AmpServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Amp service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
76
77
|
}
|
|
@@ -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
|
}
|