@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.
- 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
|
@@ -125,6 +125,10 @@ import {
|
|
|
125
125
|
CreateCertificateFromCsrCommandInput,
|
|
126
126
|
CreateCertificateFromCsrCommandOutput,
|
|
127
127
|
} from "./commands/CreateCertificateFromCsrCommand";
|
|
128
|
+
import {
|
|
129
|
+
CreateCertificateProviderCommandInput,
|
|
130
|
+
CreateCertificateProviderCommandOutput,
|
|
131
|
+
} from "./commands/CreateCertificateProviderCommand";
|
|
128
132
|
import {
|
|
129
133
|
CreateCustomMetricCommandInput,
|
|
130
134
|
CreateCustomMetricCommandOutput,
|
|
@@ -253,6 +257,10 @@ import {
|
|
|
253
257
|
DeleteCertificateCommandInput,
|
|
254
258
|
DeleteCertificateCommandOutput,
|
|
255
259
|
} from "./commands/DeleteCertificateCommand";
|
|
260
|
+
import {
|
|
261
|
+
DeleteCertificateProviderCommandInput,
|
|
262
|
+
DeleteCertificateProviderCommandOutput,
|
|
263
|
+
} from "./commands/DeleteCertificateProviderCommand";
|
|
256
264
|
import {
|
|
257
265
|
DeleteCustomMetricCommandInput,
|
|
258
266
|
DeleteCustomMetricCommandOutput,
|
|
@@ -401,6 +409,10 @@ import {
|
|
|
401
409
|
DescribeCertificateCommandInput,
|
|
402
410
|
DescribeCertificateCommandOutput,
|
|
403
411
|
} from "./commands/DescribeCertificateCommand";
|
|
412
|
+
import {
|
|
413
|
+
DescribeCertificateProviderCommandInput,
|
|
414
|
+
DescribeCertificateProviderCommandOutput,
|
|
415
|
+
} from "./commands/DescribeCertificateProviderCommand";
|
|
404
416
|
import {
|
|
405
417
|
DescribeCustomMetricCommandInput,
|
|
406
418
|
DescribeCustomMetricCommandOutput,
|
|
@@ -637,6 +649,10 @@ import {
|
|
|
637
649
|
ListCACertificatesCommandInput,
|
|
638
650
|
ListCACertificatesCommandOutput,
|
|
639
651
|
} from "./commands/ListCACertificatesCommand";
|
|
652
|
+
import {
|
|
653
|
+
ListCertificateProvidersCommandInput,
|
|
654
|
+
ListCertificateProvidersCommandOutput,
|
|
655
|
+
} from "./commands/ListCertificateProvidersCommand";
|
|
640
656
|
import {
|
|
641
657
|
ListCertificatesByCACommandInput,
|
|
642
658
|
ListCertificatesByCACommandOutput,
|
|
@@ -957,6 +973,10 @@ import {
|
|
|
957
973
|
UpdateCertificateCommandInput,
|
|
958
974
|
UpdateCertificateCommandOutput,
|
|
959
975
|
} from "./commands/UpdateCertificateCommand";
|
|
976
|
+
import {
|
|
977
|
+
UpdateCertificateProviderCommandInput,
|
|
978
|
+
UpdateCertificateProviderCommandOutput,
|
|
979
|
+
} from "./commands/UpdateCertificateProviderCommand";
|
|
960
980
|
import {
|
|
961
981
|
UpdateCustomMetricCommandInput,
|
|
962
982
|
UpdateCustomMetricCommandOutput,
|
|
@@ -1073,6 +1093,7 @@ export type ServiceInputTypes =
|
|
|
1073
1093
|
| CreateAuthorizerCommandInput
|
|
1074
1094
|
| CreateBillingGroupCommandInput
|
|
1075
1095
|
| CreateCertificateFromCsrCommandInput
|
|
1096
|
+
| CreateCertificateProviderCommandInput
|
|
1076
1097
|
| CreateCustomMetricCommandInput
|
|
1077
1098
|
| CreateDimensionCommandInput
|
|
1078
1099
|
| CreateDomainConfigurationCommandInput
|
|
@@ -1105,6 +1126,7 @@ export type ServiceInputTypes =
|
|
|
1105
1126
|
| DeleteBillingGroupCommandInput
|
|
1106
1127
|
| DeleteCACertificateCommandInput
|
|
1107
1128
|
| DeleteCertificateCommandInput
|
|
1129
|
+
| DeleteCertificateProviderCommandInput
|
|
1108
1130
|
| DeleteCustomMetricCommandInput
|
|
1109
1131
|
| DeleteDimensionCommandInput
|
|
1110
1132
|
| DeleteDomainConfigurationCommandInput
|
|
@@ -1142,6 +1164,7 @@ export type ServiceInputTypes =
|
|
|
1142
1164
|
| DescribeBillingGroupCommandInput
|
|
1143
1165
|
| DescribeCACertificateCommandInput
|
|
1144
1166
|
| DescribeCertificateCommandInput
|
|
1167
|
+
| DescribeCertificateProviderCommandInput
|
|
1145
1168
|
| DescribeCustomMetricCommandInput
|
|
1146
1169
|
| DescribeDefaultAuthorizerCommandInput
|
|
1147
1170
|
| DescribeDetectMitigationActionsTaskCommandInput
|
|
@@ -1201,6 +1224,7 @@ export type ServiceInputTypes =
|
|
|
1201
1224
|
| ListAuthorizersCommandInput
|
|
1202
1225
|
| ListBillingGroupsCommandInput
|
|
1203
1226
|
| ListCACertificatesCommandInput
|
|
1227
|
+
| ListCertificateProvidersCommandInput
|
|
1204
1228
|
| ListCertificatesByCACommandInput
|
|
1205
1229
|
| ListCertificatesCommandInput
|
|
1206
1230
|
| ListCustomMetricsCommandInput
|
|
@@ -1281,6 +1305,7 @@ export type ServiceInputTypes =
|
|
|
1281
1305
|
| UpdateBillingGroupCommandInput
|
|
1282
1306
|
| UpdateCACertificateCommandInput
|
|
1283
1307
|
| UpdateCertificateCommandInput
|
|
1308
|
+
| UpdateCertificateProviderCommandInput
|
|
1284
1309
|
| UpdateCustomMetricCommandInput
|
|
1285
1310
|
| UpdateDimensionCommandInput
|
|
1286
1311
|
| UpdateDomainConfigurationCommandInput
|
|
@@ -1324,6 +1349,7 @@ export type ServiceOutputTypes =
|
|
|
1324
1349
|
| CreateAuthorizerCommandOutput
|
|
1325
1350
|
| CreateBillingGroupCommandOutput
|
|
1326
1351
|
| CreateCertificateFromCsrCommandOutput
|
|
1352
|
+
| CreateCertificateProviderCommandOutput
|
|
1327
1353
|
| CreateCustomMetricCommandOutput
|
|
1328
1354
|
| CreateDimensionCommandOutput
|
|
1329
1355
|
| CreateDomainConfigurationCommandOutput
|
|
@@ -1356,6 +1382,7 @@ export type ServiceOutputTypes =
|
|
|
1356
1382
|
| DeleteBillingGroupCommandOutput
|
|
1357
1383
|
| DeleteCACertificateCommandOutput
|
|
1358
1384
|
| DeleteCertificateCommandOutput
|
|
1385
|
+
| DeleteCertificateProviderCommandOutput
|
|
1359
1386
|
| DeleteCustomMetricCommandOutput
|
|
1360
1387
|
| DeleteDimensionCommandOutput
|
|
1361
1388
|
| DeleteDomainConfigurationCommandOutput
|
|
@@ -1393,6 +1420,7 @@ export type ServiceOutputTypes =
|
|
|
1393
1420
|
| DescribeBillingGroupCommandOutput
|
|
1394
1421
|
| DescribeCACertificateCommandOutput
|
|
1395
1422
|
| DescribeCertificateCommandOutput
|
|
1423
|
+
| DescribeCertificateProviderCommandOutput
|
|
1396
1424
|
| DescribeCustomMetricCommandOutput
|
|
1397
1425
|
| DescribeDefaultAuthorizerCommandOutput
|
|
1398
1426
|
| DescribeDetectMitigationActionsTaskCommandOutput
|
|
@@ -1452,6 +1480,7 @@ export type ServiceOutputTypes =
|
|
|
1452
1480
|
| ListAuthorizersCommandOutput
|
|
1453
1481
|
| ListBillingGroupsCommandOutput
|
|
1454
1482
|
| ListCACertificatesCommandOutput
|
|
1483
|
+
| ListCertificateProvidersCommandOutput
|
|
1455
1484
|
| ListCertificatesByCACommandOutput
|
|
1456
1485
|
| ListCertificatesCommandOutput
|
|
1457
1486
|
| ListCustomMetricsCommandOutput
|
|
@@ -1532,6 +1561,7 @@ export type ServiceOutputTypes =
|
|
|
1532
1561
|
| UpdateBillingGroupCommandOutput
|
|
1533
1562
|
| UpdateCACertificateCommandOutput
|
|
1534
1563
|
| UpdateCertificateCommandOutput
|
|
1564
|
+
| UpdateCertificateProviderCommandOutput
|
|
1535
1565
|
| UpdateCustomMetricCommandOutput
|
|
1536
1566
|
| UpdateDimensionCommandOutput
|
|
1537
1567
|
| UpdateDomainConfigurationCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
IoTClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IoTClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateCertificateProviderRequest,
|
|
16
|
+
CreateCertificateProviderResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateCertificateProviderCommandInput
|
|
20
|
+
extends CreateCertificateProviderRequest {}
|
|
21
|
+
export interface CreateCertificateProviderCommandOutput
|
|
22
|
+
extends CreateCertificateProviderResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateCertificateProviderCommand extends $Command<
|
|
25
|
+
CreateCertificateProviderCommandInput,
|
|
26
|
+
CreateCertificateProviderCommandOutput,
|
|
27
|
+
IoTClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateCertificateProviderCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateCertificateProviderCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: IoTClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateCertificateProviderCommandInput,
|
|
38
|
+
CreateCertificateProviderCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
IoTClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IoTClient";
|
|
14
|
+
import {
|
|
15
|
+
DeleteCertificateProviderRequest,
|
|
16
|
+
DeleteCertificateProviderResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteCertificateProviderCommandInput
|
|
20
|
+
extends DeleteCertificateProviderRequest {}
|
|
21
|
+
export interface DeleteCertificateProviderCommandOutput
|
|
22
|
+
extends DeleteCertificateProviderResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteCertificateProviderCommand extends $Command<
|
|
25
|
+
DeleteCertificateProviderCommandInput,
|
|
26
|
+
DeleteCertificateProviderCommandOutput,
|
|
27
|
+
IoTClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteCertificateProviderCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteCertificateProviderCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: IoTClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteCertificateProviderCommandInput,
|
|
38
|
+
DeleteCertificateProviderCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTClient";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
DeleteCustomMetricResponse,
|
|
17
|
-
} from "../models/models_0";
|
|
14
|
+
import { DeleteCustomMetricRequest } from "../models/models_0";
|
|
15
|
+
import { DeleteCustomMetricResponse } from "../models/models_1";
|
|
18
16
|
export { __MetadataBearer, $Command };
|
|
19
17
|
export interface DeleteCustomMetricCommandInput
|
|
20
18
|
extends DeleteCustomMetricRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DeleteDimensionRequest,
|
|
16
16
|
DeleteDimensionResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface DeleteDimensionCommandInput extends DeleteDimensionRequest {}
|
|
20
20
|
export interface DeleteDimensionCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DeleteDomainConfigurationRequest,
|
|
16
16
|
DeleteDomainConfigurationResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface DeleteDomainConfigurationCommandInput
|
|
20
20
|
extends DeleteDomainConfigurationRequest {}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
IoTClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IoTClient";
|
|
14
|
+
import {
|
|
15
|
+
DescribeCertificateProviderRequest,
|
|
16
|
+
DescribeCertificateProviderResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeCertificateProviderCommandInput
|
|
20
|
+
extends DescribeCertificateProviderRequest {}
|
|
21
|
+
export interface DescribeCertificateProviderCommandOutput
|
|
22
|
+
extends DescribeCertificateProviderResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeCertificateProviderCommand extends $Command<
|
|
25
|
+
DescribeCertificateProviderCommandInput,
|
|
26
|
+
DescribeCertificateProviderCommandOutput,
|
|
27
|
+
IoTClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeCertificateProviderCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeCertificateProviderCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: IoTClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeCertificateProviderCommandInput,
|
|
38
|
+
DescribeCertificateProviderCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
IoTClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IoTClient";
|
|
14
|
+
import {
|
|
15
|
+
ListCertificateProvidersRequest,
|
|
16
|
+
ListCertificateProvidersResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListCertificateProvidersCommandInput
|
|
20
|
+
extends ListCertificateProvidersRequest {}
|
|
21
|
+
export interface ListCertificateProvidersCommandOutput
|
|
22
|
+
extends ListCertificateProvidersResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListCertificateProvidersCommand extends $Command<
|
|
25
|
+
ListCertificateProvidersCommandInput,
|
|
26
|
+
ListCertificateProvidersCommandOutput,
|
|
27
|
+
IoTClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListCertificateProvidersCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListCertificateProvidersCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: IoTClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListCertificateProvidersCommandInput,
|
|
38
|
+
ListCertificateProvidersCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTClient";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
ListOutgoingCertificatesResponse,
|
|
17
|
-
} from "../models/models_1";
|
|
14
|
+
import { ListOutgoingCertificatesRequest } from "../models/models_1";
|
|
15
|
+
import { ListOutgoingCertificatesResponse } from "../models/models_2";
|
|
18
16
|
export { __MetadataBearer, $Command };
|
|
19
17
|
export interface ListOutgoingCertificatesCommandInput
|
|
20
18
|
extends ListOutgoingCertificatesRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ListPackageVersionsRequest,
|
|
16
16
|
ListPackageVersionsResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_2";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface ListPackageVersionsCommandInput
|
|
20
20
|
extends ListPackageVersionsRequest {}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTClient";
|
|
14
|
-
import { ListPackagesRequest, ListPackagesResponse } from "../models/
|
|
14
|
+
import { ListPackagesRequest, ListPackagesResponse } from "../models/models_2";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface ListPackagesCommandInput extends ListPackagesRequest {}
|
|
17
17
|
export interface ListPackagesCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTClient";
|
|
14
|
-
import { ListPoliciesRequest, ListPoliciesResponse } from "../models/
|
|
14
|
+
import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_2";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface ListPoliciesCommandInput extends ListPoliciesRequest {}
|
|
17
17
|
export interface ListPoliciesCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
IoTClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IoTClient";
|
|
14
|
+
import {
|
|
15
|
+
UpdateCertificateProviderRequest,
|
|
16
|
+
UpdateCertificateProviderResponse,
|
|
17
|
+
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateCertificateProviderCommandInput
|
|
20
|
+
extends UpdateCertificateProviderRequest {}
|
|
21
|
+
export interface UpdateCertificateProviderCommandOutput
|
|
22
|
+
extends UpdateCertificateProviderResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateCertificateProviderCommand extends $Command<
|
|
25
|
+
UpdateCertificateProviderCommandInput,
|
|
26
|
+
UpdateCertificateProviderCommandOutput,
|
|
27
|
+
IoTClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateCertificateProviderCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateCertificateProviderCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: IoTClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateCertificateProviderCommandInput,
|
|
38
|
+
UpdateCertificateProviderCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -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";
|
|
@@ -919,6 +919,22 @@ export interface CreateCertificateFromCsrResponse {
|
|
|
919
919
|
certificateId?: string;
|
|
920
920
|
certificatePem?: string;
|
|
921
921
|
}
|
|
922
|
+
export declare const CertificateProviderOperation: {
|
|
923
|
+
readonly CreateCertificateFromCsr: "CreateCertificateFromCsr";
|
|
924
|
+
};
|
|
925
|
+
export type CertificateProviderOperation =
|
|
926
|
+
(typeof CertificateProviderOperation)[keyof typeof CertificateProviderOperation];
|
|
927
|
+
export interface CreateCertificateProviderRequest {
|
|
928
|
+
certificateProviderName: string | undefined;
|
|
929
|
+
lambdaFunctionArn: string | undefined;
|
|
930
|
+
accountDefaultForOperations: CertificateProviderOperation[] | undefined;
|
|
931
|
+
clientToken?: string;
|
|
932
|
+
tags?: Tag[];
|
|
933
|
+
}
|
|
934
|
+
export interface CreateCertificateProviderResponse {
|
|
935
|
+
certificateProviderName?: string;
|
|
936
|
+
certificateProviderArn?: string;
|
|
937
|
+
}
|
|
922
938
|
export declare const CustomMetricType: {
|
|
923
939
|
readonly IP_ADDRESS_LIST: "ip-address-list";
|
|
924
940
|
readonly NUMBER: "number";
|
|
@@ -1723,18 +1739,13 @@ export interface DeleteCertificateRequest {
|
|
|
1723
1739
|
certificateId: string | undefined;
|
|
1724
1740
|
forceDelete?: boolean;
|
|
1725
1741
|
}
|
|
1742
|
+
export interface DeleteCertificateProviderRequest {
|
|
1743
|
+
certificateProviderName: string | undefined;
|
|
1744
|
+
}
|
|
1745
|
+
export interface DeleteCertificateProviderResponse {}
|
|
1726
1746
|
export interface DeleteCustomMetricRequest {
|
|
1727
1747
|
metricName: string | undefined;
|
|
1728
1748
|
}
|
|
1729
|
-
export interface DeleteCustomMetricResponse {}
|
|
1730
|
-
export interface DeleteDimensionRequest {
|
|
1731
|
-
name: string | undefined;
|
|
1732
|
-
}
|
|
1733
|
-
export interface DeleteDimensionResponse {}
|
|
1734
|
-
export interface DeleteDomainConfigurationRequest {
|
|
1735
|
-
domainConfigurationName: string | undefined;
|
|
1736
|
-
}
|
|
1737
|
-
export interface DeleteDomainConfigurationResponse {}
|
|
1738
1749
|
export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
|
|
1739
1750
|
export declare const CreateKeysAndCertificateResponseFilterSensitiveLog: (
|
|
1740
1751
|
obj: CreateKeysAndCertificateResponse
|
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
AwsJobPresignedUrlConfig,
|
|
32
32
|
Behavior,
|
|
33
33
|
BillingGroupProperties,
|
|
34
|
+
CertificateProviderOperation,
|
|
34
35
|
CustomMetricType,
|
|
35
36
|
DayOfWeek,
|
|
36
37
|
DimensionType,
|
|
@@ -65,6 +66,15 @@ import {
|
|
|
65
66
|
TopicRuleDestination,
|
|
66
67
|
VerificationState,
|
|
67
68
|
} from "./models_0";
|
|
69
|
+
export interface DeleteCustomMetricResponse {}
|
|
70
|
+
export interface DeleteDimensionRequest {
|
|
71
|
+
name: string | undefined;
|
|
72
|
+
}
|
|
73
|
+
export interface DeleteDimensionResponse {}
|
|
74
|
+
export interface DeleteDomainConfigurationRequest {
|
|
75
|
+
domainConfigurationName: string | undefined;
|
|
76
|
+
}
|
|
77
|
+
export interface DeleteDomainConfigurationResponse {}
|
|
68
78
|
export interface DeleteDynamicThingGroupRequest {
|
|
69
79
|
thingGroupName: string | undefined;
|
|
70
80
|
expectedVersion?: number;
|
|
@@ -349,6 +359,17 @@ export interface CertificateDescription {
|
|
|
349
359
|
export interface DescribeCertificateResponse {
|
|
350
360
|
certificateDescription?: CertificateDescription;
|
|
351
361
|
}
|
|
362
|
+
export interface DescribeCertificateProviderRequest {
|
|
363
|
+
certificateProviderName: string | undefined;
|
|
364
|
+
}
|
|
365
|
+
export interface DescribeCertificateProviderResponse {
|
|
366
|
+
certificateProviderName?: string;
|
|
367
|
+
certificateProviderArn?: string;
|
|
368
|
+
lambdaFunctionArn?: string;
|
|
369
|
+
accountDefaultForOperations?: CertificateProviderOperation[];
|
|
370
|
+
creationDate?: Date;
|
|
371
|
+
lastModifiedDate?: Date;
|
|
372
|
+
}
|
|
352
373
|
export interface DescribeCustomMetricRequest {
|
|
353
374
|
metricName: string | undefined;
|
|
354
375
|
}
|
|
@@ -1297,6 +1318,18 @@ export interface ListCACertificatesResponse {
|
|
|
1297
1318
|
certificates?: CACertificate[];
|
|
1298
1319
|
nextMarker?: string;
|
|
1299
1320
|
}
|
|
1321
|
+
export interface ListCertificateProvidersRequest {
|
|
1322
|
+
nextToken?: string;
|
|
1323
|
+
ascendingOrder?: boolean;
|
|
1324
|
+
}
|
|
1325
|
+
export interface CertificateProviderSummary {
|
|
1326
|
+
certificateProviderName?: string;
|
|
1327
|
+
certificateProviderArn?: string;
|
|
1328
|
+
}
|
|
1329
|
+
export interface ListCertificateProvidersResponse {
|
|
1330
|
+
certificateProviders?: CertificateProviderSummary[];
|
|
1331
|
+
nextToken?: string;
|
|
1332
|
+
}
|
|
1300
1333
|
export interface ListCertificatesRequest {
|
|
1301
1334
|
pageSize?: number;
|
|
1302
1335
|
marker?: string;
|
|
@@ -1558,58 +1591,6 @@ export interface ListOutgoingCertificatesRequest {
|
|
|
1558
1591
|
marker?: string;
|
|
1559
1592
|
ascendingOrder?: boolean;
|
|
1560
1593
|
}
|
|
1561
|
-
export interface OutgoingCertificate {
|
|
1562
|
-
certificateArn?: string;
|
|
1563
|
-
certificateId?: string;
|
|
1564
|
-
transferredTo?: string;
|
|
1565
|
-
transferDate?: Date;
|
|
1566
|
-
transferMessage?: string;
|
|
1567
|
-
creationDate?: Date;
|
|
1568
|
-
}
|
|
1569
|
-
export interface ListOutgoingCertificatesResponse {
|
|
1570
|
-
outgoingCertificates?: OutgoingCertificate[];
|
|
1571
|
-
nextMarker?: string;
|
|
1572
|
-
}
|
|
1573
|
-
export interface ListPackagesRequest {
|
|
1574
|
-
maxResults?: number;
|
|
1575
|
-
nextToken?: string;
|
|
1576
|
-
}
|
|
1577
|
-
export interface PackageSummary {
|
|
1578
|
-
packageName?: string;
|
|
1579
|
-
defaultVersionName?: string;
|
|
1580
|
-
creationDate?: Date;
|
|
1581
|
-
lastModifiedDate?: Date;
|
|
1582
|
-
}
|
|
1583
|
-
export interface ListPackagesResponse {
|
|
1584
|
-
packageSummaries?: PackageSummary[];
|
|
1585
|
-
nextToken?: string;
|
|
1586
|
-
}
|
|
1587
|
-
export interface ListPackageVersionsRequest {
|
|
1588
|
-
packageName: string | undefined;
|
|
1589
|
-
status?: PackageVersionStatus;
|
|
1590
|
-
maxResults?: number;
|
|
1591
|
-
nextToken?: string;
|
|
1592
|
-
}
|
|
1593
|
-
export interface PackageVersionSummary {
|
|
1594
|
-
packageName?: string;
|
|
1595
|
-
versionName?: string;
|
|
1596
|
-
status?: PackageVersionStatus;
|
|
1597
|
-
creationDate?: Date;
|
|
1598
|
-
lastModifiedDate?: Date;
|
|
1599
|
-
}
|
|
1600
|
-
export interface ListPackageVersionsResponse {
|
|
1601
|
-
packageVersionSummaries?: PackageVersionSummary[];
|
|
1602
|
-
nextToken?: string;
|
|
1603
|
-
}
|
|
1604
|
-
export interface ListPoliciesRequest {
|
|
1605
|
-
marker?: string;
|
|
1606
|
-
pageSize?: number;
|
|
1607
|
-
ascendingOrder?: boolean;
|
|
1608
|
-
}
|
|
1609
|
-
export interface ListPoliciesResponse {
|
|
1610
|
-
policies?: Policy[];
|
|
1611
|
-
nextMarker?: string;
|
|
1612
|
-
}
|
|
1613
1594
|
export declare const GetPackageResponseFilterSensitiveLog: (
|
|
1614
1595
|
obj: GetPackageResponse
|
|
1615
1596
|
) => any;
|