@aws-sdk/client-auditmanager 3.649.0 → 3.651.1
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/index.js +62 -186
- package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +1 -3
- package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +1 -3
- package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +1 -3
- package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +1 -3
- package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +1 -3
- package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +1 -3
- package/dist-es/commands/CreateAssessmentCommand.js +1 -3
- package/dist-es/commands/CreateAssessmentFrameworkCommand.js +1 -3
- package/dist-es/commands/CreateAssessmentReportCommand.js +1 -3
- package/dist-es/commands/CreateControlCommand.js +1 -3
- package/dist-es/commands/DeleteAssessmentCommand.js +1 -3
- package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +1 -3
- package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +1 -3
- package/dist-es/commands/DeleteAssessmentReportCommand.js +1 -3
- package/dist-es/commands/DeleteControlCommand.js +1 -3
- package/dist-es/commands/DeregisterAccountCommand.js +1 -3
- package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +1 -3
- package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +1 -3
- package/dist-es/commands/GetAccountStatusCommand.js +1 -3
- package/dist-es/commands/GetAssessmentCommand.js +1 -3
- package/dist-es/commands/GetAssessmentFrameworkCommand.js +1 -3
- package/dist-es/commands/GetAssessmentReportUrlCommand.js +1 -3
- package/dist-es/commands/GetChangeLogsCommand.js +1 -3
- package/dist-es/commands/GetControlCommand.js +1 -3
- package/dist-es/commands/GetDelegationsCommand.js +1 -3
- package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +1 -3
- package/dist-es/commands/GetEvidenceCommand.js +1 -3
- package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +1 -3
- package/dist-es/commands/GetEvidenceFolderCommand.js +1 -3
- package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +1 -3
- package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +1 -3
- package/dist-es/commands/GetInsightsByAssessmentCommand.js +1 -3
- package/dist-es/commands/GetInsightsCommand.js +1 -3
- package/dist-es/commands/GetOrganizationAdminAccountCommand.js +1 -3
- package/dist-es/commands/GetServicesInScopeCommand.js +1 -3
- package/dist-es/commands/GetSettingsCommand.js +1 -3
- package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +1 -3
- package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +1 -3
- package/dist-es/commands/ListAssessmentFrameworksCommand.js +1 -3
- package/dist-es/commands/ListAssessmentReportsCommand.js +1 -3
- package/dist-es/commands/ListAssessmentsCommand.js +1 -3
- package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +1 -3
- package/dist-es/commands/ListControlDomainInsightsCommand.js +1 -3
- package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +1 -3
- package/dist-es/commands/ListControlsCommand.js +1 -3
- package/dist-es/commands/ListKeywordsForDataSourceCommand.js +1 -3
- package/dist-es/commands/ListNotificationsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/RegisterAccountCommand.js +1 -3
- package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +1 -3
- package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateAssessmentCommand.js +1 -3
- package/dist-es/commands/UpdateAssessmentControlCommand.js +1 -3
- package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +1 -3
- package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +1 -3
- package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +1 -3
- package/dist-es/commands/UpdateAssessmentStatusCommand.js +1 -3
- package/dist-es/commands/UpdateControlCommand.js +1 -3
- package/dist-es/commands/UpdateSettingsCommand.js +1 -3
- package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +1 -3
- package/package.json +5 -5
|
@@ -7,9 +7,7 @@ import { de_UpdateAssessmentCommand, se_UpdateAssessmentCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateAssessmentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateAssessmentControlCommand, se_UpdateAssessmentControlCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateAssessmentControlCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateAssessmentControlSetStatusCommand, se_UpdateAssessmentControlS
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateAssessmentControlSetStatusCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateAssessmentFrameworkCommand, se_UpdateAssessmentFrameworkComman
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateAssessmentFrameworkCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateAssessmentFrameworkShareCommand, se_UpdateAssessmentFrameworkS
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateAssessmentFrameworkShareCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateAssessmentStatusCommand, se_UpdateAssessmentStatusCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateAssessmentStatusCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateControlCommand, se_UpdateControlCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateControlCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateSettingsCommand, se_UpdateSettingsCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateSettingsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ValidateAssessmentReportIntegrityCommand, se_ValidateAssessmentRepor
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ValidateAssessmentReportIntegrityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-auditmanager",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|