@aws-sdk/client-auditmanager 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/AuditManager.d.ts +1125 -310
- package/dist-types/ts3.4/AuditManagerClient.d.ts +471 -134
- package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetControlCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +61 -61
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AuditManagerServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1511 -1972
- package/dist-types/ts3.4/pagination/GetChangeLogsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDelegationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentFrameworkShareRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentFrameworksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlDomainInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlInsightsByControlDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKeywordsForDataSourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +17 -17
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +737 -185
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-auditmanager
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-auditmanager
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-auditmanager
|