@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,403 @@
|
|
|
1
|
+
import { IoTServiceException as __BaseException } from "./IoTServiceException";
|
|
2
|
+
export class InternalFailureException extends __BaseException {
|
|
3
|
+
name = "InternalFailureException";
|
|
4
|
+
$fault = "server";
|
|
5
|
+
constructor(opts) {
|
|
6
|
+
super({
|
|
7
|
+
name: "InternalFailureException",
|
|
8
|
+
$fault: "server",
|
|
9
|
+
...opts,
|
|
10
|
+
});
|
|
11
|
+
Object.setPrototypeOf(this, InternalFailureException.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export class InvalidRequestException extends __BaseException {
|
|
15
|
+
name = "InvalidRequestException";
|
|
16
|
+
$fault = "client";
|
|
17
|
+
constructor(opts) {
|
|
18
|
+
super({
|
|
19
|
+
name: "InvalidRequestException",
|
|
20
|
+
$fault: "client",
|
|
21
|
+
...opts,
|
|
22
|
+
});
|
|
23
|
+
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
27
|
+
name = "ResourceNotFoundException";
|
|
28
|
+
$fault = "client";
|
|
29
|
+
constructor(opts) {
|
|
30
|
+
super({
|
|
31
|
+
name: "ResourceNotFoundException",
|
|
32
|
+
$fault: "client",
|
|
33
|
+
...opts,
|
|
34
|
+
});
|
|
35
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export class ServiceUnavailableException extends __BaseException {
|
|
39
|
+
name = "ServiceUnavailableException";
|
|
40
|
+
$fault = "server";
|
|
41
|
+
constructor(opts) {
|
|
42
|
+
super({
|
|
43
|
+
name: "ServiceUnavailableException",
|
|
44
|
+
$fault: "server",
|
|
45
|
+
...opts,
|
|
46
|
+
});
|
|
47
|
+
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export class ThrottlingException extends __BaseException {
|
|
51
|
+
name = "ThrottlingException";
|
|
52
|
+
$fault = "client";
|
|
53
|
+
constructor(opts) {
|
|
54
|
+
super({
|
|
55
|
+
name: "ThrottlingException",
|
|
56
|
+
$fault: "client",
|
|
57
|
+
...opts,
|
|
58
|
+
});
|
|
59
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
export class TransferAlreadyCompletedException extends __BaseException {
|
|
63
|
+
name = "TransferAlreadyCompletedException";
|
|
64
|
+
$fault = "client";
|
|
65
|
+
constructor(opts) {
|
|
66
|
+
super({
|
|
67
|
+
name: "TransferAlreadyCompletedException",
|
|
68
|
+
$fault: "client",
|
|
69
|
+
...opts,
|
|
70
|
+
});
|
|
71
|
+
Object.setPrototypeOf(this, TransferAlreadyCompletedException.prototype);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
export class UnauthorizedException extends __BaseException {
|
|
75
|
+
name = "UnauthorizedException";
|
|
76
|
+
$fault = "client";
|
|
77
|
+
constructor(opts) {
|
|
78
|
+
super({
|
|
79
|
+
name: "UnauthorizedException",
|
|
80
|
+
$fault: "client",
|
|
81
|
+
...opts,
|
|
82
|
+
});
|
|
83
|
+
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
export class ConflictException extends __BaseException {
|
|
87
|
+
name = "ConflictException";
|
|
88
|
+
$fault = "client";
|
|
89
|
+
resourceId;
|
|
90
|
+
constructor(opts) {
|
|
91
|
+
super({
|
|
92
|
+
name: "ConflictException",
|
|
93
|
+
$fault: "client",
|
|
94
|
+
...opts,
|
|
95
|
+
});
|
|
96
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
97
|
+
this.resourceId = opts.resourceId;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
export class InternalServerException extends __BaseException {
|
|
101
|
+
name = "InternalServerException";
|
|
102
|
+
$fault = "server";
|
|
103
|
+
constructor(opts) {
|
|
104
|
+
super({
|
|
105
|
+
name: "InternalServerException",
|
|
106
|
+
$fault: "server",
|
|
107
|
+
...opts,
|
|
108
|
+
});
|
|
109
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
export class ServiceQuotaExceededException extends __BaseException {
|
|
113
|
+
name = "ServiceQuotaExceededException";
|
|
114
|
+
$fault = "client";
|
|
115
|
+
constructor(opts) {
|
|
116
|
+
super({
|
|
117
|
+
name: "ServiceQuotaExceededException",
|
|
118
|
+
$fault: "client",
|
|
119
|
+
...opts,
|
|
120
|
+
});
|
|
121
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
export class ValidationException extends __BaseException {
|
|
125
|
+
name = "ValidationException";
|
|
126
|
+
$fault = "client";
|
|
127
|
+
constructor(opts) {
|
|
128
|
+
super({
|
|
129
|
+
name: "ValidationException",
|
|
130
|
+
$fault: "client",
|
|
131
|
+
...opts,
|
|
132
|
+
});
|
|
133
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
export class LimitExceededException extends __BaseException {
|
|
137
|
+
name = "LimitExceededException";
|
|
138
|
+
$fault = "client";
|
|
139
|
+
constructor(opts) {
|
|
140
|
+
super({
|
|
141
|
+
name: "LimitExceededException",
|
|
142
|
+
$fault: "client",
|
|
143
|
+
...opts,
|
|
144
|
+
});
|
|
145
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
export class VersionConflictException extends __BaseException {
|
|
149
|
+
name = "VersionConflictException";
|
|
150
|
+
$fault = "client";
|
|
151
|
+
constructor(opts) {
|
|
152
|
+
super({
|
|
153
|
+
name: "VersionConflictException",
|
|
154
|
+
$fault: "client",
|
|
155
|
+
...opts,
|
|
156
|
+
});
|
|
157
|
+
Object.setPrototypeOf(this, VersionConflictException.prototype);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
export class InvalidStateTransitionException extends __BaseException {
|
|
161
|
+
name = "InvalidStateTransitionException";
|
|
162
|
+
$fault = "client";
|
|
163
|
+
constructor(opts) {
|
|
164
|
+
super({
|
|
165
|
+
name: "InvalidStateTransitionException",
|
|
166
|
+
$fault: "client",
|
|
167
|
+
...opts,
|
|
168
|
+
});
|
|
169
|
+
Object.setPrototypeOf(this, InvalidStateTransitionException.prototype);
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
export class ConflictingResourceUpdateException extends __BaseException {
|
|
173
|
+
name = "ConflictingResourceUpdateException";
|
|
174
|
+
$fault = "client";
|
|
175
|
+
constructor(opts) {
|
|
176
|
+
super({
|
|
177
|
+
name: "ConflictingResourceUpdateException",
|
|
178
|
+
$fault: "client",
|
|
179
|
+
...opts,
|
|
180
|
+
});
|
|
181
|
+
Object.setPrototypeOf(this, ConflictingResourceUpdateException.prototype);
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
export class InternalException extends __BaseException {
|
|
185
|
+
name = "InternalException";
|
|
186
|
+
$fault = "server";
|
|
187
|
+
constructor(opts) {
|
|
188
|
+
super({
|
|
189
|
+
name: "InternalException",
|
|
190
|
+
$fault: "server",
|
|
191
|
+
...opts,
|
|
192
|
+
});
|
|
193
|
+
Object.setPrototypeOf(this, InternalException.prototype);
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
export class ResourceAlreadyExistsException extends __BaseException {
|
|
197
|
+
name = "ResourceAlreadyExistsException";
|
|
198
|
+
$fault = "client";
|
|
199
|
+
resourceId;
|
|
200
|
+
resourceArn;
|
|
201
|
+
constructor(opts) {
|
|
202
|
+
super({
|
|
203
|
+
name: "ResourceAlreadyExistsException",
|
|
204
|
+
$fault: "client",
|
|
205
|
+
...opts,
|
|
206
|
+
});
|
|
207
|
+
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
208
|
+
this.resourceId = opts.resourceId;
|
|
209
|
+
this.resourceArn = opts.resourceArn;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
export class CertificateValidationException extends __BaseException {
|
|
213
|
+
name = "CertificateValidationException";
|
|
214
|
+
$fault = "client";
|
|
215
|
+
constructor(opts) {
|
|
216
|
+
super({
|
|
217
|
+
name: "CertificateValidationException",
|
|
218
|
+
$fault: "client",
|
|
219
|
+
...opts,
|
|
220
|
+
});
|
|
221
|
+
Object.setPrototypeOf(this, CertificateValidationException.prototype);
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
export class InvalidQueryException extends __BaseException {
|
|
225
|
+
name = "InvalidQueryException";
|
|
226
|
+
$fault = "client";
|
|
227
|
+
constructor(opts) {
|
|
228
|
+
super({
|
|
229
|
+
name: "InvalidQueryException",
|
|
230
|
+
$fault: "client",
|
|
231
|
+
...opts,
|
|
232
|
+
});
|
|
233
|
+
Object.setPrototypeOf(this, InvalidQueryException.prototype);
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
export class IndexNotReadyException extends __BaseException {
|
|
237
|
+
name = "IndexNotReadyException";
|
|
238
|
+
$fault = "client";
|
|
239
|
+
constructor(opts) {
|
|
240
|
+
super({
|
|
241
|
+
name: "IndexNotReadyException",
|
|
242
|
+
$fault: "client",
|
|
243
|
+
...opts,
|
|
244
|
+
});
|
|
245
|
+
Object.setPrototypeOf(this, IndexNotReadyException.prototype);
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
export class InvalidAggregationException extends __BaseException {
|
|
249
|
+
name = "InvalidAggregationException";
|
|
250
|
+
$fault = "client";
|
|
251
|
+
constructor(opts) {
|
|
252
|
+
super({
|
|
253
|
+
name: "InvalidAggregationException",
|
|
254
|
+
$fault: "client",
|
|
255
|
+
...opts,
|
|
256
|
+
});
|
|
257
|
+
Object.setPrototypeOf(this, InvalidAggregationException.prototype);
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
export class MalformedPolicyException extends __BaseException {
|
|
261
|
+
name = "MalformedPolicyException";
|
|
262
|
+
$fault = "client";
|
|
263
|
+
constructor(opts) {
|
|
264
|
+
super({
|
|
265
|
+
name: "MalformedPolicyException",
|
|
266
|
+
$fault: "client",
|
|
267
|
+
...opts,
|
|
268
|
+
});
|
|
269
|
+
Object.setPrototypeOf(this, MalformedPolicyException.prototype);
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
export class VersionsLimitExceededException extends __BaseException {
|
|
273
|
+
name = "VersionsLimitExceededException";
|
|
274
|
+
$fault = "client";
|
|
275
|
+
constructor(opts) {
|
|
276
|
+
super({
|
|
277
|
+
name: "VersionsLimitExceededException",
|
|
278
|
+
$fault: "client",
|
|
279
|
+
...opts,
|
|
280
|
+
});
|
|
281
|
+
Object.setPrototypeOf(this, VersionsLimitExceededException.prototype);
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
export class SqlParseException extends __BaseException {
|
|
285
|
+
name = "SqlParseException";
|
|
286
|
+
$fault = "client";
|
|
287
|
+
constructor(opts) {
|
|
288
|
+
super({
|
|
289
|
+
name: "SqlParseException",
|
|
290
|
+
$fault: "client",
|
|
291
|
+
...opts,
|
|
292
|
+
});
|
|
293
|
+
Object.setPrototypeOf(this, SqlParseException.prototype);
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
export class DeleteConflictException extends __BaseException {
|
|
297
|
+
name = "DeleteConflictException";
|
|
298
|
+
$fault = "client";
|
|
299
|
+
constructor(opts) {
|
|
300
|
+
super({
|
|
301
|
+
name: "DeleteConflictException",
|
|
302
|
+
$fault: "client",
|
|
303
|
+
...opts,
|
|
304
|
+
});
|
|
305
|
+
Object.setPrototypeOf(this, DeleteConflictException.prototype);
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
export class CertificateStateException extends __BaseException {
|
|
309
|
+
name = "CertificateStateException";
|
|
310
|
+
$fault = "client";
|
|
311
|
+
constructor(opts) {
|
|
312
|
+
super({
|
|
313
|
+
name: "CertificateStateException",
|
|
314
|
+
$fault: "client",
|
|
315
|
+
...opts,
|
|
316
|
+
});
|
|
317
|
+
Object.setPrototypeOf(this, CertificateStateException.prototype);
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
export class NotConfiguredException extends __BaseException {
|
|
321
|
+
name = "NotConfiguredException";
|
|
322
|
+
$fault = "client";
|
|
323
|
+
constructor(opts) {
|
|
324
|
+
super({
|
|
325
|
+
name: "NotConfiguredException",
|
|
326
|
+
$fault: "client",
|
|
327
|
+
...opts,
|
|
328
|
+
});
|
|
329
|
+
Object.setPrototypeOf(this, NotConfiguredException.prototype);
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
export class RegistrationCodeValidationException extends __BaseException {
|
|
333
|
+
name = "RegistrationCodeValidationException";
|
|
334
|
+
$fault = "client";
|
|
335
|
+
constructor(opts) {
|
|
336
|
+
super({
|
|
337
|
+
name: "RegistrationCodeValidationException",
|
|
338
|
+
$fault: "client",
|
|
339
|
+
...opts,
|
|
340
|
+
});
|
|
341
|
+
Object.setPrototypeOf(this, RegistrationCodeValidationException.prototype);
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
export class CertificateConflictException extends __BaseException {
|
|
345
|
+
name = "CertificateConflictException";
|
|
346
|
+
$fault = "client";
|
|
347
|
+
constructor(opts) {
|
|
348
|
+
super({
|
|
349
|
+
name: "CertificateConflictException",
|
|
350
|
+
$fault: "client",
|
|
351
|
+
...opts,
|
|
352
|
+
});
|
|
353
|
+
Object.setPrototypeOf(this, CertificateConflictException.prototype);
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
export class ResourceRegistrationFailureException extends __BaseException {
|
|
357
|
+
name = "ResourceRegistrationFailureException";
|
|
358
|
+
$fault = "client";
|
|
359
|
+
constructor(opts) {
|
|
360
|
+
super({
|
|
361
|
+
name: "ResourceRegistrationFailureException",
|
|
362
|
+
$fault: "client",
|
|
363
|
+
...opts,
|
|
364
|
+
});
|
|
365
|
+
Object.setPrototypeOf(this, ResourceRegistrationFailureException.prototype);
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
export class TaskAlreadyExistsException extends __BaseException {
|
|
369
|
+
name = "TaskAlreadyExistsException";
|
|
370
|
+
$fault = "client";
|
|
371
|
+
constructor(opts) {
|
|
372
|
+
super({
|
|
373
|
+
name: "TaskAlreadyExistsException",
|
|
374
|
+
$fault: "client",
|
|
375
|
+
...opts,
|
|
376
|
+
});
|
|
377
|
+
Object.setPrototypeOf(this, TaskAlreadyExistsException.prototype);
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
export class InvalidResponseException extends __BaseException {
|
|
381
|
+
name = "InvalidResponseException";
|
|
382
|
+
$fault = "client";
|
|
383
|
+
constructor(opts) {
|
|
384
|
+
super({
|
|
385
|
+
name: "InvalidResponseException",
|
|
386
|
+
$fault: "client",
|
|
387
|
+
...opts,
|
|
388
|
+
});
|
|
389
|
+
Object.setPrototypeOf(this, InvalidResponseException.prototype);
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
export class TransferConflictException extends __BaseException {
|
|
393
|
+
name = "TransferConflictException";
|
|
394
|
+
$fault = "client";
|
|
395
|
+
constructor(opts) {
|
|
396
|
+
super({
|
|
397
|
+
name: "TransferConflictException",
|
|
398
|
+
$fault: "client",
|
|
399
|
+
...opts,
|
|
400
|
+
});
|
|
401
|
+
Object.setPrototypeOf(this, TransferConflictException.prototype);
|
|
402
|
+
}
|
|
403
|
+
}
|