@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.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/Amp.d.ts +5 -1
- package/dist-types/AmpClient.d.ts +1 -1
- package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/CreateScraperCommand.d.ts +2 -1
- 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 +2 -1
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScraperCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWorkspaceCommand.d.ts +2 -1
- package/dist-types/commands/GetDefaultScraperConfigurationCommand.d.ts +2 -1
- 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 +2 -1
- package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +2 -1
- 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/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +260 -260
- 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/index.d.ts +0 -1
- 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
|
}
|