@aws-sdk/client-iot 3.470.0 → 3.474.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.
Files changed (58) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/IoT.js +10 -0
  3. package/dist-cjs/commands/CreateCertificateProviderCommand.js +51 -0
  4. package/dist-cjs/commands/DeleteCertificateProviderCommand.js +51 -0
  5. package/dist-cjs/commands/DescribeCertificateProviderCommand.js +51 -0
  6. package/dist-cjs/commands/ListCertificateProvidersCommand.js +51 -0
  7. package/dist-cjs/commands/UpdateCertificateProviderCommand.js +51 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/models/models_0.js +5 -2
  10. package/dist-cjs/protocols/Aws_restJson1.js +370 -10
  11. package/dist-es/IoT.js +10 -0
  12. package/dist-es/commands/CreateCertificateProviderCommand.js +47 -0
  13. package/dist-es/commands/DeleteCertificateProviderCommand.js +47 -0
  14. package/dist-es/commands/DescribeCertificateProviderCommand.js +47 -0
  15. package/dist-es/commands/ListCertificateProvidersCommand.js +47 -0
  16. package/dist-es/commands/UpdateCertificateProviderCommand.js +47 -0
  17. package/dist-es/commands/index.js +5 -0
  18. package/dist-es/models/models_0.js +3 -0
  19. package/dist-es/protocols/Aws_restJson1.js +349 -0
  20. package/dist-types/IoT.d.ts +35 -0
  21. package/dist-types/IoTClient.d.ts +7 -2
  22. package/dist-types/commands/CreateCertificateProviderCommand.d.ts +118 -0
  23. package/dist-types/commands/DeleteCertificateProviderCommand.d.ts +98 -0
  24. package/dist-types/commands/DeleteCustomMetricCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteDimensionCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeCertificateProviderCommand.d.ts +100 -0
  28. package/dist-types/commands/ListCertificateProvidersCommand.d.ts +97 -0
  29. package/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListPackageVersionsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListPackagesCommand.d.ts +1 -1
  32. package/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateCertificateProviderCommand.d.ts +98 -0
  34. package/dist-types/commands/index.d.ts +5 -0
  35. package/dist-types/models/models_0.d.ts +68 -31
  36. package/dist-types/models/models_1.d.ts +128 -219
  37. package/dist-types/models/models_2.d.ts +255 -1
  38. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  39. package/dist-types/ts3.4/IoT.d.ts +85 -0
  40. package/dist-types/ts3.4/IoTClient.d.ts +30 -0
  41. package/dist-types/ts3.4/commands/CreateCertificateProviderCommand.d.ts +42 -0
  42. package/dist-types/ts3.4/commands/DeleteCertificateProviderCommand.d.ts +42 -0
  43. package/dist-types/ts3.4/commands/DeleteCustomMetricCommand.d.ts +2 -4
  44. package/dist-types/ts3.4/commands/DeleteDimensionCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DeleteDomainConfigurationCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DescribeCertificateProviderCommand.d.ts +42 -0
  47. package/dist-types/ts3.4/commands/ListCertificateProvidersCommand.d.ts +42 -0
  48. package/dist-types/ts3.4/commands/ListOutgoingCertificatesCommand.d.ts +2 -4
  49. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/UpdateCertificateProviderCommand.d.ts +42 -0
  53. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +20 -9
  55. package/dist-types/ts3.4/models/models_1.d.ts +33 -52
  56. package/dist-types/ts3.4/models/models_2.d.ts +63 -0
  57. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  58. package/package.json +4 -4
