@aws-sdk/client-auditmanager 3.52.0 → 3.53.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 +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/AuditManagerServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +61 -4
- package/dist-cjs/protocols/Aws_restJson1.js +562 -2020
- package/dist-es/index.js +1 -0
- package/dist-es/models/AuditManagerServiceException.js +12 -0
- package/dist-es/models/models_0.js +54 -1
- package/dist-es/protocols/Aws_restJson1.js +1267 -2269
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/AuditManagerServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +30 -17
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/AuditManagerServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -17
- package/package.json +25 -25
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from AuditManager service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class AuditManagerServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { AuditManagerServiceException as __BaseException } from "./AuditManagerServiceException";
|
|
2
3
|
/**
|
|
3
4
|
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
4
5
|
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
5
6
|
*/
|
|
6
|
-
export
|
|
7
|
-
name: "AccessDeniedException";
|
|
8
|
-
$fault: "client";
|
|
9
|
-
|
|
7
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
8
|
+
readonly name: "AccessDeniedException";
|
|
9
|
+
readonly $fault: "client";
|
|
10
|
+
/**
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
13
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
10
14
|
}
|
|
11
15
|
export declare enum AccountStatus {
|
|
12
16
|
ACTIVE = "ACTIVE",
|
|
@@ -919,18 +923,20 @@ export declare namespace AssociateAssessmentReportEvidenceFolderResponse {
|
|
|
919
923
|
* <p> An internal service error occurred during the processing of your request. Try again
|
|
920
924
|
* later. </p>
|
|
921
925
|
*/
|
|
922
|
-
export
|
|
923
|
-
name: "InternalServerException";
|
|
924
|
-
$fault: "server";
|
|
925
|
-
|
|
926
|
+
export declare class InternalServerException extends __BaseException {
|
|
927
|
+
readonly name: "InternalServerException";
|
|
928
|
+
readonly $fault: "server";
|
|
929
|
+
/**
|
|
930
|
+
* @internal
|
|
931
|
+
*/
|
|
932
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
926
933
|
}
|
|
927
934
|
/**
|
|
928
935
|
* <p> The resource that's specified in the request can't be found. </p>
|
|
929
936
|
*/
|
|
930
|
-
export
|
|
931
|
-
name: "ResourceNotFoundException";
|
|
932
|
-
$fault: "client";
|
|
933
|
-
message: string | undefined;
|
|
937
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
938
|
+
readonly name: "ResourceNotFoundException";
|
|
939
|
+
readonly $fault: "client";
|
|
934
940
|
/**
|
|
935
941
|
* <p> The unique identifier for the resource. </p>
|
|
936
942
|
*/
|
|
@@ -939,6 +945,10 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
939
945
|
* <p> The type of resource that's affected by the error. </p>
|
|
940
946
|
*/
|
|
941
947
|
resourceType: string | undefined;
|
|
948
|
+
/**
|
|
949
|
+
* @internal
|
|
950
|
+
*/
|
|
951
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
942
952
|
}
|
|
943
953
|
/**
|
|
944
954
|
* <p> Indicates that the request has invalid or missing parameters for the field. </p>
|
|
@@ -968,10 +978,9 @@ export declare enum ValidationExceptionReason {
|
|
|
968
978
|
/**
|
|
969
979
|
* <p> The request has invalid or missing parameters. </p>
|
|
970
980
|
*/
|
|
971
|
-
export
|
|
972
|
-
name: "ValidationException";
|
|
973
|
-
$fault: "client";
|
|
974
|
-
message: string | undefined;
|
|
981
|
+
export declare class ValidationException extends __BaseException {
|
|
982
|
+
readonly name: "ValidationException";
|
|
983
|
+
readonly $fault: "client";
|
|
975
984
|
/**
|
|
976
985
|
* <p> The reason the request failed validation. </p>
|
|
977
986
|
*/
|
|
@@ -980,6 +989,10 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
|
|
|
980
989
|
* <p> The fields that caused the error, if applicable. </p>
|
|
981
990
|
*/
|
|
982
991
|
fields?: ValidationExceptionField[];
|
|
992
|
+
/**
|
|
993
|
+
* @internal
|
|
994
|
+
*/
|
|
995
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
983
996
|
}
|
|
984
997
|
export interface BatchAssociateAssessmentReportEvidenceRequest {
|
|
985
998
|
/**
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
|
|
3
|
+
export declare class AuditManagerServiceException extends __ServiceException {
|
|
4
|
+
|
|
5
|
+
constructor(options: __ServiceExceptionOptions);
|
|
6
|
+
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { AuditManagerServiceException as __BaseException } from "./AuditManagerServiceException";
|
|
2
3
|
|
|
3
|
-
export
|
|
4
|
-
name: "AccessDeniedException";
|
|
5
|
-
$fault: "client";
|
|
6
|
-
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
|
|
8
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
7
9
|
}
|
|
8
10
|
export declare enum AccountStatus {
|
|
9
11
|
ACTIVE = "ACTIVE",
|
|
@@ -504,20 +506,22 @@ export declare namespace AssociateAssessmentReportEvidenceFolderResponse {
|
|
|
504
506
|
const filterSensitiveLog: (obj: AssociateAssessmentReportEvidenceFolderResponse) => any;
|
|
505
507
|
}
|
|
506
508
|
|
|
507
|
-
export
|
|
508
|
-
name: "InternalServerException";
|
|
509
|
-
$fault: "server";
|
|
510
|
-
|
|
509
|
+
export declare class InternalServerException extends __BaseException {
|
|
510
|
+
readonly name: "InternalServerException";
|
|
511
|
+
readonly $fault: "server";
|
|
512
|
+
|
|
513
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
511
514
|
}
|
|
512
515
|
|
|
513
|
-
export
|
|
514
|
-
name: "ResourceNotFoundException";
|
|
515
|
-
$fault: "client";
|
|
516
|
-
message: string | undefined;
|
|
516
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
517
|
+
readonly name: "ResourceNotFoundException";
|
|
518
|
+
readonly $fault: "client";
|
|
517
519
|
|
|
518
520
|
resourceId: string | undefined;
|
|
519
521
|
|
|
520
522
|
resourceType: string | undefined;
|
|
523
|
+
|
|
524
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
521
525
|
}
|
|
522
526
|
|
|
523
527
|
export interface ValidationExceptionField {
|
|
@@ -537,14 +541,15 @@ export declare enum ValidationExceptionReason {
|
|
|
537
541
|
UNKNOWN_OPERATION = "unknownOperation"
|
|
538
542
|
}
|
|
539
543
|
|
|
540
|
-
export
|
|
541
|
-
name: "ValidationException";
|
|
542
|
-
$fault: "client";
|
|
543
|
-
message: string | undefined;
|
|
544
|
+
export declare class ValidationException extends __BaseException {
|
|
545
|
+
readonly name: "ValidationException";
|
|
546
|
+
readonly $fault: "client";
|
|
544
547
|
|
|
545
548
|
reason?: ValidationExceptionReason | string;
|
|
546
549
|
|
|
547
550
|
fields?: ValidationExceptionField[];
|
|
551
|
+
|
|
552
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
548
553
|
}
|
|
549
554
|
export interface BatchAssociateAssessmentReportEvidenceRequest {
|
|
550
555
|
|
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.53.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.53.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.53.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.53.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.53.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.53.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.53.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.53.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.53.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.53.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.53.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.53.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.53.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.53.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.53.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.53.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.53.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.53.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.53.0",
|
|
39
|
+
"@aws-sdk/types": "3.53.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.53.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.53.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.53.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.53.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.53.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
51
|
"tslib": "^2.3.0"
|