@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,309 +1,114 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import {
|
|
2
|
+
AlertTargetType,
|
|
3
|
+
ApplicationProtocol,
|
|
4
|
+
AuditFrequency,
|
|
5
|
+
AuditMitigationActionsExecutionStatus,
|
|
6
|
+
AuditMitigationActionsTaskStatus,
|
|
7
|
+
AuditTaskStatus,
|
|
8
|
+
AuditTaskType,
|
|
9
|
+
AuthenticationType,
|
|
10
|
+
AuthorizerStatus,
|
|
11
|
+
AutoRegistrationStatus,
|
|
12
|
+
BehaviorCriteriaType,
|
|
13
|
+
CACertificateStatus,
|
|
14
|
+
CertificateMode,
|
|
15
|
+
CertificateProviderOperation,
|
|
16
|
+
CertificateStatus,
|
|
17
|
+
CommandExecutionStatus,
|
|
18
|
+
CommandNamespace,
|
|
19
|
+
ConfigurationStatus,
|
|
20
|
+
CustomMetricType,
|
|
21
|
+
DayOfWeek,
|
|
22
|
+
DetectMitigationActionExecutionStatus,
|
|
23
|
+
DetectMitigationActionsTaskStatus,
|
|
24
|
+
DeviceDefenderIndexingMode,
|
|
25
|
+
DimensionType,
|
|
26
|
+
DimensionValueOperator,
|
|
27
|
+
DisconnectReasonValue,
|
|
28
|
+
DomainConfigurationStatus,
|
|
29
|
+
DomainType,
|
|
30
|
+
DynamicGroupStatus,
|
|
31
|
+
EncryptionType,
|
|
32
|
+
EventType,
|
|
33
|
+
FieldType,
|
|
34
|
+
FleetMetricUnit,
|
|
35
|
+
IndexStatus,
|
|
36
|
+
JobExecutionStatus,
|
|
37
|
+
JobStatus,
|
|
38
|
+
LogLevel,
|
|
39
|
+
MitigationActionType,
|
|
40
|
+
ModelStatus,
|
|
41
|
+
NamedShadowIndexingMode,
|
|
42
|
+
OTAUpdateStatus,
|
|
43
|
+
PackageVersionStatus,
|
|
44
|
+
Protocol,
|
|
45
|
+
SbomValidationErrorCode,
|
|
46
|
+
SbomValidationResult,
|
|
47
|
+
SbomValidationStatus,
|
|
48
|
+
ServerCertificateStatus,
|
|
49
|
+
ServiceType,
|
|
50
|
+
SortOrder,
|
|
51
|
+
Status,
|
|
52
|
+
TargetFieldOrder,
|
|
53
|
+
TargetSelection,
|
|
54
|
+
TemplateType,
|
|
55
|
+
ThingConnectivityIndexingMode,
|
|
56
|
+
ThingGroupIndexingMode,
|
|
57
|
+
ThingIndexingMode,
|
|
58
|
+
ThingPrincipalType,
|
|
59
|
+
VerificationState,
|
|
60
|
+
} from "./enums";
|
|
3
61
|
import {
|
|
4
62
|
AbortConfig,
|
|
5
63
|
Action,
|
|
6
64
|
ActiveViolation,
|
|
7
65
|
AggregationType,
|
|
8
66
|
AlertTarget,
|
|
9
|
-
AlertTargetType,
|
|
10
|
-
ApplicationProtocol,
|
|
11
|
-
AuditCheckConfiguration,
|
|
12
67
|
AuditCheckDetails,
|
|
13
68
|
AuditFinding,
|
|
14
|
-
AuditFrequency,
|
|
15
69
|
AuditMitigationActionExecutionMetadata,
|
|
16
|
-
AuditMitigationActionsExecutionStatus,
|
|
17
70
|
AuditMitigationActionsTaskMetadata,
|
|
18
|
-
AuditMitigationActionsTaskStatus,
|
|
19
71
|
AuditMitigationActionsTaskTarget,
|
|
20
|
-
AuditNotificationTarget,
|
|
21
|
-
AuditNotificationType,
|
|
22
72
|
AuditSuppression,
|
|
23
73
|
AuditTaskMetadata,
|
|
24
|
-
AuditTaskStatus,
|
|
25
|
-
AuditTaskType,
|
|
26
|
-
AuthenticationType,
|
|
27
74
|
AuthorizerConfig,
|
|
28
75
|
AuthorizerDescription,
|
|
29
|
-
AuthorizerStatus,
|
|
30
76
|
AuthorizerSummary,
|
|
31
|
-
AutoRegistrationStatus,
|
|
32
77
|
AwsJobExecutionsRolloutConfig,
|
|
33
78
|
AwsJobPresignedUrlConfig,
|
|
34
79
|
Behavior,
|
|
35
80
|
BillingGroupProperties,
|
|
36
|
-
CertificateProviderOperation,
|
|
37
81
|
ClientCertificateConfig,
|
|
38
|
-
CommandNamespace,
|
|
39
82
|
CommandParameter,
|
|
40
83
|
CommandParameterValue,
|
|
41
84
|
CommandPayload,
|
|
42
|
-
CustomMetricType,
|
|
43
|
-
DayOfWeek,
|
|
44
|
-
DimensionType,
|
|
45
|
-
FleetMetricUnit,
|
|
46
|
-
HttpUrlDestinationProperties,
|
|
47
85
|
JobExecutionsRetryConfig,
|
|
48
86
|
JobExecutionsRolloutConfig,
|
|
49
|
-
LogLevel,
|
|
50
87
|
MaintenanceWindow,
|
|
51
88
|
MetricsExportConfig,
|
|
52
89
|
MetricToRetain,
|
|
90
|
+
MetricValue,
|
|
91
|
+
MitigationAction,
|
|
53
92
|
MitigationActionParams,
|
|
54
93
|
OTAUpdateFile,
|
|
55
|
-
OTAUpdateStatus,
|
|
56
94
|
PackageVersionArtifact,
|
|
57
|
-
PackageVersionStatus,
|
|
58
95
|
Policy,
|
|
59
96
|
PresignedUrlConfig,
|
|
60
|
-
Protocol,
|
|
61
97
|
ProvisioningHook,
|
|
98
|
+
RelatedResource,
|
|
62
99
|
ResourceIdentifier,
|
|
63
100
|
Sbom,
|
|
64
|
-
SbomValidationStatus,
|
|
65
101
|
SchedulingConfig,
|
|
66
102
|
ServerCertificateConfig,
|
|
67
|
-
ServiceType,
|
|
68
103
|
StreamFile,
|
|
69
|
-
|
|
104
|
+
Tag,
|
|
70
105
|
TaskStatisticsForAuditCheck,
|
|
71
|
-
TemplateType,
|
|
72
106
|
ThingGroupProperties,
|
|
73
107
|
ThingTypeProperties,
|
|
74
108
|
TimeoutConfig,
|
|
75
109
|
TlsConfig,
|
|
76
|
-
|
|
77
|
-
VerificationState,
|
|
110
|
+
TopicRuleDestination,
|
|
78
111
|
} from "./models_0";
|
|
79
|
-
export interface VpcDestinationProperties {
|
|
80
|
-
subnetIds?: string[] | undefined;
|
|
81
|
-
securityGroups?: string[] | undefined;
|
|
82
|
-
vpcId?: string | undefined;
|
|
83
|
-
roleArn?: string | undefined;
|
|
84
|
-
}
|
|
85
|
-
export interface TopicRuleDestination {
|
|
86
|
-
arn?: string | undefined;
|
|
87
|
-
status?: TopicRuleDestinationStatus | undefined;
|
|
88
|
-
createdAt?: Date | undefined;
|
|
89
|
-
lastUpdatedAt?: Date | undefined;
|
|
90
|
-
statusReason?: string | undefined;
|
|
91
|
-
httpUrlProperties?: HttpUrlDestinationProperties | undefined;
|
|
92
|
-
vpcProperties?: VpcDestinationProperties | undefined;
|
|
93
|
-
}
|
|
94
|
-
export interface CreateTopicRuleDestinationResponse {
|
|
95
|
-
topicRuleDestination?: TopicRuleDestination | undefined;
|
|
96
|
-
}
|
|
97
|
-
export interface DeleteAccountAuditConfigurationRequest {
|
|
98
|
-
deleteScheduledAudits?: boolean | undefined;
|
|
99
|
-
}
|
|
100
|
-
export interface DeleteAccountAuditConfigurationResponse {}
|
|
101
|
-
export interface DeleteAuditSuppressionRequest {
|
|
102
|
-
checkName: string | undefined;
|
|
103
|
-
resourceIdentifier: ResourceIdentifier | undefined;
|
|
104
|
-
}
|
|
105
|
-
export interface DeleteAuditSuppressionResponse {}
|
|
106
|
-
export interface DeleteAuthorizerRequest {
|
|
107
|
-
authorizerName: string | undefined;
|
|
108
|
-
}
|
|
109
|
-
export interface DeleteAuthorizerResponse {}
|
|
110
|
-
export declare class DeleteConflictException extends __BaseException {
|
|
111
|
-
readonly name: "DeleteConflictException";
|
|
112
|
-
readonly $fault: "client";
|
|
113
|
-
constructor(
|
|
114
|
-
opts: __ExceptionOptionType<DeleteConflictException, __BaseException>
|
|
115
|
-
);
|
|
116
|
-
}
|
|
117
|
-
export interface DeleteBillingGroupRequest {
|
|
118
|
-
billingGroupName: string | undefined;
|
|
119
|
-
expectedVersion?: number | undefined;
|
|
120
|
-
}
|
|
121
|
-
export interface DeleteBillingGroupResponse {}
|
|
122
|
-
export declare class CertificateStateException extends __BaseException {
|
|
123
|
-
readonly name: "CertificateStateException";
|
|
124
|
-
readonly $fault: "client";
|
|
125
|
-
constructor(
|
|
126
|
-
opts: __ExceptionOptionType<CertificateStateException, __BaseException>
|
|
127
|
-
);
|
|
128
|
-
}
|
|
129
|
-
export interface DeleteCACertificateRequest {
|
|
130
|
-
certificateId: string | undefined;
|
|
131
|
-
}
|
|
132
|
-
export interface DeleteCACertificateResponse {}
|
|
133
|
-
export interface DeleteCertificateRequest {
|
|
134
|
-
certificateId: string | undefined;
|
|
135
|
-
forceDelete?: boolean | undefined;
|
|
136
|
-
}
|
|
137
|
-
export interface DeleteCertificateProviderRequest {
|
|
138
|
-
certificateProviderName: string | undefined;
|
|
139
|
-
}
|
|
140
|
-
export interface DeleteCertificateProviderResponse {}
|
|
141
|
-
export interface DeleteCommandRequest {
|
|
142
|
-
commandId: string | undefined;
|
|
143
|
-
}
|
|
144
|
-
export interface DeleteCommandResponse {
|
|
145
|
-
statusCode?: number | undefined;
|
|
146
|
-
}
|
|
147
|
-
export interface DeleteCommandExecutionRequest {
|
|
148
|
-
executionId: string | undefined;
|
|
149
|
-
targetArn: string | undefined;
|
|
150
|
-
}
|
|
151
|
-
export interface DeleteCommandExecutionResponse {}
|
|
152
|
-
export interface DeleteCustomMetricRequest {
|
|
153
|
-
metricName: string | undefined;
|
|
154
|
-
}
|
|
155
|
-
export interface DeleteCustomMetricResponse {}
|
|
156
|
-
export interface DeleteDimensionRequest {
|
|
157
|
-
name: string | undefined;
|
|
158
|
-
}
|
|
159
|
-
export interface DeleteDimensionResponse {}
|
|
160
|
-
export interface DeleteDomainConfigurationRequest {
|
|
161
|
-
domainConfigurationName: string | undefined;
|
|
162
|
-
}
|
|
163
|
-
export interface DeleteDomainConfigurationResponse {}
|
|
164
|
-
export interface DeleteDynamicThingGroupRequest {
|
|
165
|
-
thingGroupName: string | undefined;
|
|
166
|
-
expectedVersion?: number | undefined;
|
|
167
|
-
}
|
|
168
|
-
export interface DeleteDynamicThingGroupResponse {}
|
|
169
|
-
export interface DeleteFleetMetricRequest {
|
|
170
|
-
metricName: string | undefined;
|
|
171
|
-
expectedVersion?: number | undefined;
|
|
172
|
-
}
|
|
173
|
-
export interface DeleteJobRequest {
|
|
174
|
-
jobId: string | undefined;
|
|
175
|
-
force?: boolean | undefined;
|
|
176
|
-
namespaceId?: string | undefined;
|
|
177
|
-
}
|
|
178
|
-
export interface DeleteJobExecutionRequest {
|
|
179
|
-
jobId: string | undefined;
|
|
180
|
-
thingName: string | undefined;
|
|
181
|
-
executionNumber: number | undefined;
|
|
182
|
-
force?: boolean | undefined;
|
|
183
|
-
namespaceId?: string | undefined;
|
|
184
|
-
}
|
|
185
|
-
export interface DeleteJobTemplateRequest {
|
|
186
|
-
jobTemplateId: string | undefined;
|
|
187
|
-
}
|
|
188
|
-
export interface DeleteMitigationActionRequest {
|
|
189
|
-
actionName: string | undefined;
|
|
190
|
-
}
|
|
191
|
-
export interface DeleteMitigationActionResponse {}
|
|
192
|
-
export interface DeleteOTAUpdateRequest {
|
|
193
|
-
otaUpdateId: string | undefined;
|
|
194
|
-
deleteStream?: boolean | undefined;
|
|
195
|
-
forceDeleteAWSJob?: boolean | undefined;
|
|
196
|
-
}
|
|
197
|
-
export interface DeleteOTAUpdateResponse {}
|
|
198
|
-
export interface DeletePackageRequest {
|
|
199
|
-
packageName: string | undefined;
|
|
200
|
-
clientToken?: string | undefined;
|
|
201
|
-
}
|
|
202
|
-
export interface DeletePackageResponse {}
|
|
203
|
-
export interface DeletePackageVersionRequest {
|
|
204
|
-
packageName: string | undefined;
|
|
205
|
-
versionName: string | undefined;
|
|
206
|
-
clientToken?: string | undefined;
|
|
207
|
-
}
|
|
208
|
-
export interface DeletePackageVersionResponse {}
|
|
209
|
-
export interface DeletePolicyRequest {
|
|
210
|
-
policyName: string | undefined;
|
|
211
|
-
}
|
|
212
|
-
export interface DeletePolicyVersionRequest {
|
|
213
|
-
policyName: string | undefined;
|
|
214
|
-
policyVersionId: string | undefined;
|
|
215
|
-
}
|
|
216
|
-
export interface DeleteProvisioningTemplateRequest {
|
|
217
|
-
templateName: string | undefined;
|
|
218
|
-
}
|
|
219
|
-
export interface DeleteProvisioningTemplateResponse {}
|
|
220
|
-
export interface DeleteProvisioningTemplateVersionRequest {
|
|
221
|
-
templateName: string | undefined;
|
|
222
|
-
versionId: number | undefined;
|
|
223
|
-
}
|
|
224
|
-
export interface DeleteProvisioningTemplateVersionResponse {}
|
|
225
|
-
export interface DeleteRegistrationCodeRequest {}
|
|
226
|
-
export interface DeleteRegistrationCodeResponse {}
|
|
227
|
-
export interface DeleteRoleAliasRequest {
|
|
228
|
-
roleAlias: string | undefined;
|
|
229
|
-
}
|
|
230
|
-
export interface DeleteRoleAliasResponse {}
|
|
231
|
-
export interface DeleteScheduledAuditRequest {
|
|
232
|
-
scheduledAuditName: string | undefined;
|
|
233
|
-
}
|
|
234
|
-
export interface DeleteScheduledAuditResponse {}
|
|
235
|
-
export interface DeleteSecurityProfileRequest {
|
|
236
|
-
securityProfileName: string | undefined;
|
|
237
|
-
expectedVersion?: number | undefined;
|
|
238
|
-
}
|
|
239
|
-
export interface DeleteSecurityProfileResponse {}
|
|
240
|
-
export interface DeleteStreamRequest {
|
|
241
|
-
streamId: string | undefined;
|
|
242
|
-
}
|
|
243
|
-
export interface DeleteStreamResponse {}
|
|
244
|
-
export interface DeleteThingRequest {
|
|
245
|
-
thingName: string | undefined;
|
|
246
|
-
expectedVersion?: number | undefined;
|
|
247
|
-
}
|
|
248
|
-
export interface DeleteThingResponse {}
|
|
249
|
-
export interface DeleteThingGroupRequest {
|
|
250
|
-
thingGroupName: string | undefined;
|
|
251
|
-
expectedVersion?: number | undefined;
|
|
252
|
-
}
|
|
253
|
-
export interface DeleteThingGroupResponse {}
|
|
254
|
-
export interface DeleteThingTypeRequest {
|
|
255
|
-
thingTypeName: string | undefined;
|
|
256
|
-
}
|
|
257
|
-
export interface DeleteThingTypeResponse {}
|
|
258
|
-
export interface DeleteTopicRuleRequest {
|
|
259
|
-
ruleName: string | undefined;
|
|
260
|
-
}
|
|
261
|
-
export interface DeleteTopicRuleDestinationRequest {
|
|
262
|
-
arn: string | undefined;
|
|
263
|
-
}
|
|
264
|
-
export interface DeleteTopicRuleDestinationResponse {}
|
|
265
|
-
export declare const LogTargetType: {
|
|
266
|
-
readonly CLIENT_ID: "CLIENT_ID";
|
|
267
|
-
readonly DEFAULT: "DEFAULT";
|
|
268
|
-
readonly PRINCIPAL_ID: "PRINCIPAL_ID";
|
|
269
|
-
readonly SOURCE_IP: "SOURCE_IP";
|
|
270
|
-
readonly THING_GROUP: "THING_GROUP";
|
|
271
|
-
};
|
|
272
|
-
export type LogTargetType = (typeof LogTargetType)[keyof typeof LogTargetType];
|
|
273
|
-
export interface DeleteV2LoggingLevelRequest {
|
|
274
|
-
targetType: LogTargetType | undefined;
|
|
275
|
-
targetName: string | undefined;
|
|
276
|
-
}
|
|
277
|
-
export interface DeprecateThingTypeRequest {
|
|
278
|
-
thingTypeName: string | undefined;
|
|
279
|
-
undoDeprecate?: boolean | undefined;
|
|
280
|
-
}
|
|
281
|
-
export interface DeprecateThingTypeResponse {}
|
|
282
|
-
export interface DescribeAccountAuditConfigurationRequest {}
|
|
283
|
-
export interface DescribeAccountAuditConfigurationResponse {
|
|
284
|
-
roleArn?: string | undefined;
|
|
285
|
-
auditNotificationTargetConfigurations?:
|
|
286
|
-
| Partial<Record<AuditNotificationType, AuditNotificationTarget>>
|
|
287
|
-
| undefined;
|
|
288
|
-
auditCheckConfigurations?:
|
|
289
|
-
| Record<string, AuditCheckConfiguration>
|
|
290
|
-
| undefined;
|
|
291
|
-
}
|
|
292
|
-
export interface DescribeAuditFindingRequest {
|
|
293
|
-
findingId: string | undefined;
|
|
294
|
-
}
|
|
295
|
-
export interface DescribeAuditFindingResponse {
|
|
296
|
-
finding?: AuditFinding | undefined;
|
|
297
|
-
}
|
|
298
|
-
export interface DescribeAuditMitigationActionsTaskRequest {
|
|
299
|
-
taskId: string | undefined;
|
|
300
|
-
}
|
|
301
|
-
export interface MitigationAction {
|
|
302
|
-
name?: string | undefined;
|
|
303
|
-
id?: string | undefined;
|
|
304
|
-
roleArn?: string | undefined;
|
|
305
|
-
actionParams?: MitigationActionParams | undefined;
|
|
306
|
-
}
|
|
307
112
|
export interface DescribeAuditMitigationActionsTaskResponse {
|
|
308
113
|
taskStatus?: AuditMitigationActionsTaskStatus | undefined;
|
|
309
114
|
startTime?: Date | undefined;
|
|
@@ -367,18 +172,6 @@ export interface DescribeBillingGroupResponse {
|
|
|
367
172
|
export interface DescribeCACertificateRequest {
|
|
368
173
|
certificateId: string | undefined;
|
|
369
174
|
}
|
|
370
|
-
export declare const CertificateMode: {
|
|
371
|
-
readonly DEFAULT: "DEFAULT";
|
|
372
|
-
readonly SNI_ONLY: "SNI_ONLY";
|
|
373
|
-
};
|
|
374
|
-
export type CertificateMode =
|
|
375
|
-
(typeof CertificateMode)[keyof typeof CertificateMode];
|
|
376
|
-
export declare const CACertificateStatus: {
|
|
377
|
-
readonly ACTIVE: "ACTIVE";
|
|
378
|
-
readonly INACTIVE: "INACTIVE";
|
|
379
|
-
};
|
|
380
|
-
export type CACertificateStatus =
|
|
381
|
-
(typeof CACertificateStatus)[keyof typeof CACertificateStatus];
|
|
382
175
|
export interface CertificateValidity {
|
|
383
176
|
notBefore?: Date | undefined;
|
|
384
177
|
notAfter?: Date | undefined;
|
|
@@ -409,16 +202,6 @@ export interface DescribeCACertificateResponse {
|
|
|
409
202
|
export interface DescribeCertificateRequest {
|
|
410
203
|
certificateId: string | undefined;
|
|
411
204
|
}
|
|
412
|
-
export declare const CertificateStatus: {
|
|
413
|
-
readonly ACTIVE: "ACTIVE";
|
|
414
|
-
readonly INACTIVE: "INACTIVE";
|
|
415
|
-
readonly PENDING_ACTIVATION: "PENDING_ACTIVATION";
|
|
416
|
-
readonly PENDING_TRANSFER: "PENDING_TRANSFER";
|
|
417
|
-
readonly REGISTER_INACTIVE: "REGISTER_INACTIVE";
|
|
418
|
-
readonly REVOKED: "REVOKED";
|
|
419
|
-
};
|
|
420
|
-
export type CertificateStatus =
|
|
421
|
-
(typeof CertificateStatus)[keyof typeof CertificateStatus];
|
|
422
205
|
export interface TransferData {
|
|
423
206
|
transferMessage?: string | undefined;
|
|
424
207
|
rejectReason?: string | undefined;
|
|
@@ -484,14 +267,6 @@ export interface DetectMitigationActionsTaskStatistics {
|
|
|
484
267
|
actionsSkipped?: number | undefined;
|
|
485
268
|
actionsFailed?: number | undefined;
|
|
486
269
|
}
|
|
487
|
-
export declare const DetectMitigationActionsTaskStatus: {
|
|
488
|
-
readonly CANCELED: "CANCELED";
|
|
489
|
-
readonly FAILED: "FAILED";
|
|
490
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
491
|
-
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
492
|
-
};
|
|
493
|
-
export type DetectMitigationActionsTaskStatus =
|
|
494
|
-
(typeof DetectMitigationActionsTaskStatus)[keyof typeof DetectMitigationActionsTaskStatus];
|
|
495
270
|
export interface ViolationEventOccurrenceRange {
|
|
496
271
|
startTime: Date | undefined;
|
|
497
272
|
endTime: Date | undefined;
|
|
@@ -525,24 +300,6 @@ export interface DescribeDimensionResponse {
|
|
|
525
300
|
export interface DescribeDomainConfigurationRequest {
|
|
526
301
|
domainConfigurationName: string | undefined;
|
|
527
302
|
}
|
|
528
|
-
export declare const DomainConfigurationStatus: {
|
|
529
|
-
readonly DISABLED: "DISABLED";
|
|
530
|
-
readonly ENABLED: "ENABLED";
|
|
531
|
-
};
|
|
532
|
-
export type DomainConfigurationStatus =
|
|
533
|
-
(typeof DomainConfigurationStatus)[keyof typeof DomainConfigurationStatus];
|
|
534
|
-
export declare const DomainType: {
|
|
535
|
-
readonly AWS_MANAGED: "AWS_MANAGED";
|
|
536
|
-
readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
|
|
537
|
-
readonly ENDPOINT: "ENDPOINT";
|
|
538
|
-
};
|
|
539
|
-
export type DomainType = (typeof DomainType)[keyof typeof DomainType];
|
|
540
|
-
export declare const ServerCertificateStatus: {
|
|
541
|
-
readonly INVALID: "INVALID";
|
|
542
|
-
readonly VALID: "VALID";
|
|
543
|
-
};
|
|
544
|
-
export type ServerCertificateStatus =
|
|
545
|
-
(typeof ServerCertificateStatus)[keyof typeof ServerCertificateStatus];
|
|
546
303
|
export interface ServerCertificateSummary {
|
|
547
304
|
serverCertificateArn?: string | undefined;
|
|
548
305
|
serverCertificateStatus?: ServerCertificateStatus | undefined;
|
|
@@ -565,23 +322,11 @@ export interface DescribeDomainConfigurationResponse {
|
|
|
565
322
|
clientCertificateConfig?: ClientCertificateConfig | undefined;
|
|
566
323
|
}
|
|
567
324
|
export interface DescribeEncryptionConfigurationRequest {}
|
|
568
|
-
export declare const ConfigurationStatus: {
|
|
569
|
-
readonly HEALTHY: "HEALTHY";
|
|
570
|
-
readonly UNHEALTHY: "UNHEALTHY";
|
|
571
|
-
};
|
|
572
|
-
export type ConfigurationStatus =
|
|
573
|
-
(typeof ConfigurationStatus)[keyof typeof ConfigurationStatus];
|
|
574
325
|
export interface ConfigurationDetails {
|
|
575
326
|
configurationStatus?: ConfigurationStatus | undefined;
|
|
576
327
|
errorCode?: string | undefined;
|
|
577
328
|
errorMessage?: string | undefined;
|
|
578
329
|
}
|
|
579
|
-
export declare const EncryptionType: {
|
|
580
|
-
readonly AWS_OWNED_KMS_KEY: "AWS_OWNED_KMS_KEY";
|
|
581
|
-
readonly CUSTOMER_MANAGED_KMS_KEY: "CUSTOMER_MANAGED_KMS_KEY";
|
|
582
|
-
};
|
|
583
|
-
export type EncryptionType =
|
|
584
|
-
(typeof EncryptionType)[keyof typeof EncryptionType];
|
|
585
330
|
export interface DescribeEncryptionConfigurationResponse {
|
|
586
331
|
encryptionType?: EncryptionType | undefined;
|
|
587
332
|
kmsKeyArn?: string | undefined;
|
|
@@ -596,20 +341,6 @@ export interface DescribeEndpointResponse {
|
|
|
596
341
|
endpointAddress?: string | undefined;
|
|
597
342
|
}
|
|
598
343
|
export interface DescribeEventConfigurationsRequest {}
|
|
599
|
-
export declare const EventType: {
|
|
600
|
-
readonly CA_CERTIFICATE: "CA_CERTIFICATE";
|
|
601
|
-
readonly CERTIFICATE: "CERTIFICATE";
|
|
602
|
-
readonly JOB: "JOB";
|
|
603
|
-
readonly JOB_EXECUTION: "JOB_EXECUTION";
|
|
604
|
-
readonly POLICY: "POLICY";
|
|
605
|
-
readonly THING: "THING";
|
|
606
|
-
readonly THING_GROUP: "THING_GROUP";
|
|
607
|
-
readonly THING_GROUP_HIERARCHY: "THING_GROUP_HIERARCHY";
|
|
608
|
-
readonly THING_GROUP_MEMBERSHIP: "THING_GROUP_MEMBERSHIP";
|
|
609
|
-
readonly THING_TYPE: "THING_TYPE";
|
|
610
|
-
readonly THING_TYPE_ASSOCIATION: "THING_TYPE_ASSOCIATION";
|
|
611
|
-
};
|
|
612
|
-
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
613
344
|
export interface Configuration {
|
|
614
345
|
Enabled?: boolean | undefined;
|
|
615
346
|
}
|
|
@@ -639,12 +370,6 @@ export interface DescribeFleetMetricResponse {
|
|
|
639
370
|
export interface DescribeIndexRequest {
|
|
640
371
|
indexName: string | undefined;
|
|
641
372
|
}
|
|
642
|
-
export declare const IndexStatus: {
|
|
643
|
-
readonly ACTIVE: "ACTIVE";
|
|
644
|
-
readonly BUILDING: "BUILDING";
|
|
645
|
-
readonly REBUILDING: "REBUILDING";
|
|
646
|
-
};
|
|
647
|
-
export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
|
|
648
373
|
export interface DescribeIndexResponse {
|
|
649
374
|
indexName?: string | undefined;
|
|
650
375
|
indexStatus?: IndexStatus | undefined;
|
|
@@ -668,14 +393,6 @@ export interface JobProcessDetails {
|
|
|
668
393
|
export interface ScheduledJobRollout {
|
|
669
394
|
startTime?: string | undefined;
|
|
670
395
|
}
|
|
671
|
-
export declare const JobStatus: {
|
|
672
|
-
readonly CANCELED: "CANCELED";
|
|
673
|
-
readonly COMPLETED: "COMPLETED";
|
|
674
|
-
readonly DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS";
|
|
675
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
676
|
-
readonly SCHEDULED: "SCHEDULED";
|
|
677
|
-
};
|
|
678
|
-
export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
|
|
679
396
|
export interface Job {
|
|
680
397
|
jobArn?: string | undefined;
|
|
681
398
|
jobId?: string | undefined;
|
|
@@ -712,18 +429,6 @@ export interface DescribeJobExecutionRequest {
|
|
|
712
429
|
thingName: string | undefined;
|
|
713
430
|
executionNumber?: number | undefined;
|
|
714
431
|
}
|
|
715
|
-
export declare const JobExecutionStatus: {
|
|
716
|
-
readonly CANCELED: "CANCELED";
|
|
717
|
-
readonly FAILED: "FAILED";
|
|
718
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
719
|
-
readonly QUEUED: "QUEUED";
|
|
720
|
-
readonly REJECTED: "REJECTED";
|
|
721
|
-
readonly REMOVED: "REMOVED";
|
|
722
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
723
|
-
readonly TIMED_OUT: "TIMED_OUT";
|
|
724
|
-
};
|
|
725
|
-
export type JobExecutionStatus =
|
|
726
|
-
(typeof JobExecutionStatus)[keyof typeof JobExecutionStatus];
|
|
727
432
|
export interface JobExecutionStatusDetails {
|
|
728
433
|
detailsMap?: Record<string, string> | undefined;
|
|
729
434
|
}
|
|
@@ -784,16 +489,6 @@ export interface DescribeManagedJobTemplateResponse {
|
|
|
784
489
|
export interface DescribeMitigationActionRequest {
|
|
785
490
|
actionName: string | undefined;
|
|
786
491
|
}
|
|
787
|
-
export declare const MitigationActionType: {
|
|
788
|
-
readonly ADD_THINGS_TO_THING_GROUP: "ADD_THINGS_TO_THING_GROUP";
|
|
789
|
-
readonly ENABLE_IOT_LOGGING: "ENABLE_IOT_LOGGING";
|
|
790
|
-
readonly PUBLISH_FINDING_TO_SNS: "PUBLISH_FINDING_TO_SNS";
|
|
791
|
-
readonly REPLACE_DEFAULT_POLICY_VERSION: "REPLACE_DEFAULT_POLICY_VERSION";
|
|
792
|
-
readonly UPDATE_CA_CERTIFICATE: "UPDATE_CA_CERTIFICATE";
|
|
793
|
-
readonly UPDATE_DEVICE_CERTIFICATE: "UPDATE_DEVICE_CERTIFICATE";
|
|
794
|
-
};
|
|
795
|
-
export type MitigationActionType =
|
|
796
|
-
(typeof MitigationActionType)[keyof typeof MitigationActionType];
|
|
797
492
|
export interface DescribeMitigationActionResponse {
|
|
798
493
|
actionName?: string | undefined;
|
|
799
494
|
actionType?: MitigationActionType | undefined;
|
|
@@ -904,13 +599,6 @@ export interface DescribeThingResponse {
|
|
|
904
599
|
export interface DescribeThingGroupRequest {
|
|
905
600
|
thingGroupName: string | undefined;
|
|
906
601
|
}
|
|
907
|
-
export declare const DynamicGroupStatus: {
|
|
908
|
-
readonly ACTIVE: "ACTIVE";
|
|
909
|
-
readonly BUILDING: "BUILDING";
|
|
910
|
-
readonly REBUILDING: "REBUILDING";
|
|
911
|
-
};
|
|
912
|
-
export type DynamicGroupStatus =
|
|
913
|
-
(typeof DynamicGroupStatus)[keyof typeof DynamicGroupStatus];
|
|
914
602
|
export interface GroupNameAndArn {
|
|
915
603
|
groupName?: string | undefined;
|
|
916
604
|
groupArn?: string | undefined;
|
|
@@ -935,14 +623,6 @@ export interface DescribeThingGroupResponse {
|
|
|
935
623
|
export interface DescribeThingRegistrationTaskRequest {
|
|
936
624
|
taskId: string | undefined;
|
|
937
625
|
}
|
|
938
|
-
export declare const Status: {
|
|
939
|
-
readonly Cancelled: "Cancelled";
|
|
940
|
-
readonly Cancelling: "Cancelling";
|
|
941
|
-
readonly Completed: "Completed";
|
|
942
|
-
readonly Failed: "Failed";
|
|
943
|
-
readonly InProgress: "InProgress";
|
|
944
|
-
};
|
|
945
|
-
export type Status = (typeof Status)[keyof typeof Status];
|
|
946
626
|
export interface DescribeThingRegistrationTaskResponse {
|
|
947
627
|
taskId?: string | undefined;
|
|
948
628
|
creationDate?: Date | undefined;
|
|
@@ -1007,12 +687,6 @@ export interface GetBehaviorModelTrainingSummariesRequest {
|
|
|
1007
687
|
maxResults?: number | undefined;
|
|
1008
688
|
nextToken?: string | undefined;
|
|
1009
689
|
}
|
|
1010
|
-
export declare const ModelStatus: {
|
|
1011
|
-
readonly ACTIVE: "ACTIVE";
|
|
1012
|
-
readonly EXPIRED: "EXPIRED";
|
|
1013
|
-
readonly PENDING_BUILD: "PENDING_BUILD";
|
|
1014
|
-
};
|
|
1015
|
-
export type ModelStatus = (typeof ModelStatus)[keyof typeof ModelStatus];
|
|
1016
690
|
export interface BehaviorModelTrainingSummary {
|
|
1017
691
|
securityProfileName?: string | undefined;
|
|
1018
692
|
behaviorName?: string | undefined;
|
|
@@ -1082,16 +756,6 @@ export interface CommandExecutionResult {
|
|
|
1082
756
|
B?: boolean | undefined;
|
|
1083
757
|
BIN?: Uint8Array | undefined;
|
|
1084
758
|
}
|
|
1085
|
-
export declare const CommandExecutionStatus: {
|
|
1086
|
-
readonly CREATED: "CREATED";
|
|
1087
|
-
readonly FAILED: "FAILED";
|
|
1088
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1089
|
-
readonly REJECTED: "REJECTED";
|
|
1090
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1091
|
-
readonly TIMED_OUT: "TIMED_OUT";
|
|
1092
|
-
};
|
|
1093
|
-
export type CommandExecutionStatus =
|
|
1094
|
-
(typeof CommandExecutionStatus)[keyof typeof CommandExecutionStatus];
|
|
1095
759
|
export interface StatusReason {
|
|
1096
760
|
reasonCode: string | undefined;
|
|
1097
761
|
reasonDescription?: string | undefined;
|
|
@@ -1125,39 +789,15 @@ export interface GetEffectivePoliciesResponse {
|
|
|
1125
789
|
effectivePolicies?: EffectivePolicy[] | undefined;
|
|
1126
790
|
}
|
|
1127
791
|
export interface GetIndexingConfigurationRequest {}
|
|
1128
|
-
export declare const FieldType: {
|
|
1129
|
-
readonly BOOLEAN: "Boolean";
|
|
1130
|
-
readonly NUMBER: "Number";
|
|
1131
|
-
readonly STRING: "String";
|
|
1132
|
-
};
|
|
1133
|
-
export type FieldType = (typeof FieldType)[keyof typeof FieldType];
|
|
1134
792
|
export interface Field {
|
|
1135
793
|
name?: string | undefined;
|
|
1136
794
|
type?: FieldType | undefined;
|
|
1137
795
|
}
|
|
1138
|
-
export declare const ThingGroupIndexingMode: {
|
|
1139
|
-
readonly OFF: "OFF";
|
|
1140
|
-
readonly ON: "ON";
|
|
1141
|
-
};
|
|
1142
|
-
export type ThingGroupIndexingMode =
|
|
1143
|
-
(typeof ThingGroupIndexingMode)[keyof typeof ThingGroupIndexingMode];
|
|
1144
796
|
export interface ThingGroupIndexingConfiguration {
|
|
1145
797
|
thingGroupIndexingMode: ThingGroupIndexingMode | undefined;
|
|
1146
798
|
managedFields?: Field[] | undefined;
|
|
1147
799
|
customFields?: Field[] | undefined;
|
|
1148
800
|
}
|
|
1149
|
-
export declare const DeviceDefenderIndexingMode: {
|
|
1150
|
-
readonly OFF: "OFF";
|
|
1151
|
-
readonly VIOLATIONS: "VIOLATIONS";
|
|
1152
|
-
};
|
|
1153
|
-
export type DeviceDefenderIndexingMode =
|
|
1154
|
-
(typeof DeviceDefenderIndexingMode)[keyof typeof DeviceDefenderIndexingMode];
|
|
1155
|
-
export declare const TargetFieldOrder: {
|
|
1156
|
-
readonly LatLon: "LatLon";
|
|
1157
|
-
readonly LonLat: "LonLat";
|
|
1158
|
-
};
|
|
1159
|
-
export type TargetFieldOrder =
|
|
1160
|
-
(typeof TargetFieldOrder)[keyof typeof TargetFieldOrder];
|
|
1161
801
|
export interface GeoLocationTarget {
|
|
1162
802
|
name?: string | undefined;
|
|
1163
803
|
order?: TargetFieldOrder | undefined;
|
|
@@ -1166,25 +806,6 @@ export interface IndexingFilter {
|
|
|
1166
806
|
namedShadowNames?: string[] | undefined;
|
|
1167
807
|
geoLocations?: GeoLocationTarget[] | undefined;
|
|
1168
808
|
}
|
|
1169
|
-
export declare const NamedShadowIndexingMode: {
|
|
1170
|
-
readonly OFF: "OFF";
|
|
1171
|
-
readonly ON: "ON";
|
|
1172
|
-
};
|
|
1173
|
-
export type NamedShadowIndexingMode =
|
|
1174
|
-
(typeof NamedShadowIndexingMode)[keyof typeof NamedShadowIndexingMode];
|
|
1175
|
-
export declare const ThingConnectivityIndexingMode: {
|
|
1176
|
-
readonly OFF: "OFF";
|
|
1177
|
-
readonly STATUS: "STATUS";
|
|
1178
|
-
};
|
|
1179
|
-
export type ThingConnectivityIndexingMode =
|
|
1180
|
-
(typeof ThingConnectivityIndexingMode)[keyof typeof ThingConnectivityIndexingMode];
|
|
1181
|
-
export declare const ThingIndexingMode: {
|
|
1182
|
-
readonly OFF: "OFF";
|
|
1183
|
-
readonly REGISTRY: "REGISTRY";
|
|
1184
|
-
readonly REGISTRY_AND_SHADOW: "REGISTRY_AND_SHADOW";
|
|
1185
|
-
};
|
|
1186
|
-
export type ThingIndexingMode =
|
|
1187
|
-
(typeof ThingIndexingMode)[keyof typeof ThingIndexingMode];
|
|
1188
809
|
export interface ThingIndexingConfiguration {
|
|
1189
810
|
thingIndexingMode: ThingIndexingMode | undefined;
|
|
1190
811
|
thingConnectivityIndexingMode?: ThingConnectivityIndexingMode | undefined;
|
|
@@ -1342,24 +963,6 @@ export interface GetStatisticsResponse {
|
|
|
1342
963
|
export interface GetThingConnectivityDataRequest {
|
|
1343
964
|
thingName: string | undefined;
|
|
1344
965
|
}
|
|
1345
|
-
export declare const DisconnectReasonValue: {
|
|
1346
|
-
readonly AUTH_ERROR: "AUTH_ERROR";
|
|
1347
|
-
readonly CLIENT_ERROR: "CLIENT_ERROR";
|
|
1348
|
-
readonly CLIENT_INITIATED_DISCONNECT: "CLIENT_INITIATED_DISCONNECT";
|
|
1349
|
-
readonly CONNECTION_LOST: "CONNECTION_LOST";
|
|
1350
|
-
readonly CUSTOMAUTH_TTL_EXPIRATION: "CUSTOMAUTH_TTL_EXPIRATION";
|
|
1351
|
-
readonly DUPLICATE_CLIENTID: "DUPLICATE_CLIENTID";
|
|
1352
|
-
readonly FORBIDDEN_ACCESS: "FORBIDDEN_ACCESS";
|
|
1353
|
-
readonly MQTT_KEEP_ALIVE_TIMEOUT: "MQTT_KEEP_ALIVE_TIMEOUT";
|
|
1354
|
-
readonly NONE: "NONE";
|
|
1355
|
-
readonly SERVER_ERROR: "SERVER_ERROR";
|
|
1356
|
-
readonly SERVER_INITIATED_DISCONNECT: "SERVER_INITIATED_DISCONNECT";
|
|
1357
|
-
readonly THROTTLED: "THROTTLED";
|
|
1358
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
1359
|
-
readonly WEBSOCKET_TTL_EXPIRATION: "WEBSOCKET_TTL_EXPIRATION";
|
|
1360
|
-
};
|
|
1361
|
-
export type DisconnectReasonValue =
|
|
1362
|
-
(typeof DisconnectReasonValue)[keyof typeof DisconnectReasonValue];
|
|
1363
966
|
export interface GetThingConnectivityDataResponse {
|
|
1364
967
|
thingName?: string | undefined;
|
|
1365
968
|
connected?: boolean | undefined;
|
|
@@ -1395,20 +998,6 @@ export interface GetV2LoggingOptionsResponse {
|
|
|
1395
998
|
defaultLogLevel?: LogLevel | undefined;
|
|
1396
999
|
disableAllLogs?: boolean | undefined;
|
|
1397
1000
|
}
|
|
1398
|
-
export declare class NotConfiguredException extends __BaseException {
|
|
1399
|
-
readonly name: "NotConfiguredException";
|
|
1400
|
-
readonly $fault: "client";
|
|
1401
|
-
constructor(
|
|
1402
|
-
opts: __ExceptionOptionType<NotConfiguredException, __BaseException>
|
|
1403
|
-
);
|
|
1404
|
-
}
|
|
1405
|
-
export declare const BehaviorCriteriaType: {
|
|
1406
|
-
readonly MACHINE_LEARNING: "MACHINE_LEARNING";
|
|
1407
|
-
readonly STATIC: "STATIC";
|
|
1408
|
-
readonly STATISTICAL: "STATISTICAL";
|
|
1409
|
-
};
|
|
1410
|
-
export type BehaviorCriteriaType =
|
|
1411
|
-
(typeof BehaviorCriteriaType)[keyof typeof BehaviorCriteriaType];
|
|
1412
1001
|
export interface ListActiveViolationsRequest {
|
|
1413
1002
|
thingName?: string | undefined;
|
|
1414
1003
|
securityProfileName?: string | undefined;
|
|
@@ -1570,11 +1159,6 @@ export interface TimeFilter {
|
|
|
1570
1159
|
after?: string | undefined;
|
|
1571
1160
|
before?: string | undefined;
|
|
1572
1161
|
}
|
|
1573
|
-
export declare const SortOrder: {
|
|
1574
|
-
readonly Ascending: "ASCENDING";
|
|
1575
|
-
readonly Descending: "DESCENDING";
|
|
1576
|
-
};
|
|
1577
|
-
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
1578
1162
|
export interface ListCommandExecutionsRequest {
|
|
1579
1163
|
maxResults?: number | undefined;
|
|
1580
1164
|
nextToken?: string | undefined;
|
|
@@ -1595,3 +1179,538 @@ export interface CommandExecutionSummary {
|
|
|
1595
1179
|
startedAt?: Date | undefined;
|
|
1596
1180
|
completedAt?: Date | undefined;
|
|
1597
1181
|
}
|
|
1182
|
+
export interface ListCommandExecutionsResponse {
|
|
1183
|
+
commandExecutions?: CommandExecutionSummary[] | undefined;
|
|
1184
|
+
nextToken?: string | undefined;
|
|
1185
|
+
}
|
|
1186
|
+
export interface ListCommandsRequest {
|
|
1187
|
+
maxResults?: number | undefined;
|
|
1188
|
+
nextToken?: string | undefined;
|
|
1189
|
+
namespace?: CommandNamespace | undefined;
|
|
1190
|
+
commandParameterName?: string | undefined;
|
|
1191
|
+
sortOrder?: SortOrder | undefined;
|
|
1192
|
+
}
|
|
1193
|
+
export interface CommandSummary {
|
|
1194
|
+
commandArn?: string | undefined;
|
|
1195
|
+
commandId?: string | undefined;
|
|
1196
|
+
displayName?: string | undefined;
|
|
1197
|
+
deprecated?: boolean | undefined;
|
|
1198
|
+
createdAt?: Date | undefined;
|
|
1199
|
+
lastUpdatedAt?: Date | undefined;
|
|
1200
|
+
pendingDeletion?: boolean | undefined;
|
|
1201
|
+
}
|
|
1202
|
+
export interface ListCommandsResponse {
|
|
1203
|
+
commands?: CommandSummary[] | undefined;
|
|
1204
|
+
nextToken?: string | undefined;
|
|
1205
|
+
}
|
|
1206
|
+
export interface ListCustomMetricsRequest {
|
|
1207
|
+
nextToken?: string | undefined;
|
|
1208
|
+
maxResults?: number | undefined;
|
|
1209
|
+
}
|
|
1210
|
+
export interface ListCustomMetricsResponse {
|
|
1211
|
+
metricNames?: string[] | undefined;
|
|
1212
|
+
nextToken?: string | undefined;
|
|
1213
|
+
}
|
|
1214
|
+
export interface ListDetectMitigationActionsExecutionsRequest {
|
|
1215
|
+
taskId?: string | undefined;
|
|
1216
|
+
violationId?: string | undefined;
|
|
1217
|
+
thingName?: string | undefined;
|
|
1218
|
+
startTime?: Date | undefined;
|
|
1219
|
+
endTime?: Date | undefined;
|
|
1220
|
+
maxResults?: number | undefined;
|
|
1221
|
+
nextToken?: string | undefined;
|
|
1222
|
+
}
|
|
1223
|
+
export interface DetectMitigationActionExecution {
|
|
1224
|
+
taskId?: string | undefined;
|
|
1225
|
+
violationId?: string | undefined;
|
|
1226
|
+
actionName?: string | undefined;
|
|
1227
|
+
thingName?: string | undefined;
|
|
1228
|
+
executionStartDate?: Date | undefined;
|
|
1229
|
+
executionEndDate?: Date | undefined;
|
|
1230
|
+
status?: DetectMitigationActionExecutionStatus | undefined;
|
|
1231
|
+
errorCode?: string | undefined;
|
|
1232
|
+
message?: string | undefined;
|
|
1233
|
+
}
|
|
1234
|
+
export interface ListDetectMitigationActionsExecutionsResponse {
|
|
1235
|
+
actionsExecutions?: DetectMitigationActionExecution[] | undefined;
|
|
1236
|
+
nextToken?: string | undefined;
|
|
1237
|
+
}
|
|
1238
|
+
export interface ListDetectMitigationActionsTasksRequest {
|
|
1239
|
+
maxResults?: number | undefined;
|
|
1240
|
+
nextToken?: string | undefined;
|
|
1241
|
+
startTime: Date | undefined;
|
|
1242
|
+
endTime: Date | undefined;
|
|
1243
|
+
}
|
|
1244
|
+
export interface ListDetectMitigationActionsTasksResponse {
|
|
1245
|
+
tasks?: DetectMitigationActionsTaskSummary[] | undefined;
|
|
1246
|
+
nextToken?: string | undefined;
|
|
1247
|
+
}
|
|
1248
|
+
export interface ListDimensionsRequest {
|
|
1249
|
+
nextToken?: string | undefined;
|
|
1250
|
+
maxResults?: number | undefined;
|
|
1251
|
+
}
|
|
1252
|
+
export interface ListDimensionsResponse {
|
|
1253
|
+
dimensionNames?: string[] | undefined;
|
|
1254
|
+
nextToken?: string | undefined;
|
|
1255
|
+
}
|
|
1256
|
+
export interface ListDomainConfigurationsRequest {
|
|
1257
|
+
marker?: string | undefined;
|
|
1258
|
+
pageSize?: number | undefined;
|
|
1259
|
+
serviceType?: ServiceType | undefined;
|
|
1260
|
+
}
|
|
1261
|
+
export interface DomainConfigurationSummary {
|
|
1262
|
+
domainConfigurationName?: string | undefined;
|
|
1263
|
+
domainConfigurationArn?: string | undefined;
|
|
1264
|
+
serviceType?: ServiceType | undefined;
|
|
1265
|
+
}
|
|
1266
|
+
export interface ListDomainConfigurationsResponse {
|
|
1267
|
+
domainConfigurations?: DomainConfigurationSummary[] | undefined;
|
|
1268
|
+
nextMarker?: string | undefined;
|
|
1269
|
+
}
|
|
1270
|
+
export interface ListFleetMetricsRequest {
|
|
1271
|
+
nextToken?: string | undefined;
|
|
1272
|
+
maxResults?: number | undefined;
|
|
1273
|
+
}
|
|
1274
|
+
export interface FleetMetricNameAndArn {
|
|
1275
|
+
metricName?: string | undefined;
|
|
1276
|
+
metricArn?: string | undefined;
|
|
1277
|
+
}
|
|
1278
|
+
export interface ListFleetMetricsResponse {
|
|
1279
|
+
fleetMetrics?: FleetMetricNameAndArn[] | undefined;
|
|
1280
|
+
nextToken?: string | undefined;
|
|
1281
|
+
}
|
|
1282
|
+
export interface ListIndicesRequest {
|
|
1283
|
+
nextToken?: string | undefined;
|
|
1284
|
+
maxResults?: number | undefined;
|
|
1285
|
+
}
|
|
1286
|
+
export interface ListIndicesResponse {
|
|
1287
|
+
indexNames?: string[] | undefined;
|
|
1288
|
+
nextToken?: string | undefined;
|
|
1289
|
+
}
|
|
1290
|
+
export interface ListJobExecutionsForJobRequest {
|
|
1291
|
+
jobId: string | undefined;
|
|
1292
|
+
status?: JobExecutionStatus | undefined;
|
|
1293
|
+
maxResults?: number | undefined;
|
|
1294
|
+
nextToken?: string | undefined;
|
|
1295
|
+
}
|
|
1296
|
+
export interface JobExecutionSummary {
|
|
1297
|
+
status?: JobExecutionStatus | undefined;
|
|
1298
|
+
queuedAt?: Date | undefined;
|
|
1299
|
+
startedAt?: Date | undefined;
|
|
1300
|
+
lastUpdatedAt?: Date | undefined;
|
|
1301
|
+
executionNumber?: number | undefined;
|
|
1302
|
+
retryAttempt?: number | undefined;
|
|
1303
|
+
}
|
|
1304
|
+
export interface JobExecutionSummaryForJob {
|
|
1305
|
+
thingArn?: string | undefined;
|
|
1306
|
+
jobExecutionSummary?: JobExecutionSummary | undefined;
|
|
1307
|
+
}
|
|
1308
|
+
export interface ListJobExecutionsForJobResponse {
|
|
1309
|
+
executionSummaries?: JobExecutionSummaryForJob[] | undefined;
|
|
1310
|
+
nextToken?: string | undefined;
|
|
1311
|
+
}
|
|
1312
|
+
export interface ListJobExecutionsForThingRequest {
|
|
1313
|
+
thingName: string | undefined;
|
|
1314
|
+
status?: JobExecutionStatus | undefined;
|
|
1315
|
+
namespaceId?: string | undefined;
|
|
1316
|
+
maxResults?: number | undefined;
|
|
1317
|
+
nextToken?: string | undefined;
|
|
1318
|
+
jobId?: string | undefined;
|
|
1319
|
+
}
|
|
1320
|
+
export interface JobExecutionSummaryForThing {
|
|
1321
|
+
jobId?: string | undefined;
|
|
1322
|
+
jobExecutionSummary?: JobExecutionSummary | undefined;
|
|
1323
|
+
}
|
|
1324
|
+
export interface ListJobExecutionsForThingResponse {
|
|
1325
|
+
executionSummaries?: JobExecutionSummaryForThing[] | undefined;
|
|
1326
|
+
nextToken?: string | undefined;
|
|
1327
|
+
}
|
|
1328
|
+
export interface ListJobsRequest {
|
|
1329
|
+
status?: JobStatus | undefined;
|
|
1330
|
+
targetSelection?: TargetSelection | undefined;
|
|
1331
|
+
maxResults?: number | undefined;
|
|
1332
|
+
nextToken?: string | undefined;
|
|
1333
|
+
thingGroupName?: string | undefined;
|
|
1334
|
+
thingGroupId?: string | undefined;
|
|
1335
|
+
namespaceId?: string | undefined;
|
|
1336
|
+
}
|
|
1337
|
+
export interface JobSummary {
|
|
1338
|
+
jobArn?: string | undefined;
|
|
1339
|
+
jobId?: string | undefined;
|
|
1340
|
+
thingGroupId?: string | undefined;
|
|
1341
|
+
targetSelection?: TargetSelection | undefined;
|
|
1342
|
+
status?: JobStatus | undefined;
|
|
1343
|
+
createdAt?: Date | undefined;
|
|
1344
|
+
lastUpdatedAt?: Date | undefined;
|
|
1345
|
+
completedAt?: Date | undefined;
|
|
1346
|
+
isConcurrent?: boolean | undefined;
|
|
1347
|
+
}
|
|
1348
|
+
export interface ListJobsResponse {
|
|
1349
|
+
jobs?: JobSummary[] | undefined;
|
|
1350
|
+
nextToken?: string | undefined;
|
|
1351
|
+
}
|
|
1352
|
+
export interface ListJobTemplatesRequest {
|
|
1353
|
+
maxResults?: number | undefined;
|
|
1354
|
+
nextToken?: string | undefined;
|
|
1355
|
+
}
|
|
1356
|
+
export interface JobTemplateSummary {
|
|
1357
|
+
jobTemplateArn?: string | undefined;
|
|
1358
|
+
jobTemplateId?: string | undefined;
|
|
1359
|
+
description?: string | undefined;
|
|
1360
|
+
createdAt?: Date | undefined;
|
|
1361
|
+
}
|
|
1362
|
+
export interface ListJobTemplatesResponse {
|
|
1363
|
+
jobTemplates?: JobTemplateSummary[] | undefined;
|
|
1364
|
+
nextToken?: string | undefined;
|
|
1365
|
+
}
|
|
1366
|
+
export interface ListManagedJobTemplatesRequest {
|
|
1367
|
+
templateName?: string | undefined;
|
|
1368
|
+
maxResults?: number | undefined;
|
|
1369
|
+
nextToken?: string | undefined;
|
|
1370
|
+
}
|
|
1371
|
+
export interface ManagedJobTemplateSummary {
|
|
1372
|
+
templateArn?: string | undefined;
|
|
1373
|
+
templateName?: string | undefined;
|
|
1374
|
+
description?: string | undefined;
|
|
1375
|
+
environments?: string[] | undefined;
|
|
1376
|
+
templateVersion?: string | undefined;
|
|
1377
|
+
}
|
|
1378
|
+
export interface ListManagedJobTemplatesResponse {
|
|
1379
|
+
managedJobTemplates?: ManagedJobTemplateSummary[] | undefined;
|
|
1380
|
+
nextToken?: string | undefined;
|
|
1381
|
+
}
|
|
1382
|
+
export interface ListMetricValuesRequest {
|
|
1383
|
+
thingName: string | undefined;
|
|
1384
|
+
metricName: string | undefined;
|
|
1385
|
+
dimensionName?: string | undefined;
|
|
1386
|
+
dimensionValueOperator?: DimensionValueOperator | undefined;
|
|
1387
|
+
startTime: Date | undefined;
|
|
1388
|
+
endTime: Date | undefined;
|
|
1389
|
+
maxResults?: number | undefined;
|
|
1390
|
+
nextToken?: string | undefined;
|
|
1391
|
+
}
|
|
1392
|
+
export interface MetricDatum {
|
|
1393
|
+
timestamp?: Date | undefined;
|
|
1394
|
+
value?: MetricValue | undefined;
|
|
1395
|
+
}
|
|
1396
|
+
export interface ListMetricValuesResponse {
|
|
1397
|
+
metricDatumList?: MetricDatum[] | undefined;
|
|
1398
|
+
nextToken?: string | undefined;
|
|
1399
|
+
}
|
|
1400
|
+
export interface ListMitigationActionsRequest {
|
|
1401
|
+
actionType?: MitigationActionType | undefined;
|
|
1402
|
+
maxResults?: number | undefined;
|
|
1403
|
+
nextToken?: string | undefined;
|
|
1404
|
+
}
|
|
1405
|
+
export interface MitigationActionIdentifier {
|
|
1406
|
+
actionName?: string | undefined;
|
|
1407
|
+
actionArn?: string | undefined;
|
|
1408
|
+
creationDate?: Date | undefined;
|
|
1409
|
+
}
|
|
1410
|
+
export interface ListMitigationActionsResponse {
|
|
1411
|
+
actionIdentifiers?: MitigationActionIdentifier[] | undefined;
|
|
1412
|
+
nextToken?: string | undefined;
|
|
1413
|
+
}
|
|
1414
|
+
export interface ListOTAUpdatesRequest {
|
|
1415
|
+
maxResults?: number | undefined;
|
|
1416
|
+
nextToken?: string | undefined;
|
|
1417
|
+
otaUpdateStatus?: OTAUpdateStatus | undefined;
|
|
1418
|
+
}
|
|
1419
|
+
export interface OTAUpdateSummary {
|
|
1420
|
+
otaUpdateId?: string | undefined;
|
|
1421
|
+
otaUpdateArn?: string | undefined;
|
|
1422
|
+
creationDate?: Date | undefined;
|
|
1423
|
+
}
|
|
1424
|
+
export interface ListOTAUpdatesResponse {
|
|
1425
|
+
otaUpdates?: OTAUpdateSummary[] | undefined;
|
|
1426
|
+
nextToken?: string | undefined;
|
|
1427
|
+
}
|
|
1428
|
+
export interface ListOutgoingCertificatesRequest {
|
|
1429
|
+
pageSize?: number | undefined;
|
|
1430
|
+
marker?: string | undefined;
|
|
1431
|
+
ascendingOrder?: boolean | undefined;
|
|
1432
|
+
}
|
|
1433
|
+
export interface OutgoingCertificate {
|
|
1434
|
+
certificateArn?: string | undefined;
|
|
1435
|
+
certificateId?: string | undefined;
|
|
1436
|
+
transferredTo?: string | undefined;
|
|
1437
|
+
transferDate?: Date | undefined;
|
|
1438
|
+
transferMessage?: string | undefined;
|
|
1439
|
+
creationDate?: Date | undefined;
|
|
1440
|
+
}
|
|
1441
|
+
export interface ListOutgoingCertificatesResponse {
|
|
1442
|
+
outgoingCertificates?: OutgoingCertificate[] | undefined;
|
|
1443
|
+
nextMarker?: string | undefined;
|
|
1444
|
+
}
|
|
1445
|
+
export interface ListPackagesRequest {
|
|
1446
|
+
maxResults?: number | undefined;
|
|
1447
|
+
nextToken?: string | undefined;
|
|
1448
|
+
}
|
|
1449
|
+
export interface PackageSummary {
|
|
1450
|
+
packageName?: string | undefined;
|
|
1451
|
+
defaultVersionName?: string | undefined;
|
|
1452
|
+
creationDate?: Date | undefined;
|
|
1453
|
+
lastModifiedDate?: Date | undefined;
|
|
1454
|
+
}
|
|
1455
|
+
export interface ListPackagesResponse {
|
|
1456
|
+
packageSummaries?: PackageSummary[] | undefined;
|
|
1457
|
+
nextToken?: string | undefined;
|
|
1458
|
+
}
|
|
1459
|
+
export interface ListPackageVersionsRequest {
|
|
1460
|
+
packageName: string | undefined;
|
|
1461
|
+
status?: PackageVersionStatus | undefined;
|
|
1462
|
+
maxResults?: number | undefined;
|
|
1463
|
+
nextToken?: string | undefined;
|
|
1464
|
+
}
|
|
1465
|
+
export interface PackageVersionSummary {
|
|
1466
|
+
packageName?: string | undefined;
|
|
1467
|
+
versionName?: string | undefined;
|
|
1468
|
+
status?: PackageVersionStatus | undefined;
|
|
1469
|
+
creationDate?: Date | undefined;
|
|
1470
|
+
lastModifiedDate?: Date | undefined;
|
|
1471
|
+
}
|
|
1472
|
+
export interface ListPackageVersionsResponse {
|
|
1473
|
+
packageVersionSummaries?: PackageVersionSummary[] | undefined;
|
|
1474
|
+
nextToken?: string | undefined;
|
|
1475
|
+
}
|
|
1476
|
+
export interface ListPoliciesRequest {
|
|
1477
|
+
marker?: string | undefined;
|
|
1478
|
+
pageSize?: number | undefined;
|
|
1479
|
+
ascendingOrder?: boolean | undefined;
|
|
1480
|
+
}
|
|
1481
|
+
export interface ListPoliciesResponse {
|
|
1482
|
+
policies?: Policy[] | undefined;
|
|
1483
|
+
nextMarker?: string | undefined;
|
|
1484
|
+
}
|
|
1485
|
+
export interface ListPolicyPrincipalsRequest {
|
|
1486
|
+
policyName: string | undefined;
|
|
1487
|
+
marker?: string | undefined;
|
|
1488
|
+
pageSize?: number | undefined;
|
|
1489
|
+
ascendingOrder?: boolean | undefined;
|
|
1490
|
+
}
|
|
1491
|
+
export interface ListPolicyPrincipalsResponse {
|
|
1492
|
+
principals?: string[] | undefined;
|
|
1493
|
+
nextMarker?: string | undefined;
|
|
1494
|
+
}
|
|
1495
|
+
export interface ListPolicyVersionsRequest {
|
|
1496
|
+
policyName: string | undefined;
|
|
1497
|
+
}
|
|
1498
|
+
export interface PolicyVersion {
|
|
1499
|
+
versionId?: string | undefined;
|
|
1500
|
+
isDefaultVersion?: boolean | undefined;
|
|
1501
|
+
createDate?: Date | undefined;
|
|
1502
|
+
}
|
|
1503
|
+
export interface ListPolicyVersionsResponse {
|
|
1504
|
+
policyVersions?: PolicyVersion[] | undefined;
|
|
1505
|
+
}
|
|
1506
|
+
export interface ListPrincipalPoliciesRequest {
|
|
1507
|
+
principal: string | undefined;
|
|
1508
|
+
marker?: string | undefined;
|
|
1509
|
+
pageSize?: number | undefined;
|
|
1510
|
+
ascendingOrder?: boolean | undefined;
|
|
1511
|
+
}
|
|
1512
|
+
export interface ListPrincipalPoliciesResponse {
|
|
1513
|
+
policies?: Policy[] | undefined;
|
|
1514
|
+
nextMarker?: string | undefined;
|
|
1515
|
+
}
|
|
1516
|
+
export interface ListPrincipalThingsRequest {
|
|
1517
|
+
nextToken?: string | undefined;
|
|
1518
|
+
maxResults?: number | undefined;
|
|
1519
|
+
principal: string | undefined;
|
|
1520
|
+
}
|
|
1521
|
+
export interface ListPrincipalThingsResponse {
|
|
1522
|
+
things?: string[] | undefined;
|
|
1523
|
+
nextToken?: string | undefined;
|
|
1524
|
+
}
|
|
1525
|
+
export interface ListPrincipalThingsV2Request {
|
|
1526
|
+
nextToken?: string | undefined;
|
|
1527
|
+
maxResults?: number | undefined;
|
|
1528
|
+
principal: string | undefined;
|
|
1529
|
+
thingPrincipalType?: ThingPrincipalType | undefined;
|
|
1530
|
+
}
|
|
1531
|
+
export interface PrincipalThingObject {
|
|
1532
|
+
thingName: string | undefined;
|
|
1533
|
+
thingPrincipalType?: ThingPrincipalType | undefined;
|
|
1534
|
+
}
|
|
1535
|
+
export interface ListPrincipalThingsV2Response {
|
|
1536
|
+
principalThingObjects?: PrincipalThingObject[] | undefined;
|
|
1537
|
+
nextToken?: string | undefined;
|
|
1538
|
+
}
|
|
1539
|
+
export interface ListProvisioningTemplatesRequest {
|
|
1540
|
+
maxResults?: number | undefined;
|
|
1541
|
+
nextToken?: string | undefined;
|
|
1542
|
+
}
|
|
1543
|
+
export interface ProvisioningTemplateSummary {
|
|
1544
|
+
templateArn?: string | undefined;
|
|
1545
|
+
templateName?: string | undefined;
|
|
1546
|
+
description?: string | undefined;
|
|
1547
|
+
creationDate?: Date | undefined;
|
|
1548
|
+
lastModifiedDate?: Date | undefined;
|
|
1549
|
+
enabled?: boolean | undefined;
|
|
1550
|
+
type?: TemplateType | undefined;
|
|
1551
|
+
}
|
|
1552
|
+
export interface ListProvisioningTemplatesResponse {
|
|
1553
|
+
templates?: ProvisioningTemplateSummary[] | undefined;
|
|
1554
|
+
nextToken?: string | undefined;
|
|
1555
|
+
}
|
|
1556
|
+
export interface ListProvisioningTemplateVersionsRequest {
|
|
1557
|
+
templateName: string | undefined;
|
|
1558
|
+
maxResults?: number | undefined;
|
|
1559
|
+
nextToken?: string | undefined;
|
|
1560
|
+
}
|
|
1561
|
+
export interface ProvisioningTemplateVersionSummary {
|
|
1562
|
+
versionId?: number | undefined;
|
|
1563
|
+
creationDate?: Date | undefined;
|
|
1564
|
+
isDefaultVersion?: boolean | undefined;
|
|
1565
|
+
}
|
|
1566
|
+
export interface ListProvisioningTemplateVersionsResponse {
|
|
1567
|
+
versions?: ProvisioningTemplateVersionSummary[] | undefined;
|
|
1568
|
+
nextToken?: string | undefined;
|
|
1569
|
+
}
|
|
1570
|
+
export interface ListRelatedResourcesForAuditFindingRequest {
|
|
1571
|
+
findingId: string | undefined;
|
|
1572
|
+
nextToken?: string | undefined;
|
|
1573
|
+
maxResults?: number | undefined;
|
|
1574
|
+
}
|
|
1575
|
+
export interface ListRelatedResourcesForAuditFindingResponse {
|
|
1576
|
+
relatedResources?: RelatedResource[] | undefined;
|
|
1577
|
+
nextToken?: string | undefined;
|
|
1578
|
+
}
|
|
1579
|
+
export interface ListRoleAliasesRequest {
|
|
1580
|
+
pageSize?: number | undefined;
|
|
1581
|
+
marker?: string | undefined;
|
|
1582
|
+
ascendingOrder?: boolean | undefined;
|
|
1583
|
+
}
|
|
1584
|
+
export interface ListRoleAliasesResponse {
|
|
1585
|
+
roleAliases?: string[] | undefined;
|
|
1586
|
+
nextMarker?: string | undefined;
|
|
1587
|
+
}
|
|
1588
|
+
export interface ListSbomValidationResultsRequest {
|
|
1589
|
+
packageName: string | undefined;
|
|
1590
|
+
versionName: string | undefined;
|
|
1591
|
+
validationResult?: SbomValidationResult | undefined;
|
|
1592
|
+
maxResults?: number | undefined;
|
|
1593
|
+
nextToken?: string | undefined;
|
|
1594
|
+
}
|
|
1595
|
+
export interface SbomValidationResultSummary {
|
|
1596
|
+
fileName?: string | undefined;
|
|
1597
|
+
validationResult?: SbomValidationResult | undefined;
|
|
1598
|
+
errorCode?: SbomValidationErrorCode | undefined;
|
|
1599
|
+
errorMessage?: string | undefined;
|
|
1600
|
+
}
|
|
1601
|
+
export interface ListSbomValidationResultsResponse {
|
|
1602
|
+
validationResultSummaries?: SbomValidationResultSummary[] | undefined;
|
|
1603
|
+
nextToken?: string | undefined;
|
|
1604
|
+
}
|
|
1605
|
+
export interface ListScheduledAuditsRequest {
|
|
1606
|
+
nextToken?: string | undefined;
|
|
1607
|
+
maxResults?: number | undefined;
|
|
1608
|
+
}
|
|
1609
|
+
export interface ScheduledAuditMetadata {
|
|
1610
|
+
scheduledAuditName?: string | undefined;
|
|
1611
|
+
scheduledAuditArn?: string | undefined;
|
|
1612
|
+
frequency?: AuditFrequency | undefined;
|
|
1613
|
+
dayOfMonth?: string | undefined;
|
|
1614
|
+
dayOfWeek?: DayOfWeek | undefined;
|
|
1615
|
+
}
|
|
1616
|
+
export interface ListScheduledAuditsResponse {
|
|
1617
|
+
scheduledAudits?: ScheduledAuditMetadata[] | undefined;
|
|
1618
|
+
nextToken?: string | undefined;
|
|
1619
|
+
}
|
|
1620
|
+
export interface ListSecurityProfilesRequest {
|
|
1621
|
+
nextToken?: string | undefined;
|
|
1622
|
+
maxResults?: number | undefined;
|
|
1623
|
+
dimensionName?: string | undefined;
|
|
1624
|
+
metricName?: string | undefined;
|
|
1625
|
+
}
|
|
1626
|
+
export interface SecurityProfileIdentifier {
|
|
1627
|
+
name: string | undefined;
|
|
1628
|
+
arn: string | undefined;
|
|
1629
|
+
}
|
|
1630
|
+
export interface ListSecurityProfilesResponse {
|
|
1631
|
+
securityProfileIdentifiers?: SecurityProfileIdentifier[] | undefined;
|
|
1632
|
+
nextToken?: string | undefined;
|
|
1633
|
+
}
|
|
1634
|
+
export interface ListSecurityProfilesForTargetRequest {
|
|
1635
|
+
nextToken?: string | undefined;
|
|
1636
|
+
maxResults?: number | undefined;
|
|
1637
|
+
recursive?: boolean | undefined;
|
|
1638
|
+
securityProfileTargetArn: string | undefined;
|
|
1639
|
+
}
|
|
1640
|
+
export interface SecurityProfileTarget {
|
|
1641
|
+
arn: string | undefined;
|
|
1642
|
+
}
|
|
1643
|
+
export interface SecurityProfileTargetMapping {
|
|
1644
|
+
securityProfileIdentifier?: SecurityProfileIdentifier | undefined;
|
|
1645
|
+
target?: SecurityProfileTarget | undefined;
|
|
1646
|
+
}
|
|
1647
|
+
export interface ListSecurityProfilesForTargetResponse {
|
|
1648
|
+
securityProfileTargetMappings?: SecurityProfileTargetMapping[] | undefined;
|
|
1649
|
+
nextToken?: string | undefined;
|
|
1650
|
+
}
|
|
1651
|
+
export interface ListStreamsRequest {
|
|
1652
|
+
maxResults?: number | undefined;
|
|
1653
|
+
nextToken?: string | undefined;
|
|
1654
|
+
ascendingOrder?: boolean | undefined;
|
|
1655
|
+
}
|
|
1656
|
+
export interface StreamSummary {
|
|
1657
|
+
streamId?: string | undefined;
|
|
1658
|
+
streamArn?: string | undefined;
|
|
1659
|
+
streamVersion?: number | undefined;
|
|
1660
|
+
description?: string | undefined;
|
|
1661
|
+
}
|
|
1662
|
+
export interface ListStreamsResponse {
|
|
1663
|
+
streams?: StreamSummary[] | undefined;
|
|
1664
|
+
nextToken?: string | undefined;
|
|
1665
|
+
}
|
|
1666
|
+
export interface ListTagsForResourceRequest {
|
|
1667
|
+
resourceArn: string | undefined;
|
|
1668
|
+
nextToken?: string | undefined;
|
|
1669
|
+
}
|
|
1670
|
+
export interface ListTagsForResourceResponse {
|
|
1671
|
+
tags?: Tag[] | undefined;
|
|
1672
|
+
nextToken?: string | undefined;
|
|
1673
|
+
}
|
|
1674
|
+
export interface ListTargetsForPolicyRequest {
|
|
1675
|
+
policyName: string | undefined;
|
|
1676
|
+
marker?: string | undefined;
|
|
1677
|
+
pageSize?: number | undefined;
|
|
1678
|
+
}
|
|
1679
|
+
export interface ListTargetsForPolicyResponse {
|
|
1680
|
+
targets?: string[] | undefined;
|
|
1681
|
+
nextMarker?: string | undefined;
|
|
1682
|
+
}
|
|
1683
|
+
export interface ListTargetsForSecurityProfileRequest {
|
|
1684
|
+
securityProfileName: string | undefined;
|
|
1685
|
+
nextToken?: string | undefined;
|
|
1686
|
+
maxResults?: number | undefined;
|
|
1687
|
+
}
|
|
1688
|
+
export interface ListTargetsForSecurityProfileResponse {
|
|
1689
|
+
securityProfileTargets?: SecurityProfileTarget[] | undefined;
|
|
1690
|
+
nextToken?: string | undefined;
|
|
1691
|
+
}
|
|
1692
|
+
export interface ListThingGroupsRequest {
|
|
1693
|
+
nextToken?: string | undefined;
|
|
1694
|
+
maxResults?: number | undefined;
|
|
1695
|
+
parentGroup?: string | undefined;
|
|
1696
|
+
namePrefixFilter?: string | undefined;
|
|
1697
|
+
recursive?: boolean | undefined;
|
|
1698
|
+
}
|
|
1699
|
+
export interface ListThingGroupsResponse {
|
|
1700
|
+
thingGroups?: GroupNameAndArn[] | undefined;
|
|
1701
|
+
nextToken?: string | undefined;
|
|
1702
|
+
}
|
|
1703
|
+
export interface ListThingGroupsForThingRequest {
|
|
1704
|
+
thingName: string | undefined;
|
|
1705
|
+
nextToken?: string | undefined;
|
|
1706
|
+
maxResults?: number | undefined;
|
|
1707
|
+
}
|
|
1708
|
+
export interface ListThingGroupsForThingResponse {
|
|
1709
|
+
thingGroups?: GroupNameAndArn[] | undefined;
|
|
1710
|
+
nextToken?: string | undefined;
|
|
1711
|
+
}
|
|
1712
|
+
export interface ListThingPrincipalsRequest {
|
|
1713
|
+
nextToken?: string | undefined;
|
|
1714
|
+
maxResults?: number | undefined;
|
|
1715
|
+
thingName: string | undefined;
|
|
1716
|
+
}
|