@@ -1,7 +1,225 @@
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, CustomMetricType, DayOfWeek, DimensionType, FleetMetricUnit, JobExecutionsRetryConfig, JobExecutionsRolloutConfig, LogLevel, MetricsExportConfig, MetricToRetain, MetricValue, MitigationActionParams, Policy, PresignedUrlConfig, ProvisioningHook, RelatedResource, ResourceIdentifier, StreamFile, Tag, TemplateType, ThingGroupProperties, ThingTypeProperties, TimeoutConfig, TlsConfig, TopicRuleDestinationStatus, TopicRulePayload, VerificationState, ViolationEventAdditionalInfo } from "./models_0";
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, StreamFile, Tag, TemplateType, ThingGroupProperties, ThingTypeProperties, TimeoutConfig, TlsConfig, TopicRuleDestinationStatus, TopicRulePayload, VerificationState, ViolationEventAdditionalInfo } from "./models_0";
4
4
  import { BehaviorCriteriaType, CACertificateStatus, CertificateMode, CertificateStatus, Configuration, DetectMitigationActionsTaskTarget, DomainConfigurationStatus, EventType, GroupNameAndArn, LogTargetType, RegistrationConfig, Status, ThingGroupIndexingConfiguration, ThingIndexingConfiguration, ThingTypeMetadata, VersionUpdateByJobsConfig, ViolationEventOccurrenceRange } from "./models_1";
5
+ /**
6
+ * @public
7
+ * <p>A certificate that has been transferred but not yet accepted.</p>
8
+ */
9
+ export interface OutgoingCertificate {
10
+ /**
11
+ * @public
12
+ * <p>The certificate ARN.</p>
13
+ */
14
+ certificateArn?: string;
15
+ /**
16
+ * @public
17
+ * <p>The certificate ID.</p>
18
+ */
19
+ certificateId?: string;
20
+ /**
21
+ * @public
22
+ * <p>The Amazon Web Services account to which the transfer was made.</p>
23
+ */
24
+ transferredTo?: string;
25
+ /**
26
+ * @public
27
+ * <p>The date the transfer was initiated.</p>
28
+ */
29
+ transferDate?: Date;
30
+ /**
31
+ * @public
32
+ * <p>The transfer message.</p>
33
+ */
34
+ transferMessage?: string;
35
+ /**
36
+ * @public
37
+ * <p>The certificate creation date.</p>
38
+ */
39
+ creationDate?: Date;
40
+ }
41
+ /**
42
+ * @public
43
+ * <p>The output from the ListOutgoingCertificates operation.</p>
44
+ */
45
+ export interface ListOutgoingCertificatesResponse {
46
+ /**
47
+ * @public
48
+ * <p>The certificates that are being transferred but not yet accepted.</p>
49
+ */
50
+ outgoingCertificates?: OutgoingCertificate[];
51
+ /**
52
+ * @public
53
+ * <p>The marker for the next set of results.</p>
54
+ */
55
+ nextMarker?: string;
56
+ }
57
+ /**
58
+ * @public
59
+ */
60
+ export interface ListPackagesRequest {
61
+ /**
62
+ * @public
63
+ * <p>The maximum number of results returned at one time.</p>
64
+ */
65
+ maxResults?: number;
66
+ /**
67
+ * @public
68
+ * <p>The token for the next set of results.</p>
69
+ */
70
+ nextToken?: string;
71
+ }
72
+ /**
73
+ * @public
74
+ * <p>A summary of information about a software package.</p>
75
+ */
76
+ export interface PackageSummary {
77
+ /**
78
+ * @public
79
+ * <p>The name for the target software package.</p>
80
+ */
81
+ packageName?: string;
82
+ /**
83
+ * @public
84
+ * <p>The name of the default package version.</p>
85
+ */
86
+ defaultVersionName?: string;
87
+ /**
88
+ * @public
89
+ * <p>The date that the package was created.</p>
90
+ */
91
+ creationDate?: Date;
92
+ /**
93
+ * @public
94
+ * <p>The date that the package was last updated.</p>
95
+ */
96
+ lastModifiedDate?: Date;
97
+ }
98
+ /**
99
+ * @public
100
+ */
101
+ export interface ListPackagesResponse {
102
+ /**
103
+ * @public
104
+ * <p>The software package summary.</p>
105
+ */
106
+ packageSummaries?: PackageSummary[];
107
+ /**
108
+ * @public
109
+ * <p>The token for the next set of results.</p>
110
+ */
111
+ nextToken?: string;
112
+ }
113
+ /**
114
+ * @public
115
+ */
116
+ export interface ListPackageVersionsRequest {
117
+ /**
118
+ * @public
119
+ * <p>The name of the target software package.</p>
120
+ */
121
+ packageName: string | undefined;
122
+ /**
123
+ * @public
124
+ * <p>The status of 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>
125
+ */
126
+ status?: PackageVersionStatus;
127
+ /**
128
+ * @public
129
+ * <p>The maximum number of results to return at one time.</p>
130
+ */
131
+ maxResults?: number;
132
+ /**
133
+ * @public
134
+ * <p>The token for the next set of results.</p>
135
+ */
136
+ nextToken?: string;
137
+ }
138
+ /**
139
+ * @public
140
+ * <p>A summary of information about a package version.</p>
141
+ */
142
+ export interface PackageVersionSummary {
143
+ /**
144
+ * @public
145
+ * <p>The name of the associated software package.</p>
146
+ */
147
+ packageName?: string;
148
+ /**
149
+ * @public
150
+ * <p>The name of the target package version.</p>
151
+ */
152
+ versionName?: string;
153
+ /**
154
+ * @public
155
+ * <p>The status of 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>
156
+ */
157
+ status?: PackageVersionStatus;
158
+ /**
159
+ * @public
160
+ * <p>The date that the package version was created.</p>
161
+ */
162
+ creationDate?: Date;
163
+ /**
164
+ * @public
165
+ * <p>The date that the package version was last updated.</p>
166
+ */
167
+ lastModifiedDate?: Date;
168
+ }
169
+ /**
170
+ * @public
171
+ */
172
+ export interface ListPackageVersionsResponse {
173
+ /**
174
+ * @public
175
+ * <p>Lists the package versions associated to the package.</p>
176
+ */
177
+ packageVersionSummaries?: PackageVersionSummary[];
178
+ /**
179
+ * @public
180
+ * <p>The token for the next set of results.</p>
181
+ */
182
+ nextToken?: string;
183
+ }
184
+ /**
185
+ * @public
186
+ * <p>The input for the ListPolicies operation.</p>
187
+ */
188
+ export interface ListPoliciesRequest {
189
+ /**
190
+ * @public
191
+ * <p>The marker for the next set of results.</p>
192
+ */
193
+ marker?: string;
194
+ /**
195
+ * @public
196
+ * <p>The result page size.</p>
197
+ */
198
+ pageSize?: number;
199
+ /**
200
+ * @public
201
+ * <p>Specifies the order for results. If true, the results are returned in ascending
202
+ * creation order.</p>
203
+ */
204
+ ascendingOrder?: boolean;
205
+ }
206
+ /**
207
+ * @public
208
+ * <p>The output from the ListPolicies operation.</p>
209
+ */
210
+ export interface ListPoliciesResponse {
211
+ /**
212
+ * @public
213
+ * <p>The descriptions of the policies.</p>
214
+ */
215
+ policies?: Policy[];
216
+ /**
217
+ * @public
218
+ * <p>The marker for the next set of results, or null if there are no additional
219
+ * results.</p>
220
+ */
221
+ nextMarker?: string;
222
+ }
5
223
  /**
6
224
  * @public
7
225
  * <p>The input for the ListPolicyPrincipals operation.</p>
@@ -2906,6 +3124,42 @@ export interface UpdateCertificateRequest {
2906
3124
  */
