@aws-sdk/client-iotsitewise 3.975.0 → 3.978.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/dist-cjs/index.js +179 -140
- package/dist-es/IoTSiteWise.js +75 -1
- package/dist-types/IoTSiteWise.d.ts +241 -1
- package/dist-types/ts3.4/IoTSiteWise.d.ts +264 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -4936,122 +4936,12 @@ class UpdateProjectCommand extends smithyClient.Command
|
|
|
4936
4936
|
.build() {
|
|
4937
4937
|
}
|
|
4938
4938
|
|
|
4939
|
-
const commands = {
|
|
4940
|
-
AssociateAssetsCommand,
|
|
4941
|
-
AssociateTimeSeriesToAssetPropertyCommand,
|
|
4942
|
-
BatchAssociateProjectAssetsCommand,
|
|
4943
|
-
BatchDisassociateProjectAssetsCommand,
|
|
4944
|
-
BatchGetAssetPropertyAggregatesCommand,
|
|
4945
|
-
BatchGetAssetPropertyValueCommand,
|
|
4946
|
-
BatchGetAssetPropertyValueHistoryCommand,
|
|
4947
|
-
BatchPutAssetPropertyValueCommand,
|
|
4948
|
-
CreateAccessPolicyCommand,
|
|
4949
|
-
CreateAssetCommand,
|
|
4950
|
-
CreateAssetModelCommand,
|
|
4951
|
-
CreateAssetModelCompositeModelCommand,
|
|
4952
|
-
CreateBulkImportJobCommand,
|
|
4953
|
-
CreateComputationModelCommand,
|
|
4954
|
-
CreateDashboardCommand,
|
|
4955
|
-
CreateDatasetCommand,
|
|
4956
|
-
CreateGatewayCommand,
|
|
4957
|
-
CreatePortalCommand,
|
|
4958
|
-
CreateProjectCommand,
|
|
4959
|
-
DeleteAccessPolicyCommand,
|
|
4960
|
-
DeleteAssetCommand,
|
|
4961
|
-
DeleteAssetModelCommand,
|
|
4962
|
-
DeleteAssetModelCompositeModelCommand,
|
|
4963
|
-
DeleteAssetModelInterfaceRelationshipCommand,
|
|
4964
|
-
DeleteComputationModelCommand,
|
|
4965
|
-
DeleteDashboardCommand,
|
|
4966
|
-
DeleteDatasetCommand,
|
|
4967
|
-
DeleteGatewayCommand,
|
|
4968
|
-
DeletePortalCommand,
|
|
4969
|
-
DeleteProjectCommand,
|
|
4970
|
-
DeleteTimeSeriesCommand,
|
|
4971
|
-
DescribeAccessPolicyCommand,
|
|
4972
|
-
DescribeActionCommand,
|
|
4973
|
-
DescribeAssetCommand,
|
|
4974
|
-
DescribeAssetCompositeModelCommand,
|
|
4975
|
-
DescribeAssetModelCommand,
|
|
4976
|
-
DescribeAssetModelCompositeModelCommand,
|
|
4977
|
-
DescribeAssetModelInterfaceRelationshipCommand,
|
|
4978
|
-
DescribeAssetPropertyCommand,
|
|
4979
|
-
DescribeBulkImportJobCommand,
|
|
4980
|
-
DescribeComputationModelCommand,
|
|
4981
|
-
DescribeComputationModelExecutionSummaryCommand,
|
|
4982
|
-
DescribeDashboardCommand,
|
|
4983
|
-
DescribeDatasetCommand,
|
|
4984
|
-
DescribeDefaultEncryptionConfigurationCommand,
|
|
4985
|
-
DescribeExecutionCommand,
|
|
4986
|
-
DescribeGatewayCommand,
|
|
4987
|
-
DescribeGatewayCapabilityConfigurationCommand,
|
|
4988
|
-
DescribeLoggingOptionsCommand,
|
|
4989
|
-
DescribePortalCommand,
|
|
4990
|
-
DescribeProjectCommand,
|
|
4991
|
-
DescribeStorageConfigurationCommand,
|
|
4992
|
-
DescribeTimeSeriesCommand,
|
|
4993
|
-
DisassociateAssetsCommand,
|
|
4994
|
-
DisassociateTimeSeriesFromAssetPropertyCommand,
|
|
4995
|
-
ExecuteActionCommand,
|
|
4996
|
-
ExecuteQueryCommand,
|
|
4997
|
-
GetAssetPropertyAggregatesCommand,
|
|
4998
|
-
GetAssetPropertyValueCommand,
|
|
4999
|
-
GetAssetPropertyValueHistoryCommand,
|
|
5000
|
-
GetInterpolatedAssetPropertyValuesCommand,
|
|
5001
|
-
InvokeAssistantCommand,
|
|
5002
|
-
ListAccessPoliciesCommand,
|
|
5003
|
-
ListActionsCommand,
|
|
5004
|
-
ListAssetModelCompositeModelsCommand,
|
|
5005
|
-
ListAssetModelPropertiesCommand,
|
|
5006
|
-
ListAssetModelsCommand,
|
|
5007
|
-
ListAssetPropertiesCommand,
|
|
5008
|
-
ListAssetRelationshipsCommand,
|
|
5009
|
-
ListAssetsCommand,
|
|
5010
|
-
ListAssociatedAssetsCommand,
|
|
5011
|
-
ListBulkImportJobsCommand,
|
|
5012
|
-
ListCompositionRelationshipsCommand,
|
|
5013
|
-
ListComputationModelDataBindingUsagesCommand,
|
|
5014
|
-
ListComputationModelResolveToResourcesCommand,
|
|
5015
|
-
ListComputationModelsCommand,
|
|
5016
|
-
ListDashboardsCommand,
|
|
5017
|
-
ListDatasetsCommand,
|
|
5018
|
-
ListExecutionsCommand,
|
|
5019
|
-
ListGatewaysCommand,
|
|
5020
|
-
ListInterfaceRelationshipsCommand,
|
|
5021
|
-
ListPortalsCommand,
|
|
5022
|
-
ListProjectAssetsCommand,
|
|
5023
|
-
ListProjectsCommand,
|
|
5024
|
-
ListTagsForResourceCommand,
|
|
5025
|
-
ListTimeSeriesCommand,
|
|
5026
|
-
PutAssetModelInterfaceRelationshipCommand,
|
|
5027
|
-
PutDefaultEncryptionConfigurationCommand,
|
|
5028
|
-
PutLoggingOptionsCommand,
|
|
5029
|
-
PutStorageConfigurationCommand,
|
|
5030
|
-
TagResourceCommand,
|
|
5031
|
-
UntagResourceCommand,
|
|
5032
|
-
UpdateAccessPolicyCommand,
|
|
5033
|
-
UpdateAssetCommand,
|
|
5034
|
-
UpdateAssetModelCommand,
|
|
5035
|
-
UpdateAssetModelCompositeModelCommand,
|
|
5036
|
-
UpdateAssetPropertyCommand,
|
|
5037
|
-
UpdateComputationModelCommand,
|
|
5038
|
-
UpdateDashboardCommand,
|
|
5039
|
-
UpdateDatasetCommand,
|
|
5040
|
-
UpdateGatewayCommand,
|
|
5041
|
-
UpdateGatewayCapabilityConfigurationCommand,
|
|
5042
|
-
UpdatePortalCommand,
|
|
5043
|
-
UpdateProjectCommand,
|
|
5044
|
-
};
|
|
5045
|
-
class IoTSiteWise extends IoTSiteWiseClient {
|
|
5046
|
-
}
|
|
5047
|
-
smithyClient.createAggregatedClient(commands, IoTSiteWise);
|
|
5048
|
-
|
|
5049
4939
|
const paginateBatchGetAssetPropertyAggregates = core.createPaginator(IoTSiteWiseClient, BatchGetAssetPropertyAggregatesCommand, "nextToken", "nextToken", "maxResults");
|
|
5050
4940
|
|
|
5051
|
-
const paginateBatchGetAssetPropertyValue = core.createPaginator(IoTSiteWiseClient, BatchGetAssetPropertyValueCommand, "nextToken", "nextToken", "");
|
|
5052
|
-
|
|
5053
4941
|
const paginateBatchGetAssetPropertyValueHistory = core.createPaginator(IoTSiteWiseClient, BatchGetAssetPropertyValueHistoryCommand, "nextToken", "nextToken", "maxResults");
|
|
5054
4942
|
|
|
4943
|
+
const paginateBatchGetAssetPropertyValue = core.createPaginator(IoTSiteWiseClient, BatchGetAssetPropertyValueCommand, "nextToken", "nextToken", "");
|
|
4944
|
+
|
|
5055
4945
|
const paginateExecuteQuery = core.createPaginator(IoTSiteWiseClient, ExecuteQueryCommand, "nextToken", "nextToken", "maxResults");
|
|
5056
4946
|
|
|
5057
4947
|
const paginateGetAssetPropertyAggregates = core.createPaginator(IoTSiteWiseClient, GetAssetPropertyAggregatesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -5144,30 +5034,6 @@ const waitUntilAssetActive = async (params, input) => {
|
|
|
5144
5034
|
};
|
|
5145
5035
|
|
|
5146
5036
|
const checkState$4 = async (client, input) => {
|
|
5147
|
-
let reason;
|
|
5148
|
-
try {
|
|
5149
|
-
let result = await client.send(new DescribeAssetCommand(input));
|
|
5150
|
-
reason = result;
|
|
5151
|
-
}
|
|
5152
|
-
catch (exception) {
|
|
5153
|
-
reason = exception;
|
|
5154
|
-
if (exception.name && exception.name == "ResourceNotFoundException") {
|
|
5155
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
5156
|
-
}
|
|
5157
|
-
}
|
|
5158
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5159
|
-
};
|
|
5160
|
-
const waitForAssetNotExists = async (params, input) => {
|
|
5161
|
-
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
5162
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
5163
|
-
};
|
|
5164
|
-
const waitUntilAssetNotExists = async (params, input) => {
|
|
5165
|
-
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
5166
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
5167
|
-
return utilWaiter.checkExceptions(result);
|
|
5168
|
-
};
|
|
5169
|
-
|
|
5170
|
-
const checkState$3 = async (client, input) => {
|
|
5171
5037
|
let reason;
|
|
5172
5038
|
try {
|
|
5173
5039
|
let result = await client.send(new DescribeAssetModelCommand(input));
|
|
@@ -5198,15 +5064,15 @@ const checkState$3 = async (client, input) => {
|
|
|
5198
5064
|
};
|
|
5199
5065
|
const waitForAssetModelActive = async (params, input) => {
|
|
5200
5066
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
5201
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
5067
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
5202
5068
|
};
|
|
5203
5069
|
const waitUntilAssetModelActive = async (params, input) => {
|
|
5204
5070
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
5205
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
5071
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
5206
5072
|
return utilWaiter.checkExceptions(result);
|
|
5207
5073
|
};
|
|
5208
5074
|
|
|
5209
|
-
const checkState$
|
|
5075
|
+
const checkState$3 = async (client, input) => {
|
|
5210
5076
|
let reason;
|
|
5211
5077
|
try {
|
|
5212
5078
|
let result = await client.send(new DescribeAssetModelCommand(input));
|
|
@@ -5222,9 +5088,33 @@ const checkState$2 = async (client, input) => {
|
|
|
5222
5088
|
};
|
|
5223
5089
|
const waitForAssetModelNotExists = async (params, input) => {
|
|
5224
5090
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
5225
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
5091
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
5226
5092
|
};
|
|
5227
5093
|
const waitUntilAssetModelNotExists = async (params, input) => {
|
|
5094
|
+
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
5095
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
5096
|
+
return utilWaiter.checkExceptions(result);
|
|
5097
|
+
};
|
|
5098
|
+
|
|
5099
|
+
const checkState$2 = async (client, input) => {
|
|
5100
|
+
let reason;
|
|
5101
|
+
try {
|
|
5102
|
+
let result = await client.send(new DescribeAssetCommand(input));
|
|
5103
|
+
reason = result;
|
|
5104
|
+
}
|
|
5105
|
+
catch (exception) {
|
|
5106
|
+
reason = exception;
|
|
5107
|
+
if (exception.name && exception.name == "ResourceNotFoundException") {
|
|
5108
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
5109
|
+
}
|
|
5110
|
+
}
|
|
5111
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5112
|
+
};
|
|
5113
|
+
const waitForAssetNotExists = async (params, input) => {
|
|
5114
|
+
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
5115
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
5116
|
+
};
|
|
5117
|
+
const waitUntilAssetNotExists = async (params, input) => {
|
|
5228
5118
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
5229
5119
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
5230
5120
|
return utilWaiter.checkExceptions(result);
|
|
@@ -5284,6 +5174,155 @@ const waitUntilPortalNotExists = async (params, input) => {
|
|
|
5284
5174
|
return utilWaiter.checkExceptions(result);
|
|
5285
5175
|
};
|
|
5286
5176
|
|
|
5177
|
+
const commands = {
|
|
5178
|
+
AssociateAssetsCommand,
|
|
5179
|
+
AssociateTimeSeriesToAssetPropertyCommand,
|
|
5180
|
+
BatchAssociateProjectAssetsCommand,
|
|
5181
|
+
BatchDisassociateProjectAssetsCommand,
|
|
5182
|
+
BatchGetAssetPropertyAggregatesCommand,
|
|
5183
|
+
BatchGetAssetPropertyValueCommand,
|
|
5184
|
+
BatchGetAssetPropertyValueHistoryCommand,
|
|
5185
|
+
BatchPutAssetPropertyValueCommand,
|
|
5186
|
+
CreateAccessPolicyCommand,
|
|
5187
|
+
CreateAssetCommand,
|
|
5188
|
+
CreateAssetModelCommand,
|
|
5189
|
+
CreateAssetModelCompositeModelCommand,
|
|
5190
|
+
CreateBulkImportJobCommand,
|
|
5191
|
+
CreateComputationModelCommand,
|
|
5192
|
+
CreateDashboardCommand,
|
|
5193
|
+
CreateDatasetCommand,
|
|
5194
|
+
CreateGatewayCommand,
|
|
5195
|
+
CreatePortalCommand,
|
|
5196
|
+
CreateProjectCommand,
|
|
5197
|
+
DeleteAccessPolicyCommand,
|
|
5198
|
+
DeleteAssetCommand,
|
|
5199
|
+
DeleteAssetModelCommand,
|
|
5200
|
+
DeleteAssetModelCompositeModelCommand,
|
|
5201
|
+
DeleteAssetModelInterfaceRelationshipCommand,
|
|
5202
|
+
DeleteComputationModelCommand,
|
|
5203
|
+
DeleteDashboardCommand,
|
|
5204
|
+
DeleteDatasetCommand,
|
|
5205
|
+
DeleteGatewayCommand,
|
|
5206
|
+
DeletePortalCommand,
|
|
5207
|
+
DeleteProjectCommand,
|
|
5208
|
+
DeleteTimeSeriesCommand,
|
|
5209
|
+
DescribeAccessPolicyCommand,
|
|
5210
|
+
DescribeActionCommand,
|
|
5211
|
+
DescribeAssetCommand,
|
|
5212
|
+
DescribeAssetCompositeModelCommand,
|
|
5213
|
+
DescribeAssetModelCommand,
|
|
5214
|
+
DescribeAssetModelCompositeModelCommand,
|
|
5215
|
+
DescribeAssetModelInterfaceRelationshipCommand,
|
|
5216
|
+
DescribeAssetPropertyCommand,
|
|
5217
|
+
DescribeBulkImportJobCommand,
|
|
5218
|
+
DescribeComputationModelCommand,
|
|
5219
|
+
DescribeComputationModelExecutionSummaryCommand,
|
|
5220
|
+
DescribeDashboardCommand,
|
|
5221
|
+
DescribeDatasetCommand,
|
|
5222
|
+
DescribeDefaultEncryptionConfigurationCommand,
|
|
5223
|
+
DescribeExecutionCommand,
|
|
5224
|
+
DescribeGatewayCommand,
|
|
5225
|
+
DescribeGatewayCapabilityConfigurationCommand,
|
|
5226
|
+
DescribeLoggingOptionsCommand,
|
|
5227
|
+
DescribePortalCommand,
|
|
5228
|
+
DescribeProjectCommand,
|
|
5229
|
+
DescribeStorageConfigurationCommand,
|
|
5230
|
+
DescribeTimeSeriesCommand,
|
|
5231
|
+
DisassociateAssetsCommand,
|
|
5232
|
+
DisassociateTimeSeriesFromAssetPropertyCommand,
|
|
5233
|
+
ExecuteActionCommand,
|
|
5234
|
+
ExecuteQueryCommand,
|
|
5235
|
+
GetAssetPropertyAggregatesCommand,
|
|
5236
|
+
GetAssetPropertyValueCommand,
|
|
5237
|
+
GetAssetPropertyValueHistoryCommand,
|
|
5238
|
+
GetInterpolatedAssetPropertyValuesCommand,
|
|
5239
|
+
InvokeAssistantCommand,
|
|
5240
|
+
ListAccessPoliciesCommand,
|
|
5241
|
+
ListActionsCommand,
|
|
5242
|
+
ListAssetModelCompositeModelsCommand,
|
|
5243
|
+
ListAssetModelPropertiesCommand,
|
|
5244
|
+
ListAssetModelsCommand,
|
|
5245
|
+
ListAssetPropertiesCommand,
|
|
5246
|
+
ListAssetRelationshipsCommand,
|
|
5247
|
+
ListAssetsCommand,
|
|
5248
|
+
ListAssociatedAssetsCommand,
|
|
5249
|
+
ListBulkImportJobsCommand,
|
|
5250
|
+
ListCompositionRelationshipsCommand,
|
|
5251
|
+
ListComputationModelDataBindingUsagesCommand,
|
|
5252
|
+
ListComputationModelResolveToResourcesCommand,
|
|
5253
|
+
ListComputationModelsCommand,
|
|
5254
|
+
ListDashboardsCommand,
|
|
5255
|
+
ListDatasetsCommand,
|
|
5256
|
+
ListExecutionsCommand,
|
|
5257
|
+
ListGatewaysCommand,
|
|
5258
|
+
ListInterfaceRelationshipsCommand,
|
|
5259
|
+
ListPortalsCommand,
|
|
5260
|
+
ListProjectAssetsCommand,
|
|
5261
|
+
ListProjectsCommand,
|
|
5262
|
+
ListTagsForResourceCommand,
|
|
5263
|
+
ListTimeSeriesCommand,
|
|
5264
|
+
PutAssetModelInterfaceRelationshipCommand,
|
|
5265
|
+
PutDefaultEncryptionConfigurationCommand,
|
|
5266
|
+
PutLoggingOptionsCommand,
|
|
5267
|
+
PutStorageConfigurationCommand,
|
|
5268
|
+
TagResourceCommand,
|
|
5269
|
+
UntagResourceCommand,
|
|
5270
|
+
UpdateAccessPolicyCommand,
|
|
5271
|
+
UpdateAssetCommand,
|
|
5272
|
+
UpdateAssetModelCommand,
|
|
5273
|
+
UpdateAssetModelCompositeModelCommand,
|
|
5274
|
+
UpdateAssetPropertyCommand,
|
|
5275
|
+
UpdateComputationModelCommand,
|
|
5276
|
+
UpdateDashboardCommand,
|
|
5277
|
+
UpdateDatasetCommand,
|
|
5278
|
+
UpdateGatewayCommand,
|
|
5279
|
+
UpdateGatewayCapabilityConfigurationCommand,
|
|
5280
|
+
UpdatePortalCommand,
|
|
5281
|
+
UpdateProjectCommand,
|
|
5282
|
+
};
|
|
5283
|
+
const paginators = {
|
|
5284
|
+
paginateBatchGetAssetPropertyAggregates,
|
|
5285
|
+
paginateBatchGetAssetPropertyValue,
|
|
5286
|
+
paginateBatchGetAssetPropertyValueHistory,
|
|
5287
|
+
paginateExecuteQuery,
|
|
5288
|
+
paginateGetAssetPropertyAggregates,
|
|
5289
|
+
paginateGetAssetPropertyValueHistory,
|
|
5290
|
+
paginateGetInterpolatedAssetPropertyValues,
|
|
5291
|
+
paginateListAccessPolicies,
|
|
5292
|
+
paginateListAssetModelCompositeModels,
|
|
5293
|
+
paginateListAssetModelProperties,
|
|
5294
|
+
paginateListAssetModels,
|
|
5295
|
+
paginateListAssetProperties,
|
|
5296
|
+
paginateListAssetRelationships,
|
|
5297
|
+
paginateListAssets,
|
|
5298
|
+
paginateListAssociatedAssets,
|
|
5299
|
+
paginateListBulkImportJobs,
|
|
5300
|
+
paginateListCompositionRelationships,
|
|
5301
|
+
paginateListComputationModelDataBindingUsages,
|
|
5302
|
+
paginateListComputationModelResolveToResources,
|
|
5303
|
+
paginateListComputationModels,
|
|
5304
|
+
paginateListDashboards,
|
|
5305
|
+
paginateListDatasets,
|
|
5306
|
+
paginateListExecutions,
|
|
5307
|
+
paginateListGateways,
|
|
5308
|
+
paginateListInterfaceRelationships,
|
|
5309
|
+
paginateListPortals,
|
|
5310
|
+
paginateListProjectAssets,
|
|
5311
|
+
paginateListProjects,
|
|
5312
|
+
paginateListTimeSeries,
|
|
5313
|
+
};
|
|
5314
|
+
const waiters = {
|
|
5315
|
+
waitUntilAssetActive,
|
|
5316
|
+
waitUntilAssetNotExists,
|
|
5317
|
+
waitUntilAssetModelActive,
|
|
5318
|
+
waitUntilAssetModelNotExists,
|
|
5319
|
+
waitUntilPortalActive,
|
|
5320
|
+
waitUntilPortalNotExists,
|
|
5321
|
+
};
|
|
5322
|
+
class IoTSiteWise extends IoTSiteWiseClient {
|
|
5323
|
+
}
|
|
5324
|
+
smithyClient.createAggregatedClient(commands, IoTSiteWise, { paginators, waiters });
|
|
5325
|
+
|
|
5287
5326
|
const Permission = {
|
|
5288
5327
|
ADMINISTRATOR: "ADMINISTRATOR",
|
|
5289
5328
|
VIEWER: "VIEWER",
|
package/dist-es/IoTSiteWise.js
CHANGED
|
@@ -104,6 +104,41 @@ import { UpdateGatewayCommand, } from "./commands/UpdateGatewayCommand";
|
|
|
104
104
|
import { UpdatePortalCommand, } from "./commands/UpdatePortalCommand";
|
|
105
105
|
import { UpdateProjectCommand, } from "./commands/UpdateProjectCommand";
|
|
106
106
|
import { IoTSiteWiseClient } from "./IoTSiteWiseClient";
|
|
107
|
+
import { paginateBatchGetAssetPropertyAggregates } from "./pagination/BatchGetAssetPropertyAggregatesPaginator";
|
|
108
|
+
import { paginateBatchGetAssetPropertyValueHistory } from "./pagination/BatchGetAssetPropertyValueHistoryPaginator";
|
|
109
|
+
import { paginateBatchGetAssetPropertyValue } from "./pagination/BatchGetAssetPropertyValuePaginator";
|
|
110
|
+
import { paginateExecuteQuery } from "./pagination/ExecuteQueryPaginator";
|
|
111
|
+
import { paginateGetAssetPropertyAggregates } from "./pagination/GetAssetPropertyAggregatesPaginator";
|
|
112
|
+
import { paginateGetAssetPropertyValueHistory } from "./pagination/GetAssetPropertyValueHistoryPaginator";
|
|
113
|
+
import { paginateGetInterpolatedAssetPropertyValues } from "./pagination/GetInterpolatedAssetPropertyValuesPaginator";
|
|
114
|
+
import { paginateListAccessPolicies } from "./pagination/ListAccessPoliciesPaginator";
|
|
115
|
+
import { paginateListAssetModelCompositeModels } from "./pagination/ListAssetModelCompositeModelsPaginator";
|
|
116
|
+
import { paginateListAssetModelProperties } from "./pagination/ListAssetModelPropertiesPaginator";
|
|
117
|
+
import { paginateListAssetModels } from "./pagination/ListAssetModelsPaginator";
|
|
118
|
+
import { paginateListAssetProperties } from "./pagination/ListAssetPropertiesPaginator";
|
|
119
|
+
import { paginateListAssetRelationships } from "./pagination/ListAssetRelationshipsPaginator";
|
|
120
|
+
import { paginateListAssets } from "./pagination/ListAssetsPaginator";
|
|
121
|
+
import { paginateListAssociatedAssets } from "./pagination/ListAssociatedAssetsPaginator";
|
|
122
|
+
import { paginateListBulkImportJobs } from "./pagination/ListBulkImportJobsPaginator";
|
|
123
|
+
import { paginateListCompositionRelationships } from "./pagination/ListCompositionRelationshipsPaginator";
|
|
124
|
+
import { paginateListComputationModelDataBindingUsages, } from "./pagination/ListComputationModelDataBindingUsagesPaginator";
|
|
125
|
+
import { paginateListComputationModelResolveToResources, } from "./pagination/ListComputationModelResolveToResourcesPaginator";
|
|
126
|
+
import { paginateListComputationModels } from "./pagination/ListComputationModelsPaginator";
|
|
127
|
+
import { paginateListDashboards } from "./pagination/ListDashboardsPaginator";
|
|
128
|
+
import { paginateListDatasets } from "./pagination/ListDatasetsPaginator";
|
|
129
|
+
import { paginateListExecutions } from "./pagination/ListExecutionsPaginator";
|
|
130
|
+
import { paginateListGateways } from "./pagination/ListGatewaysPaginator";
|
|
131
|
+
import { paginateListInterfaceRelationships } from "./pagination/ListInterfaceRelationshipsPaginator";
|
|
132
|
+
import { paginateListPortals } from "./pagination/ListPortalsPaginator";
|
|
133
|
+
import { paginateListProjectAssets } from "./pagination/ListProjectAssetsPaginator";
|
|
134
|
+
import { paginateListProjects } from "./pagination/ListProjectsPaginator";
|
|
135
|
+
import { paginateListTimeSeries } from "./pagination/ListTimeSeriesPaginator";
|
|
136
|
+
import { waitUntilAssetActive } from "./waiters/waitForAssetActive";
|
|
137
|
+
import { waitUntilAssetModelActive } from "./waiters/waitForAssetModelActive";
|
|
138
|
+
import { waitUntilAssetModelNotExists } from "./waiters/waitForAssetModelNotExists";
|
|
139
|
+
import { waitUntilAssetNotExists } from "./waiters/waitForAssetNotExists";
|
|
140
|
+
import { waitUntilPortalActive } from "./waiters/waitForPortalActive";
|
|
141
|
+
import { waitUntilPortalNotExists } from "./waiters/waitForPortalNotExists";
|
|
107
142
|
const commands = {
|
|
108
143
|
AssociateAssetsCommand,
|
|
109
144
|
AssociateTimeSeriesToAssetPropertyCommand,
|
|
@@ -210,6 +245,45 @@ const commands = {
|
|
|
210
245
|
UpdatePortalCommand,
|
|
211
246
|
UpdateProjectCommand,
|
|
212
247
|
};
|
|
248
|
+
const paginators = {
|
|
249
|
+
paginateBatchGetAssetPropertyAggregates,
|
|
250
|
+
paginateBatchGetAssetPropertyValue,
|
|
251
|
+
paginateBatchGetAssetPropertyValueHistory,
|
|
252
|
+
paginateExecuteQuery,
|
|
253
|
+
paginateGetAssetPropertyAggregates,
|
|
254
|
+
paginateGetAssetPropertyValueHistory,
|
|
255
|
+
paginateGetInterpolatedAssetPropertyValues,
|
|
256
|
+
paginateListAccessPolicies,
|
|
257
|
+
paginateListAssetModelCompositeModels,
|
|
258
|
+
paginateListAssetModelProperties,
|
|
259
|
+
paginateListAssetModels,
|
|
260
|
+
paginateListAssetProperties,
|
|
261
|
+
paginateListAssetRelationships,
|
|
262
|
+
paginateListAssets,
|
|
263
|
+
paginateListAssociatedAssets,
|
|
264
|
+
paginateListBulkImportJobs,
|
|
265
|
+
paginateListCompositionRelationships,
|
|
266
|
+
paginateListComputationModelDataBindingUsages,
|
|
267
|
+
paginateListComputationModelResolveToResources,
|
|
268
|
+
paginateListComputationModels,
|
|
269
|
+
paginateListDashboards,
|
|
270
|
+
paginateListDatasets,
|
|
271
|
+
paginateListExecutions,
|
|
272
|
+
paginateListGateways,
|
|
273
|
+
paginateListInterfaceRelationships,
|
|
274
|
+
paginateListPortals,
|
|
275
|
+
paginateListProjectAssets,
|
|
276
|
+
paginateListProjects,
|
|
277
|
+
paginateListTimeSeries,
|
|
278
|
+
};
|
|
279
|
+
const waiters = {
|
|
280
|
+
waitUntilAssetActive,
|
|
281
|
+
waitUntilAssetNotExists,
|
|
282
|
+
waitUntilAssetModelActive,
|
|
283
|
+
waitUntilAssetModelNotExists,
|
|
284
|
+
waitUntilPortalActive,
|
|
285
|
+
waitUntilPortalNotExists,
|
|
286
|
+
};
|
|
213
287
|
export class IoTSiteWise extends IoTSiteWiseClient {
|
|
214
288
|
}
|
|
215
|
-
createAggregatedClient(commands, IoTSiteWise);
|
|
289
|
+
createAggregatedClient(commands, IoTSiteWise, { paginators, waiters });
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { AssociateAssetsCommandInput, AssociateAssetsCommandOutput } from "./commands/AssociateAssetsCommand";
|
|
3
4
|
import { AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput } from "./commands/AssociateTimeSeriesToAssetPropertyCommand";
|
|
4
5
|
import { BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput } from "./commands/BatchAssociateProjectAssetsCommand";
|
|
@@ -744,6 +745,245 @@ export interface IoTSiteWise {
|
|
|
744
745
|
updateProject(args: UpdateProjectCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProjectCommandOutput>;
|
|
745
746
|
updateProject(args: UpdateProjectCommandInput, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
|
|
746
747
|
updateProject(args: UpdateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
|
|
748
|
+
/**
|
|
749
|
+
* @see {@link BatchGetAssetPropertyAggregatesCommand}
|
|
750
|
+
* @param args - command input.
|
|
751
|
+
* @param paginationConfig - optional pagination config.
|
|
752
|
+
* @returns AsyncIterable of {@link BatchGetAssetPropertyAggregatesCommandOutput}.
|
|
753
|
+
*/
|
|
754
|
+
paginateBatchGetAssetPropertyAggregates(args: BatchGetAssetPropertyAggregatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<BatchGetAssetPropertyAggregatesCommandOutput>;
|
|
755
|
+
/**
|
|
756
|
+
* @see {@link BatchGetAssetPropertyValueCommand}
|
|
757
|
+
* @param args - command input.
|
|
758
|
+
* @param paginationConfig - optional pagination config.
|
|
759
|
+
* @returns AsyncIterable of {@link BatchGetAssetPropertyValueCommandOutput}.
|
|
760
|
+
*/
|
|
761
|
+
paginateBatchGetAssetPropertyValue(args: BatchGetAssetPropertyValueCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<BatchGetAssetPropertyValueCommandOutput>;
|
|
762
|
+
/**
|
|
763
|
+
* @see {@link BatchGetAssetPropertyValueHistoryCommand}
|
|
764
|
+
* @param args - command input.
|
|
765
|
+
* @param paginationConfig - optional pagination config.
|
|
766
|
+
* @returns AsyncIterable of {@link BatchGetAssetPropertyValueHistoryCommandOutput}.
|
|
767
|
+
*/
|
|
768
|
+
paginateBatchGetAssetPropertyValueHistory(args: BatchGetAssetPropertyValueHistoryCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<BatchGetAssetPropertyValueHistoryCommandOutput>;
|
|
769
|
+
/**
|
|
770
|
+
* @see {@link ExecuteQueryCommand}
|
|
771
|
+
* @param args - command input.
|
|
772
|
+
* @param paginationConfig - optional pagination config.
|
|
773
|
+
* @returns AsyncIterable of {@link ExecuteQueryCommandOutput}.
|
|
774
|
+
*/
|
|
775
|
+
paginateExecuteQuery(args: ExecuteQueryCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ExecuteQueryCommandOutput>;
|
|
776
|
+
/**
|
|
777
|
+
* @see {@link GetAssetPropertyAggregatesCommand}
|
|
778
|
+
* @param args - command input.
|
|
779
|
+
* @param paginationConfig - optional pagination config.
|
|
780
|
+
* @returns AsyncIterable of {@link GetAssetPropertyAggregatesCommandOutput}.
|
|
781
|
+
*/
|
|
782
|
+
paginateGetAssetPropertyAggregates(args: GetAssetPropertyAggregatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetAssetPropertyAggregatesCommandOutput>;
|
|
783
|
+
/**
|
|
784
|
+
* @see {@link GetAssetPropertyValueHistoryCommand}
|
|
785
|
+
* @param args - command input.
|
|
786
|
+
* @param paginationConfig - optional pagination config.
|
|
787
|
+
* @returns AsyncIterable of {@link GetAssetPropertyValueHistoryCommandOutput}.
|
|
788
|
+
*/
|
|
789
|
+
paginateGetAssetPropertyValueHistory(args?: GetAssetPropertyValueHistoryCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetAssetPropertyValueHistoryCommandOutput>;
|
|
790
|
+
/**
|
|
791
|
+
* @see {@link GetInterpolatedAssetPropertyValuesCommand}
|
|
792
|
+
* @param args - command input.
|
|
793
|
+
* @param paginationConfig - optional pagination config.
|
|
794
|
+
* @returns AsyncIterable of {@link GetInterpolatedAssetPropertyValuesCommandOutput}.
|
|
795
|
+
*/
|
|
796
|
+
paginateGetInterpolatedAssetPropertyValues(args: GetInterpolatedAssetPropertyValuesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetInterpolatedAssetPropertyValuesCommandOutput>;
|
|
797
|
+
/**
|
|
798
|
+
* @see {@link ListAccessPoliciesCommand}
|
|
799
|
+
* @param args - command input.
|
|
800
|
+
* @param paginationConfig - optional pagination config.
|
|
801
|
+
* @returns AsyncIterable of {@link ListAccessPoliciesCommandOutput}.
|
|
802
|
+
*/
|
|
803
|
+
paginateListAccessPolicies(args?: ListAccessPoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccessPoliciesCommandOutput>;
|
|
804
|
+
/**
|
|
805
|
+
* @see {@link ListAssetModelCompositeModelsCommand}
|
|
806
|
+
* @param args - command input.
|
|
807
|
+
* @param paginationConfig - optional pagination config.
|
|
808
|
+
* @returns AsyncIterable of {@link ListAssetModelCompositeModelsCommandOutput}.
|
|
809
|
+
*/
|
|
810
|
+
paginateListAssetModelCompositeModels(args: ListAssetModelCompositeModelsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssetModelCompositeModelsCommandOutput>;
|
|
811
|
+
/**
|
|
812
|
+
* @see {@link ListAssetModelPropertiesCommand}
|
|
813
|
+
* @param args - command input.
|
|
814
|
+
* @param paginationConfig - optional pagination config.
|
|
815
|
+
* @returns AsyncIterable of {@link ListAssetModelPropertiesCommandOutput}.
|
|
816
|
+
*/
|
|
817
|
+
paginateListAssetModelProperties(args: ListAssetModelPropertiesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssetModelPropertiesCommandOutput>;
|
|
818
|
+
/**
|
|
819
|
+
* @see {@link ListAssetModelsCommand}
|
|
820
|
+
* @param args - command input.
|
|
821
|
+
* @param paginationConfig - optional pagination config.
|
|
822
|
+
* @returns AsyncIterable of {@link ListAssetModelsCommandOutput}.
|
|
823
|
+
*/
|
|
824
|
+
paginateListAssetModels(args?: ListAssetModelsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssetModelsCommandOutput>;
|
|
825
|
+
/**
|
|
826
|
+
* @see {@link ListAssetPropertiesCommand}
|
|
827
|
+
* @param args - command input.
|
|
828
|
+
* @param paginationConfig - optional pagination config.
|
|
829
|
+
* @returns AsyncIterable of {@link ListAssetPropertiesCommandOutput}.
|
|
830
|
+
*/
|
|
831
|
+
paginateListAssetProperties(args: ListAssetPropertiesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssetPropertiesCommandOutput>;
|
|
832
|
+
/**
|
|
833
|
+
* @see {@link ListAssetRelationshipsCommand}
|
|
834
|
+
* @param args - command input.
|
|
835
|
+
* @param paginationConfig - optional pagination config.
|
|
836
|
+
* @returns AsyncIterable of {@link ListAssetRelationshipsCommandOutput}.
|
|
837
|
+
*/
|
|
838
|
+
paginateListAssetRelationships(args: ListAssetRelationshipsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssetRelationshipsCommandOutput>;
|
|
839
|
+
/**
|
|
840
|
+
* @see {@link ListAssetsCommand}
|
|
841
|
+
* @param args - command input.
|
|
842
|
+
* @param paginationConfig - optional pagination config.
|
|
843
|
+
* @returns AsyncIterable of {@link ListAssetsCommandOutput}.
|
|
844
|
+
*/
|
|
845
|
+
paginateListAssets(args?: ListAssetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssetsCommandOutput>;
|
|
846
|
+
/**
|
|
847
|
+
* @see {@link ListAssociatedAssetsCommand}
|
|
848
|
+
* @param args - command input.
|
|
849
|
+
* @param paginationConfig - optional pagination config.
|
|
850
|
+
* @returns AsyncIterable of {@link ListAssociatedAssetsCommandOutput}.
|
|
851
|
+
*/
|
|
852
|
+
paginateListAssociatedAssets(args: ListAssociatedAssetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssociatedAssetsCommandOutput>;
|
|
853
|
+
/**
|
|
854
|
+
* @see {@link ListBulkImportJobsCommand}
|
|
855
|
+
* @param args - command input.
|
|
856
|
+
* @param paginationConfig - optional pagination config.
|
|
857
|
+
* @returns AsyncIterable of {@link ListBulkImportJobsCommandOutput}.
|
|
858
|
+
*/
|
|
859
|
+
paginateListBulkImportJobs(args?: ListBulkImportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBulkImportJobsCommandOutput>;
|
|
860
|
+
/**
|
|
861
|
+
* @see {@link ListCompositionRelationshipsCommand}
|
|
862
|
+
* @param args - command input.
|
|
863
|
+
* @param paginationConfig - optional pagination config.
|
|
864
|
+
* @returns AsyncIterable of {@link ListCompositionRelationshipsCommandOutput}.
|
|
865
|
+
*/
|
|
866
|
+
paginateListCompositionRelationships(args: ListCompositionRelationshipsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCompositionRelationshipsCommandOutput>;
|
|
867
|
+
/**
|
|
868
|
+
* @see {@link ListComputationModelDataBindingUsagesCommand}
|
|
869
|
+
* @param args - command input.
|
|
870
|
+
* @param paginationConfig - optional pagination config.
|
|
871
|
+
* @returns AsyncIterable of {@link ListComputationModelDataBindingUsagesCommandOutput}.
|
|
872
|
+
*/
|
|
873
|
+
paginateListComputationModelDataBindingUsages(args: ListComputationModelDataBindingUsagesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListComputationModelDataBindingUsagesCommandOutput>;
|
|
874
|
+
/**
|
|
875
|
+
* @see {@link ListComputationModelResolveToResourcesCommand}
|
|
876
|
+
* @param args - command input.
|
|
877
|
+
* @param paginationConfig - optional pagination config.
|
|
878
|
+
* @returns AsyncIterable of {@link ListComputationModelResolveToResourcesCommandOutput}.
|
|
879
|
+
*/
|
|
880
|
+
paginateListComputationModelResolveToResources(args: ListComputationModelResolveToResourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListComputationModelResolveToResourcesCommandOutput>;
|
|
881
|
+
/**
|
|
882
|
+
* @see {@link ListComputationModelsCommand}
|
|
883
|
+
* @param args - command input.
|
|
884
|
+
* @param paginationConfig - optional pagination config.
|
|
885
|
+
* @returns AsyncIterable of {@link ListComputationModelsCommandOutput}.
|
|
886
|
+
*/
|
|
887
|
+
paginateListComputationModels(args?: ListComputationModelsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListComputationModelsCommandOutput>;
|
|
888
|
+
/**
|
|
889
|
+
* @see {@link ListDashboardsCommand}
|
|
890
|
+
* @param args - command input.
|
|
891
|
+
* @param paginationConfig - optional pagination config.
|
|
892
|
+
* @returns AsyncIterable of {@link ListDashboardsCommandOutput}.
|
|
893
|
+
*/
|
|
894
|
+
paginateListDashboards(args: ListDashboardsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDashboardsCommandOutput>;
|
|
895
|
+
/**
|
|
896
|
+
* @see {@link ListDatasetsCommand}
|
|
897
|
+
* @param args - command input.
|
|
898
|
+
* @param paginationConfig - optional pagination config.
|
|
899
|
+
* @returns AsyncIterable of {@link ListDatasetsCommandOutput}.
|
|
900
|
+
*/
|
|
901
|
+
paginateListDatasets(args: ListDatasetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDatasetsCommandOutput>;
|
|
902
|
+
/**
|
|
903
|
+
* @see {@link ListExecutionsCommand}
|
|
904
|
+
* @param args - command input.
|
|
905
|
+
* @param paginationConfig - optional pagination config.
|
|
906
|
+
* @returns AsyncIterable of {@link ListExecutionsCommandOutput}.
|
|
907
|
+
*/
|
|
908
|
+
paginateListExecutions(args: ListExecutionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListExecutionsCommandOutput>;
|
|
909
|
+
/**
|
|
910
|
+
* @see {@link ListGatewaysCommand}
|
|
911
|
+
* @param args - command input.
|
|
912
|
+
* @param paginationConfig - optional pagination config.
|
|
913
|
+
* @returns AsyncIterable of {@link ListGatewaysCommandOutput}.
|
|
914
|
+
*/
|
|
915
|
+
paginateListGateways(args?: ListGatewaysCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGatewaysCommandOutput>;
|
|
916
|
+
/**
|
|
917
|
+
* @see {@link ListInterfaceRelationshipsCommand}
|
|
918
|
+
* @param args - command input.
|
|
919
|
+
* @param paginationConfig - optional pagination config.
|
|
920
|
+
* @returns AsyncIterable of {@link ListInterfaceRelationshipsCommandOutput}.
|
|
921
|
+
*/
|
|
922
|
+
paginateListInterfaceRelationships(args: ListInterfaceRelationshipsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInterfaceRelationshipsCommandOutput>;
|
|
923
|
+
/**
|
|
924
|
+
* @see {@link ListPortalsCommand}
|
|
925
|
+
* @param args - command input.
|
|
926
|
+
* @param paginationConfig - optional pagination config.
|
|
927
|
+
* @returns AsyncIterable of {@link ListPortalsCommandOutput}.
|
|
928
|
+
*/
|
|
929
|
+
paginateListPortals(args?: ListPortalsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPortalsCommandOutput>;
|
|
930
|
+
/**
|
|
931
|
+
* @see {@link ListProjectAssetsCommand}
|
|
932
|
+
* @param args - command input.
|
|
933
|
+
* @param paginationConfig - optional pagination config.
|
|
934
|
+
* @returns AsyncIterable of {@link ListProjectAssetsCommandOutput}.
|
|
935
|
+
*/
|
|
936
|
+
paginateListProjectAssets(args: ListProjectAssetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProjectAssetsCommandOutput>;
|
|
937
|
+
/**
|
|
938
|
+
* @see {@link ListProjectsCommand}
|
|
939
|
+
* @param args - command input.
|
|
940
|
+
* @param paginationConfig - optional pagination config.
|
|
941
|
+
* @returns AsyncIterable of {@link ListProjectsCommandOutput}.
|
|
942
|
+
*/
|
|
943
|
+
paginateListProjects(args: ListProjectsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProjectsCommandOutput>;
|
|
944
|
+
/**
|
|
945
|
+
* @see {@link ListTimeSeriesCommand}
|
|
946
|
+
* @param args - command input.
|
|
947
|
+
* @param paginationConfig - optional pagination config.
|
|
948
|
+
* @returns AsyncIterable of {@link ListTimeSeriesCommandOutput}.
|
|
949
|
+
*/
|
|
950
|
+
paginateListTimeSeries(args?: ListTimeSeriesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTimeSeriesCommandOutput>;
|
|
951
|
+
/**
|
|
952
|
+
* @see {@link DescribeAssetCommand}
|
|
953
|
+
* @param args - command input.
|
|
954
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
955
|
+
*/
|
|
956
|
+
waitUntilAssetActive(args: DescribeAssetCommandInput, waiterConfig: number | Omit<WaiterConfiguration<IoTSiteWise>, "client">): Promise<WaiterResult>;
|
|
957
|
+
/**
|
|
958
|
+
* @see {@link DescribeAssetCommand}
|
|
959
|
+
* @param args - command input.
|
|
960
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
961
|
+
*/
|
|
962
|
+
waitUntilAssetNotExists(args: DescribeAssetCommandInput, waiterConfig: number | Omit<WaiterConfiguration<IoTSiteWise>, "client">): Promise<WaiterResult>;
|
|
963
|
+
/**
|
|
964
|
+
* @see {@link DescribeAssetModelCommand}
|
|
965
|
+
* @param args - command input.
|
|
966
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
967
|
+
*/
|
|
968
|
+
waitUntilAssetModelActive(args: DescribeAssetModelCommandInput, waiterConfig: number | Omit<WaiterConfiguration<IoTSiteWise>, "client">): Promise<WaiterResult>;
|
|
969
|
+
/**
|
|
970
|
+
* @see {@link DescribeAssetModelCommand}
|
|
971
|
+
* @param args - command input.
|
|
972
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
973
|
+
*/
|
|
974
|
+
waitUntilAssetModelNotExists(args: DescribeAssetModelCommandInput, waiterConfig: number | Omit<WaiterConfiguration<IoTSiteWise>, "client">): Promise<WaiterResult>;
|
|
975
|
+
/**
|
|
976
|
+
* @see {@link DescribePortalCommand}
|
|
977
|
+
* @param args - command input.
|
|
978
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
979
|
+
*/
|
|
980
|
+
waitUntilPortalActive(args: DescribePortalCommandInput, waiterConfig: number | Omit<WaiterConfiguration<IoTSiteWise>, "client">): Promise<WaiterResult>;
|
|
981
|
+
/**
|
|
982
|
+
* @see {@link DescribePortalCommand}
|
|
983
|
+
* @param args - command input.
|
|
984
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
985
|
+
*/
|
|
986
|
+
waitUntilPortalNotExists(args: DescribePortalCommandInput, waiterConfig: number | Omit<WaiterConfiguration<IoTSiteWise>, "client">): Promise<WaiterResult>;
|
|
747
987
|
}
|
|
748
988
|
/**
|
|
749
989
|
* <p>Welcome to the IoT SiteWise API Reference. IoT SiteWise is an Amazon Web Services service that connects <a href="https://en.wikipedia.org/wiki/Internet_of_things#Industrial_applications">Industrial Internet of Things (IIoT)</a> devices to the power of the Amazon Web Services Cloud. For more information, see the
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AssociateAssetsCommandInput,
|
|
4
10
|
AssociateAssetsCommandOutput,
|
|
@@ -1868,6 +1874,263 @@ export interface IoTSiteWise {
|
|
|
1868
1874
|
options: __HttpHandlerOptions,
|
|
1869
1875
|
cb: (err: any, data?: UpdateProjectCommandOutput) => void
|
|
1870
1876
|
): void;
|
|
1877
|
+
paginateBatchGetAssetPropertyAggregates(
|
|
1878
|
+
args: BatchGetAssetPropertyAggregatesCommandInput,
|
|
1879
|
+
paginationConfig?: Pick<
|
|
1880
|
+
PaginationConfiguration,
|
|
1881
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1882
|
+
>
|
|
1883
|
+
): Paginator<BatchGetAssetPropertyAggregatesCommandOutput>;
|
|
1884
|
+
paginateBatchGetAssetPropertyValue(
|
|
1885
|
+
args: BatchGetAssetPropertyValueCommandInput,
|
|
1886
|
+
paginationConfig?: Pick<
|
|
1887
|
+
PaginationConfiguration,
|
|
1888
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1889
|
+
>
|
|
1890
|
+
): Paginator<BatchGetAssetPropertyValueCommandOutput>;
|
|
1891
|
+
paginateBatchGetAssetPropertyValueHistory(
|
|
1892
|
+
args: BatchGetAssetPropertyValueHistoryCommandInput,
|
|
1893
|
+
paginationConfig?: Pick<
|
|
1894
|
+
PaginationConfiguration,
|
|
1895
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1896
|
+
>
|
|
1897
|
+
): Paginator<BatchGetAssetPropertyValueHistoryCommandOutput>;
|
|
1898
|
+
paginateExecuteQuery(
|
|
1899
|
+
args: ExecuteQueryCommandInput,
|
|
1900
|
+
paginationConfig?: Pick<
|
|
1901
|
+
PaginationConfiguration,
|
|
1902
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1903
|
+
>
|
|
1904
|
+
): Paginator<ExecuteQueryCommandOutput>;
|
|
1905
|
+
paginateGetAssetPropertyAggregates(
|
|
1906
|
+
args: GetAssetPropertyAggregatesCommandInput,
|
|
1907
|
+
paginationConfig?: Pick<
|
|
1908
|
+
PaginationConfiguration,
|
|
1909
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1910
|
+
>
|
|
1911
|
+
): Paginator<GetAssetPropertyAggregatesCommandOutput>;
|
|
1912
|
+
paginateGetAssetPropertyValueHistory(
|
|
1913
|
+
args?: GetAssetPropertyValueHistoryCommandInput,
|
|
1914
|
+
paginationConfig?: Pick<
|
|
1915
|
+
PaginationConfiguration,
|
|
1916
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1917
|
+
>
|
|
1918
|
+
): Paginator<GetAssetPropertyValueHistoryCommandOutput>;
|
|
1919
|
+
paginateGetInterpolatedAssetPropertyValues(
|
|
1920
|
+
args: GetInterpolatedAssetPropertyValuesCommandInput,
|
|
1921
|
+
paginationConfig?: Pick<
|
|
1922
|
+
PaginationConfiguration,
|
|
1923
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1924
|
+
>
|
|
1925
|
+
): Paginator<GetInterpolatedAssetPropertyValuesCommandOutput>;
|
|
1926
|
+
paginateListAccessPolicies(
|
|
1927
|
+
args?: ListAccessPoliciesCommandInput,
|
|
1928
|
+
paginationConfig?: Pick<
|
|
1929
|
+
PaginationConfiguration,
|
|
1930
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1931
|
+
>
|
|
1932
|
+
): Paginator<ListAccessPoliciesCommandOutput>;
|
|
1933
|
+
paginateListAssetModelCompositeModels(
|
|
1934
|
+
args: ListAssetModelCompositeModelsCommandInput,
|
|
1935
|
+
paginationConfig?: Pick<
|
|
1936
|
+
PaginationConfiguration,
|
|
1937
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1938
|
+
>
|
|
1939
|
+
): Paginator<ListAssetModelCompositeModelsCommandOutput>;
|
|
1940
|
+
paginateListAssetModelProperties(
|
|
1941
|
+
args: ListAssetModelPropertiesCommandInput,
|
|
1942
|
+
paginationConfig?: Pick<
|
|
1943
|
+
PaginationConfiguration,
|
|
1944
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1945
|
+
>
|
|
1946
|
+
): Paginator<ListAssetModelPropertiesCommandOutput>;
|
|
1947
|
+
paginateListAssetModels(
|
|
1948
|
+
args?: ListAssetModelsCommandInput,
|
|
1949
|
+
paginationConfig?: Pick<
|
|
1950
|
+
PaginationConfiguration,
|
|
1951
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1952
|
+
>
|
|
1953
|
+
): Paginator<ListAssetModelsCommandOutput>;
|
|
1954
|
+
paginateListAssetProperties(
|
|
1955
|
+
args: ListAssetPropertiesCommandInput,
|
|
1956
|
+
paginationConfig?: Pick<
|
|
1957
|
+
PaginationConfiguration,
|
|
1958
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1959
|
+
>
|
|
1960
|
+
): Paginator<ListAssetPropertiesCommandOutput>;
|
|
1961
|
+
paginateListAssetRelationships(
|
|
1962
|
+
args: ListAssetRelationshipsCommandInput,
|
|
1963
|
+
paginationConfig?: Pick<
|
|
1964
|
+
PaginationConfiguration,
|
|
1965
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1966
|
+
>
|
|
1967
|
+
): Paginator<ListAssetRelationshipsCommandOutput>;
|
|
1968
|
+
paginateListAssets(
|
|
1969
|
+
args?: ListAssetsCommandInput,
|
|
1970
|
+
paginationConfig?: Pick<
|
|
1971
|
+
PaginationConfiguration,
|
|
1972
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1973
|
+
>
|
|
1974
|
+
): Paginator<ListAssetsCommandOutput>;
|
|
1975
|
+
paginateListAssociatedAssets(
|
|
1976
|
+
args: ListAssociatedAssetsCommandInput,
|
|
1977
|
+
paginationConfig?: Pick<
|
|
1978
|
+
PaginationConfiguration,
|
|
1979
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1980
|
+
>
|
|
1981
|
+
): Paginator<ListAssociatedAssetsCommandOutput>;
|
|
1982
|
+
paginateListBulkImportJobs(
|
|
1983
|
+
args?: ListBulkImportJobsCommandInput,
|
|
1984
|
+
paginationConfig?: Pick<
|
|
1985
|
+
PaginationConfiguration,
|
|
1986
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1987
|
+
>
|
|
1988
|
+
): Paginator<ListBulkImportJobsCommandOutput>;
|
|
1989
|
+
paginateListCompositionRelationships(
|
|
1990
|
+
args: ListCompositionRelationshipsCommandInput,
|
|
1991
|
+
paginationConfig?: Pick<
|
|
1992
|
+
PaginationConfiguration,
|
|
1993
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1994
|
+
>
|
|
1995
|
+
): Paginator<ListCompositionRelationshipsCommandOutput>;
|
|
1996
|
+
paginateListComputationModelDataBindingUsages(
|
|
1997
|
+
args: ListComputationModelDataBindingUsagesCommandInput,
|
|
1998
|
+
paginationConfig?: Pick<
|
|
1999
|
+
PaginationConfiguration,
|
|
2000
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2001
|
+
>
|
|
2002
|
+
): Paginator<ListComputationModelDataBindingUsagesCommandOutput>;
|
|
2003
|
+
paginateListComputationModelResolveToResources(
|
|
2004
|
+
args: ListComputationModelResolveToResourcesCommandInput,
|
|
2005
|
+
paginationConfig?: Pick<
|
|
2006
|
+
PaginationConfiguration,
|
|
2007
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2008
|
+
>
|
|
2009
|
+
): Paginator<ListComputationModelResolveToResourcesCommandOutput>;
|
|
2010
|
+
paginateListComputationModels(
|
|
2011
|
+
args?: ListComputationModelsCommandInput,
|
|
2012
|
+
paginationConfig?: Pick<
|
|
2013
|
+
PaginationConfiguration,
|
|
2014
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2015
|
+
>
|
|
2016
|
+
): Paginator<ListComputationModelsCommandOutput>;
|
|
2017
|
+
paginateListDashboards(
|
|
2018
|
+
args: ListDashboardsCommandInput,
|
|
2019
|
+
paginationConfig?: Pick<
|
|
2020
|
+
PaginationConfiguration,
|
|
2021
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2022
|
+
>
|
|
2023
|
+
): Paginator<ListDashboardsCommandOutput>;
|
|
2024
|
+
paginateListDatasets(
|
|
2025
|
+
args: ListDatasetsCommandInput,
|
|
2026
|
+
paginationConfig?: Pick<
|
|
2027
|
+
PaginationConfiguration,
|
|
2028
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2029
|
+
>
|
|
2030
|
+
): Paginator<ListDatasetsCommandOutput>;
|
|
2031
|
+
paginateListExecutions(
|
|
2032
|
+
args: ListExecutionsCommandInput,
|
|
2033
|
+
paginationConfig?: Pick<
|
|
2034
|
+
PaginationConfiguration,
|
|
2035
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2036
|
+
>
|
|
2037
|
+
): Paginator<ListExecutionsCommandOutput>;
|
|
2038
|
+
paginateListGateways(
|
|
2039
|
+
args?: ListGatewaysCommandInput,
|
|
2040
|
+
paginationConfig?: Pick<
|
|
2041
|
+
PaginationConfiguration,
|
|
2042
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2043
|
+
>
|
|
2044
|
+
): Paginator<ListGatewaysCommandOutput>;
|
|
2045
|
+
paginateListInterfaceRelationships(
|
|
2046
|
+
args: ListInterfaceRelationshipsCommandInput,
|
|
2047
|
+
paginationConfig?: Pick<
|
|
2048
|
+
PaginationConfiguration,
|
|
2049
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2050
|
+
>
|
|
2051
|
+
): Paginator<ListInterfaceRelationshipsCommandOutput>;
|
|
2052
|
+
paginateListPortals(
|
|
2053
|
+
args?: ListPortalsCommandInput,
|
|
2054
|
+
paginationConfig?: Pick<
|
|
2055
|
+
PaginationConfiguration,
|
|
2056
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2057
|
+
>
|
|
2058
|
+
): Paginator<ListPortalsCommandOutput>;
|
|
2059
|
+
paginateListProjectAssets(
|
|
2060
|
+
args: ListProjectAssetsCommandInput,
|
|
2061
|
+
paginationConfig?: Pick<
|
|
2062
|
+
PaginationConfiguration,
|
|
2063
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2064
|
+
>
|
|
2065
|
+
): Paginator<ListProjectAssetsCommandOutput>;
|
|
2066
|
+
paginateListProjects(
|
|
2067
|
+
args: ListProjectsCommandInput,
|
|
2068
|
+
paginationConfig?: Pick<
|
|
2069
|
+
PaginationConfiguration,
|
|
2070
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2071
|
+
>
|
|
2072
|
+
): Paginator<ListProjectsCommandOutput>;
|
|
2073
|
+
paginateListTimeSeries(
|
|
2074
|
+
args?: ListTimeSeriesCommandInput,
|
|
2075
|
+
paginationConfig?: Pick<
|
|
2076
|
+
PaginationConfiguration,
|
|
2077
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2078
|
+
>
|
|
2079
|
+
): Paginator<ListTimeSeriesCommandOutput>;
|
|
2080
|
+
waitUntilAssetActive(
|
|
2081
|
+
args: DescribeAssetCommandInput,
|
|
2082
|
+
waiterConfig:
|
|
2083
|
+
| number
|
|
2084
|
+
| Pick<
|
|
2085
|
+
WaiterConfiguration<IoTSiteWise>,
|
|
2086
|
+
Exclude<keyof WaiterConfiguration<IoTSiteWise>, "client">
|
|
2087
|
+
>
|
|
2088
|
+
): Promise<WaiterResult>;
|
|
2089
|
+
waitUntilAssetNotExists(
|
|
2090
|
+
args: DescribeAssetCommandInput,
|
|
2091
|
+
waiterConfig:
|
|
2092
|
+
| number
|
|
2093
|
+
| Pick<
|
|
2094
|
+
WaiterConfiguration<IoTSiteWise>,
|
|
2095
|
+
Exclude<keyof WaiterConfiguration<IoTSiteWise>, "client">
|
|
2096
|
+
>
|
|
2097
|
+
): Promise<WaiterResult>;
|
|
2098
|
+
waitUntilAssetModelActive(
|
|
2099
|
+
args: DescribeAssetModelCommandInput,
|
|
2100
|
+
waiterConfig:
|
|
2101
|
+
| number
|
|
2102
|
+
| Pick<
|
|
2103
|
+
WaiterConfiguration<IoTSiteWise>,
|
|
2104
|
+
Exclude<keyof WaiterConfiguration<IoTSiteWise>, "client">
|
|
2105
|
+
>
|
|
2106
|
+
): Promise<WaiterResult>;
|
|
2107
|
+
waitUntilAssetModelNotExists(
|
|
2108
|
+
args: DescribeAssetModelCommandInput,
|
|
2109
|
+
waiterConfig:
|
|
2110
|
+
| number
|
|
2111
|
+
| Pick<
|
|
2112
|
+
WaiterConfiguration<IoTSiteWise>,
|
|
2113
|
+
Exclude<keyof WaiterConfiguration<IoTSiteWise>, "client">
|
|
2114
|
+
>
|
|
2115
|
+
): Promise<WaiterResult>;
|
|
2116
|
+
waitUntilPortalActive(
|
|
2117
|
+
args: DescribePortalCommandInput,
|
|
2118
|
+
waiterConfig:
|
|
2119
|
+
| number
|
|
2120
|
+
| Pick<
|
|
2121
|
+
WaiterConfiguration<IoTSiteWise>,
|
|
2122
|
+
Exclude<keyof WaiterConfiguration<IoTSiteWise>, "client">
|
|
2123
|
+
>
|
|
2124
|
+
): Promise<WaiterResult>;
|
|
2125
|
+
waitUntilPortalNotExists(
|
|
2126
|
+
args: DescribePortalCommandInput,
|
|
2127
|
+
waiterConfig:
|
|
2128
|
+
| number
|
|
2129
|
+
| Pick<
|
|
2130
|
+
WaiterConfiguration<IoTSiteWise>,
|
|
2131
|
+
Exclude<keyof WaiterConfiguration<IoTSiteWise>, "client">
|
|
2132
|
+
>
|
|
2133
|
+
): Promise<WaiterResult>;
|
|
1871
2134
|
}
|
|
1872
2135
|
export declare class IoTSiteWise
|
|
1873
2136
|
extends IoTSiteWiseClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotsitewise",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iotsitewise",
|
|
@@ -21,19 +21,19 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/eventstream-serde-browser": "^4.2.8",
|
|
38
38
|
"@smithy/eventstream-serde-config-resolver": "^4.3.8",
|
|
39
39
|
"@smithy/eventstream-serde-node": "^4.2.8",
|
|
@@ -41,21 +41,21 @@
|
|
|
41
41
|
"@smithy/hash-node": "^4.2.8",
|
|
42
42
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
43
43
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
44
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
45
|
-
"@smithy/middleware-retry": "^4.4.
|
|
44
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
45
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
46
46
|
"@smithy/middleware-serde": "^4.2.9",
|
|
47
47
|
"@smithy/middleware-stack": "^4.2.8",
|
|
48
48
|
"@smithy/node-config-provider": "^4.3.8",
|
|
49
49
|
"@smithy/node-http-handler": "^4.4.8",
|
|
50
50
|
"@smithy/protocol-http": "^5.3.8",
|
|
51
|
-
"@smithy/smithy-client": "^4.
|
|
51
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
52
52
|
"@smithy/types": "^4.12.0",
|
|
53
53
|
"@smithy/url-parser": "^4.2.8",
|
|
54
54
|
"@smithy/util-base64": "^4.3.0",
|
|
55
55
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
56
56
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
57
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
58
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
57
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
58
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
59
59
|
"@smithy/util-endpoints": "^3.2.8",
|
|
60
60
|
"@smithy/util-middleware": "^4.2.8",
|
|
61
61
|
"@smithy/util-retry": "^4.2.8",
|