@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,645 +1,77 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import {
|
|
2
|
+
AlertTargetType,
|
|
3
|
+
ApplicationProtocol,
|
|
4
|
+
AuditFrequency,
|
|
5
|
+
AuditNotificationType,
|
|
6
|
+
AuthenticationType,
|
|
7
|
+
AuthorizerStatus,
|
|
8
|
+
AutoRegistrationStatus,
|
|
9
|
+
BehaviorCriteriaType,
|
|
10
|
+
CACertificateStatus,
|
|
11
|
+
CertificateMode,
|
|
12
|
+
CertificateProviderOperation,
|
|
13
|
+
CertificateStatus,
|
|
14
|
+
CustomMetricType,
|
|
15
|
+
DayOfWeek,
|
|
16
|
+
DimensionType,
|
|
17
|
+
DomainConfigurationStatus,
|
|
18
|
+
EncryptionType,
|
|
19
|
+
EventType,
|
|
20
|
+
FleetMetricUnit,
|
|
21
|
+
LogLevel,
|
|
22
|
+
LogTargetType,
|
|
23
|
+
PackageVersionAction,
|
|
24
|
+
ReportType,
|
|
25
|
+
Status,
|
|
26
|
+
ThingPrincipalType,
|
|
27
|
+
TopicRuleDestinationStatus,
|
|
28
|
+
VerificationState,
|
|
29
|
+
ViolationEventType,
|
|
30
|
+
} from "./enums";
|
|
3
31
|
import {
|
|
4
32
|
AbortConfig,
|
|
5
33
|
AggregationType,
|
|
6
34
|
AlertTarget,
|
|
7
|
-
AlertTargetType,
|
|
8
|
-
ApplicationProtocol,
|
|
9
35
|
AttributePayload,
|
|
10
36
|
AuditCheckConfiguration,
|
|
11
|
-
AuditFrequency,
|
|
12
37
|
AuditMitigationActionsTaskTarget,
|
|
13
38
|
AuditNotificationTarget,
|
|
14
|
-
AuditNotificationType,
|
|
15
|
-
AuthenticationType,
|
|
16
39
|
AuthInfo,
|
|
17
40
|
AuthorizerConfig,
|
|
18
|
-
AuthorizerStatus,
|
|
19
41
|
AuthResult,
|
|
20
|
-
AutoRegistrationStatus,
|
|
21
42
|
Behavior,
|
|
22
43
|
BillingGroupProperties,
|
|
23
|
-
CertificateProviderOperation,
|
|
24
44
|
ClientCertificateConfig,
|
|
25
|
-
CommandNamespace,
|
|
26
|
-
CustomMetricType,
|
|
27
|
-
DayOfWeek,
|
|
28
|
-
DimensionType,
|
|
29
|
-
DimensionValueOperator,
|
|
30
|
-
FleetMetricUnit,
|
|
31
45
|
JobExecutionsRetryConfig,
|
|
32
46
|
JobExecutionsRolloutConfig,
|
|
33
|
-
LogLevel,
|
|
34
47
|
MetricsExportConfig,
|
|
35
48
|
MetricToRetain,
|
|
36
49
|
MetricValue,
|
|
37
50
|
MitigationActionParams,
|
|
38
|
-
OTAUpdateStatus,
|
|
39
51
|
PackageVersionArtifact,
|
|
40
|
-
PackageVersionStatus,
|
|
41
|
-
Policy,
|
|
42
52
|
PresignedUrlConfig,
|
|
43
53
|
ProvisioningHook,
|
|
44
|
-
RelatedResource,
|
|
45
54
|
ResourceIdentifier,
|
|
46
55
|
ServerCertificateConfig,
|
|
47
|
-
ServiceType,
|
|
48
56
|
StreamFile,
|
|
49
57
|
Tag,
|
|
50
|
-
TargetSelection,
|
|
51
|
-
TemplateType,
|
|
52
58
|
ThingGroupProperties,
|
|
53
|
-
ThingPrincipalType,
|
|
54
59
|
ThingTypeProperties,
|
|
55
60
|
TimeoutConfig,
|
|
56
61
|
TlsConfig,
|
|
57
|
-
TopicRuleDestinationStatus,
|
|
58
62
|
TopicRulePayload,
|
|
59
|
-
VerificationState,
|
|
60
63
|
ViolationEventAdditionalInfo,
|
|
61
64
|
} from "./models_0";
|
|
62
65
|
import {
|
|
63
|
-
BehaviorCriteriaType,
|
|
64
|
-
CACertificateStatus,
|
|
65
|
-
CertificateMode,
|
|
66
|
-
CertificateStatus,
|
|
67
|
-
CommandExecutionSummary,
|
|
68
66
|
Configuration,
|
|
69
|
-
DetectMitigationActionsTaskSummary,
|
|
70
67
|
DetectMitigationActionsTaskTarget,
|
|
71
|
-
DomainConfigurationStatus,
|
|
72
|
-
EncryptionType,
|
|
73
|
-
EventType,
|
|
74
|
-
GroupNameAndArn,
|
|
75
|
-
JobExecutionStatus,
|
|
76
|
-
JobStatus,
|
|
77
|
-
LogTargetType,
|
|
78
|
-
MitigationActionType,
|
|
79
68
|
RegistrationConfig,
|
|
80
|
-
SortOrder,
|
|
81
|
-
Status,
|
|
82
69
|
ThingGroupIndexingConfiguration,
|
|
83
70
|
ThingIndexingConfiguration,
|
|
84
71
|
ThingTypeMetadata,
|
|
85
72
|
VersionUpdateByJobsConfig,
|
|
86
73
|
ViolationEventOccurrenceRange,
|
|
87
74
|
} from "./models_1";
|
|
88
|
-
export interface ListCommandExecutionsResponse {
|
|
89
|
-
commandExecutions?: CommandExecutionSummary[] | undefined;
|
|
90
|
-
nextToken?: string | undefined;
|
|
91
|
-
}
|
|
92
|
-
export interface ListCommandsRequest {
|
|
93
|
-
maxResults?: number | undefined;
|
|
94
|
-
nextToken?: string | undefined;
|
|
95
|
-
namespace?: CommandNamespace | undefined;
|
|
96
|
-
commandParameterName?: string | undefined;
|
|
97
|
-
sortOrder?: SortOrder | undefined;
|
|
98
|
-
}
|
|
99
|
-
export interface CommandSummary {
|
|
100
|
-
commandArn?: string | undefined;
|
|
101
|
-
commandId?: string | undefined;
|
|
102
|
-
displayName?: string | undefined;
|
|
103
|
-
deprecated?: boolean | undefined;
|
|
104
|
-
createdAt?: Date | undefined;
|
|
105
|
-
lastUpdatedAt?: Date | undefined;
|
|
106
|
-
pendingDeletion?: boolean | undefined;
|
|
107
|
-
}
|
|
108
|
-
export interface ListCommandsResponse {
|
|
109
|
-
commands?: CommandSummary[] | undefined;
|
|
110
|
-
nextToken?: string | undefined;
|
|
111
|
-
}
|
|
112
|
-
export interface ListCustomMetricsRequest {
|
|
113
|
-
nextToken?: string | undefined;
|
|
114
|
-
maxResults?: number | undefined;
|
|
115
|
-
}
|
|
116
|
-
export interface ListCustomMetricsResponse {
|
|
117
|
-
metricNames?: string[] | undefined;
|
|
118
|
-
nextToken?: string | undefined;
|
|
119
|
-
}
|
|
120
|
-
export interface ListDetectMitigationActionsExecutionsRequest {
|
|
121
|
-
taskId?: string | undefined;
|
|
122
|
-
violationId?: string | undefined;
|
|
123
|
-
thingName?: string | undefined;
|
|
124
|
-
startTime?: Date | undefined;
|
|
125
|
-
endTime?: Date | undefined;
|
|
126
|
-
maxResults?: number | undefined;
|
|
127
|
-
nextToken?: string | undefined;
|
|
128
|
-
}
|
|
129
|
-
export declare const DetectMitigationActionExecutionStatus: {
|
|
130
|
-
readonly FAILED: "FAILED";
|
|
131
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
132
|
-
readonly SKIPPED: "SKIPPED";
|
|
133
|
-
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
134
|
-
};
|
|
135
|
-
export type DetectMitigationActionExecutionStatus =
|
|
136
|
-
(typeof DetectMitigationActionExecutionStatus)[keyof typeof DetectMitigationActionExecutionStatus];
|
|
137
|
-
export interface DetectMitigationActionExecution {
|
|
138
|
-
taskId?: string | undefined;
|
|
139
|
-
violationId?: string | undefined;
|
|
140
|
-
actionName?: string | undefined;
|
|
141
|
-
thingName?: string | undefined;
|
|
142
|
-
executionStartDate?: Date | undefined;
|
|
143
|
-
executionEndDate?: Date | undefined;
|
|
144
|
-
status?: DetectMitigationActionExecutionStatus | undefined;
|
|
145
|
-
errorCode?: string | undefined;
|
|
146
|
-
message?: string | undefined;
|
|
147
|
-
}
|
|
148
|
-
export interface ListDetectMitigationActionsExecutionsResponse {
|
|
149
|
-
actionsExecutions?: DetectMitigationActionExecution[] | undefined;
|
|
150
|
-
nextToken?: string | undefined;
|
|
151
|
-
}
|
|
152
|
-
export interface ListDetectMitigationActionsTasksRequest {
|
|
153
|
-
maxResults?: number | undefined;
|
|
154
|
-
nextToken?: string | undefined;
|
|
155
|
-
startTime: Date | undefined;
|
|
156
|
-
endTime: Date | undefined;
|
|
157
|
-
}
|
|
158
|
-
export interface ListDetectMitigationActionsTasksResponse {
|
|
159
|
-
tasks?: DetectMitigationActionsTaskSummary[] | undefined;
|
|
160
|
-
nextToken?: string | undefined;
|
|
161
|
-
}
|
|
162
|
-
export interface ListDimensionsRequest {
|
|
163
|
-
nextToken?: string | undefined;
|
|
164
|
-
maxResults?: number | undefined;
|
|
165
|
-
}
|
|
166
|
-
export interface ListDimensionsResponse {
|
|
167
|
-
dimensionNames?: string[] | undefined;
|
|
168
|
-
nextToken?: string | undefined;
|
|
169
|
-
}
|
|
170
|
-
export interface ListDomainConfigurationsRequest {
|
|
171
|
-
marker?: string | undefined;
|
|
172
|
-
pageSize?: number | undefined;
|
|
173
|
-
serviceType?: ServiceType | undefined;
|
|
174
|
-
}
|
|
175
|
-
export interface DomainConfigurationSummary {
|
|
176
|
-
domainConfigurationName?: string | undefined;
|
|
177
|
-
domainConfigurationArn?: string | undefined;
|
|
178
|
-
serviceType?: ServiceType | undefined;
|
|
179
|
-
}
|
|
180
|
-
export interface ListDomainConfigurationsResponse {
|
|
181
|
-
domainConfigurations?: DomainConfigurationSummary[] | undefined;
|
|
182
|
-
nextMarker?: string | undefined;
|
|
183
|
-
}
|
|
184
|
-
export interface ListFleetMetricsRequest {
|
|
185
|
-
nextToken?: string | undefined;
|
|
186
|
-
maxResults?: number | undefined;
|
|
187
|
-
}
|
|
188
|
-
export interface FleetMetricNameAndArn {
|
|
189
|
-
metricName?: string | undefined;
|
|
190
|
-
metricArn?: string | undefined;
|
|
191
|
-
}
|
|
192
|
-
export interface ListFleetMetricsResponse {
|
|
193
|
-
fleetMetrics?: FleetMetricNameAndArn[] | undefined;
|
|
194
|
-
nextToken?: string | undefined;
|
|
195
|
-
}
|
|
196
|
-
export interface ListIndicesRequest {
|
|
197
|
-
nextToken?: string | undefined;
|
|
198
|
-
maxResults?: number | undefined;
|
|
199
|
-
}
|
|
200
|
-
export interface ListIndicesResponse {
|
|
201
|
-
indexNames?: string[] | undefined;
|
|
202
|
-
nextToken?: string | undefined;
|
|
203
|
-
}
|
|
204
|
-
export interface ListJobExecutionsForJobRequest {
|
|
205
|
-
jobId: string | undefined;
|
|
206
|
-
status?: JobExecutionStatus | undefined;
|
|
207
|
-
maxResults?: number | undefined;
|
|
208
|
-
nextToken?: string | undefined;
|
|
209
|
-
}
|
|
210
|
-
export interface JobExecutionSummary {
|
|
211
|
-
status?: JobExecutionStatus | undefined;
|
|
212
|
-
queuedAt?: Date | undefined;
|
|
213
|
-
startedAt?: Date | undefined;
|
|
214
|
-
lastUpdatedAt?: Date | undefined;
|
|
215
|
-
executionNumber?: number | undefined;
|
|
216
|
-
retryAttempt?: number | undefined;
|
|
217
|
-
}
|
|
218
|
-
export interface JobExecutionSummaryForJob {
|
|
219
|
-
thingArn?: string | undefined;
|
|
220
|
-
jobExecutionSummary?: JobExecutionSummary | undefined;
|
|
221
|
-
}
|
|
222
|
-
export interface ListJobExecutionsForJobResponse {
|
|
223
|
-
executionSummaries?: JobExecutionSummaryForJob[] | undefined;
|
|
224
|
-
nextToken?: string | undefined;
|
|
225
|
-
}
|
|
226
|
-
export interface ListJobExecutionsForThingRequest {
|
|
227
|
-
thingName: string | undefined;
|
|
228
|
-
status?: JobExecutionStatus | undefined;
|
|
229
|
-
namespaceId?: string | undefined;
|
|
230
|
-
maxResults?: number | undefined;
|
|
231
|
-
nextToken?: string | undefined;
|
|
232
|
-
jobId?: string | undefined;
|
|
233
|
-
}
|
|
234
|
-
export interface JobExecutionSummaryForThing {
|
|
235
|
-
jobId?: string | undefined;
|
|
236
|
-
jobExecutionSummary?: JobExecutionSummary | undefined;
|
|
237
|
-
}
|
|
238
|
-
export interface ListJobExecutionsForThingResponse {
|
|
239
|
-
executionSummaries?: JobExecutionSummaryForThing[] | undefined;
|
|
240
|
-
nextToken?: string | undefined;
|
|
241
|
-
}
|
|
242
|
-
export interface ListJobsRequest {
|
|
243
|
-
status?: JobStatus | undefined;
|
|
244
|
-
targetSelection?: TargetSelection | undefined;
|
|
245
|
-
maxResults?: number | undefined;
|
|
246
|
-
nextToken?: string | undefined;
|
|
247
|
-
thingGroupName?: string | undefined;
|
|
248
|
-
thingGroupId?: string | undefined;
|
|
249
|
-
namespaceId?: string | undefined;
|
|
250
|
-
}
|
|
251
|
-
export interface JobSummary {
|
|
252
|
-
jobArn?: string | undefined;
|
|
253
|
-
jobId?: string | undefined;
|
|
254
|
-
thingGroupId?: string | undefined;
|
|
255
|
-
targetSelection?: TargetSelection | undefined;
|
|
256
|
-
status?: JobStatus | undefined;
|
|
257
|
-
createdAt?: Date | undefined;
|
|
258
|
-
lastUpdatedAt?: Date | undefined;
|
|
259
|
-
completedAt?: Date | undefined;
|
|
260
|
-
isConcurrent?: boolean | undefined;
|
|
261
|
-
}
|
|
262
|
-
export interface ListJobsResponse {
|
|
263
|
-
jobs?: JobSummary[] | undefined;
|
|
264
|
-
nextToken?: string | undefined;
|
|
265
|
-
}
|
|
266
|
-
export interface ListJobTemplatesRequest {
|
|
267
|
-
maxResults?: number | undefined;
|
|
268
|
-
nextToken?: string | undefined;
|
|
269
|
-
}
|
|
270
|
-
export interface JobTemplateSummary {
|
|
271
|
-
jobTemplateArn?: string | undefined;
|
|
272
|
-
jobTemplateId?: string | undefined;
|
|
273
|
-
description?: string | undefined;
|
|
274
|
-
createdAt?: Date | undefined;
|
|
275
|
-
}
|
|
276
|
-
export interface ListJobTemplatesResponse {
|
|
277
|
-
jobTemplates?: JobTemplateSummary[] | undefined;
|
|
278
|
-
nextToken?: string | undefined;
|
|
279
|
-
}
|
|
280
|
-
export interface ListManagedJobTemplatesRequest {
|
|
281
|
-
templateName?: string | undefined;
|
|
282
|
-
maxResults?: number | undefined;
|
|
283
|
-
nextToken?: string | undefined;
|
|
284
|
-
}
|
|
285
|
-
export interface ManagedJobTemplateSummary {
|
|
286
|
-
templateArn?: string | undefined;
|
|
287
|
-
templateName?: string | undefined;
|
|
288
|
-
description?: string | undefined;
|
|
289
|
-
environments?: string[] | undefined;
|
|
290
|
-
templateVersion?: string | undefined;
|
|
291
|
-
}
|
|
292
|
-
export interface ListManagedJobTemplatesResponse {
|
|
293
|
-
managedJobTemplates?: ManagedJobTemplateSummary[] | undefined;
|
|
294
|
-
nextToken?: string | undefined;
|
|
295
|
-
}
|
|
296
|
-
export interface ListMetricValuesRequest {
|
|
297
|
-
thingName: string | undefined;
|
|
298
|
-
metricName: string | undefined;
|
|
299
|
-
dimensionName?: string | undefined;
|
|
300
|
-
dimensionValueOperator?: DimensionValueOperator | undefined;
|
|
301
|
-
startTime: Date | undefined;
|
|
302
|
-
endTime: Date | undefined;
|
|
303
|
-
maxResults?: number | undefined;
|
|
304
|
-
nextToken?: string | undefined;
|
|
305
|
-
}
|
|
306
|
-
export interface MetricDatum {
|
|
307
|
-
timestamp?: Date | undefined;
|
|
308
|
-
value?: MetricValue | undefined;
|
|
309
|
-
}
|
|
310
|
-
export interface ListMetricValuesResponse {
|
|
311
|
-
metricDatumList?: MetricDatum[] | undefined;
|
|
312
|
-
nextToken?: string | undefined;
|
|
313
|
-
}
|
|
314
|
-
export interface ListMitigationActionsRequest {
|
|
315
|
-
actionType?: MitigationActionType | undefined;
|
|
316
|
-
maxResults?: number | undefined;
|
|
317
|
-
nextToken?: string | undefined;
|
|
318
|
-
}
|
|
319
|
-
export interface MitigationActionIdentifier {
|
|
320
|
-
actionName?: string | undefined;
|
|
321
|
-
actionArn?: string | undefined;
|
|
322
|
-
creationDate?: Date | undefined;
|
|
323
|
-
}
|
|
324
|
-
export interface ListMitigationActionsResponse {
|
|
325
|
-
actionIdentifiers?: MitigationActionIdentifier[] | undefined;
|
|
326
|
-
nextToken?: string | undefined;
|
|
327
|
-
}
|
|
328
|
-
export interface ListOTAUpdatesRequest {
|
|
329
|
-
maxResults?: number | undefined;
|
|
330
|
-
nextToken?: string | undefined;
|
|
331
|
-
otaUpdateStatus?: OTAUpdateStatus | undefined;
|
|
332
|
-
}
|
|
333
|
-
export interface OTAUpdateSummary {
|
|
334
|
-
otaUpdateId?: string | undefined;
|
|
335
|
-
otaUpdateArn?: string | undefined;
|
|
336
|
-
creationDate?: Date | undefined;
|
|
337
|
-
}
|
|
338
|
-
export interface ListOTAUpdatesResponse {
|
|
339
|
-
otaUpdates?: OTAUpdateSummary[] | undefined;
|
|
340
|
-
nextToken?: string | undefined;
|
|
341
|
-
}
|
|
342
|
-
export interface ListOutgoingCertificatesRequest {
|
|
343
|
-
pageSize?: number | undefined;
|
|
344
|
-
marker?: string | undefined;
|
|
345
|
-
ascendingOrder?: boolean | undefined;
|
|
346
|
-
}
|
|
347
|
-
export interface OutgoingCertificate {
|
|
348
|
-
certificateArn?: string | undefined;
|
|
349
|
-
certificateId?: string | undefined;
|
|
350
|
-
transferredTo?: string | undefined;
|
|
351
|
-
transferDate?: Date | undefined;
|
|
352
|
-
transferMessage?: string | undefined;
|
|
353
|
-
creationDate?: Date | undefined;
|
|
354
|
-
}
|
|
355
|
-
export interface ListOutgoingCertificatesResponse {
|
|
356
|
-
outgoingCertificates?: OutgoingCertificate[] | undefined;
|
|
357
|
-
nextMarker?: string | undefined;
|
|
358
|
-
}
|
|
359
|
-
export interface ListPackagesRequest {
|
|
360
|
-
maxResults?: number | undefined;
|
|
361
|
-
nextToken?: string | undefined;
|
|
362
|
-
}
|
|
363
|
-
export interface PackageSummary {
|
|
364
|
-
packageName?: string | undefined;
|
|
365
|
-
defaultVersionName?: string | undefined;
|
|
366
|
-
creationDate?: Date | undefined;
|
|
367
|
-
lastModifiedDate?: Date | undefined;
|
|
368
|
-
}
|
|
369
|
-
export interface ListPackagesResponse {
|
|
370
|
-
packageSummaries?: PackageSummary[] | undefined;
|
|
371
|
-
nextToken?: string | undefined;
|
|
372
|
-
}
|
|
373
|
-
export interface ListPackageVersionsRequest {
|
|
374
|
-
packageName: string | undefined;
|
|
375
|
-
status?: PackageVersionStatus | undefined;
|
|
376
|
-
maxResults?: number | undefined;
|
|
377
|
-
nextToken?: string | undefined;
|
|
378
|
-
}
|
|
379
|
-
export interface PackageVersionSummary {
|
|
380
|
-
packageName?: string | undefined;
|
|
381
|
-
versionName?: string | undefined;
|
|
382
|
-
status?: PackageVersionStatus | undefined;
|
|
383
|
-
creationDate?: Date | undefined;
|
|
384
|
-
lastModifiedDate?: Date | undefined;
|
|
385
|
-
}
|
|
386
|
-
export interface ListPackageVersionsResponse {
|
|
387
|
-
packageVersionSummaries?: PackageVersionSummary[] | undefined;
|
|
388
|
-
nextToken?: string | undefined;
|
|
389
|
-
}
|
|
390
|
-
export interface ListPoliciesRequest {
|
|
391
|
-
marker?: string | undefined;
|
|
392
|
-
pageSize?: number | undefined;
|
|
393
|
-
ascendingOrder?: boolean | undefined;
|
|
394
|
-
}
|
|
395
|
-
export interface ListPoliciesResponse {
|
|
396
|
-
policies?: Policy[] | undefined;
|
|
397
|
-
nextMarker?: string | undefined;
|
|
398
|
-
}
|
|
399
|
-
export interface ListPolicyPrincipalsRequest {
|
|
400
|
-
policyName: string | undefined;
|
|
401
|
-
marker?: string | undefined;
|
|
402
|
-
pageSize?: number | undefined;
|
|
403
|
-
ascendingOrder?: boolean | undefined;
|
|
404
|
-
}
|
|
405
|
-
export interface ListPolicyPrincipalsResponse {
|
|
406
|
-
principals?: string[] | undefined;
|
|
407
|
-
nextMarker?: string | undefined;
|
|
408
|
-
}
|
|
409
|
-
export interface ListPolicyVersionsRequest {
|
|
410
|
-
policyName: string | undefined;
|
|
411
|
-
}
|
|
412
|
-
export interface PolicyVersion {
|
|
413
|
-
versionId?: string | undefined;
|
|
414
|
-
isDefaultVersion?: boolean | undefined;
|
|
415
|
-
createDate?: Date | undefined;
|
|
416
|
-
}
|
|
417
|
-
export interface ListPolicyVersionsResponse {
|
|
418
|
-
policyVersions?: PolicyVersion[] | undefined;
|
|
419
|
-
}
|
|
420
|
-
export interface ListPrincipalPoliciesRequest {
|
|
421
|
-
principal: string | undefined;
|
|
422
|
-
marker?: string | undefined;
|
|
423
|
-
pageSize?: number | undefined;
|
|
424
|
-
ascendingOrder?: boolean | undefined;
|
|
425
|
-
}
|
|
426
|
-
export interface ListPrincipalPoliciesResponse {
|
|
427
|
-
policies?: Policy[] | undefined;
|
|
428
|
-
nextMarker?: string | undefined;
|
|
429
|
-
}
|
|
430
|
-
export interface ListPrincipalThingsRequest {
|
|
431
|
-
nextToken?: string | undefined;
|
|
432
|
-
maxResults?: number | undefined;
|
|
433
|
-
principal: string | undefined;
|
|
434
|
-
}
|
|
435
|
-
export interface ListPrincipalThingsResponse {
|
|
436
|
-
things?: string[] | undefined;
|
|
437
|
-
nextToken?: string | undefined;
|
|
438
|
-
}
|
|
439
|
-
export interface ListPrincipalThingsV2Request {
|
|
440
|
-
nextToken?: string | undefined;
|
|
441
|
-
maxResults?: number | undefined;
|
|
442
|
-
principal: string | undefined;
|
|
443
|
-
thingPrincipalType?: ThingPrincipalType | undefined;
|
|
444
|
-
}
|
|
445
|
-
export interface PrincipalThingObject {
|
|
446
|
-
thingName: string | undefined;
|
|
447
|
-
thingPrincipalType?: ThingPrincipalType | undefined;
|
|
448
|
-
}
|
|
449
|
-
export interface ListPrincipalThingsV2Response {
|
|
450
|
-
principalThingObjects?: PrincipalThingObject[] | undefined;
|
|
451
|
-
nextToken?: string | undefined;
|
|
452
|
-
}
|
|
453
|
-
export interface ListProvisioningTemplatesRequest {
|
|
454
|
-
maxResults?: number | undefined;
|
|
455
|
-
nextToken?: string | undefined;
|
|
456
|
-
}
|
|
457
|
-
export interface ProvisioningTemplateSummary {
|
|
458
|
-
templateArn?: string | undefined;
|
|
459
|
-
templateName?: string | undefined;
|
|
460
|
-
description?: string | undefined;
|
|
461
|
-
creationDate?: Date | undefined;
|
|
462
|
-
lastModifiedDate?: Date | undefined;
|
|
463
|
-
enabled?: boolean | undefined;
|
|
464
|
-
type?: TemplateType | undefined;
|
|
465
|
-
}
|
|
466
|
-
export interface ListProvisioningTemplatesResponse {
|
|
467
|
-
templates?: ProvisioningTemplateSummary[] | undefined;
|
|
468
|
-
nextToken?: string | undefined;
|
|
469
|
-
}
|
|
470
|
-
export interface ListProvisioningTemplateVersionsRequest {
|
|
471
|
-
templateName: string | undefined;
|
|
472
|
-
maxResults?: number | undefined;
|
|
473
|
-
nextToken?: string | undefined;
|
|
474
|
-
}
|
|
475
|
-
export interface ProvisioningTemplateVersionSummary {
|
|
476
|
-
versionId?: number | undefined;
|
|
477
|
-
creationDate?: Date | undefined;
|
|
478
|
-
isDefaultVersion?: boolean | undefined;
|
|
479
|
-
}
|
|
480
|
-
export interface ListProvisioningTemplateVersionsResponse {
|
|
481
|
-
versions?: ProvisioningTemplateVersionSummary[] | undefined;
|
|
482
|
-
nextToken?: string | undefined;
|
|
483
|
-
}
|
|
484
|
-
export interface ListRelatedResourcesForAuditFindingRequest {
|
|
485
|
-
findingId: string | undefined;
|
|
486
|
-
nextToken?: string | undefined;
|
|
487
|
-
maxResults?: number | undefined;
|
|
488
|
-
}
|
|
489
|
-
export interface ListRelatedResourcesForAuditFindingResponse {
|
|
490
|
-
relatedResources?: RelatedResource[] | undefined;
|
|
491
|
-
nextToken?: string | undefined;
|
|
492
|
-
}
|
|
493
|
-
export interface ListRoleAliasesRequest {
|
|
494
|
-
pageSize?: number | undefined;
|
|
495
|
-
marker?: string | undefined;
|
|
496
|
-
ascendingOrder?: boolean | undefined;
|
|
497
|
-
}
|
|
498
|
-
export interface ListRoleAliasesResponse {
|
|
499
|
-
roleAliases?: string[] | undefined;
|
|
500
|
-
nextMarker?: string | undefined;
|
|
501
|
-
}
|
|
502
|
-
export declare const SbomValidationResult: {
|
|
503
|
-
readonly FAILED: "FAILED";
|
|
504
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
505
|
-
};
|
|
506
|
-
export type SbomValidationResult =
|
|
507
|
-
(typeof SbomValidationResult)[keyof typeof SbomValidationResult];
|
|
508
|
-
export interface ListSbomValidationResultsRequest {
|
|
509
|
-
packageName: string | undefined;
|
|
510
|
-
versionName: string | undefined;
|
|
511
|
-
validationResult?: SbomValidationResult | undefined;
|
|
512
|
-
maxResults?: number | undefined;
|
|
513
|
-
nextToken?: string | undefined;
|
|
514
|
-
}
|
|
515
|
-
export declare const SbomValidationErrorCode: {
|
|
516
|
-
readonly FILE_SIZE_LIMIT_EXCEEDED: "FILE_SIZE_LIMIT_EXCEEDED";
|
|
517
|
-
readonly INCOMPATIBLE_FORMAT: "INCOMPATIBLE_FORMAT";
|
|
518
|
-
};
|
|
519
|
-
export type SbomValidationErrorCode =
|
|
520
|
-
(typeof SbomValidationErrorCode)[keyof typeof SbomValidationErrorCode];
|
|
521
|
-
export interface SbomValidationResultSummary {
|
|
522
|
-
fileName?: string | undefined;
|
|
523
|
-
validationResult?: SbomValidationResult | undefined;
|
|
524
|
-
errorCode?: SbomValidationErrorCode | undefined;
|
|
525
|
-
errorMessage?: string | undefined;
|
|
526
|
-
}
|
|
527
|
-
export interface ListSbomValidationResultsResponse {
|
|
528
|
-
validationResultSummaries?: SbomValidationResultSummary[] | undefined;
|
|
529
|
-
nextToken?: string | undefined;
|
|
530
|
-
}
|
|
531
|
-
export interface ListScheduledAuditsRequest {
|
|
532
|
-
nextToken?: string | undefined;
|
|
533
|
-
maxResults?: number | undefined;
|
|
534
|
-
}
|
|
535
|
-
export interface ScheduledAuditMetadata {
|
|
536
|
-
scheduledAuditName?: string | undefined;
|
|
537
|
-
scheduledAuditArn?: string | undefined;
|
|
538
|
-
frequency?: AuditFrequency | undefined;
|
|
539
|
-
dayOfMonth?: string | undefined;
|
|
540
|
-
dayOfWeek?: DayOfWeek | undefined;
|
|
541
|
-
}
|
|
542
|
-
export interface ListScheduledAuditsResponse {
|
|
543
|
-
scheduledAudits?: ScheduledAuditMetadata[] | undefined;
|
|
544
|
-
nextToken?: string | undefined;
|
|
545
|
-
}
|
|
546
|
-
export interface ListSecurityProfilesRequest {
|
|
547
|
-
nextToken?: string | undefined;
|
|
548
|
-
maxResults?: number | undefined;
|
|
549
|
-
dimensionName?: string | undefined;
|
|
550
|
-
metricName?: string | undefined;
|
|
551
|
-
}
|
|
552
|
-
export interface SecurityProfileIdentifier {
|
|
553
|
-
name: string | undefined;
|
|
554
|
-
arn: string | undefined;
|
|
555
|
-
}
|
|
556
|
-
export interface ListSecurityProfilesResponse {
|
|
557
|
-
securityProfileIdentifiers?: SecurityProfileIdentifier[] | undefined;
|
|
558
|
-
nextToken?: string | undefined;
|
|
559
|
-
}
|
|
560
|
-
export interface ListSecurityProfilesForTargetRequest {
|
|
561
|
-
nextToken?: string | undefined;
|
|
562
|
-
maxResults?: number | undefined;
|
|
563
|
-
recursive?: boolean | undefined;
|
|
564
|
-
securityProfileTargetArn: string | undefined;
|
|
565
|
-
}
|
|
566
|
-
export interface SecurityProfileTarget {
|
|
567
|
-
arn: string | undefined;
|
|
568
|
-
}
|
|
569
|
-
export interface SecurityProfileTargetMapping {
|
|
570
|
-
securityProfileIdentifier?: SecurityProfileIdentifier | undefined;
|
|
571
|
-
target?: SecurityProfileTarget | undefined;
|
|
572
|
-
}
|
|
573
|
-
export interface ListSecurityProfilesForTargetResponse {
|
|
574
|
-
securityProfileTargetMappings?: SecurityProfileTargetMapping[] | undefined;
|
|
575
|
-
nextToken?: string | undefined;
|
|
576
|
-
}
|
|
577
|
-
export interface ListStreamsRequest {
|
|
578
|
-
maxResults?: number | undefined;
|
|
579
|
-
nextToken?: string | undefined;
|
|
580
|
-
ascendingOrder?: boolean | undefined;
|
|
581
|
-
}
|
|
582
|
-
export interface StreamSummary {
|
|
583
|
-
streamId?: string | undefined;
|
|
584
|
-
streamArn?: string | undefined;
|
|
585
|
-
streamVersion?: number | undefined;
|
|
586
|
-
description?: string | undefined;
|
|
587
|
-
}
|
|
588
|
-
export interface ListStreamsResponse {
|
|
589
|
-
streams?: StreamSummary[] | undefined;
|
|
590
|
-
nextToken?: string | undefined;
|
|
591
|
-
}
|
|
592
|
-
export interface ListTagsForResourceRequest {
|
|
593
|
-
resourceArn: string | undefined;
|
|
594
|
-
nextToken?: string | undefined;
|
|
595
|
-
}
|
|
596
|
-
export interface ListTagsForResourceResponse {
|
|
597
|
-
tags?: Tag[] | undefined;
|
|
598
|
-
nextToken?: string | undefined;
|
|
599
|
-
}
|
|
600
|
-
export interface ListTargetsForPolicyRequest {
|
|
601
|
-
policyName: string | undefined;
|
|
602
|
-
marker?: string | undefined;
|
|
603
|
-
pageSize?: number | undefined;
|
|
604
|
-
}
|
|
605
|
-
export interface ListTargetsForPolicyResponse {
|
|
606
|
-
targets?: string[] | undefined;
|
|
607
|
-
nextMarker?: string | undefined;
|
|
608
|
-
}
|
|
609
|
-
export interface ListTargetsForSecurityProfileRequest {
|
|
610
|
-
securityProfileName: string | undefined;
|
|
611
|
-
nextToken?: string | undefined;
|
|
612
|
-
maxResults?: number | undefined;
|
|
613
|
-
}
|
|
614
|
-
export interface ListTargetsForSecurityProfileResponse {
|
|
615
|
-
securityProfileTargets?: SecurityProfileTarget[] | undefined;
|
|
616
|
-
nextToken?: string | undefined;
|
|
617
|
-
}
|
|
618
|
-
export interface ListThingGroupsRequest {
|
|
619
|
-
nextToken?: string | undefined;
|
|
620
|
-
maxResults?: number | undefined;
|
|
621
|
-
parentGroup?: string | undefined;
|
|
622
|
-
namePrefixFilter?: string | undefined;
|
|
623
|
-
recursive?: boolean | undefined;
|
|
624
|
-
}
|
|
625
|
-
export interface ListThingGroupsResponse {
|
|
626
|
-
thingGroups?: GroupNameAndArn[] | undefined;
|
|
627
|
-
nextToken?: string | undefined;
|
|
628
|
-
}
|
|
629
|
-
export interface ListThingGroupsForThingRequest {
|
|
630
|
-
thingName: string | undefined;
|
|
631
|
-
nextToken?: string | undefined;
|
|
632
|
-
maxResults?: number | undefined;
|
|
633
|
-
}
|
|
634
|
-
export interface ListThingGroupsForThingResponse {
|
|
635
|
-
thingGroups?: GroupNameAndArn[] | undefined;
|
|
636
|
-
nextToken?: string | undefined;
|
|
637
|
-
}
|
|
638
|
-
export interface ListThingPrincipalsRequest {
|
|
639
|
-
nextToken?: string | undefined;
|
|
640
|
-
maxResults?: number | undefined;
|
|
641
|
-
thingName: string | undefined;
|
|
642
|
-
}
|
|
643
75
|
export interface ListThingPrincipalsResponse {
|
|
644
76
|
principals?: string[] | undefined;
|
|
645
77
|
nextToken?: string | undefined;
|
|
@@ -658,11 +90,6 @@ export interface ListThingPrincipalsV2Response {
|
|
|
658
90
|
thingPrincipalObjects?: ThingPrincipalObject[] | undefined;
|
|
659
91
|
nextToken?: string | undefined;
|
|
660
92
|
}
|
|
661
|
-
export declare const ReportType: {
|
|
662
|
-
readonly ERRORS: "ERRORS";
|
|
663
|
-
readonly RESULTS: "RESULTS";
|
|
664
|
-
};
|
|
665
|
-
export type ReportType = (typeof ReportType)[keyof typeof ReportType];
|
|
666
93
|
export interface ListThingRegistrationTaskReportsRequest {
|
|
667
94
|
taskId: string | undefined;
|
|
668
95
|
reportType: ReportType | undefined;
|
|
@@ -807,13 +234,6 @@ export interface ListViolationEventsRequest {
|
|
|
807
234
|
nextToken?: string | undefined;
|
|
808
235
|
maxResults?: number | undefined;
|
|
809
236
|
}
|
|
810
|
-
export declare const ViolationEventType: {
|
|
811
|
-
readonly ALARM_CLEARED: "alarm-cleared";
|
|
812
|
-
readonly ALARM_INVALIDATED: "alarm-invalidated";
|
|
813
|
-
readonly IN_ALARM: "in-alarm";
|
|
814
|
-
};
|
|
815
|
-
export type ViolationEventType =
|
|
816
|
-
(typeof ViolationEventType)[keyof typeof ViolationEventType];
|
|
817
237
|
export interface ViolationEvent {
|
|
818
238
|
violationId?: string | undefined;
|
|
819
239
|
thingName?: string | undefined;
|
|
@@ -849,23 +269,6 @@ export interface RegisterCACertificateResponse {
|
|
|
849
269
|
certificateArn?: string | undefined;
|
|
850
270
|
certificateId?: string | undefined;
|
|
851
271
|
}
|
|
852
|
-
export declare class RegistrationCodeValidationException extends __BaseException {
|
|
853
|
-
readonly name: "RegistrationCodeValidationException";
|
|
854
|
-
readonly $fault: "client";
|
|
855
|
-
constructor(
|
|
856
|
-
opts: __ExceptionOptionType<
|
|
857
|
-
RegistrationCodeValidationException,
|
|
858
|
-
__BaseException
|
|
859
|
-
>
|
|
860
|
-
);
|
|
861
|
-
}
|
|
862
|
-
export declare class CertificateConflictException extends __BaseException {
|
|
863
|
-
readonly name: "CertificateConflictException";
|
|
864
|
-
readonly $fault: "client";
|
|
865
|
-
constructor(
|
|
866
|
-
opts: __ExceptionOptionType<CertificateConflictException, __BaseException>
|
|
867
|
-
);
|
|
868
|
-
}
|
|
869
272
|
export interface RegisterCertificateRequest {
|
|
870
273
|
certificatePem: string | undefined;
|
|
871
274
|
caCertificatePem?: string | undefined;
|
|
@@ -892,16 +295,6 @@ export interface RegisterThingResponse {
|
|
|
892
295
|
certificatePem?: string | undefined;
|
|
893
296
|
resourceArns?: Record<string, string> | undefined;
|
|
894
297
|
}
|
|
895
|
-
export declare class ResourceRegistrationFailureException extends __BaseException {
|
|
896
|
-
readonly name: "ResourceRegistrationFailureException";
|
|
897
|
-
readonly $fault: "client";
|
|
898
|
-
constructor(
|
|
899
|
-
opts: __ExceptionOptionType<
|
|
900
|
-
ResourceRegistrationFailureException,
|
|
901
|
-
__BaseException
|
|
902
|
-
>
|
|
903
|
-
);
|
|
904
|
-
}
|
|
905
298
|
export interface RejectCertificateTransferRequest {
|
|
906
299
|
certificateId: string | undefined;
|
|
907
300
|
rejectReason?: string | undefined;
|
|
@@ -994,13 +387,6 @@ export interface StartAuditMitigationActionsTaskRequest {
|
|
|
994
387
|
export interface StartAuditMitigationActionsTaskResponse {
|
|
995
388
|
taskId?: string | undefined;
|
|
996
389
|
}
|
|
997
|
-
export declare class TaskAlreadyExistsException extends __BaseException {
|
|
998
|
-
readonly name: "TaskAlreadyExistsException";
|
|
999
|
-
readonly $fault: "client";
|
|
1000
|
-
constructor(
|
|
1001
|
-
opts: __ExceptionOptionType<TaskAlreadyExistsException, __BaseException>
|
|
1002
|
-
);
|
|
1003
|
-
}
|
|
1004
390
|
export interface StartDetectMitigationActionsTaskRequest {
|
|
1005
391
|
taskId: string | undefined;
|
|
1006
392
|
target: DetectMitigationActionsTaskTarget | undefined;
|
|
@@ -1048,13 +434,6 @@ export interface TestAuthorizationRequest {
|
|
|
1048
434
|
export interface TestAuthorizationResponse {
|
|
1049
435
|
authResults?: AuthResult[] | undefined;
|
|
1050
436
|
}
|
|
1051
|
-
export declare class InvalidResponseException extends __BaseException {
|
|
1052
|
-
readonly name: "InvalidResponseException";
|
|
1053
|
-
readonly $fault: "client";
|
|
1054
|
-
constructor(
|
|
1055
|
-
opts: __ExceptionOptionType<InvalidResponseException, __BaseException>
|
|
1056
|
-
);
|
|
1057
|
-
}
|
|
1058
437
|
export interface HttpContext {
|
|
1059
438
|
headers?: Record<string, string> | undefined;
|
|
1060
439
|
queryString?: string | undefined;
|
|
@@ -1090,13 +469,6 @@ export interface TransferCertificateRequest {
|
|
|
1090
469
|
export interface TransferCertificateResponse {
|
|
1091
470
|
transferredCertificateArn?: string | undefined;
|
|
1092
471
|
}
|
|
1093
|
-
export declare class TransferConflictException extends __BaseException {
|
|
1094
|
-
readonly name: "TransferConflictException";
|
|
1095
|
-
readonly $fault: "client";
|
|
1096
|
-
constructor(
|
|
1097
|
-
opts: __ExceptionOptionType<TransferConflictException, __BaseException>
|
|
1098
|
-
);
|
|
1099
|
-
}
|
|
1100
472
|
export interface UntagResourceRequest {
|
|
1101
473
|
resourceArn: string | undefined;
|
|
1102
474
|
tagKeys: string[] | undefined;
|
|
@@ -1282,12 +654,6 @@ export interface UpdatePackageConfigurationRequest {
|
|
|
1282
654
|
clientToken?: string | undefined;
|
|
1283
655
|
}
|
|
1284
656
|
export interface UpdatePackageConfigurationResponse {}
|
|
1285
|
-
export declare const PackageVersionAction: {
|
|
1286
|
-
readonly DEPRECATE: "DEPRECATE";
|
|
1287
|
-
readonly PUBLISH: "PUBLISH";
|
|
1288
|
-
};
|
|
1289
|
-
export type PackageVersionAction =
|
|
1290
|
-
(typeof PackageVersionAction)[keyof typeof PackageVersionAction];
|
|
1291
657
|
export interface UpdatePackageVersionRequest {
|
|
1292
658
|
packageName: string | undefined;
|
|
1293
659
|
versionName: string | undefined;
|