@aws-sdk/client-auditmanager 3.194.0 → 3.197.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/CHANGELOG.md +22 -0
- package/dist-cjs/AuditManagerClient.js +11 -8
- package/dist-cjs/commands/AssociateAssessmentReportEvidenceFolderCommand.js +10 -0
- package/dist-cjs/commands/BatchAssociateAssessmentReportEvidenceCommand.js +10 -0
- package/dist-cjs/commands/BatchCreateDelegationByAssessmentCommand.js +10 -0
- package/dist-cjs/commands/BatchDeleteDelegationByAssessmentCommand.js +10 -0
- package/dist-cjs/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +10 -0
- package/dist-cjs/commands/BatchImportEvidenceToAssessmentControlCommand.js +10 -0
- package/dist-cjs/commands/CreateAssessmentCommand.js +10 -0
- package/dist-cjs/commands/CreateAssessmentFrameworkCommand.js +10 -0
- package/dist-cjs/commands/CreateAssessmentReportCommand.js +10 -0
- package/dist-cjs/commands/CreateControlCommand.js +10 -0
- package/dist-cjs/commands/DeleteAssessmentCommand.js +10 -0
- package/dist-cjs/commands/DeleteAssessmentFrameworkCommand.js +10 -0
- package/dist-cjs/commands/DeleteAssessmentFrameworkShareCommand.js +10 -0
- package/dist-cjs/commands/DeleteAssessmentReportCommand.js +10 -0
- package/dist-cjs/commands/DeleteControlCommand.js +10 -0
- package/dist-cjs/commands/DeregisterAccountCommand.js +10 -0
- package/dist-cjs/commands/DeregisterOrganizationAdminAccountCommand.js +10 -0
- package/dist-cjs/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +10 -0
- package/dist-cjs/commands/GetAccountStatusCommand.js +10 -0
- package/dist-cjs/commands/GetAssessmentCommand.js +10 -0
- package/dist-cjs/commands/GetAssessmentFrameworkCommand.js +10 -0
- package/dist-cjs/commands/GetAssessmentReportUrlCommand.js +10 -0
- package/dist-cjs/commands/GetChangeLogsCommand.js +10 -0
- package/dist-cjs/commands/GetControlCommand.js +10 -0
- package/dist-cjs/commands/GetDelegationsCommand.js +10 -0
- package/dist-cjs/commands/GetEvidenceByEvidenceFolderCommand.js +10 -0
- package/dist-cjs/commands/GetEvidenceCommand.js +10 -0
- package/dist-cjs/commands/GetEvidenceFolderCommand.js +10 -0
- package/dist-cjs/commands/GetEvidenceFoldersByAssessmentCommand.js +10 -0
- package/dist-cjs/commands/GetEvidenceFoldersByAssessmentControlCommand.js +10 -0
- package/dist-cjs/commands/GetInsightsByAssessmentCommand.js +10 -0
- package/dist-cjs/commands/GetInsightsCommand.js +10 -0
- package/dist-cjs/commands/GetOrganizationAdminAccountCommand.js +10 -0
- package/dist-cjs/commands/GetServicesInScopeCommand.js +10 -0
- package/dist-cjs/commands/GetSettingsCommand.js +10 -0
- package/dist-cjs/commands/ListAssessmentControlInsightsByControlDomainCommand.js +10 -0
- package/dist-cjs/commands/ListAssessmentFrameworkShareRequestsCommand.js +10 -0
- package/dist-cjs/commands/ListAssessmentFrameworksCommand.js +10 -0
- package/dist-cjs/commands/ListAssessmentReportsCommand.js +10 -0
- package/dist-cjs/commands/ListAssessmentsCommand.js +10 -0
- package/dist-cjs/commands/ListControlDomainInsightsByAssessmentCommand.js +10 -0
- package/dist-cjs/commands/ListControlDomainInsightsCommand.js +10 -0
- package/dist-cjs/commands/ListControlInsightsByControlDomainCommand.js +10 -0
- package/dist-cjs/commands/ListControlsCommand.js +10 -0
- package/dist-cjs/commands/ListKeywordsForDataSourceCommand.js +10 -0
- package/dist-cjs/commands/ListNotificationsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/RegisterAccountCommand.js +10 -0
- package/dist-cjs/commands/RegisterOrganizationAdminAccountCommand.js +10 -0
- package/dist-cjs/commands/StartAssessmentFrameworkShareCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateAssessmentCommand.js +10 -0
- package/dist-cjs/commands/UpdateAssessmentControlCommand.js +10 -0
- package/dist-cjs/commands/UpdateAssessmentControlSetStatusCommand.js +10 -0
- package/dist-cjs/commands/UpdateAssessmentFrameworkCommand.js +10 -0
- package/dist-cjs/commands/UpdateAssessmentFrameworkShareCommand.js +10 -0
- package/dist-cjs/commands/UpdateAssessmentStatusCommand.js +10 -0
- package/dist-cjs/commands/UpdateControlCommand.js +10 -0
- package/dist-cjs/commands/UpdateSettingsCommand.js +10 -0
- package/dist-cjs/commands/ValidateAssessmentReportIntegrityCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/AuditManagerClient.js +12 -9
- package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +10 -0
- package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +10 -0
- package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +10 -0
- package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +10 -0
- package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +10 -0
- package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +10 -0
- package/dist-es/commands/CreateAssessmentCommand.js +10 -0
- package/dist-es/commands/CreateAssessmentFrameworkCommand.js +10 -0
- package/dist-es/commands/CreateAssessmentReportCommand.js +10 -0
- package/dist-es/commands/CreateControlCommand.js +10 -0
- package/dist-es/commands/DeleteAssessmentCommand.js +10 -0
- package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +10 -0
- package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +10 -0
- package/dist-es/commands/DeleteAssessmentReportCommand.js +10 -0
- package/dist-es/commands/DeleteControlCommand.js +10 -0
- package/dist-es/commands/DeregisterAccountCommand.js +10 -0
- package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +10 -0
- package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +10 -0
- package/dist-es/commands/GetAccountStatusCommand.js +10 -0
- package/dist-es/commands/GetAssessmentCommand.js +10 -0
- package/dist-es/commands/GetAssessmentFrameworkCommand.js +10 -0
- package/dist-es/commands/GetAssessmentReportUrlCommand.js +10 -0
- package/dist-es/commands/GetChangeLogsCommand.js +10 -0
- package/dist-es/commands/GetControlCommand.js +10 -0
- package/dist-es/commands/GetDelegationsCommand.js +10 -0
- package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +10 -0
- package/dist-es/commands/GetEvidenceCommand.js +10 -0
- package/dist-es/commands/GetEvidenceFolderCommand.js +10 -0
- package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +10 -0
- package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +10 -0
- package/dist-es/commands/GetInsightsByAssessmentCommand.js +10 -0
- package/dist-es/commands/GetInsightsCommand.js +10 -0
- package/dist-es/commands/GetOrganizationAdminAccountCommand.js +10 -0
- package/dist-es/commands/GetServicesInScopeCommand.js +10 -0
- package/dist-es/commands/GetSettingsCommand.js +10 -0
- package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +10 -0
- package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +10 -0
- package/dist-es/commands/ListAssessmentFrameworksCommand.js +10 -0
- package/dist-es/commands/ListAssessmentReportsCommand.js +10 -0
- package/dist-es/commands/ListAssessmentsCommand.js +10 -0
- package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +10 -0
- package/dist-es/commands/ListControlDomainInsightsCommand.js +10 -0
- package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +10 -0
- package/dist-es/commands/ListControlsCommand.js +10 -0
- package/dist-es/commands/ListKeywordsForDataSourceCommand.js +10 -0
- package/dist-es/commands/ListNotificationsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/RegisterAccountCommand.js +10 -0
- package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +10 -0
- package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateAssessmentCommand.js +10 -0
- package/dist-es/commands/UpdateAssessmentControlCommand.js +10 -0
- package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +10 -0
- package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +10 -0
- package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +10 -0
- package/dist-es/commands/UpdateAssessmentStatusCommand.js +10 -0
- package/dist-es/commands/UpdateControlCommand.js +10 -0
- package/dist-es/commands/UpdateSettingsCommand.js +10 -0
- package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/AuditManagerClient.d.ts +6 -9
- package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +2 -0
- package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +2 -0
- package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +2 -0
- package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +2 -0
- package/dist-types/commands/CreateAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +2 -0
- package/dist-types/commands/CreateAssessmentReportCommand.d.ts +2 -0
- package/dist-types/commands/CreateControlCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +2 -0
- package/dist-types/commands/DeleteControlCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterAccountCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +2 -0
- package/dist-types/commands/GetAccountStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +2 -0
- package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +2 -0
- package/dist-types/commands/GetChangeLogsCommand.d.ts +2 -0
- package/dist-types/commands/GetControlCommand.d.ts +2 -0
- package/dist-types/commands/GetDelegationsCommand.d.ts +2 -0
- package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +2 -0
- package/dist-types/commands/GetEvidenceCommand.d.ts +2 -0
- package/dist-types/commands/GetEvidenceFolderCommand.d.ts +2 -0
- package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +2 -0
- package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +2 -0
- package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +2 -0
- package/dist-types/commands/GetServicesInScopeCommand.d.ts +2 -0
- package/dist-types/commands/GetSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +2 -0
- package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +2 -0
- package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +2 -0
- package/dist-types/commands/ListAssessmentReportsCommand.d.ts +2 -0
- package/dist-types/commands/ListAssessmentsCommand.d.ts +2 -0
- package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +2 -0
- package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +2 -0
- package/dist-types/commands/ListControlsCommand.d.ts +2 -0
- package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/RegisterAccountCommand.d.ts +2 -0
- package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +2 -0
- package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +2 -0
- package/dist-types/commands/UpdateControlCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/AuditManagerClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetControlCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +28 -26
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface GetAccountStatusCommandOutput extends GetAccountStatusResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetAccountStatusCommand extends $Command<GetAccountStatusCommandInput, GetAccountStatusCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetAccountStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetAccountStatusCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface GetAssessmentCommandOutput extends GetAssessmentResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetAssessmentCommand extends $Command<GetAssessmentCommandInput, GetAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetAssessmentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetAssessmentCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface GetAssessmentFrameworkCommandOutput extends GetAssessmentFramew
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetAssessmentFrameworkCommand extends $Command<GetAssessmentFrameworkCommandInput, GetAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetAssessmentFrameworkCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetAssessmentFrameworkCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface GetAssessmentReportUrlCommandOutput extends GetAssessmentReport
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetAssessmentReportUrlCommand extends $Command<GetAssessmentReportUrlCommandInput, GetAssessmentReportUrlCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetAssessmentReportUrlCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetAssessmentReportUrlCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface GetChangeLogsCommandOutput extends GetChangeLogsResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetChangeLogsCommand extends $Command<GetChangeLogsCommandInput, GetChangeLogsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetChangeLogsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetChangeLogsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface GetControlCommandOutput extends GetControlResponse, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetControlCommand extends $Command<GetControlCommandInput, GetControlCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetControlCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetControlCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface GetDelegationsCommandOutput extends GetDelegationsResponse, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetDelegationsCommand extends $Command<GetDelegationsCommandInput, GetDelegationsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetDelegationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetDelegationsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface GetEvidenceByEvidenceFolderCommandOutput extends GetEvidenceByE
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetEvidenceByEvidenceFolderCommand extends $Command<GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetEvidenceByEvidenceFolderCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetEvidenceByEvidenceFolderCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface GetEvidenceCommandOutput extends GetEvidenceResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetEvidenceCommand extends $Command<GetEvidenceCommandInput, GetEvidenceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetEvidenceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetEvidenceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -26,6 +27,7 @@ export interface GetEvidenceFolderCommandOutput extends GetEvidenceFolderRespons
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class GetEvidenceFolderCommand extends $Command<GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: GetEvidenceFolderCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: GetEvidenceFolderCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -26,6 +27,7 @@ export interface GetEvidenceFoldersByAssessmentCommandOutput extends GetEvidence
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class GetEvidenceFoldersByAssessmentCommand extends $Command<GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: GetEvidenceFoldersByAssessmentCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: GetEvidenceFoldersByAssessmentCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -26,6 +27,7 @@ export interface GetEvidenceFoldersByAssessmentControlCommandOutput extends GetE
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class GetEvidenceFoldersByAssessmentControlCommand extends $Command<GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput, AuditManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: GetEvidenceFoldersByAssessmentControlCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: GetEvidenceFoldersByAssessmentControlCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface GetInsightsByAssessmentCommandOutput extends GetInsightsByAsses
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetInsightsByAssessmentCommand extends $Command<GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetInsightsByAssessmentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetInsightsByAssessmentCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface GetInsightsCommandOutput extends GetInsightsResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetInsightsCommand extends $Command<GetInsightsCommandInput, GetInsightsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetInsightsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetInsightsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -26,6 +27,7 @@ export interface GetOrganizationAdminAccountCommandOutput extends GetOrganizatio
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class GetOrganizationAdminAccountCommand extends $Command<GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: GetOrganizationAdminAccountCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: GetOrganizationAdminAccountCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -26,6 +27,7 @@ export interface GetServicesInScopeCommandOutput extends GetServicesInScopeRespo
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class GetServicesInScopeCommand extends $Command<GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput, AuditManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: GetServicesInScopeCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: GetServicesInScopeCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface GetSettingsCommandOutput extends GetSettingsResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetSettingsCommand extends $Command<GetSettingsCommandInput, GetSettingsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetSettingsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -32,6 +33,7 @@ export interface ListAssessmentControlInsightsByControlDomainCommandOutput exten
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListAssessmentControlInsightsByControlDomainCommand extends $Command<ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
35
|
readonly input: ListAssessmentControlInsightsByControlDomainCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: ListAssessmentControlInsightsByControlDomainCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface ListAssessmentFrameworkShareRequestsCommandOutput extends ListA
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListAssessmentFrameworkShareRequestsCommand extends $Command<ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: ListAssessmentFrameworkShareRequestsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAssessmentFrameworkShareRequestsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -26,6 +27,7 @@ export interface ListAssessmentFrameworksCommandOutput extends ListAssessmentFra
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListAssessmentFrameworksCommand extends $Command<ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput, AuditManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: ListAssessmentFrameworksCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListAssessmentFrameworksCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface ListAssessmentReportsCommandOutput extends ListAssessmentReport
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListAssessmentReportsCommand extends $Command<ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: ListAssessmentReportsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAssessmentReportsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface ListAssessmentsCommandOutput extends ListAssessmentsResponse, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListAssessmentsCommand extends $Command<ListAssessmentsCommandInput, ListAssessmentsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: ListAssessmentsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAssessmentsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -31,6 +32,7 @@ export interface ListControlDomainInsightsByAssessmentCommandOutput extends List
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class ListControlDomainInsightsByAssessmentCommand extends $Command<ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
33
34
|
readonly input: ListControlDomainInsightsByAssessmentCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: ListControlDomainInsightsByAssessmentCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -32,6 +33,7 @@ export interface ListControlDomainInsightsCommandOutput extends ListControlDomai
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListControlDomainInsightsCommand extends $Command<ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
35
|
readonly input: ListControlDomainInsightsCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: ListControlDomainInsightsCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -32,6 +33,7 @@ export interface ListControlInsightsByControlDomainCommandOutput extends ListCon
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListControlInsightsByControlDomainCommand extends $Command<ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
35
|
readonly input: ListControlInsightsByControlDomainCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: ListControlInsightsByControlDomainCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface ListControlsCommandOutput extends ListControlsResponse, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListControlsCommand extends $Command<ListControlsCommandInput, ListControlsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: ListControlsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListControlsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -26,6 +27,7 @@ export interface ListKeywordsForDataSourceCommandOutput extends ListKeywordsForD
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListKeywordsForDataSourceCommand extends $Command<ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: ListKeywordsForDataSourceCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListKeywordsForDataSourceCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface ListNotificationsCommandOutput extends ListNotificationsRespons
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListNotificationsCommand extends $Command<ListNotificationsCommandInput, ListNotificationsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: ListNotificationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListNotificationsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface RegisterAccountCommandOutput extends RegisterAccountResponse, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class RegisterAccountCommand extends $Command<RegisterAccountCommandInput, RegisterAccountCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: RegisterAccountCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RegisterAccountCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -26,6 +27,7 @@ export interface RegisterOrganizationAdminAccountCommandOutput extends RegisterO
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class RegisterOrganizationAdminAccountCommand extends $Command<RegisterOrganizationAdminAccountCommandInput, RegisterOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: RegisterOrganizationAdminAccountCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: RegisterOrganizationAdminAccountCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -61,6 +62,7 @@ export interface StartAssessmentFrameworkShareCommandOutput extends StartAssessm
|
|
|
61
62
|
*/
|
|
62
63
|
export declare class StartAssessmentFrameworkShareCommand extends $Command<StartAssessmentFrameworkShareCommandInput, StartAssessmentFrameworkShareCommandOutput, AuditManagerClientResolvedConfig> {
|
|
63
64
|
readonly input: StartAssessmentFrameworkShareCommandInput;
|
|
65
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
66
|
constructor(input: StartAssessmentFrameworkShareCommandInput);
|
|
65
67
|
/**
|
|
66
68
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: TagResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: TagResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: UntagResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UntagResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAssessmentCommandOutput extends UpdateAssessmentResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAssessmentCommand extends $Command<UpdateAssessmentCommandInput, UpdateAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAssessmentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAssessmentCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAssessmentControlCommandOutput extends UpdateAssessmentCo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAssessmentControlCommand extends $Command<UpdateAssessmentControlCommandInput, UpdateAssessmentControlCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAssessmentControlCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAssessmentControlCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAssessmentControlSetStatusCommandOutput extends UpdateAss
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAssessmentControlSetStatusCommand extends $Command<UpdateAssessmentControlSetStatusCommandInput, UpdateAssessmentControlSetStatusCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAssessmentControlSetStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAssessmentControlSetStatusCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAssessmentFrameworkCommandOutput extends UpdateAssessment
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAssessmentFrameworkCommand extends $Command<UpdateAssessmentFrameworkCommandInput, UpdateAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAssessmentFrameworkCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAssessmentFrameworkCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAssessmentFrameworkShareCommandOutput extends UpdateAsses
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAssessmentFrameworkShareCommand extends $Command<UpdateAssessmentFrameworkShareCommandInput, UpdateAssessmentFrameworkShareCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAssessmentFrameworkShareCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAssessmentFrameworkShareCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAssessmentStatusCommandOutput extends UpdateAssessmentSta
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAssessmentStatusCommand extends $Command<UpdateAssessmentStatusCommandInput, UpdateAssessmentStatusCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAssessmentStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAssessmentStatusCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateControlCommandOutput extends UpdateControlResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateControlCommand extends $Command<UpdateControlCommandInput, UpdateControlCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateControlCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateControlCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateSettingsCommandOutput extends UpdateSettingsResponse, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateSettingsCommand extends $Command<UpdateSettingsCommandInput, UpdateSettingsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateSettingsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
@@ -25,6 +26,7 @@ export interface ValidateAssessmentReportIntegrityCommandOutput extends Validate
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ValidateAssessmentReportIntegrityCommand extends $Command<ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: ValidateAssessmentReportIntegrityCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ValidateAssessmentReportIntegrityCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|