@aws-sdk/client-iot 3.473.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.
- package/README.md +40 -0
- package/dist-cjs/IoT.js +10 -0
- package/dist-cjs/commands/CreateCertificateProviderCommand.js +51 -0
- package/dist-cjs/commands/DeleteCertificateProviderCommand.js +51 -0
- package/dist-cjs/commands/DescribeCertificateProviderCommand.js +51 -0
- package/dist-cjs/commands/ListCertificateProvidersCommand.js +51 -0
- package/dist-cjs/commands/UpdateCertificateProviderCommand.js +51 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +5 -2
- package/dist-cjs/protocols/Aws_restJson1.js +370 -10
- package/dist-es/IoT.js +10 -0
- package/dist-es/commands/CreateCertificateProviderCommand.js +47 -0
- package/dist-es/commands/DeleteCertificateProviderCommand.js +47 -0
- package/dist-es/commands/DescribeCertificateProviderCommand.js +47 -0
- package/dist-es/commands/ListCertificateProvidersCommand.js +47 -0
- package/dist-es/commands/UpdateCertificateProviderCommand.js +47 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +349 -0
- package/dist-types/IoT.d.ts +35 -0
- package/dist-types/IoTClient.d.ts +7 -2
- package/dist-types/commands/CreateCertificateProviderCommand.d.ts +118 -0
- package/dist-types/commands/DeleteCertificateProviderCommand.d.ts +98 -0
- package/dist-types/commands/DeleteCustomMetricCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDimensionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificateProviderCommand.d.ts +100 -0
- package/dist-types/commands/ListCertificateProvidersCommand.d.ts +97 -0
- package/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/ListPackageVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListPackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCertificateProviderCommand.d.ts +98 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +68 -31
- package/dist-types/models/models_1.d.ts +128 -219
- package/dist-types/models/models_2.d.ts +255 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/IoT.d.ts +85 -0
- package/dist-types/ts3.4/IoTClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateCertificateProviderCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteCertificateProviderCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteCustomMetricCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteDimensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDomainConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCertificateProviderCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCertificateProvidersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListOutgoingCertificatesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCertificateProviderCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +20 -9
- package/dist-types/ts3.4/models/models_1.d.ts +33 -52
- package/dist-types/ts3.4/models/models_2.d.ts +63 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +4 -4
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
|
+
import { UpdateCertificateProviderRequest, UpdateCertificateProviderResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateCertificateProviderCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateCertificateProviderCommandInput extends UpdateCertificateProviderRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateCertificateProviderCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateCertificateProviderCommandOutput extends UpdateCertificateProviderResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Updates a certificate provider.</p>
|
|
27
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateCertificateProvider</a> action.
|
|
28
|
+
* </p>
|
|
29
|
+
* @example
|
|
30
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
+
* ```javascript
|
|
32
|
+
* import { IoTClient, UpdateCertificateProviderCommand } from "@aws-sdk/client-iot"; // ES Modules import
|
|
33
|
+
* // const { IoTClient, UpdateCertificateProviderCommand } = require("@aws-sdk/client-iot"); // CommonJS import
|
|
34
|
+
* const client = new IoTClient(config);
|
|
35
|
+
* const input = { // UpdateCertificateProviderRequest
|
|
36
|
+
* certificateProviderName: "STRING_VALUE", // required
|
|
37
|
+
* lambdaFunctionArn: "STRING_VALUE",
|
|
38
|
+
* accountDefaultForOperations: [ // CertificateProviderAccountDefaultForOperations
|
|
39
|
+
* "CreateCertificateFromCsr",
|
|
40
|
+
* ],
|
|
41
|
+
* };
|
|
42
|
+
* const command = new UpdateCertificateProviderCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // UpdateCertificateProviderResponse
|
|
45
|
+
* // certificateProviderName: "STRING_VALUE",
|
|
46
|
+
* // certificateProviderArn: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param UpdateCertificateProviderCommandInput - {@link UpdateCertificateProviderCommandInput}
|
|
52
|
+
* @returns {@link UpdateCertificateProviderCommandOutput}
|
|
53
|
+
* @see {@link UpdateCertificateProviderCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link UpdateCertificateProviderCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
58
|
+
* <p>An unexpected error has occurred.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
61
|
+
* <p>The request is not valid.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
+
* <p>The specified resource does not exist.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
67
|
+
* <p>The service is temporarily unavailable.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
+
* <p>The rate exceeds the limit.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
73
|
+
* <p>You are not authorized to perform this operation.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link IoTServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from IoT service.</p>
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
export declare class UpdateCertificateProviderCommand extends $Command<UpdateCertificateProviderCommandInput, UpdateCertificateProviderCommandOutput, IoTClientResolvedConfig> {
|
|
80
|
+
readonly input: UpdateCertificateProviderCommandInput;
|
|
81
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
constructor(input: UpdateCertificateProviderCommandInput);
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
89
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCertificateProviderCommandInput, UpdateCertificateProviderCommandOutput>;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
private serialize;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
private deserialize;
|
|
98
|
+
}
|
|
@@ -18,6 +18,7 @@ export * from "./CreateAuditSuppressionCommand";
|
|
|
18
18
|
export * from "./CreateAuthorizerCommand";
|
|
19
19
|
export * from "./CreateBillingGroupCommand";
|
|
20
20
|
export * from "./CreateCertificateFromCsrCommand";
|
|
21
|
+
export * from "./CreateCertificateProviderCommand";
|
|
21
22
|
export * from "./CreateCustomMetricCommand";
|
|
22
23
|
export * from "./CreateDimensionCommand";
|
|
23
24
|
export * from "./CreateDomainConfigurationCommand";
|
|
@@ -50,6 +51,7 @@ export * from "./DeleteAuthorizerCommand";
|
|
|
50
51
|
export * from "./DeleteBillingGroupCommand";
|
|
51
52
|
export * from "./DeleteCACertificateCommand";
|
|
52
53
|
export * from "./DeleteCertificateCommand";
|
|
54
|
+
export * from "./DeleteCertificateProviderCommand";
|
|
53
55
|
export * from "./DeleteCustomMetricCommand";
|
|
54
56
|
export * from "./DeleteDimensionCommand";
|
|
55
57
|
export * from "./DeleteDomainConfigurationCommand";
|
|
@@ -87,6 +89,7 @@ export * from "./DescribeAuthorizerCommand";
|
|
|
87
89
|
export * from "./DescribeBillingGroupCommand";
|
|
88
90
|
export * from "./DescribeCACertificateCommand";
|
|
89
91
|
export * from "./DescribeCertificateCommand";
|
|
92
|
+
export * from "./DescribeCertificateProviderCommand";
|
|
90
93
|
export * from "./DescribeCustomMetricCommand";
|
|
91
94
|
export * from "./DescribeDefaultAuthorizerCommand";
|
|
92
95
|
export * from "./DescribeDetectMitigationActionsTaskCommand";
|
|
@@ -146,6 +149,7 @@ export * from "./ListAuditTasksCommand";
|
|
|
146
149
|
export * from "./ListAuthorizersCommand";
|
|
147
150
|
export * from "./ListBillingGroupsCommand";
|
|
148
151
|
export * from "./ListCACertificatesCommand";
|
|
152
|
+
export * from "./ListCertificateProvidersCommand";
|
|
149
153
|
export * from "./ListCertificatesByCACommand";
|
|
150
154
|
export * from "./ListCertificatesCommand";
|
|
151
155
|
export * from "./ListCustomMetricsCommand";
|
|
@@ -226,6 +230,7 @@ export * from "./UpdateAuthorizerCommand";
|
|
|
226
230
|
export * from "./UpdateBillingGroupCommand";
|
|
227
231
|
export * from "./UpdateCACertificateCommand";
|
|
228
232
|
export * from "./UpdateCertificateCommand";
|
|
233
|
+
export * from "./UpdateCertificateProviderCommand";
|
|
229
234
|
export * from "./UpdateCustomMetricCommand";
|
|
230
235
|
export * from "./UpdateDimensionCommand";
|
|
231
236
|
export * from "./UpdateDomainConfigurationCommand";
|
|
@@ -1813,8 +1813,7 @@ export interface MetricToRetain {
|
|
|
1813
1813
|
metricDimension?: MetricDimension;
|
|
1814
1814
|
/**
|
|
1815
1815
|
* @public
|
|
1816
|
-
* <p>
|
|
1817
|
-
* Defender Detect should export the corresponding metrics.</p>
|
|
1816
|
+
* <p>The value indicates exporting metrics related to the <code>MetricToRetain </code> when it's true.</p>
|
|
1818
1817
|
*/
|
|
1819
1818
|
exportMetric?: boolean;
|
|
1820
1819
|
}
|
|
@@ -3449,6 +3448,64 @@ export interface CreateCertificateFromCsrResponse {
|
|
|
3449
3448
|
*/
|
|
3450
3449
|
certificatePem?: string;
|
|
3451
3450
|
}
|
|
3451
|
+
/**
|
|
3452
|
+
* @public
|
|
3453
|
+
* @enum
|
|
3454
|
+
*/
|
|
3455
|
+
export declare const CertificateProviderOperation: {
|
|
3456
|
+
readonly CreateCertificateFromCsr: "CreateCertificateFromCsr";
|
|
3457
|
+
};
|
|
3458
|
+
/**
|
|
3459
|
+
* @public
|
|
3460
|
+
*/
|
|
3461
|
+
export type CertificateProviderOperation = (typeof CertificateProviderOperation)[keyof typeof CertificateProviderOperation];
|
|
3462
|
+
/**
|
|
3463
|
+
* @public
|
|
3464
|
+
*/
|
|
3465
|
+
export interface CreateCertificateProviderRequest {
|
|
3466
|
+
/**
|
|
3467
|
+
* @public
|
|
3468
|
+
* <p>The name of the certificate provider.</p>
|
|
3469
|
+
*/
|
|
3470
|
+
certificateProviderName: string | undefined;
|
|
3471
|
+
/**
|
|
3472
|
+
* @public
|
|
3473
|
+
* <p>The ARN of the Lambda function that defines the authentication logic.</p>
|
|
3474
|
+
*/
|
|
3475
|
+
lambdaFunctionArn: string | undefined;
|
|
3476
|
+
/**
|
|
3477
|
+
* @public
|
|
3478
|
+
* <p>A list of the operations that the certificate provider will use to generate certificates.
|
|
3479
|
+
* Valid value: <code>CreateCertificateFromCsr</code>.</p>
|
|
3480
|
+
*/
|
|
3481
|
+
accountDefaultForOperations: CertificateProviderOperation[] | undefined;
|
|
3482
|
+
/**
|
|
3483
|
+
* @public
|
|
3484
|
+
* <p>A string that you can optionally pass in the <code>CreateCertificateProvider</code> request to make sure
|
|
3485
|
+
* the request is idempotent.</p>
|
|
3486
|
+
*/
|
|
3487
|
+
clientToken?: string;
|
|
3488
|
+
/**
|
|
3489
|
+
* @public
|
|
3490
|
+
* <p>Metadata which can be used to manage the certificate provider.</p>
|
|
3491
|
+
*/
|
|
3492
|
+
tags?: Tag[];
|
|
3493
|
+
}
|
|
3494
|
+
/**
|
|
3495
|
+
* @public
|
|
3496
|
+
*/
|
|
3497
|
+
export interface CreateCertificateProviderResponse {
|
|
3498
|
+
/**
|
|
3499
|
+
* @public
|
|
3500
|
+
* <p>The name of the certificate provider.</p>
|
|
3501
|
+
*/
|
|
3502
|
+
certificateProviderName?: string;
|
|
3503
|
+
/**
|
|
3504
|
+
* @public
|
|
3505
|
+
* <p>The ARN of the certificate provider.</p>
|
|
3506
|
+
*/
|
|
3507
|
+
certificateProviderArn?: string;
|
|
3508
|
+
}
|
|
3452
3509
|
/**
|
|
3453
3510
|
* @public
|
|
3454
3511
|
* @enum
|
|
@@ -6540,49 +6597,29 @@ export interface DeleteCertificateRequest {
|
|
|
6540
6597
|
/**
|
|
6541
6598
|
* @public
|
|
6542
6599
|
*/
|
|
6543
|
-
export interface
|
|
6600
|
+
export interface DeleteCertificateProviderRequest {
|
|
6544
6601
|
/**
|
|
6545
6602
|
* @public
|
|
6546
|
-
* <p>
|
|
6547
|
-
* The name of the custom metric.
|
|
6548
|
-
* </p>
|
|
6603
|
+
* <p>The name of the certificate provider.</p>
|
|
6549
6604
|
*/
|
|
6550
|
-
|
|
6605
|
+
certificateProviderName: string | undefined;
|
|
6551
6606
|
}
|
|
6552
6607
|
/**
|
|
6553
6608
|
* @public
|
|
6554
6609
|
*/
|
|
6555
|
-
export interface
|
|
6610
|
+
export interface DeleteCertificateProviderResponse {
|
|
6556
6611
|
}
|
|
6557
6612
|
/**
|
|
6558
6613
|
* @public
|
|
6559
6614
|
*/
|
|
6560
|
-
export interface
|
|
6561
|
-
/**
|
|
6562
|
-
* @public
|
|
6563
|
-
* <p>The unique identifier for the dimension that you want to delete.</p>
|
|
6564
|
-
*/
|
|
6565
|
-
name: string | undefined;
|
|
6566
|
-
}
|
|
6567
|
-
/**
|
|
6568
|
-
* @public
|
|
6569
|
-
*/
|
|
6570
|
-
export interface DeleteDimensionResponse {
|
|
6571
|
-
}
|
|
6572
|
-
/**
|
|
6573
|
-
* @public
|
|
6574
|
-
*/
|
|
6575
|
-
export interface DeleteDomainConfigurationRequest {
|
|
6615
|
+
export interface DeleteCustomMetricRequest {
|
|
6576
6616
|
/**
|
|
6577
6617
|
* @public
|
|
6578
|
-
* <p>
|
|
6618
|
+
* <p>
|
|
6619
|
+
* The name of the custom metric.
|
|
6620
|
+
* </p>
|
|
6579
6621
|
*/
|
|
6580
|
-
|
|
6581
|
-
}
|
|
6582
|
-
/**
|
|
6583
|
-
* @public
|
|
6584
|
-
*/
|
|
6585
|
-
export interface DeleteDomainConfigurationResponse {
|
|
6622
|
+
metricName: string | undefined;
|
|
6586
6623
|
}
|
|
6587
6624
|
/**
|
|
6588
6625
|
* @internal
|
|
@@ -1,6 +1,41 @@
|
|
|
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, CustomMetricType, DayOfWeek, DimensionType, DimensionValueOperator, FleetMetricUnit, JobExecutionsRetryConfig, JobExecutionsRolloutConfig, LogLevel, MaintenanceWindow, MetricsExportConfig, MetricToRetain, MetricValue, MitigationActionParams, OTAUpdateFile, OTAUpdateStatus, PackageVersionStatus, Policy, PresignedUrlConfig, Protocol, ProvisioningHook, ResourceIdentifier, SchedulingConfig, 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, PackageVersionStatus, Policy, PresignedUrlConfig, Protocol, ProvisioningHook, ResourceIdentifier, SchedulingConfig, ServiceType, StreamFile, TargetSelection, TaskStatisticsForAuditCheck, TemplateType, ThingGroupProperties, ThingTypeProperties, TimeoutConfig, TlsConfig, TopicRuleDestination, VerificationState } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface DeleteCustomMetricResponse {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface DeleteDimensionRequest {
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* <p>The unique identifier for the dimension that you want to delete.</p>
|
|
16
|
+
*/
|
|
17
|
+
name: string | undefined;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteDimensionResponse {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export interface DeleteDomainConfigurationRequest {
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
* <p>The name of the domain configuration to be deleted.</p>
|
|
31
|
+
*/
|
|
32
|
+
domainConfigurationName: string | undefined;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export interface DeleteDomainConfigurationResponse {
|
|
38
|
+
}
|
|
4
39
|
/**
|
|
5
40
|
* @public
|
|
6
41
|
*/
|
|
@@ -1167,6 +1202,52 @@ export interface DescribeCertificateResponse {
|
|
|
1167
1202
|
*/
|
|
1168
1203
|
certificateDescription?: CertificateDescription;
|
|
1169
1204
|
}
|
|
1205
|
+
/**
|
|
1206
|
+
* @public
|
|
1207
|
+
*/
|
|
1208
|
+
export interface DescribeCertificateProviderRequest {
|
|
1209
|
+
/**
|
|
1210
|
+
* @public
|
|
1211
|
+
* <p>The name of the certificate provider.</p>
|
|
1212
|
+
*/
|
|
1213
|
+
certificateProviderName: string | undefined;
|
|
1214
|
+
}
|
|
1215
|
+
/**
|
|
1216
|
+
* @public
|
|
1217
|
+
*/
|
|
1218
|
+
export interface DescribeCertificateProviderResponse {
|
|
1219
|
+
/**
|
|
1220
|
+
* @public
|
|
1221
|
+
* <p>The name of the certificate provider.</p>
|
|
1222
|
+
*/
|
|
1223
|
+
certificateProviderName?: string;
|
|
1224
|
+
/**
|
|
1225
|
+
* @public
|
|
1226
|
+
* <p>The ARN of the certificate provider.</p>
|
|
1227
|
+
*/
|
|
1228
|
+
certificateProviderArn?: string;
|
|
1229
|
+
/**
|
|
1230
|
+
* @public
|
|
1231
|
+
* <p>The Lambda function ARN that's associated with the certificate provider.</p>
|
|
1232
|
+
*/
|
|
1233
|
+
lambdaFunctionArn?: string;
|
|
1234
|
+
/**
|
|
1235
|
+
* @public
|
|
1236
|
+
* <p>A list of the operations that the certificate provider will use to generate certificates.
|
|
1237
|
+
* Valid value: <code>CreateCertificateFromCsr</code>.</p>
|
|
1238
|
+
*/
|
|
1239
|
+
accountDefaultForOperations?: CertificateProviderOperation[];
|
|
1240
|
+
/**
|
|
1241
|
+
* @public
|
|
1242
|
+
* <p>The date-time string that indicates when the certificate provider was created.</p>
|
|
1243
|
+
*/
|
|
1244
|
+
creationDate?: Date;
|
|
1245
|
+
/**
|
|
1246
|
+
* @public
|
|
1247
|
+
* <p>The date-time string that indicates when the certificate provider was last updated.</p>
|
|
1248
|
+
*/
|
|
1249
|
+
lastModifiedDate?: Date;
|
|
1250
|
+
}
|
|
1170
1251
|
/**
|
|
1171
1252
|
* @public
|
|
1172
1253
|
*/
|
|
@@ -5207,6 +5288,52 @@ export interface ListCACertificatesResponse {
|
|
|
5207
5288
|
*/
|
|
5208
5289
|
nextMarker?: string;
|
|
5209
5290
|
}
|
|
5291
|
+
/**
|
|
5292
|
+
* @public
|
|
5293
|
+
*/
|
|
5294
|
+
export interface ListCertificateProvidersRequest {
|
|
5295
|
+
/**
|
|
5296
|
+
* @public
|
|
5297
|
+
* <p>The token for the next set of results, or <code>null</code> if there are no more results.</p>
|
|
5298
|
+
*/
|
|
5299
|
+
nextToken?: string;
|
|
5300
|
+
/**
|
|
5301
|
+
* @public
|
|
5302
|
+
* <p>Returns the list of certificate providers in ascending alphabetical order.</p>
|
|
5303
|
+
*/
|
|
5304
|
+
ascendingOrder?: boolean;
|
|
5305
|
+
}
|
|
5306
|
+
/**
|
|
5307
|
+
* @public
|
|
5308
|
+
* <p>The certificate provider summary.</p>
|
|
5309
|
+
*/
|
|
5310
|
+
export interface CertificateProviderSummary {
|
|
5311
|
+
/**
|
|
5312
|
+
* @public
|
|
5313
|
+
* <p>The name of the certificate provider.</p>
|
|
5314
|
+
*/
|
|
5315
|
+
certificateProviderName?: string;
|
|
5316
|
+
/**
|
|
5317
|
+
* @public
|
|
5318
|
+
* <p>The ARN of the certificate provider.</p>
|
|
5319
|
+
*/
|
|
5320
|
+
certificateProviderArn?: string;
|
|
5321
|
+
}
|
|
5322
|
+
/**
|
|
5323
|
+
* @public
|
|
5324
|
+
*/
|
|
5325
|
+
export interface ListCertificateProvidersResponse {
|
|
5326
|
+
/**
|
|
5327
|
+
* @public
|
|
5328
|
+
* <p>The list of certificate providers in your Amazon Web Services account.</p>
|
|
5329
|
+
*/
|
|
5330
|
+
certificateProviders?: CertificateProviderSummary[];
|
|
5331
|
+
/**
|
|
5332
|
+
* @public
|
|
5333
|
+
* <p>The token for the next set of results, or <code>null</code> if there are no more results.</p>
|
|
5334
|
+
*/
|
|
5335
|
+
nextToken?: string;
|
|
5336
|
+
}
|
|
5210
5337
|
/**
|
|
5211
5338
|
* @public
|
|
5212
5339
|
* <p>The input for the ListCertificates operation.</p>
|
|
@@ -6401,224 +6528,6 @@ export interface ListOutgoingCertificatesRequest {
|
|
|
6401
6528
|
*/
|
|
6402
6529
|
ascendingOrder?: boolean;
|
|
6403
6530
|
}
|
|
6404
|
-
/**
|
|
6405
|
-
* @public
|
|
6406
|
-
* <p>A certificate that has been transferred but not yet accepted.</p>
|
|
6407
|
-
*/
|
|
6408
|
-
export interface OutgoingCertificate {
|
|
6409
|
-
/**
|
|
6410
|
-
* @public
|
|
6411
|
-
* <p>The certificate ARN.</p>
|
|
6412
|
-
*/
|
|
6413
|
-
certificateArn?: string;
|
|
6414
|
-
/**
|
|
6415
|
-
* @public
|
|
6416
|
-
* <p>The certificate ID.</p>
|
|
6417
|
-
*/
|
|
6418
|
-
certificateId?: string;
|
|
6419
|
-
/**
|
|
6420
|
-
* @public
|
|
6421
|
-
* <p>The Amazon Web Services account to which the transfer was made.</p>
|
|
6422
|
-
*/
|
|
6423
|
-
transferredTo?: string;
|
|
6424
|
-
/**
|
|
6425
|
-
* @public
|
|
6426
|
-
* <p>The date the transfer was initiated.</p>
|
|
6427
|
-
*/
|
|
6428
|
-
transferDate?: Date;
|
|
6429
|
-
/**
|
|
6430
|
-
* @public
|
|
6431
|
-
* <p>The transfer message.</p>
|
|
6432
|
-
*/
|
|
6433
|
-
transferMessage?: string;
|
|
6434
|
-
/**
|
|
6435
|
-
* @public
|
|
6436
|
-
* <p>The certificate creation date.</p>
|
|
6437
|
-
*/
|
|
6438
|
-
creationDate?: Date;
|
|
6439
|
-
}
|
|
6440
|
-
/**
|
|
6441
|
-
* @public
|
|
6442
|
-
* <p>The output from the ListOutgoingCertificates operation.</p>
|
|
6443
|
-
*/
|
|
6444
|
-
export interface ListOutgoingCertificatesResponse {
|
|
6445
|
-
/**
|
|
6446
|
-
* @public
|
|
6447
|
-
* <p>The certificates that are being transferred but not yet accepted.</p>
|
|
6448
|
-
*/
|
|
6449
|
-
outgoingCertificates?: OutgoingCertificate[];
|
|
6450
|
-
/**
|
|
6451
|
-
* @public
|
|
6452
|
-
* <p>The marker for the next set of results.</p>
|
|
6453
|
-
*/
|
|
6454
|
-
nextMarker?: string;
|
|
6455
|
-
}
|
|
6456
|
-
/**
|
|
6457
|
-
* @public
|
|
6458
|
-
*/
|
|
6459
|
-
export interface ListPackagesRequest {
|
|
6460
|
-
/**
|
|
6461
|
-
* @public
|
|
6462
|
-
* <p>The maximum number of results returned at one time.</p>
|
|
6463
|
-
*/
|
|
6464
|
-
maxResults?: number;
|
|
6465
|
-
/**
|
|
6466
|
-
* @public
|
|
6467
|
-
* <p>The token for the next set of results.</p>
|
|
6468
|
-
*/
|
|
6469
|
-
nextToken?: string;
|
|
6470
|
-
}
|
|
6471
|
-
/**
|
|
6472
|
-
* @public
|
|
6473
|
-
* <p>A summary of information about a software package.</p>
|
|
6474
|
-
*/
|
|
6475
|
-
export interface PackageSummary {
|
|
6476
|
-
/**
|
|
6477
|
-
* @public
|
|
6478
|
-
* <p>The name for the target software package.</p>
|
|
6479
|
-
*/
|
|
6480
|
-
packageName?: string;
|
|
6481
|
-
/**
|
|
6482
|
-
* @public
|
|
6483
|
-
* <p>The name of the default package version.</p>
|
|
6484
|
-
*/
|
|
6485
|
-
defaultVersionName?: string;
|
|
6486
|
-
/**
|
|
6487
|
-
* @public
|
|
6488
|
-
* <p>The date that the package was created.</p>
|
|
6489
|
-
*/
|
|
6490
|
-
creationDate?: Date;
|
|
6491
|
-
/**
|
|
6492
|
-
* @public
|
|
6493
|
-
* <p>The date that the package was last updated.</p>
|
|
6494
|
-
*/
|
|
6495
|
-
lastModifiedDate?: Date;
|
|
6496
|
-
}
|
|
6497
|
-
/**
|
|
6498
|
-
* @public
|
|
6499
|
-
*/
|
|
6500
|
-
export interface ListPackagesResponse {
|
|
6501
|
-
/**
|
|
6502
|
-
* @public
|
|
6503
|
-
* <p>The software package summary.</p>
|
|
6504
|
-
*/
|
|
6505
|
-
packageSummaries?: PackageSummary[];
|
|
6506
|
-
/**
|
|
6507
|
-
* @public
|
|
6508
|
-
* <p>The token for the next set of results.</p>
|
|
6509
|
-
*/
|
|
6510
|
-
nextToken?: string;
|
|
6511
|
-
}
|
|
6512
|
-
/**
|
|
6513
|
-
* @public
|
|
6514
|
-
*/
|
|
6515
|
-
export interface ListPackageVersionsRequest {
|
|
6516
|
-
/**
|
|
6517
|
-
* @public
|
|
6518
|
-
* <p>The name of the target software package.</p>
|
|
6519
|
-
*/
|
|
6520
|
-
packageName: string | undefined;
|
|
6521
|
-
/**
|
|
6522
|
-
* @public
|
|
6523
|
-
* <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>
|
|
6524
|
-
*/
|
|
6525
|
-
status?: PackageVersionStatus;
|
|
6526
|
-
/**
|
|
6527
|
-
* @public
|
|
6528
|
-
* <p>The maximum number of results to return at one time.</p>
|
|
6529
|
-
*/
|
|
6530
|
-
maxResults?: number;
|
|
6531
|
-
/**
|
|
6532
|
-
* @public
|
|
6533
|
-
* <p>The token for the next set of results.</p>
|
|
6534
|
-
*/
|
|
6535
|
-
nextToken?: string;
|
|
6536
|
-
}
|
|
6537
|
-
/**
|
|
6538
|
-
* @public
|
|
6539
|
-
* <p>A summary of information about a package version.</p>
|
|
6540
|
-
*/
|
|
6541
|
-
export interface PackageVersionSummary {
|
|
6542
|
-
/**
|
|
6543
|
-
* @public
|
|
6544
|
-
* <p>The name of the associated software package.</p>
|
|
6545
|
-
*/
|
|
6546
|
-
packageName?: string;
|
|
6547
|
-
/**
|
|
6548
|
-
* @public
|
|
6549
|
-
* <p>The name of the target package version.</p>
|
|
6550
|
-
*/
|
|
6551
|
-
versionName?: string;
|
|
6552
|
-
/**
|
|
6553
|
-
* @public
|
|
6554
|
-
* <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>
|
|
6555
|
-
*/
|
|
6556
|
-
status?: PackageVersionStatus;
|
|
6557
|
-
/**
|
|
6558
|
-
* @public
|
|
6559
|
-
* <p>The date that the package version was created.</p>
|
|
6560
|
-
*/
|
|
6561
|
-
creationDate?: Date;
|
|
6562
|
-
/**
|
|
6563
|
-
* @public
|
|
6564
|
-
* <p>The date that the package version was last updated.</p>
|
|
6565
|
-
*/
|
|
6566
|
-
lastModifiedDate?: Date;
|
|
6567
|
-
}
|
|
6568
|
-
/**
|
|
6569
|
-
* @public
|
|
6570
|
-
*/
|
|
6571
|
-
export interface ListPackageVersionsResponse {
|
|
6572
|
-
/**
|
|
6573
|
-
* @public
|
|
6574
|
-
* <p>Lists the package versions associated to the package.</p>
|
|
6575
|
-
*/
|
|
6576
|
-
packageVersionSummaries?: PackageVersionSummary[];
|
|
6577
|
-
/**
|
|
6578
|
-
* @public
|
|
6579
|
-
* <p>The token for the next set of results.</p>
|
|
6580
|
-
*/
|
|
6581
|
-
nextToken?: string;
|
|
6582
|
-
}
|
|
6583
|
-
/**
|
|
6584
|
-
* @public
|
|
6585
|
-
* <p>The input for the ListPolicies operation.</p>
|
|
6586
|
-
*/
|
|
6587
|
-
export interface ListPoliciesRequest {
|
|
6588
|
-
/**
|
|
6589
|
-
* @public
|
|
6590
|
-
* <p>The marker for the next set of results.</p>
|
|
6591
|
-
*/
|
|
6592
|
-
marker?: string;
|
|
6593
|
-
/**
|
|
6594
|
-
* @public
|
|
6595
|
-
* <p>The result page size.</p>
|
|
6596
|
-
*/
|
|
6597
|
-
pageSize?: number;
|
|
6598
|
-
/**
|
|
6599
|
-
* @public
|
|
6600
|
-
* <p>Specifies the order for results. If true, the results are returned in ascending
|
|
6601
|
-
* creation order.</p>
|
|
6602
|
-
*/
|
|
6603
|
-
ascendingOrder?: boolean;
|
|
6604
|
-
}
|
|
6605
|
-
/**
|
|
6606
|
-
* @public
|
|
6607
|
-
* <p>The output from the ListPolicies operation.</p>
|
|
6608
|
-
*/
|
|
6609
|
-
export interface ListPoliciesResponse {
|
|
6610
|
-
/**
|
|
6611
|
-
* @public
|
|
6612
|
-
* <p>The descriptions of the policies.</p>
|
|
6613
|
-
*/
|
|
6614
|
-
policies?: Policy[];
|
|
6615
|
-
/**
|
|
6616
|
-
* @public
|
|
6617
|
-
* <p>The marker for the next set of results, or null if there are no additional
|
|
6618
|
-
* results.</p>
|
|
6619
|
-
*/
|
|
6620
|
-
nextMarker?: string;
|
|
6621
|
-
}
|
|
6622
6531
|
/**
|
|
6623
6532
|
* @internal
|
|
6624
6533
|
*/
|