2907
3125
  newStatus: CertificateStatus | undefined;
2908
3126
  }
3127
+ /**
3128
+ * @public
3129
+ */
3130
+ export interface UpdateCertificateProviderRequest {
3131
+ /**
3132
+ * @public
3133
+ * <p>The name of the certificate provider.</p>
3134
+ */
3135
+ certificateProviderName: string | undefined;
3136
+ /**
3137
+ * @public
3138
+ * <p>The Lambda function ARN that's associated with the certificate provider.</p>
3139
+ */
3140
+ lambdaFunctionArn?: string;
3141
+ /**
3142
+ * @public
3143
+ * <p>A list of the operations that the certificate provider will use to generate certificates.
3144
+ * Valid value: <code>CreateCertificateFromCsr</code>.</p>
3145
+ */
3146
+ accountDefaultForOperations?: CertificateProviderOperation[];
3147
+ }
3148
+ /**
3149
+ * @public
3150
+ */
3151
+ export interface UpdateCertificateProviderResponse {
3152
+ /**
3153
+ * @public
3154
+ * <p>The name of the certificate provider.</p>
3155
+ */
3156
+ certificateProviderName?: string;
3157
+ /**
3158
+ * @public
3159
+ * <p>The ARN of the certificate provider.</p>
3160
+ */
3161
+ certificateProviderArn?: string;
3162
+ }
2909
3163
  /**
2910
3164
  * @public
2911
3165
  */
