@aws-sdk/client-iot 3.933.0 → 3.935.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 +514 -515
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +491 -0
- package/dist-es/models/errors.js +403 -0
- package/dist-es/models/models_0.js +1 -586
- package/dist-es/models/models_1.js +1 -210
- package/dist-es/models/models_2.js +1 -100
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +1 -2
- package/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCACertificateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCertificateProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCommandCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCommandExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomMetricCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDimensionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetMetricCommand.d.ts +1 -1
- package/dist-types/commands/DeleteJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteJobExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMitigationActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOTAUpdateCommand.d.ts +1 -1
- package/dist-types/commands/DeletePackageCommand.d.ts +1 -1
- package/dist-types/commands/DeletePackageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProvisioningTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProvisioningTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRegistrationCodeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRoleAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduledAuditCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStreamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThingGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThingTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +1 -1
- package/dist-types/commands/DeprecateThingTypeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuditFindingCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +2 -1
- package/dist-types/commands/ListCommandExecutionsCommand.d.ts +1 -2
- package/dist-types/commands/ListCommandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomMetricsCommand.d.ts +1 -1
- package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListDimensionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListFleetMetricsCommand.d.ts +1 -1
- package/dist-types/commands/ListIndicesCommand.d.ts +1 -1
- package/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +1 -1
- package/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +1 -1
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedJobTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListMetricValuesCommand.d.ts +1 -1
- package/dist-types/commands/ListMitigationActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListOTAUpdatesCommand.d.ts +1 -1
- package/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/ListPackageVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListPackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyPrincipalsCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListPrincipalThingsCommand.d.ts +1 -1
- package/dist-types/commands/ListPrincipalThingsV2Command.d.ts +1 -1
- package/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +1 -1
- package/dist-types/commands/ListRoleAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListSbomValidationResultsCommand.d.ts +1 -1
- package/dist-types/commands/ListScheduledAuditsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +1 -1
- package/dist-types/commands/ListStreamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/ListThingGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListThingGroupsForThingCommand.d.ts +1 -1
- package/dist-types/commands/ListThingPrincipalsCommand.d.ts +2 -1
- package/dist-types/index.d.ts +5 -1
- package/dist-types/models/enums.d.ts +1171 -0
- package/dist-types/models/errors.d.ts +426 -0
- package/dist-types/models/models_0.d.ts +916 -997
- package/dist-types/models/models_1.d.ts +4566 -3536
- package/dist-types/models/models_2.d.ts +3 -2550
- package/dist-types/ts3.4/commands/CreateTopicRuleDestinationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteAccountAuditConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAuditSuppressionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCACertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCertificateProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCommandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCommandExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomMetricCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDimensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDomainConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDynamicThingGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFleetMetricCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteJobExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMitigationActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteOTAUpdateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePackageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProvisioningTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProvisioningTemplateVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRegistrationCodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRoleAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteScheduledAuditCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThingGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThingTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicRuleDestinationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteV2LoggingLevelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprecateThingTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountAuditConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAuditFindingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListCommandExecutionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomMetricsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDetectMitigationActionsTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDimensionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFleetMetricsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobExecutionsForJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobExecutionsForThingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListManagedJobTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMetricValuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMitigationActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOTAUpdatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOutgoingCertificatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyPrincipalsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPrincipalPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPrincipalThingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPrincipalThingsV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProvisioningTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProvisioningTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoleAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSbomValidationResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListScheduledAuditsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilesForTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTargetsForSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThingGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThingGroupsForThingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThingPrincipalsCommand.d.ts +2 -4
- package/dist-types/ts3.4/index.d.ts +5 -1
- package/dist-types/ts3.4/models/enums.d.ts +637 -0
- package/dist-types/ts3.4/models/errors.d.ts +245 -0
- package/dist-types/ts3.4/models/models_0.d.ts +258 -553
- package/dist-types/ts3.4/models/models_1.d.ts +600 -481
- package/dist-types/ts3.4/models/models_2.d.ts +30 -664
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -3
- package/dist-types/models/index.d.ts +0 -3
- package/dist-types/ts3.4/models/index.d.ts +0 -3
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { IoTServiceException as __BaseException } from "./IoTServiceException";
|
|
3
|
+
export declare class InternalFailureException extends __BaseException {
|
|
4
|
+
readonly name: "InternalFailureException";
|
|
5
|
+
readonly $fault: "server";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<InternalFailureException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
11
|
+
readonly name: "InvalidRequestException";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
constructor(
|
|
14
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
18
|
+
readonly name: "ResourceNotFoundException";
|
|
19
|
+
readonly $fault: "client";
|
|
20
|
+
constructor(
|
|
21
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
25
|
+
readonly name: "ServiceUnavailableException";
|
|
26
|
+
readonly $fault: "server";
|
|
27
|
+
constructor(
|
|
28
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
export declare class ThrottlingException extends __BaseException {
|
|
32
|
+
readonly name: "ThrottlingException";
|
|
33
|
+
readonly $fault: "client";
|
|
34
|
+
constructor(
|
|
35
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
export declare class TransferAlreadyCompletedException extends __BaseException {
|
|
39
|
+
readonly name: "TransferAlreadyCompletedException";
|
|
40
|
+
readonly $fault: "client";
|
|
41
|
+
constructor(
|
|
42
|
+
opts: __ExceptionOptionType<
|
|
43
|
+
TransferAlreadyCompletedException,
|
|
44
|
+
__BaseException
|
|
45
|
+
>
|
|
46
|
+
);
|
|
47
|
+
}
|
|
48
|
+
export declare class UnauthorizedException extends __BaseException {
|
|
49
|
+
readonly name: "UnauthorizedException";
|
|
50
|
+
readonly $fault: "client";
|
|
51
|
+
constructor(
|
|
52
|
+
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
export declare class ConflictException extends __BaseException {
|
|
56
|
+
readonly name: "ConflictException";
|
|
57
|
+
readonly $fault: "client";
|
|
58
|
+
resourceId?: string | undefined;
|
|
59
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
60
|
+
}
|
|
61
|
+
export declare class InternalServerException extends __BaseException {
|
|
62
|
+
readonly name: "InternalServerException";
|
|
63
|
+
readonly $fault: "server";
|
|
64
|
+
constructor(
|
|
65
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
66
|
+
);
|
|
67
|
+
}
|
|
68
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
69
|
+
readonly name: "ServiceQuotaExceededException";
|
|
70
|
+
readonly $fault: "client";
|
|
71
|
+
constructor(
|
|
72
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
73
|
+
);
|
|
74
|
+
}
|
|
75
|
+
export declare class ValidationException extends __BaseException {
|
|
76
|
+
readonly name: "ValidationException";
|
|
77
|
+
readonly $fault: "client";
|
|
78
|
+
constructor(
|
|
79
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
export declare class LimitExceededException extends __BaseException {
|
|
83
|
+
readonly name: "LimitExceededException";
|
|
84
|
+
readonly $fault: "client";
|
|
85
|
+
constructor(
|
|
86
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
87
|
+
);
|
|
88
|
+
}
|
|
89
|
+
export declare class VersionConflictException extends __BaseException {
|
|
90
|
+
readonly name: "VersionConflictException";
|
|
91
|
+
readonly $fault: "client";
|
|
92
|
+
constructor(
|
|
93
|
+
opts: __ExceptionOptionType<VersionConflictException, __BaseException>
|
|
94
|
+
);
|
|
95
|
+
}
|
|
96
|
+
export declare class InvalidStateTransitionException extends __BaseException {
|
|
97
|
+
readonly name: "InvalidStateTransitionException";
|
|
98
|
+
readonly $fault: "client";
|
|
99
|
+
constructor(
|
|
100
|
+
opts: __ExceptionOptionType<
|
|
101
|
+
InvalidStateTransitionException,
|
|
102
|
+
__BaseException
|
|
103
|
+
>
|
|
104
|
+
);
|
|
105
|
+
}
|
|
106
|
+
export declare class ConflictingResourceUpdateException extends __BaseException {
|
|
107
|
+
readonly name: "ConflictingResourceUpdateException";
|
|
108
|
+
readonly $fault: "client";
|
|
109
|
+
constructor(
|
|
110
|
+
opts: __ExceptionOptionType<
|
|
111
|
+
ConflictingResourceUpdateException,
|
|
112
|
+
__BaseException
|
|
113
|
+
>
|
|
114
|
+
);
|
|
115
|
+
}
|
|
116
|
+
export declare class InternalException extends __BaseException {
|
|
117
|
+
readonly name: "InternalException";
|
|
118
|
+
readonly $fault: "server";
|
|
119
|
+
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
120
|
+
}
|
|
121
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
122
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
123
|
+
readonly $fault: "client";
|
|
124
|
+
resourceId?: string | undefined;
|
|
125
|
+
resourceArn?: string | undefined;
|
|
126
|
+
constructor(
|
|
127
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
128
|
+
);
|
|
129
|
+
}
|
|
130
|
+
export declare class CertificateValidationException extends __BaseException {
|
|
131
|
+
readonly name: "CertificateValidationException";
|
|
132
|
+
readonly $fault: "client";
|
|
133
|
+
constructor(
|
|
134
|
+
opts: __ExceptionOptionType<CertificateValidationException, __BaseException>
|
|
135
|
+
);
|
|
136
|
+
}
|
|
137
|
+
export declare class InvalidQueryException extends __BaseException {
|
|
138
|
+
readonly name: "InvalidQueryException";
|
|
139
|
+
readonly $fault: "client";
|
|
140
|
+
constructor(
|
|
141
|
+
opts: __ExceptionOptionType<InvalidQueryException, __BaseException>
|
|
142
|
+
);
|
|
143
|
+
}
|
|
144
|
+
export declare class IndexNotReadyException extends __BaseException {
|
|
145
|
+
readonly name: "IndexNotReadyException";
|
|
146
|
+
readonly $fault: "client";
|
|
147
|
+
constructor(
|
|
148
|
+
opts: __ExceptionOptionType<IndexNotReadyException, __BaseException>
|
|
149
|
+
);
|
|
150
|
+
}
|
|
151
|
+
export declare class InvalidAggregationException extends __BaseException {
|
|
152
|
+
readonly name: "InvalidAggregationException";
|
|
153
|
+
readonly $fault: "client";
|
|
154
|
+
constructor(
|
|
155
|
+
opts: __ExceptionOptionType<InvalidAggregationException, __BaseException>
|
|
156
|
+
);
|
|
157
|
+
}
|
|
158
|
+
export declare class MalformedPolicyException extends __BaseException {
|
|
159
|
+
readonly name: "MalformedPolicyException";
|
|
160
|
+
readonly $fault: "client";
|
|
161
|
+
constructor(
|
|
162
|
+
opts: __ExceptionOptionType<MalformedPolicyException, __BaseException>
|
|
163
|
+
);
|
|
164
|
+
}
|
|
165
|
+
export declare class VersionsLimitExceededException extends __BaseException {
|
|
166
|
+
readonly name: "VersionsLimitExceededException";
|
|
167
|
+
readonly $fault: "client";
|
|
168
|
+
constructor(
|
|
169
|
+
opts: __ExceptionOptionType<VersionsLimitExceededException, __BaseException>
|
|
170
|
+
);
|
|
171
|
+
}
|
|
172
|
+
export declare class SqlParseException extends __BaseException {
|
|
173
|
+
readonly name: "SqlParseException";
|
|
174
|
+
readonly $fault: "client";
|
|
175
|
+
constructor(opts: __ExceptionOptionType<SqlParseException, __BaseException>);
|
|
176
|
+
}
|
|
177
|
+
export declare class DeleteConflictException extends __BaseException {
|
|
178
|
+
readonly name: "DeleteConflictException";
|
|
179
|
+
readonly $fault: "client";
|
|
180
|
+
constructor(
|
|
181
|
+
opts: __ExceptionOptionType<DeleteConflictException, __BaseException>
|
|
182
|
+
);
|
|
183
|
+
}
|
|
184
|
+
export declare class CertificateStateException extends __BaseException {
|
|
185
|
+
readonly name: "CertificateStateException";
|
|
186
|
+
readonly $fault: "client";
|
|
187
|
+
constructor(
|
|
188
|
+
opts: __ExceptionOptionType<CertificateStateException, __BaseException>
|
|
189
|
+
);
|
|
190
|
+
}
|
|
191
|
+
export declare class NotConfiguredException extends __BaseException {
|
|
192
|
+
readonly name: "NotConfiguredException";
|
|
193
|
+
readonly $fault: "client";
|
|
194
|
+
constructor(
|
|
195
|
+
opts: __ExceptionOptionType<NotConfiguredException, __BaseException>
|
|
196
|
+
);
|
|
197
|
+
}
|
|
198
|
+
export declare class RegistrationCodeValidationException extends __BaseException {
|
|
199
|
+
readonly name: "RegistrationCodeValidationException";
|
|
200
|
+
readonly $fault: "client";
|
|
201
|
+
constructor(
|
|
202
|
+
opts: __ExceptionOptionType<
|
|
203
|
+
RegistrationCodeValidationException,
|
|
204
|
+
__BaseException
|
|
205
|
+
>
|
|
206
|
+
);
|
|
207
|
+
}
|
|
208
|
+
export declare class CertificateConflictException extends __BaseException {
|
|
209
|
+
readonly name: "CertificateConflictException";
|
|
210
|
+
readonly $fault: "client";
|
|
211
|
+
constructor(
|
|
212
|
+
opts: __ExceptionOptionType<CertificateConflictException, __BaseException>
|
|
213
|
+
);
|
|
214
|
+
}
|
|
215
|
+
export declare class ResourceRegistrationFailureException extends __BaseException {
|
|
216
|
+
readonly name: "ResourceRegistrationFailureException";
|
|
217
|
+
readonly $fault: "client";
|
|
218
|
+
constructor(
|
|
219
|
+
opts: __ExceptionOptionType<
|
|
220
|
+
ResourceRegistrationFailureException,
|
|
221
|
+
__BaseException
|
|
222
|
+
>
|
|
223
|
+
);
|
|
224
|
+
}
|
|
225
|
+
export declare class TaskAlreadyExistsException extends __BaseException {
|
|
226
|
+
readonly name: "TaskAlreadyExistsException";
|
|
227
|
+
readonly $fault: "client";
|
|
228
|
+
constructor(
|
|
229
|
+
opts: __ExceptionOptionType<TaskAlreadyExistsException, __BaseException>
|
|
230
|
+
);
|
|
231
|
+
}
|
|
232
|
+
export declare class InvalidResponseException extends __BaseException {
|
|
233
|
+
readonly name: "InvalidResponseException";
|
|
234
|
+
readonly $fault: "client";
|
|
235
|
+
constructor(
|
|
236
|
+
opts: __ExceptionOptionType<InvalidResponseException, __BaseException>
|
|
237
|
+
);
|
|
238
|
+
}
|
|
239
|
+
export declare class TransferConflictException extends __BaseException {
|
|
240
|
+
readonly name: "TransferConflictException";
|
|
241
|
+
readonly $fault: "client";
|
|
242
|
+
constructor(
|
|
243
|
+
opts: __ExceptionOptionType<TransferConflictException, __BaseException>
|
|
244
|
+
);
|
|
245
|
+
}
|