@aws-sdk/client-auditmanager 3.1044.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +140 -141
- package/dist-cjs/models/AuditManagerServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/AuditManager.js +1 -1
- package/dist-es/AuditManagerClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +2 -2
- package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +2 -2
- package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +2 -2
- package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +2 -2
- package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +2 -2
- package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +2 -2
- package/dist-es/commands/CreateAssessmentCommand.js +2 -2
- package/dist-es/commands/CreateAssessmentFrameworkCommand.js +2 -2
- package/dist-es/commands/CreateAssessmentReportCommand.js +2 -2
- package/dist-es/commands/CreateControlCommand.js +2 -2
- package/dist-es/commands/DeleteAssessmentCommand.js +2 -2
- package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +2 -2
- package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +2 -2
- package/dist-es/commands/DeleteAssessmentReportCommand.js +2 -2
- package/dist-es/commands/DeleteControlCommand.js +2 -2
- package/dist-es/commands/DeregisterAccountCommand.js +2 -2
- package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +2 -2
- package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +2 -2
- package/dist-es/commands/GetAccountStatusCommand.js +2 -2
- package/dist-es/commands/GetAssessmentCommand.js +2 -2
- package/dist-es/commands/GetAssessmentFrameworkCommand.js +2 -2
- package/dist-es/commands/GetAssessmentReportUrlCommand.js +2 -2
- package/dist-es/commands/GetChangeLogsCommand.js +2 -2
- package/dist-es/commands/GetControlCommand.js +2 -2
- package/dist-es/commands/GetDelegationsCommand.js +2 -2
- package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +2 -2
- package/dist-es/commands/GetEvidenceCommand.js +2 -2
- package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +2 -2
- package/dist-es/commands/GetEvidenceFolderCommand.js +2 -2
- package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +2 -2
- package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +2 -2
- package/dist-es/commands/GetInsightsByAssessmentCommand.js +2 -2
- package/dist-es/commands/GetInsightsCommand.js +2 -2
- package/dist-es/commands/GetOrganizationAdminAccountCommand.js +2 -2
- package/dist-es/commands/GetServicesInScopeCommand.js +2 -2
- package/dist-es/commands/GetSettingsCommand.js +2 -2
- package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +2 -2
- package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +2 -2
- package/dist-es/commands/ListAssessmentFrameworksCommand.js +2 -2
- package/dist-es/commands/ListAssessmentReportsCommand.js +2 -2
- package/dist-es/commands/ListAssessmentsCommand.js +2 -2
- package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +2 -2
- package/dist-es/commands/ListControlDomainInsightsCommand.js +2 -2
- package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +2 -2
- package/dist-es/commands/ListControlsCommand.js +2 -2
- package/dist-es/commands/ListKeywordsForDataSourceCommand.js +2 -2
- package/dist-es/commands/ListNotificationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RegisterAccountCommand.js +2 -2
- package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +2 -2
- package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAssessmentCommand.js +2 -2
- package/dist-es/commands/UpdateAssessmentControlCommand.js +2 -2
- package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +2 -2
- package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +2 -2
- package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +2 -2
- package/dist-es/commands/UpdateAssessmentStatusCommand.js +2 -2
- package/dist-es/commands/UpdateControlCommand.js +2 -2
- package/dist-es/commands/UpdateSettingsCommand.js +2 -2
- package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/AuditManagerServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/AuditManagerClient.d.ts +5 -5
- package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +6 -4
- package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +6 -4
- package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +6 -4
- package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssessmentReportCommand.d.ts +6 -4
- package/dist-types/commands/CreateControlCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +6 -4
- package/dist-types/commands/DeleteControlCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterAccountCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +6 -4
- package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +6 -4
- package/dist-types/commands/GetChangeLogsCommand.d.ts +6 -4
- package/dist-types/commands/GetControlCommand.d.ts +6 -4
- package/dist-types/commands/GetDelegationsCommand.d.ts +6 -4
- package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +6 -4
- package/dist-types/commands/GetEvidenceCommand.d.ts +6 -4
- package/dist-types/commands/GetEvidenceFileUploadUrlCommand.d.ts +6 -4
- package/dist-types/commands/GetEvidenceFolderCommand.d.ts +6 -4
- package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +6 -4
- package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/GetInsightsCommand.d.ts +6 -4
- package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +6 -4
- package/dist-types/commands/GetServicesInScopeCommand.d.ts +6 -4
- package/dist-types/commands/GetSettingsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +6 -4
- package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +6 -4
- package/dist-types/commands/ListAssessmentReportsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssessmentsCommand.d.ts +6 -4
- package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +6 -4
- package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +6 -4
- package/dist-types/commands/ListControlsCommand.d.ts +6 -4
- package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/ListNotificationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RegisterAccountCommand.d.ts +6 -4
- package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +6 -4
- package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateControlCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSettingsCommand.d.ts +6 -4
- package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/AuditManagerServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/AuditManagerClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEvidenceFileUploadUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AuditManagerServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListControlDomainInsightsByAssessment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListControlDomainInsights$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListControlInsightsByControlDomain$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListControls$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListKeywordsForDataSource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListNotifications$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { RegisterAccount$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { RegisterOrganizationAdminAccount$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartAssessmentFrameworkShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateAssessment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateAssessmentControl$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateAssessmentControlSetStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateAssessmentFramework$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateAssessmentFrameworkShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateAssessmentStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateControl$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ValidateAssessmentReportIntegrity$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const k = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class AuditManagerServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultAuditManagerHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/AssociateAssessmentReportEvidenceFolderCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
4
4
|
import type { AssociateAssessmentReportEvidenceFolderRequest, AssociateAssessmentReportEvidenceFolderResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateAssessmentReportEvidenceFolderCommandInput extends Ass
|
|
|
22
22
|
export interface AssociateAssessmentReportEvidenceFolderCommandOutput extends AssociateAssessmentReportEvidenceFolderResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateAssessmentReportEvidenceFolderCommand_base: {
|
|
25
|
-
new (input: AssociateAssessmentReportEvidenceFolderCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateAssessmentReportEvidenceFolderCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateAssessmentReportEvidenceFolderCommandInput): import("@smithy/core/client").CommandImpl<AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateAssessmentReportEvidenceFolderCommandInput): import("@smithy/core/client").CommandImpl<AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Associates an evidence folder to an assessment report in an Audit Manager
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
4
4
|
import type { BatchAssociateAssessmentReportEvidenceRequest, BatchAssociateAssessmentReportEvidenceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchAssociateAssessmentReportEvidenceCommandInput extends Batc
|
|
|
22
22
|
export interface BatchAssociateAssessmentReportEvidenceCommandOutput extends BatchAssociateAssessmentReportEvidenceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchAssociateAssessmentReportEvidenceCommand_base: {
|
|
25
|
-
new (input: BatchAssociateAssessmentReportEvidenceCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchAssociateAssessmentReportEvidenceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchAssociateAssessmentReportEvidenceCommandInput): import("@smithy/core/client").CommandImpl<BatchAssociateAssessmentReportEvidenceCommandInput, BatchAssociateAssessmentReportEvidenceCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchAssociateAssessmentReportEvidenceCommandInput): import("@smithy/core/client").CommandImpl<BatchAssociateAssessmentReportEvidenceCommandInput, BatchAssociateAssessmentReportEvidenceCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Associates a list of evidence to an assessment report in an Audit Manager
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
4
4
|
import type { BatchCreateDelegationByAssessmentRequest, BatchCreateDelegationByAssessmentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchCreateDelegationByAssessmentCommandInput extends BatchCrea
|
|
|
22
22
|
export interface BatchCreateDelegationByAssessmentCommandOutput extends BatchCreateDelegationByAssessmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchCreateDelegationByAssessmentCommand_base: {
|
|
25
|
-
new (input: BatchCreateDelegationByAssessmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchCreateDelegationByAssessmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchCreateDelegationByAssessmentCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateDelegationByAssessmentCommandInput, BatchCreateDelegationByAssessmentCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchCreateDelegationByAssessmentCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateDelegationByAssessmentCommandInput, BatchCreateDelegationByAssessmentCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Creates a batch of delegations for an assessment in Audit Manager. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
4
4
|
import type { BatchDeleteDelegationByAssessmentRequest, BatchDeleteDelegationByAssessmentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchDeleteDelegationByAssessmentCommandInput extends BatchDele
|
|
|
22
22
|
export interface BatchDeleteDelegationByAssessmentCommandOutput extends BatchDeleteDelegationByAssessmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchDeleteDelegationByAssessmentCommand_base: {
|
|
25
|
-
new (input: BatchDeleteDelegationByAssessmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchDeleteDelegationByAssessmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchDeleteDelegationByAssessmentCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteDelegationByAssessmentCommandInput, BatchDeleteDelegationByAssessmentCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchDeleteDelegationByAssessmentCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteDelegationByAssessmentCommandInput, BatchDeleteDelegationByAssessmentCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Deletes a batch of delegations for an assessment in Audit Manager. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
4
4
|
import type { BatchDisassociateAssessmentReportEvidenceRequest, BatchDisassociateAssessmentReportEvidenceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchDisassociateAssessmentReportEvidenceCommandInput extends B
|
|
|
22
22
|
export interface BatchDisassociateAssessmentReportEvidenceCommandOutput extends BatchDisassociateAssessmentReportEvidenceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchDisassociateAssessmentReportEvidenceCommand_base: {
|
|
25
|
-
new (input: BatchDisassociateAssessmentReportEvidenceCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchDisassociateAssessmentReportEvidenceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchDisassociateAssessmentReportEvidenceCommandInput): import("@smithy/core/client").CommandImpl<BatchDisassociateAssessmentReportEvidenceCommandInput, BatchDisassociateAssessmentReportEvidenceCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchDisassociateAssessmentReportEvidenceCommandInput): import("@smithy/core/client").CommandImpl<BatchDisassociateAssessmentReportEvidenceCommandInput, BatchDisassociateAssessmentReportEvidenceCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Disassociates a list of evidence from an assessment report in Audit Manager.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
4
4
|
import type { BatchImportEvidenceToAssessmentControlRequest, BatchImportEvidenceToAssessmentControlResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchImportEvidenceToAssessmentControlCommandInput extends Batc
|
|
|
22
22
|
export interface BatchImportEvidenceToAssessmentControlCommandOutput extends BatchImportEvidenceToAssessmentControlResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchImportEvidenceToAssessmentControlCommand_base: {
|
|
25
|
-
new (input: BatchImportEvidenceToAssessmentControlCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchImportEvidenceToAssessmentControlCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchImportEvidenceToAssessmentControlCommandInput): import("@smithy/core/client").CommandImpl<BatchImportEvidenceToAssessmentControlCommandInput, BatchImportEvidenceToAssessmentControlCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchImportEvidenceToAssessmentControlCommandInput): import("@smithy/core/client").CommandImpl<BatchImportEvidenceToAssessmentControlCommandInput, BatchImportEvidenceToAssessmentControlCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds one or more pieces of evidence to a control in an Audit Manager assessment. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
4
4
|
import type { CreateAssessmentRequest, CreateAssessmentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAssessmentCommandInput extends CreateAssessmentRequest {
|
|
|
22
22
|
export interface CreateAssessmentCommandOutput extends CreateAssessmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAssessmentCommand_base: {
|
|
25
|
-
new (input: CreateAssessmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAssessmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAssessmentCommandInput): import("@smithy/core/client").CommandImpl<CreateAssessmentCommandInput, CreateAssessmentCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAssessmentCommandInput): import("@smithy/core/client").CommandImpl<CreateAssessmentCommandInput, CreateAssessmentCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Creates an assessment in Audit Manager. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
4
4
|
import type { CreateAssessmentFrameworkRequest, CreateAssessmentFrameworkResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAssessmentFrameworkCommandInput extends CreateAssessmentF
|
|
|
22
22
|
export interface CreateAssessmentFrameworkCommandOutput extends CreateAssessmentFrameworkResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAssessmentFrameworkCommand_base: {
|
|
25
|
-
new (input: CreateAssessmentFrameworkCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAssessmentFrameworkCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAssessmentFrameworkCommandInput): import("@smithy/core/client").CommandImpl<CreateAssessmentFrameworkCommandInput, CreateAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAssessmentFrameworkCommandInput): import("@smithy/core/client").CommandImpl<CreateAssessmentFrameworkCommandInput, CreateAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Creates a custom framework in Audit Manager. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
4
4
|
import type { CreateAssessmentReportRequest, CreateAssessmentReportResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAssessmentReportCommandInput extends CreateAssessmentRepo
|
|
|
22
22
|
export interface CreateAssessmentReportCommandOutput extends CreateAssessmentReportResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAssessmentReportCommand_base: {
|
|
25
|
-
new (input: CreateAssessmentReportCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAssessmentReportCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAssessmentReportCommandInput): import("@smithy/core/client").CommandImpl<CreateAssessmentReportCommandInput, CreateAssessmentReportCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAssessmentReportCommandInput): import("@smithy/core/client").CommandImpl<CreateAssessmentReportCommandInput, CreateAssessmentReportCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Creates an assessment report for the specified assessment. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
4
4
|
import type { CreateControlRequest, CreateControlResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateControlCommandInput extends CreateControlRequest {
|
|
|
22
22
|
export interface CreateControlCommandOutput extends CreateControlResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateControlCommand_base: {
|
|
25
|
-
new (input: CreateControlCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateControlCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateControlCommandInput): import("@smithy/core/client").CommandImpl<CreateControlCommandInput, CreateControlCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateControlCommandInput): import("@smithy/core/client").CommandImpl<CreateControlCommandInput, CreateControlCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Creates a new custom control in Audit Manager. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
4
4
|
import type { DeleteAssessmentRequest, DeleteAssessmentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAssessmentCommandInput extends DeleteAssessmentRequest {
|
|
|
22
22
|
export interface DeleteAssessmentCommandOutput extends DeleteAssessmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAssessmentCommand_base: {
|
|
25
|
-
new (input: DeleteAssessmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAssessmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAssessmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssessmentCommandInput, DeleteAssessmentCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAssessmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssessmentCommandInput, DeleteAssessmentCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Deletes an assessment in Audit Manager. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
4
4
|
import type { DeleteAssessmentFrameworkRequest, DeleteAssessmentFrameworkResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAssessmentFrameworkCommandInput extends DeleteAssessmentF
|
|
|
22
22
|
export interface DeleteAssessmentFrameworkCommandOutput extends DeleteAssessmentFrameworkResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAssessmentFrameworkCommand_base: {
|
|
25
|
-
new (input: DeleteAssessmentFrameworkCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAssessmentFrameworkCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAssessmentFrameworkCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssessmentFrameworkCommandInput, DeleteAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAssessmentFrameworkCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssessmentFrameworkCommandInput, DeleteAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Deletes a custom framework in Audit Manager. </p>
|