@aws-sdk/client-auditmanager 3.168.0 → 3.170.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 +1186 -310
- package/dist-types/ts3.4/AuditManagerClient.d.ts +496 -134
- package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetControlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2124 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import { ListControlsRequest, ListControlsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListControlsCommandInput extends ListControlsRequest {}
|
|
15
|
+
export interface ListControlsCommandOutput
|
|
16
|
+
extends ListControlsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListControlsCommand extends $Command<
|
|
20
|
+
ListControlsCommandInput,
|
|
21
|
+
ListControlsCommandOutput,
|
|
22
|
+
AuditManagerClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListControlsCommandInput;
|
|
25
|
+
constructor(input: ListControlsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListControlsCommandInput, ListControlsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
ListKeywordsForDataSourceRequest,
|
|
15
|
+
ListKeywordsForDataSourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListKeywordsForDataSourceCommandInput
|
|
18
|
+
extends ListKeywordsForDataSourceRequest {}
|
|
19
|
+
export interface ListKeywordsForDataSourceCommandOutput
|
|
20
|
+
extends ListKeywordsForDataSourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListKeywordsForDataSourceCommand extends $Command<
|
|
24
|
+
ListKeywordsForDataSourceCommandInput,
|
|
25
|
+
ListKeywordsForDataSourceCommandOutput,
|
|
26
|
+
AuditManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListKeywordsForDataSourceCommandInput;
|
|
29
|
+
constructor(input: ListKeywordsForDataSourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListKeywordsForDataSourceCommandInput,
|
|
37
|
+
ListKeywordsForDataSourceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
ListNotificationsRequest,
|
|
15
|
+
ListNotificationsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListNotificationsCommandInput
|
|
18
|
+
extends ListNotificationsRequest {}
|
|
19
|
+
export interface ListNotificationsCommandOutput
|
|
20
|
+
extends ListNotificationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListNotificationsCommand extends $Command<
|
|
24
|
+
ListNotificationsCommandInput,
|
|
25
|
+
ListNotificationsCommandOutput,
|
|
26
|
+
AuditManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListNotificationsCommandInput;
|
|
29
|
+
constructor(input: ListNotificationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListNotificationsCommandInput, ListNotificationsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
ListTagsForResourceRequest,
|
|
15
|
+
ListTagsForResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
AuditManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
RegisterAccountRequest,
|
|
15
|
+
RegisterAccountResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RegisterAccountCommandInput extends RegisterAccountRequest {}
|
|
18
|
+
export interface RegisterAccountCommandOutput
|
|
19
|
+
extends RegisterAccountResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class RegisterAccountCommand extends $Command<
|
|
23
|
+
RegisterAccountCommandInput,
|
|
24
|
+
RegisterAccountCommandOutput,
|
|
25
|
+
AuditManagerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RegisterAccountCommandInput;
|
|
28
|
+
constructor(input: RegisterAccountCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<RegisterAccountCommandInput, RegisterAccountCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
RegisterOrganizationAdminAccountRequest,
|
|
15
|
+
RegisterOrganizationAdminAccountResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RegisterOrganizationAdminAccountCommandInput
|
|
18
|
+
extends RegisterOrganizationAdminAccountRequest {}
|
|
19
|
+
export interface RegisterOrganizationAdminAccountCommandOutput
|
|
20
|
+
extends RegisterOrganizationAdminAccountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class RegisterOrganizationAdminAccountCommand extends $Command<
|
|
24
|
+
RegisterOrganizationAdminAccountCommandInput,
|
|
25
|
+
RegisterOrganizationAdminAccountCommandOutput,
|
|
26
|
+
AuditManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: RegisterOrganizationAdminAccountCommandInput;
|
|
29
|
+
constructor(input: RegisterOrganizationAdminAccountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
RegisterOrganizationAdminAccountCommandInput,
|
|
37
|
+
RegisterOrganizationAdminAccountCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
StartAssessmentFrameworkShareRequest,
|
|
15
|
+
StartAssessmentFrameworkShareResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StartAssessmentFrameworkShareCommandInput
|
|
18
|
+
extends StartAssessmentFrameworkShareRequest {}
|
|
19
|
+
export interface StartAssessmentFrameworkShareCommandOutput
|
|
20
|
+
extends StartAssessmentFrameworkShareResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class StartAssessmentFrameworkShareCommand extends $Command<
|
|
24
|
+
StartAssessmentFrameworkShareCommandInput,
|
|
25
|
+
StartAssessmentFrameworkShareCommandOutput,
|
|
26
|
+
AuditManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StartAssessmentFrameworkShareCommandInput;
|
|
29
|
+
constructor(input: StartAssessmentFrameworkShareCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StartAssessmentFrameworkShareCommandInput,
|
|
37
|
+
StartAssessmentFrameworkShareCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
AuditManagerClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
UntagResourceRequest,
|
|
15
|
+
UntagResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UntagResourceCommand extends $Command<
|
|
23
|
+
UntagResourceCommandInput,
|
|
24
|
+
UntagResourceCommandOutput,
|
|
25
|
+
AuditManagerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateAssessmentRequest,
|
|
15
|
+
UpdateAssessmentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateAssessmentCommandInput extends UpdateAssessmentRequest {}
|
|
18
|
+
export interface UpdateAssessmentCommandOutput
|
|
19
|
+
extends UpdateAssessmentResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateAssessmentCommand extends $Command<
|
|
23
|
+
UpdateAssessmentCommandInput,
|
|
24
|
+
UpdateAssessmentCommandOutput,
|
|
25
|
+
AuditManagerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateAssessmentCommandInput;
|
|
28
|
+
constructor(input: UpdateAssessmentCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateAssessmentCommandInput, UpdateAssessmentCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateAssessmentControlRequest,
|
|
15
|
+
UpdateAssessmentControlResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateAssessmentControlCommandInput
|
|
18
|
+
extends UpdateAssessmentControlRequest {}
|
|
19
|
+
export interface UpdateAssessmentControlCommandOutput
|
|
20
|
+
extends UpdateAssessmentControlResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateAssessmentControlCommand extends $Command<
|
|
24
|
+
UpdateAssessmentControlCommandInput,
|
|
25
|
+
UpdateAssessmentControlCommandOutput,
|
|
26
|
+
AuditManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateAssessmentControlCommandInput;
|
|
29
|
+
constructor(input: UpdateAssessmentControlCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateAssessmentControlCommandInput,
|
|
37
|
+
UpdateAssessmentControlCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|