@aws-sdk/client-iot 3.934.0 → 3.936.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 +19 -19
- 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
|
@@ -1,586 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const AbortAction = {
|
|
3
|
-
CANCEL: "CANCEL",
|
|
4
|
-
};
|
|
5
|
-
export const JobExecutionFailureType = {
|
|
6
|
-
ALL: "ALL",
|
|
7
|
-
FAILED: "FAILED",
|
|
8
|
-
REJECTED: "REJECTED",
|
|
9
|
-
TIMED_OUT: "TIMED_OUT",
|
|
10
|
-
};
|
|
11
|
-
export class InternalFailureException extends __BaseException {
|
|
12
|
-
name = "InternalFailureException";
|
|
13
|
-
$fault = "server";
|
|
14
|
-
constructor(opts) {
|
|
15
|
-
super({
|
|
16
|
-
name: "InternalFailureException",
|
|
17
|
-
$fault: "server",
|
|
18
|
-
...opts,
|
|
19
|
-
});
|
|
20
|
-
Object.setPrototypeOf(this, InternalFailureException.prototype);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
export class InvalidRequestException extends __BaseException {
|
|
24
|
-
name = "InvalidRequestException";
|
|
25
|
-
$fault = "client";
|
|
26
|
-
constructor(opts) {
|
|
27
|
-
super({
|
|
28
|
-
name: "InvalidRequestException",
|
|
29
|
-
$fault: "client",
|
|
30
|
-
...opts,
|
|
31
|
-
});
|
|
32
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
36
|
-
name = "ResourceNotFoundException";
|
|
37
|
-
$fault = "client";
|
|
38
|
-
constructor(opts) {
|
|
39
|
-
super({
|
|
40
|
-
name: "ResourceNotFoundException",
|
|
41
|
-
$fault: "client",
|
|
42
|
-
...opts,
|
|
43
|
-
});
|
|
44
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
export class ServiceUnavailableException extends __BaseException {
|
|
48
|
-
name = "ServiceUnavailableException";
|
|
49
|
-
$fault = "server";
|
|
50
|
-
constructor(opts) {
|
|
51
|
-
super({
|
|
52
|
-
name: "ServiceUnavailableException",
|
|
53
|
-
$fault: "server",
|
|
54
|
-
...opts,
|
|
55
|
-
});
|
|
56
|
-
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
export class ThrottlingException extends __BaseException {
|
|
60
|
-
name = "ThrottlingException";
|
|
61
|
-
$fault = "client";
|
|
62
|
-
constructor(opts) {
|
|
63
|
-
super({
|
|
64
|
-
name: "ThrottlingException",
|
|
65
|
-
$fault: "client",
|
|
66
|
-
...opts,
|
|
67
|
-
});
|
|
68
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
export class TransferAlreadyCompletedException extends __BaseException {
|
|
72
|
-
name = "TransferAlreadyCompletedException";
|
|
73
|
-
$fault = "client";
|
|
74
|
-
constructor(opts) {
|
|
75
|
-
super({
|
|
76
|
-
name: "TransferAlreadyCompletedException",
|
|
77
|
-
$fault: "client",
|
|
78
|
-
...opts,
|
|
79
|
-
});
|
|
80
|
-
Object.setPrototypeOf(this, TransferAlreadyCompletedException.prototype);
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
export class UnauthorizedException extends __BaseException {
|
|
84
|
-
name = "UnauthorizedException";
|
|
85
|
-
$fault = "client";
|
|
86
|
-
constructor(opts) {
|
|
87
|
-
super({
|
|
88
|
-
name: "UnauthorizedException",
|
|
89
|
-
$fault: "client",
|
|
90
|
-
...opts,
|
|
91
|
-
});
|
|
92
|
-
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
export const DynamoKeyType = {
|
|
96
|
-
NUMBER: "NUMBER",
|
|
97
|
-
STRING: "STRING",
|
|
98
|
-
};
|
|
99
|
-
export const CannedAccessControlList = {
|
|
100
|
-
AuthenticatedRead: "authenticated-read",
|
|
101
|
-
AwsExecRead: "aws-exec-read",
|
|
102
|
-
BucketOwnerFullControl: "bucket-owner-full-control",
|
|
103
|
-
BucketOwnerRead: "bucket-owner-read",
|
|
104
|
-
LogDeliveryWrite: "log-delivery-write",
|
|
105
|
-
Private: "private",
|
|
106
|
-
PublicRead: "public-read",
|
|
107
|
-
PublicReadWrite: "public-read-write",
|
|
108
|
-
};
|
|
109
|
-
export const MessageFormat = {
|
|
110
|
-
JSON: "JSON",
|
|
111
|
-
RAW: "RAW",
|
|
112
|
-
};
|
|
113
|
-
export const ActionType = {
|
|
114
|
-
CONNECT: "CONNECT",
|
|
115
|
-
PUBLISH: "PUBLISH",
|
|
116
|
-
RECEIVE: "RECEIVE",
|
|
117
|
-
SUBSCRIBE: "SUBSCRIBE",
|
|
118
|
-
};
|
|
119
|
-
export const ComparisonOperator = {
|
|
120
|
-
GREATER_THAN: "greater-than",
|
|
121
|
-
GREATER_THAN_EQUALS: "greater-than-equals",
|
|
122
|
-
IN_CIDR_SET: "in-cidr-set",
|
|
123
|
-
IN_PORT_SET: "in-port-set",
|
|
124
|
-
IN_SET: "in-set",
|
|
125
|
-
LESS_THAN: "less-than",
|
|
126
|
-
LESS_THAN_EQUALS: "less-than-equals",
|
|
127
|
-
NOT_IN_CIDR_SET: "not-in-cidr-set",
|
|
128
|
-
NOT_IN_PORT_SET: "not-in-port-set",
|
|
129
|
-
NOT_IN_SET: "not-in-set",
|
|
130
|
-
};
|
|
131
|
-
export const ConfidenceLevel = {
|
|
132
|
-
HIGH: "HIGH",
|
|
133
|
-
LOW: "LOW",
|
|
134
|
-
MEDIUM: "MEDIUM",
|
|
135
|
-
};
|
|
136
|
-
export const DimensionValueOperator = {
|
|
137
|
-
IN: "IN",
|
|
138
|
-
NOT_IN: "NOT_IN",
|
|
139
|
-
};
|
|
140
|
-
export const VerificationState = {
|
|
141
|
-
BENIGN_POSITIVE: "BENIGN_POSITIVE",
|
|
142
|
-
FALSE_POSITIVE: "FALSE_POSITIVE",
|
|
143
|
-
TRUE_POSITIVE: "TRUE_POSITIVE",
|
|
144
|
-
UNKNOWN: "UNKNOWN",
|
|
145
|
-
};
|
|
146
|
-
export const AggregationTypeName = {
|
|
147
|
-
CARDINALITY: "Cardinality",
|
|
148
|
-
PERCENTILES: "Percentiles",
|
|
149
|
-
STATISTICS: "Statistics",
|
|
150
|
-
};
|
|
151
|
-
export const AlertTargetType = {
|
|
152
|
-
SNS: "SNS",
|
|
153
|
-
};
|
|
154
|
-
export const ApplicationProtocol = {
|
|
155
|
-
DEFAULT: "DEFAULT",
|
|
156
|
-
HTTPS: "HTTPS",
|
|
157
|
-
MQTT_WSS: "MQTT_WSS",
|
|
158
|
-
SECURE_MQTT: "SECURE_MQTT",
|
|
159
|
-
};
|
|
160
|
-
export const SbomValidationStatus = {
|
|
161
|
-
FAILED: "FAILED",
|
|
162
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
163
|
-
SUCCEEDED: "SUCCEEDED",
|
|
164
|
-
};
|
|
165
|
-
export class ConflictException extends __BaseException {
|
|
166
|
-
name = "ConflictException";
|
|
167
|
-
$fault = "client";
|
|
168
|
-
resourceId;
|
|
169
|
-
constructor(opts) {
|
|
170
|
-
super({
|
|
171
|
-
name: "ConflictException",
|
|
172
|
-
$fault: "client",
|
|
173
|
-
...opts,
|
|
174
|
-
});
|
|
175
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
176
|
-
this.resourceId = opts.resourceId;
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
export class InternalServerException extends __BaseException {
|
|
180
|
-
name = "InternalServerException";
|
|
181
|
-
$fault = "server";
|
|
182
|
-
constructor(opts) {
|
|
183
|
-
super({
|
|
184
|
-
name: "InternalServerException",
|
|
185
|
-
$fault: "server",
|
|
186
|
-
...opts,
|
|
187
|
-
});
|
|
188
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
export class ServiceQuotaExceededException extends __BaseException {
|
|
192
|
-
name = "ServiceQuotaExceededException";
|
|
193
|
-
$fault = "client";
|
|
194
|
-
constructor(opts) {
|
|
195
|
-
super({
|
|
196
|
-
name: "ServiceQuotaExceededException",
|
|
197
|
-
$fault: "client",
|
|
198
|
-
...opts,
|
|
199
|
-
});
|
|
200
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
export class ValidationException extends __BaseException {
|
|
204
|
-
name = "ValidationException";
|
|
205
|
-
$fault = "client";
|
|
206
|
-
constructor(opts) {
|
|
207
|
-
super({
|
|
208
|
-
name: "ValidationException",
|
|
209
|
-
$fault: "client",
|
|
210
|
-
...opts,
|
|
211
|
-
});
|
|
212
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
export class LimitExceededException extends __BaseException {
|
|
216
|
-
name = "LimitExceededException";
|
|
217
|
-
$fault = "client";
|
|
218
|
-
constructor(opts) {
|
|
219
|
-
super({
|
|
220
|
-
name: "LimitExceededException",
|
|
221
|
-
$fault: "client",
|
|
222
|
-
...opts,
|
|
223
|
-
});
|
|
224
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
export class VersionConflictException extends __BaseException {
|
|
228
|
-
name = "VersionConflictException";
|
|
229
|
-
$fault = "client";
|
|
230
|
-
constructor(opts) {
|
|
231
|
-
super({
|
|
232
|
-
name: "VersionConflictException",
|
|
233
|
-
$fault: "client",
|
|
234
|
-
...opts,
|
|
235
|
-
});
|
|
236
|
-
Object.setPrototypeOf(this, VersionConflictException.prototype);
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
export const ThingPrincipalType = {
|
|
240
|
-
EXCLUSIVE_THING: "EXCLUSIVE_THING",
|
|
241
|
-
NON_EXCLUSIVE_THING: "NON_EXCLUSIVE_THING",
|
|
242
|
-
};
|
|
243
|
-
export const ConfigName = {
|
|
244
|
-
CERT_AGE_THRESHOLD_IN_DAYS: "CERT_AGE_THRESHOLD_IN_DAYS",
|
|
245
|
-
CERT_EXPIRATION_THRESHOLD_IN_DAYS: "CERT_EXPIRATION_THRESHOLD_IN_DAYS",
|
|
246
|
-
};
|
|
247
|
-
export const AuditCheckRunStatus = {
|
|
248
|
-
CANCELED: "CANCELED",
|
|
249
|
-
COMPLETED_COMPLIANT: "COMPLETED_COMPLIANT",
|
|
250
|
-
COMPLETED_NON_COMPLIANT: "COMPLETED_NON_COMPLIANT",
|
|
251
|
-
FAILED: "FAILED",
|
|
252
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
253
|
-
WAITING_FOR_DATA_COLLECTION: "WAITING_FOR_DATA_COLLECTION",
|
|
254
|
-
};
|
|
255
|
-
export const ResourceType = {
|
|
256
|
-
ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS",
|
|
257
|
-
CA_CERTIFICATE: "CA_CERTIFICATE",
|
|
258
|
-
CLIENT_ID: "CLIENT_ID",
|
|
259
|
-
COGNITO_IDENTITY_POOL: "COGNITO_IDENTITY_POOL",
|
|
260
|
-
DEVICE_CERTIFICATE: "DEVICE_CERTIFICATE",
|
|
261
|
-
IAM_ROLE: "IAM_ROLE",
|
|
262
|
-
IOT_POLICY: "IOT_POLICY",
|
|
263
|
-
ISSUER_CERTIFICATE: "ISSUER_CERTIFICATE",
|
|
264
|
-
ROLE_ALIAS: "ROLE_ALIAS",
|
|
265
|
-
};
|
|
266
|
-
export const AuditFindingSeverity = {
|
|
267
|
-
CRITICAL: "CRITICAL",
|
|
268
|
-
HIGH: "HIGH",
|
|
269
|
-
LOW: "LOW",
|
|
270
|
-
MEDIUM: "MEDIUM",
|
|
271
|
-
};
|
|
272
|
-
export const AuditFrequency = {
|
|
273
|
-
BIWEEKLY: "BIWEEKLY",
|
|
274
|
-
DAILY: "DAILY",
|
|
275
|
-
MONTHLY: "MONTHLY",
|
|
276
|
-
WEEKLY: "WEEKLY",
|
|
277
|
-
};
|
|
278
|
-
export const AuditMitigationActionsExecutionStatus = {
|
|
279
|
-
CANCELED: "CANCELED",
|
|
280
|
-
COMPLETED: "COMPLETED",
|
|
281
|
-
FAILED: "FAILED",
|
|
282
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
283
|
-
PENDING: "PENDING",
|
|
284
|
-
SKIPPED: "SKIPPED",
|
|
285
|
-
};
|
|
286
|
-
export const AuditMitigationActionsTaskStatus = {
|
|
287
|
-
CANCELED: "CANCELED",
|
|
288
|
-
COMPLETED: "COMPLETED",
|
|
289
|
-
FAILED: "FAILED",
|
|
290
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
291
|
-
};
|
|
292
|
-
export const AuditNotificationType = {
|
|
293
|
-
SNS: "SNS",
|
|
294
|
-
};
|
|
295
|
-
export const AuditTaskStatus = {
|
|
296
|
-
CANCELED: "CANCELED",
|
|
297
|
-
COMPLETED: "COMPLETED",
|
|
298
|
-
FAILED: "FAILED",
|
|
299
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
300
|
-
};
|
|
301
|
-
export const AuditTaskType = {
|
|
302
|
-
ON_DEMAND_AUDIT_TASK: "ON_DEMAND_AUDIT_TASK",
|
|
303
|
-
SCHEDULED_AUDIT_TASK: "SCHEDULED_AUDIT_TASK",
|
|
304
|
-
};
|
|
305
|
-
export const AuthDecision = {
|
|
306
|
-
ALLOWED: "ALLOWED",
|
|
307
|
-
EXPLICIT_DENY: "EXPLICIT_DENY",
|
|
308
|
-
IMPLICIT_DENY: "IMPLICIT_DENY",
|
|
309
|
-
};
|
|
310
|
-
export const AuthenticationType = {
|
|
311
|
-
AWS_SIGV4: "AWS_SIGV4",
|
|
312
|
-
AWS_X509: "AWS_X509",
|
|
313
|
-
CUSTOM_AUTH: "CUSTOM_AUTH",
|
|
314
|
-
CUSTOM_AUTH_X509: "CUSTOM_AUTH_X509",
|
|
315
|
-
DEFAULT: "DEFAULT",
|
|
316
|
-
};
|
|
317
|
-
export const AuthorizerStatus = {
|
|
318
|
-
ACTIVE: "ACTIVE",
|
|
319
|
-
INACTIVE: "INACTIVE",
|
|
320
|
-
};
|
|
321
|
-
export const AutoRegistrationStatus = {
|
|
322
|
-
DISABLE: "DISABLE",
|
|
323
|
-
ENABLE: "ENABLE",
|
|
324
|
-
};
|
|
325
|
-
export class InvalidStateTransitionException extends __BaseException {
|
|
326
|
-
name = "InvalidStateTransitionException";
|
|
327
|
-
$fault = "client";
|
|
328
|
-
constructor(opts) {
|
|
329
|
-
super({
|
|
330
|
-
name: "InvalidStateTransitionException",
|
|
331
|
-
$fault: "client",
|
|
332
|
-
...opts,
|
|
333
|
-
});
|
|
334
|
-
Object.setPrototypeOf(this, InvalidStateTransitionException.prototype);
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
export class ConflictingResourceUpdateException extends __BaseException {
|
|
338
|
-
name = "ConflictingResourceUpdateException";
|
|
339
|
-
$fault = "client";
|
|
340
|
-
constructor(opts) {
|
|
341
|
-
super({
|
|
342
|
-
name: "ConflictingResourceUpdateException",
|
|
343
|
-
$fault: "client",
|
|
344
|
-
...opts,
|
|
345
|
-
});
|
|
346
|
-
Object.setPrototypeOf(this, ConflictingResourceUpdateException.prototype);
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
export class InternalException extends __BaseException {
|
|
350
|
-
name = "InternalException";
|
|
351
|
-
$fault = "server";
|
|
352
|
-
constructor(opts) {
|
|
353
|
-
super({
|
|
354
|
-
name: "InternalException",
|
|
355
|
-
$fault: "server",
|
|
356
|
-
...opts,
|
|
357
|
-
});
|
|
358
|
-
Object.setPrototypeOf(this, InternalException.prototype);
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
export class ResourceAlreadyExistsException extends __BaseException {
|
|
362
|
-
name = "ResourceAlreadyExistsException";
|
|
363
|
-
$fault = "client";
|
|
364
|
-
resourceId;
|
|
365
|
-
resourceArn;
|
|
366
|
-
constructor(opts) {
|
|
367
|
-
super({
|
|
368
|
-
name: "ResourceAlreadyExistsException",
|
|
369
|
-
$fault: "client",
|
|
370
|
-
...opts,
|
|
371
|
-
});
|
|
372
|
-
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
373
|
-
this.resourceId = opts.resourceId;
|
|
374
|
-
this.resourceArn = opts.resourceArn;
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
export const CertificateProviderOperation = {
|
|
378
|
-
CreateCertificateFromCsr: "CreateCertificateFromCsr",
|
|
379
|
-
};
|
|
380
|
-
export const CommandNamespace = {
|
|
381
|
-
AWSIoT: "AWS-IoT",
|
|
382
|
-
AWSIoTFleetWise: "AWS-IoT-FleetWise",
|
|
383
|
-
};
|
|
384
|
-
export const CustomMetricType = {
|
|
385
|
-
IP_ADDRESS_LIST: "ip-address-list",
|
|
386
|
-
NUMBER: "number",
|
|
387
|
-
NUMBER_LIST: "number-list",
|
|
388
|
-
STRING_LIST: "string-list",
|
|
389
|
-
};
|
|
390
|
-
export const DimensionType = {
|
|
391
|
-
TOPIC_FILTER: "TOPIC_FILTER",
|
|
392
|
-
};
|
|
393
|
-
export class CertificateValidationException extends __BaseException {
|
|
394
|
-
name = "CertificateValidationException";
|
|
395
|
-
$fault = "client";
|
|
396
|
-
constructor(opts) {
|
|
397
|
-
super({
|
|
398
|
-
name: "CertificateValidationException",
|
|
399
|
-
$fault: "client",
|
|
400
|
-
...opts,
|
|
401
|
-
});
|
|
402
|
-
Object.setPrototypeOf(this, CertificateValidationException.prototype);
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
export const ServiceType = {
|
|
406
|
-
CREDENTIAL_PROVIDER: "CREDENTIAL_PROVIDER",
|
|
407
|
-
DATA: "DATA",
|
|
408
|
-
JOBS: "JOBS",
|
|
409
|
-
};
|
|
410
|
-
export class InvalidQueryException extends __BaseException {
|
|
411
|
-
name = "InvalidQueryException";
|
|
412
|
-
$fault = "client";
|
|
413
|
-
constructor(opts) {
|
|
414
|
-
super({
|
|
415
|
-
name: "InvalidQueryException",
|
|
416
|
-
$fault: "client",
|
|
417
|
-
...opts,
|
|
418
|
-
});
|
|
419
|
-
Object.setPrototypeOf(this, InvalidQueryException.prototype);
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
export const FleetMetricUnit = {
|
|
423
|
-
Bits: "Bits",
|
|
424
|
-
BitsSecond: "Bits/Second",
|
|
425
|
-
Bytes: "Bytes",
|
|
426
|
-
BytesSecond: "Bytes/Second",
|
|
427
|
-
Count: "Count",
|
|
428
|
-
CountSecond: "Count/Second",
|
|
429
|
-
Gigabits: "Gigabits",
|
|
430
|
-
GigabitsSecond: "Gigabits/Second",
|
|
431
|
-
Gigabytes: "Gigabytes",
|
|
432
|
-
GigabytesSecond: "Gigabytes/Second",
|
|
433
|
-
Kilobits: "Kilobits",
|
|
434
|
-
KilobitsSecond: "Kilobits/Second",
|
|
435
|
-
Kilobytes: "Kilobytes",
|
|
436
|
-
KilobytesSecond: "Kilobytes/Second",
|
|
437
|
-
Megabits: "Megabits",
|
|
438
|
-
MegabitsSecond: "Megabits/Second",
|
|
439
|
-
Megabytes: "Megabytes",
|
|
440
|
-
MegabytesSecond: "Megabytes/Second",
|
|
441
|
-
Microseconds: "Microseconds",
|
|
442
|
-
Milliseconds: "Milliseconds",
|
|
443
|
-
None: "None",
|
|
444
|
-
Percent: "Percent",
|
|
445
|
-
Seconds: "Seconds",
|
|
446
|
-
Terabits: "Terabits",
|
|
447
|
-
TerabitsSecond: "Terabits/Second",
|
|
448
|
-
Terabytes: "Terabytes",
|
|
449
|
-
TerabytesSecond: "Terabytes/Second",
|
|
450
|
-
};
|
|
451
|
-
export class IndexNotReadyException extends __BaseException {
|
|
452
|
-
name = "IndexNotReadyException";
|
|
453
|
-
$fault = "client";
|
|
454
|
-
constructor(opts) {
|
|
455
|
-
super({
|
|
456
|
-
name: "IndexNotReadyException",
|
|
457
|
-
$fault: "client",
|
|
458
|
-
...opts,
|
|
459
|
-
});
|
|
460
|
-
Object.setPrototypeOf(this, IndexNotReadyException.prototype);
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
export class InvalidAggregationException extends __BaseException {
|
|
464
|
-
name = "InvalidAggregationException";
|
|
465
|
-
$fault = "client";
|
|
466
|
-
constructor(opts) {
|
|
467
|
-
super({
|
|
468
|
-
name: "InvalidAggregationException",
|
|
469
|
-
$fault: "client",
|
|
470
|
-
...opts,
|
|
471
|
-
});
|
|
472
|
-
Object.setPrototypeOf(this, InvalidAggregationException.prototype);
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
export const RetryableFailureType = {
|
|
476
|
-
ALL: "ALL",
|
|
477
|
-
FAILED: "FAILED",
|
|
478
|
-
TIMED_OUT: "TIMED_OUT",
|
|
479
|
-
};
|
|
480
|
-
export const JobEndBehavior = {
|
|
481
|
-
CANCEL: "CANCEL",
|
|
482
|
-
FORCE_CANCEL: "FORCE_CANCEL",
|
|
483
|
-
STOP_ROLLOUT: "STOP_ROLLOUT",
|
|
484
|
-
};
|
|
485
|
-
export const TargetSelection = {
|
|
486
|
-
CONTINUOUS: "CONTINUOUS",
|
|
487
|
-
SNAPSHOT: "SNAPSHOT",
|
|
488
|
-
};
|
|
489
|
-
export const LogLevel = {
|
|
490
|
-
DEBUG: "DEBUG",
|
|
491
|
-
DISABLED: "DISABLED",
|
|
492
|
-
ERROR: "ERROR",
|
|
493
|
-
INFO: "INFO",
|
|
494
|
-
WARN: "WARN",
|
|
495
|
-
};
|
|
496
|
-
export const PolicyTemplateName = {
|
|
497
|
-
BLANK_POLICY: "BLANK_POLICY",
|
|
498
|
-
};
|
|
499
|
-
export const CACertificateUpdateAction = {
|
|
500
|
-
DEACTIVATE: "DEACTIVATE",
|
|
501
|
-
};
|
|
502
|
-
export const DeviceCertificateUpdateAction = {
|
|
503
|
-
DEACTIVATE: "DEACTIVATE",
|
|
504
|
-
};
|
|
505
|
-
export const AwsJobAbortCriteriaAbortAction = {
|
|
506
|
-
CANCEL: "CANCEL",
|
|
507
|
-
};
|
|
508
|
-
export const AwsJobAbortCriteriaFailureType = {
|
|
509
|
-
ALL: "ALL",
|
|
510
|
-
FAILED: "FAILED",
|
|
511
|
-
REJECTED: "REJECTED",
|
|
512
|
-
TIMED_OUT: "TIMED_OUT",
|
|
513
|
-
};
|
|
514
|
-
export const Protocol = {
|
|
515
|
-
HTTP: "HTTP",
|
|
516
|
-
MQTT: "MQTT",
|
|
517
|
-
};
|
|
518
|
-
export const OTAUpdateStatus = {
|
|
519
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
520
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
521
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
522
|
-
CREATE_PENDING: "CREATE_PENDING",
|
|
523
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
524
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
525
|
-
};
|
|
526
|
-
export const PackageVersionStatus = {
|
|
527
|
-
DEPRECATED: "DEPRECATED",
|
|
528
|
-
DRAFT: "DRAFT",
|
|
529
|
-
PUBLISHED: "PUBLISHED",
|
|
530
|
-
};
|
|
531
|
-
export class MalformedPolicyException extends __BaseException {
|
|
532
|
-
name = "MalformedPolicyException";
|
|
533
|
-
$fault = "client";
|
|
534
|
-
constructor(opts) {
|
|
535
|
-
super({
|
|
536
|
-
name: "MalformedPolicyException",
|
|
537
|
-
$fault: "client",
|
|
538
|
-
...opts,
|
|
539
|
-
});
|
|
540
|
-
Object.setPrototypeOf(this, MalformedPolicyException.prototype);
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
export class VersionsLimitExceededException extends __BaseException {
|
|
544
|
-
name = "VersionsLimitExceededException";
|
|
545
|
-
$fault = "client";
|
|
546
|
-
constructor(opts) {
|
|
547
|
-
super({
|
|
548
|
-
name: "VersionsLimitExceededException",
|
|
549
|
-
$fault: "client",
|
|
550
|
-
...opts,
|
|
551
|
-
});
|
|
552
|
-
Object.setPrototypeOf(this, VersionsLimitExceededException.prototype);
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
export const TemplateType = {
|
|
556
|
-
FLEET_PROVISIONING: "FLEET_PROVISIONING",
|
|
557
|
-
JITP: "JITP",
|
|
558
|
-
};
|
|
559
|
-
export const DayOfWeek = {
|
|
560
|
-
FRI: "FRI",
|
|
561
|
-
MON: "MON",
|
|
562
|
-
SAT: "SAT",
|
|
563
|
-
SUN: "SUN",
|
|
564
|
-
THU: "THU",
|
|
565
|
-
TUE: "TUE",
|
|
566
|
-
WED: "WED",
|
|
567
|
-
};
|
|
568
|
-
export class SqlParseException extends __BaseException {
|
|
569
|
-
name = "SqlParseException";
|
|
570
|
-
$fault = "client";
|
|
571
|
-
constructor(opts) {
|
|
572
|
-
super({
|
|
573
|
-
name: "SqlParseException",
|
|
574
|
-
$fault: "client",
|
|
575
|
-
...opts,
|
|
576
|
-
});
|
|
577
|
-
Object.setPrototypeOf(this, SqlParseException.prototype);
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
export const TopicRuleDestinationStatus = {
|
|
581
|
-
DELETING: "DELETING",
|
|
582
|
-
DISABLED: "DISABLED",
|
|
583
|
-
ENABLED: "ENABLED",
|
|
584
|
-
ERROR: "ERROR",
|
|
585
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
586
|
-
};
|
|
1
|
+
export {};
|