@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,637 @@
|
|
|
1
|
+
export declare const AbortAction: {
|
|
2
|
+
readonly CANCEL: "CANCEL";
|
|
3
|
+
};
|
|
4
|
+
export type AbortAction = (typeof AbortAction)[keyof typeof AbortAction];
|
|
5
|
+
export declare const JobExecutionFailureType: {
|
|
6
|
+
readonly ALL: "ALL";
|
|
7
|
+
readonly FAILED: "FAILED";
|
|
8
|
+
readonly REJECTED: "REJECTED";
|
|
9
|
+
readonly TIMED_OUT: "TIMED_OUT";
|
|
10
|
+
};
|
|
11
|
+
export type JobExecutionFailureType =
|
|
12
|
+
(typeof JobExecutionFailureType)[keyof typeof JobExecutionFailureType];
|
|
13
|
+
export declare const DynamoKeyType: {
|
|
14
|
+
readonly NUMBER: "NUMBER";
|
|
15
|
+
readonly STRING: "STRING";
|
|
16
|
+
};
|
|
17
|
+
export type DynamoKeyType = (typeof DynamoKeyType)[keyof typeof DynamoKeyType];
|
|
18
|
+
export declare const CannedAccessControlList: {
|
|
19
|
+
readonly AuthenticatedRead: "authenticated-read";
|
|
20
|
+
readonly AwsExecRead: "aws-exec-read";
|
|
21
|
+
readonly BucketOwnerFullControl: "bucket-owner-full-control";
|
|
22
|
+
readonly BucketOwnerRead: "bucket-owner-read";
|
|
23
|
+
readonly LogDeliveryWrite: "log-delivery-write";
|
|
24
|
+
readonly Private: "private";
|
|
25
|
+
readonly PublicRead: "public-read";
|
|
26
|
+
readonly PublicReadWrite: "public-read-write";
|
|
27
|
+
};
|
|
28
|
+
export type CannedAccessControlList =
|
|
29
|
+
(typeof CannedAccessControlList)[keyof typeof CannedAccessControlList];
|
|
30
|
+
export declare const MessageFormat: {
|
|
31
|
+
readonly JSON: "JSON";
|
|
32
|
+
readonly RAW: "RAW";
|
|
33
|
+
};
|
|
34
|
+
export type MessageFormat = (typeof MessageFormat)[keyof typeof MessageFormat];
|
|
35
|
+
export declare const ActionType: {
|
|
36
|
+
readonly CONNECT: "CONNECT";
|
|
37
|
+
readonly PUBLISH: "PUBLISH";
|
|
38
|
+
readonly RECEIVE: "RECEIVE";
|
|
39
|
+
readonly SUBSCRIBE: "SUBSCRIBE";
|
|
40
|
+
};
|
|
41
|
+
export type ActionType = (typeof ActionType)[keyof typeof ActionType];
|
|
42
|
+
export declare const ComparisonOperator: {
|
|
43
|
+
readonly GREATER_THAN: "greater-than";
|
|
44
|
+
readonly GREATER_THAN_EQUALS: "greater-than-equals";
|
|
45
|
+
readonly IN_CIDR_SET: "in-cidr-set";
|
|
46
|
+
readonly IN_PORT_SET: "in-port-set";
|
|
47
|
+
readonly IN_SET: "in-set";
|
|
48
|
+
readonly LESS_THAN: "less-than";
|
|
49
|
+
readonly LESS_THAN_EQUALS: "less-than-equals";
|
|
50
|
+
readonly NOT_IN_CIDR_SET: "not-in-cidr-set";
|
|
51
|
+
readonly NOT_IN_PORT_SET: "not-in-port-set";
|
|
52
|
+
readonly NOT_IN_SET: "not-in-set";
|
|
53
|
+
};
|
|
54
|
+
export type ComparisonOperator =
|
|
55
|
+
(typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
56
|
+
export declare const ConfidenceLevel: {
|
|
57
|
+
readonly HIGH: "HIGH";
|
|
58
|
+
readonly LOW: "LOW";
|
|
59
|
+
readonly MEDIUM: "MEDIUM";
|
|
60
|
+
};
|
|
61
|
+
export type ConfidenceLevel =
|
|
62
|
+
(typeof ConfidenceLevel)[keyof typeof ConfidenceLevel];
|
|
63
|
+
export declare const DimensionValueOperator: {
|
|
64
|
+
readonly IN: "IN";
|
|
65
|
+
readonly NOT_IN: "NOT_IN";
|
|
66
|
+
};
|
|
67
|
+
export type DimensionValueOperator =
|
|
68
|
+
(typeof DimensionValueOperator)[keyof typeof DimensionValueOperator];
|
|
69
|
+
export declare const VerificationState: {
|
|
70
|
+
readonly BENIGN_POSITIVE: "BENIGN_POSITIVE";
|
|
71
|
+
readonly FALSE_POSITIVE: "FALSE_POSITIVE";
|
|
72
|
+
readonly TRUE_POSITIVE: "TRUE_POSITIVE";
|
|
73
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
74
|
+
};
|
|
75
|
+
export type VerificationState =
|
|
76
|
+
(typeof VerificationState)[keyof typeof VerificationState];
|
|
77
|
+
export declare const AggregationTypeName: {
|
|
78
|
+
readonly CARDINALITY: "Cardinality";
|
|
79
|
+
readonly PERCENTILES: "Percentiles";
|
|
80
|
+
readonly STATISTICS: "Statistics";
|
|
81
|
+
};
|
|
82
|
+
export type AggregationTypeName =
|
|
83
|
+
(typeof AggregationTypeName)[keyof typeof AggregationTypeName];
|
|
84
|
+
export declare const AlertTargetType: {
|
|
85
|
+
readonly SNS: "SNS";
|
|
86
|
+
};
|
|
87
|
+
export type AlertTargetType =
|
|
88
|
+
(typeof AlertTargetType)[keyof typeof AlertTargetType];
|
|
89
|
+
export declare const ApplicationProtocol: {
|
|
90
|
+
readonly DEFAULT: "DEFAULT";
|
|
91
|
+
readonly HTTPS: "HTTPS";
|
|
92
|
+
readonly MQTT_WSS: "MQTT_WSS";
|
|
93
|
+
readonly SECURE_MQTT: "SECURE_MQTT";
|
|
94
|
+
};
|
|
95
|
+
export type ApplicationProtocol =
|
|
96
|
+
(typeof ApplicationProtocol)[keyof typeof ApplicationProtocol];
|
|
97
|
+
export declare const SbomValidationStatus: {
|
|
98
|
+
readonly FAILED: "FAILED";
|
|
99
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
100
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
101
|
+
};
|
|
102
|
+
export type SbomValidationStatus =
|
|
103
|
+
(typeof SbomValidationStatus)[keyof typeof SbomValidationStatus];
|
|
104
|
+
export declare const ThingPrincipalType: {
|
|
105
|
+
readonly EXCLUSIVE_THING: "EXCLUSIVE_THING";
|
|
106
|
+
readonly NON_EXCLUSIVE_THING: "NON_EXCLUSIVE_THING";
|
|
107
|
+
};
|
|
108
|
+
export type ThingPrincipalType =
|
|
109
|
+
(typeof ThingPrincipalType)[keyof typeof ThingPrincipalType];
|
|
110
|
+
export declare const ConfigName: {
|
|
111
|
+
readonly CERT_AGE_THRESHOLD_IN_DAYS: "CERT_AGE_THRESHOLD_IN_DAYS";
|
|
112
|
+
readonly CERT_EXPIRATION_THRESHOLD_IN_DAYS: "CERT_EXPIRATION_THRESHOLD_IN_DAYS";
|
|
113
|
+
};
|
|
114
|
+
export type ConfigName = (typeof ConfigName)[keyof typeof ConfigName];
|
|
115
|
+
export declare const AuditCheckRunStatus: {
|
|
116
|
+
readonly CANCELED: "CANCELED";
|
|
117
|
+
readonly COMPLETED_COMPLIANT: "COMPLETED_COMPLIANT";
|
|
118
|
+
readonly COMPLETED_NON_COMPLIANT: "COMPLETED_NON_COMPLIANT";
|
|
119
|
+
readonly FAILED: "FAILED";
|
|
120
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
121
|
+
readonly WAITING_FOR_DATA_COLLECTION: "WAITING_FOR_DATA_COLLECTION";
|
|
122
|
+
};
|
|
123
|
+
export type AuditCheckRunStatus =
|
|
124
|
+
(typeof AuditCheckRunStatus)[keyof typeof AuditCheckRunStatus];
|
|
125
|
+
export declare const ResourceType: {
|
|
126
|
+
readonly ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS";
|
|
127
|
+
readonly CA_CERTIFICATE: "CA_CERTIFICATE";
|
|
128
|
+
readonly CLIENT_ID: "CLIENT_ID";
|
|
129
|
+
readonly COGNITO_IDENTITY_POOL: "COGNITO_IDENTITY_POOL";
|
|
130
|
+
readonly DEVICE_CERTIFICATE: "DEVICE_CERTIFICATE";
|
|
131
|
+
readonly IAM_ROLE: "IAM_ROLE";
|
|
132
|
+
readonly IOT_POLICY: "IOT_POLICY";
|
|
133
|
+
readonly ISSUER_CERTIFICATE: "ISSUER_CERTIFICATE";
|
|
134
|
+
readonly ROLE_ALIAS: "ROLE_ALIAS";
|
|
135
|
+
};
|
|
136
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
137
|
+
export declare const AuditFindingSeverity: {
|
|
138
|
+
readonly CRITICAL: "CRITICAL";
|
|
139
|
+
readonly HIGH: "HIGH";
|
|
140
|
+
readonly LOW: "LOW";
|
|
141
|
+
readonly MEDIUM: "MEDIUM";
|
|
142
|
+
};
|
|
143
|
+
export type AuditFindingSeverity =
|
|
144
|
+
(typeof AuditFindingSeverity)[keyof typeof AuditFindingSeverity];
|
|
145
|
+
export declare const AuditFrequency: {
|
|
146
|
+
readonly BIWEEKLY: "BIWEEKLY";
|
|
147
|
+
readonly DAILY: "DAILY";
|
|
148
|
+
readonly MONTHLY: "MONTHLY";
|
|
149
|
+
readonly WEEKLY: "WEEKLY";
|
|
150
|
+
};
|
|
151
|
+
export type AuditFrequency =
|
|
152
|
+
(typeof AuditFrequency)[keyof typeof AuditFrequency];
|
|
153
|
+
export declare const AuditMitigationActionsExecutionStatus: {
|
|
154
|
+
readonly CANCELED: "CANCELED";
|
|
155
|
+
readonly COMPLETED: "COMPLETED";
|
|
156
|
+
readonly FAILED: "FAILED";
|
|
157
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
158
|
+
readonly PENDING: "PENDING";
|
|
159
|
+
readonly SKIPPED: "SKIPPED";
|
|
160
|
+
};
|
|
161
|
+
export type AuditMitigationActionsExecutionStatus =
|
|
162
|
+
(typeof AuditMitigationActionsExecutionStatus)[keyof typeof AuditMitigationActionsExecutionStatus];
|
|
163
|
+
export declare const AuditMitigationActionsTaskStatus: {
|
|
164
|
+
readonly CANCELED: "CANCELED";
|
|
165
|
+
readonly COMPLETED: "COMPLETED";
|
|
166
|
+
readonly FAILED: "FAILED";
|
|
167
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
168
|
+
};
|
|
169
|
+
export type AuditMitigationActionsTaskStatus =
|
|
170
|
+
(typeof AuditMitigationActionsTaskStatus)[keyof typeof AuditMitigationActionsTaskStatus];
|
|
171
|
+
export declare const AuditNotificationType: {
|
|
172
|
+
readonly SNS: "SNS";
|
|
173
|
+
};
|
|
174
|
+
export type AuditNotificationType =
|
|
175
|
+
(typeof AuditNotificationType)[keyof typeof AuditNotificationType];
|
|
176
|
+
export declare const AuditTaskStatus: {
|
|
177
|
+
readonly CANCELED: "CANCELED";
|
|
178
|
+
readonly COMPLETED: "COMPLETED";
|
|
179
|
+
readonly FAILED: "FAILED";
|
|
180
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
181
|
+
};
|
|
182
|
+
export type AuditTaskStatus =
|
|
183
|
+
(typeof AuditTaskStatus)[keyof typeof AuditTaskStatus];
|
|
184
|
+
export declare const AuditTaskType: {
|
|
185
|
+
readonly ON_DEMAND_AUDIT_TASK: "ON_DEMAND_AUDIT_TASK";
|
|
186
|
+
readonly SCHEDULED_AUDIT_TASK: "SCHEDULED_AUDIT_TASK";
|
|
187
|
+
};
|
|
188
|
+
export type AuditTaskType = (typeof AuditTaskType)[keyof typeof AuditTaskType];
|
|
189
|
+
export declare const AuthDecision: {
|
|
190
|
+
readonly ALLOWED: "ALLOWED";
|
|
191
|
+
readonly EXPLICIT_DENY: "EXPLICIT_DENY";
|
|
192
|
+
readonly IMPLICIT_DENY: "IMPLICIT_DENY";
|
|
193
|
+
};
|
|
194
|
+
export type AuthDecision = (typeof AuthDecision)[keyof typeof AuthDecision];
|
|
195
|
+
export declare const AuthenticationType: {
|
|
196
|
+
readonly AWS_SIGV4: "AWS_SIGV4";
|
|
197
|
+
readonly AWS_X509: "AWS_X509";
|
|
198
|
+
readonly CUSTOM_AUTH: "CUSTOM_AUTH";
|
|
199
|
+
readonly CUSTOM_AUTH_X509: "CUSTOM_AUTH_X509";
|
|
200
|
+
readonly DEFAULT: "DEFAULT";
|
|
201
|
+
};
|
|
202
|
+
export type AuthenticationType =
|
|
203
|
+
(typeof AuthenticationType)[keyof typeof AuthenticationType];
|
|
204
|
+
export declare const AuthorizerStatus: {
|
|
205
|
+
readonly ACTIVE: "ACTIVE";
|
|
206
|
+
readonly INACTIVE: "INACTIVE";
|
|
207
|
+
};
|
|
208
|
+
export type AuthorizerStatus =
|
|
209
|
+
(typeof AuthorizerStatus)[keyof typeof AuthorizerStatus];
|
|
210
|
+
export declare const AutoRegistrationStatus: {
|
|
211
|
+
readonly DISABLE: "DISABLE";
|
|
212
|
+
readonly ENABLE: "ENABLE";
|
|
213
|
+
};
|
|
214
|
+
export type AutoRegistrationStatus =
|
|
215
|
+
(typeof AutoRegistrationStatus)[keyof typeof AutoRegistrationStatus];
|
|
216
|
+
export declare const CertificateProviderOperation: {
|
|
217
|
+
readonly CreateCertificateFromCsr: "CreateCertificateFromCsr";
|
|
218
|
+
};
|
|
219
|
+
export type CertificateProviderOperation =
|
|
220
|
+
(typeof CertificateProviderOperation)[keyof typeof CertificateProviderOperation];
|
|
221
|
+
export declare const CommandNamespace: {
|
|
222
|
+
readonly AWSIoT: "AWS-IoT";
|
|
223
|
+
readonly AWSIoTFleetWise: "AWS-IoT-FleetWise";
|
|
224
|
+
};
|
|
225
|
+
export type CommandNamespace =
|
|
226
|
+
(typeof CommandNamespace)[keyof typeof CommandNamespace];
|
|
227
|
+
export declare const CustomMetricType: {
|
|
228
|
+
readonly IP_ADDRESS_LIST: "ip-address-list";
|
|
229
|
+
readonly NUMBER: "number";
|
|
230
|
+
readonly NUMBER_LIST: "number-list";
|
|
231
|
+
readonly STRING_LIST: "string-list";
|
|
232
|
+
};
|
|
233
|
+
export type CustomMetricType =
|
|
234
|
+
(typeof CustomMetricType)[keyof typeof CustomMetricType];
|
|
235
|
+
export declare const DimensionType: {
|
|
236
|
+
readonly TOPIC_FILTER: "TOPIC_FILTER";
|
|
237
|
+
};
|
|
238
|
+
export type DimensionType = (typeof DimensionType)[keyof typeof DimensionType];
|
|
239
|
+
export declare const ServiceType: {
|
|
240
|
+
readonly CREDENTIAL_PROVIDER: "CREDENTIAL_PROVIDER";
|
|
241
|
+
readonly DATA: "DATA";
|
|
242
|
+
readonly JOBS: "JOBS";
|
|
243
|
+
};
|
|
244
|
+
export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
|
|
245
|
+
export declare const FleetMetricUnit: {
|
|
246
|
+
readonly Bits: "Bits";
|
|
247
|
+
readonly BitsSecond: "Bits/Second";
|
|
248
|
+
readonly Bytes: "Bytes";
|
|
249
|
+
readonly BytesSecond: "Bytes/Second";
|
|
250
|
+
readonly Count: "Count";
|
|
251
|
+
readonly CountSecond: "Count/Second";
|
|
252
|
+
readonly Gigabits: "Gigabits";
|
|
253
|
+
readonly GigabitsSecond: "Gigabits/Second";
|
|
254
|
+
readonly Gigabytes: "Gigabytes";
|
|
255
|
+
readonly GigabytesSecond: "Gigabytes/Second";
|
|
256
|
+
readonly Kilobits: "Kilobits";
|
|
257
|
+
readonly KilobitsSecond: "Kilobits/Second";
|
|
258
|
+
readonly Kilobytes: "Kilobytes";
|
|
259
|
+
readonly KilobytesSecond: "Kilobytes/Second";
|
|
260
|
+
readonly Megabits: "Megabits";
|
|
261
|
+
readonly MegabitsSecond: "Megabits/Second";
|
|
262
|
+
readonly Megabytes: "Megabytes";
|
|
263
|
+
readonly MegabytesSecond: "Megabytes/Second";
|
|
264
|
+
readonly Microseconds: "Microseconds";
|
|
265
|
+
readonly Milliseconds: "Milliseconds";
|
|
266
|
+
readonly None: "None";
|
|
267
|
+
readonly Percent: "Percent";
|
|
268
|
+
readonly Seconds: "Seconds";
|
|
269
|
+
readonly Terabits: "Terabits";
|
|
270
|
+
readonly TerabitsSecond: "Terabits/Second";
|
|
271
|
+
readonly Terabytes: "Terabytes";
|
|
272
|
+
readonly TerabytesSecond: "Terabytes/Second";
|
|
273
|
+
};
|
|
274
|
+
export type FleetMetricUnit =
|
|
275
|
+
(typeof FleetMetricUnit)[keyof typeof FleetMetricUnit];
|
|
276
|
+
export declare const RetryableFailureType: {
|
|
277
|
+
readonly ALL: "ALL";
|
|
278
|
+
readonly FAILED: "FAILED";
|
|
279
|
+
readonly TIMED_OUT: "TIMED_OUT";
|
|
280
|
+
};
|
|
281
|
+
export type RetryableFailureType =
|
|
282
|
+
(typeof RetryableFailureType)[keyof typeof RetryableFailureType];
|
|
283
|
+
export declare const JobEndBehavior: {
|
|
284
|
+
readonly CANCEL: "CANCEL";
|
|
285
|
+
readonly FORCE_CANCEL: "FORCE_CANCEL";
|
|
286
|
+
readonly STOP_ROLLOUT: "STOP_ROLLOUT";
|
|
287
|
+
};
|
|
288
|
+
export type JobEndBehavior =
|
|
289
|
+
(typeof JobEndBehavior)[keyof typeof JobEndBehavior];
|
|
290
|
+
export declare const TargetSelection: {
|
|
291
|
+
readonly CONTINUOUS: "CONTINUOUS";
|
|
292
|
+
readonly SNAPSHOT: "SNAPSHOT";
|
|
293
|
+
};
|
|
294
|
+
export type TargetSelection =
|
|
295
|
+
(typeof TargetSelection)[keyof typeof TargetSelection];
|
|
296
|
+
export declare const LogLevel: {
|
|
297
|
+
readonly DEBUG: "DEBUG";
|
|
298
|
+
readonly DISABLED: "DISABLED";
|
|
299
|
+
readonly ERROR: "ERROR";
|
|
300
|
+
readonly INFO: "INFO";
|
|
301
|
+
readonly WARN: "WARN";
|
|
302
|
+
};
|
|
303
|
+
export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
|
|
304
|
+
export declare const PolicyTemplateName: {
|
|
305
|
+
readonly BLANK_POLICY: "BLANK_POLICY";
|
|
306
|
+
};
|
|
307
|
+
export type PolicyTemplateName =
|
|
308
|
+
(typeof PolicyTemplateName)[keyof typeof PolicyTemplateName];
|
|
309
|
+
export declare const CACertificateUpdateAction: {
|
|
310
|
+
readonly DEACTIVATE: "DEACTIVATE";
|
|
311
|
+
};
|
|
312
|
+
export type CACertificateUpdateAction =
|
|
313
|
+
(typeof CACertificateUpdateAction)[keyof typeof CACertificateUpdateAction];
|
|
314
|
+
export declare const DeviceCertificateUpdateAction: {
|
|
315
|
+
readonly DEACTIVATE: "DEACTIVATE";
|
|
316
|
+
};
|
|
317
|
+
export type DeviceCertificateUpdateAction =
|
|
318
|
+
(typeof DeviceCertificateUpdateAction)[keyof typeof DeviceCertificateUpdateAction];
|
|
319
|
+
export declare const AwsJobAbortCriteriaAbortAction: {
|
|
320
|
+
readonly CANCEL: "CANCEL";
|
|
321
|
+
};
|
|
322
|
+
export type AwsJobAbortCriteriaAbortAction =
|
|
323
|
+
(typeof AwsJobAbortCriteriaAbortAction)[keyof typeof AwsJobAbortCriteriaAbortAction];
|
|
324
|
+
export declare const AwsJobAbortCriteriaFailureType: {
|
|
325
|
+
readonly ALL: "ALL";
|
|
326
|
+
readonly FAILED: "FAILED";
|
|
327
|
+
readonly REJECTED: "REJECTED";
|
|
328
|
+
readonly TIMED_OUT: "TIMED_OUT";
|
|
329
|
+
};
|
|
330
|
+
export type AwsJobAbortCriteriaFailureType =
|
|
331
|
+
(typeof AwsJobAbortCriteriaFailureType)[keyof typeof AwsJobAbortCriteriaFailureType];
|
|
332
|
+
export declare const Protocol: {
|
|
333
|
+
readonly HTTP: "HTTP";
|
|
334
|
+
readonly MQTT: "MQTT";
|
|
335
|
+
};
|
|
336
|
+
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
337
|
+
export declare const OTAUpdateStatus: {
|
|
338
|
+
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
339
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
340
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
341
|
+
readonly CREATE_PENDING: "CREATE_PENDING";
|
|
342
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
343
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
344
|
+
};
|
|
345
|
+
export type OTAUpdateStatus =
|
|
346
|
+
(typeof OTAUpdateStatus)[keyof typeof OTAUpdateStatus];
|
|
347
|
+
export declare const PackageVersionStatus: {
|
|
348
|
+
readonly DEPRECATED: "DEPRECATED";
|
|
349
|
+
readonly DRAFT: "DRAFT";
|
|
350
|
+
readonly PUBLISHED: "PUBLISHED";
|
|
351
|
+
};
|
|
352
|
+
export type PackageVersionStatus =
|
|
353
|
+
(typeof PackageVersionStatus)[keyof typeof PackageVersionStatus];
|
|
354
|
+
export declare const TemplateType: {
|
|
355
|
+
readonly FLEET_PROVISIONING: "FLEET_PROVISIONING";
|
|
356
|
+
readonly JITP: "JITP";
|
|
357
|
+
};
|
|
358
|
+
export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType];
|
|
359
|
+
export declare const DayOfWeek: {
|
|
360
|
+
readonly FRI: "FRI";
|
|
361
|
+
readonly MON: "MON";
|
|
362
|
+
readonly SAT: "SAT";
|
|
363
|
+
readonly SUN: "SUN";
|
|
364
|
+
readonly THU: "THU";
|
|
365
|
+
readonly TUE: "TUE";
|
|
366
|
+
readonly WED: "WED";
|
|
367
|
+
};
|
|
368
|
+
export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
369
|
+
export declare const TopicRuleDestinationStatus: {
|
|
370
|
+
readonly DELETING: "DELETING";
|
|
371
|
+
readonly DISABLED: "DISABLED";
|
|
372
|
+
readonly ENABLED: "ENABLED";
|
|
373
|
+
readonly ERROR: "ERROR";
|
|
374
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
375
|
+
};
|
|
376
|
+
export type TopicRuleDestinationStatus =
|
|
377
|
+
(typeof TopicRuleDestinationStatus)[keyof typeof TopicRuleDestinationStatus];
|
|
378
|
+
export declare const LogTargetType: {
|
|
379
|
+
readonly CLIENT_ID: "CLIENT_ID";
|
|
380
|
+
readonly DEFAULT: "DEFAULT";
|
|
381
|
+
readonly PRINCIPAL_ID: "PRINCIPAL_ID";
|
|
382
|
+
readonly SOURCE_IP: "SOURCE_IP";
|
|
383
|
+
readonly THING_GROUP: "THING_GROUP";
|
|
384
|
+
};
|
|
385
|
+
export type LogTargetType = (typeof LogTargetType)[keyof typeof LogTargetType];
|
|
386
|
+
export declare const CertificateMode: {
|
|
387
|
+
readonly DEFAULT: "DEFAULT";
|
|
388
|
+
readonly SNI_ONLY: "SNI_ONLY";
|
|
389
|
+
};
|
|
390
|
+
export type CertificateMode =
|
|
391
|
+
(typeof CertificateMode)[keyof typeof CertificateMode];
|
|
392
|
+
export declare const CACertificateStatus: {
|
|
393
|
+
readonly ACTIVE: "ACTIVE";
|
|
394
|
+
readonly INACTIVE: "INACTIVE";
|
|
395
|
+
};
|
|
396
|
+
export type CACertificateStatus =
|
|
397
|
+
(typeof CACertificateStatus)[keyof typeof CACertificateStatus];
|
|
398
|
+
export declare const CertificateStatus: {
|
|
399
|
+
readonly ACTIVE: "ACTIVE";
|
|
400
|
+
readonly INACTIVE: "INACTIVE";
|
|
401
|
+
readonly PENDING_ACTIVATION: "PENDING_ACTIVATION";
|
|
402
|
+
readonly PENDING_TRANSFER: "PENDING_TRANSFER";
|
|
403
|
+
readonly REGISTER_INACTIVE: "REGISTER_INACTIVE";
|
|
404
|
+
readonly REVOKED: "REVOKED";
|
|
405
|
+
};
|
|
406
|
+
export type CertificateStatus =
|
|
407
|
+
(typeof CertificateStatus)[keyof typeof CertificateStatus];
|
|
408
|
+
export declare const DetectMitigationActionsTaskStatus: {
|
|
409
|
+
readonly CANCELED: "CANCELED";
|
|
410
|
+
readonly FAILED: "FAILED";
|
|
411
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
412
|
+
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
413
|
+
};
|
|
414
|
+
export type DetectMitigationActionsTaskStatus =
|
|
415
|
+
(typeof DetectMitigationActionsTaskStatus)[keyof typeof DetectMitigationActionsTaskStatus];
|
|
416
|
+
export declare const DomainConfigurationStatus: {
|
|
417
|
+
readonly DISABLED: "DISABLED";
|
|
418
|
+
readonly ENABLED: "ENABLED";
|
|
419
|
+
};
|
|
420
|
+
export type DomainConfigurationStatus =
|
|
421
|
+
(typeof DomainConfigurationStatus)[keyof typeof DomainConfigurationStatus];
|
|
422
|
+
export declare const DomainType: {
|
|
423
|
+
readonly AWS_MANAGED: "AWS_MANAGED";
|
|
424
|
+
readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
|
|
425
|
+
readonly ENDPOINT: "ENDPOINT";
|
|
426
|
+
};
|
|
427
|
+
export type DomainType = (typeof DomainType)[keyof typeof DomainType];
|
|
428
|
+
export declare const ServerCertificateStatus: {
|
|
429
|
+
readonly INVALID: "INVALID";
|
|
430
|
+
readonly VALID: "VALID";
|
|
431
|
+
};
|
|
432
|
+
export type ServerCertificateStatus =
|
|
433
|
+
(typeof ServerCertificateStatus)[keyof typeof ServerCertificateStatus];
|
|
434
|
+
export declare const ConfigurationStatus: {
|
|
435
|
+
readonly HEALTHY: "HEALTHY";
|
|
436
|
+
readonly UNHEALTHY: "UNHEALTHY";
|
|
437
|
+
};
|
|
438
|
+
export type ConfigurationStatus =
|
|
439
|
+
(typeof ConfigurationStatus)[keyof typeof ConfigurationStatus];
|
|
440
|
+
export declare const EncryptionType: {
|
|
441
|
+
readonly AWS_OWNED_KMS_KEY: "AWS_OWNED_KMS_KEY";
|
|
442
|
+
readonly CUSTOMER_MANAGED_KMS_KEY: "CUSTOMER_MANAGED_KMS_KEY";
|
|
443
|
+
};
|
|
444
|
+
export type EncryptionType =
|
|
445
|
+
(typeof EncryptionType)[keyof typeof EncryptionType];
|
|
446
|
+
export declare const EventType: {
|
|
447
|
+
readonly CA_CERTIFICATE: "CA_CERTIFICATE";
|
|
448
|
+
readonly CERTIFICATE: "CERTIFICATE";
|
|
449
|
+
readonly JOB: "JOB";
|
|
450
|
+
readonly JOB_EXECUTION: "JOB_EXECUTION";
|
|
451
|
+
readonly POLICY: "POLICY";
|
|
452
|
+
readonly THING: "THING";
|
|
453
|
+
readonly THING_GROUP: "THING_GROUP";
|
|
454
|
+
readonly THING_GROUP_HIERARCHY: "THING_GROUP_HIERARCHY";
|
|
455
|
+
readonly THING_GROUP_MEMBERSHIP: "THING_GROUP_MEMBERSHIP";
|
|
456
|
+
readonly THING_TYPE: "THING_TYPE";
|
|
457
|
+
readonly THING_TYPE_ASSOCIATION: "THING_TYPE_ASSOCIATION";
|
|
458
|
+
};
|
|
459
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
460
|
+
export declare const IndexStatus: {
|
|
461
|
+
readonly ACTIVE: "ACTIVE";
|
|
462
|
+
readonly BUILDING: "BUILDING";
|
|
463
|
+
readonly REBUILDING: "REBUILDING";
|
|
464
|
+
};
|
|
465
|
+
export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
|
|
466
|
+
export declare const JobStatus: {
|
|
467
|
+
readonly CANCELED: "CANCELED";
|
|
468
|
+
readonly COMPLETED: "COMPLETED";
|
|
469
|
+
readonly DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS";
|
|
470
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
471
|
+
readonly SCHEDULED: "SCHEDULED";
|
|
472
|
+
};
|
|
473
|
+
export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
|
|
474
|
+
export declare const JobExecutionStatus: {
|
|
475
|
+
readonly CANCELED: "CANCELED";
|
|
476
|
+
readonly FAILED: "FAILED";
|
|
477
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
478
|
+
readonly QUEUED: "QUEUED";
|
|
479
|
+
readonly REJECTED: "REJECTED";
|
|
480
|
+
readonly REMOVED: "REMOVED";
|
|
481
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
482
|
+
readonly TIMED_OUT: "TIMED_OUT";
|
|
483
|
+
};
|
|
484
|
+
export type JobExecutionStatus =
|
|
485
|
+
(typeof JobExecutionStatus)[keyof typeof JobExecutionStatus];
|
|
486
|
+
export declare const MitigationActionType: {
|
|
487
|
+
readonly ADD_THINGS_TO_THING_GROUP: "ADD_THINGS_TO_THING_GROUP";
|
|
488
|
+
readonly ENABLE_IOT_LOGGING: "ENABLE_IOT_LOGGING";
|
|
489
|
+
readonly PUBLISH_FINDING_TO_SNS: "PUBLISH_FINDING_TO_SNS";
|
|
490
|
+
readonly REPLACE_DEFAULT_POLICY_VERSION: "REPLACE_DEFAULT_POLICY_VERSION";
|
|
491
|
+
readonly UPDATE_CA_CERTIFICATE: "UPDATE_CA_CERTIFICATE";
|
|
492
|
+
readonly UPDATE_DEVICE_CERTIFICATE: "UPDATE_DEVICE_CERTIFICATE";
|
|
493
|
+
};
|
|
494
|
+
export type MitigationActionType =
|
|
495
|
+
(typeof MitigationActionType)[keyof typeof MitigationActionType];
|
|
496
|
+
export declare const DynamicGroupStatus: {
|
|
497
|
+
readonly ACTIVE: "ACTIVE";
|
|
498
|
+
readonly BUILDING: "BUILDING";
|
|
499
|
+
readonly REBUILDING: "REBUILDING";
|
|
500
|
+
};
|
|
501
|
+
export type DynamicGroupStatus =
|
|
502
|
+
(typeof DynamicGroupStatus)[keyof typeof DynamicGroupStatus];
|
|
503
|
+
export declare const Status: {
|
|
504
|
+
readonly Cancelled: "Cancelled";
|
|
505
|
+
readonly Cancelling: "Cancelling";
|
|
506
|
+
readonly Completed: "Completed";
|
|
507
|
+
readonly Failed: "Failed";
|
|
508
|
+
readonly InProgress: "InProgress";
|
|
509
|
+
};
|
|
510
|
+
export type Status = (typeof Status)[keyof typeof Status];
|
|
511
|
+
export declare const ModelStatus: {
|
|
512
|
+
readonly ACTIVE: "ACTIVE";
|
|
513
|
+
readonly EXPIRED: "EXPIRED";
|
|
514
|
+
readonly PENDING_BUILD: "PENDING_BUILD";
|
|
515
|
+
};
|
|
516
|
+
export type ModelStatus = (typeof ModelStatus)[keyof typeof ModelStatus];
|
|
517
|
+
export declare const CommandExecutionStatus: {
|
|
518
|
+
readonly CREATED: "CREATED";
|
|
519
|
+
readonly FAILED: "FAILED";
|
|
520
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
521
|
+
readonly REJECTED: "REJECTED";
|
|
522
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
523
|
+
readonly TIMED_OUT: "TIMED_OUT";
|
|
524
|
+
};
|
|
525
|
+
export type CommandExecutionStatus =
|
|
526
|
+
(typeof CommandExecutionStatus)[keyof typeof CommandExecutionStatus];
|
|
527
|
+
export declare const FieldType: {
|
|
528
|
+
readonly BOOLEAN: "Boolean";
|
|
529
|
+
readonly NUMBER: "Number";
|
|
530
|
+
readonly STRING: "String";
|
|
531
|
+
};
|
|
532
|
+
export type FieldType = (typeof FieldType)[keyof typeof FieldType];
|
|
533
|
+
export declare const ThingGroupIndexingMode: {
|
|
534
|
+
readonly OFF: "OFF";
|
|
535
|
+
readonly ON: "ON";
|
|
536
|
+
};
|
|
537
|
+
export type ThingGroupIndexingMode =
|
|
538
|
+
(typeof ThingGroupIndexingMode)[keyof typeof ThingGroupIndexingMode];
|
|
539
|
+
export declare const DeviceDefenderIndexingMode: {
|
|
540
|
+
readonly OFF: "OFF";
|
|
541
|
+
readonly VIOLATIONS: "VIOLATIONS";
|
|
542
|
+
};
|
|
543
|
+
export type DeviceDefenderIndexingMode =
|
|
544
|
+
(typeof DeviceDefenderIndexingMode)[keyof typeof DeviceDefenderIndexingMode];
|
|
545
|
+
export declare const TargetFieldOrder: {
|
|
546
|
+
readonly LatLon: "LatLon";
|
|
547
|
+
readonly LonLat: "LonLat";
|
|
548
|
+
};
|
|
549
|
+
export type TargetFieldOrder =
|
|
550
|
+
(typeof TargetFieldOrder)[keyof typeof TargetFieldOrder];
|
|
551
|
+
export declare const NamedShadowIndexingMode: {
|
|
552
|
+
readonly OFF: "OFF";
|
|
553
|
+
readonly ON: "ON";
|
|
554
|
+
};
|
|
555
|
+
export type NamedShadowIndexingMode =
|
|
556
|
+
(typeof NamedShadowIndexingMode)[keyof typeof NamedShadowIndexingMode];
|
|
557
|
+
export declare const ThingConnectivityIndexingMode: {
|
|
558
|
+
readonly OFF: "OFF";
|
|
559
|
+
readonly STATUS: "STATUS";
|
|
560
|
+
};
|
|
561
|
+
export type ThingConnectivityIndexingMode =
|
|
562
|
+
(typeof ThingConnectivityIndexingMode)[keyof typeof ThingConnectivityIndexingMode];
|
|
563
|
+
export declare const ThingIndexingMode: {
|
|
564
|
+
readonly OFF: "OFF";
|
|
565
|
+
readonly REGISTRY: "REGISTRY";
|
|
566
|
+
readonly REGISTRY_AND_SHADOW: "REGISTRY_AND_SHADOW";
|
|
567
|
+
};
|
|
568
|
+
export type ThingIndexingMode =
|
|
569
|
+
(typeof ThingIndexingMode)[keyof typeof ThingIndexingMode];
|
|
570
|
+
export declare const DisconnectReasonValue: {
|
|
571
|
+
readonly AUTH_ERROR: "AUTH_ERROR";
|
|
572
|
+
readonly CLIENT_ERROR: "CLIENT_ERROR";
|
|
573
|
+
readonly CLIENT_INITIATED_DISCONNECT: "CLIENT_INITIATED_DISCONNECT";
|
|
574
|
+
readonly CONNECTION_LOST: "CONNECTION_LOST";
|
|
575
|
+
readonly CUSTOMAUTH_TTL_EXPIRATION: "CUSTOMAUTH_TTL_EXPIRATION";
|
|
576
|
+
readonly DUPLICATE_CLIENTID: "DUPLICATE_CLIENTID";
|
|
577
|
+
readonly FORBIDDEN_ACCESS: "FORBIDDEN_ACCESS";
|
|
578
|
+
readonly MQTT_KEEP_ALIVE_TIMEOUT: "MQTT_KEEP_ALIVE_TIMEOUT";
|
|
579
|
+
readonly NONE: "NONE";
|
|
580
|
+
readonly SERVER_ERROR: "SERVER_ERROR";
|
|
581
|
+
readonly SERVER_INITIATED_DISCONNECT: "SERVER_INITIATED_DISCONNECT";
|
|
582
|
+
readonly THROTTLED: "THROTTLED";
|
|
583
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
584
|
+
readonly WEBSOCKET_TTL_EXPIRATION: "WEBSOCKET_TTL_EXPIRATION";
|
|
585
|
+
};
|
|
586
|
+
export type DisconnectReasonValue =
|
|
587
|
+
(typeof DisconnectReasonValue)[keyof typeof DisconnectReasonValue];
|
|
588
|
+
export declare const BehaviorCriteriaType: {
|
|
589
|
+
readonly MACHINE_LEARNING: "MACHINE_LEARNING";
|
|
590
|
+
readonly STATIC: "STATIC";
|
|
591
|
+
readonly STATISTICAL: "STATISTICAL";
|
|
592
|
+
};
|
|
593
|
+
export type BehaviorCriteriaType =
|
|
594
|
+
(typeof BehaviorCriteriaType)[keyof typeof BehaviorCriteriaType];
|
|
595
|
+
export declare const SortOrder: {
|
|
596
|
+
readonly Ascending: "ASCENDING";
|
|
597
|
+
readonly Descending: "DESCENDING";
|
|
598
|
+
};
|
|
599
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
600
|
+
export declare const DetectMitigationActionExecutionStatus: {
|
|
601
|
+
readonly FAILED: "FAILED";
|
|
602
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
603
|
+
readonly SKIPPED: "SKIPPED";
|
|
604
|
+
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
605
|
+
};
|
|
606
|
+
export type DetectMitigationActionExecutionStatus =
|
|
607
|
+
(typeof DetectMitigationActionExecutionStatus)[keyof typeof DetectMitigationActionExecutionStatus];
|
|
608
|
+
export declare const SbomValidationResult: {
|
|
609
|
+
readonly FAILED: "FAILED";
|
|
610
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
611
|
+
};
|
|
612
|
+
export type SbomValidationResult =
|
|
613
|
+
(typeof SbomValidationResult)[keyof typeof SbomValidationResult];
|
|
614
|
+
export declare const SbomValidationErrorCode: {
|
|
615
|
+
readonly FILE_SIZE_LIMIT_EXCEEDED: "FILE_SIZE_LIMIT_EXCEEDED";
|
|
616
|
+
readonly INCOMPATIBLE_FORMAT: "INCOMPATIBLE_FORMAT";
|
|
617
|
+
};
|
|
618
|
+
export type SbomValidationErrorCode =
|
|
619
|
+
(typeof SbomValidationErrorCode)[keyof typeof SbomValidationErrorCode];
|
|
620
|
+
export declare const ReportType: {
|
|
621
|
+
readonly ERRORS: "ERRORS";
|
|
622
|
+
readonly RESULTS: "RESULTS";
|
|
623
|
+
};
|
|
624
|
+
export type ReportType = (typeof ReportType)[keyof typeof ReportType];
|
|
625
|
+
export declare const ViolationEventType: {
|
|
626
|
+
readonly ALARM_CLEARED: "alarm-cleared";
|
|
627
|
+
readonly ALARM_INVALIDATED: "alarm-invalidated";
|
|
628
|
+
readonly IN_ALARM: "in-alarm";
|
|
629
|
+
};
|
|
630
|
+
export type ViolationEventType =
|
|
631
|
+
(typeof ViolationEventType)[keyof typeof ViolationEventType];
|
|
632
|
+
export declare const PackageVersionAction: {
|
|
633
|
+
readonly DEPRECATE: "DEPRECATE";
|
|
634
|
+
readonly PUBLISH: "PUBLISH";
|
|
635
|
+
};
|
|
636
|
+
export type PackageVersionAction =
|
|
637
|
+
(typeof PackageVersionAction)[keyof typeof PackageVersionAction];
|