@aws-sdk/client-iot 3.344.0 → 3.347.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 +96 -0
- package/dist-cjs/IoT.js +24 -0
- package/dist-cjs/commands/CreatePackageCommand.js +47 -0
- package/dist-cjs/commands/CreatePackageVersionCommand.js +47 -0
- package/dist-cjs/commands/DeletePackageCommand.js +46 -0
- package/dist-cjs/commands/DeletePackageVersionCommand.js +46 -0
- package/dist-cjs/commands/GetPackageCommand.js +47 -0
- package/dist-cjs/commands/GetPackageConfigurationCommand.js +46 -0
- package/dist-cjs/commands/GetPackageVersionCommand.js +47 -0
- package/dist-cjs/commands/ListPackageVersionsCommand.js +46 -0
- package/dist-cjs/commands/ListPackagesCommand.js +46 -0
- package/dist-cjs/commands/UpdatePackageCommand.js +47 -0
- package/dist-cjs/commands/UpdatePackageConfigurationCommand.js +46 -0
- package/dist-cjs/commands/UpdatePackageVersionCommand.js +47 -0
- package/dist-cjs/commands/index.js +12 -0
- package/dist-cjs/models/models_0.js +68 -1
- package/dist-cjs/models/models_1.js +13 -14
- package/dist-cjs/models/models_2.js +17 -1
- package/dist-cjs/pagination/ListPackageVersionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListPackagesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +897 -46
- package/dist-es/IoT.js +24 -0
- package/dist-es/commands/CreatePackageCommand.js +43 -0
- package/dist-es/commands/CreatePackageVersionCommand.js +43 -0
- package/dist-es/commands/DeletePackageCommand.js +42 -0
- package/dist-es/commands/DeletePackageVersionCommand.js +42 -0
- package/dist-es/commands/GetPackageCommand.js +43 -0
- package/dist-es/commands/GetPackageConfigurationCommand.js +42 -0
- package/dist-es/commands/GetPackageVersionCommand.js +43 -0
- package/dist-es/commands/ListPackageVersionsCommand.js +42 -0
- package/dist-es/commands/ListPackagesCommand.js +42 -0
- package/dist-es/commands/UpdatePackageCommand.js +43 -0
- package/dist-es/commands/UpdatePackageConfigurationCommand.js +42 -0
- package/dist-es/commands/UpdatePackageVersionCommand.js +43 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/models_0.js +60 -0
- package/dist-es/models/models_1.js +10 -12
- package/dist-es/models/models_2.js +14 -0
- package/dist-es/pagination/ListPackageVersionsPaginator.js +25 -0
- package/dist-es/pagination/ListPackagesPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +862 -35
- package/dist-types/IoT.d.ts +84 -0
- package/dist-types/IoTClient.d.ts +14 -2
- package/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobCommand.d.ts +3 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +3 -0
- package/dist-types/commands/CreatePackageCommand.d.ts +97 -0
- package/dist-types/commands/CreatePackageVersionCommand.d.ts +107 -0
- package/dist-types/commands/DeleteFleetMetricCommand.d.ts +1 -1
- package/dist-types/commands/DeleteJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteJobExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMitigationActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOTAUpdateCommand.d.ts +1 -1
- package/dist-types/commands/DeletePackageCommand.d.ts +85 -0
- package/dist-types/commands/DeletePackageVersionCommand.d.ts +85 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeJobTemplateCommand.d.ts +3 -0
- package/dist-types/commands/GetPackageCommand.d.ts +92 -0
- package/dist-types/commands/GetPackageConfigurationCommand.d.ts +82 -0
- package/dist-types/commands/GetPackageVersionCommand.d.ts +98 -0
- package/dist-types/commands/ListPackageVersionsCommand.d.ts +96 -0
- package/dist-types/commands/ListPackagesCommand.d.ts +93 -0
- package/dist-types/commands/ListPolicyVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListPrincipalThingsCommand.d.ts +1 -1
- package/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +1 -1
- package/dist-types/commands/ListRoleAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListScheduledAuditsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +1 -2
- package/dist-types/commands/UpdatePackageCommand.d.ts +89 -0
- package/dist-types/commands/UpdatePackageConfigurationCommand.d.ts +86 -0
- package/dist-types/commands/UpdatePackageVersionCommand.d.ts +92 -0
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +184 -134
- package/dist-types/models/models_1.d.ts +416 -405
- package/dist-types/models/models_2.d.ts +529 -2
- package/dist-types/pagination/ListPackageVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPackagesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +108 -0
- package/dist-types/ts3.4/IoT.d.ts +204 -0
- package/dist-types/ts3.4/IoTClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreatePackageVersionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteFleetMetricCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteJobExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMitigationActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteOTAUpdateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeletePackageVersionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetPackageCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetPackageConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetPackageVersionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPrincipalPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPrincipalThingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProvisioningTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProvisioningTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoleAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListScheduledAuditsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilesForTargetCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdatePackageConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdatePackageVersionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +71 -29
- package/dist-types/ts3.4/models/models_1.d.ts +114 -121
- package/dist-types/ts3.4/models/models_2.d.ts +152 -2
- package/dist-types/ts3.4/pagination/ListPackageVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPackagesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +144 -0
- package/package.json +28 -28
|
@@ -30,6 +30,8 @@ import { CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput } from ".
|
|
|
30
30
|
import { CreateKeysAndCertificateCommandInput, CreateKeysAndCertificateCommandOutput } from "../commands/CreateKeysAndCertificateCommand";
|
|
31
31
|
import { CreateMitigationActionCommandInput, CreateMitigationActionCommandOutput } from "../commands/CreateMitigationActionCommand";
|
|
32
32
|
import { CreateOTAUpdateCommandInput, CreateOTAUpdateCommandOutput } from "../commands/CreateOTAUpdateCommand";
|
|
33
|
+
import { CreatePackageCommandInput, CreatePackageCommandOutput } from "../commands/CreatePackageCommand";
|
|
34
|
+
import { CreatePackageVersionCommandInput, CreatePackageVersionCommandOutput } from "../commands/CreatePackageVersionCommand";
|
|
33
35
|
import { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "../commands/CreatePolicyCommand";
|
|
34
36
|
import { CreatePolicyVersionCommandInput, CreatePolicyVersionCommandOutput } from "../commands/CreatePolicyVersionCommand";
|
|
35
37
|
import { CreateProvisioningClaimCommandInput, CreateProvisioningClaimCommandOutput } from "../commands/CreateProvisioningClaimCommand";
|
|
@@ -60,6 +62,8 @@ import { DeleteJobExecutionCommandInput, DeleteJobExecutionCommandOutput } from
|
|
|
60
62
|
import { DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput } from "../commands/DeleteJobTemplateCommand";
|
|
61
63
|
import { DeleteMitigationActionCommandInput, DeleteMitigationActionCommandOutput } from "../commands/DeleteMitigationActionCommand";
|
|
62
64
|
import { DeleteOTAUpdateCommandInput, DeleteOTAUpdateCommandOutput } from "../commands/DeleteOTAUpdateCommand";
|
|
65
|
+
import { DeletePackageCommandInput, DeletePackageCommandOutput } from "../commands/DeletePackageCommand";
|
|
66
|
+
import { DeletePackageVersionCommandInput, DeletePackageVersionCommandOutput } from "../commands/DeletePackageVersionCommand";
|
|
63
67
|
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "../commands/DeletePolicyCommand";
|
|
64
68
|
import { DeletePolicyVersionCommandInput, DeletePolicyVersionCommandOutput } from "../commands/DeletePolicyVersionCommand";
|
|
65
69
|
import { DeleteProvisioningTemplateCommandInput, DeleteProvisioningTemplateCommandOutput } from "../commands/DeleteProvisioningTemplateCommand";
|
|
@@ -123,6 +127,9 @@ import { GetIndexingConfigurationCommandInput, GetIndexingConfigurationCommandOu
|
|
|
123
127
|
import { GetJobDocumentCommandInput, GetJobDocumentCommandOutput } from "../commands/GetJobDocumentCommand";
|
|
124
128
|
import { GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput } from "../commands/GetLoggingOptionsCommand";
|
|
125
129
|
import { GetOTAUpdateCommandInput, GetOTAUpdateCommandOutput } from "../commands/GetOTAUpdateCommand";
|
|
130
|
+
import { GetPackageCommandInput, GetPackageCommandOutput } from "../commands/GetPackageCommand";
|
|
131
|
+
import { GetPackageConfigurationCommandInput, GetPackageConfigurationCommandOutput } from "../commands/GetPackageConfigurationCommand";
|
|
132
|
+
import { GetPackageVersionCommandInput, GetPackageVersionCommandOutput } from "../commands/GetPackageVersionCommand";
|
|
126
133
|
import { GetPercentilesCommandInput, GetPercentilesCommandOutput } from "../commands/GetPercentilesCommand";
|
|
127
134
|
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
|
|
128
135
|
import { GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput } from "../commands/GetPolicyVersionCommand";
|
|
@@ -159,6 +166,8 @@ import { ListMetricValuesCommandInput, ListMetricValuesCommandOutput } from "../
|
|
|
159
166
|
import { ListMitigationActionsCommandInput, ListMitigationActionsCommandOutput } from "../commands/ListMitigationActionsCommand";
|
|
160
167
|
import { ListOTAUpdatesCommandInput, ListOTAUpdatesCommandOutput } from "../commands/ListOTAUpdatesCommand";
|
|
161
168
|
import { ListOutgoingCertificatesCommandInput, ListOutgoingCertificatesCommandOutput } from "../commands/ListOutgoingCertificatesCommand";
|
|
169
|
+
import { ListPackagesCommandInput, ListPackagesCommandOutput } from "../commands/ListPackagesCommand";
|
|
170
|
+
import { ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput } from "../commands/ListPackageVersionsCommand";
|
|
162
171
|
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
|
|
163
172
|
import { ListPolicyPrincipalsCommandInput, ListPolicyPrincipalsCommandOutput } from "../commands/ListPolicyPrincipalsCommand";
|
|
164
173
|
import { ListPolicyVersionsCommandInput, ListPolicyVersionsCommandOutput } from "../commands/ListPolicyVersionsCommand";
|
|
@@ -228,6 +237,9 @@ import { UpdateFleetMetricCommandInput, UpdateFleetMetricCommandOutput } from ".
|
|
|
228
237
|
import { UpdateIndexingConfigurationCommandInput, UpdateIndexingConfigurationCommandOutput } from "../commands/UpdateIndexingConfigurationCommand";
|
|
229
238
|
import { UpdateJobCommandInput, UpdateJobCommandOutput } from "../commands/UpdateJobCommand";
|
|
230
239
|
import { UpdateMitigationActionCommandInput, UpdateMitigationActionCommandOutput } from "../commands/UpdateMitigationActionCommand";
|
|
240
|
+
import { UpdatePackageCommandInput, UpdatePackageCommandOutput } from "../commands/UpdatePackageCommand";
|
|
241
|
+
import { UpdatePackageConfigurationCommandInput, UpdatePackageConfigurationCommandOutput } from "../commands/UpdatePackageConfigurationCommand";
|
|
242
|
+
import { UpdatePackageVersionCommandInput, UpdatePackageVersionCommandOutput } from "../commands/UpdatePackageVersionCommand";
|
|
231
243
|
import { UpdateProvisioningTemplateCommandInput, UpdateProvisioningTemplateCommandOutput } from "../commands/UpdateProvisioningTemplateCommand";
|
|
232
244
|
import { UpdateRoleAliasCommandInput, UpdateRoleAliasCommandOutput } from "../commands/UpdateRoleAliasCommand";
|
|
233
245
|
import { UpdateScheduledAuditCommandInput, UpdateScheduledAuditCommandOutput } from "../commands/UpdateScheduledAuditCommand";
|
|
@@ -358,6 +370,14 @@ export declare const se_CreateMitigationActionCommand: (input: CreateMitigationA
|
|
|
358
370
|
* serializeAws_restJson1CreateOTAUpdateCommand
|
|
359
371
|
*/
|
|
360
372
|
export declare const se_CreateOTAUpdateCommand: (input: CreateOTAUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
373
|
+
/**
|
|
374
|
+
* serializeAws_restJson1CreatePackageCommand
|
|
375
|
+
*/
|
|
376
|
+
export declare const se_CreatePackageCommand: (input: CreatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
377
|
+
/**
|
|
378
|
+
* serializeAws_restJson1CreatePackageVersionCommand
|
|
379
|
+
*/
|
|
380
|
+
export declare const se_CreatePackageVersionCommand: (input: CreatePackageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
361
381
|
/**
|
|
362
382
|
* serializeAws_restJson1CreatePolicyCommand
|
|
363
383
|
*/
|
|
@@ -478,6 +498,14 @@ export declare const se_DeleteMitigationActionCommand: (input: DeleteMitigationA
|
|
|
478
498
|
* serializeAws_restJson1DeleteOTAUpdateCommand
|
|
479
499
|
*/
|
|
480
500
|
export declare const se_DeleteOTAUpdateCommand: (input: DeleteOTAUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
501
|
+
/**
|
|
502
|
+
* serializeAws_restJson1DeletePackageCommand
|
|
503
|
+
*/
|
|
504
|
+
export declare const se_DeletePackageCommand: (input: DeletePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
505
|
+
/**
|
|
506
|
+
* serializeAws_restJson1DeletePackageVersionCommand
|
|
507
|
+
*/
|
|
508
|
+
export declare const se_DeletePackageVersionCommand: (input: DeletePackageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
481
509
|
/**
|
|
482
510
|
* serializeAws_restJson1DeletePolicyCommand
|
|
483
511
|
*/
|
|
@@ -730,6 +758,18 @@ export declare const se_GetLoggingOptionsCommand: (input: GetLoggingOptionsComma
|
|
|
730
758
|
* serializeAws_restJson1GetOTAUpdateCommand
|
|
731
759
|
*/
|
|
732
760
|
export declare const se_GetOTAUpdateCommand: (input: GetOTAUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
761
|
+
/**
|
|
762
|
+
* serializeAws_restJson1GetPackageCommand
|
|
763
|
+
*/
|
|
764
|
+
export declare const se_GetPackageCommand: (input: GetPackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
765
|
+
/**
|
|
766
|
+
* serializeAws_restJson1GetPackageConfigurationCommand
|
|
767
|
+
*/
|
|
768
|
+
export declare const se_GetPackageConfigurationCommand: (input: GetPackageConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
769
|
+
/**
|
|
770
|
+
* serializeAws_restJson1GetPackageVersionCommand
|
|
771
|
+
*/
|
|
772
|
+
export declare const se_GetPackageVersionCommand: (input: GetPackageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
733
773
|
/**
|
|
734
774
|
* serializeAws_restJson1GetPercentilesCommand
|
|
735
775
|
*/
|
|
@@ -874,6 +914,14 @@ export declare const se_ListOTAUpdatesCommand: (input: ListOTAUpdatesCommandInpu
|
|
|
874
914
|
* serializeAws_restJson1ListOutgoingCertificatesCommand
|
|
875
915
|
*/
|
|
876
916
|
export declare const se_ListOutgoingCertificatesCommand: (input: ListOutgoingCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
917
|
+
/**
|
|
918
|
+
* serializeAws_restJson1ListPackagesCommand
|
|
919
|
+
*/
|
|
920
|
+
export declare const se_ListPackagesCommand: (input: ListPackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
921
|
+
/**
|
|
922
|
+
* serializeAws_restJson1ListPackageVersionsCommand
|
|
923
|
+
*/
|
|
924
|
+
export declare const se_ListPackageVersionsCommand: (input: ListPackageVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
877
925
|
/**
|
|
878
926
|
* serializeAws_restJson1ListPoliciesCommand
|
|
879
927
|
*/
|
|
@@ -1150,6 +1198,18 @@ export declare const se_UpdateJobCommand: (input: UpdateJobCommandInput, context
|
|
|
1150
1198
|
* serializeAws_restJson1UpdateMitigationActionCommand
|
|
1151
1199
|
*/
|
|
1152
1200
|
export declare const se_UpdateMitigationActionCommand: (input: UpdateMitigationActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1201
|
+
/**
|
|
1202
|
+
* serializeAws_restJson1UpdatePackageCommand
|
|
1203
|
+
*/
|
|
1204
|
+
export declare const se_UpdatePackageCommand: (input: UpdatePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1205
|
+
/**
|
|
1206
|
+
* serializeAws_restJson1UpdatePackageConfigurationCommand
|
|
1207
|
+
*/
|
|
1208
|
+
export declare const se_UpdatePackageConfigurationCommand: (input: UpdatePackageConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1209
|
+
/**
|
|
1210
|
+
* serializeAws_restJson1UpdatePackageVersionCommand
|
|
1211
|
+
*/
|
|
1212
|
+
export declare const se_UpdatePackageVersionCommand: (input: UpdatePackageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1153
1213
|
/**
|
|
1154
1214
|
* serializeAws_restJson1UpdateProvisioningTemplateCommand
|
|
1155
1215
|
*/
|
|
@@ -1310,6 +1370,14 @@ export declare const de_CreateMitigationActionCommand: (output: __HttpResponse,
|
|
|
1310
1370
|
* deserializeAws_restJson1CreateOTAUpdateCommand
|
|
1311
1371
|
*/
|
|
1312
1372
|
export declare const de_CreateOTAUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOTAUpdateCommandOutput>;
|
|
1373
|
+
/**
|
|
1374
|
+
* deserializeAws_restJson1CreatePackageCommand
|
|
1375
|
+
*/
|
|
1376
|
+
export declare const de_CreatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePackageCommandOutput>;
|
|
1377
|
+
/**
|
|
1378
|
+
* deserializeAws_restJson1CreatePackageVersionCommand
|
|
1379
|
+
*/
|
|
1380
|
+
export declare const de_CreatePackageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePackageVersionCommandOutput>;
|
|
1313
1381
|
/**
|
|
1314
1382
|
* deserializeAws_restJson1CreatePolicyCommand
|
|
1315
1383
|
*/
|
|
@@ -1430,6 +1498,14 @@ export declare const de_DeleteMitigationActionCommand: (output: __HttpResponse,
|
|
|
1430
1498
|
* deserializeAws_restJson1DeleteOTAUpdateCommand
|
|
1431
1499
|
*/
|
|
1432
1500
|
export declare const de_DeleteOTAUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOTAUpdateCommandOutput>;
|
|
1501
|
+
/**
|
|
1502
|
+
* deserializeAws_restJson1DeletePackageCommand
|
|
1503
|
+
*/
|
|
1504
|
+
export declare const de_DeletePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePackageCommandOutput>;
|
|
1505
|
+
/**
|
|
1506
|
+
* deserializeAws_restJson1DeletePackageVersionCommand
|
|
1507
|
+
*/
|
|
1508
|
+
export declare const de_DeletePackageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePackageVersionCommandOutput>;
|
|
1433
1509
|
/**
|
|
1434
1510
|
* deserializeAws_restJson1DeletePolicyCommand
|
|
1435
1511
|
*/
|
|
@@ -1682,6 +1758,18 @@ export declare const de_GetLoggingOptionsCommand: (output: __HttpResponse, conte
|
|
|
1682
1758
|
* deserializeAws_restJson1GetOTAUpdateCommand
|
|
1683
1759
|
*/
|
|
1684
1760
|
export declare const de_GetOTAUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOTAUpdateCommandOutput>;
|
|
1761
|
+
/**
|
|
1762
|
+
* deserializeAws_restJson1GetPackageCommand
|
|
1763
|
+
*/
|
|
1764
|
+
export declare const de_GetPackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPackageCommandOutput>;
|
|
1765
|
+
/**
|
|
1766
|
+
* deserializeAws_restJson1GetPackageConfigurationCommand
|
|
1767
|
+
*/
|
|
1768
|
+
export declare const de_GetPackageConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPackageConfigurationCommandOutput>;
|
|
1769
|
+
/**
|
|
1770
|
+
* deserializeAws_restJson1GetPackageVersionCommand
|
|
1771
|
+
*/
|
|
1772
|
+
export declare const de_GetPackageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPackageVersionCommandOutput>;
|
|
1685
1773
|
/**
|
|
1686
1774
|
* deserializeAws_restJson1GetPercentilesCommand
|
|
1687
1775
|
*/
|
|
@@ -1826,6 +1914,14 @@ export declare const de_ListOTAUpdatesCommand: (output: __HttpResponse, context:
|
|
|
1826
1914
|
* deserializeAws_restJson1ListOutgoingCertificatesCommand
|
|
1827
1915
|
*/
|
|
1828
1916
|
export declare const de_ListOutgoingCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOutgoingCertificatesCommandOutput>;
|
|
1917
|
+
/**
|
|
1918
|
+
* deserializeAws_restJson1ListPackagesCommand
|
|
1919
|
+
*/
|
|
1920
|
+
export declare const de_ListPackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackagesCommandOutput>;
|
|
1921
|
+
/**
|
|
1922
|
+
* deserializeAws_restJson1ListPackageVersionsCommand
|
|
1923
|
+
*/
|
|
1924
|
+
export declare const de_ListPackageVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackageVersionsCommandOutput>;
|
|
1829
1925
|
/**
|
|
1830
1926
|
* deserializeAws_restJson1ListPoliciesCommand
|
|
1831
1927
|
*/
|
|
@@ -2102,6 +2198,18 @@ export declare const de_UpdateJobCommand: (output: __HttpResponse, context: __Se
|
|
|
2102
2198
|
* deserializeAws_restJson1UpdateMitigationActionCommand
|
|
2103
2199
|
*/
|
|
2104
2200
|
export declare const de_UpdateMitigationActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMitigationActionCommandOutput>;
|
|
2201
|
+
/**
|
|
2202
|
+
* deserializeAws_restJson1UpdatePackageCommand
|
|
2203
|
+
*/
|
|
2204
|
+
export declare const de_UpdatePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePackageCommandOutput>;
|
|
2205
|
+
/**
|
|
2206
|
+
* deserializeAws_restJson1UpdatePackageConfigurationCommand
|
|
2207
|
+
*/
|
|
2208
|
+
export declare const de_UpdatePackageConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePackageConfigurationCommandOutput>;
|
|
2209
|
+
/**
|
|
2210
|
+
* deserializeAws_restJson1UpdatePackageVersionCommand
|
|
2211
|
+
*/
|
|
2212
|
+
export declare const de_UpdatePackageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePackageVersionCommandOutput>;
|
|
2105
2213
|
/**
|
|
2106
2214
|
* deserializeAws_restJson1UpdateProvisioningTemplateCommand
|
|
2107
2215
|
*/
|
|
@@ -119,6 +119,14 @@ import {
|
|
|
119
119
|
CreateOTAUpdateCommandInput,
|
|
120
120
|
CreateOTAUpdateCommandOutput,
|
|
121
121
|
} from "./commands/CreateOTAUpdateCommand";
|
|
122
|
+
import {
|
|
123
|
+
CreatePackageCommandInput,
|
|
124
|
+
CreatePackageCommandOutput,
|
|
125
|
+
} from "./commands/CreatePackageCommand";
|
|
126
|
+
import {
|
|
127
|
+
CreatePackageVersionCommandInput,
|
|
128
|
+
CreatePackageVersionCommandOutput,
|
|
129
|
+
} from "./commands/CreatePackageVersionCommand";
|
|
122
130
|
import {
|
|
123
131
|
CreatePolicyCommandInput,
|
|
124
132
|
CreatePolicyCommandOutput,
|
|
@@ -239,6 +247,14 @@ import {
|
|
|
239
247
|
DeleteOTAUpdateCommandInput,
|
|
240
248
|
DeleteOTAUpdateCommandOutput,
|
|
241
249
|
} from "./commands/DeleteOTAUpdateCommand";
|
|
250
|
+
import {
|
|
251
|
+
DeletePackageCommandInput,
|
|
252
|
+
DeletePackageCommandOutput,
|
|
253
|
+
} from "./commands/DeletePackageCommand";
|
|
254
|
+
import {
|
|
255
|
+
DeletePackageVersionCommandInput,
|
|
256
|
+
DeletePackageVersionCommandOutput,
|
|
257
|
+
} from "./commands/DeletePackageVersionCommand";
|
|
242
258
|
import {
|
|
243
259
|
DeletePolicyCommandInput,
|
|
244
260
|
DeletePolicyCommandOutput,
|
|
@@ -491,6 +507,18 @@ import {
|
|
|
491
507
|
GetOTAUpdateCommandInput,
|
|
492
508
|
GetOTAUpdateCommandOutput,
|
|
493
509
|
} from "./commands/GetOTAUpdateCommand";
|
|
510
|
+
import {
|
|
511
|
+
GetPackageCommandInput,
|
|
512
|
+
GetPackageCommandOutput,
|
|
513
|
+
} from "./commands/GetPackageCommand";
|
|
514
|
+
import {
|
|
515
|
+
GetPackageConfigurationCommandInput,
|
|
516
|
+
GetPackageConfigurationCommandOutput,
|
|
517
|
+
} from "./commands/GetPackageConfigurationCommand";
|
|
518
|
+
import {
|
|
519
|
+
GetPackageVersionCommandInput,
|
|
520
|
+
GetPackageVersionCommandOutput,
|
|
521
|
+
} from "./commands/GetPackageVersionCommand";
|
|
494
522
|
import {
|
|
495
523
|
GetPercentilesCommandInput,
|
|
496
524
|
GetPercentilesCommandOutput,
|
|
@@ -635,6 +663,14 @@ import {
|
|
|
635
663
|
ListOutgoingCertificatesCommandInput,
|
|
636
664
|
ListOutgoingCertificatesCommandOutput,
|
|
637
665
|
} from "./commands/ListOutgoingCertificatesCommand";
|
|
666
|
+
import {
|
|
667
|
+
ListPackagesCommandInput,
|
|
668
|
+
ListPackagesCommandOutput,
|
|
669
|
+
} from "./commands/ListPackagesCommand";
|
|
670
|
+
import {
|
|
671
|
+
ListPackageVersionsCommandInput,
|
|
672
|
+
ListPackageVersionsCommandOutput,
|
|
673
|
+
} from "./commands/ListPackageVersionsCommand";
|
|
638
674
|
import {
|
|
639
675
|
ListPoliciesCommandInput,
|
|
640
676
|
ListPoliciesCommandOutput,
|
|
@@ -911,6 +947,18 @@ import {
|
|
|
911
947
|
UpdateMitigationActionCommandInput,
|
|
912
948
|
UpdateMitigationActionCommandOutput,
|
|
913
949
|
} from "./commands/UpdateMitigationActionCommand";
|
|
950
|
+
import {
|
|
951
|
+
UpdatePackageCommandInput,
|
|
952
|
+
UpdatePackageCommandOutput,
|
|
953
|
+
} from "./commands/UpdatePackageCommand";
|
|
954
|
+
import {
|
|
955
|
+
UpdatePackageConfigurationCommandInput,
|
|
956
|
+
UpdatePackageConfigurationCommandOutput,
|
|
957
|
+
} from "./commands/UpdatePackageConfigurationCommand";
|
|
958
|
+
import {
|
|
959
|
+
UpdatePackageVersionCommandInput,
|
|
960
|
+
UpdatePackageVersionCommandOutput,
|
|
961
|
+
} from "./commands/UpdatePackageVersionCommand";
|
|
914
962
|
import {
|
|
915
963
|
UpdateProvisioningTemplateCommandInput,
|
|
916
964
|
UpdateProvisioningTemplateCommandOutput,
|
|
@@ -1349,6 +1397,32 @@ export interface IoT {
|
|
|
1349
1397
|
options: __HttpHandlerOptions,
|
|
1350
1398
|
cb: (err: any, data?: CreateOTAUpdateCommandOutput) => void
|
|
1351
1399
|
): void;
|
|
1400
|
+
createPackage(
|
|
1401
|
+
args: CreatePackageCommandInput,
|
|
1402
|
+
options?: __HttpHandlerOptions
|
|
1403
|
+
): Promise<CreatePackageCommandOutput>;
|
|
1404
|
+
createPackage(
|
|
1405
|
+
args: CreatePackageCommandInput,
|
|
1406
|
+
cb: (err: any, data?: CreatePackageCommandOutput) => void
|
|
1407
|
+
): void;
|
|
1408
|
+
createPackage(
|
|
1409
|
+
args: CreatePackageCommandInput,
|
|
1410
|
+
options: __HttpHandlerOptions,
|
|
1411
|
+
cb: (err: any, data?: CreatePackageCommandOutput) => void
|
|
1412
|
+
): void;
|
|
1413
|
+
createPackageVersion(
|
|
1414
|
+
args: CreatePackageVersionCommandInput,
|
|
1415
|
+
options?: __HttpHandlerOptions
|
|
1416
|
+
): Promise<CreatePackageVersionCommandOutput>;
|
|
1417
|
+
createPackageVersion(
|
|
1418
|
+
args: CreatePackageVersionCommandInput,
|
|
1419
|
+
cb: (err: any, data?: CreatePackageVersionCommandOutput) => void
|
|
1420
|
+
): void;
|
|
1421
|
+
createPackageVersion(
|
|
1422
|
+
args: CreatePackageVersionCommandInput,
|
|
1423
|
+
options: __HttpHandlerOptions,
|
|
1424
|
+
cb: (err: any, data?: CreatePackageVersionCommandOutput) => void
|
|
1425
|
+
): void;
|
|
1352
1426
|
createPolicy(
|
|
1353
1427
|
args: CreatePolicyCommandInput,
|
|
1354
1428
|
options?: __HttpHandlerOptions
|
|
@@ -1745,6 +1819,32 @@ export interface IoT {
|
|
|
1745
1819
|
options: __HttpHandlerOptions,
|
|
1746
1820
|
cb: (err: any, data?: DeleteOTAUpdateCommandOutput) => void
|
|
1747
1821
|
): void;
|
|
1822
|
+
deletePackage(
|
|
1823
|
+
args: DeletePackageCommandInput,
|
|
1824
|
+
options?: __HttpHandlerOptions
|
|
1825
|
+
): Promise<DeletePackageCommandOutput>;
|
|
1826
|
+
deletePackage(
|
|
1827
|
+
args: DeletePackageCommandInput,
|
|
1828
|
+
cb: (err: any, data?: DeletePackageCommandOutput) => void
|
|
1829
|
+
): void;
|
|
1830
|
+
deletePackage(
|
|
1831
|
+
args: DeletePackageCommandInput,
|
|
1832
|
+
options: __HttpHandlerOptions,
|
|
1833
|
+
cb: (err: any, data?: DeletePackageCommandOutput) => void
|
|
1834
|
+
): void;
|
|
1835
|
+
deletePackageVersion(
|
|
1836
|
+
args: DeletePackageVersionCommandInput,
|
|
1837
|
+
options?: __HttpHandlerOptions
|
|
1838
|
+
): Promise<DeletePackageVersionCommandOutput>;
|
|
1839
|
+
deletePackageVersion(
|
|
1840
|
+
args: DeletePackageVersionCommandInput,
|
|
1841
|
+
cb: (err: any, data?: DeletePackageVersionCommandOutput) => void
|
|
1842
|
+
): void;
|
|
1843
|
+
deletePackageVersion(
|
|
1844
|
+
args: DeletePackageVersionCommandInput,
|
|
1845
|
+
options: __HttpHandlerOptions,
|
|
1846
|
+
cb: (err: any, data?: DeletePackageVersionCommandOutput) => void
|
|
1847
|
+
): void;
|
|
1748
1848
|
deletePolicy(
|
|
1749
1849
|
args: DeletePolicyCommandInput,
|
|
1750
1850
|
options?: __HttpHandlerOptions
|
|
@@ -2600,6 +2700,45 @@ export interface IoT {
|
|
|
2600
2700
|
options: __HttpHandlerOptions,
|
|
2601
2701
|
cb: (err: any, data?: GetOTAUpdateCommandOutput) => void
|
|
2602
2702
|
): void;
|
|
2703
|
+
getPackage(
|
|
2704
|
+
args: GetPackageCommandInput,
|
|
2705
|
+
options?: __HttpHandlerOptions
|
|
2706
|
+
): Promise<GetPackageCommandOutput>;
|
|
2707
|
+
getPackage(
|
|
2708
|
+
args: GetPackageCommandInput,
|
|
2709
|
+
cb: (err: any, data?: GetPackageCommandOutput) => void
|
|
2710
|
+
): void;
|
|
2711
|
+
getPackage(
|
|
2712
|
+
args: GetPackageCommandInput,
|
|
2713
|
+
options: __HttpHandlerOptions,
|
|
2714
|
+
cb: (err: any, data?: GetPackageCommandOutput) => void
|
|
2715
|
+
): void;
|
|
2716
|
+
getPackageConfiguration(
|
|
2717
|
+
args: GetPackageConfigurationCommandInput,
|
|
2718
|
+
options?: __HttpHandlerOptions
|
|
2719
|
+
): Promise<GetPackageConfigurationCommandOutput>;
|
|
2720
|
+
getPackageConfiguration(
|
|
2721
|
+
args: GetPackageConfigurationCommandInput,
|
|
2722
|
+
cb: (err: any, data?: GetPackageConfigurationCommandOutput) => void
|
|
2723
|
+
): void;
|
|
2724
|
+
getPackageConfiguration(
|
|
2725
|
+
args: GetPackageConfigurationCommandInput,
|
|
2726
|
+
options: __HttpHandlerOptions,
|
|
2727
|
+
cb: (err: any, data?: GetPackageConfigurationCommandOutput) => void
|
|
2728
|
+
): void;
|
|
2729
|
+
getPackageVersion(
|
|
2730
|
+
args: GetPackageVersionCommandInput,
|
|
2731
|
+
options?: __HttpHandlerOptions
|
|
2732
|
+
): Promise<GetPackageVersionCommandOutput>;
|
|
2733
|
+
getPackageVersion(
|
|
2734
|
+
args: GetPackageVersionCommandInput,
|
|
2735
|
+
cb: (err: any, data?: GetPackageVersionCommandOutput) => void
|
|
2736
|
+
): void;
|
|
2737
|
+
getPackageVersion(
|
|
2738
|
+
args: GetPackageVersionCommandInput,
|
|
2739
|
+
options: __HttpHandlerOptions,
|
|
2740
|
+
cb: (err: any, data?: GetPackageVersionCommandOutput) => void
|
|
2741
|
+
): void;
|
|
2603
2742
|
getPercentiles(
|
|
2604
2743
|
args: GetPercentilesCommandInput,
|
|
2605
2744
|
options?: __HttpHandlerOptions
|
|
@@ -3080,6 +3219,32 @@ export interface IoT {
|
|
|
3080
3219
|
options: __HttpHandlerOptions,
|
|
3081
3220
|
cb: (err: any, data?: ListOutgoingCertificatesCommandOutput) => void
|
|
3082
3221
|
): void;
|
|
3222
|
+
listPackages(
|
|
3223
|
+
args: ListPackagesCommandInput,
|
|
3224
|
+
options?: __HttpHandlerOptions
|
|
3225
|
+
): Promise<ListPackagesCommandOutput>;
|
|
3226
|
+
listPackages(
|
|
3227
|
+
args: ListPackagesCommandInput,
|
|
3228
|
+
cb: (err: any, data?: ListPackagesCommandOutput) => void
|
|
3229
|
+
): void;
|
|
3230
|
+
listPackages(
|
|
3231
|
+
args: ListPackagesCommandInput,
|
|
3232
|
+
options: __HttpHandlerOptions,
|
|
3233
|
+
cb: (err: any, data?: ListPackagesCommandOutput) => void
|
|
3234
|
+
): void;
|
|
3235
|
+
listPackageVersions(
|
|
3236
|
+
args: ListPackageVersionsCommandInput,
|
|
3237
|
+
options?: __HttpHandlerOptions
|
|
3238
|
+
): Promise<ListPackageVersionsCommandOutput>;
|
|
3239
|
+
listPackageVersions(
|
|
3240
|
+
args: ListPackageVersionsCommandInput,
|
|
3241
|
+
cb: (err: any, data?: ListPackageVersionsCommandOutput) => void
|
|
3242
|
+
): void;
|
|
3243
|
+
listPackageVersions(
|
|
3244
|
+
args: ListPackageVersionsCommandInput,
|
|
3245
|
+
options: __HttpHandlerOptions,
|
|
3246
|
+
cb: (err: any, data?: ListPackageVersionsCommandOutput) => void
|
|
3247
|
+
): void;
|
|
3083
3248
|
listPolicies(
|
|
3084
3249
|
args: ListPoliciesCommandInput,
|
|
3085
3250
|
options?: __HttpHandlerOptions
|
|
@@ -3983,6 +4148,45 @@ export interface IoT {
|
|
|
3983
4148
|
options: __HttpHandlerOptions,
|
|
3984
4149
|
cb: (err: any, data?: UpdateMitigationActionCommandOutput) => void
|
|
3985
4150
|
): void;
|
|
4151
|
+
updatePackage(
|
|
4152
|
+
args: UpdatePackageCommandInput,
|
|
4153
|
+
options?: __HttpHandlerOptions
|
|
4154
|
+
): Promise<UpdatePackageCommandOutput>;
|
|
4155
|
+
updatePackage(
|
|
4156
|
+
args: UpdatePackageCommandInput,
|
|
4157
|
+
cb: (err: any, data?: UpdatePackageCommandOutput) => void
|
|
4158
|
+
): void;
|
|
4159
|
+
updatePackage(
|
|
4160
|
+
args: UpdatePackageCommandInput,
|
|
4161
|
+
options: __HttpHandlerOptions,
|
|
4162
|
+
cb: (err: any, data?: UpdatePackageCommandOutput) => void
|
|
4163
|
+
): void;
|
|
4164
|
+
updatePackageConfiguration(
|
|
4165
|
+
args: UpdatePackageConfigurationCommandInput,
|
|
4166
|
+
options?: __HttpHandlerOptions
|
|
4167
|
+
): Promise<UpdatePackageConfigurationCommandOutput>;
|
|
4168
|
+
updatePackageConfiguration(
|
|
4169
|
+
args: UpdatePackageConfigurationCommandInput,
|
|
4170
|
+
cb: (err: any, data?: UpdatePackageConfigurationCommandOutput) => void
|
|
4171
|
+
): void;
|
|
4172
|
+
updatePackageConfiguration(
|
|
4173
|
+
args: UpdatePackageConfigurationCommandInput,
|
|
4174
|
+
options: __HttpHandlerOptions,
|
|
4175
|
+
cb: (err: any, data?: UpdatePackageConfigurationCommandOutput) => void
|
|
4176
|
+
): void;
|
|
4177
|
+
updatePackageVersion(
|
|
4178
|
+
args: UpdatePackageVersionCommandInput,
|
|
4179
|
+
options?: __HttpHandlerOptions
|
|
4180
|
+
): Promise<UpdatePackageVersionCommandOutput>;
|
|
4181
|
+
updatePackageVersion(
|
|
4182
|
+
args: UpdatePackageVersionCommandInput,
|
|
4183
|
+
cb: (err: any, data?: UpdatePackageVersionCommandOutput) => void
|
|
4184
|
+
): void;
|
|
4185
|
+
updatePackageVersion(
|
|
4186
|
+
args: UpdatePackageVersionCommandInput,
|
|
4187
|
+
options: __HttpHandlerOptions,
|
|
4188
|
+
cb: (err: any, data?: UpdatePackageVersionCommandOutput) => void
|
|
4189
|
+
): void;
|
|
3986
4190
|
updateProvisioningTemplate(
|
|
3987
4191
|
args: UpdateProvisioningTemplateCommandInput,
|
|
3988
4192
|
options?: __HttpHandlerOptions
|
|
@@ -166,6 +166,14 @@ import {
|
|
|
166
166
|
CreateOTAUpdateCommandInput,
|
|
167
167
|
CreateOTAUpdateCommandOutput,
|
|
168
168
|
} from "./commands/CreateOTAUpdateCommand";
|
|
169
|
+
import {
|
|
170
|
+
CreatePackageCommandInput,
|
|
171
|
+
CreatePackageCommandOutput,
|
|
172
|
+
} from "./commands/CreatePackageCommand";
|
|
173
|
+
import {
|
|
174
|
+
CreatePackageVersionCommandInput,
|
|
175
|
+
CreatePackageVersionCommandOutput,
|
|
176
|
+
} from "./commands/CreatePackageVersionCommand";
|
|
169
177
|
import {
|
|
170
178
|
CreatePolicyCommandInput,
|
|
171
179
|
CreatePolicyCommandOutput,
|
|
@@ -286,6 +294,14 @@ import {
|
|
|
286
294
|
DeleteOTAUpdateCommandInput,
|
|
287
295
|
DeleteOTAUpdateCommandOutput,
|
|
288
296
|
} from "./commands/DeleteOTAUpdateCommand";
|
|
297
|
+
import {
|
|
298
|
+
DeletePackageCommandInput,
|
|
299
|
+
DeletePackageCommandOutput,
|
|
300
|
+
} from "./commands/DeletePackageCommand";
|
|
301
|
+
import {
|
|
302
|
+
DeletePackageVersionCommandInput,
|
|
303
|
+
DeletePackageVersionCommandOutput,
|
|
304
|
+
} from "./commands/DeletePackageVersionCommand";
|
|
289
305
|
import {
|
|
290
306
|
DeletePolicyCommandInput,
|
|
291
307
|
DeletePolicyCommandOutput,
|
|
@@ -538,6 +554,18 @@ import {
|
|
|
538
554
|
GetOTAUpdateCommandInput,
|
|
539
555
|
GetOTAUpdateCommandOutput,
|
|
540
556
|
} from "./commands/GetOTAUpdateCommand";
|
|
557
|
+
import {
|
|
558
|
+
GetPackageCommandInput,
|
|
559
|
+
GetPackageCommandOutput,
|
|
560
|
+
} from "./commands/GetPackageCommand";
|
|
561
|
+
import {
|
|
562
|
+
GetPackageConfigurationCommandInput,
|
|
563
|
+
GetPackageConfigurationCommandOutput,
|
|
564
|
+
} from "./commands/GetPackageConfigurationCommand";
|
|
565
|
+
import {
|
|
566
|
+
GetPackageVersionCommandInput,
|
|
567
|
+
GetPackageVersionCommandOutput,
|
|
568
|
+
} from "./commands/GetPackageVersionCommand";
|
|
541
569
|
import {
|
|
542
570
|
GetPercentilesCommandInput,
|
|
543
571
|
GetPercentilesCommandOutput,
|
|
@@ -682,6 +710,14 @@ import {
|
|
|
682
710
|
ListOutgoingCertificatesCommandInput,
|
|
683
711
|
ListOutgoingCertificatesCommandOutput,
|
|
684
712
|
} from "./commands/ListOutgoingCertificatesCommand";
|
|
713
|
+
import {
|
|
714
|
+
ListPackagesCommandInput,
|
|
715
|
+
ListPackagesCommandOutput,
|
|
716
|
+
} from "./commands/ListPackagesCommand";
|
|
717
|
+
import {
|
|
718
|
+
ListPackageVersionsCommandInput,
|
|
719
|
+
ListPackageVersionsCommandOutput,
|
|
720
|
+
} from "./commands/ListPackageVersionsCommand";
|
|
685
721
|
import {
|
|
686
722
|
ListPoliciesCommandInput,
|
|
687
723
|
ListPoliciesCommandOutput,
|
|
@@ -958,6 +994,18 @@ import {
|
|
|
958
994
|
UpdateMitigationActionCommandInput,
|
|
959
995
|
UpdateMitigationActionCommandOutput,
|
|
960
996
|
} from "./commands/UpdateMitigationActionCommand";
|
|
997
|
+
import {
|
|
998
|
+
UpdatePackageCommandInput,
|
|
999
|
+
UpdatePackageCommandOutput,
|
|
1000
|
+
} from "./commands/UpdatePackageCommand";
|
|
1001
|
+
import {
|
|
1002
|
+
UpdatePackageConfigurationCommandInput,
|
|
1003
|
+
UpdatePackageConfigurationCommandOutput,
|
|
1004
|
+
} from "./commands/UpdatePackageConfigurationCommand";
|
|
1005
|
+
import {
|
|
1006
|
+
UpdatePackageVersionCommandInput,
|
|
1007
|
+
UpdatePackageVersionCommandOutput,
|
|
1008
|
+
} from "./commands/UpdatePackageVersionCommand";
|
|
961
1009
|
import {
|
|
962
1010
|
UpdateProvisioningTemplateCommandInput,
|
|
963
1011
|
UpdateProvisioningTemplateCommandOutput,
|
|
@@ -1035,6 +1083,8 @@ export type ServiceInputTypes =
|
|
|
1035
1083
|
| CreateKeysAndCertificateCommandInput
|
|
1036
1084
|
| CreateMitigationActionCommandInput
|
|
1037
1085
|
| CreateOTAUpdateCommandInput
|
|
1086
|
+
| CreatePackageCommandInput
|
|
1087
|
+
| CreatePackageVersionCommandInput
|
|
1038
1088
|
| CreatePolicyCommandInput
|
|
1039
1089
|
| CreatePolicyVersionCommandInput
|
|
1040
1090
|
| CreateProvisioningClaimCommandInput
|
|
@@ -1065,6 +1115,8 @@ export type ServiceInputTypes =
|
|
|
1065
1115
|
| DeleteJobTemplateCommandInput
|
|
1066
1116
|
| DeleteMitigationActionCommandInput
|
|
1067
1117
|
| DeleteOTAUpdateCommandInput
|
|
1118
|
+
| DeletePackageCommandInput
|
|
1119
|
+
| DeletePackageVersionCommandInput
|
|
1068
1120
|
| DeletePolicyCommandInput
|
|
1069
1121
|
| DeletePolicyVersionCommandInput
|
|
1070
1122
|
| DeleteProvisioningTemplateCommandInput
|
|
@@ -1128,6 +1180,9 @@ export type ServiceInputTypes =
|
|
|
1128
1180
|
| GetJobDocumentCommandInput
|
|
1129
1181
|
| GetLoggingOptionsCommandInput
|
|
1130
1182
|
| GetOTAUpdateCommandInput
|
|
1183
|
+
| GetPackageCommandInput
|
|
1184
|
+
| GetPackageConfigurationCommandInput
|
|
1185
|
+
| GetPackageVersionCommandInput
|
|
1131
1186
|
| GetPercentilesCommandInput
|
|
1132
1187
|
| GetPolicyCommandInput
|
|
1133
1188
|
| GetPolicyVersionCommandInput
|
|
@@ -1164,6 +1219,8 @@ export type ServiceInputTypes =
|
|
|
1164
1219
|
| ListMitigationActionsCommandInput
|
|
1165
1220
|
| ListOTAUpdatesCommandInput
|
|
1166
1221
|
| ListOutgoingCertificatesCommandInput
|
|
1222
|
+
| ListPackageVersionsCommandInput
|
|
1223
|
+
| ListPackagesCommandInput
|
|
1167
1224
|
| ListPoliciesCommandInput
|
|
1168
1225
|
| ListPolicyPrincipalsCommandInput
|
|
1169
1226
|
| ListPolicyVersionsCommandInput
|
|
@@ -1233,6 +1290,9 @@ export type ServiceInputTypes =
|
|
|
1233
1290
|
| UpdateIndexingConfigurationCommandInput
|
|
1234
1291
|
| UpdateJobCommandInput
|
|
1235
1292
|
| UpdateMitigationActionCommandInput
|
|
1293
|
+
| UpdatePackageCommandInput
|
|
1294
|
+
| UpdatePackageConfigurationCommandInput
|
|
1295
|
+
| UpdatePackageVersionCommandInput
|
|
1236
1296
|
| UpdateProvisioningTemplateCommandInput
|
|
1237
1297
|
| UpdateRoleAliasCommandInput
|
|
1238
1298
|
| UpdateScheduledAuditCommandInput
|
|
@@ -1274,6 +1334,8 @@ export type ServiceOutputTypes =
|
|
|
1274
1334
|
| CreateKeysAndCertificateCommandOutput
|
|
1275
1335
|
| CreateMitigationActionCommandOutput
|
|
1276
1336
|
| CreateOTAUpdateCommandOutput
|
|
1337
|
+
| CreatePackageCommandOutput
|
|
1338
|
+
| CreatePackageVersionCommandOutput
|
|
1277
1339
|
| CreatePolicyCommandOutput
|
|
1278
1340
|
| CreatePolicyVersionCommandOutput
|
|
1279
1341
|
| CreateProvisioningClaimCommandOutput
|
|
@@ -1304,6 +1366,8 @@ export type ServiceOutputTypes =
|
|
|
1304
1366
|
| DeleteJobTemplateCommandOutput
|
|
1305
1367
|
| DeleteMitigationActionCommandOutput
|
|
1306
1368
|
| DeleteOTAUpdateCommandOutput
|
|
1369
|
+
| DeletePackageCommandOutput
|
|
1370
|
+
| DeletePackageVersionCommandOutput
|
|
1307
1371
|
| DeletePolicyCommandOutput
|
|
1308
1372
|
| DeletePolicyVersionCommandOutput
|
|
1309
1373
|
| DeleteProvisioningTemplateCommandOutput
|
|
@@ -1367,6 +1431,9 @@ export type ServiceOutputTypes =
|
|
|
1367
1431
|
| GetJobDocumentCommandOutput
|
|
1368
1432
|
| GetLoggingOptionsCommandOutput
|
|
1369
1433
|
| GetOTAUpdateCommandOutput
|
|
1434
|
+
| GetPackageCommandOutput
|
|
1435
|
+
| GetPackageConfigurationCommandOutput
|
|
1436
|
+
| GetPackageVersionCommandOutput
|
|
1370
1437
|
| GetPercentilesCommandOutput
|
|
1371
1438
|
| GetPolicyCommandOutput
|
|
1372
1439
|
| GetPolicyVersionCommandOutput
|
|
@@ -1403,6 +1470,8 @@ export type ServiceOutputTypes =
|
|
|
1403
1470
|
| ListMitigationActionsCommandOutput
|
|
1404
1471
|
| ListOTAUpdatesCommandOutput
|
|
1405
1472
|
| ListOutgoingCertificatesCommandOutput
|
|
1473
|
+
| ListPackageVersionsCommandOutput
|
|
1474
|
+
| ListPackagesCommandOutput
|
|
1406
1475
|
| ListPoliciesCommandOutput
|
|
1407
1476
|
| ListPolicyPrincipalsCommandOutput
|
|
1408
1477
|
| ListPolicyVersionsCommandOutput
|
|
@@ -1472,6 +1541,9 @@ export type ServiceOutputTypes =
|
|
|
1472
1541
|
| UpdateIndexingConfigurationCommandOutput
|
|
1473
1542
|
| UpdateJobCommandOutput
|
|
1474
1543
|
| UpdateMitigationActionCommandOutput
|
|
1544
|
+
| UpdatePackageCommandOutput
|
|
1545
|
+
| UpdatePackageConfigurationCommandOutput
|
|
1546
|
+
| UpdatePackageVersionCommandOutput
|
|
1475
1547
|
| UpdateProvisioningTemplateCommandOutput
|
|
1476
1548
|
| UpdateRoleAliasCommandOutput
|
|
1477
1549
|
| UpdateScheduledAuditCommandOutput
|