@aws-sdk/client-ssm 3.1086.0 → 3.1088.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 +8 -4
- package/dist-es/schemas/schemas_0.js +7 -3
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +8 -4
- package/dist-types/commands/CreateAssociationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/GetAutomationExecutionCommand.d.ts +10 -4
- package/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -1
- package/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartExecutionPreviewCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssociationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/SSM.d.ts +513 -642
- package/dist-types/ts3.4/SSMClient.d.ts +17 -36
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ValidateCloudConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +31 -62
- package/dist-types/ts3.4/models/errors.d.ts +115 -458
- package/dist-types/ts3.4/models/models_0.d.ts +6 -18
- package/dist-types/ts3.4/models/models_1.d.ts +7 -21
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +3 -5
- package/package.json +39 -39
|
@@ -4,17 +4,13 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
6
|
Message: string | undefined;
|
|
7
|
-
constructor(
|
|
8
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
-
);
|
|
7
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
10
8
|
}
|
|
11
9
|
export declare class InternalServerError extends __BaseException {
|
|
12
10
|
readonly name: "InternalServerError";
|
|
13
11
|
readonly $fault: "server";
|
|
14
12
|
Message?: string | undefined;
|
|
15
|
-
constructor(
|
|
16
|
-
opts: __ExceptionOptionType<InternalServerError, __BaseException>
|
|
17
|
-
);
|
|
13
|
+
constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
|
|
18
14
|
}
|
|
19
15
|
export declare class InvalidResourceId extends __BaseException {
|
|
20
16
|
readonly name: "InvalidResourceId";
|
|
@@ -24,9 +20,7 @@ export declare class InvalidResourceId extends __BaseException {
|
|
|
24
20
|
export declare class InvalidResourceType extends __BaseException {
|
|
25
21
|
readonly name: "InvalidResourceType";
|
|
26
22
|
readonly $fault: "client";
|
|
27
|
-
constructor(
|
|
28
|
-
opts: __ExceptionOptionType<InvalidResourceType, __BaseException>
|
|
29
|
-
);
|
|
23
|
+
constructor(opts: __ExceptionOptionType<InvalidResourceType, __BaseException>);
|
|
30
24
|
}
|
|
31
25
|
export declare class TooManyTagsError extends __BaseException {
|
|
32
26
|
readonly name: "TooManyTagsError";
|
|
@@ -43,29 +37,20 @@ export declare class AlreadyExistsException extends __BaseException {
|
|
|
43
37
|
readonly name: "AlreadyExistsException";
|
|
44
38
|
readonly $fault: "client";
|
|
45
39
|
Message?: string | undefined;
|
|
46
|
-
constructor(
|
|
47
|
-
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
48
|
-
);
|
|
40
|
+
constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
|
|
49
41
|
}
|
|
50
42
|
export declare class OpsItemConflictException extends __BaseException {
|
|
51
43
|
readonly name: "OpsItemConflictException";
|
|
52
44
|
readonly $fault: "client";
|
|
53
45
|
Message?: string | undefined;
|
|
54
|
-
constructor(
|
|
55
|
-
opts: __ExceptionOptionType<OpsItemConflictException, __BaseException>
|
|
56
|
-
);
|
|
46
|
+
constructor(opts: __ExceptionOptionType<OpsItemConflictException, __BaseException>);
|
|
57
47
|
}
|
|
58
48
|
export declare class OpsItemInvalidParameterException extends __BaseException {
|
|
59
49
|
readonly name: "OpsItemInvalidParameterException";
|
|
60
50
|
readonly $fault: "client";
|
|
61
51
|
ParameterNames?: string[] | undefined;
|
|
62
52
|
Message?: string | undefined;
|
|
63
|
-
constructor(
|
|
64
|
-
opts: __ExceptionOptionType<
|
|
65
|
-
OpsItemInvalidParameterException,
|
|
66
|
-
__BaseException
|
|
67
|
-
>
|
|
68
|
-
);
|
|
53
|
+
constructor(opts: __ExceptionOptionType<OpsItemInvalidParameterException, __BaseException>);
|
|
69
54
|
}
|
|
70
55
|
export declare class OpsItemLimitExceededException extends __BaseException {
|
|
71
56
|
readonly name: "OpsItemLimitExceededException";
|
|
@@ -74,17 +59,13 @@ export declare class OpsItemLimitExceededException extends __BaseException {
|
|
|
74
59
|
Limit?: number | undefined;
|
|
75
60
|
LimitType?: string | undefined;
|
|
76
61
|
Message?: string | undefined;
|
|
77
|
-
constructor(
|
|
78
|
-
opts: __ExceptionOptionType<OpsItemLimitExceededException, __BaseException>
|
|
79
|
-
);
|
|
62
|
+
constructor(opts: __ExceptionOptionType<OpsItemLimitExceededException, __BaseException>);
|
|
80
63
|
}
|
|
81
64
|
export declare class OpsItemNotFoundException extends __BaseException {
|
|
82
65
|
readonly name: "OpsItemNotFoundException";
|
|
83
66
|
readonly $fault: "client";
|
|
84
67
|
Message?: string | undefined;
|
|
85
|
-
constructor(
|
|
86
|
-
opts: __ExceptionOptionType<OpsItemNotFoundException, __BaseException>
|
|
87
|
-
);
|
|
68
|
+
constructor(opts: __ExceptionOptionType<OpsItemNotFoundException, __BaseException>);
|
|
88
69
|
}
|
|
89
70
|
export declare class OpsItemRelatedItemAlreadyExistsException extends __BaseException {
|
|
90
71
|
readonly name: "OpsItemRelatedItemAlreadyExistsException";
|
|
@@ -93,18 +74,13 @@ export declare class OpsItemRelatedItemAlreadyExistsException extends __BaseExce
|
|
|
93
74
|
ResourceUri?: string | undefined;
|
|
94
75
|
OpsItemId?: string | undefined;
|
|
95
76
|
constructor(
|
|
96
|
-
opts: __ExceptionOptionType<
|
|
97
|
-
OpsItemRelatedItemAlreadyExistsException,
|
|
98
|
-
__BaseException
|
|
99
|
-
>
|
|
77
|
+
opts: __ExceptionOptionType<OpsItemRelatedItemAlreadyExistsException, __BaseException>,
|
|
100
78
|
);
|
|
101
79
|
}
|
|
102
80
|
export declare class DuplicateInstanceId extends __BaseException {
|
|
103
81
|
readonly name: "DuplicateInstanceId";
|
|
104
82
|
readonly $fault: "client";
|
|
105
|
-
constructor(
|
|
106
|
-
opts: __ExceptionOptionType<DuplicateInstanceId, __BaseException>
|
|
107
|
-
);
|
|
83
|
+
constructor(opts: __ExceptionOptionType<DuplicateInstanceId, __BaseException>);
|
|
108
84
|
}
|
|
109
85
|
export declare class InvalidCommandId extends __BaseException {
|
|
110
86
|
readonly name: "InvalidCommandId";
|
|
@@ -121,9 +97,7 @@ export declare class DoesNotExistException extends __BaseException {
|
|
|
121
97
|
readonly name: "DoesNotExistException";
|
|
122
98
|
readonly $fault: "client";
|
|
123
99
|
Message?: string | undefined;
|
|
124
|
-
constructor(
|
|
125
|
-
opts: __ExceptionOptionType<DoesNotExistException, __BaseException>
|
|
126
|
-
);
|
|
100
|
+
constructor(opts: __ExceptionOptionType<DoesNotExistException, __BaseException>);
|
|
127
101
|
}
|
|
128
102
|
export declare class InvalidParameters extends __BaseException {
|
|
129
103
|
readonly name: "InvalidParameters";
|
|
@@ -134,16 +108,12 @@ export declare class InvalidParameters extends __BaseException {
|
|
|
134
108
|
export declare class AssociationAlreadyExists extends __BaseException {
|
|
135
109
|
readonly name: "AssociationAlreadyExists";
|
|
136
110
|
readonly $fault: "client";
|
|
137
|
-
constructor(
|
|
138
|
-
opts: __ExceptionOptionType<AssociationAlreadyExists, __BaseException>
|
|
139
|
-
);
|
|
111
|
+
constructor(opts: __ExceptionOptionType<AssociationAlreadyExists, __BaseException>);
|
|
140
112
|
}
|
|
141
113
|
export declare class AssociationLimitExceeded extends __BaseException {
|
|
142
114
|
readonly name: "AssociationLimitExceeded";
|
|
143
115
|
readonly $fault: "client";
|
|
144
|
-
constructor(
|
|
145
|
-
opts: __ExceptionOptionType<AssociationLimitExceeded, __BaseException>
|
|
146
|
-
);
|
|
116
|
+
constructor(opts: __ExceptionOptionType<AssociationLimitExceeded, __BaseException>);
|
|
147
117
|
}
|
|
148
118
|
export declare class InvalidDocument extends __BaseException {
|
|
149
119
|
readonly name: "InvalidDocument";
|
|
@@ -155,16 +125,12 @@ export declare class InvalidDocumentVersion extends __BaseException {
|
|
|
155
125
|
readonly name: "InvalidDocumentVersion";
|
|
156
126
|
readonly $fault: "client";
|
|
157
127
|
Message?: string | undefined;
|
|
158
|
-
constructor(
|
|
159
|
-
opts: __ExceptionOptionType<InvalidDocumentVersion, __BaseException>
|
|
160
|
-
);
|
|
128
|
+
constructor(opts: __ExceptionOptionType<InvalidDocumentVersion, __BaseException>);
|
|
161
129
|
}
|
|
162
130
|
export declare class InvalidOutputLocation extends __BaseException {
|
|
163
131
|
readonly name: "InvalidOutputLocation";
|
|
164
132
|
readonly $fault: "client";
|
|
165
|
-
constructor(
|
|
166
|
-
opts: __ExceptionOptionType<InvalidOutputLocation, __BaseException>
|
|
167
|
-
);
|
|
133
|
+
constructor(opts: __ExceptionOptionType<InvalidOutputLocation, __BaseException>);
|
|
168
134
|
}
|
|
169
135
|
export declare class InvalidSchedule extends __BaseException {
|
|
170
136
|
readonly name: "InvalidSchedule";
|
|
@@ -194,9 +160,7 @@ export declare class UnsupportedPlatformType extends __BaseException {
|
|
|
194
160
|
readonly name: "UnsupportedPlatformType";
|
|
195
161
|
readonly $fault: "client";
|
|
196
162
|
Message?: string | undefined;
|
|
197
|
-
constructor(
|
|
198
|
-
opts: __ExceptionOptionType<UnsupportedPlatformType, __BaseException>
|
|
199
|
-
);
|
|
163
|
+
constructor(opts: __ExceptionOptionType<UnsupportedPlatformType, __BaseException>);
|
|
200
164
|
}
|
|
201
165
|
export declare class ConflictException extends __BaseException {
|
|
202
166
|
readonly name: "ConflictException";
|
|
@@ -212,162 +176,107 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
212
176
|
ResourceType?: string | undefined;
|
|
213
177
|
QuotaCode: string | undefined;
|
|
214
178
|
ServiceCode: string | undefined;
|
|
215
|
-
constructor(
|
|
216
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
217
|
-
);
|
|
179
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
218
180
|
}
|
|
219
181
|
export declare class DocumentAlreadyExists extends __BaseException {
|
|
220
182
|
readonly name: "DocumentAlreadyExists";
|
|
221
183
|
readonly $fault: "client";
|
|
222
184
|
Message?: string | undefined;
|
|
223
|
-
constructor(
|
|
224
|
-
opts: __ExceptionOptionType<DocumentAlreadyExists, __BaseException>
|
|
225
|
-
);
|
|
185
|
+
constructor(opts: __ExceptionOptionType<DocumentAlreadyExists, __BaseException>);
|
|
226
186
|
}
|
|
227
187
|
export declare class DocumentLimitExceeded extends __BaseException {
|
|
228
188
|
readonly name: "DocumentLimitExceeded";
|
|
229
189
|
readonly $fault: "client";
|
|
230
190
|
Message?: string | undefined;
|
|
231
|
-
constructor(
|
|
232
|
-
opts: __ExceptionOptionType<DocumentLimitExceeded, __BaseException>
|
|
233
|
-
);
|
|
191
|
+
constructor(opts: __ExceptionOptionType<DocumentLimitExceeded, __BaseException>);
|
|
234
192
|
}
|
|
235
193
|
export declare class InvalidDocumentContent extends __BaseException {
|
|
236
194
|
readonly name: "InvalidDocumentContent";
|
|
237
195
|
readonly $fault: "client";
|
|
238
196
|
Message?: string | undefined;
|
|
239
|
-
constructor(
|
|
240
|
-
opts: __ExceptionOptionType<InvalidDocumentContent, __BaseException>
|
|
241
|
-
);
|
|
197
|
+
constructor(opts: __ExceptionOptionType<InvalidDocumentContent, __BaseException>);
|
|
242
198
|
}
|
|
243
199
|
export declare class InvalidDocumentSchemaVersion extends __BaseException {
|
|
244
200
|
readonly name: "InvalidDocumentSchemaVersion";
|
|
245
201
|
readonly $fault: "client";
|
|
246
202
|
Message?: string | undefined;
|
|
247
|
-
constructor(
|
|
248
|
-
opts: __ExceptionOptionType<InvalidDocumentSchemaVersion, __BaseException>
|
|
249
|
-
);
|
|
203
|
+
constructor(opts: __ExceptionOptionType<InvalidDocumentSchemaVersion, __BaseException>);
|
|
250
204
|
}
|
|
251
205
|
export declare class MaxDocumentSizeExceeded extends __BaseException {
|
|
252
206
|
readonly name: "MaxDocumentSizeExceeded";
|
|
253
207
|
readonly $fault: "client";
|
|
254
208
|
Message?: string | undefined;
|
|
255
|
-
constructor(
|
|
256
|
-
opts: __ExceptionOptionType<MaxDocumentSizeExceeded, __BaseException>
|
|
257
|
-
);
|
|
209
|
+
constructor(opts: __ExceptionOptionType<MaxDocumentSizeExceeded, __BaseException>);
|
|
258
210
|
}
|
|
259
211
|
export declare class NoLongerSupportedException extends __BaseException {
|
|
260
212
|
readonly name: "NoLongerSupportedException";
|
|
261
213
|
readonly $fault: "client";
|
|
262
214
|
Message?: string | undefined;
|
|
263
|
-
constructor(
|
|
264
|
-
opts: __ExceptionOptionType<NoLongerSupportedException, __BaseException>
|
|
265
|
-
);
|
|
215
|
+
constructor(opts: __ExceptionOptionType<NoLongerSupportedException, __BaseException>);
|
|
266
216
|
}
|
|
267
217
|
export declare class IdempotentParameterMismatch extends __BaseException {
|
|
268
218
|
readonly name: "IdempotentParameterMismatch";
|
|
269
219
|
readonly $fault: "client";
|
|
270
220
|
Message?: string | undefined;
|
|
271
|
-
constructor(
|
|
272
|
-
opts: __ExceptionOptionType<IdempotentParameterMismatch, __BaseException>
|
|
273
|
-
);
|
|
221
|
+
constructor(opts: __ExceptionOptionType<IdempotentParameterMismatch, __BaseException>);
|
|
274
222
|
}
|
|
275
223
|
export declare class ResourceLimitExceededException extends __BaseException {
|
|
276
224
|
readonly name: "ResourceLimitExceededException";
|
|
277
225
|
readonly $fault: "client";
|
|
278
226
|
Message?: string | undefined;
|
|
279
|
-
constructor(
|
|
280
|
-
opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
|
|
281
|
-
);
|
|
227
|
+
constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
|
|
282
228
|
}
|
|
283
229
|
export declare class OpsItemAccessDeniedException extends __BaseException {
|
|
284
230
|
readonly name: "OpsItemAccessDeniedException";
|
|
285
231
|
readonly $fault: "client";
|
|
286
232
|
Message?: string | undefined;
|
|
287
|
-
constructor(
|
|
288
|
-
opts: __ExceptionOptionType<OpsItemAccessDeniedException, __BaseException>
|
|
289
|
-
);
|
|
233
|
+
constructor(opts: __ExceptionOptionType<OpsItemAccessDeniedException, __BaseException>);
|
|
290
234
|
}
|
|
291
235
|
export declare class OpsItemAlreadyExistsException extends __BaseException {
|
|
292
236
|
readonly name: "OpsItemAlreadyExistsException";
|
|
293
237
|
readonly $fault: "client";
|
|
294
238
|
Message?: string | undefined;
|
|
295
239
|
OpsItemId?: string | undefined;
|
|
296
|
-
constructor(
|
|
297
|
-
opts: __ExceptionOptionType<OpsItemAlreadyExistsException, __BaseException>
|
|
298
|
-
);
|
|
240
|
+
constructor(opts: __ExceptionOptionType<OpsItemAlreadyExistsException, __BaseException>);
|
|
299
241
|
}
|
|
300
242
|
export declare class OpsMetadataAlreadyExistsException extends __BaseException {
|
|
301
243
|
readonly name: "OpsMetadataAlreadyExistsException";
|
|
302
244
|
readonly $fault: "client";
|
|
303
|
-
constructor(
|
|
304
|
-
opts: __ExceptionOptionType<
|
|
305
|
-
OpsMetadataAlreadyExistsException,
|
|
306
|
-
__BaseException
|
|
307
|
-
>
|
|
308
|
-
);
|
|
245
|
+
constructor(opts: __ExceptionOptionType<OpsMetadataAlreadyExistsException, __BaseException>);
|
|
309
246
|
}
|
|
310
247
|
export declare class OpsMetadataInvalidArgumentException extends __BaseException {
|
|
311
248
|
readonly name: "OpsMetadataInvalidArgumentException";
|
|
312
249
|
readonly $fault: "client";
|
|
313
|
-
constructor(
|
|
314
|
-
opts: __ExceptionOptionType<
|
|
315
|
-
OpsMetadataInvalidArgumentException,
|
|
316
|
-
__BaseException
|
|
317
|
-
>
|
|
318
|
-
);
|
|
250
|
+
constructor(opts: __ExceptionOptionType<OpsMetadataInvalidArgumentException, __BaseException>);
|
|
319
251
|
}
|
|
320
252
|
export declare class OpsMetadataLimitExceededException extends __BaseException {
|
|
321
253
|
readonly name: "OpsMetadataLimitExceededException";
|
|
322
254
|
readonly $fault: "client";
|
|
323
|
-
constructor(
|
|
324
|
-
opts: __ExceptionOptionType<
|
|
325
|
-
OpsMetadataLimitExceededException,
|
|
326
|
-
__BaseException
|
|
327
|
-
>
|
|
328
|
-
);
|
|
255
|
+
constructor(opts: __ExceptionOptionType<OpsMetadataLimitExceededException, __BaseException>);
|
|
329
256
|
}
|
|
330
257
|
export declare class OpsMetadataTooManyUpdatesException extends __BaseException {
|
|
331
258
|
readonly name: "OpsMetadataTooManyUpdatesException";
|
|
332
259
|
readonly $fault: "client";
|
|
333
|
-
constructor(
|
|
334
|
-
opts: __ExceptionOptionType<
|
|
335
|
-
OpsMetadataTooManyUpdatesException,
|
|
336
|
-
__BaseException
|
|
337
|
-
>
|
|
338
|
-
);
|
|
260
|
+
constructor(opts: __ExceptionOptionType<OpsMetadataTooManyUpdatesException, __BaseException>);
|
|
339
261
|
}
|
|
340
262
|
export declare class ResourceDataSyncAlreadyExistsException extends __BaseException {
|
|
341
263
|
readonly name: "ResourceDataSyncAlreadyExistsException";
|
|
342
264
|
readonly $fault: "client";
|
|
343
265
|
SyncName?: string | undefined;
|
|
344
|
-
constructor(
|
|
345
|
-
opts: __ExceptionOptionType<
|
|
346
|
-
ResourceDataSyncAlreadyExistsException,
|
|
347
|
-
__BaseException
|
|
348
|
-
>
|
|
349
|
-
);
|
|
266
|
+
constructor(opts: __ExceptionOptionType<ResourceDataSyncAlreadyExistsException, __BaseException>);
|
|
350
267
|
}
|
|
351
268
|
export declare class ResourceDataSyncCountExceededException extends __BaseException {
|
|
352
269
|
readonly name: "ResourceDataSyncCountExceededException";
|
|
353
270
|
readonly $fault: "client";
|
|
354
271
|
Message?: string | undefined;
|
|
355
|
-
constructor(
|
|
356
|
-
opts: __ExceptionOptionType<
|
|
357
|
-
ResourceDataSyncCountExceededException,
|
|
358
|
-
__BaseException
|
|
359
|
-
>
|
|
360
|
-
);
|
|
272
|
+
constructor(opts: __ExceptionOptionType<ResourceDataSyncCountExceededException, __BaseException>);
|
|
361
273
|
}
|
|
362
274
|
export declare class ResourceDataSyncInvalidConfigurationException extends __BaseException {
|
|
363
275
|
readonly name: "ResourceDataSyncInvalidConfigurationException";
|
|
364
276
|
readonly $fault: "client";
|
|
365
277
|
Message?: string | undefined;
|
|
366
278
|
constructor(
|
|
367
|
-
opts: __ExceptionOptionType<
|
|
368
|
-
ResourceDataSyncInvalidConfigurationException,
|
|
369
|
-
__BaseException
|
|
370
|
-
>
|
|
279
|
+
opts: __ExceptionOptionType<ResourceDataSyncInvalidConfigurationException, __BaseException>,
|
|
371
280
|
);
|
|
372
281
|
}
|
|
373
282
|
export declare class InvalidActivation extends __BaseException {
|
|
@@ -380,85 +289,61 @@ export declare class InvalidActivationId extends __BaseException {
|
|
|
380
289
|
readonly name: "InvalidActivationId";
|
|
381
290
|
readonly $fault: "client";
|
|
382
291
|
Message?: string | undefined;
|
|
383
|
-
constructor(
|
|
384
|
-
opts: __ExceptionOptionType<InvalidActivationId, __BaseException>
|
|
385
|
-
);
|
|
292
|
+
constructor(opts: __ExceptionOptionType<InvalidActivationId, __BaseException>);
|
|
386
293
|
}
|
|
387
294
|
export declare class AssociationDoesNotExist extends __BaseException {
|
|
388
295
|
readonly name: "AssociationDoesNotExist";
|
|
389
296
|
readonly $fault: "client";
|
|
390
297
|
Message?: string | undefined;
|
|
391
|
-
constructor(
|
|
392
|
-
opts: __ExceptionOptionType<AssociationDoesNotExist, __BaseException>
|
|
393
|
-
);
|
|
298
|
+
constructor(opts: __ExceptionOptionType<AssociationDoesNotExist, __BaseException>);
|
|
394
299
|
}
|
|
395
300
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
396
301
|
readonly name: "ResourceNotFoundException";
|
|
397
302
|
readonly $fault: "client";
|
|
398
303
|
Message?: string | undefined;
|
|
399
|
-
constructor(
|
|
400
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
401
|
-
);
|
|
304
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
402
305
|
}
|
|
403
306
|
export declare class AssociatedInstances extends __BaseException {
|
|
404
307
|
readonly name: "AssociatedInstances";
|
|
405
308
|
readonly $fault: "client";
|
|
406
|
-
constructor(
|
|
407
|
-
opts: __ExceptionOptionType<AssociatedInstances, __BaseException>
|
|
408
|
-
);
|
|
309
|
+
constructor(opts: __ExceptionOptionType<AssociatedInstances, __BaseException>);
|
|
409
310
|
}
|
|
410
311
|
export declare class InvalidDocumentOperation extends __BaseException {
|
|
411
312
|
readonly name: "InvalidDocumentOperation";
|
|
412
313
|
readonly $fault: "client";
|
|
413
314
|
Message?: string | undefined;
|
|
414
|
-
constructor(
|
|
415
|
-
opts: __ExceptionOptionType<InvalidDocumentOperation, __BaseException>
|
|
416
|
-
);
|
|
315
|
+
constructor(opts: __ExceptionOptionType<InvalidDocumentOperation, __BaseException>);
|
|
417
316
|
}
|
|
418
317
|
export declare class InvalidDeleteInventoryParametersException extends __BaseException {
|
|
419
318
|
readonly name: "InvalidDeleteInventoryParametersException";
|
|
420
319
|
readonly $fault: "client";
|
|
421
320
|
Message?: string | undefined;
|
|
422
321
|
constructor(
|
|
423
|
-
opts: __ExceptionOptionType<
|
|
424
|
-
InvalidDeleteInventoryParametersException,
|
|
425
|
-
__BaseException
|
|
426
|
-
>
|
|
322
|
+
opts: __ExceptionOptionType<InvalidDeleteInventoryParametersException, __BaseException>,
|
|
427
323
|
);
|
|
428
324
|
}
|
|
429
325
|
export declare class InvalidInventoryRequestException extends __BaseException {
|
|
430
326
|
readonly name: "InvalidInventoryRequestException";
|
|
431
327
|
readonly $fault: "client";
|
|
432
328
|
Message?: string | undefined;
|
|
433
|
-
constructor(
|
|
434
|
-
opts: __ExceptionOptionType<
|
|
435
|
-
InvalidInventoryRequestException,
|
|
436
|
-
__BaseException
|
|
437
|
-
>
|
|
438
|
-
);
|
|
329
|
+
constructor(opts: __ExceptionOptionType<InvalidInventoryRequestException, __BaseException>);
|
|
439
330
|
}
|
|
440
331
|
export declare class InvalidOptionException extends __BaseException {
|
|
441
332
|
readonly name: "InvalidOptionException";
|
|
442
333
|
readonly $fault: "client";
|
|
443
334
|
Message?: string | undefined;
|
|
444
|
-
constructor(
|
|
445
|
-
opts: __ExceptionOptionType<InvalidOptionException, __BaseException>
|
|
446
|
-
);
|
|
335
|
+
constructor(opts: __ExceptionOptionType<InvalidOptionException, __BaseException>);
|
|
447
336
|
}
|
|
448
337
|
export declare class InvalidTypeNameException extends __BaseException {
|
|
449
338
|
readonly name: "InvalidTypeNameException";
|
|
450
339
|
readonly $fault: "client";
|
|
451
340
|
Message?: string | undefined;
|
|
452
|
-
constructor(
|
|
453
|
-
opts: __ExceptionOptionType<InvalidTypeNameException, __BaseException>
|
|
454
|
-
);
|
|
341
|
+
constructor(opts: __ExceptionOptionType<InvalidTypeNameException, __BaseException>);
|
|
455
342
|
}
|
|
456
343
|
export declare class OpsMetadataNotFoundException extends __BaseException {
|
|
457
344
|
readonly name: "OpsMetadataNotFoundException";
|
|
458
345
|
readonly $fault: "client";
|
|
459
|
-
constructor(
|
|
460
|
-
opts: __ExceptionOptionType<OpsMetadataNotFoundException, __BaseException>
|
|
461
|
-
);
|
|
346
|
+
constructor(opts: __ExceptionOptionType<OpsMetadataNotFoundException, __BaseException>);
|
|
462
347
|
}
|
|
463
348
|
export declare class ParameterNotFound extends __BaseException {
|
|
464
349
|
readonly name: "ParameterNotFound";
|
|
@@ -469,9 +354,7 @@ export declare class ResourceInUseException extends __BaseException {
|
|
|
469
354
|
readonly name: "ResourceInUseException";
|
|
470
355
|
readonly $fault: "client";
|
|
471
356
|
Message?: string | undefined;
|
|
472
|
-
constructor(
|
|
473
|
-
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
474
|
-
);
|
|
357
|
+
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
475
358
|
}
|
|
476
359
|
export declare class ResourceDataSyncNotFoundException extends __BaseException {
|
|
477
360
|
readonly name: "ResourceDataSyncNotFoundException";
|
|
@@ -479,34 +362,21 @@ export declare class ResourceDataSyncNotFoundException extends __BaseException {
|
|
|
479
362
|
SyncName?: string | undefined;
|
|
480
363
|
SyncType?: string | undefined;
|
|
481
364
|
Message?: string | undefined;
|
|
482
|
-
constructor(
|
|
483
|
-
opts: __ExceptionOptionType<
|
|
484
|
-
ResourceDataSyncNotFoundException,
|
|
485
|
-
__BaseException
|
|
486
|
-
>
|
|
487
|
-
);
|
|
365
|
+
constructor(opts: __ExceptionOptionType<ResourceDataSyncNotFoundException, __BaseException>);
|
|
488
366
|
}
|
|
489
367
|
export declare class MalformedResourcePolicyDocumentException extends __BaseException {
|
|
490
368
|
readonly name: "MalformedResourcePolicyDocumentException";
|
|
491
369
|
readonly $fault: "client";
|
|
492
370
|
Message?: string | undefined;
|
|
493
371
|
constructor(
|
|
494
|
-
opts: __ExceptionOptionType<
|
|
495
|
-
MalformedResourcePolicyDocumentException,
|
|
496
|
-
__BaseException
|
|
497
|
-
>
|
|
372
|
+
opts: __ExceptionOptionType<MalformedResourcePolicyDocumentException, __BaseException>,
|
|
498
373
|
);
|
|
499
374
|
}
|
|
500
375
|
export declare class ResourcePolicyConflictException extends __BaseException {
|
|
501
376
|
readonly name: "ResourcePolicyConflictException";
|
|
502
377
|
readonly $fault: "client";
|
|
503
378
|
Message?: string | undefined;
|
|
504
|
-
constructor(
|
|
505
|
-
opts: __ExceptionOptionType<
|
|
506
|
-
ResourcePolicyConflictException,
|
|
507
|
-
__BaseException
|
|
508
|
-
>
|
|
509
|
-
);
|
|
379
|
+
constructor(opts: __ExceptionOptionType<ResourcePolicyConflictException, __BaseException>);
|
|
510
380
|
}
|
|
511
381
|
export declare class ResourcePolicyInvalidParameterException extends __BaseException {
|
|
512
382
|
readonly name: "ResourcePolicyInvalidParameterException";
|
|
@@ -514,30 +384,20 @@ export declare class ResourcePolicyInvalidParameterException extends __BaseExcep
|
|
|
514
384
|
ParameterNames?: string[] | undefined;
|
|
515
385
|
Message?: string | undefined;
|
|
516
386
|
constructor(
|
|
517
|
-
opts: __ExceptionOptionType<
|
|
518
|
-
ResourcePolicyInvalidParameterException,
|
|
519
|
-
__BaseException
|
|
520
|
-
>
|
|
387
|
+
opts: __ExceptionOptionType<ResourcePolicyInvalidParameterException, __BaseException>,
|
|
521
388
|
);
|
|
522
389
|
}
|
|
523
390
|
export declare class ResourcePolicyNotFoundException extends __BaseException {
|
|
524
391
|
readonly name: "ResourcePolicyNotFoundException";
|
|
525
392
|
readonly $fault: "client";
|
|
526
393
|
Message?: string | undefined;
|
|
527
|
-
constructor(
|
|
528
|
-
opts: __ExceptionOptionType<
|
|
529
|
-
ResourcePolicyNotFoundException,
|
|
530
|
-
__BaseException
|
|
531
|
-
>
|
|
532
|
-
);
|
|
394
|
+
constructor(opts: __ExceptionOptionType<ResourcePolicyNotFoundException, __BaseException>);
|
|
533
395
|
}
|
|
534
396
|
export declare class TargetInUseException extends __BaseException {
|
|
535
397
|
readonly name: "TargetInUseException";
|
|
536
398
|
readonly $fault: "client";
|
|
537
399
|
Message?: string | undefined;
|
|
538
|
-
constructor(
|
|
539
|
-
opts: __ExceptionOptionType<TargetInUseException, __BaseException>
|
|
540
|
-
);
|
|
400
|
+
constructor(opts: __ExceptionOptionType<TargetInUseException, __BaseException>);
|
|
541
401
|
}
|
|
542
402
|
export declare class InvalidFilter extends __BaseException {
|
|
543
403
|
readonly name: "InvalidFilter";
|
|
@@ -555,20 +415,13 @@ export declare class InvalidAssociationVersion extends __BaseException {
|
|
|
555
415
|
readonly name: "InvalidAssociationVersion";
|
|
556
416
|
readonly $fault: "client";
|
|
557
417
|
Message?: string | undefined;
|
|
558
|
-
constructor(
|
|
559
|
-
opts: __ExceptionOptionType<InvalidAssociationVersion, __BaseException>
|
|
560
|
-
);
|
|
418
|
+
constructor(opts: __ExceptionOptionType<InvalidAssociationVersion, __BaseException>);
|
|
561
419
|
}
|
|
562
420
|
export declare class AssociationExecutionDoesNotExist extends __BaseException {
|
|
563
421
|
readonly name: "AssociationExecutionDoesNotExist";
|
|
564
422
|
readonly $fault: "client";
|
|
565
423
|
Message?: string | undefined;
|
|
566
|
-
constructor(
|
|
567
|
-
opts: __ExceptionOptionType<
|
|
568
|
-
AssociationExecutionDoesNotExist,
|
|
569
|
-
__BaseException
|
|
570
|
-
>
|
|
571
|
-
);
|
|
424
|
+
constructor(opts: __ExceptionOptionType<AssociationExecutionDoesNotExist, __BaseException>);
|
|
572
425
|
}
|
|
573
426
|
export declare class InvalidFilterKey extends __BaseException {
|
|
574
427
|
readonly name: "InvalidFilterKey";
|
|
@@ -585,73 +438,47 @@ export declare class AutomationExecutionNotFoundException extends __BaseExceptio
|
|
|
585
438
|
readonly name: "AutomationExecutionNotFoundException";
|
|
586
439
|
readonly $fault: "client";
|
|
587
440
|
Message?: string | undefined;
|
|
588
|
-
constructor(
|
|
589
|
-
opts: __ExceptionOptionType<
|
|
590
|
-
AutomationExecutionNotFoundException,
|
|
591
|
-
__BaseException
|
|
592
|
-
>
|
|
593
|
-
);
|
|
441
|
+
constructor(opts: __ExceptionOptionType<AutomationExecutionNotFoundException, __BaseException>);
|
|
594
442
|
}
|
|
595
443
|
export declare class InvalidPermissionType extends __BaseException {
|
|
596
444
|
readonly name: "InvalidPermissionType";
|
|
597
445
|
readonly $fault: "client";
|
|
598
446
|
Message?: string | undefined;
|
|
599
|
-
constructor(
|
|
600
|
-
opts: __ExceptionOptionType<InvalidPermissionType, __BaseException>
|
|
601
|
-
);
|
|
447
|
+
constructor(opts: __ExceptionOptionType<InvalidPermissionType, __BaseException>);
|
|
602
448
|
}
|
|
603
449
|
export declare class UnsupportedOperatingSystem extends __BaseException {
|
|
604
450
|
readonly name: "UnsupportedOperatingSystem";
|
|
605
451
|
readonly $fault: "client";
|
|
606
452
|
Message?: string | undefined;
|
|
607
|
-
constructor(
|
|
608
|
-
opts: __ExceptionOptionType<UnsupportedOperatingSystem, __BaseException>
|
|
609
|
-
);
|
|
453
|
+
constructor(opts: __ExceptionOptionType<UnsupportedOperatingSystem, __BaseException>);
|
|
610
454
|
}
|
|
611
455
|
export declare class InvalidInstanceInformationFilterValue extends __BaseException {
|
|
612
456
|
readonly name: "InvalidInstanceInformationFilterValue";
|
|
613
457
|
readonly $fault: "client";
|
|
614
|
-
constructor(
|
|
615
|
-
opts: __ExceptionOptionType<
|
|
616
|
-
InvalidInstanceInformationFilterValue,
|
|
617
|
-
__BaseException
|
|
618
|
-
>
|
|
619
|
-
);
|
|
458
|
+
constructor(opts: __ExceptionOptionType<InvalidInstanceInformationFilterValue, __BaseException>);
|
|
620
459
|
}
|
|
621
460
|
export declare class InvalidInstancePropertyFilterValue extends __BaseException {
|
|
622
461
|
readonly name: "InvalidInstancePropertyFilterValue";
|
|
623
462
|
readonly $fault: "client";
|
|
624
|
-
constructor(
|
|
625
|
-
opts: __ExceptionOptionType<
|
|
626
|
-
InvalidInstancePropertyFilterValue,
|
|
627
|
-
__BaseException
|
|
628
|
-
>
|
|
629
|
-
);
|
|
463
|
+
constructor(opts: __ExceptionOptionType<InvalidInstancePropertyFilterValue, __BaseException>);
|
|
630
464
|
}
|
|
631
465
|
export declare class InvalidDeletionIdException extends __BaseException {
|
|
632
466
|
readonly name: "InvalidDeletionIdException";
|
|
633
467
|
readonly $fault: "client";
|
|
634
468
|
Message?: string | undefined;
|
|
635
|
-
constructor(
|
|
636
|
-
opts: __ExceptionOptionType<InvalidDeletionIdException, __BaseException>
|
|
637
|
-
);
|
|
469
|
+
constructor(opts: __ExceptionOptionType<InvalidDeletionIdException, __BaseException>);
|
|
638
470
|
}
|
|
639
471
|
export declare class InvalidFilterOption extends __BaseException {
|
|
640
472
|
readonly name: "InvalidFilterOption";
|
|
641
473
|
readonly $fault: "client";
|
|
642
|
-
constructor(
|
|
643
|
-
opts: __ExceptionOptionType<InvalidFilterOption, __BaseException>
|
|
644
|
-
);
|
|
474
|
+
constructor(opts: __ExceptionOptionType<InvalidFilterOption, __BaseException>);
|
|
645
475
|
}
|
|
646
476
|
export declare class OpsItemRelatedItemAssociationNotFoundException extends __BaseException {
|
|
647
477
|
readonly name: "OpsItemRelatedItemAssociationNotFoundException";
|
|
648
478
|
readonly $fault: "client";
|
|
649
479
|
Message?: string | undefined;
|
|
650
480
|
constructor(
|
|
651
|
-
opts: __ExceptionOptionType<
|
|
652
|
-
OpsItemRelatedItemAssociationNotFoundException,
|
|
653
|
-
__BaseException
|
|
654
|
-
>
|
|
481
|
+
opts: __ExceptionOptionType<OpsItemRelatedItemAssociationNotFoundException, __BaseException>,
|
|
655
482
|
);
|
|
656
483
|
}
|
|
657
484
|
export declare class ThrottlingException extends __BaseException {
|
|
@@ -660,34 +487,26 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
660
487
|
Message: string | undefined;
|
|
661
488
|
QuotaCode?: string | undefined;
|
|
662
489
|
ServiceCode?: string | undefined;
|
|
663
|
-
constructor(
|
|
664
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
665
|
-
);
|
|
490
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
666
491
|
}
|
|
667
492
|
export declare class ValidationException extends __BaseException {
|
|
668
493
|
readonly name: "ValidationException";
|
|
669
494
|
readonly $fault: "client";
|
|
670
495
|
Message?: string | undefined;
|
|
671
496
|
ReasonCode?: string | undefined;
|
|
672
|
-
constructor(
|
|
673
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
674
|
-
);
|
|
497
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
675
498
|
}
|
|
676
499
|
export declare class InvalidDocumentType extends __BaseException {
|
|
677
500
|
readonly name: "InvalidDocumentType";
|
|
678
501
|
readonly $fault: "client";
|
|
679
502
|
Message?: string | undefined;
|
|
680
|
-
constructor(
|
|
681
|
-
opts: __ExceptionOptionType<InvalidDocumentType, __BaseException>
|
|
682
|
-
);
|
|
503
|
+
constructor(opts: __ExceptionOptionType<InvalidDocumentType, __BaseException>);
|
|
683
504
|
}
|
|
684
505
|
export declare class UnsupportedCalendarException extends __BaseException {
|
|
685
506
|
readonly name: "UnsupportedCalendarException";
|
|
686
507
|
readonly $fault: "client";
|
|
687
508
|
Message?: string | undefined;
|
|
688
|
-
constructor(
|
|
689
|
-
opts: __ExceptionOptionType<UnsupportedCalendarException, __BaseException>
|
|
690
|
-
);
|
|
509
|
+
constructor(opts: __ExceptionOptionType<UnsupportedCalendarException, __BaseException>);
|
|
691
510
|
}
|
|
692
511
|
export declare class InvalidPluginName extends __BaseException {
|
|
693
512
|
readonly name: "InvalidPluginName";
|
|
@@ -697,47 +516,31 @@ export declare class InvalidPluginName extends __BaseException {
|
|
|
697
516
|
export declare class InvocationDoesNotExist extends __BaseException {
|
|
698
517
|
readonly name: "InvocationDoesNotExist";
|
|
699
518
|
readonly $fault: "client";
|
|
700
|
-
constructor(
|
|
701
|
-
opts: __ExceptionOptionType<InvocationDoesNotExist, __BaseException>
|
|
702
|
-
);
|
|
519
|
+
constructor(opts: __ExceptionOptionType<InvocationDoesNotExist, __BaseException>);
|
|
703
520
|
}
|
|
704
521
|
export declare class UnsupportedFeatureRequiredException extends __BaseException {
|
|
705
522
|
readonly name: "UnsupportedFeatureRequiredException";
|
|
706
523
|
readonly $fault: "client";
|
|
707
524
|
Message?: string | undefined;
|
|
708
|
-
constructor(
|
|
709
|
-
opts: __ExceptionOptionType<
|
|
710
|
-
UnsupportedFeatureRequiredException,
|
|
711
|
-
__BaseException
|
|
712
|
-
>
|
|
713
|
-
);
|
|
525
|
+
constructor(opts: __ExceptionOptionType<UnsupportedFeatureRequiredException, __BaseException>);
|
|
714
526
|
}
|
|
715
527
|
export declare class InvalidAggregatorException extends __BaseException {
|
|
716
528
|
readonly name: "InvalidAggregatorException";
|
|
717
529
|
readonly $fault: "client";
|
|
718
530
|
Message?: string | undefined;
|
|
719
|
-
constructor(
|
|
720
|
-
opts: __ExceptionOptionType<InvalidAggregatorException, __BaseException>
|
|
721
|
-
);
|
|
531
|
+
constructor(opts: __ExceptionOptionType<InvalidAggregatorException, __BaseException>);
|
|
722
532
|
}
|
|
723
533
|
export declare class InvalidInventoryGroupException extends __BaseException {
|
|
724
534
|
readonly name: "InvalidInventoryGroupException";
|
|
725
535
|
readonly $fault: "client";
|
|
726
536
|
Message?: string | undefined;
|
|
727
|
-
constructor(
|
|
728
|
-
opts: __ExceptionOptionType<InvalidInventoryGroupException, __BaseException>
|
|
729
|
-
);
|
|
537
|
+
constructor(opts: __ExceptionOptionType<InvalidInventoryGroupException, __BaseException>);
|
|
730
538
|
}
|
|
731
539
|
export declare class InvalidResultAttributeException extends __BaseException {
|
|
732
540
|
readonly name: "InvalidResultAttributeException";
|
|
733
541
|
readonly $fault: "client";
|
|
734
542
|
Message?: string | undefined;
|
|
735
|
-
constructor(
|
|
736
|
-
opts: __ExceptionOptionType<
|
|
737
|
-
InvalidResultAttributeException,
|
|
738
|
-
__BaseException
|
|
739
|
-
>
|
|
740
|
-
);
|
|
543
|
+
constructor(opts: __ExceptionOptionType<InvalidResultAttributeException, __BaseException>);
|
|
741
544
|
}
|
|
742
545
|
export declare class InvalidKeyId extends __BaseException {
|
|
743
546
|
readonly name: "InvalidKeyId";
|
|
@@ -747,53 +550,37 @@ export declare class InvalidKeyId extends __BaseException {
|
|
|
747
550
|
export declare class ParameterVersionNotFound extends __BaseException {
|
|
748
551
|
readonly name: "ParameterVersionNotFound";
|
|
749
552
|
readonly $fault: "client";
|
|
750
|
-
constructor(
|
|
751
|
-
opts: __ExceptionOptionType<ParameterVersionNotFound, __BaseException>
|
|
752
|
-
);
|
|
553
|
+
constructor(opts: __ExceptionOptionType<ParameterVersionNotFound, __BaseException>);
|
|
753
554
|
}
|
|
754
555
|
export declare class ServiceSettingNotFound extends __BaseException {
|
|
755
556
|
readonly name: "ServiceSettingNotFound";
|
|
756
557
|
readonly $fault: "client";
|
|
757
558
|
Message?: string | undefined;
|
|
758
|
-
constructor(
|
|
759
|
-
opts: __ExceptionOptionType<ServiceSettingNotFound, __BaseException>
|
|
760
|
-
);
|
|
559
|
+
constructor(opts: __ExceptionOptionType<ServiceSettingNotFound, __BaseException>);
|
|
761
560
|
}
|
|
762
561
|
export declare class ParameterVersionLabelLimitExceeded extends __BaseException {
|
|
763
562
|
readonly name: "ParameterVersionLabelLimitExceeded";
|
|
764
563
|
readonly $fault: "client";
|
|
765
|
-
constructor(
|
|
766
|
-
opts: __ExceptionOptionType<
|
|
767
|
-
ParameterVersionLabelLimitExceeded,
|
|
768
|
-
__BaseException
|
|
769
|
-
>
|
|
770
|
-
);
|
|
564
|
+
constructor(opts: __ExceptionOptionType<ParameterVersionLabelLimitExceeded, __BaseException>);
|
|
771
565
|
}
|
|
772
566
|
export declare class UnsupportedOperationException extends __BaseException {
|
|
773
567
|
readonly name: "UnsupportedOperationException";
|
|
774
568
|
readonly $fault: "client";
|
|
775
569
|
Message?: string | undefined;
|
|
776
|
-
constructor(
|
|
777
|
-
opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
|
|
778
|
-
);
|
|
570
|
+
constructor(opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>);
|
|
779
571
|
}
|
|
780
572
|
export declare class DocumentPermissionLimit extends __BaseException {
|
|
781
573
|
readonly name: "DocumentPermissionLimit";
|
|
782
574
|
readonly $fault: "client";
|
|
783
575
|
Message?: string | undefined;
|
|
784
|
-
constructor(
|
|
785
|
-
opts: __ExceptionOptionType<DocumentPermissionLimit, __BaseException>
|
|
786
|
-
);
|
|
576
|
+
constructor(opts: __ExceptionOptionType<DocumentPermissionLimit, __BaseException>);
|
|
787
577
|
}
|
|
788
578
|
export declare class ComplianceTypeCountLimitExceededException extends __BaseException {
|
|
789
579
|
readonly name: "ComplianceTypeCountLimitExceededException";
|
|
790
580
|
readonly $fault: "client";
|
|
791
581
|
Message?: string | undefined;
|
|
792
582
|
constructor(
|
|
793
|
-
opts: __ExceptionOptionType<
|
|
794
|
-
ComplianceTypeCountLimitExceededException,
|
|
795
|
-
__BaseException
|
|
796
|
-
>
|
|
583
|
+
opts: __ExceptionOptionType<ComplianceTypeCountLimitExceededException, __BaseException>,
|
|
797
584
|
);
|
|
798
585
|
}
|
|
799
586
|
export declare class InvalidItemContentException extends __BaseException {
|
|
@@ -801,71 +588,47 @@ export declare class InvalidItemContentException extends __BaseException {
|
|
|
801
588
|
readonly $fault: "client";
|
|
802
589
|
TypeName?: string | undefined;
|
|
803
590
|
Message?: string | undefined;
|
|
804
|
-
constructor(
|
|
805
|
-
opts: __ExceptionOptionType<InvalidItemContentException, __BaseException>
|
|
806
|
-
);
|
|
591
|
+
constructor(opts: __ExceptionOptionType<InvalidItemContentException, __BaseException>);
|
|
807
592
|
}
|
|
808
593
|
export declare class ItemSizeLimitExceededException extends __BaseException {
|
|
809
594
|
readonly name: "ItemSizeLimitExceededException";
|
|
810
595
|
readonly $fault: "client";
|
|
811
596
|
TypeName?: string | undefined;
|
|
812
597
|
Message?: string | undefined;
|
|
813
|
-
constructor(
|
|
814
|
-
opts: __ExceptionOptionType<ItemSizeLimitExceededException, __BaseException>
|
|
815
|
-
);
|
|
598
|
+
constructor(opts: __ExceptionOptionType<ItemSizeLimitExceededException, __BaseException>);
|
|
816
599
|
}
|
|
817
600
|
export declare class TotalSizeLimitExceededException extends __BaseException {
|
|
818
601
|
readonly name: "TotalSizeLimitExceededException";
|
|
819
602
|
readonly $fault: "client";
|
|
820
603
|
Message?: string | undefined;
|
|
821
|
-
constructor(
|
|
822
|
-
opts: __ExceptionOptionType<
|
|
823
|
-
TotalSizeLimitExceededException,
|
|
824
|
-
__BaseException
|
|
825
|
-
>
|
|
826
|
-
);
|
|
604
|
+
constructor(opts: __ExceptionOptionType<TotalSizeLimitExceededException, __BaseException>);
|
|
827
605
|
}
|
|
828
606
|
export declare class CustomSchemaCountLimitExceededException extends __BaseException {
|
|
829
607
|
readonly name: "CustomSchemaCountLimitExceededException";
|
|
830
608
|
readonly $fault: "client";
|
|
831
609
|
Message?: string | undefined;
|
|
832
610
|
constructor(
|
|
833
|
-
opts: __ExceptionOptionType<
|
|
834
|
-
CustomSchemaCountLimitExceededException,
|
|
835
|
-
__BaseException
|
|
836
|
-
>
|
|
611
|
+
opts: __ExceptionOptionType<CustomSchemaCountLimitExceededException, __BaseException>,
|
|
837
612
|
);
|
|
838
613
|
}
|
|
839
614
|
export declare class InvalidInventoryItemContextException extends __BaseException {
|
|
840
615
|
readonly name: "InvalidInventoryItemContextException";
|
|
841
616
|
readonly $fault: "client";
|
|
842
617
|
Message?: string | undefined;
|
|
843
|
-
constructor(
|
|
844
|
-
opts: __ExceptionOptionType<
|
|
845
|
-
InvalidInventoryItemContextException,
|
|
846
|
-
__BaseException
|
|
847
|
-
>
|
|
848
|
-
);
|
|
618
|
+
constructor(opts: __ExceptionOptionType<InvalidInventoryItemContextException, __BaseException>);
|
|
849
619
|
}
|
|
850
620
|
export declare class ItemContentMismatchException extends __BaseException {
|
|
851
621
|
readonly name: "ItemContentMismatchException";
|
|
852
622
|
readonly $fault: "client";
|
|
853
623
|
TypeName?: string | undefined;
|
|
854
624
|
Message?: string | undefined;
|
|
855
|
-
constructor(
|
|
856
|
-
opts: __ExceptionOptionType<ItemContentMismatchException, __BaseException>
|
|
857
|
-
);
|
|
625
|
+
constructor(opts: __ExceptionOptionType<ItemContentMismatchException, __BaseException>);
|
|
858
626
|
}
|
|
859
627
|
export declare class SubTypeCountLimitExceededException extends __BaseException {
|
|
860
628
|
readonly name: "SubTypeCountLimitExceededException";
|
|
861
629
|
readonly $fault: "client";
|
|
862
630
|
Message?: string | undefined;
|
|
863
|
-
constructor(
|
|
864
|
-
opts: __ExceptionOptionType<
|
|
865
|
-
SubTypeCountLimitExceededException,
|
|
866
|
-
__BaseException
|
|
867
|
-
>
|
|
868
|
-
);
|
|
631
|
+
constructor(opts: __ExceptionOptionType<SubTypeCountLimitExceededException, __BaseException>);
|
|
869
632
|
}
|
|
870
633
|
export declare class UnsupportedInventoryItemContextException extends __BaseException {
|
|
871
634
|
readonly name: "UnsupportedInventoryItemContextException";
|
|
@@ -873,10 +636,7 @@ export declare class UnsupportedInventoryItemContextException extends __BaseExce
|
|
|
873
636
|
TypeName?: string | undefined;
|
|
874
637
|
Message?: string | undefined;
|
|
875
638
|
constructor(
|
|
876
|
-
opts: __ExceptionOptionType<
|
|
877
|
-
UnsupportedInventoryItemContextException,
|
|
878
|
-
__BaseException
|
|
879
|
-
>
|
|
639
|
+
opts: __ExceptionOptionType<UnsupportedInventoryItemContextException, __BaseException>,
|
|
880
640
|
);
|
|
881
641
|
}
|
|
882
642
|
export declare class UnsupportedInventorySchemaVersionException extends __BaseException {
|
|
@@ -884,107 +644,68 @@ export declare class UnsupportedInventorySchemaVersionException extends __BaseEx
|
|
|
884
644
|
readonly $fault: "client";
|
|
885
645
|
Message?: string | undefined;
|
|
886
646
|
constructor(
|
|
887
|
-
opts: __ExceptionOptionType<
|
|
888
|
-
UnsupportedInventorySchemaVersionException,
|
|
889
|
-
__BaseException
|
|
890
|
-
>
|
|
647
|
+
opts: __ExceptionOptionType<UnsupportedInventorySchemaVersionException, __BaseException>,
|
|
891
648
|
);
|
|
892
649
|
}
|
|
893
650
|
export declare class HierarchyLevelLimitExceededException extends __BaseException {
|
|
894
651
|
readonly name: "HierarchyLevelLimitExceededException";
|
|
895
652
|
readonly $fault: "client";
|
|
896
|
-
constructor(
|
|
897
|
-
opts: __ExceptionOptionType<
|
|
898
|
-
HierarchyLevelLimitExceededException,
|
|
899
|
-
__BaseException
|
|
900
|
-
>
|
|
901
|
-
);
|
|
653
|
+
constructor(opts: __ExceptionOptionType<HierarchyLevelLimitExceededException, __BaseException>);
|
|
902
654
|
}
|
|
903
655
|
export declare class HierarchyTypeMismatchException extends __BaseException {
|
|
904
656
|
readonly name: "HierarchyTypeMismatchException";
|
|
905
657
|
readonly $fault: "client";
|
|
906
|
-
constructor(
|
|
907
|
-
opts: __ExceptionOptionType<HierarchyTypeMismatchException, __BaseException>
|
|
908
|
-
);
|
|
658
|
+
constructor(opts: __ExceptionOptionType<HierarchyTypeMismatchException, __BaseException>);
|
|
909
659
|
}
|
|
910
660
|
export declare class IncompatiblePolicyException extends __BaseException {
|
|
911
661
|
readonly name: "IncompatiblePolicyException";
|
|
912
662
|
readonly $fault: "client";
|
|
913
|
-
constructor(
|
|
914
|
-
opts: __ExceptionOptionType<IncompatiblePolicyException, __BaseException>
|
|
915
|
-
);
|
|
663
|
+
constructor(opts: __ExceptionOptionType<IncompatiblePolicyException, __BaseException>);
|
|
916
664
|
}
|
|
917
665
|
export declare class InvalidAllowedPatternException extends __BaseException {
|
|
918
666
|
readonly name: "InvalidAllowedPatternException";
|
|
919
667
|
readonly $fault: "client";
|
|
920
|
-
constructor(
|
|
921
|
-
opts: __ExceptionOptionType<InvalidAllowedPatternException, __BaseException>
|
|
922
|
-
);
|
|
668
|
+
constructor(opts: __ExceptionOptionType<InvalidAllowedPatternException, __BaseException>);
|
|
923
669
|
}
|
|
924
670
|
export declare class InvalidPolicyAttributeException extends __BaseException {
|
|
925
671
|
readonly name: "InvalidPolicyAttributeException";
|
|
926
672
|
readonly $fault: "client";
|
|
927
|
-
constructor(
|
|
928
|
-
opts: __ExceptionOptionType<
|
|
929
|
-
InvalidPolicyAttributeException,
|
|
930
|
-
__BaseException
|
|
931
|
-
>
|
|
932
|
-
);
|
|
673
|
+
constructor(opts: __ExceptionOptionType<InvalidPolicyAttributeException, __BaseException>);
|
|
933
674
|
}
|
|
934
675
|
export declare class InvalidPolicyTypeException extends __BaseException {
|
|
935
676
|
readonly name: "InvalidPolicyTypeException";
|
|
936
677
|
readonly $fault: "client";
|
|
937
|
-
constructor(
|
|
938
|
-
opts: __ExceptionOptionType<InvalidPolicyTypeException, __BaseException>
|
|
939
|
-
);
|
|
678
|
+
constructor(opts: __ExceptionOptionType<InvalidPolicyTypeException, __BaseException>);
|
|
940
679
|
}
|
|
941
680
|
export declare class ParameterAlreadyExists extends __BaseException {
|
|
942
681
|
readonly name: "ParameterAlreadyExists";
|
|
943
682
|
readonly $fault: "client";
|
|
944
|
-
constructor(
|
|
945
|
-
opts: __ExceptionOptionType<ParameterAlreadyExists, __BaseException>
|
|
946
|
-
);
|
|
683
|
+
constructor(opts: __ExceptionOptionType<ParameterAlreadyExists, __BaseException>);
|
|
947
684
|
}
|
|
948
685
|
export declare class ParameterLimitExceeded extends __BaseException {
|
|
949
686
|
readonly name: "ParameterLimitExceeded";
|
|
950
687
|
readonly $fault: "client";
|
|
951
|
-
constructor(
|
|
952
|
-
opts: __ExceptionOptionType<ParameterLimitExceeded, __BaseException>
|
|
953
|
-
);
|
|
688
|
+
constructor(opts: __ExceptionOptionType<ParameterLimitExceeded, __BaseException>);
|
|
954
689
|
}
|
|
955
690
|
export declare class ParameterMaxVersionLimitExceeded extends __BaseException {
|
|
956
691
|
readonly name: "ParameterMaxVersionLimitExceeded";
|
|
957
692
|
readonly $fault: "client";
|
|
958
|
-
constructor(
|
|
959
|
-
opts: __ExceptionOptionType<
|
|
960
|
-
ParameterMaxVersionLimitExceeded,
|
|
961
|
-
__BaseException
|
|
962
|
-
>
|
|
963
|
-
);
|
|
693
|
+
constructor(opts: __ExceptionOptionType<ParameterMaxVersionLimitExceeded, __BaseException>);
|
|
964
694
|
}
|
|
965
695
|
export declare class ParameterPatternMismatchException extends __BaseException {
|
|
966
696
|
readonly name: "ParameterPatternMismatchException";
|
|
967
697
|
readonly $fault: "client";
|
|
968
|
-
constructor(
|
|
969
|
-
opts: __ExceptionOptionType<
|
|
970
|
-
ParameterPatternMismatchException,
|
|
971
|
-
__BaseException
|
|
972
|
-
>
|
|
973
|
-
);
|
|
698
|
+
constructor(opts: __ExceptionOptionType<ParameterPatternMismatchException, __BaseException>);
|
|
974
699
|
}
|
|
975
700
|
export declare class PoliciesLimitExceededException extends __BaseException {
|
|
976
701
|
readonly name: "PoliciesLimitExceededException";
|
|
977
702
|
readonly $fault: "client";
|
|
978
|
-
constructor(
|
|
979
|
-
opts: __ExceptionOptionType<PoliciesLimitExceededException, __BaseException>
|
|
980
|
-
);
|
|
703
|
+
constructor(opts: __ExceptionOptionType<PoliciesLimitExceededException, __BaseException>);
|
|
981
704
|
}
|
|
982
705
|
export declare class UnsupportedParameterType extends __BaseException {
|
|
983
706
|
readonly name: "UnsupportedParameterType";
|
|
984
707
|
readonly $fault: "client";
|
|
985
|
-
constructor(
|
|
986
|
-
opts: __ExceptionOptionType<UnsupportedParameterType, __BaseException>
|
|
987
|
-
);
|
|
708
|
+
constructor(opts: __ExceptionOptionType<UnsupportedParameterType, __BaseException>);
|
|
988
709
|
}
|
|
989
710
|
export declare class ResourcePolicyLimitExceededException extends __BaseException {
|
|
990
711
|
readonly name: "ResourcePolicyLimitExceededException";
|
|
@@ -992,57 +713,36 @@ export declare class ResourcePolicyLimitExceededException extends __BaseExceptio
|
|
|
992
713
|
Limit?: number | undefined;
|
|
993
714
|
LimitType?: string | undefined;
|
|
994
715
|
Message?: string | undefined;
|
|
995
|
-
constructor(
|
|
996
|
-
opts: __ExceptionOptionType<
|
|
997
|
-
ResourcePolicyLimitExceededException,
|
|
998
|
-
__BaseException
|
|
999
|
-
>
|
|
1000
|
-
);
|
|
716
|
+
constructor(opts: __ExceptionOptionType<ResourcePolicyLimitExceededException, __BaseException>);
|
|
1001
717
|
}
|
|
1002
718
|
export declare class FeatureNotAvailableException extends __BaseException {
|
|
1003
719
|
readonly name: "FeatureNotAvailableException";
|
|
1004
720
|
readonly $fault: "client";
|
|
1005
721
|
Message?: string | undefined;
|
|
1006
|
-
constructor(
|
|
1007
|
-
opts: __ExceptionOptionType<FeatureNotAvailableException, __BaseException>
|
|
1008
|
-
);
|
|
722
|
+
constructor(opts: __ExceptionOptionType<FeatureNotAvailableException, __BaseException>);
|
|
1009
723
|
}
|
|
1010
724
|
export declare class AutomationStepNotFoundException extends __BaseException {
|
|
1011
725
|
readonly name: "AutomationStepNotFoundException";
|
|
1012
726
|
readonly $fault: "client";
|
|
1013
727
|
Message?: string | undefined;
|
|
1014
|
-
constructor(
|
|
1015
|
-
opts: __ExceptionOptionType<
|
|
1016
|
-
AutomationStepNotFoundException,
|
|
1017
|
-
__BaseException
|
|
1018
|
-
>
|
|
1019
|
-
);
|
|
728
|
+
constructor(opts: __ExceptionOptionType<AutomationStepNotFoundException, __BaseException>);
|
|
1020
729
|
}
|
|
1021
730
|
export declare class InvalidAutomationSignalException extends __BaseException {
|
|
1022
731
|
readonly name: "InvalidAutomationSignalException";
|
|
1023
732
|
readonly $fault: "client";
|
|
1024
733
|
Message?: string | undefined;
|
|
1025
|
-
constructor(
|
|
1026
|
-
opts: __ExceptionOptionType<
|
|
1027
|
-
InvalidAutomationSignalException,
|
|
1028
|
-
__BaseException
|
|
1029
|
-
>
|
|
1030
|
-
);
|
|
734
|
+
constructor(opts: __ExceptionOptionType<InvalidAutomationSignalException, __BaseException>);
|
|
1031
735
|
}
|
|
1032
736
|
export declare class InvalidNotificationConfig extends __BaseException {
|
|
1033
737
|
readonly name: "InvalidNotificationConfig";
|
|
1034
738
|
readonly $fault: "client";
|
|
1035
739
|
Message?: string | undefined;
|
|
1036
|
-
constructor(
|
|
1037
|
-
opts: __ExceptionOptionType<InvalidNotificationConfig, __BaseException>
|
|
1038
|
-
);
|
|
740
|
+
constructor(opts: __ExceptionOptionType<InvalidNotificationConfig, __BaseException>);
|
|
1039
741
|
}
|
|
1040
742
|
export declare class InvalidOutputFolder extends __BaseException {
|
|
1041
743
|
readonly name: "InvalidOutputFolder";
|
|
1042
744
|
readonly $fault: "client";
|
|
1043
|
-
constructor(
|
|
1044
|
-
opts: __ExceptionOptionType<InvalidOutputFolder, __BaseException>
|
|
1045
|
-
);
|
|
745
|
+
constructor(opts: __ExceptionOptionType<InvalidOutputFolder, __BaseException>);
|
|
1046
746
|
}
|
|
1047
747
|
export declare class InvalidRole extends __BaseException {
|
|
1048
748
|
readonly name: "InvalidRole";
|
|
@@ -1060,22 +760,14 @@ export declare class AutomationDefinitionNotFoundException extends __BaseExcepti
|
|
|
1060
760
|
readonly name: "AutomationDefinitionNotFoundException";
|
|
1061
761
|
readonly $fault: "client";
|
|
1062
762
|
Message?: string | undefined;
|
|
1063
|
-
constructor(
|
|
1064
|
-
opts: __ExceptionOptionType<
|
|
1065
|
-
AutomationDefinitionNotFoundException,
|
|
1066
|
-
__BaseException
|
|
1067
|
-
>
|
|
1068
|
-
);
|
|
763
|
+
constructor(opts: __ExceptionOptionType<AutomationDefinitionNotFoundException, __BaseException>);
|
|
1069
764
|
}
|
|
1070
765
|
export declare class AutomationDefinitionVersionNotFoundException extends __BaseException {
|
|
1071
766
|
readonly name: "AutomationDefinitionVersionNotFoundException";
|
|
1072
767
|
readonly $fault: "client";
|
|
1073
768
|
Message?: string | undefined;
|
|
1074
769
|
constructor(
|
|
1075
|
-
opts: __ExceptionOptionType<
|
|
1076
|
-
AutomationDefinitionVersionNotFoundException,
|
|
1077
|
-
__BaseException
|
|
1078
|
-
>
|
|
770
|
+
opts: __ExceptionOptionType<AutomationDefinitionVersionNotFoundException, __BaseException>,
|
|
1079
771
|
);
|
|
1080
772
|
}
|
|
1081
773
|
export declare class AutomationExecutionLimitExceededException extends __BaseException {
|
|
@@ -1083,10 +775,7 @@ export declare class AutomationExecutionLimitExceededException extends __BaseExc
|
|
|
1083
775
|
readonly $fault: "client";
|
|
1084
776
|
Message?: string | undefined;
|
|
1085
777
|
constructor(
|
|
1086
|
-
opts: __ExceptionOptionType<
|
|
1087
|
-
AutomationExecutionLimitExceededException,
|
|
1088
|
-
__BaseException
|
|
1089
|
-
>
|
|
778
|
+
opts: __ExceptionOptionType<AutomationExecutionLimitExceededException, __BaseException>,
|
|
1090
779
|
);
|
|
1091
780
|
}
|
|
1092
781
|
export declare class InvalidAutomationExecutionParametersException extends __BaseException {
|
|
@@ -1094,10 +783,7 @@ export declare class InvalidAutomationExecutionParametersException extends __Bas
|
|
|
1094
783
|
readonly $fault: "client";
|
|
1095
784
|
Message?: string | undefined;
|
|
1096
785
|
constructor(
|
|
1097
|
-
opts: __ExceptionOptionType<
|
|
1098
|
-
InvalidAutomationExecutionParametersException,
|
|
1099
|
-
__BaseException
|
|
1100
|
-
>
|
|
786
|
+
opts: __ExceptionOptionType<InvalidAutomationExecutionParametersException, __BaseException>,
|
|
1101
787
|
);
|
|
1102
788
|
}
|
|
1103
789
|
export declare class AutomationDefinitionNotApprovedException extends __BaseException {
|
|
@@ -1105,10 +791,7 @@ export declare class AutomationDefinitionNotApprovedException extends __BaseExce
|
|
|
1105
791
|
readonly $fault: "client";
|
|
1106
792
|
Message?: string | undefined;
|
|
1107
793
|
constructor(
|
|
1108
|
-
opts: __ExceptionOptionType<
|
|
1109
|
-
AutomationDefinitionNotApprovedException,
|
|
1110
|
-
__BaseException
|
|
1111
|
-
>
|
|
794
|
+
opts: __ExceptionOptionType<AutomationDefinitionNotApprovedException, __BaseException>,
|
|
1112
795
|
);
|
|
1113
796
|
}
|
|
1114
797
|
export declare class TargetNotConnected extends __BaseException {
|
|
@@ -1121,23 +804,13 @@ export declare class InvalidAutomationStatusUpdateException extends __BaseExcept
|
|
|
1121
804
|
readonly name: "InvalidAutomationStatusUpdateException";
|
|
1122
805
|
readonly $fault: "client";
|
|
1123
806
|
Message?: string | undefined;
|
|
1124
|
-
constructor(
|
|
1125
|
-
opts: __ExceptionOptionType<
|
|
1126
|
-
InvalidAutomationStatusUpdateException,
|
|
1127
|
-
__BaseException
|
|
1128
|
-
>
|
|
1129
|
-
);
|
|
807
|
+
constructor(opts: __ExceptionOptionType<InvalidAutomationStatusUpdateException, __BaseException>);
|
|
1130
808
|
}
|
|
1131
809
|
export declare class AssociationVersionLimitExceeded extends __BaseException {
|
|
1132
810
|
readonly name: "AssociationVersionLimitExceeded";
|
|
1133
811
|
readonly $fault: "client";
|
|
1134
812
|
Message?: string | undefined;
|
|
1135
|
-
constructor(
|
|
1136
|
-
opts: __ExceptionOptionType<
|
|
1137
|
-
AssociationVersionLimitExceeded,
|
|
1138
|
-
__BaseException
|
|
1139
|
-
>
|
|
1140
|
-
);
|
|
813
|
+
constructor(opts: __ExceptionOptionType<AssociationVersionLimitExceeded, __BaseException>);
|
|
1141
814
|
}
|
|
1142
815
|
export declare class InvalidUpdate extends __BaseException {
|
|
1143
816
|
readonly name: "InvalidUpdate";
|
|
@@ -1154,44 +827,28 @@ export declare class DocumentVersionLimitExceeded extends __BaseException {
|
|
|
1154
827
|
readonly name: "DocumentVersionLimitExceeded";
|
|
1155
828
|
readonly $fault: "client";
|
|
1156
829
|
Message?: string | undefined;
|
|
1157
|
-
constructor(
|
|
1158
|
-
opts: __ExceptionOptionType<DocumentVersionLimitExceeded, __BaseException>
|
|
1159
|
-
);
|
|
830
|
+
constructor(opts: __ExceptionOptionType<DocumentVersionLimitExceeded, __BaseException>);
|
|
1160
831
|
}
|
|
1161
832
|
export declare class DuplicateDocumentContent extends __BaseException {
|
|
1162
833
|
readonly name: "DuplicateDocumentContent";
|
|
1163
834
|
readonly $fault: "client";
|
|
1164
835
|
Message?: string | undefined;
|
|
1165
|
-
constructor(
|
|
1166
|
-
opts: __ExceptionOptionType<DuplicateDocumentContent, __BaseException>
|
|
1167
|
-
);
|
|
836
|
+
constructor(opts: __ExceptionOptionType<DuplicateDocumentContent, __BaseException>);
|
|
1168
837
|
}
|
|
1169
838
|
export declare class DuplicateDocumentVersionName extends __BaseException {
|
|
1170
839
|
readonly name: "DuplicateDocumentVersionName";
|
|
1171
840
|
readonly $fault: "client";
|
|
1172
841
|
Message?: string | undefined;
|
|
1173
|
-
constructor(
|
|
1174
|
-
opts: __ExceptionOptionType<DuplicateDocumentVersionName, __BaseException>
|
|
1175
|
-
);
|
|
842
|
+
constructor(opts: __ExceptionOptionType<DuplicateDocumentVersionName, __BaseException>);
|
|
1176
843
|
}
|
|
1177
844
|
export declare class OpsMetadataKeyLimitExceededException extends __BaseException {
|
|
1178
845
|
readonly name: "OpsMetadataKeyLimitExceededException";
|
|
1179
846
|
readonly $fault: "client";
|
|
1180
|
-
constructor(
|
|
1181
|
-
opts: __ExceptionOptionType<
|
|
1182
|
-
OpsMetadataKeyLimitExceededException,
|
|
1183
|
-
__BaseException
|
|
1184
|
-
>
|
|
1185
|
-
);
|
|
847
|
+
constructor(opts: __ExceptionOptionType<OpsMetadataKeyLimitExceededException, __BaseException>);
|
|
1186
848
|
}
|
|
1187
849
|
export declare class ResourceDataSyncConflictException extends __BaseException {
|
|
1188
850
|
readonly name: "ResourceDataSyncConflictException";
|
|
1189
851
|
readonly $fault: "client";
|
|
1190
852
|
Message?: string | undefined;
|
|
1191
|
-
constructor(
|
|
1192
|
-
opts: __ExceptionOptionType<
|
|
1193
|
-
ResourceDataSyncConflictException,
|
|
1194
|
-
__BaseException
|
|
1195
|
-
>
|
|
1196
|
-
);
|
|
853
|
+
constructor(opts: __ExceptionOptionType<ResourceDataSyncConflictException, __BaseException>);
|
|
1197
854
|
}
|