@aws-sdk/client-iot 3.650.0 → 3.652.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/README.md +24 -0
- package/dist-cjs/index.js +276 -91
- package/dist-es/IoT.js +6 -0
- package/dist-es/commands/AssociateSbomWithPackageVersionCommand.js +22 -0
- package/dist-es/commands/DisassociateSbomFromPackageVersionCommand.js +22 -0
- package/dist-es/commands/ListSbomValidationResultsCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +55 -49
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/models/models_2.js +9 -0
- package/dist-es/pagination/ListSbomValidationResultsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +118 -14
- package/dist-types/IoT.d.ts +21 -0
- package/dist-types/IoTClient.d.ts +5 -2
- package/dist-types/commands/AssociateSbomWithPackageVersionCommand.d.ts +98 -0
- package/dist-types/commands/CreatePackageVersionCommand.d.ts +8 -0
- 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/DescribeJobCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateSbomFromPackageVersionCommand.d.ts +77 -0
- package/dist-types/commands/GetJobDocumentCommand.d.ts +1 -0
- package/dist-types/commands/GetPackageVersionCommand.d.ts +16 -0
- package/dist-types/commands/ListMetricValuesCommand.d.ts +2 -1
- package/dist-types/commands/ListMitigationActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListOTAUpdatesCommand.d.ts +1 -1
- package/dist-types/commands/ListSbomValidationResultsCommand.d.ts +86 -0
- package/dist-types/commands/UpdatePackageVersionCommand.d.ts +8 -0
- package/dist-types/commands/UpdateStreamCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +171 -121
- package/dist-types/models/models_1.d.ts +109 -129
- package/dist-types/models/models_2.d.ts +238 -2
- package/dist-types/pagination/ListSbomValidationResultsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/IoT.d.ts +57 -0
- package/dist-types/ts3.4/IoTClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateSbomWithPackageVersionCommand.d.ts +40 -0
- 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/DisassociateSbomFromPackageVersionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListMetricValuesCommand.d.ts +2 -4
- 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/ListSbomValidationResultsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +58 -43
- package/dist-types/ts3.4/models/models_1.d.ts +27 -32
- package/dist-types/ts3.4/models/models_2.d.ts +67 -0
- package/dist-types/ts3.4/pagination/ListSbomValidationResultsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +5 -5
|
@@ -1988,6 +1988,158 @@ export interface Allowed {
|
|
|
1988
1988
|
*/
|
|
1989
1989
|
policies?: Policy[];
|
|
1990
1990
|
}
|
|
1991
|
+
/**
|
|
1992
|
+
* <p>The S3 location.</p>
|
|
1993
|
+
* @public
|
|
1994
|
+
*/
|
|
1995
|
+
export interface S3Location {
|
|
1996
|
+
/**
|
|
1997
|
+
* <p>The S3 bucket.</p>
|
|
1998
|
+
* @public
|
|
1999
|
+
*/
|
|
2000
|
+
bucket?: string;
|
|
2001
|
+
/**
|
|
2002
|
+
* <p>The S3 key.</p>
|
|
2003
|
+
* @public
|
|
2004
|
+
*/
|
|
2005
|
+
key?: string;
|
|
2006
|
+
/**
|
|
2007
|
+
* <p>The S3 bucket version.</p>
|
|
2008
|
+
* @public
|
|
2009
|
+
*/
|
|
2010
|
+
version?: string;
|
|
2011
|
+
}
|
|
2012
|
+
/**
|
|
2013
|
+
* <p>The Amazon S3 location for the software bill of materials associated with a software
|
|
2014
|
+
* package version.</p>
|
|
2015
|
+
* @public
|
|
2016
|
+
*/
|
|
2017
|
+
export interface Sbom {
|
|
2018
|
+
/**
|
|
2019
|
+
* <p>The S3 location.</p>
|
|
2020
|
+
* @public
|
|
2021
|
+
*/
|
|
2022
|
+
s3Location?: S3Location;
|
|
2023
|
+
}
|
|
2024
|
+
/**
|
|
2025
|
+
* @public
|
|
2026
|
+
*/
|
|
2027
|
+
export interface AssociateSbomWithPackageVersionRequest {
|
|
2028
|
+
/**
|
|
2029
|
+
* <p>The name of the new software package.</p>
|
|
2030
|
+
* @public
|
|
2031
|
+
*/
|
|
2032
|
+
packageName: string | undefined;
|
|
2033
|
+
/**
|
|
2034
|
+
* <p>The name of the new package version.</p>
|
|
2035
|
+
* @public
|
|
2036
|
+
*/
|
|
2037
|
+
versionName: string | undefined;
|
|
2038
|
+
/**
|
|
2039
|
+
* <p>The Amazon S3 location for the software bill of materials associated with a software
|
|
2040
|
+
* package version.</p>
|
|
2041
|
+
* @public
|
|
2042
|
+
*/
|
|
2043
|
+
sbom: Sbom | undefined;
|
|
2044
|
+
/**
|
|
2045
|
+
* <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.</p>
|
|
2046
|
+
* @public
|
|
2047
|
+
*/
|
|
2048
|
+
clientToken?: string;
|
|
2049
|
+
}
|
|
2050
|
+
/**
|
|
2051
|
+
* @public
|
|
2052
|
+
* @enum
|
|
2053
|
+
*/
|
|
2054
|
+
export declare const SbomValidationStatus: {
|
|
2055
|
+
readonly FAILED: "FAILED";
|
|
2056
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2057
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
2058
|
+
};
|
|
2059
|
+
/**
|
|
2060
|
+
* @public
|
|
2061
|
+
*/
|
|
2062
|
+
export type SbomValidationStatus = (typeof SbomValidationStatus)[keyof typeof SbomValidationStatus];
|
|
2063
|
+
/**
|
|
2064
|
+
* @public
|
|
2065
|
+
*/
|
|
2066
|
+
export interface AssociateSbomWithPackageVersionResponse {
|
|
2067
|
+
/**
|
|
2068
|
+
* <p>The name of the new software package.</p>
|
|
2069
|
+
* @public
|
|
2070
|
+
*/
|
|
2071
|
+
packageName?: string;
|
|
2072
|
+
/**
|
|
2073
|
+
* <p>The name of the new package version.</p>
|
|
2074
|
+
* @public
|
|
2075
|
+
*/
|
|
2076
|
+
versionName?: string;
|
|
2077
|
+
/**
|
|
2078
|
+
* <p>The Amazon S3 location for the software bill of materials associated with a software
|
|
2079
|
+
* package version.</p>
|
|
2080
|
+
* @public
|
|
2081
|
+
*/
|
|
2082
|
+
sbom?: Sbom;
|
|
2083
|
+
/**
|
|
2084
|
+
* <p>The status of the initial validation for the SBOM against the Software Package Data Exchange (SPDX) and CycloneDX industry standard format.</p>
|
|
2085
|
+
* @public
|
|
2086
|
+
*/
|
|
2087
|
+
sbomValidationStatus?: SbomValidationStatus;
|
|
2088
|
+
}
|
|
2089
|
+
/**
|
|
2090
|
+
* <p>A resource with the same name already exists.</p>
|
|
2091
|
+
* @public
|
|
2092
|
+
*/
|
|
2093
|
+
export declare class ConflictException extends __BaseException {
|
|
2094
|
+
readonly name: "ConflictException";
|
|
2095
|
+
readonly $fault: "client";
|
|
2096
|
+
/**
|
|
2097
|
+
* <p>A resource with the same name already exists.</p>
|
|
2098
|
+
* @public
|
|
2099
|
+
*/
|
|
2100
|
+
resourceId?: string;
|
|
2101
|
+
/**
|
|
2102
|
+
* @internal
|
|
2103
|
+
*/
|
|
2104
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
2105
|
+
}
|
|
2106
|
+
/**
|
|
2107
|
+
* <p>Internal error from the service that indicates an unexpected error or that the service
|
|
2108
|
+
* is unavailable.</p>
|
|
2109
|
+
* @public
|
|
2110
|
+
*/
|
|
2111
|
+
export declare class InternalServerException extends __BaseException {
|
|
2112
|
+
readonly name: "InternalServerException";
|
|
2113
|
+
readonly $fault: "server";
|
|
2114
|
+
/**
|
|
2115
|
+
* @internal
|
|
2116
|
+
*/
|
|
2117
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
2118
|
+
}
|
|
2119
|
+
/**
|
|
2120
|
+
* <p>A limit has been exceeded.</p>
|
|
2121
|
+
* @public
|
|
2122
|
+
*/
|
|
2123
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
2124
|
+
readonly name: "ServiceQuotaExceededException";
|
|
2125
|
+
readonly $fault: "client";
|
|
2126
|
+
/**
|
|
2127
|
+
* @internal
|
|
2128
|
+
*/
|
|
2129
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
2130
|
+
}
|
|
2131
|
+
/**
|
|
2132
|
+
* <p>The request is not valid.</p>
|
|
2133
|
+
* @public
|
|
2134
|
+
*/
|
|
2135
|
+
export declare class ValidationException extends __BaseException {
|
|
2136
|
+
readonly name: "ValidationException";
|
|
2137
|
+
readonly $fault: "client";
|
|
2138
|
+
/**
|
|
2139
|
+
* @internal
|
|
2140
|
+
*/
|
|
2141
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
2142
|
+
}
|
|
1991
2143
|
/**
|
|
1992
2144
|
* @public
|
|
1993
2145
|
*/
|
|
@@ -3669,7 +3821,7 @@ export interface ServerCertificateConfig {
|
|
|
3669
3821
|
/**
|
|
3670
3822
|
* <p>A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server
|
|
3671
3823
|
* certificate check is enabled or not.</p>
|
|
3672
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/iot-custom-
|
|
3824
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/iot-custom-endpoints-cert-config.html">Configuring OCSP server-certificate stapling in domain
|
|
3673
3825
|
* configuration</a> from Amazon Web Services IoT Core Developer Guide.</p>
|
|
3674
3826
|
* @public
|
|
3675
3827
|
*/
|
|
@@ -4387,23 +4539,6 @@ export interface CreateJobResponse {
|
|
|
4387
4539
|
*/
|
|
4388
4540
|
description?: string;
|
|
4389
4541
|
}
|
|
4390
|
-
/**
|
|
4391
|
-
* <p>A resource with the same name already exists.</p>
|
|
4392
|
-
* @public
|
|
4393
|
-
*/
|
|
4394
|
-
export declare class ConflictException extends __BaseException {
|
|
4395
|
-
readonly name: "ConflictException";
|
|
4396
|
-
readonly $fault: "client";
|
|
4397
|
-
/**
|
|
4398
|
-
* <p>A resource with the same name already exists.</p>
|
|
4399
|
-
* @public
|
|
4400
|
-
*/
|
|
4401
|
-
resourceId?: string;
|
|
4402
|
-
/**
|
|
4403
|
-
* @internal
|
|
4404
|
-
*/
|
|
4405
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
4406
|
-
}
|
|
4407
4542
|
/**
|
|
4408
4543
|
* @public
|
|
4409
4544
|
*/
|
|
@@ -5037,27 +5172,6 @@ export interface CodeSigning {
|
|
|
5037
5172
|
*/
|
|
5038
5173
|
customCodeSigning?: CustomCodeSigning;
|
|
5039
5174
|
}
|
|
5040
|
-
/**
|
|
5041
|
-
* <p>The S3 location.</p>
|
|
5042
|
-
* @public
|
|
5043
|
-
*/
|
|
5044
|
-
export interface S3Location {
|
|
5045
|
-
/**
|
|
5046
|
-
* <p>The S3 bucket.</p>
|
|
5047
|
-
* @public
|
|
5048
|
-
*/
|
|
5049
|
-
bucket?: string;
|
|
5050
|
-
/**
|
|
5051
|
-
* <p>The S3 key.</p>
|
|
5052
|
-
* @public
|
|
5053
|
-
*/
|
|
5054
|
-
key?: string;
|
|
5055
|
-
/**
|
|
5056
|
-
* <p>The S3 bucket version.</p>
|
|
5057
|
-
* @public
|
|
5058
|
-
*/
|
|
5059
|
-
version?: string;
|
|
5060
|
-
}
|
|
5061
5175
|
/**
|
|
5062
5176
|
* <p>Describes a group of files that can be streamed.</p>
|
|
5063
5177
|
* @public
|
|
@@ -5312,41 +5426,16 @@ export interface CreatePackageResponse {
|
|
|
5312
5426
|
description?: string;
|
|
5313
5427
|
}
|
|
5314
5428
|
/**
|
|
5315
|
-
* <p>
|
|
5316
|
-
*
|
|
5317
|
-
* @public
|
|
5318
|
-
*/
|
|
5319
|
-
export declare class InternalServerException extends __BaseException {
|
|
5320
|
-
readonly name: "InternalServerException";
|
|
5321
|
-
readonly $fault: "server";
|
|
5322
|
-
/**
|
|
5323
|
-
* @internal
|
|
5324
|
-
*/
|
|
5325
|
-
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
5326
|
-
}
|
|
5327
|
-
/**
|
|
5328
|
-
* <p>A limit has been exceeded.</p>
|
|
5329
|
-
* @public
|
|
5330
|
-
*/
|
|
5331
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
5332
|
-
readonly name: "ServiceQuotaExceededException";
|
|
5333
|
-
readonly $fault: "client";
|
|
5334
|
-
/**
|
|
5335
|
-
* @internal
|
|
5336
|
-
*/
|
|
5337
|
-
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
5338
|
-
}
|
|
5339
|
-
/**
|
|
5340
|
-
* <p>The request is not valid.</p>
|
|
5429
|
+
* <p>The Amazon S3 location for the artifacts associated with a software package
|
|
5430
|
+
* version.</p>
|
|
5341
5431
|
* @public
|
|
5342
5432
|
*/
|
|
5343
|
-
export
|
|
5344
|
-
readonly name: "ValidationException";
|
|
5345
|
-
readonly $fault: "client";
|
|
5433
|
+
export interface PackageVersionArtifact {
|
|
5346
5434
|
/**
|
|
5347
|
-
*
|
|
5435
|
+
* <p>The S3 location.</p>
|
|
5436
|
+
* @public
|
|
5348
5437
|
*/
|
|
5349
|
-
|
|
5438
|
+
s3Location?: S3Location;
|
|
5350
5439
|
}
|
|
5351
5440
|
/**
|
|
5352
5441
|
* @public
|
|
@@ -5373,6 +5462,18 @@ export interface CreatePackageVersionRequest {
|
|
|
5373
5462
|
* @public
|
|
5374
5463
|
*/
|
|
5375
5464
|
attributes?: Record<string, string>;
|
|
5465
|
+
/**
|
|
5466
|
+
* <p>The various build components created during the build process such as libraries and
|
|
5467
|
+
* configuration files that make up a software package version.</p>
|
|
5468
|
+
* @public
|
|
5469
|
+
*/
|
|
5470
|
+
artifact?: PackageVersionArtifact;
|
|
5471
|
+
/**
|
|
5472
|
+
* <p>The inline job document associated with a software package version used for a quick job
|
|
5473
|
+
* deployment via IoT Jobs.</p>
|
|
5474
|
+
* @public
|
|
5475
|
+
*/
|
|
5476
|
+
recipe?: string;
|
|
5376
5477
|
/**
|
|
5377
5478
|
* <p>Metadata that can be used to manage the package version.</p>
|
|
5378
5479
|
* @public
|
|
@@ -6583,57 +6684,6 @@ export declare class CertificateStateException extends __BaseException {
|
|
|
6583
6684
|
*/
|
|
6584
6685
|
constructor(opts: __ExceptionOptionType<CertificateStateException, __BaseException>);
|
|
6585
6686
|
}
|
|
6586
|
-
/**
|
|
6587
|
-
* <p>Input for the DeleteCACertificate operation.</p>
|
|
6588
|
-
* @public
|
|
6589
|
-
*/
|
|
6590
|
-
export interface DeleteCACertificateRequest {
|
|
6591
|
-
/**
|
|
6592
|
-
* <p>The ID of the certificate to delete. (The last part of the certificate ARN contains
|
|
6593
|
-
* the certificate ID.)</p>
|
|
6594
|
-
* @public
|
|
6595
|
-
*/
|
|
6596
|
-
certificateId: string | undefined;
|
|
6597
|
-
}
|
|
6598
|
-
/**
|
|
6599
|
-
* <p>The output for the DeleteCACertificate operation.</p>
|
|
6600
|
-
* @public
|
|
6601
|
-
*/
|
|
6602
|
-
export interface DeleteCACertificateResponse {
|
|
6603
|
-
}
|
|
6604
|
-
/**
|
|
6605
|
-
* <p>The input for the DeleteCertificate operation.</p>
|
|
6606
|
-
* @public
|
|
6607
|
-
*/
|
|
6608
|
-
export interface DeleteCertificateRequest {
|
|
6609
|
-
/**
|
|
6610
|
-
* <p>The ID of the certificate. (The last part of the certificate ARN contains the
|
|
6611
|
-
* certificate ID.)</p>
|
|
6612
|
-
* @public
|
|
6613
|
-
*/
|
|
6614
|
-
certificateId: string | undefined;
|
|
6615
|
-
/**
|
|
6616
|
-
* <p>Forces the deletion of a certificate if it is inactive and is not attached to an IoT
|
|
6617
|
-
* thing.</p>
|
|
6618
|
-
* @public
|
|
6619
|
-
*/
|
|
6620
|
-
forceDelete?: boolean;
|
|
6621
|
-
}
|
|
6622
|
-
/**
|
|
6623
|
-
* @public
|
|
6624
|
-
*/
|
|
6625
|
-
export interface DeleteCertificateProviderRequest {
|
|
6626
|
-
/**
|
|
6627
|
-
* <p>The name of the certificate provider.</p>
|
|
6628
|
-
* @public
|
|
6629
|
-
*/
|
|
6630
|
-
certificateProviderName: string | undefined;
|
|
6631
|
-
}
|
|
6632
|
-
/**
|
|
6633
|
-
* @public
|
|
6634
|
-
*/
|
|
6635
|
-
export interface DeleteCertificateProviderResponse {
|
|
6636
|
-
}
|
|
6637
6687
|
/**
|
|
6638
6688
|
* @internal
|
|
6639
6689
|
*/
|
|
@@ -1,6 +1,57 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { IoTServiceException as __BaseException } from "./IoTServiceException";
|
|
3
|
-
import { AbortConfig, Action, ActiveViolation, AggregationType, AlertTarget, AlertTargetType, AuditCheckConfiguration, AuditCheckDetails, AuditFinding, AuditFrequency, AuditMitigationActionExecutionMetadata, AuditMitigationActionsExecutionStatus, AuditMitigationActionsTaskMetadata, AuditMitigationActionsTaskStatus, AuditMitigationActionsTaskTarget, AuditNotificationTarget, AuditNotificationType, AuditSuppression, AuditTaskMetadata, AuditTaskStatus, AuditTaskType, AuthorizerConfig, AuthorizerDescription, AuthorizerStatus, AuthorizerSummary, AutoRegistrationStatus, AwsJobExecutionsRolloutConfig, AwsJobPresignedUrlConfig, Behavior, BillingGroupProperties, CertificateProviderOperation, CustomMetricType, DayOfWeek, DimensionType, DimensionValueOperator, FleetMetricUnit, JobExecutionsRetryConfig, JobExecutionsRolloutConfig, LogLevel, MaintenanceWindow, MetricsExportConfig, MetricToRetain, MetricValue, MitigationActionParams, OTAUpdateFile, OTAUpdateStatus, PackageVersionStatus, Policy, PresignedUrlConfig, Protocol, ProvisioningHook, ResourceIdentifier, SchedulingConfig, ServerCertificateConfig, ServiceType, StreamFile, TargetSelection, TaskStatisticsForAuditCheck, TemplateType, ThingGroupProperties, ThingTypeProperties, TimeoutConfig, TlsConfig, TopicRuleDestination, VerificationState } from "./models_0";
|
|
3
|
+
import { AbortConfig, Action, ActiveViolation, AggregationType, AlertTarget, AlertTargetType, AuditCheckConfiguration, AuditCheckDetails, AuditFinding, AuditFrequency, AuditMitigationActionExecutionMetadata, AuditMitigationActionsExecutionStatus, AuditMitigationActionsTaskMetadata, AuditMitigationActionsTaskStatus, AuditMitigationActionsTaskTarget, AuditNotificationTarget, AuditNotificationType, AuditSuppression, AuditTaskMetadata, AuditTaskStatus, AuditTaskType, AuthorizerConfig, AuthorizerDescription, AuthorizerStatus, AuthorizerSummary, AutoRegistrationStatus, AwsJobExecutionsRolloutConfig, AwsJobPresignedUrlConfig, Behavior, BillingGroupProperties, CertificateProviderOperation, CustomMetricType, DayOfWeek, DimensionType, DimensionValueOperator, FleetMetricUnit, JobExecutionsRetryConfig, JobExecutionsRolloutConfig, LogLevel, MaintenanceWindow, MetricsExportConfig, MetricToRetain, MetricValue, MitigationActionParams, OTAUpdateFile, OTAUpdateStatus, PackageVersionArtifact, PackageVersionStatus, Policy, PresignedUrlConfig, Protocol, ProvisioningHook, ResourceIdentifier, Sbom, SbomValidationStatus, SchedulingConfig, ServerCertificateConfig, ServiceType, StreamFile, TargetSelection, TaskStatisticsForAuditCheck, TemplateType, ThingGroupProperties, ThingTypeProperties, TimeoutConfig, TlsConfig, TopicRuleDestination, VerificationState } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Input for the DeleteCACertificate operation.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DeleteCACertificateRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the certificate to delete. (The last part of the certificate ARN contains
|
|
11
|
+
* the certificate ID.)</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
certificateId: string | undefined;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>The output for the DeleteCACertificate operation.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export interface DeleteCACertificateResponse {
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* <p>The input for the DeleteCertificate operation.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
export interface DeleteCertificateRequest {
|
|
27
|
+
/**
|
|
28
|
+
* <p>The ID of the certificate. (The last part of the certificate ARN contains the
|
|
29
|
+
* certificate ID.)</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
certificateId: string | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* <p>Forces the deletion of a certificate if it is inactive and is not attached to an IoT
|
|
35
|
+
* thing.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
forceDelete?: boolean;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
export interface DeleteCertificateProviderRequest {
|
|
44
|
+
/**
|
|
45
|
+
* <p>The name of the certificate provider.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
certificateProviderName: string | undefined;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
export interface DeleteCertificateProviderResponse {
|
|
54
|
+
}
|
|
4
55
|
/**
|
|
5
56
|
* @public
|
|
6
57
|
*/
|
|
@@ -1974,6 +2025,11 @@ export interface DescribeJobRequest {
|
|
|
1974
2025
|
* @public
|
|
1975
2026
|
*/
|
|
1976
2027
|
jobId: string | undefined;
|
|
2028
|
+
/**
|
|
2029
|
+
* <p>A flag that provides a view of the job document before and after the substitution parameters have been resolved with their exact values.</p>
|
|
2030
|
+
* @public
|
|
2031
|
+
*/
|
|
2032
|
+
beforeSubstitution?: boolean;
|
|
1977
2033
|
}
|
|
1978
2034
|
/**
|
|
1979
2035
|
* <p>The job process details.</p>
|
|
@@ -3449,6 +3505,31 @@ export interface DisableTopicRuleRequest {
|
|
|
3449
3505
|
*/
|
|
3450
3506
|
ruleName: string | undefined;
|
|
3451
3507
|
}
|
|
3508
|
+
/**
|
|
3509
|
+
* @public
|
|
3510
|
+
*/
|
|
3511
|
+
export interface DisassociateSbomFromPackageVersionRequest {
|
|
3512
|
+
/**
|
|
3513
|
+
* <p>The name of the new software package.</p>
|
|
3514
|
+
* @public
|
|
3515
|
+
*/
|
|
3516
|
+
packageName: string | undefined;
|
|
3517
|
+
/**
|
|
3518
|
+
* <p>The name of the new package version.</p>
|
|
3519
|
+
* @public
|
|
3520
|
+
*/
|
|
3521
|
+
versionName: string | undefined;
|
|
3522
|
+
/**
|
|
3523
|
+
* <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.</p>
|
|
3524
|
+
* @public
|
|
3525
|
+
*/
|
|
3526
|
+
clientToken?: string;
|
|
3527
|
+
}
|
|
3528
|
+
/**
|
|
3529
|
+
* @public
|
|
3530
|
+
*/
|
|
3531
|
+
export interface DisassociateSbomFromPackageVersionResponse {
|
|
3532
|
+
}
|
|
3452
3533
|
/**
|
|
3453
3534
|
* <p>The input for the EnableTopicRuleRequest operation.</p>
|
|
3454
3535
|
* @public
|
|
@@ -4064,6 +4145,11 @@ export interface GetJobDocumentRequest {
|
|
|
4064
4145
|
* @public
|
|
4065
4146
|
*/
|
|
4066
4147
|
jobId: string | undefined;
|
|
4148
|
+
/**
|
|
4149
|
+
* <p>A flag that provides a view of the job document before and after the substitution parameters have been resolved with their exact values.</p>
|
|
4150
|
+
* @public
|
|
4151
|
+
*/
|
|
4152
|
+
beforeSubstitution?: boolean;
|
|
4067
4153
|
}
|
|
4068
4154
|
/**
|
|
4069
4155
|
* @public
|
|
@@ -4349,6 +4435,11 @@ export interface GetPackageVersionResponse {
|
|
|
4349
4435
|
* @public
|
|
4350
4436
|
*/
|
|
4351
4437
|
attributes?: Record<string, string>;
|
|
4438
|
+
/**
|
|
4439
|
+
* <p>The various components that make up a software package version.</p>
|
|
4440
|
+
* @public
|
|
4441
|
+
*/
|
|
4442
|
+
artifact?: PackageVersionArtifact;
|
|
4352
4443
|
/**
|
|
4353
4444
|
* <p>The status associated to the package version. For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle">Package version lifecycle</a>.</p>
|
|
4354
4445
|
* @public
|
|
@@ -4369,6 +4460,23 @@ export interface GetPackageVersionResponse {
|
|
|
4369
4460
|
* @public
|
|
4370
4461
|
*/
|
|
4371
4462
|
lastModifiedDate?: Date;
|
|
4463
|
+
/**
|
|
4464
|
+
* <p>The software bill of materials for a software package version.</p>
|
|
4465
|
+
* @public
|
|
4466
|
+
*/
|
|
4467
|
+
sbom?: Sbom;
|
|
4468
|
+
/**
|
|
4469
|
+
* <p>The status of the validation for a new software bill of materials added to a software
|
|
4470
|
+
* package version.</p>
|
|
4471
|
+
* @public
|
|
4472
|
+
*/
|
|
4473
|
+
sbomValidationStatus?: SbomValidationStatus;
|
|
4474
|
+
/**
|
|
4475
|
+
* <p>The inline job document associated with a software package version used for a quick job
|
|
4476
|
+
* deployment via IoT Jobs.</p>
|
|
4477
|
+
* @public
|
|
4478
|
+
*/
|
|
4479
|
+
recipe?: string;
|
|
4372
4480
|
}
|
|
4373
4481
|
/**
|
|
4374
4482
|
* @public
|
|
@@ -6407,134 +6515,6 @@ export interface MetricDatum {
|
|
|
6407
6515
|
*/
|
|
6408
6516
|
value?: MetricValue;
|
|
6409
6517
|
}
|
|
6410
|
-
/**
|
|
6411
|
-
* @public
|
|
6412
|
-
*/
|
|
6413
|
-
export interface ListMetricValuesResponse {
|
|
6414
|
-
/**
|
|
6415
|
-
* <p>The data the thing reports for the metric during the specified time period.</p>
|
|
6416
|
-
* @public
|
|
6417
|
-
*/
|
|
6418
|
-
metricDatumList?: MetricDatum[];
|
|
6419
|
-
/**
|
|
6420
|
-
* <p>A token that can be used to retrieve the next set of results, or <code>null</code>
|
|
6421
|
-
* if there are no additional results.</p>
|
|
6422
|
-
* @public
|
|
6423
|
-
*/
|
|
6424
|
-
nextToken?: string;
|
|
6425
|
-
}
|
|
6426
|
-
/**
|
|
6427
|
-
* @public
|
|
6428
|
-
*/
|
|
6429
|
-
export interface ListMitigationActionsRequest {
|
|
6430
|
-
/**
|
|
6431
|
-
* <p>Specify a value to limit the result to mitigation actions with a specific action type.</p>
|
|
6432
|
-
* @public
|
|
6433
|
-
*/
|
|
6434
|
-
actionType?: MitigationActionType;
|
|
6435
|
-
/**
|
|
6436
|
-
* <p>The maximum number of results to return at one time. The default is 25.</p>
|
|
6437
|
-
* @public
|
|
6438
|
-
*/
|
|
6439
|
-
maxResults?: number;
|
|
6440
|
-
/**
|
|
6441
|
-
* <p>The token for the next set of results.</p>
|
|
6442
|
-
* @public
|
|
6443
|
-
*/
|
|
6444
|
-
nextToken?: string;
|
|
6445
|
-
}
|
|
6446
|
-
/**
|
|
6447
|
-
* <p>Information that identifies a mitigation action. This information is returned by ListMitigationActions.</p>
|
|
6448
|
-
* @public
|
|
6449
|
-
*/
|
|
6450
|
-
export interface MitigationActionIdentifier {
|
|
6451
|
-
/**
|
|
6452
|
-
* <p>The friendly name of the mitigation action.</p>
|
|
6453
|
-
* @public
|
|
6454
|
-
*/
|
|
6455
|
-
actionName?: string;
|
|
6456
|
-
/**
|
|
6457
|
-
* <p>The IAM role ARN used to apply this mitigation action.</p>
|
|
6458
|
-
* @public
|
|
6459
|
-
*/
|
|
6460
|
-
actionArn?: string;
|
|
6461
|
-
/**
|
|
6462
|
-
* <p>The date when this mitigation action was created.</p>
|
|
6463
|
-
* @public
|
|
6464
|
-
*/
|
|
6465
|
-
creationDate?: Date;
|
|
6466
|
-
}
|
|
6467
|
-
/**
|
|
6468
|
-
* @public
|
|
6469
|
-
*/
|
|
6470
|
-
export interface ListMitigationActionsResponse {
|
|
6471
|
-
/**
|
|
6472
|
-
* <p>A set of actions that matched the specified filter criteria.</p>
|
|
6473
|
-
* @public
|
|
6474
|
-
*/
|
|
6475
|
-
actionIdentifiers?: MitigationActionIdentifier[];
|
|
6476
|
-
/**
|
|
6477
|
-
* <p>The token for the next set of results.</p>
|
|
6478
|
-
* @public
|
|
6479
|
-
*/
|
|
6480
|
-
nextToken?: string;
|
|
6481
|
-
}
|
|
6482
|
-
/**
|
|
6483
|
-
* @public
|
|
6484
|
-
*/
|
|
6485
|
-
export interface ListOTAUpdatesRequest {
|
|
6486
|
-
/**
|
|
6487
|
-
* <p>The maximum number of results to return at one time.</p>
|
|
6488
|
-
* @public
|
|
6489
|
-
*/
|
|
6490
|
-
maxResults?: number;
|
|
6491
|
-
/**
|
|
6492
|
-
* <p>A token used to retrieve the next set of results.</p>
|
|
6493
|
-
* @public
|
|
6494
|
-
*/
|
|
6495
|
-
nextToken?: string;
|
|
6496
|
-
/**
|
|
6497
|
-
* <p>The OTA update job status.</p>
|
|
6498
|
-
* @public
|
|
6499
|
-
*/
|
|
6500
|
-
otaUpdateStatus?: OTAUpdateStatus;
|
|
6501
|
-
}
|
|
6502
|
-
/**
|
|
6503
|
-
* <p>An OTA update summary.</p>
|
|
6504
|
-
* @public
|
|
6505
|
-
*/
|
|
6506
|
-
export interface OTAUpdateSummary {
|
|
6507
|
-
/**
|
|
6508
|
-
* <p>The OTA update ID.</p>
|
|
6509
|
-
* @public
|
|
6510
|
-
*/
|
|
6511
|
-
otaUpdateId?: string;
|
|
6512
|
-
/**
|
|
6513
|
-
* <p>The OTA update ARN.</p>
|
|
6514
|
-
* @public
|
|
6515
|
-
*/
|
|
6516
|
-
otaUpdateArn?: string;
|
|
6517
|
-
/**
|
|
6518
|
-
* <p>The date when the OTA update was created.</p>
|
|
6519
|
-
* @public
|
|
6520
|
-
*/
|
|
6521
|
-
creationDate?: Date;
|
|
6522
|
-
}
|
|
6523
|
-
/**
|
|
6524
|
-
* @public
|
|
6525
|
-
*/
|
|
6526
|
-
export interface ListOTAUpdatesResponse {
|
|
6527
|
-
/**
|
|
6528
|
-
* <p>A list of OTA update jobs.</p>
|
|
6529
|
-
* @public
|
|
6530
|
-
*/
|
|
6531
|
-
otaUpdates?: OTAUpdateSummary[];
|
|
6532
|
-
/**
|
|
6533
|
-
* <p>A token to use to get the next set of results.</p>
|
|
6534
|
-
* @public
|
|
6535
|
-
*/
|
|
6536
|
-
nextToken?: string;
|
|
6537
|
-
}
|
|
6538
6518
|
/**
|
|
6539
6519
|
* @internal
|
|
6540
6520
|
*/
|