@aws-sdk/client-auditmanager 3.1076.0 → 3.1078.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/index.js +195 -747
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +2 -14
- package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +2 -14
- package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +2 -14
- package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +2 -14
- package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +2 -14
- package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +2 -14
- package/dist-es/commands/CreateAssessmentCommand.js +2 -14
- package/dist-es/commands/CreateAssessmentFrameworkCommand.js +2 -14
- package/dist-es/commands/CreateAssessmentReportCommand.js +2 -14
- package/dist-es/commands/CreateControlCommand.js +2 -14
- package/dist-es/commands/DeleteAssessmentCommand.js +2 -14
- package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +2 -14
- package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +2 -14
- package/dist-es/commands/DeleteAssessmentReportCommand.js +2 -14
- package/dist-es/commands/DeleteControlCommand.js +2 -14
- package/dist-es/commands/DeregisterAccountCommand.js +2 -14
- package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +2 -14
- package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +2 -14
- package/dist-es/commands/GetAccountStatusCommand.js +2 -14
- package/dist-es/commands/GetAssessmentCommand.js +2 -14
- package/dist-es/commands/GetAssessmentFrameworkCommand.js +2 -14
- package/dist-es/commands/GetAssessmentReportUrlCommand.js +2 -14
- package/dist-es/commands/GetChangeLogsCommand.js +2 -14
- package/dist-es/commands/GetControlCommand.js +2 -14
- package/dist-es/commands/GetDelegationsCommand.js +2 -14
- package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +2 -14
- package/dist-es/commands/GetEvidenceCommand.js +2 -14
- package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +2 -14
- package/dist-es/commands/GetEvidenceFolderCommand.js +2 -14
- package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +2 -14
- package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +2 -14
- package/dist-es/commands/GetInsightsByAssessmentCommand.js +2 -14
- package/dist-es/commands/GetInsightsCommand.js +2 -14
- package/dist-es/commands/GetOrganizationAdminAccountCommand.js +2 -14
- package/dist-es/commands/GetServicesInScopeCommand.js +2 -14
- package/dist-es/commands/GetSettingsCommand.js +2 -14
- package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +2 -14
- package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +2 -14
- package/dist-es/commands/ListAssessmentFrameworksCommand.js +2 -14
- package/dist-es/commands/ListAssessmentReportsCommand.js +2 -14
- package/dist-es/commands/ListAssessmentsCommand.js +2 -14
- package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +2 -14
- package/dist-es/commands/ListControlDomainInsightsCommand.js +2 -14
- package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +2 -14
- package/dist-es/commands/ListControlsCommand.js +2 -14
- package/dist-es/commands/ListKeywordsForDataSourceCommand.js +2 -14
- package/dist-es/commands/ListNotificationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RegisterAccountCommand.js +2 -14
- package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +2 -14
- package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAssessmentCommand.js +2 -14
- package/dist-es/commands/UpdateAssessmentControlCommand.js +2 -14
- package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +2 -14
- package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +2 -14
- package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +2 -14
- package/dist-es/commands/UpdateAssessmentStatusCommand.js +2 -14
- package/dist-es/commands/UpdateControlCommand.js +2 -14
- package/dist-es/commands/UpdateSettingsCommand.js +2 -14
- package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +3 -8
- package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +3 -8
- package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +3 -8
- package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +3 -8
- package/dist-types/commands/CreateAssessmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +3 -8
- package/dist-types/commands/CreateAssessmentReportCommand.d.ts +3 -8
- package/dist-types/commands/CreateControlCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAssessmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +3 -8
- package/dist-types/commands/DeleteControlCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterAccountCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetAssessmentCommand.d.ts +3 -8
- package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +3 -8
- package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +3 -8
- package/dist-types/commands/GetChangeLogsCommand.d.ts +3 -8
- package/dist-types/commands/GetControlCommand.d.ts +3 -8
- package/dist-types/commands/GetDelegationsCommand.d.ts +3 -8
- package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +3 -8
- package/dist-types/commands/GetEvidenceCommand.d.ts +3 -8
- package/dist-types/commands/GetEvidenceFileUploadUrlCommand.d.ts +3 -8
- package/dist-types/commands/GetEvidenceFolderCommand.d.ts +3 -8
- package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +3 -8
- package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +3 -8
- package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +3 -8
- package/dist-types/commands/GetInsightsCommand.d.ts +3 -8
- package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +3 -8
- package/dist-types/commands/GetServicesInScopeCommand.d.ts +3 -8
- package/dist-types/commands/GetSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +3 -8
- package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +3 -8
- package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +3 -8
- package/dist-types/commands/ListAssessmentReportsCommand.d.ts +3 -8
- package/dist-types/commands/ListAssessmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +3 -8
- package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +3 -8
- package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +3 -8
- package/dist-types/commands/ListControlsCommand.d.ts +3 -8
- package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/ListNotificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterAccountCommand.d.ts +3 -8
- package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +3 -8
- package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAssessmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateControlCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEvidenceFileUploadUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultAuditManagerHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -2011,6 +2013,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2011
2013
|
serviceTarget: "BedrockAssessmentManagerLambda",
|
|
2012
2014
|
},
|
|
2013
2015
|
serviceId: config?.serviceId ?? "AuditManager",
|
|
2016
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2014
2017
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2015
2018
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2016
2019
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -2044,7 +2047,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2044
2047
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2045
2048
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2046
2049
|
}, config),
|
|
2047
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2048
2050
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2049
2051
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2050
2052
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2132,748 +2134,194 @@ class AuditManagerClient extends Client {
|
|
|
2132
2134
|
}
|
|
2133
2135
|
}
|
|
2134
2136
|
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
}
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
}
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
}
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
}
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
}
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
}
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
}
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
}
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
}
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
}
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
}
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
}
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
}
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
}
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
}
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
.sc(DeregisterAccount$)
|
|
2324
|
-
.build() {
|
|
2325
|
-
}
|
|
2326
|
-
|
|
2327
|
-
class DeregisterOrganizationAdminAccountCommand extends Command
|
|
2328
|
-
.classBuilder()
|
|
2329
|
-
.ep(commonParams)
|
|
2330
|
-
.m(function (Command, cs, config, o) {
|
|
2331
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2332
|
-
})
|
|
2333
|
-
.s("BedrockAssessmentManagerLambda", "DeregisterOrganizationAdminAccount", {})
|
|
2334
|
-
.n("AuditManagerClient", "DeregisterOrganizationAdminAccountCommand")
|
|
2335
|
-
.sc(DeregisterOrganizationAdminAccount$)
|
|
2336
|
-
.build() {
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
|
-
class DisassociateAssessmentReportEvidenceFolderCommand extends Command
|
|
2340
|
-
.classBuilder()
|
|
2341
|
-
.ep(commonParams)
|
|
2342
|
-
.m(function (Command, cs, config, o) {
|
|
2343
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2344
|
-
})
|
|
2345
|
-
.s("BedrockAssessmentManagerLambda", "DisassociateAssessmentReportEvidenceFolder", {})
|
|
2346
|
-
.n("AuditManagerClient", "DisassociateAssessmentReportEvidenceFolderCommand")
|
|
2347
|
-
.sc(DisassociateAssessmentReportEvidenceFolder$)
|
|
2348
|
-
.build() {
|
|
2349
|
-
}
|
|
2350
|
-
|
|
2351
|
-
class GetAccountStatusCommand extends Command
|
|
2352
|
-
.classBuilder()
|
|
2353
|
-
.ep(commonParams)
|
|
2354
|
-
.m(function (Command, cs, config, o) {
|
|
2355
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2356
|
-
})
|
|
2357
|
-
.s("BedrockAssessmentManagerLambda", "GetAccountStatus", {})
|
|
2358
|
-
.n("AuditManagerClient", "GetAccountStatusCommand")
|
|
2359
|
-
.sc(GetAccountStatus$)
|
|
2360
|
-
.build() {
|
|
2361
|
-
}
|
|
2362
|
-
|
|
2363
|
-
class GetAssessmentCommand extends Command
|
|
2364
|
-
.classBuilder()
|
|
2365
|
-
.ep(commonParams)
|
|
2366
|
-
.m(function (Command, cs, config, o) {
|
|
2367
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2368
|
-
})
|
|
2369
|
-
.s("BedrockAssessmentManagerLambda", "GetAssessment", {})
|
|
2370
|
-
.n("AuditManagerClient", "GetAssessmentCommand")
|
|
2371
|
-
.sc(GetAssessment$)
|
|
2372
|
-
.build() {
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
class GetAssessmentFrameworkCommand extends Command
|
|
2376
|
-
.classBuilder()
|
|
2377
|
-
.ep(commonParams)
|
|
2378
|
-
.m(function (Command, cs, config, o) {
|
|
2379
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2380
|
-
})
|
|
2381
|
-
.s("BedrockAssessmentManagerLambda", "GetAssessmentFramework", {})
|
|
2382
|
-
.n("AuditManagerClient", "GetAssessmentFrameworkCommand")
|
|
2383
|
-
.sc(GetAssessmentFramework$)
|
|
2384
|
-
.build() {
|
|
2385
|
-
}
|
|
2386
|
-
|
|
2387
|
-
class GetAssessmentReportUrlCommand extends Command
|
|
2388
|
-
.classBuilder()
|
|
2389
|
-
.ep(commonParams)
|
|
2390
|
-
.m(function (Command, cs, config, o) {
|
|
2391
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2392
|
-
})
|
|
2393
|
-
.s("BedrockAssessmentManagerLambda", "GetAssessmentReportUrl", {})
|
|
2394
|
-
.n("AuditManagerClient", "GetAssessmentReportUrlCommand")
|
|
2395
|
-
.sc(GetAssessmentReportUrl$)
|
|
2396
|
-
.build() {
|
|
2397
|
-
}
|
|
2398
|
-
|
|
2399
|
-
class GetChangeLogsCommand extends Command
|
|
2400
|
-
.classBuilder()
|
|
2401
|
-
.ep(commonParams)
|
|
2402
|
-
.m(function (Command, cs, config, o) {
|
|
2403
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2404
|
-
})
|
|
2405
|
-
.s("BedrockAssessmentManagerLambda", "GetChangeLogs", {})
|
|
2406
|
-
.n("AuditManagerClient", "GetChangeLogsCommand")
|
|
2407
|
-
.sc(GetChangeLogs$)
|
|
2408
|
-
.build() {
|
|
2409
|
-
}
|
|
2410
|
-
|
|
2411
|
-
class GetControlCommand extends Command
|
|
2412
|
-
.classBuilder()
|
|
2413
|
-
.ep(commonParams)
|
|
2414
|
-
.m(function (Command, cs, config, o) {
|
|
2415
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2416
|
-
})
|
|
2417
|
-
.s("BedrockAssessmentManagerLambda", "GetControl", {})
|
|
2418
|
-
.n("AuditManagerClient", "GetControlCommand")
|
|
2419
|
-
.sc(GetControl$)
|
|
2420
|
-
.build() {
|
|
2421
|
-
}
|
|
2422
|
-
|
|
2423
|
-
class GetDelegationsCommand extends Command
|
|
2424
|
-
.classBuilder()
|
|
2425
|
-
.ep(commonParams)
|
|
2426
|
-
.m(function (Command, cs, config, o) {
|
|
2427
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2428
|
-
})
|
|
2429
|
-
.s("BedrockAssessmentManagerLambda", "GetDelegations", {})
|
|
2430
|
-
.n("AuditManagerClient", "GetDelegationsCommand")
|
|
2431
|
-
.sc(GetDelegations$)
|
|
2432
|
-
.build() {
|
|
2433
|
-
}
|
|
2434
|
-
|
|
2435
|
-
class GetEvidenceByEvidenceFolderCommand extends Command
|
|
2436
|
-
.classBuilder()
|
|
2437
|
-
.ep(commonParams)
|
|
2438
|
-
.m(function (Command, cs, config, o) {
|
|
2439
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2440
|
-
})
|
|
2441
|
-
.s("BedrockAssessmentManagerLambda", "GetEvidenceByEvidenceFolder", {})
|
|
2442
|
-
.n("AuditManagerClient", "GetEvidenceByEvidenceFolderCommand")
|
|
2443
|
-
.sc(GetEvidenceByEvidenceFolder$)
|
|
2444
|
-
.build() {
|
|
2445
|
-
}
|
|
2446
|
-
|
|
2447
|
-
class GetEvidenceCommand extends Command
|
|
2448
|
-
.classBuilder()
|
|
2449
|
-
.ep(commonParams)
|
|
2450
|
-
.m(function (Command, cs, config, o) {
|
|
2451
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2452
|
-
})
|
|
2453
|
-
.s("BedrockAssessmentManagerLambda", "GetEvidence", {})
|
|
2454
|
-
.n("AuditManagerClient", "GetEvidenceCommand")
|
|
2455
|
-
.sc(GetEvidence$)
|
|
2456
|
-
.build() {
|
|
2457
|
-
}
|
|
2458
|
-
|
|
2459
|
-
class GetEvidenceFileUploadUrlCommand extends Command
|
|
2460
|
-
.classBuilder()
|
|
2461
|
-
.ep(commonParams)
|
|
2462
|
-
.m(function (Command, cs, config, o) {
|
|
2463
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2464
|
-
})
|
|
2465
|
-
.s("BedrockAssessmentManagerLambda", "GetEvidenceFileUploadUrl", {})
|
|
2466
|
-
.n("AuditManagerClient", "GetEvidenceFileUploadUrlCommand")
|
|
2467
|
-
.sc(GetEvidenceFileUploadUrl$)
|
|
2468
|
-
.build() {
|
|
2469
|
-
}
|
|
2470
|
-
|
|
2471
|
-
class GetEvidenceFolderCommand extends Command
|
|
2472
|
-
.classBuilder()
|
|
2473
|
-
.ep(commonParams)
|
|
2474
|
-
.m(function (Command, cs, config, o) {
|
|
2475
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2476
|
-
})
|
|
2477
|
-
.s("BedrockAssessmentManagerLambda", "GetEvidenceFolder", {})
|
|
2478
|
-
.n("AuditManagerClient", "GetEvidenceFolderCommand")
|
|
2479
|
-
.sc(GetEvidenceFolder$)
|
|
2480
|
-
.build() {
|
|
2481
|
-
}
|
|
2482
|
-
|
|
2483
|
-
class GetEvidenceFoldersByAssessmentCommand extends Command
|
|
2484
|
-
.classBuilder()
|
|
2485
|
-
.ep(commonParams)
|
|
2486
|
-
.m(function (Command, cs, config, o) {
|
|
2487
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2488
|
-
})
|
|
2489
|
-
.s("BedrockAssessmentManagerLambda", "GetEvidenceFoldersByAssessment", {})
|
|
2490
|
-
.n("AuditManagerClient", "GetEvidenceFoldersByAssessmentCommand")
|
|
2491
|
-
.sc(GetEvidenceFoldersByAssessment$)
|
|
2492
|
-
.build() {
|
|
2493
|
-
}
|
|
2494
|
-
|
|
2495
|
-
class GetEvidenceFoldersByAssessmentControlCommand extends Command
|
|
2496
|
-
.classBuilder()
|
|
2497
|
-
.ep(commonParams)
|
|
2498
|
-
.m(function (Command, cs, config, o) {
|
|
2499
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2500
|
-
})
|
|
2501
|
-
.s("BedrockAssessmentManagerLambda", "GetEvidenceFoldersByAssessmentControl", {})
|
|
2502
|
-
.n("AuditManagerClient", "GetEvidenceFoldersByAssessmentControlCommand")
|
|
2503
|
-
.sc(GetEvidenceFoldersByAssessmentControl$)
|
|
2504
|
-
.build() {
|
|
2505
|
-
}
|
|
2506
|
-
|
|
2507
|
-
class GetInsightsByAssessmentCommand extends Command
|
|
2508
|
-
.classBuilder()
|
|
2509
|
-
.ep(commonParams)
|
|
2510
|
-
.m(function (Command, cs, config, o) {
|
|
2511
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2512
|
-
})
|
|
2513
|
-
.s("BedrockAssessmentManagerLambda", "GetInsightsByAssessment", {})
|
|
2514
|
-
.n("AuditManagerClient", "GetInsightsByAssessmentCommand")
|
|
2515
|
-
.sc(GetInsightsByAssessment$)
|
|
2516
|
-
.build() {
|
|
2517
|
-
}
|
|
2518
|
-
|
|
2519
|
-
class GetInsightsCommand extends Command
|
|
2520
|
-
.classBuilder()
|
|
2521
|
-
.ep(commonParams)
|
|
2522
|
-
.m(function (Command, cs, config, o) {
|
|
2523
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2524
|
-
})
|
|
2525
|
-
.s("BedrockAssessmentManagerLambda", "GetInsights", {})
|
|
2526
|
-
.n("AuditManagerClient", "GetInsightsCommand")
|
|
2527
|
-
.sc(GetInsights$)
|
|
2528
|
-
.build() {
|
|
2529
|
-
}
|
|
2530
|
-
|
|
2531
|
-
class GetOrganizationAdminAccountCommand extends Command
|
|
2532
|
-
.classBuilder()
|
|
2533
|
-
.ep(commonParams)
|
|
2534
|
-
.m(function (Command, cs, config, o) {
|
|
2535
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2536
|
-
})
|
|
2537
|
-
.s("BedrockAssessmentManagerLambda", "GetOrganizationAdminAccount", {})
|
|
2538
|
-
.n("AuditManagerClient", "GetOrganizationAdminAccountCommand")
|
|
2539
|
-
.sc(GetOrganizationAdminAccount$)
|
|
2540
|
-
.build() {
|
|
2541
|
-
}
|
|
2542
|
-
|
|
2543
|
-
class GetServicesInScopeCommand extends Command
|
|
2544
|
-
.classBuilder()
|
|
2545
|
-
.ep(commonParams)
|
|
2546
|
-
.m(function (Command, cs, config, o) {
|
|
2547
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2548
|
-
})
|
|
2549
|
-
.s("BedrockAssessmentManagerLambda", "GetServicesInScope", {})
|
|
2550
|
-
.n("AuditManagerClient", "GetServicesInScopeCommand")
|
|
2551
|
-
.sc(GetServicesInScope$)
|
|
2552
|
-
.build() {
|
|
2553
|
-
}
|
|
2554
|
-
|
|
2555
|
-
class GetSettingsCommand extends Command
|
|
2556
|
-
.classBuilder()
|
|
2557
|
-
.ep(commonParams)
|
|
2558
|
-
.m(function (Command, cs, config, o) {
|
|
2559
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2560
|
-
})
|
|
2561
|
-
.s("BedrockAssessmentManagerLambda", "GetSettings", {})
|
|
2562
|
-
.n("AuditManagerClient", "GetSettingsCommand")
|
|
2563
|
-
.sc(GetSettings$)
|
|
2564
|
-
.build() {
|
|
2565
|
-
}
|
|
2566
|
-
|
|
2567
|
-
class ListAssessmentControlInsightsByControlDomainCommand extends Command
|
|
2568
|
-
.classBuilder()
|
|
2569
|
-
.ep(commonParams)
|
|
2570
|
-
.m(function (Command, cs, config, o) {
|
|
2571
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2572
|
-
})
|
|
2573
|
-
.s("BedrockAssessmentManagerLambda", "ListAssessmentControlInsightsByControlDomain", {})
|
|
2574
|
-
.n("AuditManagerClient", "ListAssessmentControlInsightsByControlDomainCommand")
|
|
2575
|
-
.sc(ListAssessmentControlInsightsByControlDomain$)
|
|
2576
|
-
.build() {
|
|
2577
|
-
}
|
|
2578
|
-
|
|
2579
|
-
class ListAssessmentFrameworksCommand extends Command
|
|
2580
|
-
.classBuilder()
|
|
2581
|
-
.ep(commonParams)
|
|
2582
|
-
.m(function (Command, cs, config, o) {
|
|
2583
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2584
|
-
})
|
|
2585
|
-
.s("BedrockAssessmentManagerLambda", "ListAssessmentFrameworks", {})
|
|
2586
|
-
.n("AuditManagerClient", "ListAssessmentFrameworksCommand")
|
|
2587
|
-
.sc(ListAssessmentFrameworks$)
|
|
2588
|
-
.build() {
|
|
2589
|
-
}
|
|
2590
|
-
|
|
2591
|
-
class ListAssessmentFrameworkShareRequestsCommand extends Command
|
|
2592
|
-
.classBuilder()
|
|
2593
|
-
.ep(commonParams)
|
|
2594
|
-
.m(function (Command, cs, config, o) {
|
|
2595
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2596
|
-
})
|
|
2597
|
-
.s("BedrockAssessmentManagerLambda", "ListAssessmentFrameworkShareRequests", {})
|
|
2598
|
-
.n("AuditManagerClient", "ListAssessmentFrameworkShareRequestsCommand")
|
|
2599
|
-
.sc(ListAssessmentFrameworkShareRequests$)
|
|
2600
|
-
.build() {
|
|
2601
|
-
}
|
|
2602
|
-
|
|
2603
|
-
class ListAssessmentReportsCommand extends Command
|
|
2604
|
-
.classBuilder()
|
|
2605
|
-
.ep(commonParams)
|
|
2606
|
-
.m(function (Command, cs, config, o) {
|
|
2607
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2608
|
-
})
|
|
2609
|
-
.s("BedrockAssessmentManagerLambda", "ListAssessmentReports", {})
|
|
2610
|
-
.n("AuditManagerClient", "ListAssessmentReportsCommand")
|
|
2611
|
-
.sc(ListAssessmentReports$)
|
|
2612
|
-
.build() {
|
|
2613
|
-
}
|
|
2614
|
-
|
|
2615
|
-
class ListAssessmentsCommand extends Command
|
|
2616
|
-
.classBuilder()
|
|
2617
|
-
.ep(commonParams)
|
|
2618
|
-
.m(function (Command, cs, config, o) {
|
|
2619
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2620
|
-
})
|
|
2621
|
-
.s("BedrockAssessmentManagerLambda", "ListAssessments", {})
|
|
2622
|
-
.n("AuditManagerClient", "ListAssessmentsCommand")
|
|
2623
|
-
.sc(ListAssessments$)
|
|
2624
|
-
.build() {
|
|
2625
|
-
}
|
|
2626
|
-
|
|
2627
|
-
class ListControlDomainInsightsByAssessmentCommand extends Command
|
|
2628
|
-
.classBuilder()
|
|
2629
|
-
.ep(commonParams)
|
|
2630
|
-
.m(function (Command, cs, config, o) {
|
|
2631
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2632
|
-
})
|
|
2633
|
-
.s("BedrockAssessmentManagerLambda", "ListControlDomainInsightsByAssessment", {})
|
|
2634
|
-
.n("AuditManagerClient", "ListControlDomainInsightsByAssessmentCommand")
|
|
2635
|
-
.sc(ListControlDomainInsightsByAssessment$)
|
|
2636
|
-
.build() {
|
|
2637
|
-
}
|
|
2638
|
-
|
|
2639
|
-
class ListControlDomainInsightsCommand extends Command
|
|
2640
|
-
.classBuilder()
|
|
2641
|
-
.ep(commonParams)
|
|
2642
|
-
.m(function (Command, cs, config, o) {
|
|
2643
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2644
|
-
})
|
|
2645
|
-
.s("BedrockAssessmentManagerLambda", "ListControlDomainInsights", {})
|
|
2646
|
-
.n("AuditManagerClient", "ListControlDomainInsightsCommand")
|
|
2647
|
-
.sc(ListControlDomainInsights$)
|
|
2648
|
-
.build() {
|
|
2649
|
-
}
|
|
2650
|
-
|
|
2651
|
-
class ListControlInsightsByControlDomainCommand extends Command
|
|
2652
|
-
.classBuilder()
|
|
2653
|
-
.ep(commonParams)
|
|
2654
|
-
.m(function (Command, cs, config, o) {
|
|
2655
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2656
|
-
})
|
|
2657
|
-
.s("BedrockAssessmentManagerLambda", "ListControlInsightsByControlDomain", {})
|
|
2658
|
-
.n("AuditManagerClient", "ListControlInsightsByControlDomainCommand")
|
|
2659
|
-
.sc(ListControlInsightsByControlDomain$)
|
|
2660
|
-
.build() {
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2663
|
-
class ListControlsCommand extends Command
|
|
2664
|
-
.classBuilder()
|
|
2665
|
-
.ep(commonParams)
|
|
2666
|
-
.m(function (Command, cs, config, o) {
|
|
2667
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2668
|
-
})
|
|
2669
|
-
.s("BedrockAssessmentManagerLambda", "ListControls", {})
|
|
2670
|
-
.n("AuditManagerClient", "ListControlsCommand")
|
|
2671
|
-
.sc(ListControls$)
|
|
2672
|
-
.build() {
|
|
2673
|
-
}
|
|
2674
|
-
|
|
2675
|
-
class ListKeywordsForDataSourceCommand extends Command
|
|
2676
|
-
.classBuilder()
|
|
2677
|
-
.ep(commonParams)
|
|
2678
|
-
.m(function (Command, cs, config, o) {
|
|
2679
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2680
|
-
})
|
|
2681
|
-
.s("BedrockAssessmentManagerLambda", "ListKeywordsForDataSource", {})
|
|
2682
|
-
.n("AuditManagerClient", "ListKeywordsForDataSourceCommand")
|
|
2683
|
-
.sc(ListKeywordsForDataSource$)
|
|
2684
|
-
.build() {
|
|
2685
|
-
}
|
|
2686
|
-
|
|
2687
|
-
class ListNotificationsCommand extends Command
|
|
2688
|
-
.classBuilder()
|
|
2689
|
-
.ep(commonParams)
|
|
2690
|
-
.m(function (Command, cs, config, o) {
|
|
2691
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2692
|
-
})
|
|
2693
|
-
.s("BedrockAssessmentManagerLambda", "ListNotifications", {})
|
|
2694
|
-
.n("AuditManagerClient", "ListNotificationsCommand")
|
|
2695
|
-
.sc(ListNotifications$)
|
|
2696
|
-
.build() {
|
|
2697
|
-
}
|
|
2698
|
-
|
|
2699
|
-
class ListTagsForResourceCommand extends Command
|
|
2700
|
-
.classBuilder()
|
|
2701
|
-
.ep(commonParams)
|
|
2702
|
-
.m(function (Command, cs, config, o) {
|
|
2703
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2704
|
-
})
|
|
2705
|
-
.s("BedrockAssessmentManagerLambda", "ListTagsForResource", {})
|
|
2706
|
-
.n("AuditManagerClient", "ListTagsForResourceCommand")
|
|
2707
|
-
.sc(ListTagsForResource$)
|
|
2708
|
-
.build() {
|
|
2709
|
-
}
|
|
2710
|
-
|
|
2711
|
-
class RegisterAccountCommand extends Command
|
|
2712
|
-
.classBuilder()
|
|
2713
|
-
.ep(commonParams)
|
|
2714
|
-
.m(function (Command, cs, config, o) {
|
|
2715
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2716
|
-
})
|
|
2717
|
-
.s("BedrockAssessmentManagerLambda", "RegisterAccount", {})
|
|
2718
|
-
.n("AuditManagerClient", "RegisterAccountCommand")
|
|
2719
|
-
.sc(RegisterAccount$)
|
|
2720
|
-
.build() {
|
|
2721
|
-
}
|
|
2722
|
-
|
|
2723
|
-
class RegisterOrganizationAdminAccountCommand extends Command
|
|
2724
|
-
.classBuilder()
|
|
2725
|
-
.ep(commonParams)
|
|
2726
|
-
.m(function (Command, cs, config, o) {
|
|
2727
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2728
|
-
})
|
|
2729
|
-
.s("BedrockAssessmentManagerLambda", "RegisterOrganizationAdminAccount", {})
|
|
2730
|
-
.n("AuditManagerClient", "RegisterOrganizationAdminAccountCommand")
|
|
2731
|
-
.sc(RegisterOrganizationAdminAccount$)
|
|
2732
|
-
.build() {
|
|
2733
|
-
}
|
|
2734
|
-
|
|
2735
|
-
class StartAssessmentFrameworkShareCommand extends Command
|
|
2736
|
-
.classBuilder()
|
|
2737
|
-
.ep(commonParams)
|
|
2738
|
-
.m(function (Command, cs, config, o) {
|
|
2739
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2740
|
-
})
|
|
2741
|
-
.s("BedrockAssessmentManagerLambda", "StartAssessmentFrameworkShare", {})
|
|
2742
|
-
.n("AuditManagerClient", "StartAssessmentFrameworkShareCommand")
|
|
2743
|
-
.sc(StartAssessmentFrameworkShare$)
|
|
2744
|
-
.build() {
|
|
2745
|
-
}
|
|
2746
|
-
|
|
2747
|
-
class TagResourceCommand extends Command
|
|
2748
|
-
.classBuilder()
|
|
2749
|
-
.ep(commonParams)
|
|
2750
|
-
.m(function (Command, cs, config, o) {
|
|
2751
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2752
|
-
})
|
|
2753
|
-
.s("BedrockAssessmentManagerLambda", "TagResource", {})
|
|
2754
|
-
.n("AuditManagerClient", "TagResourceCommand")
|
|
2755
|
-
.sc(TagResource$)
|
|
2756
|
-
.build() {
|
|
2757
|
-
}
|
|
2758
|
-
|
|
2759
|
-
class UntagResourceCommand extends Command
|
|
2760
|
-
.classBuilder()
|
|
2761
|
-
.ep(commonParams)
|
|
2762
|
-
.m(function (Command, cs, config, o) {
|
|
2763
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2764
|
-
})
|
|
2765
|
-
.s("BedrockAssessmentManagerLambda", "UntagResource", {})
|
|
2766
|
-
.n("AuditManagerClient", "UntagResourceCommand")
|
|
2767
|
-
.sc(UntagResource$)
|
|
2768
|
-
.build() {
|
|
2769
|
-
}
|
|
2770
|
-
|
|
2771
|
-
class UpdateAssessmentCommand extends Command
|
|
2772
|
-
.classBuilder()
|
|
2773
|
-
.ep(commonParams)
|
|
2774
|
-
.m(function (Command, cs, config, o) {
|
|
2775
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2776
|
-
})
|
|
2777
|
-
.s("BedrockAssessmentManagerLambda", "UpdateAssessment", {})
|
|
2778
|
-
.n("AuditManagerClient", "UpdateAssessmentCommand")
|
|
2779
|
-
.sc(UpdateAssessment$)
|
|
2780
|
-
.build() {
|
|
2781
|
-
}
|
|
2782
|
-
|
|
2783
|
-
class UpdateAssessmentControlCommand extends Command
|
|
2784
|
-
.classBuilder()
|
|
2785
|
-
.ep(commonParams)
|
|
2786
|
-
.m(function (Command, cs, config, o) {
|
|
2787
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2788
|
-
})
|
|
2789
|
-
.s("BedrockAssessmentManagerLambda", "UpdateAssessmentControl", {})
|
|
2790
|
-
.n("AuditManagerClient", "UpdateAssessmentControlCommand")
|
|
2791
|
-
.sc(UpdateAssessmentControl$)
|
|
2792
|
-
.build() {
|
|
2793
|
-
}
|
|
2794
|
-
|
|
2795
|
-
class UpdateAssessmentControlSetStatusCommand extends Command
|
|
2796
|
-
.classBuilder()
|
|
2797
|
-
.ep(commonParams)
|
|
2798
|
-
.m(function (Command, cs, config, o) {
|
|
2799
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2800
|
-
})
|
|
2801
|
-
.s("BedrockAssessmentManagerLambda", "UpdateAssessmentControlSetStatus", {})
|
|
2802
|
-
.n("AuditManagerClient", "UpdateAssessmentControlSetStatusCommand")
|
|
2803
|
-
.sc(UpdateAssessmentControlSetStatus$)
|
|
2804
|
-
.build() {
|
|
2805
|
-
}
|
|
2806
|
-
|
|
2807
|
-
class UpdateAssessmentFrameworkCommand extends Command
|
|
2808
|
-
.classBuilder()
|
|
2809
|
-
.ep(commonParams)
|
|
2810
|
-
.m(function (Command, cs, config, o) {
|
|
2811
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2812
|
-
})
|
|
2813
|
-
.s("BedrockAssessmentManagerLambda", "UpdateAssessmentFramework", {})
|
|
2814
|
-
.n("AuditManagerClient", "UpdateAssessmentFrameworkCommand")
|
|
2815
|
-
.sc(UpdateAssessmentFramework$)
|
|
2816
|
-
.build() {
|
|
2817
|
-
}
|
|
2818
|
-
|
|
2819
|
-
class UpdateAssessmentFrameworkShareCommand extends Command
|
|
2820
|
-
.classBuilder()
|
|
2821
|
-
.ep(commonParams)
|
|
2822
|
-
.m(function (Command, cs, config, o) {
|
|
2823
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2824
|
-
})
|
|
2825
|
-
.s("BedrockAssessmentManagerLambda", "UpdateAssessmentFrameworkShare", {})
|
|
2826
|
-
.n("AuditManagerClient", "UpdateAssessmentFrameworkShareCommand")
|
|
2827
|
-
.sc(UpdateAssessmentFrameworkShare$)
|
|
2828
|
-
.build() {
|
|
2829
|
-
}
|
|
2830
|
-
|
|
2831
|
-
class UpdateAssessmentStatusCommand extends Command
|
|
2832
|
-
.classBuilder()
|
|
2833
|
-
.ep(commonParams)
|
|
2834
|
-
.m(function (Command, cs, config, o) {
|
|
2835
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2836
|
-
})
|
|
2837
|
-
.s("BedrockAssessmentManagerLambda", "UpdateAssessmentStatus", {})
|
|
2838
|
-
.n("AuditManagerClient", "UpdateAssessmentStatusCommand")
|
|
2839
|
-
.sc(UpdateAssessmentStatus$)
|
|
2840
|
-
.build() {
|
|
2841
|
-
}
|
|
2842
|
-
|
|
2843
|
-
class UpdateControlCommand extends Command
|
|
2844
|
-
.classBuilder()
|
|
2845
|
-
.ep(commonParams)
|
|
2846
|
-
.m(function (Command, cs, config, o) {
|
|
2847
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2848
|
-
})
|
|
2849
|
-
.s("BedrockAssessmentManagerLambda", "UpdateControl", {})
|
|
2850
|
-
.n("AuditManagerClient", "UpdateControlCommand")
|
|
2851
|
-
.sc(UpdateControl$)
|
|
2852
|
-
.build() {
|
|
2853
|
-
}
|
|
2854
|
-
|
|
2855
|
-
class UpdateSettingsCommand extends Command
|
|
2856
|
-
.classBuilder()
|
|
2857
|
-
.ep(commonParams)
|
|
2858
|
-
.m(function (Command, cs, config, o) {
|
|
2859
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2860
|
-
})
|
|
2861
|
-
.s("BedrockAssessmentManagerLambda", "UpdateSettings", {})
|
|
2862
|
-
.n("AuditManagerClient", "UpdateSettingsCommand")
|
|
2863
|
-
.sc(UpdateSettings$)
|
|
2864
|
-
.build() {
|
|
2865
|
-
}
|
|
2866
|
-
|
|
2867
|
-
class ValidateAssessmentReportIntegrityCommand extends Command
|
|
2868
|
-
.classBuilder()
|
|
2869
|
-
.ep(commonParams)
|
|
2870
|
-
.m(function (Command, cs, config, o) {
|
|
2871
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2872
|
-
})
|
|
2873
|
-
.s("BedrockAssessmentManagerLambda", "ValidateAssessmentReportIntegrity", {})
|
|
2874
|
-
.n("AuditManagerClient", "ValidateAssessmentReportIntegrityCommand")
|
|
2875
|
-
.sc(ValidateAssessmentReportIntegrity$)
|
|
2876
|
-
.build() {
|
|
2137
|
+
const command = makeBuilder(commonParams, "BedrockAssessmentManagerLambda", "AuditManagerClient", getEndpointPlugin);
|
|
2138
|
+
const _ep0 = {};
|
|
2139
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2140
|
+
|
|
2141
|
+
class AssociateAssessmentReportEvidenceFolderCommand extends command(_ep0, _mw0, "AssociateAssessmentReportEvidenceFolder", AssociateAssessmentReportEvidenceFolder$) {
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
class BatchAssociateAssessmentReportEvidenceCommand extends command(_ep0, _mw0, "BatchAssociateAssessmentReportEvidence", BatchAssociateAssessmentReportEvidence$) {
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
class BatchCreateDelegationByAssessmentCommand extends command(_ep0, _mw0, "BatchCreateDelegationByAssessment", BatchCreateDelegationByAssessment$) {
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
class BatchDeleteDelegationByAssessmentCommand extends command(_ep0, _mw0, "BatchDeleteDelegationByAssessment", BatchDeleteDelegationByAssessment$) {
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
class BatchDisassociateAssessmentReportEvidenceCommand extends command(_ep0, _mw0, "BatchDisassociateAssessmentReportEvidence", BatchDisassociateAssessmentReportEvidence$) {
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
class BatchImportEvidenceToAssessmentControlCommand extends command(_ep0, _mw0, "BatchImportEvidenceToAssessmentControl", BatchImportEvidenceToAssessmentControl$) {
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2159
|
+
class CreateAssessmentCommand extends command(_ep0, _mw0, "CreateAssessment", CreateAssessment$) {
|
|
2160
|
+
}
|
|
2161
|
+
|
|
2162
|
+
class CreateAssessmentFrameworkCommand extends command(_ep0, _mw0, "CreateAssessmentFramework", CreateAssessmentFramework$) {
|
|
2163
|
+
}
|
|
2164
|
+
|
|
2165
|
+
class CreateAssessmentReportCommand extends command(_ep0, _mw0, "CreateAssessmentReport", CreateAssessmentReport$) {
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
class CreateControlCommand extends command(_ep0, _mw0, "CreateControl", CreateControl$) {
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
class DeleteAssessmentCommand extends command(_ep0, _mw0, "DeleteAssessment", DeleteAssessment$) {
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2174
|
+
class DeleteAssessmentFrameworkCommand extends command(_ep0, _mw0, "DeleteAssessmentFramework", DeleteAssessmentFramework$) {
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
class DeleteAssessmentFrameworkShareCommand extends command(_ep0, _mw0, "DeleteAssessmentFrameworkShare", DeleteAssessmentFrameworkShare$) {
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2180
|
+
class DeleteAssessmentReportCommand extends command(_ep0, _mw0, "DeleteAssessmentReport", DeleteAssessmentReport$) {
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2183
|
+
class DeleteControlCommand extends command(_ep0, _mw0, "DeleteControl", DeleteControl$) {
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
class DeregisterAccountCommand extends command(_ep0, _mw0, "DeregisterAccount", DeregisterAccount$) {
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
class DeregisterOrganizationAdminAccountCommand extends command(_ep0, _mw0, "DeregisterOrganizationAdminAccount", DeregisterOrganizationAdminAccount$) {
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
class DisassociateAssessmentReportEvidenceFolderCommand extends command(_ep0, _mw0, "DisassociateAssessmentReportEvidenceFolder", DisassociateAssessmentReportEvidenceFolder$) {
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
class GetAccountStatusCommand extends command(_ep0, _mw0, "GetAccountStatus", GetAccountStatus$) {
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
class GetAssessmentCommand extends command(_ep0, _mw0, "GetAssessment", GetAssessment$) {
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
class GetAssessmentFrameworkCommand extends command(_ep0, _mw0, "GetAssessmentFramework", GetAssessmentFramework$) {
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
class GetAssessmentReportUrlCommand extends command(_ep0, _mw0, "GetAssessmentReportUrl", GetAssessmentReportUrl$) {
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
class GetChangeLogsCommand extends command(_ep0, _mw0, "GetChangeLogs", GetChangeLogs$) {
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
class GetControlCommand extends command(_ep0, _mw0, "GetControl", GetControl$) {
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
class GetDelegationsCommand extends command(_ep0, _mw0, "GetDelegations", GetDelegations$) {
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
class GetEvidenceByEvidenceFolderCommand extends command(_ep0, _mw0, "GetEvidenceByEvidenceFolder", GetEvidenceByEvidenceFolder$) {
|
|
2217
|
+
}
|
|
2218
|
+
|
|
2219
|
+
class GetEvidenceCommand extends command(_ep0, _mw0, "GetEvidence", GetEvidence$) {
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
class GetEvidenceFileUploadUrlCommand extends command(_ep0, _mw0, "GetEvidenceFileUploadUrl", GetEvidenceFileUploadUrl$) {
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2225
|
+
class GetEvidenceFolderCommand extends command(_ep0, _mw0, "GetEvidenceFolder", GetEvidenceFolder$) {
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
class GetEvidenceFoldersByAssessmentCommand extends command(_ep0, _mw0, "GetEvidenceFoldersByAssessment", GetEvidenceFoldersByAssessment$) {
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
class GetEvidenceFoldersByAssessmentControlCommand extends command(_ep0, _mw0, "GetEvidenceFoldersByAssessmentControl", GetEvidenceFoldersByAssessmentControl$) {
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2234
|
+
class GetInsightsByAssessmentCommand extends command(_ep0, _mw0, "GetInsightsByAssessment", GetInsightsByAssessment$) {
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2237
|
+
class GetInsightsCommand extends command(_ep0, _mw0, "GetInsights", GetInsights$) {
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
class GetOrganizationAdminAccountCommand extends command(_ep0, _mw0, "GetOrganizationAdminAccount", GetOrganizationAdminAccount$) {
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
class GetServicesInScopeCommand extends command(_ep0, _mw0, "GetServicesInScope", GetServicesInScope$) {
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2246
|
+
class GetSettingsCommand extends command(_ep0, _mw0, "GetSettings", GetSettings$) {
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
class ListAssessmentControlInsightsByControlDomainCommand extends command(_ep0, _mw0, "ListAssessmentControlInsightsByControlDomain", ListAssessmentControlInsightsByControlDomain$) {
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
class ListAssessmentFrameworksCommand extends command(_ep0, _mw0, "ListAssessmentFrameworks", ListAssessmentFrameworks$) {
|
|
2253
|
+
}
|
|
2254
|
+
|
|
2255
|
+
class ListAssessmentFrameworkShareRequestsCommand extends command(_ep0, _mw0, "ListAssessmentFrameworkShareRequests", ListAssessmentFrameworkShareRequests$) {
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
class ListAssessmentReportsCommand extends command(_ep0, _mw0, "ListAssessmentReports", ListAssessmentReports$) {
|
|
2259
|
+
}
|
|
2260
|
+
|
|
2261
|
+
class ListAssessmentsCommand extends command(_ep0, _mw0, "ListAssessments", ListAssessments$) {
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
class ListControlDomainInsightsByAssessmentCommand extends command(_ep0, _mw0, "ListControlDomainInsightsByAssessment", ListControlDomainInsightsByAssessment$) {
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
class ListControlDomainInsightsCommand extends command(_ep0, _mw0, "ListControlDomainInsights", ListControlDomainInsights$) {
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
class ListControlInsightsByControlDomainCommand extends command(_ep0, _mw0, "ListControlInsightsByControlDomain", ListControlInsightsByControlDomain$) {
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2273
|
+
class ListControlsCommand extends command(_ep0, _mw0, "ListControls", ListControls$) {
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
class ListKeywordsForDataSourceCommand extends command(_ep0, _mw0, "ListKeywordsForDataSource", ListKeywordsForDataSource$) {
|
|
2277
|
+
}
|
|
2278
|
+
|
|
2279
|
+
class ListNotificationsCommand extends command(_ep0, _mw0, "ListNotifications", ListNotifications$) {
|
|
2280
|
+
}
|
|
2281
|
+
|
|
2282
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
class RegisterAccountCommand extends command(_ep0, _mw0, "RegisterAccount", RegisterAccount$) {
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
class RegisterOrganizationAdminAccountCommand extends command(_ep0, _mw0, "RegisterOrganizationAdminAccount", RegisterOrganizationAdminAccount$) {
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
class StartAssessmentFrameworkShareCommand extends command(_ep0, _mw0, "StartAssessmentFrameworkShare", StartAssessmentFrameworkShare$) {
|
|
2292
|
+
}
|
|
2293
|
+
|
|
2294
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2297
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
class UpdateAssessmentCommand extends command(_ep0, _mw0, "UpdateAssessment", UpdateAssessment$) {
|
|
2301
|
+
}
|
|
2302
|
+
|
|
2303
|
+
class UpdateAssessmentControlCommand extends command(_ep0, _mw0, "UpdateAssessmentControl", UpdateAssessmentControl$) {
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
class UpdateAssessmentControlSetStatusCommand extends command(_ep0, _mw0, "UpdateAssessmentControlSetStatus", UpdateAssessmentControlSetStatus$) {
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2309
|
+
class UpdateAssessmentFrameworkCommand extends command(_ep0, _mw0, "UpdateAssessmentFramework", UpdateAssessmentFramework$) {
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2312
|
+
class UpdateAssessmentFrameworkShareCommand extends command(_ep0, _mw0, "UpdateAssessmentFrameworkShare", UpdateAssessmentFrameworkShare$) {
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2315
|
+
class UpdateAssessmentStatusCommand extends command(_ep0, _mw0, "UpdateAssessmentStatus", UpdateAssessmentStatus$) {
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
class UpdateControlCommand extends command(_ep0, _mw0, "UpdateControl", UpdateControl$) {
|
|
2319
|
+
}
|
|
2320
|
+
|
|
2321
|
+
class UpdateSettingsCommand extends command(_ep0, _mw0, "UpdateSettings", UpdateSettings$) {
|
|
2322
|
+
}
|
|
2323
|
+
|
|
2324
|
+
class ValidateAssessmentReportIntegrityCommand extends command(_ep0, _mw0, "ValidateAssessmentReportIntegrity", ValidateAssessmentReportIntegrity$) {
|
|
2877
2325
|
}
|
|
2878
2326
|
|
|
2879
2327
|
const paginateGetChangeLogs = createPaginator(AuditManagerClient, GetChangeLogsCommand, "nextToken", "nextToken", "maxResults");
|