@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
|
@@ -1,30 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { IoTServiceException as __BaseException } from "./IoTServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* @public
|
|
5
|
-
* @enum
|
|
6
|
-
*/
|
|
7
|
-
export declare const AbortAction: {
|
|
8
|
-
readonly CANCEL: "CANCEL";
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*/
|
|
13
|
-
export type AbortAction = (typeof AbortAction)[keyof typeof AbortAction];
|
|
14
|
-
/**
|
|
15
|
-
* @public
|
|
16
|
-
* @enum
|
|
17
|
-
*/
|
|
18
|
-
export declare const JobExecutionFailureType: {
|
|
19
|
-
readonly ALL: "ALL";
|
|
20
|
-
readonly FAILED: "FAILED";
|
|
21
|
-
readonly REJECTED: "REJECTED";
|
|
22
|
-
readonly TIMED_OUT: "TIMED_OUT";
|
|
23
|
-
};
|
|
24
|
-
/**
|
|
25
|
-
* @public
|
|
26
|
-
*/
|
|
27
|
-
export type JobExecutionFailureType = (typeof JobExecutionFailureType)[keyof typeof JobExecutionFailureType];
|
|
1
|
+
import { AbortAction, ActionType, AggregationTypeName, AlertTargetType, ApplicationProtocol, AuditCheckRunStatus, AuditFindingSeverity, AuditFrequency, AuditMitigationActionsExecutionStatus, AuditMitigationActionsTaskStatus, AuditNotificationType, AuditTaskStatus, AuditTaskType, AuthDecision, AuthenticationType, AuthorizerStatus, AwsJobAbortCriteriaAbortAction, AwsJobAbortCriteriaFailureType, CACertificateUpdateAction, CannedAccessControlList, CertificateProviderOperation, CommandNamespace, ComparisonOperator, ConfidenceLevel, ConfigName, CustomMetricType, DayOfWeek, DeviceCertificateUpdateAction, DimensionType, DimensionValueOperator, DynamoKeyType, FleetMetricUnit, JobEndBehavior, JobExecutionFailureType, LogLevel, LogTargetType, MessageFormat, OTAUpdateStatus, PackageVersionStatus, PolicyTemplateName, Protocol, ResourceType, RetryableFailureType, SbomValidationStatus, ServiceType, TargetSelection, TemplateType, ThingPrincipalType, TopicRuleDestinationStatus, VerificationState } from "./enums";
|
|
28
2
|
/**
|
|
29
3
|
* <p>The criteria that determine when and how a job abort takes place.</p>
|
|
30
4
|
* @public
|
|
@@ -83,91 +57,6 @@ export interface AcceptCertificateTransferRequest {
|
|
|
83
57
|
*/
|
|
84
58
|
setAsActive?: boolean | undefined;
|
|
85
59
|
}
|
|
86
|
-
/**
|
|
87
|
-
* <p>An unexpected error has occurred.</p>
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
export declare class InternalFailureException extends __BaseException {
|
|
91
|
-
readonly name: "InternalFailureException";
|
|
92
|
-
readonly $fault: "server";
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* <p>The request is not valid.</p>
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
export declare class InvalidRequestException extends __BaseException {
|
|
103
|
-
readonly name: "InvalidRequestException";
|
|
104
|
-
readonly $fault: "client";
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* <p>The specified resource does not exist.</p>
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
115
|
-
readonly name: "ResourceNotFoundException";
|
|
116
|
-
readonly $fault: "client";
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* <p>The service is temporarily unavailable.</p>
|
|
124
|
-
* @public
|
|
125
|
-
*/
|
|
126
|
-
export declare class ServiceUnavailableException extends __BaseException {
|
|
127
|
-
readonly name: "ServiceUnavailableException";
|
|
128
|
-
readonly $fault: "server";
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
133
|
-
}
|
|
134
|
-
/**
|
|
135
|
-
* <p>The rate exceeds the limit.</p>
|
|
136
|
-
* @public
|
|
137
|
-
*/
|
|
138
|
-
export declare class ThrottlingException extends __BaseException {
|
|
139
|
-
readonly name: "ThrottlingException";
|
|
140
|
-
readonly $fault: "client";
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
145
|
-
}
|
|
146
|
-
/**
|
|
147
|
-
* <p>You can't revert the certificate transfer because the transfer is already
|
|
148
|
-
* complete.</p>
|
|
149
|
-
* @public
|
|
150
|
-
*/
|
|
151
|
-
export declare class TransferAlreadyCompletedException extends __BaseException {
|
|
152
|
-
readonly name: "TransferAlreadyCompletedException";
|
|
153
|
-
readonly $fault: "client";
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
constructor(opts: __ExceptionOptionType<TransferAlreadyCompletedException, __BaseException>);
|
|
158
|
-
}
|
|
159
|
-
/**
|
|
160
|
-
* <p>You are not authorized to perform this operation.</p>
|
|
161
|
-
* @public
|
|
162
|
-
*/
|
|
163
|
-
export declare class UnauthorizedException extends __BaseException {
|
|
164
|
-
readonly name: "UnauthorizedException";
|
|
165
|
-
readonly $fault: "client";
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
|
|
170
|
-
}
|
|
171
60
|
/**
|
|
172
61
|
* <p>Describes an action that updates a CloudWatch alarm.</p>
|
|
173
62
|
* @public
|
|
@@ -254,18 +143,6 @@ export interface CloudwatchMetricAction {
|
|
|
254
143
|
*/
|
|
255
144
|
metricTimestamp?: string | undefined;
|
|
256
145
|
}
|
|
257
|
-
/**
|
|
258
|
-
* @public
|
|
259
|
-
* @enum
|
|
260
|
-
*/
|
|
261
|
-
export declare const DynamoKeyType: {
|
|
262
|
-
readonly NUMBER: "NUMBER";
|
|
263
|
-
readonly STRING: "STRING";
|
|
264
|
-
};
|
|
265
|
-
/**
|
|
266
|
-
* @public
|
|
267
|
-
*/
|
|
268
|
-
export type DynamoKeyType = (typeof DynamoKeyType)[keyof typeof DynamoKeyType];
|
|
269
146
|
/**
|
|
270
147
|
* <p>Describes an action to write to a DynamoDB table.</p>
|
|
271
148
|
* <p>The <code>tableName</code>, <code>hashKeyField</code>, and <code>rangeKeyField</code>
|
|
@@ -1077,24 +954,6 @@ export interface RepublishAction {
|
|
|
1077
954
|
*/
|
|
1078
955
|
headers?: MqttHeaders | undefined;
|
|
1079
956
|
}
|
|
1080
|
-
/**
|
|
1081
|
-
* @public
|
|
1082
|
-
* @enum
|
|
1083
|
-
*/
|
|
1084
|
-
export declare const CannedAccessControlList: {
|
|
1085
|
-
readonly AuthenticatedRead: "authenticated-read";
|
|
1086
|
-
readonly AwsExecRead: "aws-exec-read";
|
|
1087
|
-
readonly BucketOwnerFullControl: "bucket-owner-full-control";
|
|
1088
|
-
readonly BucketOwnerRead: "bucket-owner-read";
|
|
1089
|
-
readonly LogDeliveryWrite: "log-delivery-write";
|
|
1090
|
-
readonly Private: "private";
|
|
1091
|
-
readonly PublicRead: "public-read";
|
|
1092
|
-
readonly PublicReadWrite: "public-read-write";
|
|
1093
|
-
};
|
|
1094
|
-
/**
|
|
1095
|
-
* @public
|
|
1096
|
-
*/
|
|
1097
|
-
export type CannedAccessControlList = (typeof CannedAccessControlList)[keyof typeof CannedAccessControlList];
|
|
1098
957
|
/**
|
|
1099
958
|
* <p>Describes an action to write data to an Amazon S3 bucket.</p>
|
|
1100
959
|
* @public
|
|
@@ -1142,18 +1001,6 @@ export interface SalesforceAction {
|
|
|
1142
1001
|
*/
|
|
1143
1002
|
url: string | undefined;
|
|
1144
1003
|
}
|
|
1145
|
-
/**
|
|
1146
|
-
* @public
|
|
1147
|
-
* @enum
|
|
1148
|
-
*/
|
|
1149
|
-
export declare const MessageFormat: {
|
|
1150
|
-
readonly JSON: "JSON";
|
|
1151
|
-
readonly RAW: "RAW";
|
|
1152
|
-
};
|
|
1153
|
-
/**
|
|
1154
|
-
* @public
|
|
1155
|
-
*/
|
|
1156
|
-
export type MessageFormat = (typeof MessageFormat)[keyof typeof MessageFormat];
|
|
1157
1004
|
/**
|
|
1158
1005
|
* <p>Describes an action to publish to an Amazon SNS topic.</p>
|
|
1159
1006
|
* @public
|
|
@@ -1440,53 +1287,6 @@ export interface Action {
|
|
|
1440
1287
|
*/
|
|
1441
1288
|
location?: LocationAction | undefined;
|
|
1442
1289
|
}
|
|
1443
|
-
/**
|
|
1444
|
-
* @public
|
|
1445
|
-
* @enum
|
|
1446
|
-
*/
|
|
1447
|
-
export declare const ActionType: {
|
|
1448
|
-
readonly CONNECT: "CONNECT";
|
|
1449
|
-
readonly PUBLISH: "PUBLISH";
|
|
1450
|
-
readonly RECEIVE: "RECEIVE";
|
|
1451
|
-
readonly SUBSCRIBE: "SUBSCRIBE";
|
|
1452
|
-
};
|
|
1453
|
-
/**
|
|
1454
|
-
* @public
|
|
1455
|
-
*/
|
|
1456
|
-
export type ActionType = (typeof ActionType)[keyof typeof ActionType];
|
|
1457
|
-
/**
|
|
1458
|
-
* @public
|
|
1459
|
-
* @enum
|
|
1460
|
-
*/
|
|
1461
|
-
export declare const ComparisonOperator: {
|
|
1462
|
-
readonly GREATER_THAN: "greater-than";
|
|
1463
|
-
readonly GREATER_THAN_EQUALS: "greater-than-equals";
|
|
1464
|
-
readonly IN_CIDR_SET: "in-cidr-set";
|
|
1465
|
-
readonly IN_PORT_SET: "in-port-set";
|
|
1466
|
-
readonly IN_SET: "in-set";
|
|
1467
|
-
readonly LESS_THAN: "less-than";
|
|
1468
|
-
readonly LESS_THAN_EQUALS: "less-than-equals";
|
|
1469
|
-
readonly NOT_IN_CIDR_SET: "not-in-cidr-set";
|
|
1470
|
-
readonly NOT_IN_PORT_SET: "not-in-port-set";
|
|
1471
|
-
readonly NOT_IN_SET: "not-in-set";
|
|
1472
|
-
};
|
|
1473
|
-
/**
|
|
1474
|
-
* @public
|
|
1475
|
-
*/
|
|
1476
|
-
export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
1477
|
-
/**
|
|
1478
|
-
* @public
|
|
1479
|
-
* @enum
|
|
1480
|
-
*/
|
|
1481
|
-
export declare const ConfidenceLevel: {
|
|
1482
|
-
readonly HIGH: "HIGH";
|
|
1483
|
-
readonly LOW: "LOW";
|
|
1484
|
-
readonly MEDIUM: "MEDIUM";
|
|
1485
|
-
};
|
|
1486
|
-
/**
|
|
1487
|
-
* @public
|
|
1488
|
-
*/
|
|
1489
|
-
export type ConfidenceLevel = (typeof ConfidenceLevel)[keyof typeof ConfidenceLevel];
|
|
1490
1290
|
/**
|
|
1491
1291
|
* <p>
|
|
1492
1292
|
* The configuration of an ML Detect Security Profile.
|
|
@@ -1643,18 +1443,6 @@ export interface BehaviorCriteria {
|
|
|
1643
1443
|
*/
|
|
1644
1444
|
mlDetectionConfig?: MachineLearningDetectionConfig | undefined;
|
|
1645
1445
|
}
|
|
1646
|
-
/**
|
|
1647
|
-
* @public
|
|
1648
|
-
* @enum
|
|
1649
|
-
*/
|
|
1650
|
-
export declare const DimensionValueOperator: {
|
|
1651
|
-
readonly IN: "IN";
|
|
1652
|
-
readonly NOT_IN: "NOT_IN";
|
|
1653
|
-
};
|
|
1654
|
-
/**
|
|
1655
|
-
* @public
|
|
1656
|
-
*/
|
|
1657
|
-
export type DimensionValueOperator = (typeof DimensionValueOperator)[keyof typeof DimensionValueOperator];
|
|
1658
1446
|
/**
|
|
1659
1447
|
* <p>The dimension of a metric.</p>
|
|
1660
1448
|
* @public
|
|
@@ -1714,20 +1502,6 @@ export interface Behavior {
|
|
|
1714
1502
|
*/
|
|
1715
1503
|
exportMetric?: boolean | undefined;
|
|
1716
1504
|
}
|
|
1717
|
-
/**
|
|
1718
|
-
* @public
|
|
1719
|
-
* @enum
|
|
1720
|
-
*/
|
|
1721
|
-
export declare const VerificationState: {
|
|
1722
|
-
readonly BENIGN_POSITIVE: "BENIGN_POSITIVE";
|
|
1723
|
-
readonly FALSE_POSITIVE: "FALSE_POSITIVE";
|
|
1724
|
-
readonly TRUE_POSITIVE: "TRUE_POSITIVE";
|
|
1725
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
1726
|
-
};
|
|
1727
|
-
/**
|
|
1728
|
-
* @public
|
|
1729
|
-
*/
|
|
1730
|
-
export type VerificationState = (typeof VerificationState)[keyof typeof VerificationState];
|
|
1731
1505
|
/**
|
|
1732
1506
|
* <p>
|
|
1733
1507
|
* The details of a violation event.
|
|
@@ -1909,19 +1683,6 @@ export interface AddThingToThingGroupRequest {
|
|
|
1909
1683
|
*/
|
|
1910
1684
|
export interface AddThingToThingGroupResponse {
|
|
1911
1685
|
}
|
|
1912
|
-
/**
|
|
1913
|
-
* @public
|
|
1914
|
-
* @enum
|
|
1915
|
-
*/
|
|
1916
|
-
export declare const AggregationTypeName: {
|
|
1917
|
-
readonly CARDINALITY: "Cardinality";
|
|
1918
|
-
readonly PERCENTILES: "Percentiles";
|
|
1919
|
-
readonly STATISTICS: "Statistics";
|
|
1920
|
-
};
|
|
1921
|
-
/**
|
|
1922
|
-
* @public
|
|
1923
|
-
*/
|
|
1924
|
-
export type AggregationTypeName = (typeof AggregationTypeName)[keyof typeof AggregationTypeName];
|
|
1925
1686
|
/**
|
|
1926
1687
|
* <p>The type of aggregation queries.</p>
|
|
1927
1688
|
* @public
|
|
@@ -1955,17 +1716,6 @@ export interface AlertTarget {
|
|
|
1955
1716
|
*/
|
|
1956
1717
|
roleArn: string | undefined;
|
|
1957
1718
|
}
|
|
1958
|
-
/**
|
|
1959
|
-
* @public
|
|
1960
|
-
* @enum
|
|
1961
|
-
*/
|
|
1962
|
-
export declare const AlertTargetType: {
|
|
1963
|
-
readonly SNS: "SNS";
|
|
1964
|
-
};
|
|
1965
|
-
/**
|
|
1966
|
-
* @public
|
|
1967
|
-
*/
|
|
1968
|
-
export type AlertTargetType = (typeof AlertTargetType)[keyof typeof AlertTargetType];
|
|
1969
1719
|
/**
|
|
1970
1720
|
* <p>Describes an IoT policy.</p>
|
|
1971
1721
|
* @public
|
|
@@ -1993,20 +1743,6 @@ export interface Allowed {
|
|
|
1993
1743
|
*/
|
|
1994
1744
|
policies?: Policy[] | undefined;
|
|
1995
1745
|
}
|
|
1996
|
-
/**
|
|
1997
|
-
* @public
|
|
1998
|
-
* @enum
|
|
1999
|
-
*/
|
|
2000
|
-
export declare const ApplicationProtocol: {
|
|
2001
|
-
readonly DEFAULT: "DEFAULT";
|
|
2002
|
-
readonly HTTPS: "HTTPS";
|
|
2003
|
-
readonly MQTT_WSS: "MQTT_WSS";
|
|
2004
|
-
readonly SECURE_MQTT: "SECURE_MQTT";
|
|
2005
|
-
};
|
|
2006
|
-
/**
|
|
2007
|
-
* @public
|
|
2008
|
-
*/
|
|
2009
|
-
export type ApplicationProtocol = (typeof ApplicationProtocol)[keyof typeof ApplicationProtocol];
|
|
2010
1746
|
/**
|
|
2011
1747
|
* <p>The S3 location.</p>
|
|
2012
1748
|
* @public
|
|
@@ -2066,19 +1802,6 @@ export interface AssociateSbomWithPackageVersionRequest {
|
|
|
2066
1802
|
*/
|
|
2067
1803
|
clientToken?: string | undefined;
|
|
2068
1804
|
}
|
|
2069
|
-
/**
|
|
2070
|
-
* @public
|
|
2071
|
-
* @enum
|
|
2072
|
-
*/
|
|
2073
|
-
export declare const SbomValidationStatus: {
|
|
2074
|
-
readonly FAILED: "FAILED";
|
|
2075
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2076
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
2077
|
-
};
|
|
2078
|
-
/**
|
|
2079
|
-
* @public
|
|
2080
|
-
*/
|
|
2081
|
-
export type SbomValidationStatus = (typeof SbomValidationStatus)[keyof typeof SbomValidationStatus];
|
|
2082
1805
|
/**
|
|
2083
1806
|
* @public
|
|
2084
1807
|
*/
|
|
@@ -2105,60 +1828,6 @@ export interface AssociateSbomWithPackageVersionResponse {
|
|
|
2105
1828
|
*/
|
|
2106
1829
|
sbomValidationStatus?: SbomValidationStatus | undefined;
|
|
2107
1830
|
}
|
|
2108
|
-
/**
|
|
2109
|
-
* <p>The request conflicts with the current state of the resource.</p>
|
|
2110
|
-
* @public
|
|
2111
|
-
*/
|
|
2112
|
-
export declare class ConflictException extends __BaseException {
|
|
2113
|
-
readonly name: "ConflictException";
|
|
2114
|
-
readonly $fault: "client";
|
|
2115
|
-
/**
|
|
2116
|
-
* <p>A resource with the same name already exists.</p>
|
|
2117
|
-
* @public
|
|
2118
|
-
*/
|
|
2119
|
-
resourceId?: string | undefined;
|
|
2120
|
-
/**
|
|
2121
|
-
* @internal
|
|
2122
|
-
*/
|
|
2123
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
2124
|
-
}
|
|
2125
|
-
/**
|
|
2126
|
-
* <p>Internal error from the service that indicates an unexpected error or that the service
|
|
2127
|
-
* is unavailable.</p>
|
|
2128
|
-
* @public
|
|
2129
|
-
*/
|
|
2130
|
-
export declare class InternalServerException extends __BaseException {
|
|
2131
|
-
readonly name: "InternalServerException";
|
|
2132
|
-
readonly $fault: "server";
|
|
2133
|
-
/**
|
|
2134
|
-
* @internal
|
|
2135
|
-
*/
|
|
2136
|
-
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
2137
|
-
}
|
|
2138
|
-
/**
|
|
2139
|
-
* <p>Service quota has been exceeded.</p>
|
|
2140
|
-
* @public
|
|
2141
|
-
*/
|
|
2142
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
2143
|
-
readonly name: "ServiceQuotaExceededException";
|
|
2144
|
-
readonly $fault: "client";
|
|
2145
|
-
/**
|
|
2146
|
-
* @internal
|
|
2147
|
-
*/
|
|
2148
|
-
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
2149
|
-
}
|
|
2150
|
-
/**
|
|
2151
|
-
* <p>The request is not valid.</p>
|
|
2152
|
-
* @public
|
|
2153
|
-
*/
|
|
2154
|
-
export declare class ValidationException extends __BaseException {
|
|
2155
|
-
readonly name: "ValidationException";
|
|
2156
|
-
readonly $fault: "client";
|
|
2157
|
-
/**
|
|
2158
|
-
* @internal
|
|
2159
|
-
*/
|
|
2160
|
-
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
2161
|
-
}
|
|
2162
1831
|
/**
|
|
2163
1832
|
* @public
|
|
2164
1833
|
*/
|
|
@@ -2215,18 +1884,6 @@ export interface AssociateTargetsWithJobResponse {
|
|
|
2215
1884
|
*/
|
|
2216
1885
|
description?: string | undefined;
|
|
2217
1886
|
}
|
|
2218
|
-
/**
|
|
2219
|
-
* <p>A limit has been exceeded.</p>
|
|
2220
|
-
* @public
|
|
2221
|
-
*/
|
|
2222
|
-
export declare class LimitExceededException extends __BaseException {
|
|
2223
|
-
readonly name: "LimitExceededException";
|
|
2224
|
-
readonly $fault: "client";
|
|
2225
|
-
/**
|
|
2226
|
-
* @internal
|
|
2227
|
-
*/
|
|
2228
|
-
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
2229
|
-
}
|
|
2230
1887
|
/**
|
|
2231
1888
|
* @public
|
|
2232
1889
|
*/
|
|
@@ -2279,32 +1936,6 @@ export interface AttachSecurityProfileRequest {
|
|
|
2279
1936
|
*/
|
|
2280
1937
|
export interface AttachSecurityProfileResponse {
|
|
2281
1938
|
}
|
|
2282
|
-
/**
|
|
2283
|
-
* <p>An exception thrown when the version of an entity specified with the
|
|
2284
|
-
* <code>expectedVersion</code> parameter does not match the latest version in the
|
|
2285
|
-
* system.</p>
|
|
2286
|
-
* @public
|
|
2287
|
-
*/
|
|
2288
|
-
export declare class VersionConflictException extends __BaseException {
|
|
2289
|
-
readonly name: "VersionConflictException";
|
|
2290
|
-
readonly $fault: "client";
|
|
2291
|
-
/**
|
|
2292
|
-
* @internal
|
|
2293
|
-
*/
|
|
2294
|
-
constructor(opts: __ExceptionOptionType<VersionConflictException, __BaseException>);
|
|
2295
|
-
}
|
|
2296
|
-
/**
|
|
2297
|
-
* @public
|
|
2298
|
-
* @enum
|
|
2299
|
-
*/
|
|
2300
|
-
export declare const ThingPrincipalType: {
|
|
2301
|
-
readonly EXCLUSIVE_THING: "EXCLUSIVE_THING";
|
|
2302
|
-
readonly NON_EXCLUSIVE_THING: "NON_EXCLUSIVE_THING";
|
|
2303
|
-
};
|
|
2304
|
-
/**
|
|
2305
|
-
* @public
|
|
2306
|
-
*/
|
|
2307
|
-
export type ThingPrincipalType = (typeof ThingPrincipalType)[keyof typeof ThingPrincipalType];
|
|
2308
1939
|
/**
|
|
2309
1940
|
* <p>The input for the AttachThingPrincipal operation.</p>
|
|
2310
1941
|
* @public
|
|
@@ -2371,18 +2002,6 @@ export interface AttributePayload {
|
|
|
2371
2002
|
*/
|
|
2372
2003
|
merge?: boolean | undefined;
|
|
2373
2004
|
}
|
|
2374
|
-
/**
|
|
2375
|
-
* @public
|
|
2376
|
-
* @enum
|
|
2377
|
-
*/
|
|
2378
|
-
export declare const ConfigName: {
|
|
2379
|
-
readonly CERT_AGE_THRESHOLD_IN_DAYS: "CERT_AGE_THRESHOLD_IN_DAYS";
|
|
2380
|
-
readonly CERT_EXPIRATION_THRESHOLD_IN_DAYS: "CERT_EXPIRATION_THRESHOLD_IN_DAYS";
|
|
2381
|
-
};
|
|
2382
|
-
/**
|
|
2383
|
-
* @public
|
|
2384
|
-
*/
|
|
2385
|
-
export type ConfigName = (typeof ConfigName)[keyof typeof ConfigName];
|
|
2386
2005
|
/**
|
|
2387
2006
|
* <p>Which audit checks are enabled and disabled for this account.</p>
|
|
2388
2007
|
* @public
|
|
@@ -2399,22 +2018,6 @@ export interface AuditCheckConfiguration {
|
|
|
2399
2018
|
*/
|
|
2400
2019
|
configuration?: Partial<Record<ConfigName, string>> | undefined;
|
|
2401
2020
|
}
|
|
2402
|
-
/**
|
|
2403
|
-
* @public
|
|
2404
|
-
* @enum
|
|
2405
|
-
*/
|
|
2406
|
-
export declare const AuditCheckRunStatus: {
|
|
2407
|
-
readonly CANCELED: "CANCELED";
|
|
2408
|
-
readonly COMPLETED_COMPLIANT: "COMPLETED_COMPLIANT";
|
|
2409
|
-
readonly COMPLETED_NON_COMPLIANT: "COMPLETED_NON_COMPLIANT";
|
|
2410
|
-
readonly FAILED: "FAILED";
|
|
2411
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2412
|
-
readonly WAITING_FOR_DATA_COLLECTION: "WAITING_FOR_DATA_COLLECTION";
|
|
2413
|
-
};
|
|
2414
|
-
/**
|
|
2415
|
-
* @public
|
|
2416
|
-
*/
|
|
2417
|
-
export type AuditCheckRunStatus = (typeof AuditCheckRunStatus)[keyof typeof AuditCheckRunStatus];
|
|
2418
2021
|
/**
|
|
2419
2022
|
* <p>Information about the audit check.</p>
|
|
2420
2023
|
* @public
|
|
@@ -2553,25 +2156,6 @@ export interface ResourceIdentifier {
|
|
|
2553
2156
|
*/
|
|
2554
2157
|
deviceCertificateArn?: string | undefined;
|
|
2555
2158
|
}
|
|
2556
|
-
/**
|
|
2557
|
-
* @public
|
|
2558
|
-
* @enum
|
|
2559
|
-
*/
|
|
2560
|
-
export declare const ResourceType: {
|
|
2561
|
-
readonly ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS";
|
|
2562
|
-
readonly CA_CERTIFICATE: "CA_CERTIFICATE";
|
|
2563
|
-
readonly CLIENT_ID: "CLIENT_ID";
|
|
2564
|
-
readonly COGNITO_IDENTITY_POOL: "COGNITO_IDENTITY_POOL";
|
|
2565
|
-
readonly DEVICE_CERTIFICATE: "DEVICE_CERTIFICATE";
|
|
2566
|
-
readonly IAM_ROLE: "IAM_ROLE";
|
|
2567
|
-
readonly IOT_POLICY: "IOT_POLICY";
|
|
2568
|
-
readonly ISSUER_CERTIFICATE: "ISSUER_CERTIFICATE";
|
|
2569
|
-
readonly ROLE_ALIAS: "ROLE_ALIAS";
|
|
2570
|
-
};
|
|
2571
|
-
/**
|
|
2572
|
-
* @public
|
|
2573
|
-
*/
|
|
2574
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
2575
2159
|
/**
|
|
2576
2160
|
* <p>Information about the resource that was noncompliant with the audit check.</p>
|
|
2577
2161
|
* @public
|
|
@@ -2614,20 +2198,6 @@ export interface RelatedResource {
|
|
|
2614
2198
|
*/
|
|
2615
2199
|
additionalInfo?: Record<string, string> | undefined;
|
|
2616
2200
|
}
|
|
2617
|
-
/**
|
|
2618
|
-
* @public
|
|
2619
|
-
* @enum
|
|
2620
|
-
*/
|
|
2621
|
-
export declare const AuditFindingSeverity: {
|
|
2622
|
-
readonly CRITICAL: "CRITICAL";
|
|
2623
|
-
readonly HIGH: "HIGH";
|
|
2624
|
-
readonly LOW: "LOW";
|
|
2625
|
-
readonly MEDIUM: "MEDIUM";
|
|
2626
|
-
};
|
|
2627
|
-
/**
|
|
2628
|
-
* @public
|
|
2629
|
-
*/
|
|
2630
|
-
export type AuditFindingSeverity = (typeof AuditFindingSeverity)[keyof typeof AuditFindingSeverity];
|
|
2631
2201
|
/**
|
|
2632
2202
|
* <p>The findings (results) of the audit.</p>
|
|
2633
2203
|
* @public
|
|
@@ -2693,36 +2263,6 @@ export interface AuditFinding {
|
|
|
2693
2263
|
*/
|
|
2694
2264
|
isSuppressed?: boolean | undefined;
|
|
2695
2265
|
}
|
|
2696
|
-
/**
|
|
2697
|
-
* @public
|
|
2698
|
-
* @enum
|
|
2699
|
-
*/
|
|
2700
|
-
export declare const AuditFrequency: {
|
|
2701
|
-
readonly BIWEEKLY: "BIWEEKLY";
|
|
2702
|
-
readonly DAILY: "DAILY";
|
|
2703
|
-
readonly MONTHLY: "MONTHLY";
|
|
2704
|
-
readonly WEEKLY: "WEEKLY";
|
|
2705
|
-
};
|
|
2706
|
-
/**
|
|
2707
|
-
* @public
|
|
2708
|
-
*/
|
|
2709
|
-
export type AuditFrequency = (typeof AuditFrequency)[keyof typeof AuditFrequency];
|
|
2710
|
-
/**
|
|
2711
|
-
* @public
|
|
2712
|
-
* @enum
|
|
2713
|
-
*/
|
|
2714
|
-
export declare const AuditMitigationActionsExecutionStatus: {
|
|
2715
|
-
readonly CANCELED: "CANCELED";
|
|
2716
|
-
readonly COMPLETED: "COMPLETED";
|
|
2717
|
-
readonly FAILED: "FAILED";
|
|
2718
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2719
|
-
readonly PENDING: "PENDING";
|
|
2720
|
-
readonly SKIPPED: "SKIPPED";
|
|
2721
|
-
};
|
|
2722
|
-
/**
|
|
2723
|
-
* @public
|
|
2724
|
-
*/
|
|
2725
|
-
export type AuditMitigationActionsExecutionStatus = (typeof AuditMitigationActionsExecutionStatus)[keyof typeof AuditMitigationActionsExecutionStatus];
|
|
2726
2266
|
/**
|
|
2727
2267
|
* <p>Returned by ListAuditMitigationActionsTask, this object contains information that describes a mitigation action that has been started.</p>
|
|
2728
2268
|
* @public
|
|
@@ -2774,20 +2314,6 @@ export interface AuditMitigationActionExecutionMetadata {
|
|
|
2774
2314
|
*/
|
|
2775
2315
|
message?: string | undefined;
|
|
2776
2316
|
}
|
|
2777
|
-
/**
|
|
2778
|
-
* @public
|
|
2779
|
-
* @enum
|
|
2780
|
-
*/
|
|
2781
|
-
export declare const AuditMitigationActionsTaskStatus: {
|
|
2782
|
-
readonly CANCELED: "CANCELED";
|
|
2783
|
-
readonly COMPLETED: "COMPLETED";
|
|
2784
|
-
readonly FAILED: "FAILED";
|
|
2785
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2786
|
-
};
|
|
2787
|
-
/**
|
|
2788
|
-
* @public
|
|
2789
|
-
*/
|
|
2790
|
-
export type AuditMitigationActionsTaskStatus = (typeof AuditMitigationActionsTaskStatus)[keyof typeof AuditMitigationActionsTaskStatus];
|
|
2791
2317
|
/**
|
|
2792
2318
|
* <p>Information about an audit mitigation actions task that is returned by <code>ListAuditMitigationActionsTasks</code>.</p>
|
|
2793
2319
|
* @public
|
|
@@ -2882,17 +2408,6 @@ export interface AuditNotificationTarget {
|
|
|
2882
2408
|
*/
|
|
2883
2409
|
enabled?: boolean | undefined;
|
|
2884
2410
|
}
|
|
2885
|
-
/**
|
|
2886
|
-
* @public
|
|
2887
|
-
* @enum
|
|
2888
|
-
*/
|
|
2889
|
-
export declare const AuditNotificationType: {
|
|
2890
|
-
readonly SNS: "SNS";
|
|
2891
|
-
};
|
|
2892
|
-
/**
|
|
2893
|
-
* @public
|
|
2894
|
-
*/
|
|
2895
|
-
export type AuditNotificationType = (typeof AuditNotificationType)[keyof typeof AuditNotificationType];
|
|
2896
2411
|
/**
|
|
2897
2412
|
* <p> Filters out specific findings of a Device Defender audit. </p>
|
|
2898
2413
|
* @public
|
|
@@ -2933,32 +2448,6 @@ export interface AuditSuppression {
|
|
|
2933
2448
|
*/
|
|
2934
2449
|
description?: string | undefined;
|
|
2935
2450
|
}
|
|
2936
|
-
/**
|
|
2937
|
-
* @public
|
|
2938
|
-
* @enum
|
|
2939
|
-
*/
|
|
2940
|
-
export declare const AuditTaskStatus: {
|
|
2941
|
-
readonly CANCELED: "CANCELED";
|
|
2942
|
-
readonly COMPLETED: "COMPLETED";
|
|
2943
|
-
readonly FAILED: "FAILED";
|
|
2944
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2945
|
-
};
|
|
2946
|
-
/**
|
|
2947
|
-
* @public
|
|
2948
|
-
*/
|
|
2949
|
-
export type AuditTaskStatus = (typeof AuditTaskStatus)[keyof typeof AuditTaskStatus];
|
|
2950
|
-
/**
|
|
2951
|
-
* @public
|
|
2952
|
-
* @enum
|
|
2953
|
-
*/
|
|
2954
|
-
export declare const AuditTaskType: {
|
|
2955
|
-
readonly ON_DEMAND_AUDIT_TASK: "ON_DEMAND_AUDIT_TASK";
|
|
2956
|
-
readonly SCHEDULED_AUDIT_TASK: "SCHEDULED_AUDIT_TASK";
|
|
2957
|
-
};
|
|
2958
|
-
/**
|
|
2959
|
-
* @public
|
|
2960
|
-
*/
|
|
2961
|
-
export type AuditTaskType = (typeof AuditTaskType)[keyof typeof AuditTaskType];
|
|
2962
2451
|
/**
|
|
2963
2452
|
* <p>The audits that were performed.</p>
|
|
2964
2453
|
* @public
|
|
@@ -2981,34 +2470,6 @@ export interface AuditTaskMetadata {
|
|
|
2981
2470
|
*/
|
|
2982
2471
|
taskType?: AuditTaskType | undefined;
|
|
2983
2472
|
}
|
|
2984
|
-
/**
|
|
2985
|
-
* @public
|
|
2986
|
-
* @enum
|
|
2987
|
-
*/
|
|
2988
|
-
export declare const AuthDecision: {
|
|
2989
|
-
readonly ALLOWED: "ALLOWED";
|
|
2990
|
-
readonly EXPLICIT_DENY: "EXPLICIT_DENY";
|
|
2991
|
-
readonly IMPLICIT_DENY: "IMPLICIT_DENY";
|
|
2992
|
-
};
|
|
2993
|
-
/**
|
|
2994
|
-
* @public
|
|
2995
|
-
*/
|
|
2996
|
-
export type AuthDecision = (typeof AuthDecision)[keyof typeof AuthDecision];
|
|
2997
|
-
/**
|
|
2998
|
-
* @public
|
|
2999
|
-
* @enum
|
|
3000
|
-
*/
|
|
3001
|
-
export declare const AuthenticationType: {
|
|
3002
|
-
readonly AWS_SIGV4: "AWS_SIGV4";
|
|
3003
|
-
readonly AWS_X509: "AWS_X509";
|
|
3004
|
-
readonly CUSTOM_AUTH: "CUSTOM_AUTH";
|
|
3005
|
-
readonly CUSTOM_AUTH_X509: "CUSTOM_AUTH_X509";
|
|
3006
|
-
readonly DEFAULT: "DEFAULT";
|
|
3007
|
-
};
|
|
3008
|
-
/**
|
|
3009
|
-
* @public
|
|
3010
|
-
*/
|
|
3011
|
-
export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType];
|
|
3012
2473
|
/**
|
|
3013
2474
|
* <p>A collection of authorization information.</p>
|
|
3014
2475
|
* @public
|
|
@@ -3042,18 +2503,6 @@ export interface AuthorizerConfig {
|
|
|
3042
2503
|
*/
|
|
3043
2504
|
allowAuthorizerOverride?: boolean | undefined;
|
|
3044
2505
|
}
|
|
3045
|
-
/**
|
|
3046
|
-
* @public
|
|
3047
|
-
* @enum
|
|
3048
|
-
*/
|
|
3049
|
-
export declare const AuthorizerStatus: {
|
|
3050
|
-
readonly ACTIVE: "ACTIVE";
|
|
3051
|
-
readonly INACTIVE: "INACTIVE";
|
|
3052
|
-
};
|
|
3053
|
-
/**
|
|
3054
|
-
* @public
|
|
3055
|
-
*/
|
|
3056
|
-
export type AuthorizerStatus = (typeof AuthorizerStatus)[keyof typeof AuthorizerStatus];
|
|
3057
2506
|
/**
|
|
3058
2507
|
* <p>The authorizer description.</p>
|
|
3059
2508
|
* @public
|
|
@@ -3204,18 +2653,6 @@ export interface AuthResult {
|
|
|
3204
2653
|
*/
|
|
3205
2654
|
missingContextValues?: string[] | undefined;
|
|
3206
2655
|
}
|
|
3207
|
-
/**
|
|
3208
|
-
* @public
|
|
3209
|
-
* @enum
|
|
3210
|
-
*/
|
|
3211
|
-
export declare const AutoRegistrationStatus: {
|
|
3212
|
-
readonly DISABLE: "DISABLE";
|
|
3213
|
-
readonly ENABLE: "ENABLE";
|
|
3214
|
-
};
|
|
3215
|
-
/**
|
|
3216
|
-
* @public
|
|
3217
|
-
*/
|
|
3218
|
-
export type AutoRegistrationStatus = (typeof AutoRegistrationStatus)[keyof typeof AutoRegistrationStatus];
|
|
3219
2656
|
/**
|
|
3220
2657
|
* @public
|
|
3221
2658
|
*/
|
|
@@ -3371,20 +2808,6 @@ export interface CancelJobExecutionRequest {
|
|
|
3371
2808
|
*/
|
|
3372
2809
|
statusDetails?: Record<string, string> | undefined;
|
|
3373
2810
|
}
|
|
3374
|
-
/**
|
|
3375
|
-
* <p>An attempt was made to change to an invalid state, for example by deleting a job or a
|
|
3376
|
-
* job execution which is "IN_PROGRESS" without setting the <code>force</code>
|
|
3377
|
-
* parameter.</p>
|
|
3378
|
-
* @public
|
|
3379
|
-
*/
|
|
3380
|
-
export declare class InvalidStateTransitionException extends __BaseException {
|
|
3381
|
-
readonly name: "InvalidStateTransitionException";
|
|
3382
|
-
readonly $fault: "client";
|
|
3383
|
-
/**
|
|
3384
|
-
* @internal
|
|
3385
|
-
*/
|
|
3386
|
-
constructor(opts: __ExceptionOptionType<InvalidStateTransitionException, __BaseException>);
|
|
3387
|
-
}
|
|
3388
2811
|
/**
|
|
3389
2812
|
* @public
|
|
3390
2813
|
*/
|
|
@@ -3410,31 +2833,6 @@ export interface ConfirmTopicRuleDestinationRequest {
|
|
|
3410
2833
|
*/
|
|
3411
2834
|
export interface ConfirmTopicRuleDestinationResponse {
|
|
3412
2835
|
}
|
|
3413
|
-
/**
|
|
3414
|
-
* <p>A conflicting resource update exception. This exception is thrown when two pending
|
|
3415
|
-
* updates cause a conflict.</p>
|
|
3416
|
-
* @public
|
|
3417
|
-
*/
|
|
3418
|
-
export declare class ConflictingResourceUpdateException extends __BaseException {
|
|
3419
|
-
readonly name: "ConflictingResourceUpdateException";
|
|
3420
|
-
readonly $fault: "client";
|
|
3421
|
-
/**
|
|
3422
|
-
* @internal
|
|
3423
|
-
*/
|
|
3424
|
-
constructor(opts: __ExceptionOptionType<ConflictingResourceUpdateException, __BaseException>);
|
|
3425
|
-
}
|
|
3426
|
-
/**
|
|
3427
|
-
* <p>An unexpected error has occurred.</p>
|
|
3428
|
-
* @public
|
|
3429
|
-
*/
|
|
3430
|
-
export declare class InternalException extends __BaseException {
|
|
3431
|
-
readonly name: "InternalException";
|
|
3432
|
-
readonly $fault: "server";
|
|
3433
|
-
/**
|
|
3434
|
-
* @internal
|
|
3435
|
-
*/
|
|
3436
|
-
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
3437
|
-
}
|
|
3438
2836
|
/**
|
|
3439
2837
|
* @public
|
|
3440
2838
|
*/
|
|
@@ -3487,28 +2885,6 @@ export interface CreateAuditSuppressionRequest {
|
|
|
3487
2885
|
*/
|
|
3488
2886
|
export interface CreateAuditSuppressionResponse {
|
|
3489
2887
|
}
|
|
3490
|
-
/**
|
|
3491
|
-
* <p>The resource already exists.</p>
|
|
3492
|
-
* @public
|
|
3493
|
-
*/
|
|
3494
|
-
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
3495
|
-
readonly name: "ResourceAlreadyExistsException";
|
|
3496
|
-
readonly $fault: "client";
|
|
3497
|
-
/**
|
|
3498
|
-
* <p>The ID of the resource that caused the exception.</p>
|
|
3499
|
-
* @public
|
|
3500
|
-
*/
|
|
3501
|
-
resourceId?: string | undefined;
|
|
3502
|
-
/**
|
|
3503
|
-
* <p>The ARN of the resource that caused the exception.</p>
|
|
3504
|
-
* @public
|
|
3505
|
-
*/
|
|
3506
|
-
resourceArn?: string | undefined;
|
|
3507
|
-
/**
|
|
3508
|
-
* @internal
|
|
3509
|
-
*/
|
|
3510
|
-
constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
|
|
3511
|
-
}
|
|
3512
2888
|
/**
|
|
3513
2889
|
* <p>A set of key/value pairs that are used to manage the resource.</p>
|
|
3514
2890
|
* @public
|
|
@@ -3687,17 +3063,6 @@ export interface CreateCertificateFromCsrResponse {
|
|
|
3687
3063
|
*/
|
|
3688
3064
|
certificatePem?: string | undefined;
|
|
3689
3065
|
}
|
|
3690
|
-
/**
|
|
3691
|
-
* @public
|
|
3692
|
-
* @enum
|
|
3693
|
-
*/
|
|
3694
|
-
export declare const CertificateProviderOperation: {
|
|
3695
|
-
readonly CreateCertificateFromCsr: "CreateCertificateFromCsr";
|
|
3696
|
-
};
|
|
3697
|
-
/**
|
|
3698
|
-
* @public
|
|
3699
|
-
*/
|
|
3700
|
-
export type CertificateProviderOperation = (typeof CertificateProviderOperation)[keyof typeof CertificateProviderOperation];
|
|
3701
3066
|
/**
|
|
3702
3067
|
* @public
|
|
3703
3068
|
*/
|
|
@@ -3828,18 +3193,6 @@ export interface CommandParameter {
|
|
|
3828
3193
|
*/
|
|
3829
3194
|
description?: string | undefined;
|
|
3830
3195
|
}
|
|
3831
|
-
/**
|
|
3832
|
-
* @public
|
|
3833
|
-
* @enum
|
|
3834
|
-
*/
|
|
3835
|
-
export declare const CommandNamespace: {
|
|
3836
|
-
readonly AWSIoT: "AWS-IoT";
|
|
3837
|
-
readonly AWSIoTFleetWise: "AWS-IoT-FleetWise";
|
|
3838
|
-
};
|
|
3839
|
-
/**
|
|
3840
|
-
* @public
|
|
3841
|
-
*/
|
|
3842
|
-
export type CommandNamespace = (typeof CommandNamespace)[keyof typeof CommandNamespace];
|
|
3843
3196
|
/**
|
|
3844
3197
|
* <p>The command payload object that contains the instructions for the device
|
|
3845
3198
|
* to process.</p>
|
|
@@ -3935,20 +3288,6 @@ export interface CreateCommandResponse {
|
|
|
3935
3288
|
*/
|
|
3936
3289
|
commandArn?: string | undefined;
|
|
3937
3290
|
}
|
|
3938
|
-
/**
|
|
3939
|
-
* @public
|
|
3940
|
-
* @enum
|
|
3941
|
-
*/
|
|
3942
|
-
export declare const CustomMetricType: {
|
|
3943
|
-
readonly IP_ADDRESS_LIST: "ip-address-list";
|
|
3944
|
-
readonly NUMBER: "number";
|
|
3945
|
-
readonly NUMBER_LIST: "number-list";
|
|
3946
|
-
readonly STRING_LIST: "string-list";
|
|
3947
|
-
};
|
|
3948
|
-
/**
|
|
3949
|
-
* @public
|
|
3950
|
-
*/
|
|
3951
|
-
export type CustomMetricType = (typeof CustomMetricType)[keyof typeof CustomMetricType];
|
|
3952
3291
|
/**
|
|
3953
3292
|
* @public
|
|
3954
3293
|
*/
|
|
@@ -4014,17 +3353,6 @@ export interface CreateCustomMetricResponse {
|
|
|
4014
3353
|
*/
|
|
4015
3354
|
metricArn?: string | undefined;
|
|
4016
3355
|
}
|
|
4017
|
-
/**
|
|
4018
|
-
* @public
|
|
4019
|
-
* @enum
|
|
4020
|
-
*/
|
|
4021
|
-
export declare const DimensionType: {
|
|
4022
|
-
readonly TOPIC_FILTER: "TOPIC_FILTER";
|
|
4023
|
-
};
|
|
4024
|
-
/**
|
|
4025
|
-
* @public
|
|
4026
|
-
*/
|
|
4027
|
-
export type DimensionType = (typeof DimensionType)[keyof typeof DimensionType];
|
|
4028
3356
|
/**
|
|
4029
3357
|
* @public
|
|
4030
3358
|
*/
|
|
@@ -4075,18 +3403,6 @@ export interface CreateDimensionResponse {
|
|
|
4075
3403
|
*/
|
|
4076
3404
|
arn?: string | undefined;
|
|
4077
3405
|
}
|
|
4078
|
-
/**
|
|
4079
|
-
* <p>The certificate is invalid.</p>
|
|
4080
|
-
* @public
|
|
4081
|
-
*/
|
|
4082
|
-
export declare class CertificateValidationException extends __BaseException {
|
|
4083
|
-
readonly name: "CertificateValidationException";
|
|
4084
|
-
readonly $fault: "client";
|
|
4085
|
-
/**
|
|
4086
|
-
* @internal
|
|
4087
|
-
*/
|
|
4088
|
-
constructor(opts: __ExceptionOptionType<CertificateValidationException, __BaseException>);
|
|
4089
|
-
}
|
|
4090
3406
|
/**
|
|
4091
3407
|
* <p>An object that specifies the client certificate configuration for a domain.</p>
|
|
4092
3408
|
* @public
|
|
@@ -4134,19 +3450,6 @@ export interface ServerCertificateConfig {
|
|
|
4134
3450
|
*/
|
|
4135
3451
|
ocspAuthorizedResponderArn?: string | undefined;
|
|
4136
3452
|
}
|
|
4137
|
-
/**
|
|
4138
|
-
* @public
|
|
4139
|
-
* @enum
|
|
4140
|
-
*/
|
|
4141
|
-
export declare const ServiceType: {
|
|
4142
|
-
readonly CREDENTIAL_PROVIDER: "CREDENTIAL_PROVIDER";
|
|
4143
|
-
readonly DATA: "DATA";
|
|
4144
|
-
readonly JOBS: "JOBS";
|
|
4145
|
-
};
|
|
4146
|
-
/**
|
|
4147
|
-
* @public
|
|
4148
|
-
*/
|
|
4149
|
-
export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
|
|
4150
3453
|
/**
|
|
4151
3454
|
* <p>An object that specifies the TLS configuration for a domain.</p>
|
|
4152
3455
|
* @public
|
|
@@ -4404,55 +3707,6 @@ export interface CreateDynamicThingGroupResponse {
|
|
|
4404
3707
|
*/
|
|
4405
3708
|
queryVersion?: string | undefined;
|
|
4406
3709
|
}
|
|
4407
|
-
/**
|
|
4408
|
-
* <p>The query is invalid.</p>
|
|
4409
|
-
* @public
|
|
4410
|
-
*/
|
|
4411
|
-
export declare class InvalidQueryException extends __BaseException {
|
|
4412
|
-
readonly name: "InvalidQueryException";
|
|
4413
|
-
readonly $fault: "client";
|
|
4414
|
-
/**
|
|
4415
|
-
* @internal
|
|
4416
|
-
*/
|
|
4417
|
-
constructor(opts: __ExceptionOptionType<InvalidQueryException, __BaseException>);
|
|
4418
|
-
}
|
|
4419
|
-
/**
|
|
4420
|
-
* @public
|
|
4421
|
-
* @enum
|
|
4422
|
-
*/
|
|
4423
|
-
export declare const FleetMetricUnit: {
|
|
4424
|
-
readonly Bits: "Bits";
|
|
4425
|
-
readonly BitsSecond: "Bits/Second";
|
|
4426
|
-
readonly Bytes: "Bytes";
|
|
4427
|
-
readonly BytesSecond: "Bytes/Second";
|
|
4428
|
-
readonly Count: "Count";
|
|
4429
|
-
readonly CountSecond: "Count/Second";
|
|
4430
|
-
readonly Gigabits: "Gigabits";
|
|
4431
|
-
readonly GigabitsSecond: "Gigabits/Second";
|
|
4432
|
-
readonly Gigabytes: "Gigabytes";
|
|
4433
|
-
readonly GigabytesSecond: "Gigabytes/Second";
|
|
4434
|
-
readonly Kilobits: "Kilobits";
|
|
4435
|
-
readonly KilobitsSecond: "Kilobits/Second";
|
|
4436
|
-
readonly Kilobytes: "Kilobytes";
|
|
4437
|
-
readonly KilobytesSecond: "Kilobytes/Second";
|
|
4438
|
-
readonly Megabits: "Megabits";
|
|
4439
|
-
readonly MegabitsSecond: "Megabits/Second";
|
|
4440
|
-
readonly Megabytes: "Megabytes";
|
|
4441
|
-
readonly MegabytesSecond: "Megabytes/Second";
|
|
4442
|
-
readonly Microseconds: "Microseconds";
|
|
4443
|
-
readonly Milliseconds: "Milliseconds";
|
|
4444
|
-
readonly None: "None";
|
|
4445
|
-
readonly Percent: "Percent";
|
|
4446
|
-
readonly Seconds: "Seconds";
|
|
4447
|
-
readonly Terabits: "Terabits";
|
|
4448
|
-
readonly TerabitsSecond: "Terabits/Second";
|
|
4449
|
-
readonly Terabytes: "Terabytes";
|
|
4450
|
-
readonly TerabytesSecond: "Terabytes/Second";
|
|
4451
|
-
};
|
|
4452
|
-
/**
|
|
4453
|
-
* @public
|
|
4454
|
-
*/
|
|
4455
|
-
export type FleetMetricUnit = (typeof FleetMetricUnit)[keyof typeof FleetMetricUnit];
|
|
4456
3710
|
/**
|
|
4457
3711
|
* @public
|
|
4458
3712
|
*/
|
|
@@ -4524,43 +3778,6 @@ export interface CreateFleetMetricResponse {
|
|
|
4524
3778
|
*/
|
|
4525
3779
|
metricArn?: string | undefined;
|
|
4526
3780
|
}
|
|
4527
|
-
/**
|
|
4528
|
-
* <p>The index is not ready.</p>
|
|
4529
|
-
* @public
|
|
4530
|
-
*/
|
|
4531
|
-
export declare class IndexNotReadyException extends __BaseException {
|
|
4532
|
-
readonly name: "IndexNotReadyException";
|
|
4533
|
-
readonly $fault: "client";
|
|
4534
|
-
/**
|
|
4535
|
-
* @internal
|
|
4536
|
-
*/
|
|
4537
|
-
constructor(opts: __ExceptionOptionType<IndexNotReadyException, __BaseException>);
|
|
4538
|
-
}
|
|
4539
|
-
/**
|
|
4540
|
-
* <p>The aggregation is invalid.</p>
|
|
4541
|
-
* @public
|
|
4542
|
-
*/
|
|
4543
|
-
export declare class InvalidAggregationException extends __BaseException {
|
|
4544
|
-
readonly name: "InvalidAggregationException";
|
|
4545
|
-
readonly $fault: "client";
|
|
4546
|
-
/**
|
|
4547
|
-
* @internal
|
|
4548
|
-
*/
|
|
4549
|
-
constructor(opts: __ExceptionOptionType<InvalidAggregationException, __BaseException>);
|
|
4550
|
-
}
|
|
4551
|
-
/**
|
|
4552
|
-
* @public
|
|
4553
|
-
* @enum
|
|
4554
|
-
*/
|
|
4555
|
-
export declare const RetryableFailureType: {
|
|
4556
|
-
readonly ALL: "ALL";
|
|
4557
|
-
readonly FAILED: "FAILED";
|
|
4558
|
-
readonly TIMED_OUT: "TIMED_OUT";
|
|
4559
|
-
};
|
|
4560
|
-
/**
|
|
4561
|
-
* @public
|
|
4562
|
-
*/
|
|
4563
|
-
export type RetryableFailureType = (typeof RetryableFailureType)[keyof typeof RetryableFailureType];
|
|
4564
3781
|
/**
|
|
4565
3782
|
* <p>The criteria that determines how many retries are allowed for each failure type for a
|
|
4566
3783
|
* job.</p>
|
|
@@ -4677,19 +3894,6 @@ export interface PresignedUrlConfig {
|
|
|
4677
3894
|
*/
|
|
4678
3895
|
expiresInSec?: number | undefined;
|
|
4679
3896
|
}
|
|
4680
|
-
/**
|
|
4681
|
-
* @public
|
|
4682
|
-
* @enum
|
|
4683
|
-
*/
|
|
4684
|
-
export declare const JobEndBehavior: {
|
|
4685
|
-
readonly CANCEL: "CANCEL";
|
|
4686
|
-
readonly FORCE_CANCEL: "FORCE_CANCEL";
|
|
4687
|
-
readonly STOP_ROLLOUT: "STOP_ROLLOUT";
|
|
4688
|
-
};
|
|
4689
|
-
/**
|
|
4690
|
-
* @public
|
|
4691
|
-
*/
|
|
4692
|
-
export type JobEndBehavior = (typeof JobEndBehavior)[keyof typeof JobEndBehavior];
|
|
4693
3897
|
/**
|
|
4694
3898
|
* <p>An optional configuration within the <code>SchedulingConfig</code> to setup a
|
|
4695
3899
|
* recurring maintenance window with a predetermined start time and duration for the
|
|
@@ -4754,18 +3958,6 @@ export interface SchedulingConfig {
|
|
|
4754
3958
|
*/
|
|
4755
3959
|
maintenanceWindows?: MaintenanceWindow[] | undefined;
|
|
4756
3960
|
}
|
|
4757
|
-
/**
|
|
4758
|
-
* @public
|
|
4759
|
-
* @enum
|
|
4760
|
-
*/
|
|
4761
|
-
export declare const TargetSelection: {
|
|
4762
|
-
readonly CONTINUOUS: "CONTINUOUS";
|
|
4763
|
-
readonly SNAPSHOT: "SNAPSHOT";
|
|
4764
|
-
};
|
|
4765
|
-
/**
|
|
4766
|
-
* @public
|
|
4767
|
-
*/
|
|
4768
|
-
export type TargetSelection = (typeof TargetSelection)[keyof typeof TargetSelection];
|
|
4769
3961
|
/**
|
|
4770
3962
|
* <p>Specifies the amount of time each device has to finish its execution of the job. A
|
|
4771
3963
|
* timer is started when the job execution status is set to <code>IN_PROGRESS</code>. If
|
|
@@ -5095,21 +4287,6 @@ export interface CreateKeysAndCertificateResponse {
|
|
|
5095
4287
|
*/
|
|
5096
4288
|
keyPair?: KeyPair | undefined;
|
|
5097
4289
|
}
|
|
5098
|
-
/**
|
|
5099
|
-
* @public
|
|
5100
|
-
* @enum
|
|
5101
|
-
*/
|
|
5102
|
-
export declare const LogLevel: {
|
|
5103
|
-
readonly DEBUG: "DEBUG";
|
|
5104
|
-
readonly DISABLED: "DISABLED";
|
|
5105
|
-
readonly ERROR: "ERROR";
|
|
5106
|
-
readonly INFO: "INFO";
|
|
5107
|
-
readonly WARN: "WARN";
|
|
5108
|
-
};
|
|
5109
|
-
/**
|
|
5110
|
-
* @public
|
|
5111
|
-
*/
|
|
5112
|
-
export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
|
|
5113
4290
|
/**
|
|
5114
4291
|
* <p>Parameters used when defining a mitigation action that enable Amazon Web Services IoT Core logging.</p>
|
|
5115
4292
|
* @public
|
|
@@ -5137,17 +4314,6 @@ export interface PublishFindingToSnsParams {
|
|
|
5137
4314
|
*/
|
|
5138
4315
|
topicArn: string | undefined;
|
|
5139
4316
|
}
|
|
5140
|
-
/**
|
|
5141
|
-
* @public
|
|
5142
|
-
* @enum
|
|
5143
|
-
*/
|
|
5144
|
-
export declare const PolicyTemplateName: {
|
|
5145
|
-
readonly BLANK_POLICY: "BLANK_POLICY";
|
|
5146
|
-
};
|
|
5147
|
-
/**
|
|
5148
|
-
* @public
|
|
5149
|
-
*/
|
|
5150
|
-
export type PolicyTemplateName = (typeof PolicyTemplateName)[keyof typeof PolicyTemplateName];
|
|
5151
4317
|
/**
|
|
5152
4318
|
* <p>Parameters to define a mitigation action that adds a blank policy to restrict permissions.</p>
|
|
5153
4319
|
* @public
|
|
@@ -5159,17 +4325,6 @@ export interface ReplaceDefaultPolicyVersionParams {
|
|
|
5159
4325
|
*/
|
|
5160
4326
|
templateName: PolicyTemplateName | undefined;
|
|
5161
4327
|
}
|
|
5162
|
-
/**
|
|
5163
|
-
* @public
|
|
5164
|
-
* @enum
|
|
5165
|
-
*/
|
|
5166
|
-
export declare const CACertificateUpdateAction: {
|
|
5167
|
-
readonly DEACTIVATE: "DEACTIVATE";
|
|
5168
|
-
};
|
|
5169
|
-
/**
|
|
5170
|
-
* @public
|
|
5171
|
-
*/
|
|
5172
|
-
export type CACertificateUpdateAction = (typeof CACertificateUpdateAction)[keyof typeof CACertificateUpdateAction];
|
|
5173
4328
|
/**
|
|
5174
4329
|
* <p>Parameters to define a mitigation action that changes the state of the CA certificate to inactive.</p>
|
|
5175
4330
|
* @public
|
|
@@ -5181,17 +4336,6 @@ export interface UpdateCACertificateParams {
|
|
|
5181
4336
|
*/
|
|
5182
4337
|
action: CACertificateUpdateAction | undefined;
|
|
5183
4338
|
}
|
|
5184
|
-
/**
|
|
5185
|
-
* @public
|
|
5186
|
-
* @enum
|
|
5187
|
-
*/
|
|
5188
|
-
export declare const DeviceCertificateUpdateAction: {
|
|
5189
|
-
readonly DEACTIVATE: "DEACTIVATE";
|
|
5190
|
-
};
|
|
5191
|
-
/**
|
|
5192
|
-
* @public
|
|
5193
|
-
*/
|
|
5194
|
-
export type DeviceCertificateUpdateAction = (typeof DeviceCertificateUpdateAction)[keyof typeof DeviceCertificateUpdateAction];
|
|
5195
4339
|
/**
|
|
5196
4340
|
* <p>Parameters to define a mitigation action that changes the state of the device certificate to inactive.</p>
|
|
5197
4341
|
* @public
|
|
@@ -5279,31 +4423,6 @@ export interface CreateMitigationActionResponse {
|
|
|
5279
4423
|
*/
|
|
5280
4424
|
actionId?: string | undefined;
|
|
5281
4425
|
}
|
|
5282
|
-
/**
|
|
5283
|
-
* @public
|
|
5284
|
-
* @enum
|
|
5285
|
-
*/
|
|
5286
|
-
export declare const AwsJobAbortCriteriaAbortAction: {
|
|
5287
|
-
readonly CANCEL: "CANCEL";
|
|
5288
|
-
};
|
|
5289
|
-
/**
|
|
5290
|
-
* @public
|
|
5291
|
-
*/
|
|
5292
|
-
export type AwsJobAbortCriteriaAbortAction = (typeof AwsJobAbortCriteriaAbortAction)[keyof typeof AwsJobAbortCriteriaAbortAction];
|
|
5293
|
-
/**
|
|
5294
|
-
* @public
|
|
5295
|
-
* @enum
|
|
5296
|
-
*/
|
|
5297
|
-
export declare const AwsJobAbortCriteriaFailureType: {
|
|
5298
|
-
readonly ALL: "ALL";
|
|
5299
|
-
readonly FAILED: "FAILED";
|
|
5300
|
-
readonly REJECTED: "REJECTED";
|
|
5301
|
-
readonly TIMED_OUT: "TIMED_OUT";
|
|
5302
|
-
};
|
|
5303
|
-
/**
|
|
5304
|
-
* @public
|
|
5305
|
-
*/
|
|
5306
|
-
export type AwsJobAbortCriteriaFailureType = (typeof AwsJobAbortCriteriaFailureType)[keyof typeof AwsJobAbortCriteriaFailureType];
|
|
5307
4426
|
/**
|
|
5308
4427
|
* <p>The criteria that determine when and how a job abort takes place.</p>
|
|
5309
4428
|
* @public
|
|
@@ -5646,18 +4765,6 @@ export interface OTAUpdateFile {
|
|
|
5646
4765
|
*/
|
|
5647
4766
|
attributes?: Record<string, string> | undefined;
|
|
5648
4767
|
}
|
|
5649
|
-
/**
|
|
5650
|
-
* @public
|
|
5651
|
-
* @enum
|
|
5652
|
-
*/
|
|
5653
|
-
export declare const Protocol: {
|
|
5654
|
-
readonly HTTP: "HTTP";
|
|
5655
|
-
readonly MQTT: "MQTT";
|
|
5656
|
-
};
|
|
5657
|
-
/**
|
|
5658
|
-
* @public
|
|
5659
|
-
*/
|
|
5660
|
-
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
5661
4768
|
/**
|
|
5662
4769
|
* @public
|
|
5663
4770
|
*/
|
|
@@ -5738,22 +4845,6 @@ export interface CreateOTAUpdateRequest {
|
|
|
5738
4845
|
*/
|
|
5739
4846
|
tags?: Tag[] | undefined;
|
|
5740
4847
|
}
|
|
5741
|
-
/**
|
|
5742
|
-
* @public
|
|
5743
|
-
* @enum
|
|
5744
|
-
*/
|
|
5745
|
-
export declare const OTAUpdateStatus: {
|
|
5746
|
-
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
5747
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
5748
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
5749
|
-
readonly CREATE_PENDING: "CREATE_PENDING";
|
|
5750
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
5751
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
5752
|
-
};
|
|
5753
|
-
/**
|
|
5754
|
-
* @public
|
|
5755
|
-
*/
|
|
5756
|
-
export type OTAUpdateStatus = (typeof OTAUpdateStatus)[keyof typeof OTAUpdateStatus];
|
|
5757
4848
|
/**
|
|
5758
4849
|
* @public
|
|
5759
4850
|
*/
|
|
@@ -5890,19 +4981,6 @@ export interface CreatePackageVersionRequest {
|
|
|
5890
4981
|
*/
|
|
5891
4982
|
clientToken?: string | undefined;
|
|
5892
4983
|
}
|
|
5893
|
-
/**
|
|
5894
|
-
* @public
|
|
5895
|
-
* @enum
|
|
5896
|
-
*/
|
|
5897
|
-
export declare const PackageVersionStatus: {
|
|
5898
|
-
readonly DEPRECATED: "DEPRECATED";
|
|
5899
|
-
readonly DRAFT: "DRAFT";
|
|
5900
|
-
readonly PUBLISHED: "PUBLISHED";
|
|
5901
|
-
};
|
|
5902
|
-
/**
|
|
5903
|
-
* @public
|
|
5904
|
-
*/
|
|
5905
|
-
export type PackageVersionStatus = (typeof PackageVersionStatus)[keyof typeof PackageVersionStatus];
|
|
5906
4984
|
/**
|
|
5907
4985
|
* @public
|
|
5908
4986
|
*/
|
|
@@ -5998,18 +5076,6 @@ export interface CreatePolicyResponse {
|
|
|
5998
5076
|
*/
|
|
5999
5077
|
policyVersionId?: string | undefined;
|
|
6000
5078
|
}
|
|
6001
|
-
/**
|
|
6002
|
-
* <p>The policy documentation is not valid.</p>
|
|
6003
|
-
* @public
|
|
6004
|
-
*/
|
|
6005
|
-
export declare class MalformedPolicyException extends __BaseException {
|
|
6006
|
-
readonly name: "MalformedPolicyException";
|
|
6007
|
-
readonly $fault: "client";
|
|
6008
|
-
/**
|
|
6009
|
-
* @internal
|
|
6010
|
-
*/
|
|
6011
|
-
constructor(opts: __ExceptionOptionType<MalformedPolicyException, __BaseException>);
|
|
6012
|
-
}
|
|
6013
5079
|
/**
|
|
6014
5080
|
* <p>The input for the CreatePolicyVersion operation.</p>
|
|
6015
5081
|
* @public
|
|
@@ -6060,18 +5126,6 @@ export interface CreatePolicyVersionResponse {
|
|
|
6060
5126
|
*/
|
|
6061
5127
|
isDefaultVersion?: boolean | undefined;
|
|
6062
5128
|
}
|
|
6063
|
-
/**
|
|
6064
|
-
* <p>The number of policy versions exceeds the limit.</p>
|
|
6065
|
-
* @public
|
|
6066
|
-
*/
|
|
6067
|
-
export declare class VersionsLimitExceededException extends __BaseException {
|
|
6068
|
-
readonly name: "VersionsLimitExceededException";
|
|
6069
|
-
readonly $fault: "client";
|
|
6070
|
-
/**
|
|
6071
|
-
* @internal
|
|
6072
|
-
*/
|
|
6073
|
-
constructor(opts: __ExceptionOptionType<VersionsLimitExceededException, __BaseException>);
|
|
6074
|
-
}
|
|
6075
5129
|
/**
|
|
6076
5130
|
* @public
|
|
6077
5131
|
*/
|
|
@@ -6128,18 +5182,6 @@ export interface ProvisioningHook {
|
|
|
6128
5182
|
*/
|
|
6129
5183
|
targetArn: string | undefined;
|
|
6130
5184
|
}
|
|
6131
|
-
/**
|
|
6132
|
-
* @public
|
|
6133
|
-
* @enum
|
|
6134
|
-
*/
|
|
6135
|
-
export declare const TemplateType: {
|
|
6136
|
-
readonly FLEET_PROVISIONING: "FLEET_PROVISIONING";
|
|
6137
|
-
readonly JITP: "JITP";
|
|
6138
|
-
};
|
|
6139
|
-
/**
|
|
6140
|
-
* @public
|
|
6141
|
-
*/
|
|
6142
|
-
export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType];
|
|
6143
5185
|
/**
|
|
6144
5186
|
* @public
|
|
6145
5187
|
*/
|
|
@@ -6314,23 +5356,6 @@ export interface CreateRoleAliasResponse {
|
|
|
6314
5356
|
*/
|
|
6315
5357
|
roleAliasArn?: string | undefined;
|
|
6316
5358
|
}
|
|
6317
|
-
/**
|
|
6318
|
-
* @public
|
|
6319
|
-
* @enum
|
|
6320
|
-
*/
|
|
6321
|
-
export declare const DayOfWeek: {
|
|
6322
|
-
readonly FRI: "FRI";
|
|
6323
|
-
readonly MON: "MON";
|
|
6324
|
-
readonly SAT: "SAT";
|
|
6325
|
-
readonly SUN: "SUN";
|
|
6326
|
-
readonly THU: "THU";
|
|
6327
|
-
readonly TUE: "TUE";
|
|
6328
|
-
readonly WED: "WED";
|
|
6329
|
-
};
|
|
6330
|
-
/**
|
|
6331
|
-
* @public
|
|
6332
|
-
*/
|
|
6333
|
-
export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
6334
5359
|
/**
|
|
6335
5360
|
* @public
|
|
6336
5361
|
*/
|
|
@@ -6813,18 +5838,6 @@ export interface CreateTopicRuleRequest {
|
|
|
6813
5838
|
*/
|
|
6814
5839
|
tags?: string | undefined;
|
|
6815
5840
|
}
|
|
6816
|
-
/**
|
|
6817
|
-
* <p>The Rule-SQL expression can't be parsed correctly.</p>
|
|
6818
|
-
* @public
|
|
6819
|
-
*/
|
|
6820
|
-
export declare class SqlParseException extends __BaseException {
|
|
6821
|
-
readonly name: "SqlParseException";
|
|
6822
|
-
readonly $fault: "client";
|
|
6823
|
-
/**
|
|
6824
|
-
* @internal
|
|
6825
|
-
*/
|
|
6826
|
-
constructor(opts: __ExceptionOptionType<SqlParseException, __BaseException>);
|
|
6827
|
-
}
|
|
6828
5841
|
/**
|
|
6829
5842
|
* <p>HTTP URL destination configuration used by the topic rule's HTTP action.</p>
|
|
6830
5843
|
* @public
|
|
@@ -6900,18 +5913,924 @@ export interface HttpUrlDestinationProperties {
|
|
|
6900
5913
|
*/
|
|
6901
5914
|
confirmationUrl?: string | undefined;
|
|
6902
5915
|
}
|
|
5916
|
+
/**
|
|
5917
|
+
* <p>The properties of a virtual private cloud (VPC) destination.</p>
|
|
5918
|
+
* @public
|
|
5919
|
+
*/
|
|
5920
|
+
export interface VpcDestinationProperties {
|
|
5921
|
+
/**
|
|
5922
|
+
* <p>The subnet IDs of the VPC destination.</p>
|
|
5923
|
+
* @public
|
|
5924
|
+
*/
|
|
5925
|
+
subnetIds?: string[] | undefined;
|
|
5926
|
+
/**
|
|
5927
|
+
* <p>The security groups of the VPC destination.</p>
|
|
5928
|
+
* @public
|
|
5929
|
+
*/
|
|
5930
|
+
securityGroups?: string[] | undefined;
|
|
5931
|
+
/**
|
|
5932
|
+
* <p>The ID of the VPC.</p>
|
|
5933
|
+
* @public
|
|
5934
|
+
*/
|
|
5935
|
+
vpcId?: string | undefined;
|
|
5936
|
+
/**
|
|
5937
|
+
* <p>The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).</p>
|
|
5938
|
+
* @public
|
|
5939
|
+
*/
|
|
5940
|
+
roleArn?: string | undefined;
|
|
5941
|
+
}
|
|
5942
|
+
/**
|
|
5943
|
+
* <p>A topic rule destination.</p>
|
|
5944
|
+
* @public
|
|
5945
|
+
*/
|
|
5946
|
+
export interface TopicRuleDestination {
|
|
5947
|
+
/**
|
|
5948
|
+
* <p>The topic rule destination URL.</p>
|
|
5949
|
+
* @public
|
|
5950
|
+
*/
|
|
5951
|
+
arn?: string | undefined;
|
|
5952
|
+
/**
|
|
5953
|
+
* <p>The status of the topic rule destination. Valid values are:</p>
|
|
5954
|
+
* <dl>
|
|
5955
|
+
* <dt>IN_PROGRESS</dt>
|
|
5956
|
+
* <dd>
|
|
5957
|
+
* <p>A topic rule destination was created but has not been confirmed. You can set
|
|
5958
|
+
* <code>status</code> to <code>IN_PROGRESS</code> by calling
|
|
5959
|
+
* <code>UpdateTopicRuleDestination</code>. Calling
|
|
5960
|
+
* <code>UpdateTopicRuleDestination</code> causes a new confirmation challenge to
|
|
5961
|
+
* be sent to your confirmation endpoint.</p>
|
|
5962
|
+
* </dd>
|
|
5963
|
+
* <dt>ENABLED</dt>
|
|
5964
|
+
* <dd>
|
|
5965
|
+
* <p>Confirmation was completed, and traffic to this destination is allowed. You can
|
|
5966
|
+
* set <code>status</code> to <code>DISABLED</code> by calling
|
|
5967
|
+
* <code>UpdateTopicRuleDestination</code>.</p>
|
|
5968
|
+
* </dd>
|
|
5969
|
+
* <dt>DISABLED</dt>
|
|
5970
|
+
* <dd>
|
|
5971
|
+
* <p>Confirmation was completed, and traffic to this destination is not allowed. You
|
|
5972
|
+
* can set <code>status</code> to <code>ENABLED</code> by calling
|
|
5973
|
+
* <code>UpdateTopicRuleDestination</code>.</p>
|
|
5974
|
+
* </dd>
|
|
5975
|
+
* <dt>ERROR</dt>
|
|
5976
|
+
* <dd>
|
|
5977
|
+
* <p>Confirmation could not be completed, for example if the confirmation timed out.
|
|
5978
|
+
* You can call <code>GetTopicRuleDestination</code> for details about the error. You
|
|
5979
|
+
* can set <code>status</code> to <code>IN_PROGRESS</code> by calling
|
|
5980
|
+
* <code>UpdateTopicRuleDestination</code>. Calling
|
|
5981
|
+
* <code>UpdateTopicRuleDestination</code> causes a new confirmation challenge to
|
|
5982
|
+
* be sent to your confirmation endpoint.</p>
|
|
5983
|
+
* </dd>
|
|
5984
|
+
* </dl>
|
|
5985
|
+
* @public
|
|
5986
|
+
*/
|
|
5987
|
+
status?: TopicRuleDestinationStatus | undefined;
|
|
5988
|
+
/**
|
|
5989
|
+
* <p>The date and time when the topic rule destination was created.</p>
|
|
5990
|
+
* @public
|
|
5991
|
+
*/
|
|
5992
|
+
createdAt?: Date | undefined;
|
|
5993
|
+
/**
|
|
5994
|
+
* <p>The date and time when the topic rule destination was last updated.</p>
|
|
5995
|
+
* @public
|
|
5996
|
+
*/
|
|
5997
|
+
lastUpdatedAt?: Date | undefined;
|
|
5998
|
+
/**
|
|
5999
|
+
* <p>Additional details or reason why the topic rule destination is in the current
|
|
6000
|
+
* status.</p>
|
|
6001
|
+
* @public
|
|
6002
|
+
*/
|
|
6003
|
+
statusReason?: string | undefined;
|
|
6004
|
+
/**
|
|
6005
|
+
* <p>Properties of the HTTP URL.</p>
|
|
6006
|
+
* @public
|
|
6007
|
+
*/
|
|
6008
|
+
httpUrlProperties?: HttpUrlDestinationProperties | undefined;
|
|
6009
|
+
/**
|
|
6010
|
+
* <p>Properties of the virtual private cloud (VPC) connection.</p>
|
|
6011
|
+
* @public
|
|
6012
|
+
*/
|
|
6013
|
+
vpcProperties?: VpcDestinationProperties | undefined;
|
|
6014
|
+
}
|
|
6015
|
+
/**
|
|
6016
|
+
* @public
|
|
6017
|
+
*/
|
|
6018
|
+
export interface CreateTopicRuleDestinationResponse {
|
|
6019
|
+
/**
|
|
6020
|
+
* <p>The topic rule destination.</p>
|
|
6021
|
+
* @public
|
|
6022
|
+
*/
|
|
6023
|
+
topicRuleDestination?: TopicRuleDestination | undefined;
|
|
6024
|
+
}
|
|
6025
|
+
/**
|
|
6026
|
+
* @public
|
|
6027
|
+
*/
|
|
6028
|
+
export interface DeleteAccountAuditConfigurationRequest {
|
|
6029
|
+
/**
|
|
6030
|
+
* <p>If true, all scheduled audits are deleted.</p>
|
|
6031
|
+
* @public
|
|
6032
|
+
*/
|
|
6033
|
+
deleteScheduledAudits?: boolean | undefined;
|
|
6034
|
+
}
|
|
6903
6035
|
/**
|
|
6904
6036
|
* @public
|
|
6905
|
-
* @enum
|
|
6906
6037
|
*/
|
|
6907
|
-
export
|
|
6908
|
-
|
|
6909
|
-
readonly DISABLED: "DISABLED";
|
|
6910
|
-
readonly ENABLED: "ENABLED";
|
|
6911
|
-
readonly ERROR: "ERROR";
|
|
6912
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
6913
|
-
};
|
|
6038
|
+
export interface DeleteAccountAuditConfigurationResponse {
|
|
6039
|
+
}
|
|
6914
6040
|
/**
|
|
6915
6041
|
* @public
|
|
6916
6042
|
*/
|
|
6917
|
-
export
|
|
6043
|
+
export interface DeleteAuditSuppressionRequest {
|
|
6044
|
+
/**
|
|
6045
|
+
* <p>An audit check name. Checks must be enabled
|
|
6046
|
+
* for your account. (Use <code>DescribeAccountAuditConfiguration</code> to see the list
|
|
6047
|
+
* of all checks, including those that are enabled or use <code>UpdateAccountAuditConfiguration</code>
|
|
6048
|
+
* to select which checks are enabled.)</p>
|
|
6049
|
+
* @public
|
|
6050
|
+
*/
|
|
6051
|
+
checkName: string | undefined;
|
|
6052
|
+
/**
|
|
6053
|
+
* <p>Information that identifies the noncompliant resource.</p>
|
|
6054
|
+
* @public
|
|
6055
|
+
*/
|
|
6056
|
+
resourceIdentifier: ResourceIdentifier | undefined;
|
|
6057
|
+
}
|
|
6058
|
+
/**
|
|
6059
|
+
* @public
|
|
6060
|
+
*/
|
|
6061
|
+
export interface DeleteAuditSuppressionResponse {
|
|
6062
|
+
}
|
|
6063
|
+
/**
|
|
6064
|
+
* @public
|
|
6065
|
+
*/
|
|
6066
|
+
export interface DeleteAuthorizerRequest {
|
|
6067
|
+
/**
|
|
6068
|
+
* <p>The name of the authorizer to delete.</p>
|
|
6069
|
+
* @public
|
|
6070
|
+
*/
|
|
6071
|
+
authorizerName: string | undefined;
|
|
6072
|
+
}
|
|
6073
|
+
/**
|
|
6074
|
+
* @public
|
|
6075
|
+
*/
|
|
6076
|
+
export interface DeleteAuthorizerResponse {
|
|
6077
|
+
}
|
|
6078
|
+
/**
|
|
6079
|
+
* @public
|
|
6080
|
+
*/
|
|
6081
|
+
export interface DeleteBillingGroupRequest {
|
|
6082
|
+
/**
|
|
6083
|
+
* <p>The name of the billing group.</p>
|
|
6084
|
+
* @public
|
|
6085
|
+
*/
|
|
6086
|
+
billingGroupName: string | undefined;
|
|
6087
|
+
/**
|
|
6088
|
+
* <p>The expected version of the billing group. If the version of the billing group does
|
|
6089
|
+
* not match the expected version specified in the request, the
|
|
6090
|
+
* <code>DeleteBillingGroup</code> request is rejected with a
|
|
6091
|
+
* <code>VersionConflictException</code>.</p>
|
|
6092
|
+
* @public
|
|
6093
|
+
*/
|
|
6094
|
+
expectedVersion?: number | undefined;
|
|
6095
|
+
}
|
|
6096
|
+
/**
|
|
6097
|
+
* @public
|
|
6098
|
+
*/
|
|
6099
|
+
export interface DeleteBillingGroupResponse {
|
|
6100
|
+
}
|
|
6101
|
+
/**
|
|
6102
|
+
* <p>Input for the DeleteCACertificate operation.</p>
|
|
6103
|
+
* @public
|
|
6104
|
+
*/
|
|
6105
|
+
export interface DeleteCACertificateRequest {
|
|
6106
|
+
/**
|
|
6107
|
+
* <p>The ID of the certificate to delete. (The last part of the certificate ARN contains
|
|
6108
|
+
* the certificate ID.)</p>
|
|
6109
|
+
* @public
|
|
6110
|
+
*/
|
|
6111
|
+
certificateId: string | undefined;
|
|
6112
|
+
}
|
|
6113
|
+
/**
|
|
6114
|
+
* <p>The output for the DeleteCACertificate operation.</p>
|
|
6115
|
+
* @public
|
|
6116
|
+
*/
|
|
6117
|
+
export interface DeleteCACertificateResponse {
|
|
6118
|
+
}
|
|
6119
|
+
/**
|
|
6120
|
+
* <p>The input for the DeleteCertificate operation.</p>
|
|
6121
|
+
* @public
|
|
6122
|
+
*/
|
|
6123
|
+
export interface DeleteCertificateRequest {
|
|
6124
|
+
/**
|
|
6125
|
+
* <p>The ID of the certificate. (The last part of the certificate ARN contains the
|
|
6126
|
+
* certificate ID.)</p>
|
|
6127
|
+
* @public
|
|
6128
|
+
*/
|
|
6129
|
+
certificateId: string | undefined;
|
|
6130
|
+
/**
|
|
6131
|
+
* <p>Forces the deletion of a certificate if it is inactive and is not attached to an IoT
|
|
6132
|
+
* thing.</p>
|
|
6133
|
+
* @public
|
|
6134
|
+
*/
|
|
6135
|
+
forceDelete?: boolean | undefined;
|
|
6136
|
+
}
|
|
6137
|
+
/**
|
|
6138
|
+
* @public
|
|
6139
|
+
*/
|
|
6140
|
+
export interface DeleteCertificateProviderRequest {
|
|
6141
|
+
/**
|
|
6142
|
+
* <p>The name of the certificate provider.</p>
|
|
6143
|
+
* @public
|
|
6144
|
+
*/
|
|
6145
|
+
certificateProviderName: string | undefined;
|
|
6146
|
+
}
|
|
6147
|
+
/**
|
|
6148
|
+
* @public
|
|
6149
|
+
*/
|
|
6150
|
+
export interface DeleteCertificateProviderResponse {
|
|
6151
|
+
}
|
|
6152
|
+
/**
|
|
6153
|
+
* @public
|
|
6154
|
+
*/
|
|
6155
|
+
export interface DeleteCommandRequest {
|
|
6156
|
+
/**
|
|
6157
|
+
* <p>The unique identifier of the command to be deleted.</p>
|
|
6158
|
+
* @public
|
|
6159
|
+
*/
|
|
6160
|
+
commandId: string | undefined;
|
|
6161
|
+
}
|
|
6162
|
+
/**
|
|
6163
|
+
* @public
|
|
6164
|
+
*/
|
|
6165
|
+
export interface DeleteCommandResponse {
|
|
6166
|
+
/**
|
|
6167
|
+
* <p>The status code for the command deletion request. The status code is in the 200 range
|
|
6168
|
+
* for a successful request.</p>
|
|
6169
|
+
* <ul>
|
|
6170
|
+
* <li>
|
|
6171
|
+
* <p>If the command hasn't been deprecated, or has been deprecated for a duration that
|
|
6172
|
+
* is shorter than the maximum time out duration of 12 hours, when calling the
|
|
6173
|
+
* <code>DeleteCommand</code> request, the deletion will be scheduled and a 202 status code
|
|
6174
|
+
* will be returned. While the command is being deleted, it will be in a
|
|
6175
|
+
* <code>pendingDeletion</code> state. Once the time out duration has been reached,
|
|
6176
|
+
* the command will be permanently removed from your account.</p>
|
|
6177
|
+
* </li>
|
|
6178
|
+
* <li>
|
|
6179
|
+
* <p>If the command has been deprecated for a duration that is longer than the
|
|
6180
|
+
* maximum time out duration of 12 hours, when calling the <code>DeleteCommand</code> request,
|
|
6181
|
+
* the command will be deleted immediately and a 204 status code will be returned.</p>
|
|
6182
|
+
* </li>
|
|
6183
|
+
* </ul>
|
|
6184
|
+
* @public
|
|
6185
|
+
*/
|
|
6186
|
+
statusCode?: number | undefined;
|
|
6187
|
+
}
|
|
6188
|
+
/**
|
|
6189
|
+
* @public
|
|
6190
|
+
*/
|
|
6191
|
+
export interface DeleteCommandExecutionRequest {
|
|
6192
|
+
/**
|
|
6193
|
+
* <p>The unique identifier of the command execution that you want to delete from your
|
|
6194
|
+
* account.</p>
|
|
6195
|
+
* @public
|
|
6196
|
+
*/
|
|
6197
|
+
executionId: string | undefined;
|
|
6198
|
+
/**
|
|
6199
|
+
* <p>The Amazon Resource Number (ARN) of the target device for which you want to delete
|
|
6200
|
+
* command executions.</p>
|
|
6201
|
+
* @public
|
|
6202
|
+
*/
|
|
6203
|
+
targetArn: string | undefined;
|
|
6204
|
+
}
|
|
6205
|
+
/**
|
|
6206
|
+
* @public
|
|
6207
|
+
*/
|
|
6208
|
+
export interface DeleteCommandExecutionResponse {
|
|
6209
|
+
}
|
|
6210
|
+
/**
|
|
6211
|
+
* @public
|
|
6212
|
+
*/
|
|
6213
|
+
export interface DeleteCustomMetricRequest {
|
|
6214
|
+
/**
|
|
6215
|
+
* <p>
|
|
6216
|
+
* The name of the custom metric.
|
|
6217
|
+
* </p>
|
|
6218
|
+
* @public
|
|
6219
|
+
*/
|
|
6220
|
+
metricName: string | undefined;
|
|
6221
|
+
}
|
|
6222
|
+
/**
|
|
6223
|
+
* @public
|
|
6224
|
+
*/
|
|
6225
|
+
export interface DeleteCustomMetricResponse {
|
|
6226
|
+
}
|
|
6227
|
+
/**
|
|
6228
|
+
* @public
|
|
6229
|
+
*/
|
|
6230
|
+
export interface DeleteDimensionRequest {
|
|
6231
|
+
/**
|
|
6232
|
+
* <p>The unique identifier for the dimension that you want to delete.</p>
|
|
6233
|
+
* @public
|
|
6234
|
+
*/
|
|
6235
|
+
name: string | undefined;
|
|
6236
|
+
}
|
|
6237
|
+
/**
|
|
6238
|
+
* @public
|
|
6239
|
+
*/
|
|
6240
|
+
export interface DeleteDimensionResponse {
|
|
6241
|
+
}
|
|
6242
|
+
/**
|
|
6243
|
+
* @public
|
|
6244
|
+
*/
|
|
6245
|
+
export interface DeleteDomainConfigurationRequest {
|
|
6246
|
+
/**
|
|
6247
|
+
* <p>The name of the domain configuration to be deleted.</p>
|
|
6248
|
+
* @public
|
|
6249
|
+
*/
|
|
6250
|
+
domainConfigurationName: string | undefined;
|
|
6251
|
+
}
|
|
6252
|
+
/**
|
|
6253
|
+
* @public
|
|
6254
|
+
*/
|
|
6255
|
+
export interface DeleteDomainConfigurationResponse {
|
|
6256
|
+
}
|
|
6257
|
+
/**
|
|
6258
|
+
* @public
|
|
6259
|
+
*/
|
|
6260
|
+
export interface DeleteDynamicThingGroupRequest {
|
|
6261
|
+
/**
|
|
6262
|
+
* <p>The name of the dynamic thing group to delete.</p>
|
|
6263
|
+
* @public
|
|
6264
|
+
*/
|
|
6265
|
+
thingGroupName: string | undefined;
|
|
6266
|
+
/**
|
|
6267
|
+
* <p>The expected version of the dynamic thing group to delete.</p>
|
|
6268
|
+
* @public
|
|
6269
|
+
*/
|
|
6270
|
+
expectedVersion?: number | undefined;
|
|
6271
|
+
}
|
|
6272
|
+
/**
|
|
6273
|
+
* @public
|
|
6274
|
+
*/
|
|
6275
|
+
export interface DeleteDynamicThingGroupResponse {
|
|
6276
|
+
}
|
|
6277
|
+
/**
|
|
6278
|
+
* @public
|
|
6279
|
+
*/
|
|
6280
|
+
export interface DeleteFleetMetricRequest {
|
|
6281
|
+
/**
|
|
6282
|
+
* <p>The name of the fleet metric to delete.</p>
|
|
6283
|
+
* @public
|
|
6284
|
+
*/
|
|
6285
|
+
metricName: string | undefined;
|
|
6286
|
+
/**
|
|
6287
|
+
* <p>The expected version of the fleet metric to delete.</p>
|
|
6288
|
+
* @public
|
|
6289
|
+
*/
|
|
6290
|
+
expectedVersion?: number | undefined;
|
|
6291
|
+
}
|
|
6292
|
+
/**
|
|
6293
|
+
* @public
|
|
6294
|
+
*/
|
|
6295
|
+
export interface DeleteJobRequest {
|
|
6296
|
+
/**
|
|
6297
|
+
* <p>The ID of the job to be deleted.</p>
|
|
6298
|
+
* <p>After a job deletion is completed, you may reuse this jobId when you create a new
|
|
6299
|
+
* job. However, this is not recommended, and you must ensure that your devices are not
|
|
6300
|
+
* using the jobId to refer to the deleted job.</p>
|
|
6301
|
+
* @public
|
|
6302
|
+
*/
|
|
6303
|
+
jobId: string | undefined;
|
|
6304
|
+
/**
|
|
6305
|
+
* <p>(Optional) When true, you can delete a job which is "IN_PROGRESS". Otherwise, you
|
|
6306
|
+
* can only delete a job which is in a terminal state ("COMPLETED" or "CANCELED") or an
|
|
6307
|
+
* exception will occur. The default is false.</p>
|
|
6308
|
+
* <note>
|
|
6309
|
+
* <p>Deleting a job which is "IN_PROGRESS", will cause a device which is executing
|
|
6310
|
+
* the job to be unable to access job information or update the job execution status.
|
|
6311
|
+
* Use caution and ensure that each device executing a job which is deleted is able to
|
|
6312
|
+
* recover to a valid state.</p>
|
|
6313
|
+
* </note>
|
|
6314
|
+
* @public
|
|
6315
|
+
*/
|
|
6316
|
+
force?: boolean | undefined;
|
|
6317
|
+
/**
|
|
6318
|
+
* <p>The namespace used to indicate that a job is a customer-managed job.</p>
|
|
6319
|
+
* <p>When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to
|
|
6320
|
+
* MQTT topics that contain the value in the following format.</p>
|
|
6321
|
+
* <p>
|
|
6322
|
+
* <code>$aws/things/<i>THING_NAME</i>/jobs/<i>JOB_ID</i>/notify-namespace-<i>NAMESPACE_ID</i>/</code>
|
|
6323
|
+
* </p>
|
|
6324
|
+
* <note>
|
|
6325
|
+
* <p>The <code>namespaceId</code> feature is only supported by IoT Greengrass at this time. For
|
|
6326
|
+
* more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html">Setting up IoT Greengrass core devices.</a>
|
|
6327
|
+
* </p>
|
|
6328
|
+
* </note>
|
|
6329
|
+
* @public
|
|
6330
|
+
*/
|
|
6331
|
+
namespaceId?: string | undefined;
|
|
6332
|
+
}
|
|
6333
|
+
/**
|
|
6334
|
+
* @public
|
|
6335
|
+
*/
|
|
6336
|
+
export interface DeleteJobExecutionRequest {
|
|
6337
|
+
/**
|
|
6338
|
+
* <p>The ID of the job whose execution on a particular device will be deleted.</p>
|
|
6339
|
+
* @public
|
|
6340
|
+
*/
|
|
6341
|
+
jobId: string | undefined;
|
|
6342
|
+
/**
|
|
6343
|
+
* <p>The name of the thing whose job execution will be deleted.</p>
|
|
6344
|
+
* @public
|
|
6345
|
+
*/
|
|
6346
|
+
thingName: string | undefined;
|
|
6347
|
+
/**
|
|
6348
|
+
* <p>The ID of the job execution to be deleted. The <code>executionNumber</code> refers
|
|
6349
|
+
* to the execution of a particular job on a particular device.</p>
|
|
6350
|
+
* <p>Note that once a job execution is deleted, the <code>executionNumber</code> may be
|
|
6351
|
+
* reused by IoT, so be sure you get and use the correct value here.</p>
|
|
6352
|
+
* @public
|
|
6353
|
+
*/
|
|
6354
|
+
executionNumber: number | undefined;
|
|
6355
|
+
/**
|
|
6356
|
+
* <p>(Optional) When true, you can delete a job execution which is "IN_PROGRESS".
|
|
6357
|
+
* Otherwise, you can only delete a job execution which is in a terminal state
|
|
6358
|
+
* ("SUCCEEDED", "FAILED", "REJECTED", "REMOVED" or "CANCELED") or an exception will occur.
|
|
6359
|
+
* The default is false.</p>
|
|
6360
|
+
* <note>
|
|
6361
|
+
* <p>Deleting a job execution which is "IN_PROGRESS", will cause the device to be
|
|
6362
|
+
* unable to access job information or update the job execution status. Use caution and
|
|
6363
|
+
* ensure that the device is able to recover to a valid state.</p>
|
|
6364
|
+
* </note>
|
|
6365
|
+
* @public
|
|
6366
|
+
*/
|
|
6367
|
+
force?: boolean | undefined;
|
|
6368
|
+
/**
|
|
6369
|
+
* <p>The namespace used to indicate that a job is a customer-managed job.</p>
|
|
6370
|
+
* <p>When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to
|
|
6371
|
+
* MQTT topics that contain the value in the following format.</p>
|
|
6372
|
+
* <p>
|
|
6373
|
+
* <code>$aws/things/<i>THING_NAME</i>/jobs/<i>JOB_ID</i>/notify-namespace-<i>NAMESPACE_ID</i>/</code>
|
|
6374
|
+
* </p>
|
|
6375
|
+
* <note>
|
|
6376
|
+
* <p>The <code>namespaceId</code> feature is only supported by IoT Greengrass at this time. For
|
|
6377
|
+
* more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html">Setting up IoT Greengrass core devices.</a>
|
|
6378
|
+
* </p>
|
|
6379
|
+
* </note>
|
|
6380
|
+
* @public
|
|
6381
|
+
*/
|
|
6382
|
+
namespaceId?: string | undefined;
|
|
6383
|
+
}
|
|
6384
|
+
/**
|
|
6385
|
+
* @public
|
|
6386
|
+
*/
|
|
6387
|
+
export interface DeleteJobTemplateRequest {
|
|
6388
|
+
/**
|
|
6389
|
+
* <p>The unique identifier of the job template to delete.</p>
|
|
6390
|
+
* @public
|
|
6391
|
+
*/
|
|
6392
|
+
jobTemplateId: string | undefined;
|
|
6393
|
+
}
|
|
6394
|
+
/**
|
|
6395
|
+
* @public
|
|
6396
|
+
*/
|
|
6397
|
+
export interface DeleteMitigationActionRequest {
|
|
6398
|
+
/**
|
|
6399
|
+
* <p>The name of the mitigation action that you want to delete.</p>
|
|
6400
|
+
* @public
|
|
6401
|
+
*/
|
|
6402
|
+
actionName: string | undefined;
|
|
6403
|
+
}
|
|
6404
|
+
/**
|
|
6405
|
+
* @public
|
|
6406
|
+
*/
|
|
6407
|
+
export interface DeleteMitigationActionResponse {
|
|
6408
|
+
}
|
|
6409
|
+
/**
|
|
6410
|
+
* @public
|
|
6411
|
+
*/
|
|
6412
|
+
export interface DeleteOTAUpdateRequest {
|
|
6413
|
+
/**
|
|
6414
|
+
* <p>The ID of the OTA update to delete.</p>
|
|
6415
|
+
* @public
|
|
6416
|
+
*/
|
|
6417
|
+
otaUpdateId: string | undefined;
|
|
6418
|
+
/**
|
|
6419
|
+
* <p>When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted.
|
|
6420
|
+
* Ignored if the stream specified in the OTAUpdate is supplied by the user.</p>
|
|
6421
|
+
* @public
|
|
6422
|
+
*/
|
|
6423
|
+
deleteStream?: boolean | undefined;
|
|
6424
|
+
/**
|
|
6425
|
+
* <p>When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if the
|
|
6426
|
+
* job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is false.</p>
|
|
6427
|
+
* @public
|
|
6428
|
+
*/
|
|
6429
|
+
forceDeleteAWSJob?: boolean | undefined;
|
|
6430
|
+
}
|
|
6431
|
+
/**
|
|
6432
|
+
* @public
|
|
6433
|
+
*/
|
|
6434
|
+
export interface DeleteOTAUpdateResponse {
|
|
6435
|
+
}
|
|
6436
|
+
/**
|
|
6437
|
+
* @public
|
|
6438
|
+
*/
|
|
6439
|
+
export interface DeletePackageRequest {
|
|
6440
|
+
/**
|
|
6441
|
+
* <p>The name of the target software package.</p>
|
|
6442
|
+
* @public
|
|
6443
|
+
*/
|
|
6444
|
+
packageName: string | undefined;
|
|
6445
|
+
/**
|
|
6446
|
+
* <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
|
6447
|
+
* Don't reuse this client token if a new idempotent request is required.</p>
|
|
6448
|
+
* @public
|
|
6449
|
+
*/
|
|
6450
|
+
clientToken?: string | undefined;
|
|
6451
|
+
}
|
|
6452
|
+
/**
|
|
6453
|
+
* @public
|
|
6454
|
+
*/
|
|
6455
|
+
export interface DeletePackageResponse {
|
|
6456
|
+
}
|
|
6457
|
+
/**
|
|
6458
|
+
* @public
|
|
6459
|
+
*/
|
|
6460
|
+
export interface DeletePackageVersionRequest {
|
|
6461
|
+
/**
|
|
6462
|
+
* <p>The name of the associated software package.</p>
|
|
6463
|
+
* @public
|
|
6464
|
+
*/
|
|
6465
|
+
packageName: string | undefined;
|
|
6466
|
+
/**
|
|
6467
|
+
* <p>The name of the target package version.</p>
|
|
6468
|
+
* @public
|
|
6469
|
+
*/
|
|
6470
|
+
versionName: string | undefined;
|
|
6471
|
+
/**
|
|
6472
|
+
* <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
|
6473
|
+
* Don't reuse this client token if a new idempotent request is required.</p>
|
|
6474
|
+
* @public
|
|
6475
|
+
*/
|
|
6476
|
+
clientToken?: string | undefined;
|
|
6477
|
+
}
|
|
6478
|
+
/**
|
|
6479
|
+
* @public
|
|
6480
|
+
*/
|
|
6481
|
+
export interface DeletePackageVersionResponse {
|
|
6482
|
+
}
|
|
6483
|
+
/**
|
|
6484
|
+
* <p>The input for the DeletePolicy operation.</p>
|
|
6485
|
+
* @public
|
|
6486
|
+
*/
|
|
6487
|
+
export interface DeletePolicyRequest {
|
|
6488
|
+
/**
|
|
6489
|
+
* <p>The name of the policy to delete.</p>
|
|
6490
|
+
* @public
|
|
6491
|
+
*/
|
|
6492
|
+
policyName: string | undefined;
|
|
6493
|
+
}
|
|
6494
|
+
/**
|
|
6495
|
+
* <p>The input for the DeletePolicyVersion operation.</p>
|
|
6496
|
+
* @public
|
|
6497
|
+
*/
|
|
6498
|
+
export interface DeletePolicyVersionRequest {
|
|
6499
|
+
/**
|
|
6500
|
+
* <p>The name of the policy.</p>
|
|
6501
|
+
* @public
|
|
6502
|
+
*/
|
|
6503
|
+
policyName: string | undefined;
|
|
6504
|
+
/**
|
|
6505
|
+
* <p>The policy version ID.</p>
|
|
6506
|
+
* @public
|
|
6507
|
+
*/
|
|
6508
|
+
policyVersionId: string | undefined;
|
|
6509
|
+
}
|
|
6510
|
+
/**
|
|
6511
|
+
* @public
|
|
6512
|
+
*/
|
|
6513
|
+
export interface DeleteProvisioningTemplateRequest {
|
|
6514
|
+
/**
|
|
6515
|
+
* <p>The name of the fleet provision template to delete.</p>
|
|
6516
|
+
* @public
|
|
6517
|
+
*/
|
|
6518
|
+
templateName: string | undefined;
|
|
6519
|
+
}
|
|
6520
|
+
/**
|
|
6521
|
+
* @public
|
|
6522
|
+
*/
|
|
6523
|
+
export interface DeleteProvisioningTemplateResponse {
|
|
6524
|
+
}
|
|
6525
|
+
/**
|
|
6526
|
+
* @public
|
|
6527
|
+
*/
|
|
6528
|
+
export interface DeleteProvisioningTemplateVersionRequest {
|
|
6529
|
+
/**
|
|
6530
|
+
* <p>The name of the provisioning template version to delete.</p>
|
|
6531
|
+
* @public
|
|
6532
|
+
*/
|
|
6533
|
+
templateName: string | undefined;
|
|
6534
|
+
/**
|
|
6535
|
+
* <p>The provisioning template version ID to delete.</p>
|
|
6536
|
+
* @public
|
|
6537
|
+
*/
|
|
6538
|
+
versionId: number | undefined;
|
|
6539
|
+
}
|
|
6540
|
+
/**
|
|
6541
|
+
* @public
|
|
6542
|
+
*/
|
|
6543
|
+
export interface DeleteProvisioningTemplateVersionResponse {
|
|
6544
|
+
}
|
|
6545
|
+
/**
|
|
6546
|
+
* <p>The input for the DeleteRegistrationCode operation.</p>
|
|
6547
|
+
* @public
|
|
6548
|
+
*/
|
|
6549
|
+
export interface DeleteRegistrationCodeRequest {
|
|
6550
|
+
}
|
|
6551
|
+
/**
|
|
6552
|
+
* <p>The output for the DeleteRegistrationCode operation.</p>
|
|
6553
|
+
* @public
|
|
6554
|
+
*/
|
|
6555
|
+
export interface DeleteRegistrationCodeResponse {
|
|
6556
|
+
}
|
|
6557
|
+
/**
|
|
6558
|
+
* @public
|
|
6559
|
+
*/
|
|
6560
|
+
export interface DeleteRoleAliasRequest {
|
|
6561
|
+
/**
|
|
6562
|
+
* <p>The role alias to delete.</p>
|
|
6563
|
+
* @public
|
|
6564
|
+
*/
|
|
6565
|
+
roleAlias: string | undefined;
|
|
6566
|
+
}
|
|
6567
|
+
/**
|
|
6568
|
+
* @public
|
|
6569
|
+
*/
|
|
6570
|
+
export interface DeleteRoleAliasResponse {
|
|
6571
|
+
}
|
|
6572
|
+
/**
|
|
6573
|
+
* @public
|
|
6574
|
+
*/
|
|
6575
|
+
export interface DeleteScheduledAuditRequest {
|
|
6576
|
+
/**
|
|
6577
|
+
* <p>The name of the scheduled audit you want to delete.</p>
|
|
6578
|
+
* @public
|
|
6579
|
+
*/
|
|
6580
|
+
scheduledAuditName: string | undefined;
|
|
6581
|
+
}
|
|
6582
|
+
/**
|
|
6583
|
+
* @public
|
|
6584
|
+
*/
|
|
6585
|
+
export interface DeleteScheduledAuditResponse {
|
|
6586
|
+
}
|
|
6587
|
+
/**
|
|
6588
|
+
* @public
|
|
6589
|
+
*/
|
|
6590
|
+
export interface DeleteSecurityProfileRequest {
|
|
6591
|
+
/**
|
|
6592
|
+
* <p>The name of the security profile to be deleted.</p>
|
|
6593
|
+
* @public
|
|
6594
|
+
*/
|
|
6595
|
+
securityProfileName: string | undefined;
|
|
6596
|
+
/**
|
|
6597
|
+
* <p>The expected version of the security profile. A new version is generated whenever
|
|
6598
|
+
* the security profile is updated. If you specify a value that is different from the actual
|
|
6599
|
+
* version, a <code>VersionConflictException</code> is thrown.</p>
|
|
6600
|
+
* @public
|
|
6601
|
+
*/
|
|
6602
|
+
expectedVersion?: number | undefined;
|
|
6603
|
+
}
|
|
6604
|
+
/**
|
|
6605
|
+
* @public
|
|
6606
|
+
*/
|
|
6607
|
+
export interface DeleteSecurityProfileResponse {
|
|
6608
|
+
}
|
|
6609
|
+
/**
|
|
6610
|
+
* @public
|
|
6611
|
+
*/
|
|
6612
|
+
export interface DeleteStreamRequest {
|
|
6613
|
+
/**
|
|
6614
|
+
* <p>The stream ID.</p>
|
|
6615
|
+
* @public
|
|
6616
|
+
*/
|
|
6617
|
+
streamId: string | undefined;
|
|
6618
|
+
}
|
|
6619
|
+
/**
|
|
6620
|
+
* @public
|
|
6621
|
+
*/
|
|
6622
|
+
export interface DeleteStreamResponse {
|
|
6623
|
+
}
|
|
6624
|
+
/**
|
|
6625
|
+
* <p>The input for the DeleteThing operation.</p>
|
|
6626
|
+
* @public
|
|
6627
|
+
*/
|
|
6628
|
+
export interface DeleteThingRequest {
|
|
6629
|
+
/**
|
|
6630
|
+
* <p>The name of the thing to delete.</p>
|
|
6631
|
+
* @public
|
|
6632
|
+
*/
|
|
6633
|
+
thingName: string | undefined;
|
|
6634
|
+
/**
|
|
6635
|
+
* <p>The expected version of the thing record in the registry. If the version of the
|
|
6636
|
+
* record in the registry does not match the expected version specified in the request, the
|
|
6637
|
+
* <code>DeleteThing</code> request is rejected with a
|
|
6638
|
+
* <code>VersionConflictException</code>.</p>
|
|
6639
|
+
* @public
|
|
6640
|
+
*/
|
|
6641
|
+
expectedVersion?: number | undefined;
|
|
6642
|
+
}
|
|
6643
|
+
/**
|
|
6644
|
+
* <p>The output of the DeleteThing operation.</p>
|
|
6645
|
+
* @public
|
|
6646
|
+
*/
|
|
6647
|
+
export interface DeleteThingResponse {
|
|
6648
|
+
}
|
|
6649
|
+
/**
|
|
6650
|
+
* @public
|
|
6651
|
+
*/
|
|
6652
|
+
export interface DeleteThingGroupRequest {
|
|
6653
|
+
/**
|
|
6654
|
+
* <p>The name of the thing group to delete.</p>
|
|
6655
|
+
* @public
|
|
6656
|
+
*/
|
|
6657
|
+
thingGroupName: string | undefined;
|
|
6658
|
+
/**
|
|
6659
|
+
* <p>The expected version of the thing group to delete.</p>
|
|
6660
|
+
* @public
|
|
6661
|
+
*/
|
|
6662
|
+
expectedVersion?: number | undefined;
|
|
6663
|
+
}
|
|
6664
|
+
/**
|
|
6665
|
+
* @public
|
|
6666
|
+
*/
|
|
6667
|
+
export interface DeleteThingGroupResponse {
|
|
6668
|
+
}
|
|
6669
|
+
/**
|
|
6670
|
+
* <p>The input for the DeleteThingType operation.</p>
|
|
6671
|
+
* @public
|
|
6672
|
+
*/
|
|
6673
|
+
export interface DeleteThingTypeRequest {
|
|
6674
|
+
/**
|
|
6675
|
+
* <p>The name of the thing type.</p>
|
|
6676
|
+
* @public
|
|
6677
|
+
*/
|
|
6678
|
+
thingTypeName: string | undefined;
|
|
6679
|
+
}
|
|
6680
|
+
/**
|
|
6681
|
+
* <p>The output for the DeleteThingType operation.</p>
|
|
6682
|
+
* @public
|
|
6683
|
+
*/
|
|
6684
|
+
export interface DeleteThingTypeResponse {
|
|
6685
|
+
}
|
|
6686
|
+
/**
|
|
6687
|
+
* <p>The input for the DeleteTopicRule operation.</p>
|
|
6688
|
+
* @public
|
|
6689
|
+
*/
|
|
6690
|
+
export interface DeleteTopicRuleRequest {
|
|
6691
|
+
/**
|
|
6692
|
+
* <p>The name of the rule.</p>
|
|
6693
|
+
* @public
|
|
6694
|
+
*/
|
|
6695
|
+
ruleName: string | undefined;
|
|
6696
|
+
}
|
|
6697
|
+
/**
|
|
6698
|
+
* @public
|
|
6699
|
+
*/
|
|
6700
|
+
export interface DeleteTopicRuleDestinationRequest {
|
|
6701
|
+
/**
|
|
6702
|
+
* <p>The ARN of the topic rule destination to delete.</p>
|
|
6703
|
+
* @public
|
|
6704
|
+
*/
|
|
6705
|
+
arn: string | undefined;
|
|
6706
|
+
}
|
|
6707
|
+
/**
|
|
6708
|
+
* @public
|
|
6709
|
+
*/
|
|
6710
|
+
export interface DeleteTopicRuleDestinationResponse {
|
|
6711
|
+
}
|
|
6712
|
+
/**
|
|
6713
|
+
* @public
|
|
6714
|
+
*/
|
|
6715
|
+
export interface DeleteV2LoggingLevelRequest {
|
|
6716
|
+
/**
|
|
6717
|
+
* <p>The type of resource for which you are configuring logging. Must be
|
|
6718
|
+
* <code>THING_Group</code>.</p>
|
|
6719
|
+
* @public
|
|
6720
|
+
*/
|
|
6721
|
+
targetType: LogTargetType | undefined;
|
|
6722
|
+
/**
|
|
6723
|
+
* <p>The name of the resource for which you are configuring logging.</p>
|
|
6724
|
+
* @public
|
|
6725
|
+
*/
|
|
6726
|
+
targetName: string | undefined;
|
|
6727
|
+
}
|
|
6728
|
+
/**
|
|
6729
|
+
* <p>The input for the DeprecateThingType operation.</p>
|
|
6730
|
+
* @public
|
|
6731
|
+
*/
|
|
6732
|
+
export interface DeprecateThingTypeRequest {
|
|
6733
|
+
/**
|
|
6734
|
+
* <p>The name of the thing type to deprecate.</p>
|
|
6735
|
+
* @public
|
|
6736
|
+
*/
|
|
6737
|
+
thingTypeName: string | undefined;
|
|
6738
|
+
/**
|
|
6739
|
+
* <p>Whether to undeprecate a deprecated thing type. If <b>true</b>, the thing type will not be deprecated anymore and you can
|
|
6740
|
+
* associate it with things.</p>
|
|
6741
|
+
* @public
|
|
6742
|
+
*/
|
|
6743
|
+
undoDeprecate?: boolean | undefined;
|
|
6744
|
+
}
|
|
6745
|
+
/**
|
|
6746
|
+
* <p>The output for the DeprecateThingType operation.</p>
|
|
6747
|
+
* @public
|
|
6748
|
+
*/
|
|
6749
|
+
export interface DeprecateThingTypeResponse {
|
|
6750
|
+
}
|
|
6751
|
+
/**
|
|
6752
|
+
* @public
|
|
6753
|
+
*/
|
|
6754
|
+
export interface DescribeAccountAuditConfigurationRequest {
|
|
6755
|
+
}
|
|
6756
|
+
/**
|
|
6757
|
+
* @public
|
|
6758
|
+
*/
|
|
6759
|
+
export interface DescribeAccountAuditConfigurationResponse {
|
|
6760
|
+
/**
|
|
6761
|
+
* <p>The ARN of the role that grants permission to IoT to access information
|
|
6762
|
+
* about your devices, policies, certificates, and other items as required when
|
|
6763
|
+
* performing an audit.</p>
|
|
6764
|
+
* <p>On the first call to <code>UpdateAccountAuditConfiguration</code>,
|
|
6765
|
+
* this parameter is required.</p>
|
|
6766
|
+
* @public
|
|
6767
|
+
*/
|
|
6768
|
+
roleArn?: string | undefined;
|
|
6769
|
+
/**
|
|
6770
|
+
* <p>Information about the targets to which audit notifications are sent for
|
|
6771
|
+
* this account.</p>
|
|
6772
|
+
* @public
|
|
6773
|
+
*/
|
|
6774
|
+
auditNotificationTargetConfigurations?: Partial<Record<AuditNotificationType, AuditNotificationTarget>> | undefined;
|
|
6775
|
+
/**
|
|
6776
|
+
* <p>Which audit checks are enabled and disabled for this account.</p>
|
|
6777
|
+
* @public
|
|
6778
|
+
*/
|
|
6779
|
+
auditCheckConfigurations?: Record<string, AuditCheckConfiguration> | undefined;
|
|
6780
|
+
}
|
|
6781
|
+
/**
|
|
6782
|
+
* @public
|
|
6783
|
+
*/
|
|
6784
|
+
export interface DescribeAuditFindingRequest {
|
|
6785
|
+
/**
|
|
6786
|
+
* <p>A unique identifier for a single audit finding. You can use this identifier to apply mitigation actions to the finding.</p>
|
|
6787
|
+
* @public
|
|
6788
|
+
*/
|
|
6789
|
+
findingId: string | undefined;
|
|
6790
|
+
}
|
|
6791
|
+
/**
|
|
6792
|
+
* @public
|
|
6793
|
+
*/
|
|
6794
|
+
export interface DescribeAuditFindingResponse {
|
|
6795
|
+
/**
|
|
6796
|
+
* <p>The findings (results) of the audit.</p>
|
|
6797
|
+
* @public
|
|
6798
|
+
*/
|
|
6799
|
+
finding?: AuditFinding | undefined;
|
|
6800
|
+
}
|
|
6801
|
+
/**
|
|
6802
|
+
* @public
|
|
6803
|
+
*/
|
|
6804
|
+
export interface DescribeAuditMitigationActionsTaskRequest {
|
|
6805
|
+
/**
|
|
6806
|
+
* <p>The unique identifier for the audit mitigation task.</p>
|
|
6807
|
+
* @public
|
|
6808
|
+
*/
|
|
6809
|
+
taskId: string | undefined;
|
|
6810
|
+
}
|
|
6811
|
+
/**
|
|
6812
|
+
* <p>Describes which changes should be applied as part of a mitigation action.</p>
|
|
6813
|
+
* @public
|
|
6814
|
+
*/
|
|
6815
|
+
export interface MitigationAction {
|
|
6816
|
+
/**
|
|
6817
|
+
* <p>A user-friendly name for the mitigation action.</p>
|
|
6818
|
+
* @public
|
|
6819
|
+
*/
|
|
6820
|
+
name?: string | undefined;
|
|
6821
|
+
/**
|
|
6822
|
+
* <p>A unique identifier for the mitigation action.</p>
|
|
6823
|
+
* @public
|
|
6824
|
+
*/
|
|
6825
|
+
id?: string | undefined;
|
|
6826
|
+
/**
|
|
6827
|
+
* <p>The IAM role ARN used to apply this mitigation action.</p>
|
|
6828
|
+
* @public
|
|
6829
|
+
*/
|
|
6830
|
+
roleArn?: string | undefined;
|
|
6831
|
+
/**
|
|
6832
|
+
* <p>The set of parameters for this mitigation action. The parameters vary, depending on the kind of action you apply.</p>
|
|
6833
|
+
* @public
|
|
6834
|
+
*/
|
|
6835
|
+
actionParams?: MitigationActionParams | undefined;
|
|
6836
|
+
}
|