@@ -20,6 +20,7 @@ import { CreateAuditSuppressionCommandInput, CreateAuditSuppressionCommandOutput
20
20
  import { CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput } from "../commands/CreateAuthorizerCommand";
21
21
  import { CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput } from "../commands/CreateBillingGroupCommand";
22
22
  import { CreateCertificateFromCsrCommandInput, CreateCertificateFromCsrCommandOutput } from "../commands/CreateCertificateFromCsrCommand";
23
+ import { CreateCertificateProviderCommandInput, CreateCertificateProviderCommandOutput } from "../commands/CreateCertificateProviderCommand";
23
24
  import { CreateCustomMetricCommandInput, CreateCustomMetricCommandOutput } from "../commands/CreateCustomMetricCommand";
24
25
  import { CreateDimensionCommandInput, CreateDimensionCommandOutput } from "../commands/CreateDimensionCommand";
25
26
  import { CreateDomainConfigurationCommandInput, CreateDomainConfigurationCommandOutput } from "../commands/CreateDomainConfigurationCommand";
@@ -52,6 +53,7 @@ import { DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput } from "../
52
53
  import { DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput } from "../commands/DeleteBillingGroupCommand";
53
54
  import { DeleteCACertificateCommandInput, DeleteCACertificateCommandOutput } from "../commands/DeleteCACertificateCommand";
54
55
  import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "../commands/DeleteCertificateCommand";
56
+ import { DeleteCertificateProviderCommandInput, DeleteCertificateProviderCommandOutput } from "../commands/DeleteCertificateProviderCommand";
55
57
  import { DeleteCustomMetricCommandInput, DeleteCustomMetricCommandOutput } from "../commands/DeleteCustomMetricCommand";
56
58
  import { DeleteDimensionCommandInput, DeleteDimensionCommandOutput } from "../commands/DeleteDimensionCommand";
57
59
  import { DeleteDomainConfigurationCommandInput, DeleteDomainConfigurationCommandOutput } from "../commands/DeleteDomainConfigurationCommand";
@@ -89,6 +91,7 @@ import { DescribeAuthorizerCommandInput, DescribeAuthorizerCommandOutput } from
89
91
  import { DescribeBillingGroupCommandInput, DescribeBillingGroupCommandOutput } from "../commands/DescribeBillingGroupCommand";
90
92
  import { DescribeCACertificateCommandInput, DescribeCACertificateCommandOutput } from "../commands/DescribeCACertificateCommand";
91
93
  import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "../commands/DescribeCertificateCommand";
94
+ import { DescribeCertificateProviderCommandInput, DescribeCertificateProviderCommandOutput } from "../commands/DescribeCertificateProviderCommand";
92
95
  import { DescribeCustomMetricCommandInput, DescribeCustomMetricCommandOutput } from "../commands/DescribeCustomMetricCommand";
93
96
  import { DescribeDefaultAuthorizerCommandInput, DescribeDefaultAuthorizerCommandOutput } from "../commands/DescribeDefaultAuthorizerCommand";
94
97
  import { DescribeDetectMitigationActionsTaskCommandInput, DescribeDetectMitigationActionsTaskCommandOutput } from "../commands/DescribeDetectMitigationActionsTaskCommand";
@@ -148,6 +151,7 @@ import { ListAuditTasksCommandInput, ListAuditTasksCommandOutput } from "../comm
148
151
  import { ListAuthorizersCommandInput, ListAuthorizersCommandOutput } from "../commands/ListAuthorizersCommand";
149
152
  import { ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput } from "../commands/ListBillingGroupsCommand";
150
153
  import { ListCACertificatesCommandInput, ListCACertificatesCommandOutput } from "../commands/ListCACertificatesCommand";
154
+ import { ListCertificateProvidersCommandInput, ListCertificateProvidersCommandOutput } from "../commands/ListCertificateProvidersCommand";
151
155
  import { ListCertificatesByCACommandInput, ListCertificatesByCACommandOutput } from "../commands/ListCertificatesByCACommand";
152
156
  import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
153
157
  import { ListCustomMetricsCommandInput, ListCustomMetricsCommandOutput } from "../commands/ListCustomMetricsCommand";
@@ -228,6 +232,7 @@ import { UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput } from "../
228
232
  import { UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput } from "../commands/UpdateBillingGroupCommand";
229
233
  import { UpdateCACertificateCommandInput, UpdateCACertificateCommandOutput } from "../commands/UpdateCACertificateCommand";
230
234
  import { UpdateCertificateCommandInput, UpdateCertificateCommandOutput } from "../commands/UpdateCertificateCommand";
235
+ import { UpdateCertificateProviderCommandInput, UpdateCertificateProviderCommandOutput } from "../commands/UpdateCertificateProviderCommand";
231
236
  import { UpdateCustomMetricCommandInput, UpdateCustomMetricCommandOutput } from "../commands/UpdateCustomMetricCommand";
232
237
  import { UpdateDimensionCommandInput, UpdateDimensionCommandOutput } from "../commands/UpdateDimensionCommand";
233
238
  import { UpdateDomainConfigurationCommandInput, UpdateDomainConfigurationCommandOutput } from "../commands/UpdateDomainConfigurationCommand";
@@ -330,6 +335,10 @@ export declare const se_CreateBillingGroupCommand: (input: CreateBillingGroupCom
330
335
  * serializeAws_restJson1CreateCertificateFromCsrCommand
331
336
  */
332
337
  export declare const se_CreateCertificateFromCsrCommand: (input: CreateCertificateFromCsrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
+ /**
339
+ * serializeAws_restJson1CreateCertificateProviderCommand
340
+ */
341
+ export declare const se_CreateCertificateProviderCommand: (input: CreateCertificateProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
333
342
  /**
334
343
  * serializeAws_restJson1CreateCustomMetricCommand
335
344
  */
@@ -458,6 +467,10 @@ export declare const se_DeleteCACertificateCommand: (input: DeleteCACertificateC
458
467
  * serializeAws_restJson1DeleteCertificateCommand
459
468
  */
460
469
  export declare const se_DeleteCertificateCommand: (input: DeleteCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
470
+ /**
471
+ * serializeAws_restJson1DeleteCertificateProviderCommand
472
+ */
473
+ export declare const se_DeleteCertificateProviderCommand: (input: DeleteCertificateProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
461
474
  /**
462
475
  * serializeAws_restJson1DeleteCustomMetricCommand
463
476
  */
@@ -606,6 +619,10 @@ export declare const se_DescribeCACertificateCommand: (input: DescribeCACertific
606
619
  * serializeAws_restJson1DescribeCertificateCommand
607
620
  */
608
621
  export declare const se_DescribeCertificateCommand: (input: DescribeCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
622
+ /**
623
+ * serializeAws_restJson1DescribeCertificateProviderCommand
624
+ */
625
+ export declare const se_DescribeCertificateProviderCommand: (input: DescribeCertificateProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
609
626
  /**
610
627
  * serializeAws_restJson1DescribeCustomMetricCommand
611
628
  */
@@ -842,6 +859,10 @@ export declare const se_ListBillingGroupsCommand: (input: ListBillingGroupsComma
842
859
  * serializeAws_restJson1ListCACertificatesCommand
843
860
  */
844
861
  export declare const se_ListCACertificatesCommand: (input: ListCACertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
862
+ /**
863
+ * serializeAws_restJson1ListCertificateProvidersCommand
864
+ */
865
+ export declare const se_ListCertificateProvidersCommand: (input: ListCertificateProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
845
866
  /**
846
867
  * serializeAws_restJson1ListCertificatesCommand
847
868
  */
@@ -1162,6 +1183,10 @@ export declare const se_UpdateCACertificateCommand: (input: UpdateCACertificateC
1162
1183
  * serializeAws_restJson1UpdateCertificateCommand
1163
1184
  */
1164
1185
  export declare const se_UpdateCertificateCommand: (input: UpdateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1186
+ /**
1187
+ * serializeAws_restJson1UpdateCertificateProviderCommand
1188
+ */
1189
+ export declare const se_UpdateCertificateProviderCommand: (input: UpdateCertificateProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1165
1190
  /**
1166
1191
  * serializeAws_restJson1UpdateCustomMetricCommand
1167
1192
  */
@@ -1330,6 +1355,10 @@ export declare const de_CreateBillingGroupCommand: (output: __HttpResponse, cont
1330
1355
  * deserializeAws_restJson1CreateCertificateFromCsrCommand
1331
1356
  */
1332
1357
  export declare const de_CreateCertificateFromCsrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCertificateFromCsrCommandOutput>;
1358
+ /**
1359
+ * deserializeAws_restJson1CreateCertificateProviderCommand
1360
+ */
1361
+ export declare const de_CreateCertificateProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCertificateProviderCommandOutput>;
1333
1362
  /**
1334
1363
  * deserializeAws_restJson1CreateCustomMetricCommand
1335
1364
  */
@@ -1458,6 +1487,10 @@ export declare const de_DeleteCACertificateCommand: (output: __HttpResponse, con
1458
1487
  * deserializeAws_restJson1DeleteCertificateCommand
1459
1488
  */
1460
1489
  export declare const de_DeleteCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCertificateCommandOutput>;
1490
+ /**
1491
+ * deserializeAws_restJson1DeleteCertificateProviderCommand
1492
+ */
1493
+ export declare const de_DeleteCertificateProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCertificateProviderCommandOutput>;
1461
1494
  /**
1462
1495
  * deserializeAws_restJson1DeleteCustomMetricCommand
1463
1496
  */
@@ -1606,6 +1639,10 @@ export declare const de_DescribeCACertificateCommand: (output: __HttpResponse, c
1606
1639
  * deserializeAws_restJson1DescribeCertificateCommand
1607
1640
  */
1608
1641
  export declare const de_DescribeCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificateCommandOutput>;
1642
+ /**
1643
+ * deserializeAws_restJson1DescribeCertificateProviderCommand
1644
+ */
1645
+ export declare const de_DescribeCertificateProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificateProviderCommandOutput>;
1609
1646
  /**
1610
1647
  * deserializeAws_restJson1DescribeCustomMetricCommand
1611
1648
  */
@@ -1842,6 +1879,10 @@ export declare const de_ListBillingGroupsCommand: (output: __HttpResponse, conte
1842
1879
  * deserializeAws_restJson1ListCACertificatesCommand
1843
1880
  */
1844
1881
  export declare const de_ListCACertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCACertificatesCommandOutput>;
1882
+ /**
1883
+ * deserializeAws_restJson1ListCertificateProvidersCommand
1884
+ */
1885
+ export declare const de_ListCertificateProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCertificateProvidersCommandOutput>;
1845
1886
  /**
1846
1887
  * deserializeAws_restJson1ListCertificatesCommand
1847
1888
  */
@@ -2162,6 +2203,10 @@ export declare const de_UpdateCACertificateCommand: (output: __HttpResponse, con
2162
2203
  * deserializeAws_restJson1UpdateCertificateCommand
2163
2204
  */
2164
2205
  export declare const de_UpdateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCertificateCommandOutput>;
2206
+ /**
2207
+ * deserializeAws_restJson1UpdateCertificateProviderCommand
2208
+ */
2209
+ export declare const de_UpdateCertificateProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCertificateProviderCommandOutput>;
2165
2210
  /**
2166
2211
  * deserializeAws_restJson1UpdateCustomMetricCommand
2167
2212
  */
@@ -79,6 +79,10 @@ import {
79
79
  CreateCertificateFromCsrCommandInput,
80
80
  CreateCertificateFromCsrCommandOutput,
81
81
  } from "./commands/CreateCertificateFromCsrCommand";
82
+ import {
83
+ CreateCertificateProviderCommandInput,
84
+ CreateCertificateProviderCommandOutput,
85
+ } from "./commands/CreateCertificateProviderCommand";
82
86
  import {
83
87
  CreateCustomMetricCommandInput,
84
88
  CreateCustomMetricCommandOutput,
@@ -207,6 +211,10 @@ import {
207
211
  DeleteCertificateCommandInput,
208
212
  DeleteCertificateCommandOutput,
209
213
  } from "./commands/DeleteCertificateCommand";
214
+ import {
215
+ DeleteCertificateProviderCommandInput,
216
+ DeleteCertificateProviderCommandOutput,
217
+ } from "./commands/DeleteCertificateProviderCommand";
210
218
  import {
211
219
  DeleteCustomMetricCommandInput,
212
220
  DeleteCustomMetricCommandOutput,
@@ -355,6 +363,10 @@ import {
355
363
  DescribeCertificateCommandInput,
356
364
  DescribeCertificateCommandOutput,
357
365
  } from "./commands/DescribeCertificateCommand";
366
+ import {
367
+ DescribeCertificateProviderCommandInput,
368
+ DescribeCertificateProviderCommandOutput,
369
+ } from "./commands/DescribeCertificateProviderCommand";
358
370
  import {
359
371
  DescribeCustomMetricCommandInput,
360
372
  DescribeCustomMetricCommandOutput,
@@ -591,6 +603,10 @@ import {
591
603
  ListCACertificatesCommandInput,
592
604
  ListCACertificatesCommandOutput,
593
605
  } from "./commands/ListCACertificatesCommand";
606
+ import {
607
+ ListCertificateProvidersCommandInput,
608
+ ListCertificateProvidersCommandOutput,
609
+ } from "./commands/ListCertificateProvidersCommand";
594
610
  import {
595
611
  ListCertificatesByCACommandInput,
596
612
  ListCertificatesByCACommandOutput,
@@ -911,6 +927,10 @@ import {
911
927
  UpdateCertificateCommandInput,
912
928
  UpdateCertificateCommandOutput,
913
929
  } from "./commands/UpdateCertificateCommand";
930
+ import {
931
+ UpdateCertificateProviderCommandInput,
932
+ UpdateCertificateProviderCommandOutput,
933
+ } from "./commands/UpdateCertificateProviderCommand";
914
934
  import {
915
935
  UpdateCustomMetricCommandInput,
916
936
  UpdateCustomMetricCommandOutput,
@@ -1267,6 +1287,19 @@ export interface IoT {
1267
1287
  options: __HttpHandlerOptions,
1268
1288
  cb: (err: any, data?: CreateCertificateFromCsrCommandOutput) => void
1269
1289
  ): void;
1290
+ createCertificateProvider(
1291
+ args: CreateCertificateProviderCommandInput,
1292
+ options?: __HttpHandlerOptions
1293
+ ): Promise<CreateCertificateProviderCommandOutput>;
1294
+ createCertificateProvider(
1295
+ args: CreateCertificateProviderCommandInput,
1296
+ cb: (err: any, data?: CreateCertificateProviderCommandOutput) => void
1297
+ ): void;
1298
+ createCertificateProvider(
1299
+ args: CreateCertificateProviderCommandInput,
1300
+ options: __HttpHandlerOptions,
1301
+ cb: (err: any, data?: CreateCertificateProviderCommandOutput) => void
1302
+ ): void;
1270
1303
  createCustomMetric(
1271
1304
  args: CreateCustomMetricCommandInput,
1272
1305
  options?: __HttpHandlerOptions
@@ -1689,6 +1722,19 @@ export interface IoT {
1689
1722
  options: __HttpHandlerOptions,
1690
1723
  cb: (err: any, data?: DeleteCertificateCommandOutput) => void
1691
1724
  ): void;
1725
+ deleteCertificateProvider(
1726
+ args: DeleteCertificateProviderCommandInput,
1727
+ options?: __HttpHandlerOptions
1728
+ ): Promise<DeleteCertificateProviderCommandOutput>;
1729
+ deleteCertificateProvider(
1730
+ args: DeleteCertificateProviderCommandInput,
1731
+ cb: (err: any, data?: DeleteCertificateProviderCommandOutput) => void
1732
+ ): void;
1733
+ deleteCertificateProvider(
1734
+ args: DeleteCertificateProviderCommandInput,
1735
+ options: __HttpHandlerOptions,
1736
+ cb: (err: any, data?: DeleteCertificateProviderCommandOutput) => void
1737
+ ): void;
1692
1738
  deleteCustomMetric(
1693
1739
  args: DeleteCustomMetricCommandInput,
1694
1740
  options?: __HttpHandlerOptions
@@ -2188,6 +2234,19 @@ export interface IoT {
2188
2234
  options: __HttpHandlerOptions,
2189
2235
  cb: (err: any, data?: DescribeCertificateCommandOutput) => void
2190
2236
  ): void;
2237
+ describeCertificateProvider(
2238
+ args: DescribeCertificateProviderCommandInput,
2239
+ options?: __HttpHandlerOptions
2240
+ ): Promise<DescribeCertificateProviderCommandOutput>;
2241
+ describeCertificateProvider(
2242
+ args: DescribeCertificateProviderCommandInput,
2243
+ cb: (err: any, data?: DescribeCertificateProviderCommandOutput) => void
2244
+ ): void;
2245
+ describeCertificateProvider(
2246
+ args: DescribeCertificateProviderCommandInput,
2247
+ options: __HttpHandlerOptions,
2248
+ cb: (err: any, data?: DescribeCertificateProviderCommandOutput) => void
2249
+ ): void;
2191
2250
  describeCustomMetric(
2192
2251
  args: DescribeCustomMetricCommandInput,
2193
2252
  options?: __HttpHandlerOptions
@@ -2979,6 +3038,19 @@ export interface IoT {
2979
3038
  options: __HttpHandlerOptions,
2980
3039
  cb: (err: any, data?: ListCACertificatesCommandOutput) => void
2981
3040
  ): void;
3041
+ listCertificateProviders(
3042
+ args: ListCertificateProvidersCommandInput,
3043
+ options?: __HttpHandlerOptions
3044
+ ): Promise<ListCertificateProvidersCommandOutput>;
3045
+ listCertificateProviders(
3046
+ args: ListCertificateProvidersCommandInput,
3047
+ cb: (err: any, data?: ListCertificateProvidersCommandOutput) => void
3048
+ ): void;
3049
+ listCertificateProviders(
3050
+ args: ListCertificateProvidersCommandInput,
3051
+ options: __HttpHandlerOptions,
3052
+ cb: (err: any, data?: ListCertificateProvidersCommandOutput) => void
3053
+ ): void;
2982
3054
  listCertificates(
2983
3055
  args: ListCertificatesCommandInput,
2984
3056
  options?: __HttpHandlerOptions
@@ -4031,6 +4103,19 @@ export interface IoT {
4031
4103
  options: __HttpHandlerOptions,
4032
4104
  cb: (err: any, data?: UpdateCertificateCommandOutput) => void
4033
4105
  ): void;
4106
+ updateCertificateProvider(
4107
+ args: UpdateCertificateProviderCommandInput,
4108
+ options?: __HttpHandlerOptions
4109
+ ): Promise<UpdateCertificateProviderCommandOutput>;
4110
+ updateCertificateProvider(
4111
+ args: UpdateCertificateProviderCommandInput,
4112
+ cb: (err: any, data?: UpdateCertificateProviderCommandOutput) => void
4113
+ ): void;
4114
+ updateCertificateProvider(
4115
+ args: UpdateCertificateProviderCommandInput,
4116
+ options: __HttpHandlerOptions,
4117
+ cb: (err: any, data?: UpdateCertificateProviderCommandOutput) => void
4118
+ ): void;
4034
4119
  updateCustomMetric(
4035
4120
  args: UpdateCustomMetricCommandInput,
4036
4121
  options?: __HttpHandlerOptions