@aws-sdk/client-auditmanager 3.193.0 → 3.196.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 +19 -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 +26 -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 +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- 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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetSettingsCommand extends $Command<
|
|
|
21
22
|
AuditManagerClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetSettingsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetSettingsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListAssessmentControlInsightsByControlDomainCommand extends
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListAssessmentControlInsightsByControlDomainCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAssessmentControlInsightsByControlDomainCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListAssessmentFrameworkShareRequestsCommand extends $Comman
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListAssessmentFrameworkShareRequestsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAssessmentFrameworkShareRequestsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListAssessmentFrameworksCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListAssessmentFrameworksCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAssessmentFrameworksCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListAssessmentReportsCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListAssessmentReportsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAssessmentReportsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListAssessmentsCommand extends $Command<
|
|
|
24
25
|
AuditManagerClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListAssessmentsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListAssessmentsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListControlDomainInsightsByAssessmentCommand extends $Comma
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListControlDomainInsightsByAssessmentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListControlDomainInsightsByAssessmentCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListControlDomainInsightsCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListControlDomainInsightsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListControlDomainInsightsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListControlInsightsByControlDomainCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListControlInsightsByControlDomainCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListControlInsightsByControlDomainCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListControlsCommand extends $Command<
|
|
|
21
22
|
AuditManagerClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListControlsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListControlsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListKeywordsForDataSourceCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListKeywordsForDataSourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListKeywordsForDataSourceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListNotificationsCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListNotificationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListNotificationsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class RegisterAccountCommand extends $Command<
|
|
|
24
25
|
AuditManagerClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: RegisterAccountCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: RegisterAccountCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class RegisterOrganizationAdminAccountCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RegisterOrganizationAdminAccountCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RegisterOrganizationAdminAccountCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class StartAssessmentFrameworkShareCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartAssessmentFrameworkShareCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartAssessmentFrameworkShareCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
22
|
AuditManagerClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: TagResourceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: TagResourceCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
24
25
|
AuditManagerClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UntagResourceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UntagResourceCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UpdateAssessmentCommand extends $Command<
|
|
|
24
25
|
AuditManagerClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateAssessmentCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateAssessmentCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateAssessmentControlCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateAssessmentControlCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAssessmentControlCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateAssessmentControlSetStatusCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateAssessmentControlSetStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAssessmentControlSetStatusCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateAssessmentFrameworkCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateAssessmentFrameworkCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAssessmentFrameworkCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateAssessmentFrameworkShareCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateAssessmentFrameworkShareCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAssessmentFrameworkShareCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateAssessmentStatusCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateAssessmentStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAssessmentStatusCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UpdateControlCommand extends $Command<
|
|
|
24
25
|
AuditManagerClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateControlCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateControlCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UpdateSettingsCommand extends $Command<
|
|
|
24
25
|
AuditManagerClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateSettingsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateSettingsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ValidateAssessmentReportIntegrityCommand extends $Command<
|
|
|
25
26
|
AuditManagerClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ValidateAssessmentReportIntegrityCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ValidateAssessmentReportIntegrityCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointParameters as __EndpointParameters,
|
|
3
|
+
Provider,
|
|
4
|
+
} from "@aws-sdk/types";
|
|
5
|
+
export interface ClientInputEndpointParameters {
|
|
6
|
+
region?: string | Provider<string>;
|
|
7
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
9
|
+
endpoint?: string | Provider<string>;
|
|
10
|
+
}
|
|
11
|
+
export declare type ClientResolvedEndpointParameters =
|
|
12
|
+
ClientInputEndpointParameters & {
|
|
13
|
+
defaultSigningName: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
16
|
+
options: T & ClientInputEndpointParameters
|
|
17
|
+
) => T &
|
|
18
|
+
ClientInputEndpointParameters & {
|
|
19
|
+
defaultSigningName: string;
|
|
20
|
+
};
|
|
21
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
22
|
+
Region?: string;
|
|
23
|
+
UseDualStack?: boolean;
|
|
24
|
+
UseFIPS?: boolean;
|
|
25
|
+
Endpoint?: string;
|
|
26
|
+
}
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: AuditManagerClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: AuditManagerClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: AuditManagerClientConfig) => {
|
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
32
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
33
32
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
34
33
|
import("@aws-sdk/types").UserAgent
|
|
35
34
|
>;
|
|
@@ -40,9 +39,21 @@ export declare const getRuntimeConfig: (config: AuditManagerClientConfig) => {
|
|
|
40
39
|
>;
|
|
41
40
|
endpoint?:
|
|
42
41
|
| string
|
|
43
|
-
| import("@aws-sdk/types").Endpoint
|
|
44
|
-
|
|
42
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
43
|
+
import("@aws-sdk/types").Provider<string>)
|
|
44
|
+
| (import("@aws-sdk/types").Endpoint &
|
|
45
|
+
import("@aws-sdk/types").Provider<string>)
|
|
46
|
+
| (import("@aws-sdk/types").EndpointV2 &
|
|
47
|
+
import("@aws-sdk/types").Provider<string>)
|
|
48
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
49
|
+
import("@aws-sdk/types").Provider<string>)
|
|
45
50
|
| undefined;
|
|
51
|
+
endpointProvider: (
|
|
52
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
53
|
+
context?: {
|
|
54
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
55
|
+
}
|
|
56
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
46
57
|
tls?: boolean | undefined;
|
|
47
58
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
59
|
credentials?:
|
|
@@ -3,8 +3,13 @@ import { AuditManagerClientConfig } from "./AuditManagerClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: AuditManagerClientConfig) => {
|
|
4
4
|
apiVersion: string;
|
|
5
5
|
disableHostPrefix: boolean;
|
|
6
|
+
endpointProvider: (
|
|
7
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
8
|
+
context?: {
|
|
9
|
+
logger?: __Logger | undefined;
|
|
10
|
+
}
|
|
11
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
6
12
|
logger: __Logger;
|
|
7
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
8
13
|
serviceId: string;
|
|
9
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
10
15
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auditmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auditmanager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.196.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,13 +19,14 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.196.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.193.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.196.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.193.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.193.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.193.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.193.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.193.0",
|
|
29
30
|
"@aws-sdk/middleware-host-header": "3.193.0",
|
|
30
31
|
"@aws-sdk/middleware-logger": "3.193.0",
|
|
31
32
|
"@aws-sdk/middleware-recursion-detection": "3.193.0",
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
48
|
"@aws-sdk/util-defaults-mode-browser": "3.193.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-node": "3.193.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.196.0",
|
|
49
51
|
"@aws-sdk/util-user-agent-browser": "3.193.0",
|
|
50
52
|
"@aws-sdk/util-user-agent-node": "3.193.0",
|
|
51
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|