@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
|
@@ -1,7 +1,135 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { IoTServiceException as __BaseException } from "./IoTServiceException";
|
|
3
|
-
import { AbortConfig, AggregationType, AlertTarget, AlertTargetType, AttributePayload, AuditCheckConfiguration, AuditFrequency, AuditMitigationActionsTaskTarget, AuditNotificationTarget, AuditNotificationType, AuthInfo, AuthorizerConfig, AuthorizerStatus, AuthResult, AutoRegistrationStatus, Behavior, BillingGroupProperties, CertificateProviderOperation, CustomMetricType, DayOfWeek, DimensionType, FleetMetricUnit, JobExecutionsRetryConfig, JobExecutionsRolloutConfig, LogLevel, MetricsExportConfig, MetricToRetain, MetricValue, MitigationActionParams, PackageVersionStatus, Policy, PresignedUrlConfig, ProvisioningHook, RelatedResource, ResourceIdentifier, ServerCertificateConfig, StreamFile, Tag, TemplateType, ThingGroupProperties, ThingTypeProperties, TimeoutConfig, TlsConfig, TopicRuleDestinationStatus, TopicRulePayload, VerificationState, ViolationEventAdditionalInfo } from "./models_0";
|
|
4
|
-
import { BehaviorCriteriaType, CACertificateStatus, CertificateMode, CertificateStatus, Configuration, DetectMitigationActionsTaskTarget, DomainConfigurationStatus, EventType, GroupNameAndArn, LogTargetType, RegistrationConfig, Status, ThingGroupIndexingConfiguration, ThingIndexingConfiguration, ThingTypeMetadata, VersionUpdateByJobsConfig, ViolationEventOccurrenceRange } from "./models_1";
|
|
3
|
+
import { AbortConfig, AggregationType, AlertTarget, AlertTargetType, AttributePayload, AuditCheckConfiguration, AuditFrequency, AuditMitigationActionsTaskTarget, AuditNotificationTarget, AuditNotificationType, AuthInfo, AuthorizerConfig, AuthorizerStatus, AuthResult, AutoRegistrationStatus, Behavior, BillingGroupProperties, CertificateProviderOperation, CustomMetricType, DayOfWeek, DimensionType, FleetMetricUnit, JobExecutionsRetryConfig, JobExecutionsRolloutConfig, LogLevel, MetricsExportConfig, MetricToRetain, MetricValue, MitigationActionParams, OTAUpdateStatus, PackageVersionArtifact, PackageVersionStatus, Policy, PresignedUrlConfig, ProvisioningHook, RelatedResource, ResourceIdentifier, ServerCertificateConfig, StreamFile, Tag, TemplateType, ThingGroupProperties, ThingTypeProperties, TimeoutConfig, TlsConfig, TopicRuleDestinationStatus, TopicRulePayload, VerificationState, ViolationEventAdditionalInfo } from "./models_0";
|
|
4
|
+
import { BehaviorCriteriaType, CACertificateStatus, CertificateMode, CertificateStatus, Configuration, DetectMitigationActionsTaskTarget, DomainConfigurationStatus, EventType, GroupNameAndArn, LogTargetType, MetricDatum, MitigationActionType, RegistrationConfig, Status, ThingGroupIndexingConfiguration, ThingIndexingConfiguration, ThingTypeMetadata, VersionUpdateByJobsConfig, ViolationEventOccurrenceRange } from "./models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface ListMetricValuesResponse {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The data the thing reports for the metric during the specified time period.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
metricDatumList?: MetricDatum[];
|
|
14
|
+
/**
|
|
15
|
+
* <p>A token that can be used to retrieve the next set of results, or <code>null</code>
|
|
16
|
+
* if there are no additional results.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
nextToken?: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export interface ListMitigationActionsRequest {
|
|
25
|
+
/**
|
|
26
|
+
* <p>Specify a value to limit the result to mitigation actions with a specific action type.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
actionType?: MitigationActionType;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The maximum number of results to return at one time. The default is 25.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
maxResults?: number;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The token for the next set of results.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
nextToken?: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* <p>Information that identifies a mitigation action. This information is returned by ListMitigationActions.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export interface MitigationActionIdentifier {
|
|
46
|
+
/**
|
|
47
|
+
* <p>The friendly name of the mitigation action.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
actionName?: string;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The IAM role ARN used to apply this mitigation action.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
actionArn?: string;
|
|
56
|
+
/**
|
|
57
|
+
* <p>The date when this mitigation action was created.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
creationDate?: Date;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
export interface ListMitigationActionsResponse {
|
|
66
|
+
/**
|
|
67
|
+
* <p>A set of actions that matched the specified filter criteria.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
actionIdentifiers?: MitigationActionIdentifier[];
|
|
71
|
+
/**
|
|
72
|
+
* <p>The token for the next set of results.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
nextToken?: string;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export interface ListOTAUpdatesRequest {
|
|
81
|
+
/**
|
|
82
|
+
* <p>The maximum number of results to return at one time.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
maxResults?: number;
|
|
86
|
+
/**
|
|
87
|
+
* <p>A token used to retrieve the next set of results.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
nextToken?: string;
|
|
91
|
+
/**
|
|
92
|
+
* <p>The OTA update job status.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
otaUpdateStatus?: OTAUpdateStatus;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* <p>An OTA update summary.</p>
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
export interface OTAUpdateSummary {
|
|
102
|
+
/**
|
|
103
|
+
* <p>The OTA update ID.</p>
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
otaUpdateId?: string;
|
|
107
|
+
/**
|
|
108
|
+
* <p>The OTA update ARN.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
otaUpdateArn?: string;
|
|
112
|
+
/**
|
|
113
|
+
* <p>The date when the OTA update was created.</p>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
creationDate?: Date;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
export interface ListOTAUpdatesResponse {
|
|
122
|
+
/**
|
|
123
|
+
* <p>A list of OTA update jobs.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
otaUpdates?: OTAUpdateSummary[];
|
|
127
|
+
/**
|
|
128
|
+
* <p>A token to use to get the next set of results.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
nextToken?: string;
|
|
132
|
+
}
|
|
5
133
|
/**
|
|
6
134
|
* <p>The input to the ListOutgoingCertificates operation.</p>
|
|
7
135
|
* @public
|
|
@@ -615,6 +743,103 @@ export interface ListRoleAliasesResponse {
|
|
|
615
743
|
*/
|
|
616
744
|
nextMarker?: string;
|
|
617
745
|
}
|
|
746
|
+
/**
|
|
747
|
+
* @public
|
|
748
|
+
* @enum
|
|
749
|
+
*/
|
|
750
|
+
export declare const SbomValidationResult: {
|
|
751
|
+
readonly FAILED: "FAILED";
|
|
752
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
753
|
+
};
|
|
754
|
+
/**
|
|
755
|
+
* @public
|
|
756
|
+
*/
|
|
757
|
+
export type SbomValidationResult = (typeof SbomValidationResult)[keyof typeof SbomValidationResult];
|
|
758
|
+
/**
|
|
759
|
+
* @public
|
|
760
|
+
*/
|
|
761
|
+
export interface ListSbomValidationResultsRequest {
|
|
762
|
+
/**
|
|
763
|
+
* <p>The name of the new software package.</p>
|
|
764
|
+
* @public
|
|
765
|
+
*/
|
|
766
|
+
packageName: string | undefined;
|
|
767
|
+
/**
|
|
768
|
+
* <p>The name of the new package version.</p>
|
|
769
|
+
* @public
|
|
770
|
+
*/
|
|
771
|
+
versionName: string | undefined;
|
|
772
|
+
/**
|
|
773
|
+
* <p>The end result of the </p>
|
|
774
|
+
* @public
|
|
775
|
+
*/
|
|
776
|
+
validationResult?: SbomValidationResult;
|
|
777
|
+
/**
|
|
778
|
+
* <p>The maximum number of results to return at one time.</p>
|
|
779
|
+
* @public
|
|
780
|
+
*/
|
|
781
|
+
maxResults?: number;
|
|
782
|
+
/**
|
|
783
|
+
* <p>A token that can be used to retrieve the next set of results, or null if there are no additional results.</p>
|
|
784
|
+
* @public
|
|
785
|
+
*/
|
|
786
|
+
nextToken?: string;
|
|
787
|
+
}
|
|
788
|
+
/**
|
|
789
|
+
* @public
|
|
790
|
+
* @enum
|
|
791
|
+
*/
|
|
792
|
+
export declare const SbomValidationErrorCode: {
|
|
793
|
+
readonly FILE_SIZE_LIMIT_EXCEEDED: "FILE_SIZE_LIMIT_EXCEEDED";
|
|
794
|
+
readonly INCOMPATIBLE_FORMAT: "INCOMPATIBLE_FORMAT";
|
|
795
|
+
};
|
|
796
|
+
/**
|
|
797
|
+
* @public
|
|
798
|
+
*/
|
|
799
|
+
export type SbomValidationErrorCode = (typeof SbomValidationErrorCode)[keyof typeof SbomValidationErrorCode];
|
|
800
|
+
/**
|
|
801
|
+
* <p>A summary of the validation results for a specific software bill of materials (SBOM) attached to a software package version.</p>
|
|
802
|
+
* @public
|
|
803
|
+
*/
|
|
804
|
+
export interface SbomValidationResultSummary {
|
|
805
|
+
/**
|
|
806
|
+
* <p>The name of the SBOM file.</p>
|
|
807
|
+
* @public
|
|
808
|
+
*/
|
|
809
|
+
fileName?: string;
|
|
810
|
+
/**
|
|
811
|
+
* <p>The end result of the SBOM validation.</p>
|
|
812
|
+
* @public
|
|
813
|
+
*/
|
|
814
|
+
validationResult?: SbomValidationResult;
|
|
815
|
+
/**
|
|
816
|
+
* <p>The <code>errorCode</code> representing the validation failure error if the SBOM
|
|
817
|
+
* validation failed.</p>
|
|
818
|
+
* @public
|
|
819
|
+
*/
|
|
820
|
+
errorCode?: SbomValidationErrorCode;
|
|
821
|
+
/**
|
|
822
|
+
* <p>The <code>errorMessage</code> representing the validation failure error if the SBOM
|
|
823
|
+
* validation failed.</p>
|
|
824
|
+
* @public
|
|
825
|
+
*/
|
|
826
|
+
errorMessage?: string;
|
|
827
|
+
}
|
|
828
|
+
/**
|
|
829
|
+
* @public
|
|
830
|
+
*/
|
|
831
|
+
export interface ListSbomValidationResultsResponse {
|
|
832
|
+
/**
|
|
833
|
+
* <p>A summary of the validation results for each software bill of materials attached to a software package version.</p>
|
|
834
|
+
* @public
|
|
835
|
+
*/
|
|
836
|
+
validationResultSummaries?: SbomValidationResultSummary[];
|
|
837
|
+
/**
|
|
838
|
+
* <p>A token that can be used to retrieve the next set of results, or null if there are no additional results.</p>
|
|
839
|
+
* @public
|
|
840
|
+
*/
|
|
841
|
+
nextToken?: string;
|
|
842
|
+
}
|
|
618
843
|
/**
|
|
619
844
|
* @public
|
|
620
845
|
*/
|
|
@@ -3701,11 +3926,22 @@ export interface UpdatePackageVersionRequest {
|
|
|
3701
3926
|
* @public
|
|
3702
3927
|
*/
|
|
3703
3928
|
attributes?: Record<string, string>;
|
|
3929
|
+
/**
|
|
3930
|
+
* <p>The various components that make up a software package version.</p>
|
|
3931
|
+
* @public
|
|
3932
|
+
*/
|
|
3933
|
+
artifact?: PackageVersionArtifact;
|
|
3704
3934
|
/**
|
|
3705
3935
|
* <p>The status that the package version should be assigned. 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>
|
|
3706
3936
|
* @public
|
|
3707
3937
|
*/
|
|
3708
3938
|
action?: PackageVersionAction;
|
|
3939
|
+
/**
|
|
3940
|
+
* <p>The inline job document associated with a software package version used for a quick job
|
|
3941
|
+
* deployment via IoT Jobs.</p>
|
|
3942
|
+
* @public
|
|
3943
|
+
*/
|
|
3944
|
+
recipe?: string;
|
|
3709
3945
|
/**
|
|
3710
3946
|
* <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
|
3711
3947
|
* Don't reuse this client token if a new idempotent request is required.</p>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListSbomValidationResultsCommandInput, ListSbomValidationResultsCommandOutput } from "../commands/ListSbomValidationResultsCommand";
|
|
3
|
+
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListSbomValidationResults: (config: IoTPaginationConfiguration, input: ListSbomValidationResultsCommandInput, ...rest: any[]) => Paginator<ListSbomValidationResultsCommandOutput>;
|
|
@@ -38,6 +38,7 @@ export * from "./ListProvisioningTemplateVersionsPaginator";
|
|
|
38
38
|
export * from "./ListProvisioningTemplatesPaginator";
|
|
39
39
|
export * from "./ListRelatedResourcesForAuditFindingPaginator";
|
|
40
40
|
export * from "./ListRoleAliasesPaginator";
|
|
41
|
+
export * from "./ListSbomValidationResultsPaginator";
|
|
41
42
|
export * from "./ListScheduledAuditsPaginator";
|
|
42
43
|
export * from "./ListSecurityProfilesForTargetPaginator";
|
|
43
44
|
export * from "./ListSecurityProfilesPaginator";
|
|
@@ -3,6 +3,7 @@ import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
|
3
3
|
import { AcceptCertificateTransferCommandInput, AcceptCertificateTransferCommandOutput } from "../commands/AcceptCertificateTransferCommand";
|
|
4
4
|
import { AddThingToBillingGroupCommandInput, AddThingToBillingGroupCommandOutput } from "../commands/AddThingToBillingGroupCommand";
|
|
5
5
|
import { AddThingToThingGroupCommandInput, AddThingToThingGroupCommandOutput } from "../commands/AddThingToThingGroupCommand";
|
|
6
|
+
import { AssociateSbomWithPackageVersionCommandInput, AssociateSbomWithPackageVersionCommandOutput } from "../commands/AssociateSbomWithPackageVersionCommand";
|
|
6
7
|
import { AssociateTargetsWithJobCommandInput, AssociateTargetsWithJobCommandOutput } from "../commands/AssociateTargetsWithJobCommand";
|
|
7
8
|
import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "../commands/AttachPolicyCommand";
|
|
8
9
|
import { AttachPrincipalPolicyCommandInput, AttachPrincipalPolicyCommandOutput } from "../commands/AttachPrincipalPolicyCommand";
|
|
@@ -121,6 +122,7 @@ import { DetachPrincipalPolicyCommandInput, DetachPrincipalPolicyCommandOutput }
|
|
|
121
122
|
import { DetachSecurityProfileCommandInput, DetachSecurityProfileCommandOutput } from "../commands/DetachSecurityProfileCommand";
|
|
122
123
|
import { DetachThingPrincipalCommandInput, DetachThingPrincipalCommandOutput } from "../commands/DetachThingPrincipalCommand";
|
|
123
124
|
import { DisableTopicRuleCommandInput, DisableTopicRuleCommandOutput } from "../commands/DisableTopicRuleCommand";
|
|
125
|
+
import { DisassociateSbomFromPackageVersionCommandInput, DisassociateSbomFromPackageVersionCommandOutput } from "../commands/DisassociateSbomFromPackageVersionCommand";
|
|
124
126
|
import { EnableTopicRuleCommandInput, EnableTopicRuleCommandOutput } from "../commands/EnableTopicRuleCommand";
|
|
125
127
|
import { GetBehaviorModelTrainingSummariesCommandInput, GetBehaviorModelTrainingSummariesCommandOutput } from "../commands/GetBehaviorModelTrainingSummariesCommand";
|
|
126
128
|
import { GetBucketsAggregationCommandInput, GetBucketsAggregationCommandOutput } from "../commands/GetBucketsAggregationCommand";
|
|
@@ -181,6 +183,7 @@ import { ListProvisioningTemplatesCommandInput, ListProvisioningTemplatesCommand
|
|
|
181
183
|
import { ListProvisioningTemplateVersionsCommandInput, ListProvisioningTemplateVersionsCommandOutput } from "../commands/ListProvisioningTemplateVersionsCommand";
|
|
182
184
|
import { ListRelatedResourcesForAuditFindingCommandInput, ListRelatedResourcesForAuditFindingCommandOutput } from "../commands/ListRelatedResourcesForAuditFindingCommand";
|
|
183
185
|
import { ListRoleAliasesCommandInput, ListRoleAliasesCommandOutput } from "../commands/ListRoleAliasesCommand";
|
|
186
|
+
import { ListSbomValidationResultsCommandInput, ListSbomValidationResultsCommandOutput } from "../commands/ListSbomValidationResultsCommand";
|
|
184
187
|
import { ListScheduledAuditsCommandInput, ListScheduledAuditsCommandOutput } from "../commands/ListScheduledAuditsCommand";
|
|
185
188
|
import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "../commands/ListSecurityProfilesCommand";
|
|
186
189
|
import { ListSecurityProfilesForTargetCommandInput, ListSecurityProfilesForTargetCommandOutput } from "../commands/ListSecurityProfilesForTargetCommand";
|
|
@@ -267,6 +270,10 @@ export declare const se_AddThingToBillingGroupCommand: (input: AddThingToBilling
|
|
|
267
270
|
* serializeAws_restJson1AddThingToThingGroupCommand
|
|
268
271
|
*/
|
|
269
272
|
export declare const se_AddThingToThingGroupCommand: (input: AddThingToThingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
273
|
+
/**
|
|
274
|
+
* serializeAws_restJson1AssociateSbomWithPackageVersionCommand
|
|
275
|
+
*/
|
|
276
|
+
export declare const se_AssociateSbomWithPackageVersionCommand: (input: AssociateSbomWithPackageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
270
277
|
/**
|
|
271
278
|
* serializeAws_restJson1AssociateTargetsWithJobCommand
|
|
272
279
|
*/
|
|
@@ -739,6 +746,10 @@ export declare const se_DetachThingPrincipalCommand: (input: DetachThingPrincipa
|
|
|
739
746
|
* serializeAws_restJson1DisableTopicRuleCommand
|
|
740
747
|
*/
|
|
741
748
|
export declare const se_DisableTopicRuleCommand: (input: DisableTopicRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
749
|
+
/**
|
|
750
|
+
* serializeAws_restJson1DisassociateSbomFromPackageVersionCommand
|
|
751
|
+
*/
|
|
752
|
+
export declare const se_DisassociateSbomFromPackageVersionCommand: (input: DisassociateSbomFromPackageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
742
753
|
/**
|
|
743
754
|
* serializeAws_restJson1EnableTopicRuleCommand
|
|
744
755
|
*/
|
|
@@ -979,6 +990,10 @@ export declare const se_ListRelatedResourcesForAuditFindingCommand: (input: List
|
|
|
979
990
|
* serializeAws_restJson1ListRoleAliasesCommand
|
|
980
991
|
*/
|
|
981
992
|
export declare const se_ListRoleAliasesCommand: (input: ListRoleAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
993
|
+
/**
|
|
994
|
+
* serializeAws_restJson1ListSbomValidationResultsCommand
|
|
995
|
+
*/
|
|
996
|
+
export declare const se_ListSbomValidationResultsCommand: (input: ListSbomValidationResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
982
997
|
/**
|
|
983
998
|
* serializeAws_restJson1ListScheduledAuditsCommand
|
|
984
999
|
*/
|
|
@@ -1287,6 +1302,10 @@ export declare const de_AddThingToBillingGroupCommand: (output: __HttpResponse,
|
|
|
1287
1302
|
* deserializeAws_restJson1AddThingToThingGroupCommand
|
|
1288
1303
|
*/
|
|
1289
1304
|
export declare const de_AddThingToThingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddThingToThingGroupCommandOutput>;
|
|
1305
|
+
/**
|
|
1306
|
+
* deserializeAws_restJson1AssociateSbomWithPackageVersionCommand
|
|
1307
|
+
*/
|
|
1308
|
+
export declare const de_AssociateSbomWithPackageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSbomWithPackageVersionCommandOutput>;
|
|
1290
1309
|
/**
|
|
1291
1310
|
* deserializeAws_restJson1AssociateTargetsWithJobCommand
|
|
1292
1311
|
*/
|
|
@@ -1759,6 +1778,10 @@ export declare const de_DetachThingPrincipalCommand: (output: __HttpResponse, co
|
|
|
1759
1778
|
* deserializeAws_restJson1DisableTopicRuleCommand
|
|
1760
1779
|
*/
|
|
1761
1780
|
export declare const de_DisableTopicRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableTopicRuleCommandOutput>;
|
|
1781
|
+
/**
|
|
1782
|
+
* deserializeAws_restJson1DisassociateSbomFromPackageVersionCommand
|
|
1783
|
+
*/
|
|
1784
|
+
export declare const de_DisassociateSbomFromPackageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSbomFromPackageVersionCommandOutput>;
|
|
1762
1785
|
/**
|
|
1763
1786
|
* deserializeAws_restJson1EnableTopicRuleCommand
|
|
1764
1787
|
*/
|
|
@@ -1999,6 +2022,10 @@ export declare const de_ListRelatedResourcesForAuditFindingCommand: (output: __H
|
|
|
1999
2022
|
* deserializeAws_restJson1ListRoleAliasesCommand
|
|
2000
2023
|
*/
|
|
2001
2024
|
export declare const de_ListRoleAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoleAliasesCommandOutput>;
|
|
2025
|
+
/**
|
|
2026
|
+
* deserializeAws_restJson1ListSbomValidationResultsCommand
|
|
2027
|
+
*/
|
|
2028
|
+
export declare const de_ListSbomValidationResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSbomValidationResultsCommandOutput>;
|
|
2002
2029
|
/**
|
|
2003
2030
|
* deserializeAws_restJson1ListScheduledAuditsCommand
|
|
2004
2031
|
*/
|
|
@@ -11,6 +11,10 @@ import {
|
|
|
11
11
|
AddThingToThingGroupCommandInput,
|
|
12
12
|
AddThingToThingGroupCommandOutput,
|
|
13
13
|
} from "./commands/AddThingToThingGroupCommand";
|
|
14
|
+
import {
|
|
15
|
+
AssociateSbomWithPackageVersionCommandInput,
|
|
16
|
+
AssociateSbomWithPackageVersionCommandOutput,
|
|
17
|
+
} from "./commands/AssociateSbomWithPackageVersionCommand";
|
|
14
18
|
import {
|
|
15
19
|
AssociateTargetsWithJobCommandInput,
|
|
16
20
|
AssociateTargetsWithJobCommandOutput,
|
|
@@ -483,6 +487,10 @@ import {
|
|
|
483
487
|
DisableTopicRuleCommandInput,
|
|
484
488
|
DisableTopicRuleCommandOutput,
|
|
485
489
|
} from "./commands/DisableTopicRuleCommand";
|
|
490
|
+
import {
|
|
491
|
+
DisassociateSbomFromPackageVersionCommandInput,
|
|
492
|
+
DisassociateSbomFromPackageVersionCommandOutput,
|
|
493
|
+
} from "./commands/DisassociateSbomFromPackageVersionCommand";
|
|
486
494
|
import {
|
|
487
495
|
EnableTopicRuleCommandInput,
|
|
488
496
|
EnableTopicRuleCommandOutput,
|
|
@@ -723,6 +731,10 @@ import {
|
|
|
723
731
|
ListRoleAliasesCommandInput,
|
|
724
732
|
ListRoleAliasesCommandOutput,
|
|
725
733
|
} from "./commands/ListRoleAliasesCommand";
|
|
734
|
+
import {
|
|
735
|
+
ListSbomValidationResultsCommandInput,
|
|
736
|
+
ListSbomValidationResultsCommandOutput,
|
|
737
|
+
} from "./commands/ListSbomValidationResultsCommand";
|
|
726
738
|
import {
|
|
727
739
|
ListScheduledAuditsCommandInput,
|
|
728
740
|
ListScheduledAuditsCommandOutput,
|
|
@@ -1062,6 +1074,19 @@ export interface IoT {
|
|
|
1062
1074
|
options: __HttpHandlerOptions,
|
|
1063
1075
|
cb: (err: any, data?: AddThingToThingGroupCommandOutput) => void
|
|
1064
1076
|
): void;
|
|
1077
|
+
associateSbomWithPackageVersion(
|
|
1078
|
+
args: AssociateSbomWithPackageVersionCommandInput,
|
|
1079
|
+
options?: __HttpHandlerOptions
|
|
1080
|
+
): Promise<AssociateSbomWithPackageVersionCommandOutput>;
|
|
1081
|
+
associateSbomWithPackageVersion(
|
|
1082
|
+
args: AssociateSbomWithPackageVersionCommandInput,
|
|
1083
|
+
cb: (err: any, data?: AssociateSbomWithPackageVersionCommandOutput) => void
|
|
1084
|
+
): void;
|
|
1085
|
+
associateSbomWithPackageVersion(
|
|
1086
|
+
args: AssociateSbomWithPackageVersionCommandInput,
|
|
1087
|
+
options: __HttpHandlerOptions,
|
|
1088
|
+
cb: (err: any, data?: AssociateSbomWithPackageVersionCommandOutput) => void
|
|
1089
|
+
): void;
|
|
1065
1090
|
associateTargetsWithJob(
|
|
1066
1091
|
args: AssociateTargetsWithJobCommandInput,
|
|
1067
1092
|
options?: __HttpHandlerOptions
|
|
@@ -2646,6 +2671,25 @@ export interface IoT {
|
|
|
2646
2671
|
options: __HttpHandlerOptions,
|
|
2647
2672
|
cb: (err: any, data?: DisableTopicRuleCommandOutput) => void
|
|
2648
2673
|
): void;
|
|
2674
|
+
disassociateSbomFromPackageVersion(
|
|
2675
|
+
args: DisassociateSbomFromPackageVersionCommandInput,
|
|
2676
|
+
options?: __HttpHandlerOptions
|
|
2677
|
+
): Promise<DisassociateSbomFromPackageVersionCommandOutput>;
|
|
2678
|
+
disassociateSbomFromPackageVersion(
|
|
2679
|
+
args: DisassociateSbomFromPackageVersionCommandInput,
|
|
2680
|
+
cb: (
|
|
2681
|
+
err: any,
|
|
2682
|
+
data?: DisassociateSbomFromPackageVersionCommandOutput
|
|
2683
|
+
) => void
|
|
2684
|
+
): void;
|
|
2685
|
+
disassociateSbomFromPackageVersion(
|
|
2686
|
+
args: DisassociateSbomFromPackageVersionCommandInput,
|
|
2687
|
+
options: __HttpHandlerOptions,
|
|
2688
|
+
cb: (
|
|
2689
|
+
err: any,
|
|
2690
|
+
data?: DisassociateSbomFromPackageVersionCommandOutput
|
|
2691
|
+
) => void
|
|
2692
|
+
): void;
|
|
2649
2693
|
enableTopicRule(
|
|
2650
2694
|
args: EnableTopicRuleCommandInput,
|
|
2651
2695
|
options?: __HttpHandlerOptions
|
|
@@ -3481,6 +3525,19 @@ export interface IoT {
|
|
|
3481
3525
|
options: __HttpHandlerOptions,
|
|
3482
3526
|
cb: (err: any, data?: ListRoleAliasesCommandOutput) => void
|
|
3483
3527
|
): void;
|
|
3528
|
+
listSbomValidationResults(
|
|
3529
|
+
args: ListSbomValidationResultsCommandInput,
|
|
3530
|
+
options?: __HttpHandlerOptions
|
|
3531
|
+
): Promise<ListSbomValidationResultsCommandOutput>;
|
|
3532
|
+
listSbomValidationResults(
|
|
3533
|
+
args: ListSbomValidationResultsCommandInput,
|
|
3534
|
+
cb: (err: any, data?: ListSbomValidationResultsCommandOutput) => void
|
|
3535
|
+
): void;
|
|
3536
|
+
listSbomValidationResults(
|
|
3537
|
+
args: ListSbomValidationResultsCommandInput,
|
|
3538
|
+
options: __HttpHandlerOptions,
|
|
3539
|
+
cb: (err: any, data?: ListSbomValidationResultsCommandOutput) => void
|
|
3540
|
+
): void;
|
|
3484
3541
|
listScheduledAudits(): Promise<ListScheduledAuditsCommandOutput>;
|
|
3485
3542
|
listScheduledAudits(
|
|
3486
3543
|
args: ListScheduledAuditsCommandInput,
|
|
@@ -57,6 +57,10 @@ import {
|
|
|
57
57
|
AddThingToThingGroupCommandInput,
|
|
58
58
|
AddThingToThingGroupCommandOutput,
|
|
59
59
|
} from "./commands/AddThingToThingGroupCommand";
|
|
60
|
+
import {
|
|
61
|
+
AssociateSbomWithPackageVersionCommandInput,
|
|
62
|
+
AssociateSbomWithPackageVersionCommandOutput,
|
|
63
|
+
} from "./commands/AssociateSbomWithPackageVersionCommand";
|
|
60
64
|
import {
|
|
61
65
|
AssociateTargetsWithJobCommandInput,
|
|
62
66
|
AssociateTargetsWithJobCommandOutput,
|
|
@@ -529,6 +533,10 @@ import {
|
|
|
529
533
|
DisableTopicRuleCommandInput,
|
|
530
534
|
DisableTopicRuleCommandOutput,
|
|
531
535
|
} from "./commands/DisableTopicRuleCommand";
|
|
536
|
+
import {
|
|
537
|
+
DisassociateSbomFromPackageVersionCommandInput,
|
|
538
|
+
DisassociateSbomFromPackageVersionCommandOutput,
|
|
539
|
+
} from "./commands/DisassociateSbomFromPackageVersionCommand";
|
|
532
540
|
import {
|
|
533
541
|
EnableTopicRuleCommandInput,
|
|
534
542
|
EnableTopicRuleCommandOutput,
|
|
@@ -769,6 +777,10 @@ import {
|
|
|
769
777
|
ListRoleAliasesCommandInput,
|
|
770
778
|
ListRoleAliasesCommandOutput,
|
|
771
779
|
} from "./commands/ListRoleAliasesCommand";
|
|
780
|
+
import {
|
|
781
|
+
ListSbomValidationResultsCommandInput,
|
|
782
|
+
ListSbomValidationResultsCommandOutput,
|
|
783
|
+
} from "./commands/ListSbomValidationResultsCommand";
|
|
772
784
|
import {
|
|
773
785
|
ListScheduledAuditsCommandInput,
|
|
774
786
|
ListScheduledAuditsCommandOutput,
|
|
@@ -1076,6 +1088,7 @@ export type ServiceInputTypes =
|
|
|
1076
1088
|
| AcceptCertificateTransferCommandInput
|
|
1077
1089
|
| AddThingToBillingGroupCommandInput
|
|
1078
1090
|
| AddThingToThingGroupCommandInput
|
|
1091
|
+
| AssociateSbomWithPackageVersionCommandInput
|
|
1079
1092
|
| AssociateTargetsWithJobCommandInput
|
|
1080
1093
|
| AttachPolicyCommandInput
|
|
1081
1094
|
| AttachPrincipalPolicyCommandInput
|
|
@@ -1194,6 +1207,7 @@ export type ServiceInputTypes =
|
|
|
1194
1207
|
| DetachSecurityProfileCommandInput
|
|
1195
1208
|
| DetachThingPrincipalCommandInput
|
|
1196
1209
|
| DisableTopicRuleCommandInput
|
|
1210
|
+
| DisassociateSbomFromPackageVersionCommandInput
|
|
1197
1211
|
| EnableTopicRuleCommandInput
|
|
1198
1212
|
| GetBehaviorModelTrainingSummariesCommandInput
|
|
1199
1213
|
| GetBucketsAggregationCommandInput
|
|
@@ -1254,6 +1268,7 @@ export type ServiceInputTypes =
|
|
|
1254
1268
|
| ListProvisioningTemplatesCommandInput
|
|
1255
1269
|
| ListRelatedResourcesForAuditFindingCommandInput
|
|
1256
1270
|
| ListRoleAliasesCommandInput
|
|
1271
|
+
| ListSbomValidationResultsCommandInput
|
|
1257
1272
|
| ListScheduledAuditsCommandInput
|
|
1258
1273
|
| ListSecurityProfilesCommandInput
|
|
1259
1274
|
| ListSecurityProfilesForTargetCommandInput
|
|
@@ -1332,6 +1347,7 @@ export type ServiceOutputTypes =
|
|
|
1332
1347
|
| AcceptCertificateTransferCommandOutput
|
|
1333
1348
|
| AddThingToBillingGroupCommandOutput
|
|
1334
1349
|
| AddThingToThingGroupCommandOutput
|
|
1350
|
+
| AssociateSbomWithPackageVersionCommandOutput
|
|
1335
1351
|
| AssociateTargetsWithJobCommandOutput
|
|
1336
1352
|
| AttachPolicyCommandOutput
|
|
1337
1353
|
| AttachPrincipalPolicyCommandOutput
|
|
@@ -1450,6 +1466,7 @@ export type ServiceOutputTypes =
|
|
|
1450
1466
|
| DetachSecurityProfileCommandOutput
|
|
1451
1467
|
| DetachThingPrincipalCommandOutput
|
|
1452
1468
|
| DisableTopicRuleCommandOutput
|
|
1469
|
+
| DisassociateSbomFromPackageVersionCommandOutput
|
|
1453
1470
|
| EnableTopicRuleCommandOutput
|
|
1454
1471
|
| GetBehaviorModelTrainingSummariesCommandOutput
|
|
1455
1472
|
| GetBucketsAggregationCommandOutput
|
|
@@ -1510,6 +1527,7 @@ export type ServiceOutputTypes =
|
|
|
1510
1527
|
| ListProvisioningTemplatesCommandOutput
|
|
1511
1528
|
| ListRelatedResourcesForAuditFindingCommandOutput
|
|
1512
1529
|
| ListRoleAliasesCommandOutput
|
|
1530
|
+
| ListSbomValidationResultsCommandOutput
|
|
1513
1531
|
| ListScheduledAuditsCommandOutput
|
|
1514
1532
|
| ListSecurityProfilesCommandOutput
|
|
1515
1533
|
| ListSecurityProfilesForTargetCommandOutput
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTClient";
|
|
8
|
+
import {
|
|
9
|
+
AssociateSbomWithPackageVersionRequest,
|
|
10
|
+
AssociateSbomWithPackageVersionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface AssociateSbomWithPackageVersionCommandInput
|
|
15
|
+
extends AssociateSbomWithPackageVersionRequest {}
|
|
16
|
+
export interface AssociateSbomWithPackageVersionCommandOutput
|
|
17
|
+
extends AssociateSbomWithPackageVersionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const AssociateSbomWithPackageVersionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: AssociateSbomWithPackageVersionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
AssociateSbomWithPackageVersionCommandInput,
|
|
24
|
+
AssociateSbomWithPackageVersionCommandOutput,
|
|
25
|
+
IoTClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: AssociateSbomWithPackageVersionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
AssociateSbomWithPackageVersionCommandInput,
|
|
33
|
+
AssociateSbomWithPackageVersionCommandOutput,
|
|
34
|
+
IoTClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class AssociateSbomWithPackageVersionCommand extends AssociateSbomWithPackageVersionCommand_base {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTClient";
|
|
8
|
-
import { DeleteCertificateRequest } from "../models/
|
|
8
|
+
import { DeleteCertificateRequest } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteCertificateCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteCertificateProviderRequest,
|
|
10
10
|
DeleteCertificateProviderResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeleteCertificateProviderCommandInput
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTClient";
|
|
8
|
+
import {
|
|
9
|
+
DisassociateSbomFromPackageVersionRequest,
|
|
10
|
+
DisassociateSbomFromPackageVersionResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DisassociateSbomFromPackageVersionCommandInput
|
|
15
|
+
extends DisassociateSbomFromPackageVersionRequest {}
|
|
16
|
+
export interface DisassociateSbomFromPackageVersionCommandOutput
|
|
17
|
+
extends DisassociateSbomFromPackageVersionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DisassociateSbomFromPackageVersionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DisassociateSbomFromPackageVersionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DisassociateSbomFromPackageVersionCommandInput,
|
|
24
|
+
DisassociateSbomFromPackageVersionCommandOutput,
|
|
25
|
+
IoTClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DisassociateSbomFromPackageVersionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DisassociateSbomFromPackageVersionCommandInput,
|
|
33
|
+
DisassociateSbomFromPackageVersionCommandOutput,
|
|
34
|
+
IoTClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DisassociateSbomFromPackageVersionCommand extends DisassociateSbomFromPackageVersionCommand_base {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ListMetricValuesResponse,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { ListMetricValuesRequest } from "../models/models_1";
|
|
9
|
+
import { ListMetricValuesResponse } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ListMetricValuesCommandInput extends ListMetricValuesRequest {}
|