@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,17 +1,55 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import {
|
|
2
|
+
AbortAction,
|
|
3
|
+
ActionType,
|
|
4
|
+
AggregationTypeName,
|
|
5
|
+
AlertTargetType,
|
|
6
|
+
ApplicationProtocol,
|
|
7
|
+
AuditCheckRunStatus,
|
|
8
|
+
AuditFindingSeverity,
|
|
9
|
+
AuditFrequency,
|
|
10
|
+
AuditMitigationActionsExecutionStatus,
|
|
11
|
+
AuditMitigationActionsTaskStatus,
|
|
12
|
+
AuditNotificationType,
|
|
13
|
+
AuditTaskStatus,
|
|
14
|
+
AuditTaskType,
|
|
15
|
+
AuthDecision,
|
|
16
|
+
AuthenticationType,
|
|
17
|
+
AuthorizerStatus,
|
|
18
|
+
AwsJobAbortCriteriaAbortAction,
|
|
19
|
+
AwsJobAbortCriteriaFailureType,
|
|
20
|
+
CACertificateUpdateAction,
|
|
21
|
+
CannedAccessControlList,
|
|
22
|
+
CertificateProviderOperation,
|
|
23
|
+
CommandNamespace,
|
|
24
|
+
ComparisonOperator,
|
|
25
|
+
ConfidenceLevel,
|
|
26
|
+
ConfigName,
|
|
27
|
+
CustomMetricType,
|
|
28
|
+
DayOfWeek,
|
|
29
|
+
DeviceCertificateUpdateAction,
|
|
30
|
+
DimensionType,
|
|
31
|
+
DimensionValueOperator,
|
|
32
|
+
DynamoKeyType,
|
|
33
|
+
FleetMetricUnit,
|
|
34
|
+
JobEndBehavior,
|
|
35
|
+
JobExecutionFailureType,
|
|
36
|
+
LogLevel,
|
|
37
|
+
LogTargetType,
|
|
38
|
+
MessageFormat,
|
|
39
|
+
OTAUpdateStatus,
|
|
40
|
+
PackageVersionStatus,
|
|
41
|
+
PolicyTemplateName,
|
|
42
|
+
Protocol,
|
|
43
|
+
ResourceType,
|
|
44
|
+
RetryableFailureType,
|
|
45
|
+
SbomValidationStatus,
|
|
46
|
+
ServiceType,
|
|
47
|
+
TargetSelection,
|
|
48
|
+
TemplateType,
|
|
49
|
+
ThingPrincipalType,
|
|
50
|
+
TopicRuleDestinationStatus,
|
|
51
|
+
VerificationState,
|
|
52
|
+
} from "./enums";
|
|
15
53
|
export interface AbortCriteria {
|
|
16
54
|
failureType: JobExecutionFailureType | undefined;
|
|
17
55
|
action: AbortAction | undefined;
|
|
@@ -25,58 +63,6 @@ export interface AcceptCertificateTransferRequest {
|
|
|
25
63
|
certificateId: string | undefined;
|
|
26
64
|
setAsActive?: boolean | undefined;
|
|
27
65
|
}
|
|
28
|
-
export declare class InternalFailureException extends __BaseException {
|
|
29
|
-
readonly name: "InternalFailureException";
|
|
30
|
-
readonly $fault: "server";
|
|
31
|
-
constructor(
|
|
32
|
-
opts: __ExceptionOptionType<InternalFailureException, __BaseException>
|
|
33
|
-
);
|
|
34
|
-
}
|
|
35
|
-
export declare class InvalidRequestException extends __BaseException {
|
|
36
|
-
readonly name: "InvalidRequestException";
|
|
37
|
-
readonly $fault: "client";
|
|
38
|
-
constructor(
|
|
39
|
-
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
40
|
-
);
|
|
41
|
-
}
|
|
42
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
43
|
-
readonly name: "ResourceNotFoundException";
|
|
44
|
-
readonly $fault: "client";
|
|
45
|
-
constructor(
|
|
46
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
47
|
-
);
|
|
48
|
-
}
|
|
49
|
-
export declare class ServiceUnavailableException extends __BaseException {
|
|
50
|
-
readonly name: "ServiceUnavailableException";
|
|
51
|
-
readonly $fault: "server";
|
|
52
|
-
constructor(
|
|
53
|
-
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
54
|
-
);
|
|
55
|
-
}
|
|
56
|
-
export declare class ThrottlingException extends __BaseException {
|
|
57
|
-
readonly name: "ThrottlingException";
|
|
58
|
-
readonly $fault: "client";
|
|
59
|
-
constructor(
|
|
60
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
61
|
-
);
|
|
62
|
-
}
|
|
63
|
-
export declare class TransferAlreadyCompletedException extends __BaseException {
|
|
64
|
-
readonly name: "TransferAlreadyCompletedException";
|
|
65
|
-
readonly $fault: "client";
|
|
66
|
-
constructor(
|
|
67
|
-
opts: __ExceptionOptionType<
|
|
68
|
-
TransferAlreadyCompletedException,
|
|
69
|
-
__BaseException
|
|
70
|
-
>
|
|
71
|
-
);
|
|
72
|
-
}
|
|
73
|
-
export declare class UnauthorizedException extends __BaseException {
|
|
74
|
-
readonly name: "UnauthorizedException";
|
|
75
|
-
readonly $fault: "client";
|
|
76
|
-
constructor(
|
|
77
|
-
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
78
|
-
);
|
|
79
|
-
}
|
|
80
66
|
export interface CloudwatchAlarmAction {
|
|
81
67
|
roleArn: string | undefined;
|
|
82
68
|
alarmName: string | undefined;
|
|
@@ -96,11 +82,6 @@ export interface CloudwatchMetricAction {
|
|
|
96
82
|
metricUnit: string | undefined;
|
|
97
83
|
metricTimestamp?: string | undefined;
|
|
98
84
|
}
|
|
99
|
-
export declare const DynamoKeyType: {
|
|
100
|
-
readonly NUMBER: "NUMBER";
|
|
101
|
-
readonly STRING: "STRING";
|
|
102
|
-
};
|
|
103
|
-
export type DynamoKeyType = (typeof DynamoKeyType)[keyof typeof DynamoKeyType];
|
|
104
85
|
export interface DynamoDBAction {
|
|
105
86
|
tableName: string | undefined;
|
|
106
87
|
roleArn: string | undefined;
|
|
@@ -290,18 +271,6 @@ export interface RepublishAction {
|
|
|
290
271
|
qos?: number | undefined;
|
|
291
272
|
headers?: MqttHeaders | undefined;
|
|
292
273
|
}
|
|
293
|
-
export declare const CannedAccessControlList: {
|
|
294
|
-
readonly AuthenticatedRead: "authenticated-read";
|
|
295
|
-
readonly AwsExecRead: "aws-exec-read";
|
|
296
|
-
readonly BucketOwnerFullControl: "bucket-owner-full-control";
|
|
297
|
-
readonly BucketOwnerRead: "bucket-owner-read";
|
|
298
|
-
readonly LogDeliveryWrite: "log-delivery-write";
|
|
299
|
-
readonly Private: "private";
|
|
300
|
-
readonly PublicRead: "public-read";
|
|
301
|
-
readonly PublicReadWrite: "public-read-write";
|
|
302
|
-
};
|
|
303
|
-
export type CannedAccessControlList =
|
|
304
|
-
(typeof CannedAccessControlList)[keyof typeof CannedAccessControlList];
|
|
305
274
|
export interface S3Action {
|
|
306
275
|
roleArn: string | undefined;
|
|
307
276
|
bucketName: string | undefined;
|
|
@@ -312,11 +281,6 @@ export interface SalesforceAction {
|
|
|
312
281
|
token: string | undefined;
|
|
313
282
|
url: string | undefined;
|
|
314
283
|
}
|
|
315
|
-
export declare const MessageFormat: {
|
|
316
|
-
readonly JSON: "JSON";
|
|
317
|
-
readonly RAW: "RAW";
|
|
318
|
-
};
|
|
319
|
-
export type MessageFormat = (typeof MessageFormat)[keyof typeof MessageFormat];
|
|
320
284
|
export interface SnsAction {
|
|
321
285
|
targetArn: string | undefined;
|
|
322
286
|
roleArn: string | undefined;
|
|
@@ -372,34 +336,6 @@ export interface Action {
|
|
|
372
336
|
openSearch?: OpenSearchAction | undefined;
|
|
373
337
|
location?: LocationAction | undefined;
|
|
374
338
|
}
|
|
375
|
-
export declare const ActionType: {
|
|
376
|
-
readonly CONNECT: "CONNECT";
|
|
377
|
-
readonly PUBLISH: "PUBLISH";
|
|
378
|
-
readonly RECEIVE: "RECEIVE";
|
|
379
|
-
readonly SUBSCRIBE: "SUBSCRIBE";
|
|
380
|
-
};
|
|
381
|
-
export type ActionType = (typeof ActionType)[keyof typeof ActionType];
|
|
382
|
-
export declare const ComparisonOperator: {
|
|
383
|
-
readonly GREATER_THAN: "greater-than";
|
|
384
|
-
readonly GREATER_THAN_EQUALS: "greater-than-equals";
|
|
385
|
-
readonly IN_CIDR_SET: "in-cidr-set";
|
|
386
|
-
readonly IN_PORT_SET: "in-port-set";
|
|
387
|
-
readonly IN_SET: "in-set";
|
|
388
|
-
readonly LESS_THAN: "less-than";
|
|
389
|
-
readonly LESS_THAN_EQUALS: "less-than-equals";
|
|
390
|
-
readonly NOT_IN_CIDR_SET: "not-in-cidr-set";
|
|
391
|
-
readonly NOT_IN_PORT_SET: "not-in-port-set";
|
|
392
|
-
readonly NOT_IN_SET: "not-in-set";
|
|
393
|
-
};
|
|
394
|
-
export type ComparisonOperator =
|
|
395
|
-
(typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
396
|
-
export declare const ConfidenceLevel: {
|
|
397
|
-
readonly HIGH: "HIGH";
|
|
398
|
-
readonly LOW: "LOW";
|
|
399
|
-
readonly MEDIUM: "MEDIUM";
|
|
400
|
-
};
|
|
401
|
-
export type ConfidenceLevel =
|
|
402
|
-
(typeof ConfidenceLevel)[keyof typeof ConfidenceLevel];
|
|
403
339
|
export interface MachineLearningDetectionConfig {
|
|
404
340
|
confidenceLevel: ConfidenceLevel | undefined;
|
|
405
341
|
}
|
|
@@ -423,12 +359,6 @@ export interface BehaviorCriteria {
|
|
|
423
359
|
statisticalThreshold?: StatisticalThreshold | undefined;
|
|
424
360
|
mlDetectionConfig?: MachineLearningDetectionConfig | undefined;
|
|
425
361
|
}
|
|
426
|
-
export declare const DimensionValueOperator: {
|
|
427
|
-
readonly IN: "IN";
|
|
428
|
-
readonly NOT_IN: "NOT_IN";
|
|
429
|
-
};
|
|
430
|
-
export type DimensionValueOperator =
|
|
431
|
-
(typeof DimensionValueOperator)[keyof typeof DimensionValueOperator];
|
|
432
362
|
export interface MetricDimension {
|
|
433
363
|
dimensionName: string | undefined;
|
|
434
364
|
operator?: DimensionValueOperator | undefined;
|
|
@@ -441,14 +371,6 @@ export interface Behavior {
|
|
|
441
371
|
suppressAlerts?: boolean | undefined;
|
|
442
372
|
exportMetric?: boolean | undefined;
|
|
443
373
|
}
|
|
444
|
-
export declare const VerificationState: {
|
|
445
|
-
readonly BENIGN_POSITIVE: "BENIGN_POSITIVE";
|
|
446
|
-
readonly FALSE_POSITIVE: "FALSE_POSITIVE";
|
|
447
|
-
readonly TRUE_POSITIVE: "TRUE_POSITIVE";
|
|
448
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
449
|
-
};
|
|
450
|
-
export type VerificationState =
|
|
451
|
-
(typeof VerificationState)[keyof typeof VerificationState];
|
|
452
374
|
export interface ViolationEventAdditionalInfo {
|
|
453
375
|
confidenceLevel?: ConfidenceLevel | undefined;
|
|
454
376
|
}
|
|
@@ -488,13 +410,6 @@ export interface AddThingToThingGroupRequest {
|
|
|
488
410
|
overrideDynamicGroups?: boolean | undefined;
|
|
489
411
|
}
|
|
490
412
|
export interface AddThingToThingGroupResponse {}
|
|
491
|
-
export declare const AggregationTypeName: {
|
|
492
|
-
readonly CARDINALITY: "Cardinality";
|
|
493
|
-
readonly PERCENTILES: "Percentiles";
|
|
494
|
-
readonly STATISTICS: "Statistics";
|
|
495
|
-
};
|
|
496
|
-
export type AggregationTypeName =
|
|
497
|
-
(typeof AggregationTypeName)[keyof typeof AggregationTypeName];
|
|
498
413
|
export interface AggregationType {
|
|
499
414
|
name: AggregationTypeName | undefined;
|
|
500
415
|
values?: string[] | undefined;
|
|
@@ -503,11 +418,6 @@ export interface AlertTarget {
|
|
|
503
418
|
alertTargetArn: string | undefined;
|
|
504
419
|
roleArn: string | undefined;
|
|
505
420
|
}
|
|
506
|
-
export declare const AlertTargetType: {
|
|
507
|
-
readonly SNS: "SNS";
|
|
508
|
-
};
|
|
509
|
-
export type AlertTargetType =
|
|
510
|
-
(typeof AlertTargetType)[keyof typeof AlertTargetType];
|
|
511
421
|
export interface Policy {
|
|
512
422
|
policyName?: string | undefined;
|
|
513
423
|
policyArn?: string | undefined;
|
|
@@ -515,14 +425,6 @@ export interface Policy {
|
|
|
515
425
|
export interface Allowed {
|
|
516
426
|
policies?: Policy[] | undefined;
|
|
517
427
|
}
|
|
518
|
-
export declare const ApplicationProtocol: {
|
|
519
|
-
readonly DEFAULT: "DEFAULT";
|
|
520
|
-
readonly HTTPS: "HTTPS";
|
|
521
|
-
readonly MQTT_WSS: "MQTT_WSS";
|
|
522
|
-
readonly SECURE_MQTT: "SECURE_MQTT";
|
|
523
|
-
};
|
|
524
|
-
export type ApplicationProtocol =
|
|
525
|
-
(typeof ApplicationProtocol)[keyof typeof ApplicationProtocol];
|
|
526
428
|
export interface S3Location {
|
|
527
429
|
bucket?: string | undefined;
|
|
528
430
|
key?: string | undefined;
|
|
@@ -537,46 +439,12 @@ export interface AssociateSbomWithPackageVersionRequest {
|
|
|
537
439
|
sbom: Sbom | undefined;
|
|
538
440
|
clientToken?: string | undefined;
|
|
539
441
|
}
|
|
540
|
-
export declare const SbomValidationStatus: {
|
|
541
|
-
readonly FAILED: "FAILED";
|
|
542
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
543
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
544
|
-
};
|
|
545
|
-
export type SbomValidationStatus =
|
|
546
|
-
(typeof SbomValidationStatus)[keyof typeof SbomValidationStatus];
|
|
547
442
|
export interface AssociateSbomWithPackageVersionResponse {
|
|
548
443
|
packageName?: string | undefined;
|
|
549
444
|
versionName?: string | undefined;
|
|
550
445
|
sbom?: Sbom | undefined;
|
|
551
446
|
sbomValidationStatus?: SbomValidationStatus | undefined;
|
|
552
447
|
}
|
|
553
|
-
export declare class ConflictException extends __BaseException {
|
|
554
|
-
readonly name: "ConflictException";
|
|
555
|
-
readonly $fault: "client";
|
|
556
|
-
resourceId?: string | undefined;
|
|
557
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
558
|
-
}
|
|
559
|
-
export declare class InternalServerException extends __BaseException {
|
|
560
|
-
readonly name: "InternalServerException";
|
|
561
|
-
readonly $fault: "server";
|
|
562
|
-
constructor(
|
|
563
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
564
|
-
);
|
|
565
|
-
}
|
|
566
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
567
|
-
readonly name: "ServiceQuotaExceededException";
|
|
568
|
-
readonly $fault: "client";
|
|
569
|
-
constructor(
|
|
570
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
571
|
-
);
|
|
572
|
-
}
|
|
573
|
-
export declare class ValidationException extends __BaseException {
|
|
574
|
-
readonly name: "ValidationException";
|
|
575
|
-
readonly $fault: "client";
|
|
576
|
-
constructor(
|
|
577
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
578
|
-
);
|
|
579
|
-
}
|
|
580
448
|
export interface AssociateTargetsWithJobRequest {
|
|
581
449
|
targets: string[] | undefined;
|
|
582
450
|
jobId: string | undefined;
|
|
@@ -588,13 +456,6 @@ export interface AssociateTargetsWithJobResponse {
|
|
|
588
456
|
jobId?: string | undefined;
|
|
589
457
|
description?: string | undefined;
|
|
590
458
|
}
|
|
591
|
-
export declare class LimitExceededException extends __BaseException {
|
|
592
|
-
readonly name: "LimitExceededException";
|
|
593
|
-
readonly $fault: "client";
|
|
594
|
-
constructor(
|
|
595
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
596
|
-
);
|
|
597
|
-
}
|
|
598
459
|
export interface AttachPolicyRequest {
|
|
599
460
|
policyName: string | undefined;
|
|
600
461
|
target: string | undefined;
|
|
@@ -608,19 +469,6 @@ export interface AttachSecurityProfileRequest {
|
|
|
608
469
|
securityProfileTargetArn: string | undefined;
|
|
609
470
|
}
|
|
610
471
|
export interface AttachSecurityProfileResponse {}
|
|
611
|
-
export declare class VersionConflictException extends __BaseException {
|
|
612
|
-
readonly name: "VersionConflictException";
|
|
613
|
-
readonly $fault: "client";
|
|
614
|
-
constructor(
|
|
615
|
-
opts: __ExceptionOptionType<VersionConflictException, __BaseException>
|
|
616
|
-
);
|
|
617
|
-
}
|
|
618
|
-
export declare const ThingPrincipalType: {
|
|
619
|
-
readonly EXCLUSIVE_THING: "EXCLUSIVE_THING";
|
|
620
|
-
readonly NON_EXCLUSIVE_THING: "NON_EXCLUSIVE_THING";
|
|
621
|
-
};
|
|
622
|
-
export type ThingPrincipalType =
|
|
623
|
-
(typeof ThingPrincipalType)[keyof typeof ThingPrincipalType];
|
|
624
472
|
export interface AttachThingPrincipalRequest {
|
|
625
473
|
thingName: string | undefined;
|
|
626
474
|
principal: string | undefined;
|
|
@@ -631,25 +479,10 @@ export interface AttributePayload {
|
|
|
631
479
|
attributes?: Record<string, string> | undefined;
|
|
632
480
|
merge?: boolean | undefined;
|
|
633
481
|
}
|
|
634
|
-
export declare const ConfigName: {
|
|
635
|
-
readonly CERT_AGE_THRESHOLD_IN_DAYS: "CERT_AGE_THRESHOLD_IN_DAYS";
|
|
636
|
-
readonly CERT_EXPIRATION_THRESHOLD_IN_DAYS: "CERT_EXPIRATION_THRESHOLD_IN_DAYS";
|
|
637
|
-
};
|
|
638
|
-
export type ConfigName = (typeof ConfigName)[keyof typeof ConfigName];
|
|
639
482
|
export interface AuditCheckConfiguration {
|
|
640
483
|
enabled?: boolean | undefined;
|
|
641
484
|
configuration?: Partial<Record<ConfigName, string>> | undefined;
|
|
642
485
|
}
|
|
643
|
-
export declare const AuditCheckRunStatus: {
|
|
644
|
-
readonly CANCELED: "CANCELED";
|
|
645
|
-
readonly COMPLETED_COMPLIANT: "COMPLETED_COMPLIANT";
|
|
646
|
-
readonly COMPLETED_NON_COMPLIANT: "COMPLETED_NON_COMPLIANT";
|
|
647
|
-
readonly FAILED: "FAILED";
|
|
648
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
649
|
-
readonly WAITING_FOR_DATA_COLLECTION: "WAITING_FOR_DATA_COLLECTION";
|
|
650
|
-
};
|
|
651
|
-
export type AuditCheckRunStatus =
|
|
652
|
-
(typeof AuditCheckRunStatus)[keyof typeof AuditCheckRunStatus];
|
|
653
486
|
export interface AuditCheckDetails {
|
|
654
487
|
checkRunStatus?: AuditCheckRunStatus | undefined;
|
|
655
488
|
checkCompliant?: boolean | undefined;
|
|
@@ -680,18 +513,6 @@ export interface ResourceIdentifier {
|
|
|
680
513
|
issuerCertificateIdentifier?: IssuerCertificateIdentifier | undefined;
|
|
681
514
|
deviceCertificateArn?: string | undefined;
|
|
682
515
|
}
|
|
683
|
-
export declare const ResourceType: {
|
|
684
|
-
readonly ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS";
|
|
685
|
-
readonly CA_CERTIFICATE: "CA_CERTIFICATE";
|
|
686
|
-
readonly CLIENT_ID: "CLIENT_ID";
|
|
687
|
-
readonly COGNITO_IDENTITY_POOL: "COGNITO_IDENTITY_POOL";
|
|
688
|
-
readonly DEVICE_CERTIFICATE: "DEVICE_CERTIFICATE";
|
|
689
|
-
readonly IAM_ROLE: "IAM_ROLE";
|
|
690
|
-
readonly IOT_POLICY: "IOT_POLICY";
|
|
691
|
-
readonly ISSUER_CERTIFICATE: "ISSUER_CERTIFICATE";
|
|
692
|
-
readonly ROLE_ALIAS: "ROLE_ALIAS";
|
|
693
|
-
};
|
|
694
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
695
516
|
export interface NonCompliantResource {
|
|
696
517
|
resourceType?: ResourceType | undefined;
|
|
697
518
|
resourceIdentifier?: ResourceIdentifier | undefined;
|
|
@@ -702,14 +523,6 @@ export interface RelatedResource {
|
|
|
702
523
|
resourceIdentifier?: ResourceIdentifier | undefined;
|
|
703
524
|
additionalInfo?: Record<string, string> | undefined;
|
|
704
525
|
}
|
|
705
|
-
export declare const AuditFindingSeverity: {
|
|
706
|
-
readonly CRITICAL: "CRITICAL";
|
|
707
|
-
readonly HIGH: "HIGH";
|
|
708
|
-
readonly LOW: "LOW";
|
|
709
|
-
readonly MEDIUM: "MEDIUM";
|
|
710
|
-
};
|
|
711
|
-
export type AuditFindingSeverity =
|
|
712
|
-
(typeof AuditFindingSeverity)[keyof typeof AuditFindingSeverity];
|
|
713
526
|
export interface AuditFinding {
|
|
714
527
|
findingId?: string | undefined;
|
|
715
528
|
taskId?: string | undefined;
|
|
@@ -723,24 +536,6 @@ export interface AuditFinding {
|
|
|
723
536
|
reasonForNonComplianceCode?: string | undefined;
|
|
724
537
|
isSuppressed?: boolean | undefined;
|
|
725
538
|
}
|
|
726
|
-
export declare const AuditFrequency: {
|
|
727
|
-
readonly BIWEEKLY: "BIWEEKLY";
|
|
728
|
-
readonly DAILY: "DAILY";
|
|
729
|
-
readonly MONTHLY: "MONTHLY";
|
|
730
|
-
readonly WEEKLY: "WEEKLY";
|
|
731
|
-
};
|
|
732
|
-
export type AuditFrequency =
|
|
733
|
-
(typeof AuditFrequency)[keyof typeof AuditFrequency];
|
|
734
|
-
export declare const AuditMitigationActionsExecutionStatus: {
|
|
735
|
-
readonly CANCELED: "CANCELED";
|
|
736
|
-
readonly COMPLETED: "COMPLETED";
|
|
737
|
-
readonly FAILED: "FAILED";
|
|
738
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
739
|
-
readonly PENDING: "PENDING";
|
|
740
|
-
readonly SKIPPED: "SKIPPED";
|
|
741
|
-
};
|
|
742
|
-
export type AuditMitigationActionsExecutionStatus =
|
|
743
|
-
(typeof AuditMitigationActionsExecutionStatus)[keyof typeof AuditMitigationActionsExecutionStatus];
|
|
744
539
|
export interface AuditMitigationActionExecutionMetadata {
|
|
745
540
|
taskId?: string | undefined;
|
|
746
541
|
findingId?: string | undefined;
|
|
@@ -752,14 +547,6 @@ export interface AuditMitigationActionExecutionMetadata {
|
|
|
752
547
|
errorCode?: string | undefined;
|
|
753
548
|
message?: string | undefined;
|
|
754
549
|
}
|
|
755
|
-
export declare const AuditMitigationActionsTaskStatus: {
|
|
756
|
-
readonly CANCELED: "CANCELED";
|
|
757
|
-
readonly COMPLETED: "COMPLETED";
|
|
758
|
-
readonly FAILED: "FAILED";
|
|
759
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
760
|
-
};
|
|
761
|
-
export type AuditMitigationActionsTaskStatus =
|
|
762
|
-
(typeof AuditMitigationActionsTaskStatus)[keyof typeof AuditMitigationActionsTaskStatus];
|
|
763
550
|
export interface AuditMitigationActionsTaskMetadata {
|
|
764
551
|
taskId?: string | undefined;
|
|
765
552
|
startTime?: Date | undefined;
|
|
@@ -782,11 +569,6 @@ export interface AuditNotificationTarget {
|
|
|
782
569
|
roleArn?: string | undefined;
|
|
783
570
|
enabled?: boolean | undefined;
|
|
784
571
|
}
|
|
785
|
-
export declare const AuditNotificationType: {
|
|
786
|
-
readonly SNS: "SNS";
|
|
787
|
-
};
|
|
788
|
-
export type AuditNotificationType =
|
|
789
|
-
(typeof AuditNotificationType)[keyof typeof AuditNotificationType];
|
|
790
572
|
export interface AuditSuppression {
|
|
791
573
|
checkName: string | undefined;
|
|
792
574
|
resourceIdentifier: ResourceIdentifier | undefined;
|
|
@@ -794,39 +576,11 @@ export interface AuditSuppression {
|
|
|
794
576
|
suppressIndefinitely?: boolean | undefined;
|
|
795
577
|
description?: string | undefined;
|
|
796
578
|
}
|
|
797
|
-
export declare const AuditTaskStatus: {
|
|
798
|
-
readonly CANCELED: "CANCELED";
|
|
799
|
-
readonly COMPLETED: "COMPLETED";
|
|
800
|
-
readonly FAILED: "FAILED";
|
|
801
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
802
|
-
};
|
|
803
|
-
export type AuditTaskStatus =
|
|
804
|
-
(typeof AuditTaskStatus)[keyof typeof AuditTaskStatus];
|
|
805
|
-
export declare const AuditTaskType: {
|
|
806
|
-
readonly ON_DEMAND_AUDIT_TASK: "ON_DEMAND_AUDIT_TASK";
|
|
807
|
-
readonly SCHEDULED_AUDIT_TASK: "SCHEDULED_AUDIT_TASK";
|
|
808
|
-
};
|
|
809
|
-
export type AuditTaskType = (typeof AuditTaskType)[keyof typeof AuditTaskType];
|
|
810
579
|
export interface AuditTaskMetadata {
|
|
811
580
|
taskId?: string | undefined;
|
|
812
581
|
taskStatus?: AuditTaskStatus | undefined;
|
|
813
582
|
taskType?: AuditTaskType | undefined;
|
|
814
583
|
}
|
|
815
|
-
export declare const AuthDecision: {
|
|
816
|
-
readonly ALLOWED: "ALLOWED";
|
|
817
|
-
readonly EXPLICIT_DENY: "EXPLICIT_DENY";
|
|
818
|
-
readonly IMPLICIT_DENY: "IMPLICIT_DENY";
|
|
819
|
-
};
|
|
820
|
-
export type AuthDecision = (typeof AuthDecision)[keyof typeof AuthDecision];
|
|
821
|
-
export declare const AuthenticationType: {
|
|
822
|
-
readonly AWS_SIGV4: "AWS_SIGV4";
|
|
823
|
-
readonly AWS_X509: "AWS_X509";
|
|
824
|
-
readonly CUSTOM_AUTH: "CUSTOM_AUTH";
|
|
825
|
-
readonly CUSTOM_AUTH_X509: "CUSTOM_AUTH_X509";
|
|
826
|
-
readonly DEFAULT: "DEFAULT";
|
|
827
|
-
};
|
|
828
|
-
export type AuthenticationType =
|
|
829
|
-
(typeof AuthenticationType)[keyof typeof AuthenticationType];
|
|
830
584
|
export interface AuthInfo {
|
|
831
585
|
actionType?: ActionType | undefined;
|
|
832
586
|
resources: string[] | undefined;
|
|
@@ -835,12 +589,6 @@ export interface AuthorizerConfig {
|
|
|
835
589
|
defaultAuthorizerName?: string | undefined;
|
|
836
590
|
allowAuthorizerOverride?: boolean | undefined;
|
|
837
591
|
}
|
|
838
|
-
export declare const AuthorizerStatus: {
|
|
839
|
-
readonly ACTIVE: "ACTIVE";
|
|
840
|
-
readonly INACTIVE: "INACTIVE";
|
|
841
|
-
};
|
|
842
|
-
export type AuthorizerStatus =
|
|
843
|
-
(typeof AuthorizerStatus)[keyof typeof AuthorizerStatus];
|
|
844
592
|
export interface AuthorizerDescription {
|
|
845
593
|
authorizerName?: string | undefined;
|
|
846
594
|
authorizerArn?: string | undefined;
|
|
@@ -874,12 +622,6 @@ export interface AuthResult {
|
|
|
874
622
|
authDecision?: AuthDecision | undefined;
|
|
875
623
|
missingContextValues?: string[] | undefined;
|
|
876
624
|
}
|
|
877
|
-
export declare const AutoRegistrationStatus: {
|
|
878
|
-
readonly DISABLE: "DISABLE";
|
|
879
|
-
readonly ENABLE: "ENABLE";
|
|
880
|
-
};
|
|
881
|
-
export type AutoRegistrationStatus =
|
|
882
|
-
(typeof AutoRegistrationStatus)[keyof typeof AutoRegistrationStatus];
|
|
883
625
|
export interface CancelAuditMitigationActionsTaskRequest {
|
|
884
626
|
taskId: string | undefined;
|
|
885
627
|
}
|
|
@@ -913,37 +655,12 @@ export interface CancelJobExecutionRequest {
|
|
|
913
655
|
expectedVersion?: number | undefined;
|
|
914
656
|
statusDetails?: Record<string, string> | undefined;
|
|
915
657
|
}
|
|
916
|
-
export declare class InvalidStateTransitionException extends __BaseException {
|
|
917
|
-
readonly name: "InvalidStateTransitionException";
|
|
918
|
-
readonly $fault: "client";
|
|
919
|
-
constructor(
|
|
920
|
-
opts: __ExceptionOptionType<
|
|
921
|
-
InvalidStateTransitionException,
|
|
922
|
-
__BaseException
|
|
923
|
-
>
|
|
924
|
-
);
|
|
925
|
-
}
|
|
926
658
|
export interface ClearDefaultAuthorizerRequest {}
|
|
927
659
|
export interface ClearDefaultAuthorizerResponse {}
|
|
928
660
|
export interface ConfirmTopicRuleDestinationRequest {
|
|
929
661
|
confirmationToken: string | undefined;
|
|
930
662
|
}
|
|
931
663
|
export interface ConfirmTopicRuleDestinationResponse {}
|
|
932
|
-
export declare class ConflictingResourceUpdateException extends __BaseException {
|
|
933
|
-
readonly name: "ConflictingResourceUpdateException";
|
|
934
|
-
readonly $fault: "client";
|
|
935
|
-
constructor(
|
|
936
|
-
opts: __ExceptionOptionType<
|
|
937
|
-
ConflictingResourceUpdateException,
|
|
938
|
-
__BaseException
|
|
939
|
-
>
|
|
940
|
-
);
|
|
941
|
-
}
|
|
942
|
-
export declare class InternalException extends __BaseException {
|
|
943
|
-
readonly name: "InternalException";
|
|
944
|
-
readonly $fault: "server";
|
|
945
|
-
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
946
|
-
}
|
|
947
664
|
export interface CreateAuditSuppressionRequest {
|
|
948
665
|
checkName: string | undefined;
|
|
949
666
|
resourceIdentifier: ResourceIdentifier | undefined;
|
|
@@ -953,15 +670,6 @@ export interface CreateAuditSuppressionRequest {
|
|
|
953
670
|
clientRequestToken?: string | undefined;
|
|
954
671
|
}
|
|
955
672
|
export interface CreateAuditSuppressionResponse {}
|
|
956
|
-
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
957
|
-
readonly name: "ResourceAlreadyExistsException";
|
|
958
|
-
readonly $fault: "client";
|
|
959
|
-
resourceId?: string | undefined;
|
|
960
|
-
resourceArn?: string | undefined;
|
|
961
|
-
constructor(
|
|
962
|
-
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
963
|
-
);
|
|
964
|
-
}
|
|
965
673
|
export interface Tag {
|
|
966
674
|
Key: string | undefined;
|
|
967
675
|
Value?: string | undefined;
|
|
@@ -1002,11 +710,6 @@ export interface CreateCertificateFromCsrResponse {
|
|
|
1002
710
|
certificateId?: string | undefined;
|
|
1003
711
|
certificatePem?: string | undefined;
|
|
1004
712
|
}
|
|
1005
|
-
export declare const CertificateProviderOperation: {
|
|
1006
|
-
readonly CreateCertificateFromCsr: "CreateCertificateFromCsr";
|
|
1007
|
-
};
|
|
1008
|
-
export type CertificateProviderOperation =
|
|
1009
|
-
(typeof CertificateProviderOperation)[keyof typeof CertificateProviderOperation];
|
|
1010
713
|
export interface CreateCertificateProviderRequest {
|
|
1011
714
|
certificateProviderName: string | undefined;
|
|
1012
715
|
lambdaFunctionArn: string | undefined;
|
|
@@ -1033,12 +736,6 @@ export interface CommandParameter {
|
|
|
1033
736
|
defaultValue?: CommandParameterValue | undefined;
|
|
1034
737
|
description?: string | undefined;
|
|
1035
738
|
}
|
|
1036
|
-
export declare const CommandNamespace: {
|
|
1037
|
-
readonly AWSIoT: "AWS-IoT";
|
|
1038
|
-
readonly AWSIoTFleetWise: "AWS-IoT-FleetWise";
|
|
1039
|
-
};
|
|
1040
|
-
export type CommandNamespace =
|
|
1041
|
-
(typeof CommandNamespace)[keyof typeof CommandNamespace];
|
|
1042
739
|
export interface CommandPayload {
|
|
1043
740
|
content?: Uint8Array | undefined;
|
|
1044
741
|
contentType?: string | undefined;
|
|
@@ -1057,14 +754,6 @@ export interface CreateCommandResponse {
|
|
|
1057
754
|
commandId?: string | undefined;
|
|
1058
755
|
commandArn?: string | undefined;
|
|
1059
756
|
}
|
|
1060
|
-
export declare const CustomMetricType: {
|
|
1061
|
-
readonly IP_ADDRESS_LIST: "ip-address-list";
|
|
1062
|
-
readonly NUMBER: "number";
|
|
1063
|
-
readonly NUMBER_LIST: "number-list";
|
|
1064
|
-
readonly STRING_LIST: "string-list";
|
|
1065
|
-
};
|
|
1066
|
-
export type CustomMetricType =
|
|
1067
|
-
(typeof CustomMetricType)[keyof typeof CustomMetricType];
|
|
1068
757
|
export interface CreateCustomMetricRequest {
|
|
1069
758
|
metricName: string | undefined;
|
|
1070
759
|
displayName?: string | undefined;
|
|
@@ -1076,10 +765,6 @@ export interface CreateCustomMetricResponse {
|
|
|
1076
765
|
metricName?: string | undefined;
|
|
1077
766
|
metricArn?: string | undefined;
|
|
1078
767
|
}
|
|
1079
|
-
export declare const DimensionType: {
|
|
1080
|
-
readonly TOPIC_FILTER: "TOPIC_FILTER";
|
|
1081
|
-
};
|
|
1082
|
-
export type DimensionType = (typeof DimensionType)[keyof typeof DimensionType];
|
|
1083
768
|
export interface CreateDimensionRequest {
|
|
1084
769
|
name: string | undefined;
|
|
1085
770
|
type: DimensionType | undefined;
|
|
@@ -1091,13 +776,6 @@ export interface CreateDimensionResponse {
|
|
|
1091
776
|
name?: string | undefined;
|
|
1092
777
|
arn?: string | undefined;
|
|
1093
778
|
}
|
|
1094
|
-
export declare class CertificateValidationException extends __BaseException {
|
|
1095
|
-
readonly name: "CertificateValidationException";
|
|
1096
|
-
readonly $fault: "client";
|
|
1097
|
-
constructor(
|
|
1098
|
-
opts: __ExceptionOptionType<CertificateValidationException, __BaseException>
|
|
1099
|
-
);
|
|
1100
|
-
}
|
|
1101
779
|
export interface ClientCertificateConfig {
|
|
1102
780
|
clientCertificateCallbackArn?: string | undefined;
|
|
1103
781
|
}
|
|
@@ -1106,12 +784,6 @@ export interface ServerCertificateConfig {
|
|
|
1106
784
|
ocspLambdaArn?: string | undefined;
|
|
1107
785
|
ocspAuthorizedResponderArn?: string | undefined;
|
|
1108
786
|
}
|
|
1109
|
-
export declare const ServiceType: {
|
|
1110
|
-
readonly CREDENTIAL_PROVIDER: "CREDENTIAL_PROVIDER";
|
|
1111
|
-
readonly DATA: "DATA";
|
|
1112
|
-
readonly JOBS: "JOBS";
|
|
1113
|
-
};
|
|
1114
|
-
export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
|
|
1115
787
|
export interface TlsConfig {
|
|
1116
788
|
securityPolicy?: string | undefined;
|
|
1117
789
|
}
|
|
@@ -1153,44 +825,6 @@ export interface CreateDynamicThingGroupResponse {
|
|
|
1153
825
|
queryString?: string | undefined;
|
|
1154
826
|
queryVersion?: string | undefined;
|
|
1155
827
|
}
|
|
1156
|
-
export declare class InvalidQueryException extends __BaseException {
|
|
1157
|
-
readonly name: "InvalidQueryException";
|
|
1158
|
-
readonly $fault: "client";
|
|
1159
|
-
constructor(
|
|
1160
|
-
opts: __ExceptionOptionType<InvalidQueryException, __BaseException>
|
|
1161
|
-
);
|
|
1162
|
-
}
|
|
1163
|
-
export declare const FleetMetricUnit: {
|
|
1164
|
-
readonly Bits: "Bits";
|
|
1165
|
-
readonly BitsSecond: "Bits/Second";
|
|
1166
|
-
readonly Bytes: "Bytes";
|
|
1167
|
-
readonly BytesSecond: "Bytes/Second";
|
|
1168
|
-
readonly Count: "Count";
|
|
1169
|
-
readonly CountSecond: "Count/Second";
|
|
1170
|
-
readonly Gigabits: "Gigabits";
|
|
1171
|
-
readonly GigabitsSecond: "Gigabits/Second";
|
|
1172
|
-
readonly Gigabytes: "Gigabytes";
|
|
1173
|
-
readonly GigabytesSecond: "Gigabytes/Second";
|
|
1174
|
-
readonly Kilobits: "Kilobits";
|
|
1175
|
-
readonly KilobitsSecond: "Kilobits/Second";
|
|
1176
|
-
readonly Kilobytes: "Kilobytes";
|
|
1177
|
-
readonly KilobytesSecond: "Kilobytes/Second";
|
|
1178
|
-
readonly Megabits: "Megabits";
|
|
1179
|
-
readonly MegabitsSecond: "Megabits/Second";
|
|
1180
|
-
readonly Megabytes: "Megabytes";
|
|
1181
|
-
readonly MegabytesSecond: "Megabytes/Second";
|
|
1182
|
-
readonly Microseconds: "Microseconds";
|
|
1183
|
-
readonly Milliseconds: "Milliseconds";
|
|
1184
|
-
readonly None: "None";
|
|
1185
|
-
readonly Percent: "Percent";
|
|
1186
|
-
readonly Seconds: "Seconds";
|
|
1187
|
-
readonly Terabits: "Terabits";
|
|
1188
|
-
readonly TerabitsSecond: "Terabits/Second";
|
|
1189
|
-
readonly Terabytes: "Terabytes";
|
|
1190
|
-
readonly TerabytesSecond: "Terabytes/Second";
|
|
1191
|
-
};
|
|
1192
|
-
export type FleetMetricUnit =
|
|
1193
|
-
(typeof FleetMetricUnit)[keyof typeof FleetMetricUnit];
|
|
1194
828
|
export interface CreateFleetMetricRequest {
|
|
1195
829
|
metricName: string | undefined;
|
|
1196
830
|
queryString: string | undefined;
|
|
@@ -1207,27 +841,6 @@ export interface CreateFleetMetricResponse {
|
|
|
1207
841
|
metricName?: string | undefined;
|
|
1208
842
|
metricArn?: string | undefined;
|
|
1209
843
|
}
|
|
1210
|
-
export declare class IndexNotReadyException extends __BaseException {
|
|
1211
|
-
readonly name: "IndexNotReadyException";
|
|
1212
|
-
readonly $fault: "client";
|
|
1213
|
-
constructor(
|
|
1214
|
-
opts: __ExceptionOptionType<IndexNotReadyException, __BaseException>
|
|
1215
|
-
);
|
|
1216
|
-
}
|
|
1217
|
-
export declare class InvalidAggregationException extends __BaseException {
|
|
1218
|
-
readonly name: "InvalidAggregationException";
|
|
1219
|
-
readonly $fault: "client";
|
|
1220
|
-
constructor(
|
|
1221
|
-
opts: __ExceptionOptionType<InvalidAggregationException, __BaseException>
|
|
1222
|
-
);
|
|
1223
|
-
}
|
|
1224
|
-
export declare const RetryableFailureType: {
|
|
1225
|
-
readonly ALL: "ALL";
|
|
1226
|
-
readonly FAILED: "FAILED";
|
|
1227
|
-
readonly TIMED_OUT: "TIMED_OUT";
|
|
1228
|
-
};
|
|
1229
|
-
export type RetryableFailureType =
|
|
1230
|
-
(typeof RetryableFailureType)[keyof typeof RetryableFailureType];
|
|
1231
844
|
export interface RetryCriteria {
|
|
1232
845
|
failureType: RetryableFailureType | undefined;
|
|
1233
846
|
numberOfRetries: number | undefined;
|
|
@@ -1252,13 +865,6 @@ export interface PresignedUrlConfig {
|
|
|
1252
865
|
roleArn?: string | undefined;
|
|
1253
866
|
expiresInSec?: number | undefined;
|
|
1254
867
|
}
|
|
1255
|
-
export declare const JobEndBehavior: {
|
|
1256
|
-
readonly CANCEL: "CANCEL";
|
|
1257
|
-
readonly FORCE_CANCEL: "FORCE_CANCEL";
|
|
1258
|
-
readonly STOP_ROLLOUT: "STOP_ROLLOUT";
|
|
1259
|
-
};
|
|
1260
|
-
export type JobEndBehavior =
|
|
1261
|
-
(typeof JobEndBehavior)[keyof typeof JobEndBehavior];
|
|
1262
868
|
export interface MaintenanceWindow {
|
|
1263
869
|
startTime: string | undefined;
|
|
1264
870
|
durationInMinutes: number | undefined;
|
|
@@ -1269,12 +875,6 @@ export interface SchedulingConfig {
|
|
|
1269
875
|
endBehavior?: JobEndBehavior | undefined;
|
|
1270
876
|
maintenanceWindows?: MaintenanceWindow[] | undefined;
|
|
1271
877
|
}
|
|
1272
|
-
export declare const TargetSelection: {
|
|
1273
|
-
readonly CONTINUOUS: "CONTINUOUS";
|
|
1274
|
-
readonly SNAPSHOT: "SNAPSHOT";
|
|
1275
|
-
};
|
|
1276
|
-
export type TargetSelection =
|
|
1277
|
-
(typeof TargetSelection)[keyof typeof TargetSelection];
|
|
1278
878
|
export interface TimeoutConfig {
|
|
1279
879
|
inProgressTimeoutInMinutes?: number | undefined;
|
|
1280
880
|
}
|
|
@@ -1334,14 +934,6 @@ export interface CreateKeysAndCertificateResponse {
|
|
|
1334
934
|
certificatePem?: string | undefined;
|
|
1335
935
|
keyPair?: KeyPair | undefined;
|
|
1336
936
|
}
|
|
1337
|
-
export declare const LogLevel: {
|
|
1338
|
-
readonly DEBUG: "DEBUG";
|
|
1339
|
-
readonly DISABLED: "DISABLED";
|
|
1340
|
-
readonly ERROR: "ERROR";
|
|
1341
|
-
readonly INFO: "INFO";
|
|
1342
|
-
readonly WARN: "WARN";
|
|
1343
|
-
};
|
|
1344
|
-
export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
|
|
1345
937
|
export interface EnableIoTLoggingParams {
|
|
1346
938
|
roleArnForLogging: string | undefined;
|
|
1347
939
|
logLevel: LogLevel | undefined;
|
|
@@ -1349,27 +941,12 @@ export interface EnableIoTLoggingParams {
|
|
|
1349
941
|
export interface PublishFindingToSnsParams {
|
|
1350
942
|
topicArn: string | undefined;
|
|
1351
943
|
}
|
|
1352
|
-
export declare const PolicyTemplateName: {
|
|
1353
|
-
readonly BLANK_POLICY: "BLANK_POLICY";
|
|
1354
|
-
};
|
|
1355
|
-
export type PolicyTemplateName =
|
|
1356
|
-
(typeof PolicyTemplateName)[keyof typeof PolicyTemplateName];
|
|
1357
944
|
export interface ReplaceDefaultPolicyVersionParams {
|
|
1358
945
|
templateName: PolicyTemplateName | undefined;
|
|
1359
946
|
}
|
|
1360
|
-
export declare const CACertificateUpdateAction: {
|
|
1361
|
-
readonly DEACTIVATE: "DEACTIVATE";
|
|
1362
|
-
};
|
|
1363
|
-
export type CACertificateUpdateAction =
|
|
1364
|
-
(typeof CACertificateUpdateAction)[keyof typeof CACertificateUpdateAction];
|
|
1365
947
|
export interface UpdateCACertificateParams {
|
|
1366
948
|
action: CACertificateUpdateAction | undefined;
|
|
1367
949
|
}
|
|
1368
|
-
export declare const DeviceCertificateUpdateAction: {
|
|
1369
|
-
readonly DEACTIVATE: "DEACTIVATE";
|
|
1370
|
-
};
|
|
1371
|
-
export type DeviceCertificateUpdateAction =
|
|
1372
|
-
(typeof DeviceCertificateUpdateAction)[keyof typeof DeviceCertificateUpdateAction];
|
|
1373
950
|
export interface UpdateDeviceCertificateParams {
|
|
1374
951
|
action: DeviceCertificateUpdateAction | undefined;
|
|
1375
952
|
}
|
|
@@ -1393,19 +970,6 @@ export interface CreateMitigationActionResponse {
|
|
|
1393
970
|
actionArn?: string | undefined;
|
|
1394
971
|
actionId?: string | undefined;
|
|
1395
972
|
}
|
|
1396
|
-
export declare const AwsJobAbortCriteriaAbortAction: {
|
|
1397
|
-
readonly CANCEL: "CANCEL";
|
|
1398
|
-
};
|
|
1399
|
-
export type AwsJobAbortCriteriaAbortAction =
|
|
1400
|
-
(typeof AwsJobAbortCriteriaAbortAction)[keyof typeof AwsJobAbortCriteriaAbortAction];
|
|
1401
|
-
export declare const AwsJobAbortCriteriaFailureType: {
|
|
1402
|
-
readonly ALL: "ALL";
|
|
1403
|
-
readonly FAILED: "FAILED";
|
|
1404
|
-
readonly REJECTED: "REJECTED";
|
|
1405
|
-
readonly TIMED_OUT: "TIMED_OUT";
|
|
1406
|
-
};
|
|
1407
|
-
export type AwsJobAbortCriteriaFailureType =
|
|
1408
|
-
(typeof AwsJobAbortCriteriaFailureType)[keyof typeof AwsJobAbortCriteriaFailureType];
|
|
1409
973
|
export interface AwsJobAbortCriteria {
|
|
1410
974
|
failureType: AwsJobAbortCriteriaFailureType | undefined;
|
|
1411
975
|
action: AwsJobAbortCriteriaAbortAction | undefined;
|
|
@@ -1485,11 +1049,6 @@ export interface OTAUpdateFile {
|
|
|
1485
1049
|
codeSigning?: CodeSigning | undefined;
|
|
1486
1050
|
attributes?: Record<string, string> | undefined;
|
|
1487
1051
|
}
|
|
1488
|
-
export declare const Protocol: {
|
|
1489
|
-
readonly HTTP: "HTTP";
|
|
1490
|
-
readonly MQTT: "MQTT";
|
|
1491
|
-
};
|
|
1492
|
-
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
1493
1052
|
export interface CreateOTAUpdateRequest {
|
|
1494
1053
|
otaUpdateId: string | undefined;
|
|
1495
1054
|
description?: string | undefined;
|
|
@@ -1505,16 +1064,6 @@ export interface CreateOTAUpdateRequest {
|
|
|
1505
1064
|
additionalParameters?: Record<string, string> | undefined;
|
|
1506
1065
|
tags?: Tag[] | undefined;
|
|
1507
1066
|
}
|
|
1508
|
-
export declare const OTAUpdateStatus: {
|
|
1509
|
-
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
1510
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1511
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
1512
|
-
readonly CREATE_PENDING: "CREATE_PENDING";
|
|
1513
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1514
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
1515
|
-
};
|
|
1516
|
-
export type OTAUpdateStatus =
|
|
1517
|
-
(typeof OTAUpdateStatus)[keyof typeof OTAUpdateStatus];
|
|
1518
1067
|
export interface CreateOTAUpdateResponse {
|
|
1519
1068
|
otaUpdateId?: string | undefined;
|
|
1520
1069
|
awsIotJobId?: string | undefined;
|
|
@@ -1546,13 +1095,6 @@ export interface CreatePackageVersionRequest {
|
|
|
1546
1095
|
tags?: Record<string, string> | undefined;
|
|
1547
1096
|
clientToken?: string | undefined;
|
|
1548
1097
|
}
|
|
1549
|
-
export declare const PackageVersionStatus: {
|
|
1550
|
-
readonly DEPRECATED: "DEPRECATED";
|
|
1551
|
-
readonly DRAFT: "DRAFT";
|
|
1552
|
-
readonly PUBLISHED: "PUBLISHED";
|
|
1553
|
-
};
|
|
1554
|
-
export type PackageVersionStatus =
|
|
1555
|
-
(typeof PackageVersionStatus)[keyof typeof PackageVersionStatus];
|
|
1556
1098
|
export interface CreatePackageVersionResponse {
|
|
1557
1099
|
packageVersionArn?: string | undefined;
|
|
1558
1100
|
packageName?: string | undefined;
|
|
@@ -1573,13 +1115,6 @@ export interface CreatePolicyResponse {
|
|
|
1573
1115
|
policyDocument?: string | undefined;
|
|
1574
1116
|
policyVersionId?: string | undefined;
|
|
1575
1117
|
}
|
|
1576
|
-
export declare class MalformedPolicyException extends __BaseException {
|
|
1577
|
-
readonly name: "MalformedPolicyException";
|
|
1578
|
-
readonly $fault: "client";
|
|
1579
|
-
constructor(
|
|
1580
|
-
opts: __ExceptionOptionType<MalformedPolicyException, __BaseException>
|
|
1581
|
-
);
|
|
1582
|
-
}
|
|
1583
1118
|
export interface CreatePolicyVersionRequest {
|
|
1584
1119
|
policyName: string | undefined;
|
|
1585
1120
|
policyDocument: string | undefined;
|
|
@@ -1591,13 +1126,6 @@ export interface CreatePolicyVersionResponse {
|
|
|
1591
1126
|
policyVersionId?: string | undefined;
|
|
1592
1127
|
isDefaultVersion?: boolean | undefined;
|
|
1593
1128
|
}
|
|
1594
|
-
export declare class VersionsLimitExceededException extends __BaseException {
|
|
1595
|
-
readonly name: "VersionsLimitExceededException";
|
|
1596
|
-
readonly $fault: "client";
|
|
1597
|
-
constructor(
|
|
1598
|
-
opts: __ExceptionOptionType<VersionsLimitExceededException, __BaseException>
|
|
1599
|
-
);
|
|
1600
|
-
}
|
|
1601
1129
|
export interface CreateProvisioningClaimRequest {
|
|
1602
1130
|
templateName: string | undefined;
|
|
1603
1131
|
}
|
|
@@ -1611,11 +1139,6 @@ export interface ProvisioningHook {
|
|
|
1611
1139
|
payloadVersion?: string | undefined;
|
|
1612
1140
|
targetArn: string | undefined;
|
|
1613
1141
|
}
|
|
1614
|
-
export declare const TemplateType: {
|
|
1615
|
-
readonly FLEET_PROVISIONING: "FLEET_PROVISIONING";
|
|
1616
|
-
readonly JITP: "JITP";
|
|
1617
|
-
};
|
|
1618
|
-
export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType];
|
|
1619
1142
|
export interface CreateProvisioningTemplateRequest {
|
|
1620
1143
|
templateName: string | undefined;
|
|
1621
1144
|
description?: string | undefined;
|
|
@@ -1652,16 +1175,6 @@ export interface CreateRoleAliasResponse {
|
|
|
1652
1175
|
roleAlias?: string | undefined;
|
|
1653
1176
|
roleAliasArn?: string | undefined;
|
|
1654
1177
|
}
|
|
1655
|
-
export declare const DayOfWeek: {
|
|
1656
|
-
readonly FRI: "FRI";
|
|
1657
|
-
readonly MON: "MON";
|
|
1658
|
-
readonly SAT: "SAT";
|
|
1659
|
-
readonly SUN: "SUN";
|
|
1660
|
-
readonly THU: "THU";
|
|
1661
|
-
readonly TUE: "TUE";
|
|
1662
|
-
readonly WED: "WED";
|
|
1663
|
-
};
|
|
1664
|
-
export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
1665
1178
|
export interface CreateScheduledAuditRequest {
|
|
1666
1179
|
frequency: AuditFrequency | undefined;
|
|
1667
1180
|
dayOfMonth?: string | undefined;
|
|
@@ -1766,11 +1279,6 @@ export interface CreateTopicRuleRequest {
|
|
|
1766
1279
|
topicRulePayload: TopicRulePayload | undefined;
|
|
1767
1280
|
tags?: string | undefined;
|
|
1768
1281
|
}
|
|
1769
|
-
export declare class SqlParseException extends __BaseException {
|
|
1770
|
-
readonly name: "SqlParseException";
|
|
1771
|
-
readonly $fault: "client";
|
|
1772
|
-
constructor(opts: __ExceptionOptionType<SqlParseException, __BaseException>);
|
|
1773
|
-
}
|
|
1774
1282
|
export interface HttpUrlDestinationConfiguration {
|
|
1775
1283
|
confirmationUrl: string | undefined;
|
|
1776
1284
|
}
|
|
@@ -1790,12 +1298,209 @@ export interface CreateTopicRuleDestinationRequest {
|
|
|
1790
1298
|
export interface HttpUrlDestinationProperties {
|
|
1791
1299
|
confirmationUrl?: string | undefined;
|
|
1792
1300
|
}
|
|
1793
|
-
export
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1301
|
+
export interface VpcDestinationProperties {
|
|
1302
|
+
subnetIds?: string[] | undefined;
|
|
1303
|
+
securityGroups?: string[] | undefined;
|
|
1304
|
+
vpcId?: string | undefined;
|
|
1305
|
+
roleArn?: string | undefined;
|
|
1306
|
+
}
|
|
1307
|
+
export interface TopicRuleDestination {
|
|
1308
|
+
arn?: string | undefined;
|
|
1309
|
+
status?: TopicRuleDestinationStatus | undefined;
|
|
1310
|
+
createdAt?: Date | undefined;
|
|
1311
|
+
lastUpdatedAt?: Date | undefined;
|
|
1312
|
+
statusReason?: string | undefined;
|
|
1313
|
+
httpUrlProperties?: HttpUrlDestinationProperties | undefined;
|
|
1314
|
+
vpcProperties?: VpcDestinationProperties | undefined;
|
|
1315
|
+
}
|
|
1316
|
+
export interface CreateTopicRuleDestinationResponse {
|
|
1317
|
+
topicRuleDestination?: TopicRuleDestination | undefined;
|
|
1318
|
+
}
|
|
1319
|
+
export interface DeleteAccountAuditConfigurationRequest {
|
|
1320
|
+
deleteScheduledAudits?: boolean | undefined;
|
|
1321
|
+
}
|
|
1322
|
+
export interface DeleteAccountAuditConfigurationResponse {}
|
|
1323
|
+
export interface DeleteAuditSuppressionRequest {
|
|
1324
|
+
checkName: string | undefined;
|
|
1325
|
+
resourceIdentifier: ResourceIdentifier | undefined;
|
|
1326
|
+
}
|
|
1327
|
+
export interface DeleteAuditSuppressionResponse {}
|
|
1328
|
+
export interface DeleteAuthorizerRequest {
|
|
1329
|
+
authorizerName: string | undefined;
|
|
1330
|
+
}
|
|
1331
|
+
export interface DeleteAuthorizerResponse {}
|
|
1332
|
+
export interface DeleteBillingGroupRequest {
|
|
1333
|
+
billingGroupName: string | undefined;
|
|
1334
|
+
expectedVersion?: number | undefined;
|
|
1335
|
+
}
|
|
1336
|
+
export interface DeleteBillingGroupResponse {}
|
|
1337
|
+
export interface DeleteCACertificateRequest {
|
|
1338
|
+
certificateId: string | undefined;
|
|
1339
|
+
}
|
|
1340
|
+
export interface DeleteCACertificateResponse {}
|
|
1341
|
+
export interface DeleteCertificateRequest {
|
|
1342
|
+
certificateId: string | undefined;
|
|
1343
|
+
forceDelete?: boolean | undefined;
|
|
1344
|
+
}
|
|
1345
|
+
export interface DeleteCertificateProviderRequest {
|
|
1346
|
+
certificateProviderName: string | undefined;
|
|
1347
|
+
}
|
|
1348
|
+
export interface DeleteCertificateProviderResponse {}
|
|
1349
|
+
export interface DeleteCommandRequest {
|
|
1350
|
+
commandId: string | undefined;
|
|
1351
|
+
}
|
|
1352
|
+
export interface DeleteCommandResponse {
|
|
1353
|
+
statusCode?: number | undefined;
|
|
1354
|
+
}
|
|
1355
|
+
export interface DeleteCommandExecutionRequest {
|
|
1356
|
+
executionId: string | undefined;
|
|
1357
|
+
targetArn: string | undefined;
|
|
1358
|
+
}
|
|
1359
|
+
export interface DeleteCommandExecutionResponse {}
|
|
1360
|
+
export interface DeleteCustomMetricRequest {
|
|
1361
|
+
metricName: string | undefined;
|
|
1362
|
+
}
|
|
1363
|
+
export interface DeleteCustomMetricResponse {}
|
|
1364
|
+
export interface DeleteDimensionRequest {
|
|
1365
|
+
name: string | undefined;
|
|
1366
|
+
}
|
|
1367
|
+
export interface DeleteDimensionResponse {}
|
|
1368
|
+
export interface DeleteDomainConfigurationRequest {
|
|
1369
|
+
domainConfigurationName: string | undefined;
|
|
1370
|
+
}
|
|
1371
|
+
export interface DeleteDomainConfigurationResponse {}
|
|
1372
|
+
export interface DeleteDynamicThingGroupRequest {
|
|
1373
|
+
thingGroupName: string | undefined;
|
|
1374
|
+
expectedVersion?: number | undefined;
|
|
1375
|
+
}
|
|
1376
|
+
export interface DeleteDynamicThingGroupResponse {}
|
|
1377
|
+
export interface DeleteFleetMetricRequest {
|
|
1378
|
+
metricName: string | undefined;
|
|
1379
|
+
expectedVersion?: number | undefined;
|
|
1380
|
+
}
|
|
1381
|
+
export interface DeleteJobRequest {
|
|
1382
|
+
jobId: string | undefined;
|
|
1383
|
+
force?: boolean | undefined;
|
|
1384
|
+
namespaceId?: string | undefined;
|
|
1385
|
+
}
|
|
1386
|
+
export interface DeleteJobExecutionRequest {
|
|
1387
|
+
jobId: string | undefined;
|
|
1388
|
+
thingName: string | undefined;
|
|
1389
|
+
executionNumber: number | undefined;
|
|
1390
|
+
force?: boolean | undefined;
|
|
1391
|
+
namespaceId?: string | undefined;
|
|
1392
|
+
}
|
|
1393
|
+
export interface DeleteJobTemplateRequest {
|
|
1394
|
+
jobTemplateId: string | undefined;
|
|
1395
|
+
}
|
|
1396
|
+
export interface DeleteMitigationActionRequest {
|
|
1397
|
+
actionName: string | undefined;
|
|
1398
|
+
}
|
|
1399
|
+
export interface DeleteMitigationActionResponse {}
|
|
1400
|
+
export interface DeleteOTAUpdateRequest {
|
|
1401
|
+
otaUpdateId: string | undefined;
|
|
1402
|
+
deleteStream?: boolean | undefined;
|
|
1403
|
+
forceDeleteAWSJob?: boolean | undefined;
|
|
1404
|
+
}
|
|
1405
|
+
export interface DeleteOTAUpdateResponse {}
|
|
1406
|
+
export interface DeletePackageRequest {
|
|
1407
|
+
packageName: string | undefined;
|
|
1408
|
+
clientToken?: string | undefined;
|
|
1409
|
+
}
|
|
1410
|
+
export interface DeletePackageResponse {}
|
|
1411
|
+
export interface DeletePackageVersionRequest {
|
|
1412
|
+
packageName: string | undefined;
|
|
1413
|
+
versionName: string | undefined;
|
|
1414
|
+
clientToken?: string | undefined;
|
|
1415
|
+
}
|
|
1416
|
+
export interface DeletePackageVersionResponse {}
|
|
1417
|
+
export interface DeletePolicyRequest {
|
|
1418
|
+
policyName: string | undefined;
|
|
1419
|
+
}
|
|
1420
|
+
export interface DeletePolicyVersionRequest {
|
|
1421
|
+
policyName: string | undefined;
|
|
1422
|
+
policyVersionId: string | undefined;
|
|
1423
|
+
}
|
|
1424
|
+
export interface DeleteProvisioningTemplateRequest {
|
|
1425
|
+
templateName: string | undefined;
|
|
1426
|
+
}
|
|
1427
|
+
export interface DeleteProvisioningTemplateResponse {}
|
|
1428
|
+
export interface DeleteProvisioningTemplateVersionRequest {
|
|
1429
|
+
templateName: string | undefined;
|
|
1430
|
+
versionId: number | undefined;
|
|
1431
|
+
}
|
|
1432
|
+
export interface DeleteProvisioningTemplateVersionResponse {}
|
|
1433
|
+
export interface DeleteRegistrationCodeRequest {}
|
|
1434
|
+
export interface DeleteRegistrationCodeResponse {}
|
|
1435
|
+
export interface DeleteRoleAliasRequest {
|
|
1436
|
+
roleAlias: string | undefined;
|
|
1437
|
+
}
|
|
1438
|
+
export interface DeleteRoleAliasResponse {}
|
|
1439
|
+
export interface DeleteScheduledAuditRequest {
|
|
1440
|
+
scheduledAuditName: string | undefined;
|
|
1441
|
+
}
|
|
1442
|
+
export interface DeleteScheduledAuditResponse {}
|
|
1443
|
+
export interface DeleteSecurityProfileRequest {
|
|
1444
|
+
securityProfileName: string | undefined;
|
|
1445
|
+
expectedVersion?: number | undefined;
|
|
1446
|
+
}
|
|
1447
|
+
export interface DeleteSecurityProfileResponse {}
|
|
1448
|
+
export interface DeleteStreamRequest {
|
|
1449
|
+
streamId: string | undefined;
|
|
1450
|
+
}
|
|
1451
|
+
export interface DeleteStreamResponse {}
|
|
1452
|
+
export interface DeleteThingRequest {
|
|
1453
|
+
thingName: string | undefined;
|
|
1454
|
+
expectedVersion?: number | undefined;
|
|
1455
|
+
}
|
|
1456
|
+
export interface DeleteThingResponse {}
|
|
1457
|
+
export interface DeleteThingGroupRequest {
|
|
1458
|
+
thingGroupName: string | undefined;
|
|
1459
|
+
expectedVersion?: number | undefined;
|
|
1460
|
+
}
|
|
1461
|
+
export interface DeleteThingGroupResponse {}
|
|
1462
|
+
export interface DeleteThingTypeRequest {
|
|
1463
|
+
thingTypeName: string | undefined;
|
|
1464
|
+
}
|
|
1465
|
+
export interface DeleteThingTypeResponse {}
|
|
1466
|
+
export interface DeleteTopicRuleRequest {
|
|
1467
|
+
ruleName: string | undefined;
|
|
1468
|
+
}
|
|
1469
|
+
export interface DeleteTopicRuleDestinationRequest {
|
|
1470
|
+
arn: string | undefined;
|
|
1471
|
+
}
|
|
1472
|
+
export interface DeleteTopicRuleDestinationResponse {}
|
|
1473
|
+
export interface DeleteV2LoggingLevelRequest {
|
|
1474
|
+
targetType: LogTargetType | undefined;
|
|
1475
|
+
targetName: string | undefined;
|
|
1476
|
+
}
|
|
1477
|
+
export interface DeprecateThingTypeRequest {
|
|
1478
|
+
thingTypeName: string | undefined;
|
|
1479
|
+
undoDeprecate?: boolean | undefined;
|
|
1480
|
+
}
|
|
1481
|
+
export interface DeprecateThingTypeResponse {}
|
|
1482
|
+
export interface DescribeAccountAuditConfigurationRequest {}
|
|
1483
|
+
export interface DescribeAccountAuditConfigurationResponse {
|
|
1484
|
+
roleArn?: string | undefined;
|
|
1485
|
+
auditNotificationTargetConfigurations?:
|
|
1486
|
+
| Partial<Record<AuditNotificationType, AuditNotificationTarget>>
|
|
1487
|
+
| undefined;
|
|
1488
|
+
auditCheckConfigurations?:
|
|
1489
|
+
| Record<string, AuditCheckConfiguration>
|
|
1490
|
+
| undefined;
|
|
1491
|
+
}
|
|
1492
|
+
export interface DescribeAuditFindingRequest {
|
|
1493
|
+
findingId: string | undefined;
|
|
1494
|
+
}
|
|
1495
|
+
export interface DescribeAuditFindingResponse {
|
|
1496
|
+
finding?: AuditFinding | undefined;
|
|
1497
|
+
}
|
|
1498
|
+
export interface DescribeAuditMitigationActionsTaskRequest {
|
|
1499
|
+
taskId: string | undefined;
|
|
1500
|
+
}
|
|
1501
|
+
export interface MitigationAction {
|
|
1502
|
+
name?: string | undefined;
|
|
1503
|
+
id?: string | undefined;
|
|
1504
|
+
roleArn?: string | undefined;
|
|
1505
|
+
actionParams?: MitigationActionParams | undefined;
|
|
1506
|
+
}
|