@aws-sdk/client-iotsitewise 3.848.0 → 3.856.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 +80 -0
- package/dist-cjs/index.js +749 -35
- package/dist-es/IoTSiteWise.js +20 -0
- package/dist-es/commands/CreateComputationModelCommand.js +22 -0
- package/dist-es/commands/DeleteComputationModelCommand.js +22 -0
- package/dist-es/commands/DescribeComputationModelCommand.js +22 -0
- package/dist-es/commands/DescribeComputationModelExecutionSummaryCommand.js +22 -0
- package/dist-es/commands/DescribeExecutionCommand.js +22 -0
- package/dist-es/commands/ListComputationModelDataBindingUsagesCommand.js +22 -0
- package/dist-es/commands/ListComputationModelResolveToResourcesCommand.js +22 -0
- package/dist-es/commands/ListComputationModelsCommand.js +22 -0
- package/dist-es/commands/ListExecutionsCommand.js +22 -0
- package/dist-es/commands/UpdateComputationModelCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +15 -27
- package/dist-es/models/models_1.js +31 -0
- package/dist-es/pagination/ListComputationModelDataBindingUsagesPaginator.js +4 -0
- package/dist-es/pagination/ListComputationModelResolveToResourcesPaginator.js +4 -0
- package/dist-es/pagination/ListComputationModelsPaginator.js +4 -0
- package/dist-es/pagination/ListExecutionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +482 -0
- package/dist-types/IoTSiteWise.d.ts +71 -0
- package/dist-types/IoTSiteWiseClient.d.ts +12 -2
- package/dist-types/commands/AssociateAssetsCommand.d.ts +1 -1
- package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +1 -1
- package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetCommand.d.ts +3 -3
- package/dist-types/commands/CreateAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetModelCompositeModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateBulkImportJobCommand.d.ts +14 -3
- package/dist-types/commands/CreateComputationModelCommand.d.ts +154 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +1 -1
- package/dist-types/commands/CreateGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreatePortalCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteComputationModelCommand.d.ts +105 -0
- package/dist-types/commands/DescribeActionCommand.d.ts +5 -1
- package/dist-types/commands/DescribeAssetCommand.d.ts +4 -4
- package/dist-types/commands/DescribeAssetCompositeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +3 -3
- package/dist-types/commands/DescribeComputationModelCommand.d.ts +148 -0
- package/dist-types/commands/DescribeComputationModelExecutionSummaryCommand.d.ts +96 -0
- package/dist-types/commands/DescribeExecutionCommand.d.ts +109 -0
- package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +18 -5
- package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExecuteActionCommand.d.ts +6 -2
- package/dist-types/commands/InvokeAssistantCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +8 -2
- package/dist-types/commands/ListAssetModelCompositeModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetsCommand.d.ts +3 -4
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +2 -2
- package/dist-types/commands/ListComputationModelDataBindingUsagesCommand.d.ts +126 -0
- package/dist-types/commands/ListComputationModelResolveToResourcesCommand.d.ts +97 -0
- package/dist-types/commands/ListComputationModelsCommand.d.ts +112 -0
- package/dist-types/commands/ListExecutionsCommand.d.ts +114 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetModelCompositeModelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateComputationModelCommand.d.ts +149 -0
- package/dist-types/commands/UpdateDatasetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +21 -6
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +521 -596
- package/dist-types/models/models_1.d.ts +1095 -45
- package/dist-types/pagination/ListComputationModelDataBindingUsagesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComputationModelResolveToResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComputationModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +189 -0
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateComputationModelCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteComputationModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeComputationModelCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeComputationModelExecutionSummaryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetModelCompositeModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListComputationModelDataBindingUsagesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListComputationModelResolveToResourcesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListComputationModelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateComputationModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +116 -131
- package/dist-types/ts3.4/models/models_1.d.ts +279 -1
- package/dist-types/ts3.4/pagination/ListComputationModelDataBindingUsagesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComputationModelResolveToResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComputationModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -45,6 +45,8 @@ __export(index_exports, {
|
|
|
45
45
|
BatchPutAssetPropertyValueErrorCode: () => BatchPutAssetPropertyValueErrorCode,
|
|
46
46
|
CapabilitySyncStatus: () => CapabilitySyncStatus,
|
|
47
47
|
ColumnName: () => ColumnName,
|
|
48
|
+
ComputationModelState: () => ComputationModelState,
|
|
49
|
+
ComputationModelType: () => ComputationModelType,
|
|
48
50
|
ComputeLocation: () => ComputeLocation,
|
|
49
51
|
ConfigurationState: () => ConfigurationState,
|
|
50
52
|
ConflictingOperationException: () => ConflictingOperationException,
|
|
@@ -54,6 +56,7 @@ __export(index_exports, {
|
|
|
54
56
|
CreateAssetModelCommand: () => CreateAssetModelCommand,
|
|
55
57
|
CreateAssetModelCompositeModelCommand: () => CreateAssetModelCompositeModelCommand,
|
|
56
58
|
CreateBulkImportJobCommand: () => CreateBulkImportJobCommand,
|
|
59
|
+
CreateComputationModelCommand: () => CreateComputationModelCommand,
|
|
57
60
|
CreateDashboardCommand: () => CreateDashboardCommand,
|
|
58
61
|
CreateDatasetCommand: () => CreateDatasetCommand,
|
|
59
62
|
CreateGatewayCommand: () => CreateGatewayCommand,
|
|
@@ -67,6 +70,7 @@ __export(index_exports, {
|
|
|
67
70
|
DeleteAssetCommand: () => DeleteAssetCommand,
|
|
68
71
|
DeleteAssetModelCommand: () => DeleteAssetModelCommand,
|
|
69
72
|
DeleteAssetModelCompositeModelCommand: () => DeleteAssetModelCompositeModelCommand,
|
|
73
|
+
DeleteComputationModelCommand: () => DeleteComputationModelCommand,
|
|
70
74
|
DeleteDashboardCommand: () => DeleteDashboardCommand,
|
|
71
75
|
DeleteDatasetCommand: () => DeleteDatasetCommand,
|
|
72
76
|
DeleteGatewayCommand: () => DeleteGatewayCommand,
|
|
@@ -81,9 +85,12 @@ __export(index_exports, {
|
|
|
81
85
|
DescribeAssetModelCompositeModelCommand: () => DescribeAssetModelCompositeModelCommand,
|
|
82
86
|
DescribeAssetPropertyCommand: () => DescribeAssetPropertyCommand,
|
|
83
87
|
DescribeBulkImportJobCommand: () => DescribeBulkImportJobCommand,
|
|
88
|
+
DescribeComputationModelCommand: () => DescribeComputationModelCommand,
|
|
89
|
+
DescribeComputationModelExecutionSummaryCommand: () => DescribeComputationModelExecutionSummaryCommand,
|
|
84
90
|
DescribeDashboardCommand: () => DescribeDashboardCommand,
|
|
85
91
|
DescribeDatasetCommand: () => DescribeDatasetCommand,
|
|
86
92
|
DescribeDefaultEncryptionConfigurationCommand: () => DescribeDefaultEncryptionConfigurationCommand,
|
|
93
|
+
DescribeExecutionCommand: () => DescribeExecutionCommand,
|
|
87
94
|
DescribeGatewayCapabilityConfigurationCommand: () => DescribeGatewayCapabilityConfigurationCommand,
|
|
88
95
|
DescribeGatewayCommand: () => DescribeGatewayCommand,
|
|
89
96
|
DescribeLoggingOptionsCommand: () => DescribeLoggingOptionsCommand,
|
|
@@ -100,6 +107,7 @@ __export(index_exports, {
|
|
|
100
107
|
ErrorCode: () => ErrorCode,
|
|
101
108
|
ExecuteActionCommand: () => ExecuteActionCommand,
|
|
102
109
|
ExecuteQueryCommand: () => ExecuteQueryCommand,
|
|
110
|
+
ExecutionState: () => ExecutionState,
|
|
103
111
|
ForwardingConfigState: () => ForwardingConfigState,
|
|
104
112
|
GetAssetPropertyAggregatesCommand: () => GetAssetPropertyAggregatesCommand,
|
|
105
113
|
GetAssetPropertyValueCommand: () => GetAssetPropertyValueCommand,
|
|
@@ -132,8 +140,12 @@ __export(index_exports, {
|
|
|
132
140
|
ListBulkImportJobsCommand: () => ListBulkImportJobsCommand,
|
|
133
141
|
ListBulkImportJobsFilter: () => ListBulkImportJobsFilter,
|
|
134
142
|
ListCompositionRelationshipsCommand: () => ListCompositionRelationshipsCommand,
|
|
143
|
+
ListComputationModelDataBindingUsagesCommand: () => ListComputationModelDataBindingUsagesCommand,
|
|
144
|
+
ListComputationModelResolveToResourcesCommand: () => ListComputationModelResolveToResourcesCommand,
|
|
145
|
+
ListComputationModelsCommand: () => ListComputationModelsCommand,
|
|
135
146
|
ListDashboardsCommand: () => ListDashboardsCommand,
|
|
136
147
|
ListDatasetsCommand: () => ListDatasetsCommand,
|
|
148
|
+
ListExecutionsCommand: () => ListExecutionsCommand,
|
|
137
149
|
ListGatewaysCommand: () => ListGatewaysCommand,
|
|
138
150
|
ListPortalsCommand: () => ListPortalsCommand,
|
|
139
151
|
ListProjectAssetsCommand: () => ListProjectAssetsCommand,
|
|
@@ -155,6 +167,7 @@ __export(index_exports, {
|
|
|
155
167
|
Quality: () => Quality,
|
|
156
168
|
QueryTimeoutException: () => QueryTimeoutException,
|
|
157
169
|
RawValueType: () => RawValueType,
|
|
170
|
+
ResolveToResourceType: () => ResolveToResourceType,
|
|
158
171
|
ResourceAlreadyExistsException: () => ResourceAlreadyExistsException,
|
|
159
172
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
160
173
|
ResourceType: () => ResourceType,
|
|
@@ -177,6 +190,7 @@ __export(index_exports, {
|
|
|
177
190
|
UpdateAssetModelCommand: () => UpdateAssetModelCommand,
|
|
178
191
|
UpdateAssetModelCompositeModelCommand: () => UpdateAssetModelCompositeModelCommand,
|
|
179
192
|
UpdateAssetPropertyCommand: () => UpdateAssetPropertyCommand,
|
|
193
|
+
UpdateComputationModelCommand: () => UpdateComputationModelCommand,
|
|
180
194
|
UpdateDashboardCommand: () => UpdateDashboardCommand,
|
|
181
195
|
UpdateDatasetCommand: () => UpdateDatasetCommand,
|
|
182
196
|
UpdateGatewayCapabilityConfigurationCommand: () => UpdateGatewayCapabilityConfigurationCommand,
|
|
@@ -204,8 +218,12 @@ __export(index_exports, {
|
|
|
204
218
|
paginateListAssociatedAssets: () => paginateListAssociatedAssets,
|
|
205
219
|
paginateListBulkImportJobs: () => paginateListBulkImportJobs,
|
|
206
220
|
paginateListCompositionRelationships: () => paginateListCompositionRelationships,
|
|
221
|
+
paginateListComputationModelDataBindingUsages: () => paginateListComputationModelDataBindingUsages,
|
|
222
|
+
paginateListComputationModelResolveToResources: () => paginateListComputationModelResolveToResources,
|
|
223
|
+
paginateListComputationModels: () => paginateListComputationModels,
|
|
207
224
|
paginateListDashboards: () => paginateListDashboards,
|
|
208
225
|
paginateListDatasets: () => paginateListDatasets,
|
|
226
|
+
paginateListExecutions: () => paginateListExecutions,
|
|
209
227
|
paginateListGateways: () => paginateListGateways,
|
|
210
228
|
paginateListPortals: () => paginateListPortals,
|
|
211
229
|
paginateListProjectAssets: () => paginateListProjectAssets,
|
|
@@ -753,6 +771,13 @@ var JobStatus = {
|
|
|
753
771
|
PENDING: "PENDING",
|
|
754
772
|
RUNNING: "RUNNING"
|
|
755
773
|
};
|
|
774
|
+
var ComputationModelState = {
|
|
775
|
+
ACTIVE: "ACTIVE",
|
|
776
|
+
CREATING: "CREATING",
|
|
777
|
+
DELETING: "DELETING",
|
|
778
|
+
FAILED: "FAILED",
|
|
779
|
+
UPDATING: "UPDATING"
|
|
780
|
+
};
|
|
756
781
|
var DatasetSourceFormat = {
|
|
757
782
|
KNOWLEDGE_BASE: "KNOWLEDGE_BASE"
|
|
758
783
|
};
|
|
@@ -791,6 +816,9 @@ var PortalState = {
|
|
|
791
816
|
PENDING: "PENDING",
|
|
792
817
|
UPDATING: "UPDATING"
|
|
793
818
|
};
|
|
819
|
+
var ResolveToResourceType = {
|
|
820
|
+
ASSET: "ASSET"
|
|
821
|
+
};
|
|
794
822
|
var ConfigurationState = {
|
|
795
823
|
ACTIVE: "ACTIVE",
|
|
796
824
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
@@ -800,6 +828,11 @@ var EncryptionType = {
|
|
|
800
828
|
KMS_BASED_ENCRYPTION: "KMS_BASED_ENCRYPTION",
|
|
801
829
|
SITEWISE_DEFAULT_ENCRYPTION: "SITEWISE_DEFAULT_ENCRYPTION"
|
|
802
830
|
};
|
|
831
|
+
var ExecutionState = {
|
|
832
|
+
COMPLETED: "COMPLETED",
|
|
833
|
+
FAILED: "FAILED",
|
|
834
|
+
RUNNING: "RUNNING"
|
|
835
|
+
};
|
|
803
836
|
var CapabilitySyncStatus = {
|
|
804
837
|
IN_SYNC: "IN_SYNC",
|
|
805
838
|
NOT_APPLICABLE: "NOT_APPLICABLE",
|
|
@@ -886,33 +919,6 @@ var ResponseStream;
|
|
|
886
919
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
887
920
|
}, "visit");
|
|
888
921
|
})(ResponseStream || (ResponseStream = {}));
|
|
889
|
-
var IdentityType = {
|
|
890
|
-
GROUP: "GROUP",
|
|
891
|
-
IAM: "IAM",
|
|
892
|
-
USER: "USER"
|
|
893
|
-
};
|
|
894
|
-
var ResourceType = {
|
|
895
|
-
PORTAL: "PORTAL",
|
|
896
|
-
PROJECT: "PROJECT"
|
|
897
|
-
};
|
|
898
|
-
var TargetResourceType = {
|
|
899
|
-
ASSET: "ASSET"
|
|
900
|
-
};
|
|
901
|
-
var ListAssetModelPropertiesFilter = {
|
|
902
|
-
ALL: "ALL",
|
|
903
|
-
BASE: "BASE"
|
|
904
|
-
};
|
|
905
|
-
var ListAssetPropertiesFilter = {
|
|
906
|
-
ALL: "ALL",
|
|
907
|
-
BASE: "BASE"
|
|
908
|
-
};
|
|
909
|
-
var TraversalType = {
|
|
910
|
-
PATH_TO_ROOT: "PATH_TO_ROOT"
|
|
911
|
-
};
|
|
912
|
-
var ListAssetsFilter = {
|
|
913
|
-
ALL: "ALL",
|
|
914
|
-
TOP_LEVEL: "TOP_LEVEL"
|
|
915
|
-
};
|
|
916
922
|
var CreatePortalRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
917
923
|
...obj,
|
|
918
924
|
...obj.portalContactEmail && { portalContactEmail: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -947,6 +953,34 @@ var InvokeAssistantResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
947
953
|
|
|
948
954
|
// src/models/models_1.ts
|
|
949
955
|
|
|
956
|
+
var IdentityType = {
|
|
957
|
+
GROUP: "GROUP",
|
|
958
|
+
IAM: "IAM",
|
|
959
|
+
USER: "USER"
|
|
960
|
+
};
|
|
961
|
+
var ResourceType = {
|
|
962
|
+
PORTAL: "PORTAL",
|
|
963
|
+
PROJECT: "PROJECT"
|
|
964
|
+
};
|
|
965
|
+
var TargetResourceType = {
|
|
966
|
+
ASSET: "ASSET",
|
|
967
|
+
COMPUTATION_MODEL: "COMPUTATION_MODEL"
|
|
968
|
+
};
|
|
969
|
+
var ListAssetModelPropertiesFilter = {
|
|
970
|
+
ALL: "ALL",
|
|
971
|
+
BASE: "BASE"
|
|
972
|
+
};
|
|
973
|
+
var ListAssetPropertiesFilter = {
|
|
974
|
+
ALL: "ALL",
|
|
975
|
+
BASE: "BASE"
|
|
976
|
+
};
|
|
977
|
+
var TraversalType = {
|
|
978
|
+
PATH_TO_ROOT: "PATH_TO_ROOT"
|
|
979
|
+
};
|
|
980
|
+
var ListAssetsFilter = {
|
|
981
|
+
ALL: "ALL",
|
|
982
|
+
TOP_LEVEL: "TOP_LEVEL"
|
|
983
|
+
};
|
|
950
984
|
var TraversalDirection = {
|
|
951
985
|
CHILD: "CHILD",
|
|
952
986
|
PARENT: "PARENT"
|
|
@@ -960,6 +994,9 @@ var ListBulkImportJobsFilter = {
|
|
|
960
994
|
PENDING: "PENDING",
|
|
961
995
|
RUNNING: "RUNNING"
|
|
962
996
|
};
|
|
997
|
+
var ComputationModelType = {
|
|
998
|
+
ANOMALY_DETECTION: "ANOMALY_DETECTION"
|
|
999
|
+
};
|
|
963
1000
|
var UnauthorizedException = class _UnauthorizedException extends IoTSiteWiseServiceException {
|
|
964
1001
|
static {
|
|
965
1002
|
__name(this, "UnauthorizedException");
|
|
@@ -1367,6 +1404,34 @@ var se_CreateBulkImportJobCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1367
1404
|
b.m("POST").h(headers).b(body);
|
|
1368
1405
|
return b.build();
|
|
1369
1406
|
}, "se_CreateBulkImportJobCommand");
|
|
1407
|
+
var se_CreateComputationModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1408
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1409
|
+
const headers = {
|
|
1410
|
+
"content-type": "application/json"
|
|
1411
|
+
};
|
|
1412
|
+
b.bp("/computation-models");
|
|
1413
|
+
let body;
|
|
1414
|
+
body = JSON.stringify(
|
|
1415
|
+
(0, import_smithy_client.take)(input, {
|
|
1416
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1417
|
+
computationModelConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computationModelConfiguration"),
|
|
1418
|
+
computationModelDataBinding: /* @__PURE__ */ __name((_) => se_ComputationModelDataBinding(_, context), "computationModelDataBinding"),
|
|
1419
|
+
computationModelDescription: [],
|
|
1420
|
+
computationModelName: [],
|
|
1421
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1422
|
+
})
|
|
1423
|
+
);
|
|
1424
|
+
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1425
|
+
if (context.disableHostPrefix !== true) {
|
|
1426
|
+
resolvedHostname = "api." + resolvedHostname;
|
|
1427
|
+
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
1428
|
+
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
b.hn(resolvedHostname);
|
|
1432
|
+
b.m("POST").h(headers).b(body);
|
|
1433
|
+
return b.build();
|
|
1434
|
+
}, "se_CreateComputationModelCommand");
|
|
1370
1435
|
var se_CreateDashboardCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1371
1436
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1372
1437
|
const headers = {
|
|
@@ -1599,6 +1664,26 @@ var se_DeleteAssetModelCompositeModelCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1599
1664
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
1600
1665
|
return b.build();
|
|
1601
1666
|
}, "se_DeleteAssetModelCompositeModelCommand");
|
|
1667
|
+
var se_DeleteComputationModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1668
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1669
|
+
const headers = {};
|
|
1670
|
+
b.bp("/computation-models/{computationModelId}");
|
|
1671
|
+
b.p("computationModelId", () => input.computationModelId, "{computationModelId}", false);
|
|
1672
|
+
const query = (0, import_smithy_client.map)({
|
|
1673
|
+
[_cT]: [, input[_cT] ?? (0, import_uuid.v4)()]
|
|
1674
|
+
});
|
|
1675
|
+
let body;
|
|
1676
|
+
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1677
|
+
if (context.disableHostPrefix !== true) {
|
|
1678
|
+
resolvedHostname = "api." + resolvedHostname;
|
|
1679
|
+
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
1680
|
+
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
1681
|
+
}
|
|
1682
|
+
}
|
|
1683
|
+
b.hn(resolvedHostname);
|
|
1684
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
1685
|
+
return b.build();
|
|
1686
|
+
}, "se_DeleteComputationModelCommand");
|
|
1602
1687
|
var se_DeleteDashboardCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1603
1688
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1604
1689
|
const headers = {};
|
|
@@ -1873,6 +1958,44 @@ var se_DescribeBulkImportJobCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1873
1958
|
b.m("GET").h(headers).b(body);
|
|
1874
1959
|
return b.build();
|
|
1875
1960
|
}, "se_DescribeBulkImportJobCommand");
|
|
1961
|
+
var se_DescribeComputationModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1962
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1963
|
+
const headers = {};
|
|
1964
|
+
b.bp("/computation-models/{computationModelId}");
|
|
1965
|
+
b.p("computationModelId", () => input.computationModelId, "{computationModelId}", false);
|
|
1966
|
+
let body;
|
|
1967
|
+
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1968
|
+
if (context.disableHostPrefix !== true) {
|
|
1969
|
+
resolvedHostname = "api." + resolvedHostname;
|
|
1970
|
+
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
1971
|
+
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
1972
|
+
}
|
|
1973
|
+
}
|
|
1974
|
+
b.hn(resolvedHostname);
|
|
1975
|
+
b.m("GET").h(headers).b(body);
|
|
1976
|
+
return b.build();
|
|
1977
|
+
}, "se_DescribeComputationModelCommand");
|
|
1978
|
+
var se_DescribeComputationModelExecutionSummaryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1979
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1980
|
+
const headers = {};
|
|
1981
|
+
b.bp("/computation-models/{computationModelId}/execution-summary");
|
|
1982
|
+
b.p("computationModelId", () => input.computationModelId, "{computationModelId}", false);
|
|
1983
|
+
const query = (0, import_smithy_client.map)({
|
|
1984
|
+
[_rTRT]: [, input[_rTRT]],
|
|
1985
|
+
[_rTRI]: [, input[_rTRI]]
|
|
1986
|
+
});
|
|
1987
|
+
let body;
|
|
1988
|
+
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1989
|
+
if (context.disableHostPrefix !== true) {
|
|
1990
|
+
resolvedHostname = "api." + resolvedHostname;
|
|
1991
|
+
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
1992
|
+
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
1995
|
+
b.hn(resolvedHostname);
|
|
1996
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1997
|
+
return b.build();
|
|
1998
|
+
}, "se_DescribeComputationModelExecutionSummaryCommand");
|
|
1876
1999
|
var se_DescribeDashboardCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1877
2000
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1878
2001
|
const headers = {};
|
|
@@ -1923,6 +2046,23 @@ var se_DescribeDefaultEncryptionConfigurationCommand = /* @__PURE__ */ __name(as
|
|
|
1923
2046
|
b.m("GET").h(headers).b(body);
|
|
1924
2047
|
return b.build();
|
|
1925
2048
|
}, "se_DescribeDefaultEncryptionConfigurationCommand");
|
|
2049
|
+
var se_DescribeExecutionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2050
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2051
|
+
const headers = {};
|
|
2052
|
+
b.bp("/executions/{executionId}");
|
|
2053
|
+
b.p("executionId", () => input.executionId, "{executionId}", false);
|
|
2054
|
+
let body;
|
|
2055
|
+
let { hostname: resolvedHostname } = await context.endpoint();
|
|
2056
|
+
if (context.disableHostPrefix !== true) {
|
|
2057
|
+
resolvedHostname = "api." + resolvedHostname;
|
|
2058
|
+
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
2059
|
+
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
2060
|
+
}
|
|
2061
|
+
}
|
|
2062
|
+
b.hn(resolvedHostname);
|
|
2063
|
+
b.m("GET").h(headers).b(body);
|
|
2064
|
+
return b.build();
|
|
2065
|
+
}, "se_DescribeExecutionCommand");
|
|
1926
2066
|
var se_DescribeGatewayCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1927
2067
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1928
2068
|
const headers = {};
|
|
@@ -2111,6 +2251,7 @@ var se_ExecuteActionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2111
2251
|
actionDefinitionId: [],
|
|
2112
2252
|
actionPayload: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "actionPayload"),
|
|
2113
2253
|
clientToken: [],
|
|
2254
|
+
resolveTo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resolveTo"),
|
|
2114
2255
|
targetResource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targetResource")
|
|
2115
2256
|
})
|
|
2116
2257
|
);
|
|
@@ -2317,7 +2458,9 @@ var se_ListActionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2317
2458
|
[_tRT]: [, (0, import_smithy_client.expectNonNull)(input[_tRT], `targetResourceType`)],
|
|
2318
2459
|
[_tRI]: [, (0, import_smithy_client.expectNonNull)(input[_tRI], `targetResourceId`)],
|
|
2319
2460
|
[_nT]: [, input[_nT]],
|
|
2320
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
2461
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
2462
|
+
[_rTRT]: [, input[_rTRT]],
|
|
2463
|
+
[_rTRI]: [, input[_rTRI]]
|
|
2321
2464
|
});
|
|
2322
2465
|
let body;
|
|
2323
2466
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2529,6 +2672,73 @@ var se_ListCompositionRelationshipsCommand = /* @__PURE__ */ __name(async (input
|
|
|
2529
2672
|
b.m("GET").h(headers).q(query).b(body);
|
|
2530
2673
|
return b.build();
|
|
2531
2674
|
}, "se_ListCompositionRelationshipsCommand");
|
|
2675
|
+
var se_ListComputationModelDataBindingUsagesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2676
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2677
|
+
const headers = {
|
|
2678
|
+
"content-type": "application/json"
|
|
2679
|
+
};
|
|
2680
|
+
b.bp("/computation-models/data-binding-usages");
|
|
2681
|
+
let body;
|
|
2682
|
+
body = JSON.stringify(
|
|
2683
|
+
(0, import_smithy_client.take)(input, {
|
|
2684
|
+
dataBindingValueFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dataBindingValueFilter"),
|
|
2685
|
+
maxResults: [],
|
|
2686
|
+
nextToken: []
|
|
2687
|
+
})
|
|
2688
|
+
);
|
|
2689
|
+
let { hostname: resolvedHostname } = await context.endpoint();
|
|
2690
|
+
if (context.disableHostPrefix !== true) {
|
|
2691
|
+
resolvedHostname = "api." + resolvedHostname;
|
|
2692
|
+
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
2693
|
+
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
2694
|
+
}
|
|
2695
|
+
}
|
|
2696
|
+
b.hn(resolvedHostname);
|
|
2697
|
+
b.m("POST").h(headers).b(body);
|
|
2698
|
+
return b.build();
|
|
2699
|
+
}, "se_ListComputationModelDataBindingUsagesCommand");
|
|
2700
|
+
var se_ListComputationModelResolveToResourcesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2701
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2702
|
+
const headers = {};
|
|
2703
|
+
b.bp("/computation-models/{computationModelId}/resolve-to-resources");
|
|
2704
|
+
b.p("computationModelId", () => input.computationModelId, "{computationModelId}", false);
|
|
2705
|
+
const query = (0, import_smithy_client.map)({
|
|
2706
|
+
[_nT]: [, input[_nT]],
|
|
2707
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
2708
|
+
});
|
|
2709
|
+
let body;
|
|
2710
|
+
let { hostname: resolvedHostname } = await context.endpoint();
|
|
2711
|
+
if (context.disableHostPrefix !== true) {
|
|
2712
|
+
resolvedHostname = "api." + resolvedHostname;
|
|
2713
|
+
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
2714
|
+
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
2715
|
+
}
|
|
2716
|
+
}
|
|
2717
|
+
b.hn(resolvedHostname);
|
|
2718
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2719
|
+
return b.build();
|
|
2720
|
+
}, "se_ListComputationModelResolveToResourcesCommand");
|
|
2721
|
+
var se_ListComputationModelsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2722
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2723
|
+
const headers = {};
|
|
2724
|
+
b.bp("/computation-models");
|
|
2725
|
+
const query = (0, import_smithy_client.map)({
|
|
2726
|
+
[_cMT]: [, input[_cMT]],
|
|
2727
|
+
[_nT]: [, input[_nT]],
|
|
2728
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
2729
|
+
});
|
|
2730
|
+
let body;
|
|
2731
|
+
let { hostname: resolvedHostname } = await context.endpoint();
|
|
2732
|
+
if (context.disableHostPrefix !== true) {
|
|
2733
|
+
resolvedHostname = "api." + resolvedHostname;
|
|
2734
|
+
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
2735
|
+
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
2736
|
+
}
|
|
2737
|
+
}
|
|
2738
|
+
b.hn(resolvedHostname);
|
|
2739
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2740
|
+
return b.build();
|
|
2741
|
+
}, "se_ListComputationModelsCommand");
|
|
2532
2742
|
var se_ListDashboardsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2533
2743
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2534
2744
|
const headers = {};
|
|
@@ -2571,6 +2781,31 @@ var se_ListDatasetsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2571
2781
|
b.m("GET").h(headers).q(query).b(body);
|
|
2572
2782
|
return b.build();
|
|
2573
2783
|
}, "se_ListDatasetsCommand");
|
|
2784
|
+
var se_ListExecutionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2785
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2786
|
+
const headers = {};
|
|
2787
|
+
b.bp("/executions");
|
|
2788
|
+
const query = (0, import_smithy_client.map)({
|
|
2789
|
+
[_tRT]: [, (0, import_smithy_client.expectNonNull)(input[_tRT], `targetResourceType`)],
|
|
2790
|
+
[_tRI]: [, (0, import_smithy_client.expectNonNull)(input[_tRI], `targetResourceId`)],
|
|
2791
|
+
[_rTRT]: [, input[_rTRT]],
|
|
2792
|
+
[_rTRI]: [, input[_rTRI]],
|
|
2793
|
+
[_nT]: [, input[_nT]],
|
|
2794
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
2795
|
+
[_aTc]: [, input[_aTc]]
|
|
2796
|
+
});
|
|
2797
|
+
let body;
|
|
2798
|
+
let { hostname: resolvedHostname } = await context.endpoint();
|
|
2799
|
+
if (context.disableHostPrefix !== true) {
|
|
2800
|
+
resolvedHostname = "api." + resolvedHostname;
|
|
2801
|
+
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
2802
|
+
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
2803
|
+
}
|
|
2804
|
+
}
|
|
2805
|
+
b.hn(resolvedHostname);
|
|
2806
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2807
|
+
return b.build();
|
|
2808
|
+
}, "se_ListExecutionsCommand");
|
|
2574
2809
|
var se_ListGatewaysCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2575
2810
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2576
2811
|
const headers = {};
|
|
@@ -2964,6 +3199,34 @@ var se_UpdateAssetPropertyCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2964
3199
|
b.m("PUT").h(headers).b(body);
|
|
2965
3200
|
return b.build();
|
|
2966
3201
|
}, "se_UpdateAssetPropertyCommand");
|
|
3202
|
+
var se_UpdateComputationModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3203
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3204
|
+
const headers = {
|
|
3205
|
+
"content-type": "application/json"
|
|
3206
|
+
};
|
|
3207
|
+
b.bp("/computation-models/{computationModelId}");
|
|
3208
|
+
b.p("computationModelId", () => input.computationModelId, "{computationModelId}", false);
|
|
3209
|
+
let body;
|
|
3210
|
+
body = JSON.stringify(
|
|
3211
|
+
(0, import_smithy_client.take)(input, {
|
|
3212
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3213
|
+
computationModelConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computationModelConfiguration"),
|
|
3214
|
+
computationModelDataBinding: /* @__PURE__ */ __name((_) => se_ComputationModelDataBinding(_, context), "computationModelDataBinding"),
|
|
3215
|
+
computationModelDescription: [],
|
|
3216
|
+
computationModelName: []
|
|
3217
|
+
})
|
|
3218
|
+
);
|
|
3219
|
+
let { hostname: resolvedHostname } = await context.endpoint();
|
|
3220
|
+
if (context.disableHostPrefix !== true) {
|
|
3221
|
+
resolvedHostname = "api." + resolvedHostname;
|
|
3222
|
+
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
3223
|
+
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
3224
|
+
}
|
|
3225
|
+
}
|
|
3226
|
+
b.hn(resolvedHostname);
|
|
3227
|
+
b.m("POST").h(headers).b(body);
|
|
3228
|
+
return b.build();
|
|
3229
|
+
}, "se_UpdateComputationModelCommand");
|
|
2967
3230
|
var se_UpdateDashboardCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2968
3231
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2969
3232
|
const headers = {
|
|
@@ -3318,6 +3581,22 @@ var de_CreateBulkImportJobCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3318
3581
|
Object.assign(contents, doc);
|
|
3319
3582
|
return contents;
|
|
3320
3583
|
}, "de_CreateBulkImportJobCommand");
|
|
3584
|
+
var de_CreateComputationModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3585
|
+
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
3586
|
+
return de_CommandError(output, context);
|
|
3587
|
+
}
|
|
3588
|
+
const contents = (0, import_smithy_client.map)({
|
|
3589
|
+
$metadata: deserializeMetadata(output)
|
|
3590
|
+
});
|
|
3591
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3592
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3593
|
+
computationModelArn: import_smithy_client.expectString,
|
|
3594
|
+
computationModelId: import_smithy_client.expectString,
|
|
3595
|
+
computationModelStatus: import_smithy_client._json
|
|
3596
|
+
});
|
|
3597
|
+
Object.assign(contents, doc);
|
|
3598
|
+
return contents;
|
|
3599
|
+
}, "de_CreateComputationModelCommand");
|
|
3321
3600
|
var de_CreateDashboardCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3322
3601
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
3323
3602
|
return de_CommandError(output, context);
|
|
@@ -3444,11 +3723,25 @@ var de_DeleteAssetModelCompositeModelCommand = /* @__PURE__ */ __name(async (out
|
|
|
3444
3723
|
});
|
|
3445
3724
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3446
3725
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3447
|
-
assetModelStatus: import_smithy_client._json
|
|
3726
|
+
assetModelStatus: import_smithy_client._json
|
|
3727
|
+
});
|
|
3728
|
+
Object.assign(contents, doc);
|
|
3729
|
+
return contents;
|
|
3730
|
+
}, "de_DeleteAssetModelCompositeModelCommand");
|
|
3731
|
+
var de_DeleteComputationModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3732
|
+
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
3733
|
+
return de_CommandError(output, context);
|
|
3734
|
+
}
|
|
3735
|
+
const contents = (0, import_smithy_client.map)({
|
|
3736
|
+
$metadata: deserializeMetadata(output)
|
|
3737
|
+
});
|
|
3738
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3739
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3740
|
+
computationModelStatus: import_smithy_client._json
|
|
3448
3741
|
});
|
|
3449
3742
|
Object.assign(contents, doc);
|
|
3450
3743
|
return contents;
|
|
3451
|
-
}, "
|
|
3744
|
+
}, "de_DeleteComputationModelCommand");
|
|
3452
3745
|
var de_DeleteDashboardCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3453
3746
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3454
3747
|
return de_CommandError(output, context);
|
|
@@ -3550,6 +3843,7 @@ var de_DescribeActionCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3550
3843
|
actionId: import_smithy_client.expectString,
|
|
3551
3844
|
actionPayload: import_smithy_client._json,
|
|
3552
3845
|
executionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "executionTime"),
|
|
3846
|
+
resolveTo: import_smithy_client._json,
|
|
3553
3847
|
targetResource: import_smithy_client._json
|
|
3554
3848
|
});
|
|
3555
3849
|
Object.assign(contents, doc);
|
|
@@ -3699,6 +3993,46 @@ var de_DescribeBulkImportJobCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3699
3993
|
Object.assign(contents, doc);
|
|
3700
3994
|
return contents;
|
|
3701
3995
|
}, "de_DescribeBulkImportJobCommand");
|
|
3996
|
+
var de_DescribeComputationModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3997
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3998
|
+
return de_CommandError(output, context);
|
|
3999
|
+
}
|
|
4000
|
+
const contents = (0, import_smithy_client.map)({
|
|
4001
|
+
$metadata: deserializeMetadata(output)
|
|
4002
|
+
});
|
|
4003
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4004
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4005
|
+
actionDefinitions: import_smithy_client._json,
|
|
4006
|
+
computationModelArn: import_smithy_client.expectString,
|
|
4007
|
+
computationModelConfiguration: import_smithy_client._json,
|
|
4008
|
+
computationModelCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "computationModelCreationDate"),
|
|
4009
|
+
computationModelDataBinding: /* @__PURE__ */ __name((_) => de_ComputationModelDataBinding(_, context), "computationModelDataBinding"),
|
|
4010
|
+
computationModelDescription: import_smithy_client.expectString,
|
|
4011
|
+
computationModelId: import_smithy_client.expectString,
|
|
4012
|
+
computationModelLastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "computationModelLastUpdateDate"),
|
|
4013
|
+
computationModelName: import_smithy_client.expectString,
|
|
4014
|
+
computationModelStatus: import_smithy_client._json,
|
|
4015
|
+
computationModelVersion: import_smithy_client.expectString
|
|
4016
|
+
});
|
|
4017
|
+
Object.assign(contents, doc);
|
|
4018
|
+
return contents;
|
|
4019
|
+
}, "de_DescribeComputationModelCommand");
|
|
4020
|
+
var de_DescribeComputationModelExecutionSummaryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4021
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4022
|
+
return de_CommandError(output, context);
|
|
4023
|
+
}
|
|
4024
|
+
const contents = (0, import_smithy_client.map)({
|
|
4025
|
+
$metadata: deserializeMetadata(output)
|
|
4026
|
+
});
|
|
4027
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4028
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4029
|
+
computationModelExecutionSummary: import_smithy_client._json,
|
|
4030
|
+
computationModelId: import_smithy_client.expectString,
|
|
4031
|
+
resolveTo: import_smithy_client._json
|
|
4032
|
+
});
|
|
4033
|
+
Object.assign(contents, doc);
|
|
4034
|
+
return contents;
|
|
4035
|
+
}, "de_DescribeComputationModelExecutionSummaryCommand");
|
|
3702
4036
|
var de_DescribeDashboardCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3703
4037
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3704
4038
|
return de_CommandError(output, context);
|
|
@@ -3758,6 +4092,30 @@ var de_DescribeDefaultEncryptionConfigurationCommand = /* @__PURE__ */ __name(as
|
|
|
3758
4092
|
Object.assign(contents, doc);
|
|
3759
4093
|
return contents;
|
|
3760
4094
|
}, "de_DescribeDefaultEncryptionConfigurationCommand");
|
|
4095
|
+
var de_DescribeExecutionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4096
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4097
|
+
return de_CommandError(output, context);
|
|
4098
|
+
}
|
|
4099
|
+
const contents = (0, import_smithy_client.map)({
|
|
4100
|
+
$metadata: deserializeMetadata(output)
|
|
4101
|
+
});
|
|
4102
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4103
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4104
|
+
actionType: import_smithy_client.expectString,
|
|
4105
|
+
executionDetails: import_smithy_client._json,
|
|
4106
|
+
executionEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "executionEndTime"),
|
|
4107
|
+
executionEntityVersion: import_smithy_client.expectString,
|
|
4108
|
+
executionId: import_smithy_client.expectString,
|
|
4109
|
+
executionResult: import_smithy_client._json,
|
|
4110
|
+
executionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "executionStartTime"),
|
|
4111
|
+
executionStatus: import_smithy_client._json,
|
|
4112
|
+
resolveTo: import_smithy_client._json,
|
|
4113
|
+
targetResource: import_smithy_client._json,
|
|
4114
|
+
targetResourceVersion: import_smithy_client.expectString
|
|
4115
|
+
});
|
|
4116
|
+
Object.assign(contents, doc);
|
|
4117
|
+
return contents;
|
|
4118
|
+
}, "de_DescribeExecutionCommand");
|
|
3761
4119
|
var de_DescribeGatewayCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3762
4120
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3763
4121
|
return de_CommandError(output, context);
|
|
@@ -4190,6 +4548,51 @@ var de_ListCompositionRelationshipsCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
4190
4548
|
Object.assign(contents, doc);
|
|
4191
4549
|
return contents;
|
|
4192
4550
|
}, "de_ListCompositionRelationshipsCommand");
|
|
4551
|
+
var de_ListComputationModelDataBindingUsagesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4552
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4553
|
+
return de_CommandError(output, context);
|
|
4554
|
+
}
|
|
4555
|
+
const contents = (0, import_smithy_client.map)({
|
|
4556
|
+
$metadata: deserializeMetadata(output)
|
|
4557
|
+
});
|
|
4558
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4559
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4560
|
+
dataBindingUsageSummaries: import_smithy_client._json,
|
|
4561
|
+
nextToken: import_smithy_client.expectString
|
|
4562
|
+
});
|
|
4563
|
+
Object.assign(contents, doc);
|
|
4564
|
+
return contents;
|
|
4565
|
+
}, "de_ListComputationModelDataBindingUsagesCommand");
|
|
4566
|
+
var de_ListComputationModelResolveToResourcesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4567
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4568
|
+
return de_CommandError(output, context);
|
|
4569
|
+
}
|
|
4570
|
+
const contents = (0, import_smithy_client.map)({
|
|
4571
|
+
$metadata: deserializeMetadata(output)
|
|
4572
|
+
});
|
|
4573
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4574
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4575
|
+
computationModelResolveToResourceSummaries: import_smithy_client._json,
|
|
4576
|
+
nextToken: import_smithy_client.expectString
|
|
4577
|
+
});
|
|
4578
|
+
Object.assign(contents, doc);
|
|
4579
|
+
return contents;
|
|
4580
|
+
}, "de_ListComputationModelResolveToResourcesCommand");
|
|
4581
|
+
var de_ListComputationModelsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4582
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4583
|
+
return de_CommandError(output, context);
|
|
4584
|
+
}
|
|
4585
|
+
const contents = (0, import_smithy_client.map)({
|
|
4586
|
+
$metadata: deserializeMetadata(output)
|
|
4587
|
+
});
|
|
4588
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4589
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4590
|
+
computationModelSummaries: /* @__PURE__ */ __name((_) => de_ComputationModelSummaries(_, context), "computationModelSummaries"),
|
|
4591
|
+
nextToken: import_smithy_client.expectString
|
|
4592
|
+
});
|
|
4593
|
+
Object.assign(contents, doc);
|
|
4594
|
+
return contents;
|
|
4595
|
+
}, "de_ListComputationModelsCommand");
|
|
4193
4596
|
var de_ListDashboardsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4194
4597
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4195
4598
|
return de_CommandError(output, context);
|
|
@@ -4220,6 +4623,21 @@ var de_ListDatasetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4220
4623
|
Object.assign(contents, doc);
|
|
4221
4624
|
return contents;
|
|
4222
4625
|
}, "de_ListDatasetsCommand");
|
|
4626
|
+
var de_ListExecutionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4627
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4628
|
+
return de_CommandError(output, context);
|
|
4629
|
+
}
|
|
4630
|
+
const contents = (0, import_smithy_client.map)({
|
|
4631
|
+
$metadata: deserializeMetadata(output)
|
|
4632
|
+
});
|
|
4633
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4634
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4635
|
+
executionSummaries: /* @__PURE__ */ __name((_) => de_ExecutionSummaries(_, context), "executionSummaries"),
|
|
4636
|
+
nextToken: import_smithy_client.expectString
|
|
4637
|
+
});
|
|
4638
|
+
Object.assign(contents, doc);
|
|
4639
|
+
return contents;
|
|
4640
|
+
}, "de_ListExecutionsCommand");
|
|
4223
4641
|
var de_ListGatewaysCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4224
4642
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4225
4643
|
return de_CommandError(output, context);
|
|
@@ -4439,6 +4857,20 @@ var de_UpdateAssetPropertyCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
4439
4857
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4440
4858
|
return contents;
|
|
4441
4859
|
}, "de_UpdateAssetPropertyCommand");
|
|
4860
|
+
var de_UpdateComputationModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4861
|
+
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
4862
|
+
return de_CommandError(output, context);
|
|
4863
|
+
}
|
|
4864
|
+
const contents = (0, import_smithy_client.map)({
|
|
4865
|
+
$metadata: deserializeMetadata(output)
|
|
4866
|
+
});
|
|
4867
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4868
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4869
|
+
computationModelStatus: import_smithy_client._json
|
|
4870
|
+
});
|
|
4871
|
+
Object.assign(contents, doc);
|
|
4872
|
+
return contents;
|
|
4873
|
+
}, "de_UpdateComputationModelCommand");
|
|
4442
4874
|
var de_UpdateDashboardCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4443
4875
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4444
4876
|
return de_CommandError(output, context);
|
|
@@ -4937,6 +5369,27 @@ var se_BatchGetAssetPropertyValueHistoryEntry = /* @__PURE__ */ __name((input, c
|
|
|
4937
5369
|
timeOrdering: []
|
|
4938
5370
|
});
|
|
4939
5371
|
}, "se_BatchGetAssetPropertyValueHistoryEntry");
|
|
5372
|
+
var se_BindingValueList = /* @__PURE__ */ __name((input, context) => {
|
|
5373
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
5374
|
+
return se_ComputationModelDataBindingValue(entry, context);
|
|
5375
|
+
});
|
|
5376
|
+
}, "se_BindingValueList");
|
|
5377
|
+
var se_ComputationModelDataBinding = /* @__PURE__ */ __name((input, context) => {
|
|
5378
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
5379
|
+
if (value === null) {
|
|
5380
|
+
return acc;
|
|
5381
|
+
}
|
|
5382
|
+
acc[key] = se_ComputationModelDataBindingValue(value, context);
|
|
5383
|
+
return acc;
|
|
5384
|
+
}, {});
|
|
5385
|
+
}, "se_ComputationModelDataBinding");
|
|
5386
|
+
var se_ComputationModelDataBindingValue = /* @__PURE__ */ __name((input, context) => {
|
|
5387
|
+
return (0, import_smithy_client.take)(input, {
|
|
5388
|
+
assetModelProperty: import_smithy_client._json,
|
|
5389
|
+
assetProperty: import_smithy_client._json,
|
|
5390
|
+
list: /* @__PURE__ */ __name((_) => se_BindingValueList(_, context), "list")
|
|
5391
|
+
});
|
|
5392
|
+
}, "se_ComputationModelDataBindingValue");
|
|
4940
5393
|
var se_Image = /* @__PURE__ */ __name((input, context) => {
|
|
4941
5394
|
return (0, import_smithy_client.take)(input, {
|
|
4942
5395
|
file: /* @__PURE__ */ __name((_) => se_ImageFile(_, context), "file"),
|
|
@@ -5183,6 +5636,50 @@ var de_BatchGetAssetPropertyValueSuccessEntry = /* @__PURE__ */ __name((output,
|
|
|
5183
5636
|
entryId: import_smithy_client.expectString
|
|
5184
5637
|
});
|
|
5185
5638
|
}, "de_BatchGetAssetPropertyValueSuccessEntry");
|
|
5639
|
+
var de_BindingValueList = /* @__PURE__ */ __name((output, context) => {
|
|
5640
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5641
|
+
return de_ComputationModelDataBindingValue(entry, context);
|
|
5642
|
+
});
|
|
5643
|
+
return retVal;
|
|
5644
|
+
}, "de_BindingValueList");
|
|
5645
|
+
var de_ComputationModelDataBinding = /* @__PURE__ */ __name((output, context) => {
|
|
5646
|
+
return Object.entries(output).reduce(
|
|
5647
|
+
(acc, [key, value]) => {
|
|
5648
|
+
if (value === null) {
|
|
5649
|
+
return acc;
|
|
5650
|
+
}
|
|
5651
|
+
acc[key] = de_ComputationModelDataBindingValue(value, context);
|
|
5652
|
+
return acc;
|
|
5653
|
+
},
|
|
5654
|
+
{}
|
|
5655
|
+
);
|
|
5656
|
+
}, "de_ComputationModelDataBinding");
|
|
5657
|
+
var de_ComputationModelDataBindingValue = /* @__PURE__ */ __name((output, context) => {
|
|
5658
|
+
return (0, import_smithy_client.take)(output, {
|
|
5659
|
+
assetModelProperty: import_smithy_client._json,
|
|
5660
|
+
assetProperty: import_smithy_client._json,
|
|
5661
|
+
list: /* @__PURE__ */ __name((_) => de_BindingValueList(_, context), "list")
|
|
5662
|
+
});
|
|
5663
|
+
}, "de_ComputationModelDataBindingValue");
|
|
5664
|
+
var de_ComputationModelSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
5665
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5666
|
+
return de_ComputationModelSummary(entry, context);
|
|
5667
|
+
});
|
|
5668
|
+
return retVal;
|
|
5669
|
+
}, "de_ComputationModelSummaries");
|
|
5670
|
+
var de_ComputationModelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5671
|
+
return (0, import_smithy_client.take)(output, {
|
|
5672
|
+
arn: import_smithy_client.expectString,
|
|
5673
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
5674
|
+
description: import_smithy_client.expectString,
|
|
5675
|
+
id: import_smithy_client.expectString,
|
|
5676
|
+
lastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateDate"),
|
|
5677
|
+
name: import_smithy_client.expectString,
|
|
5678
|
+
status: import_smithy_client._json,
|
|
5679
|
+
type: import_smithy_client.expectString,
|
|
5680
|
+
version: import_smithy_client.expectString
|
|
5681
|
+
});
|
|
5682
|
+
}, "de_ComputationModelSummary");
|
|
5186
5683
|
var de_DashboardSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
5187
5684
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5188
5685
|
return de_DashboardSummary(entry, context);
|
|
@@ -5229,6 +5726,25 @@ var de_DatumList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5229
5726
|
});
|
|
5230
5727
|
return retVal;
|
|
5231
5728
|
}, "de_DatumList");
|
|
5729
|
+
var de_ExecutionSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
5730
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5731
|
+
return de_ExecutionSummary(entry, context);
|
|
5732
|
+
});
|
|
5733
|
+
return retVal;
|
|
5734
|
+
}, "de_ExecutionSummaries");
|
|
5735
|
+
var de_ExecutionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5736
|
+
return (0, import_smithy_client.take)(output, {
|
|
5737
|
+
actionType: import_smithy_client.expectString,
|
|
5738
|
+
executionEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "executionEndTime"),
|
|
5739
|
+
executionEntityVersion: import_smithy_client.expectString,
|
|
5740
|
+
executionId: import_smithy_client.expectString,
|
|
5741
|
+
executionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "executionStartTime"),
|
|
5742
|
+
executionStatus: import_smithy_client._json,
|
|
5743
|
+
resolveTo: import_smithy_client._json,
|
|
5744
|
+
targetResource: import_smithy_client._json,
|
|
5745
|
+
targetResourceVersion: import_smithy_client.expectString
|
|
5746
|
+
});
|
|
5747
|
+
}, "de_ExecutionSummary");
|
|
5232
5748
|
var de_GatewaySummaries = /* @__PURE__ */ __name((output, context) => {
|
|
5233
5749
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5234
5750
|
return de_GatewaySummary(entry, context);
|
|
@@ -5344,7 +5860,9 @@ var _aMT = "assetModelTypes";
|
|
|
5344
5860
|
var _aMV = "assetModelVersion";
|
|
5345
5861
|
var _aP = "aliasPrefix";
|
|
5346
5862
|
var _aT = "aggregateTypes";
|
|
5863
|
+
var _aTc = "actionType";
|
|
5347
5864
|
var _cI = "conversationId";
|
|
5865
|
+
var _cMT = "computationModelType";
|
|
5348
5866
|
var _cT = "clientToken";
|
|
5349
5867
|
var _e = "etag";
|
|
5350
5868
|
var _eD = "endDate";
|
|
@@ -5377,6 +5895,8 @@ var _r = "resolution";
|
|
|
5377
5895
|
var _rA = "resourceArn";
|
|
5378
5896
|
var _rI = "resourceId";
|
|
5379
5897
|
var _rT = "resourceType";
|
|
5898
|
+
var _rTRI = "resolveToResourceId";
|
|
5899
|
+
var _rTRT = "resolveToResourceType";
|
|
5380
5900
|
var _sD = "startDate";
|
|
5381
5901
|
var _sT = "sourceType";
|
|
5382
5902
|
var _sTIS = "startTimeInSeconds";
|
|
@@ -5583,6 +6103,21 @@ var CreateBulkImportJobCommand = class extends import_smithy_client.Command.clas
|
|
|
5583
6103
|
}
|
|
5584
6104
|
};
|
|
5585
6105
|
|
|
6106
|
+
// src/commands/CreateComputationModelCommand.ts
|
|
6107
|
+
|
|
6108
|
+
|
|
6109
|
+
|
|
6110
|
+
var CreateComputationModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6111
|
+
return [
|
|
6112
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6113
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6114
|
+
];
|
|
6115
|
+
}).s("AWSIoTSiteWise", "CreateComputationModel", {}).n("IoTSiteWiseClient", "CreateComputationModelCommand").f(void 0, void 0).ser(se_CreateComputationModelCommand).de(de_CreateComputationModelCommand).build() {
|
|
6116
|
+
static {
|
|
6117
|
+
__name(this, "CreateComputationModelCommand");
|
|
6118
|
+
}
|
|
6119
|
+
};
|
|
6120
|
+
|
|
5586
6121
|
// src/commands/CreateDashboardCommand.ts
|
|
5587
6122
|
|
|
5588
6123
|
|
|
@@ -5718,6 +6253,21 @@ var DeleteAssetModelCompositeModelCommand = class extends import_smithy_client.C
|
|
|
5718
6253
|
}
|
|
5719
6254
|
};
|
|
5720
6255
|
|
|
6256
|
+
// src/commands/DeleteComputationModelCommand.ts
|
|
6257
|
+
|
|
6258
|
+
|
|
6259
|
+
|
|
6260
|
+
var DeleteComputationModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6261
|
+
return [
|
|
6262
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6263
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6264
|
+
];
|
|
6265
|
+
}).s("AWSIoTSiteWise", "DeleteComputationModel", {}).n("IoTSiteWiseClient", "DeleteComputationModelCommand").f(void 0, void 0).ser(se_DeleteComputationModelCommand).de(de_DeleteComputationModelCommand).build() {
|
|
6266
|
+
static {
|
|
6267
|
+
__name(this, "DeleteComputationModelCommand");
|
|
6268
|
+
}
|
|
6269
|
+
};
|
|
6270
|
+
|
|
5721
6271
|
// src/commands/DeleteDashboardCommand.ts
|
|
5722
6272
|
|
|
5723
6273
|
|
|
@@ -5928,6 +6478,36 @@ var DescribeBulkImportJobCommand = class extends import_smithy_client.Command.cl
|
|
|
5928
6478
|
}
|
|
5929
6479
|
};
|
|
5930
6480
|
|
|
6481
|
+
// src/commands/DescribeComputationModelCommand.ts
|
|
6482
|
+
|
|
6483
|
+
|
|
6484
|
+
|
|
6485
|
+
var DescribeComputationModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6486
|
+
return [
|
|
6487
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6488
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6489
|
+
];
|
|
6490
|
+
}).s("AWSIoTSiteWise", "DescribeComputationModel", {}).n("IoTSiteWiseClient", "DescribeComputationModelCommand").f(void 0, void 0).ser(se_DescribeComputationModelCommand).de(de_DescribeComputationModelCommand).build() {
|
|
6491
|
+
static {
|
|
6492
|
+
__name(this, "DescribeComputationModelCommand");
|
|
6493
|
+
}
|
|
6494
|
+
};
|
|
6495
|
+
|
|
6496
|
+
// src/commands/DescribeComputationModelExecutionSummaryCommand.ts
|
|
6497
|
+
|
|
6498
|
+
|
|
6499
|
+
|
|
6500
|
+
var DescribeComputationModelExecutionSummaryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6501
|
+
return [
|
|
6502
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6503
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6504
|
+
];
|
|
6505
|
+
}).s("AWSIoTSiteWise", "DescribeComputationModelExecutionSummary", {}).n("IoTSiteWiseClient", "DescribeComputationModelExecutionSummaryCommand").f(void 0, void 0).ser(se_DescribeComputationModelExecutionSummaryCommand).de(de_DescribeComputationModelExecutionSummaryCommand).build() {
|
|
6506
|
+
static {
|
|
6507
|
+
__name(this, "DescribeComputationModelExecutionSummaryCommand");
|
|
6508
|
+
}
|
|
6509
|
+
};
|
|
6510
|
+
|
|
5931
6511
|
// src/commands/DescribeDashboardCommand.ts
|
|
5932
6512
|
|
|
5933
6513
|
|
|
@@ -5973,6 +6553,21 @@ var DescribeDefaultEncryptionConfigurationCommand = class extends import_smithy_
|
|
|
5973
6553
|
}
|
|
5974
6554
|
};
|
|
5975
6555
|
|
|
6556
|
+
// src/commands/DescribeExecutionCommand.ts
|
|
6557
|
+
|
|
6558
|
+
|
|
6559
|
+
|
|
6560
|
+
var DescribeExecutionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6561
|
+
return [
|
|
6562
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6563
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6564
|
+
];
|
|
6565
|
+
}).s("AWSIoTSiteWise", "DescribeExecution", {}).n("IoTSiteWiseClient", "DescribeExecutionCommand").f(void 0, void 0).ser(se_DescribeExecutionCommand).de(de_DescribeExecutionCommand).build() {
|
|
6566
|
+
static {
|
|
6567
|
+
__name(this, "DescribeExecutionCommand");
|
|
6568
|
+
}
|
|
6569
|
+
};
|
|
6570
|
+
|
|
5976
6571
|
// src/commands/DescribeGatewayCapabilityConfigurationCommand.ts
|
|
5977
6572
|
|
|
5978
6573
|
|
|
@@ -6385,6 +6980,51 @@ var ListCompositionRelationshipsCommand = class extends import_smithy_client.Com
|
|
|
6385
6980
|
}
|
|
6386
6981
|
};
|
|
6387
6982
|
|
|
6983
|
+
// src/commands/ListComputationModelDataBindingUsagesCommand.ts
|
|
6984
|
+
|
|
6985
|
+
|
|
6986
|
+
|
|
6987
|
+
var ListComputationModelDataBindingUsagesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6988
|
+
return [
|
|
6989
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6990
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6991
|
+
];
|
|
6992
|
+
}).s("AWSIoTSiteWise", "ListComputationModelDataBindingUsages", {}).n("IoTSiteWiseClient", "ListComputationModelDataBindingUsagesCommand").f(void 0, void 0).ser(se_ListComputationModelDataBindingUsagesCommand).de(de_ListComputationModelDataBindingUsagesCommand).build() {
|
|
6993
|
+
static {
|
|
6994
|
+
__name(this, "ListComputationModelDataBindingUsagesCommand");
|
|
6995
|
+
}
|
|
6996
|
+
};
|
|
6997
|
+
|
|
6998
|
+
// src/commands/ListComputationModelResolveToResourcesCommand.ts
|
|
6999
|
+
|
|
7000
|
+
|
|
7001
|
+
|
|
7002
|
+
var ListComputationModelResolveToResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7003
|
+
return [
|
|
7004
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7005
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7006
|
+
];
|
|
7007
|
+
}).s("AWSIoTSiteWise", "ListComputationModelResolveToResources", {}).n("IoTSiteWiseClient", "ListComputationModelResolveToResourcesCommand").f(void 0, void 0).ser(se_ListComputationModelResolveToResourcesCommand).de(de_ListComputationModelResolveToResourcesCommand).build() {
|
|
7008
|
+
static {
|
|
7009
|
+
__name(this, "ListComputationModelResolveToResourcesCommand");
|
|
7010
|
+
}
|
|
7011
|
+
};
|
|
7012
|
+
|
|
7013
|
+
// src/commands/ListComputationModelsCommand.ts
|
|
7014
|
+
|
|
7015
|
+
|
|
7016
|
+
|
|
7017
|
+
var ListComputationModelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7018
|
+
return [
|
|
7019
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7020
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7021
|
+
];
|
|
7022
|
+
}).s("AWSIoTSiteWise", "ListComputationModels", {}).n("IoTSiteWiseClient", "ListComputationModelsCommand").f(void 0, void 0).ser(se_ListComputationModelsCommand).de(de_ListComputationModelsCommand).build() {
|
|
7023
|
+
static {
|
|
7024
|
+
__name(this, "ListComputationModelsCommand");
|
|
7025
|
+
}
|
|
7026
|
+
};
|
|
7027
|
+
|
|
6388
7028
|
// src/commands/ListDashboardsCommand.ts
|
|
6389
7029
|
|
|
6390
7030
|
|
|
@@ -6415,6 +7055,21 @@ var ListDatasetsCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
6415
7055
|
}
|
|
6416
7056
|
};
|
|
6417
7057
|
|
|
7058
|
+
// src/commands/ListExecutionsCommand.ts
|
|
7059
|
+
|
|
7060
|
+
|
|
7061
|
+
|
|
7062
|
+
var ListExecutionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7063
|
+
return [
|
|
7064
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7065
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7066
|
+
];
|
|
7067
|
+
}).s("AWSIoTSiteWise", "ListExecutions", {}).n("IoTSiteWiseClient", "ListExecutionsCommand").f(void 0, void 0).ser(se_ListExecutionsCommand).de(de_ListExecutionsCommand).build() {
|
|
7068
|
+
static {
|
|
7069
|
+
__name(this, "ListExecutionsCommand");
|
|
7070
|
+
}
|
|
7071
|
+
};
|
|
7072
|
+
|
|
6418
7073
|
// src/commands/ListGatewaysCommand.ts
|
|
6419
7074
|
|
|
6420
7075
|
|
|
@@ -6655,6 +7310,21 @@ var UpdateAssetPropertyCommand = class extends import_smithy_client.Command.clas
|
|
|
6655
7310
|
}
|
|
6656
7311
|
};
|
|
6657
7312
|
|
|
7313
|
+
// src/commands/UpdateComputationModelCommand.ts
|
|
7314
|
+
|
|
7315
|
+
|
|
7316
|
+
|
|
7317
|
+
var UpdateComputationModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7318
|
+
return [
|
|
7319
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7320
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7321
|
+
];
|
|
7322
|
+
}).s("AWSIoTSiteWise", "UpdateComputationModel", {}).n("IoTSiteWiseClient", "UpdateComputationModelCommand").f(void 0, void 0).ser(se_UpdateComputationModelCommand).de(de_UpdateComputationModelCommand).build() {
|
|
7323
|
+
static {
|
|
7324
|
+
__name(this, "UpdateComputationModelCommand");
|
|
7325
|
+
}
|
|
7326
|
+
};
|
|
7327
|
+
|
|
6658
7328
|
// src/commands/UpdateDashboardCommand.ts
|
|
6659
7329
|
|
|
6660
7330
|
|
|
@@ -6760,6 +7430,7 @@ var commands = {
|
|
|
6760
7430
|
CreateAssetModelCommand,
|
|
6761
7431
|
CreateAssetModelCompositeModelCommand,
|
|
6762
7432
|
CreateBulkImportJobCommand,
|
|
7433
|
+
CreateComputationModelCommand,
|
|
6763
7434
|
CreateDashboardCommand,
|
|
6764
7435
|
CreateDatasetCommand,
|
|
6765
7436
|
CreateGatewayCommand,
|
|
@@ -6769,6 +7440,7 @@ var commands = {
|
|
|
6769
7440
|
DeleteAssetCommand,
|
|
6770
7441
|
DeleteAssetModelCommand,
|
|
6771
7442
|
DeleteAssetModelCompositeModelCommand,
|
|
7443
|
+
DeleteComputationModelCommand,
|
|
6772
7444
|
DeleteDashboardCommand,
|
|
6773
7445
|
DeleteDatasetCommand,
|
|
6774
7446
|
DeleteGatewayCommand,
|
|
@@ -6783,9 +7455,12 @@ var commands = {
|
|
|
6783
7455
|
DescribeAssetModelCompositeModelCommand,
|
|
6784
7456
|
DescribeAssetPropertyCommand,
|
|
6785
7457
|
DescribeBulkImportJobCommand,
|
|
7458
|
+
DescribeComputationModelCommand,
|
|
7459
|
+
DescribeComputationModelExecutionSummaryCommand,
|
|
6786
7460
|
DescribeDashboardCommand,
|
|
6787
7461
|
DescribeDatasetCommand,
|
|
6788
7462
|
DescribeDefaultEncryptionConfigurationCommand,
|
|
7463
|
+
DescribeExecutionCommand,
|
|
6789
7464
|
DescribeGatewayCommand,
|
|
6790
7465
|
DescribeGatewayCapabilityConfigurationCommand,
|
|
6791
7466
|
DescribeLoggingOptionsCommand,
|
|
@@ -6813,8 +7488,12 @@ var commands = {
|
|
|
6813
7488
|
ListAssociatedAssetsCommand,
|
|
6814
7489
|
ListBulkImportJobsCommand,
|
|
6815
7490
|
ListCompositionRelationshipsCommand,
|
|
7491
|
+
ListComputationModelDataBindingUsagesCommand,
|
|
7492
|
+
ListComputationModelResolveToResourcesCommand,
|
|
7493
|
+
ListComputationModelsCommand,
|
|
6816
7494
|
ListDashboardsCommand,
|
|
6817
7495
|
ListDatasetsCommand,
|
|
7496
|
+
ListExecutionsCommand,
|
|
6818
7497
|
ListGatewaysCommand,
|
|
6819
7498
|
ListPortalsCommand,
|
|
6820
7499
|
ListProjectAssetsCommand,
|
|
@@ -6831,6 +7510,7 @@ var commands = {
|
|
|
6831
7510
|
UpdateAssetModelCommand,
|
|
6832
7511
|
UpdateAssetModelCompositeModelCommand,
|
|
6833
7512
|
UpdateAssetPropertyCommand,
|
|
7513
|
+
UpdateComputationModelCommand,
|
|
6834
7514
|
UpdateDashboardCommand,
|
|
6835
7515
|
UpdateDatasetCommand,
|
|
6836
7516
|
UpdateGatewayCommand,
|
|
@@ -6913,6 +7593,18 @@ var paginateListBulkImportJobs = (0, import_core.createPaginator)(IoTSiteWiseCli
|
|
|
6913
7593
|
|
|
6914
7594
|
var paginateListCompositionRelationships = (0, import_core.createPaginator)(IoTSiteWiseClient, ListCompositionRelationshipsCommand, "nextToken", "nextToken", "maxResults");
|
|
6915
7595
|
|
|
7596
|
+
// src/pagination/ListComputationModelDataBindingUsagesPaginator.ts
|
|
7597
|
+
|
|
7598
|
+
var paginateListComputationModelDataBindingUsages = (0, import_core.createPaginator)(IoTSiteWiseClient, ListComputationModelDataBindingUsagesCommand, "nextToken", "nextToken", "maxResults");
|
|
7599
|
+
|
|
7600
|
+
// src/pagination/ListComputationModelResolveToResourcesPaginator.ts
|
|
7601
|
+
|
|
7602
|
+
var paginateListComputationModelResolveToResources = (0, import_core.createPaginator)(IoTSiteWiseClient, ListComputationModelResolveToResourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
7603
|
+
|
|
7604
|
+
// src/pagination/ListComputationModelsPaginator.ts
|
|
7605
|
+
|
|
7606
|
+
var paginateListComputationModels = (0, import_core.createPaginator)(IoTSiteWiseClient, ListComputationModelsCommand, "nextToken", "nextToken", "maxResults");
|
|
7607
|
+
|
|
6916
7608
|
// src/pagination/ListDashboardsPaginator.ts
|
|
6917
7609
|
|
|
6918
7610
|
var paginateListDashboards = (0, import_core.createPaginator)(IoTSiteWiseClient, ListDashboardsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -6921,6 +7613,10 @@ var paginateListDashboards = (0, import_core.createPaginator)(IoTSiteWiseClient,
|
|
|
6921
7613
|
|
|
6922
7614
|
var paginateListDatasets = (0, import_core.createPaginator)(IoTSiteWiseClient, ListDatasetsCommand, "nextToken", "nextToken", "maxResults");
|
|
6923
7615
|
|
|
7616
|
+
// src/pagination/ListExecutionsPaginator.ts
|
|
7617
|
+
|
|
7618
|
+
var paginateListExecutions = (0, import_core.createPaginator)(IoTSiteWiseClient, ListExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
7619
|
+
|
|
6924
7620
|
// src/pagination/ListGatewaysPaginator.ts
|
|
6925
7621
|
|
|
6926
7622
|
var paginateListGateways = (0, import_core.createPaginator)(IoTSiteWiseClient, ListGatewaysCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -7147,6 +7843,7 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
7147
7843
|
CreateAssetModelCommand,
|
|
7148
7844
|
CreateAssetModelCompositeModelCommand,
|
|
7149
7845
|
CreateBulkImportJobCommand,
|
|
7846
|
+
CreateComputationModelCommand,
|
|
7150
7847
|
CreateDashboardCommand,
|
|
7151
7848
|
CreateDatasetCommand,
|
|
7152
7849
|
CreateGatewayCommand,
|
|
@@ -7156,6 +7853,7 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
7156
7853
|
DeleteAssetCommand,
|
|
7157
7854
|
DeleteAssetModelCommand,
|
|
7158
7855
|
DeleteAssetModelCompositeModelCommand,
|
|
7856
|
+
DeleteComputationModelCommand,
|
|
7159
7857
|
DeleteDashboardCommand,
|
|
7160
7858
|
DeleteDatasetCommand,
|
|
7161
7859
|
DeleteGatewayCommand,
|
|
@@ -7170,9 +7868,12 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
7170
7868
|
DescribeAssetModelCompositeModelCommand,
|
|
7171
7869
|
DescribeAssetPropertyCommand,
|
|
7172
7870
|
DescribeBulkImportJobCommand,
|
|
7871
|
+
DescribeComputationModelCommand,
|
|
7872
|
+
DescribeComputationModelExecutionSummaryCommand,
|
|
7173
7873
|
DescribeDashboardCommand,
|
|
7174
7874
|
DescribeDatasetCommand,
|
|
7175
7875
|
DescribeDefaultEncryptionConfigurationCommand,
|
|
7876
|
+
DescribeExecutionCommand,
|
|
7176
7877
|
DescribeGatewayCapabilityConfigurationCommand,
|
|
7177
7878
|
DescribeGatewayCommand,
|
|
7178
7879
|
DescribeLoggingOptionsCommand,
|
|
@@ -7200,8 +7901,12 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
7200
7901
|
ListAssociatedAssetsCommand,
|
|
7201
7902
|
ListBulkImportJobsCommand,
|
|
7202
7903
|
ListCompositionRelationshipsCommand,
|
|
7904
|
+
ListComputationModelDataBindingUsagesCommand,
|
|
7905
|
+
ListComputationModelResolveToResourcesCommand,
|
|
7906
|
+
ListComputationModelsCommand,
|
|
7203
7907
|
ListDashboardsCommand,
|
|
7204
7908
|
ListDatasetsCommand,
|
|
7909
|
+
ListExecutionsCommand,
|
|
7205
7910
|
ListGatewaysCommand,
|
|
7206
7911
|
ListPortalsCommand,
|
|
7207
7912
|
ListProjectAssetsCommand,
|
|
@@ -7218,6 +7923,7 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
7218
7923
|
UpdateAssetModelCommand,
|
|
7219
7924
|
UpdateAssetModelCompositeModelCommand,
|
|
7220
7925
|
UpdateAssetPropertyCommand,
|
|
7926
|
+
UpdateComputationModelCommand,
|
|
7221
7927
|
UpdateDashboardCommand,
|
|
7222
7928
|
UpdateDatasetCommand,
|
|
7223
7929
|
UpdateGatewayCapabilityConfigurationCommand,
|
|
@@ -7241,8 +7947,12 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
7241
7947
|
paginateListAssociatedAssets,
|
|
7242
7948
|
paginateListBulkImportJobs,
|
|
7243
7949
|
paginateListCompositionRelationships,
|
|
7950
|
+
paginateListComputationModelDataBindingUsages,
|
|
7951
|
+
paginateListComputationModelResolveToResources,
|
|
7952
|
+
paginateListComputationModels,
|
|
7244
7953
|
paginateListDashboards,
|
|
7245
7954
|
paginateListDatasets,
|
|
7955
|
+
paginateListExecutions,
|
|
7246
7956
|
paginateListGateways,
|
|
7247
7957
|
paginateListPortals,
|
|
7248
7958
|
paginateListProjectAssets,
|
|
@@ -7295,6 +8005,7 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
7295
8005
|
PreconditionFailedException,
|
|
7296
8006
|
ColumnName,
|
|
7297
8007
|
JobStatus,
|
|
8008
|
+
ComputationModelState,
|
|
7298
8009
|
DatasetSourceFormat,
|
|
7299
8010
|
DatasetSourceType,
|
|
7300
8011
|
DatasetState,
|
|
@@ -7303,8 +8014,10 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
7303
8014
|
PortalType,
|
|
7304
8015
|
MonitorErrorCode,
|
|
7305
8016
|
PortalState,
|
|
8017
|
+
ResolveToResourceType,
|
|
7306
8018
|
ConfigurationState,
|
|
7307
8019
|
EncryptionType,
|
|
8020
|
+
ExecutionState,
|
|
7308
8021
|
CapabilitySyncStatus,
|
|
7309
8022
|
LoggingLevel,
|
|
7310
8023
|
DisassociatedDataStorageState,
|
|
@@ -7314,6 +8027,11 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
7314
8027
|
QueryTimeoutException,
|
|
7315
8028
|
ValidationException,
|
|
7316
8029
|
ResponseStream,
|
|
8030
|
+
CreatePortalRequestFilterSensitiveLog,
|
|
8031
|
+
DescribePortalResponseFilterSensitiveLog,
|
|
8032
|
+
InvokeAssistantRequestFilterSensitiveLog,
|
|
8033
|
+
ResponseStreamFilterSensitiveLog,
|
|
8034
|
+
InvokeAssistantResponseFilterSensitiveLog,
|
|
7317
8035
|
IdentityType,
|
|
7318
8036
|
ResourceType,
|
|
7319
8037
|
TargetResourceType,
|
|
@@ -7321,13 +8039,9 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
7321
8039
|
ListAssetPropertiesFilter,
|
|
7322
8040
|
TraversalType,
|
|
7323
8041
|
ListAssetsFilter,
|
|
7324
|
-
CreatePortalRequestFilterSensitiveLog,
|
|
7325
|
-
DescribePortalResponseFilterSensitiveLog,
|
|
7326
|
-
InvokeAssistantRequestFilterSensitiveLog,
|
|
7327
|
-
ResponseStreamFilterSensitiveLog,
|
|
7328
|
-
InvokeAssistantResponseFilterSensitiveLog,
|
|
7329
8042
|
TraversalDirection,
|
|
7330
8043
|
ListBulkImportJobsFilter,
|
|
8044
|
+
ComputationModelType,
|
|
7331
8045
|
UnauthorizedException,
|
|
7332
8046
|
ListTimeSeriesType,
|
|
7333
8047
|
TooManyTagsException,
|