@aws-sdk/client-iottwinmaker 3.651.1 → 3.654.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-types/commands/BatchPutPropertyValuesCommand.d.ts +11 -0
- package/dist-types/commands/CancelMetadataTransferJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateComponentTypeCommand.d.ts +11 -0
- package/dist-types/commands/CreateEntityCommand.d.ts +11 -0
- package/dist-types/commands/CreateMetadataTransferJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateSceneCommand.d.ts +11 -0
- package/dist-types/commands/CreateSyncJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteComponentTypeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEntityCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSceneCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSyncJobCommand.d.ts +11 -0
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +11 -0
- package/dist-types/commands/ExecuteQueryCommand.d.ts +11 -0
- package/dist-types/commands/GetComponentTypeCommand.d.ts +11 -0
- package/dist-types/commands/GetEntityCommand.d.ts +11 -0
- package/dist-types/commands/GetMetadataTransferJobCommand.d.ts +11 -0
- package/dist-types/commands/GetPricingPlanCommand.d.ts +11 -0
- package/dist-types/commands/GetPropertyValueCommand.d.ts +11 -0
- package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +11 -0
- package/dist-types/commands/GetSceneCommand.d.ts +11 -0
- package/dist-types/commands/GetSyncJobCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkspaceCommand.d.ts +11 -0
- package/dist-types/commands/ListComponentTypesCommand.d.ts +11 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +11 -0
- package/dist-types/commands/ListEntitiesCommand.d.ts +11 -0
- package/dist-types/commands/ListMetadataTransferJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/ListScenesCommand.d.ts +11 -0
- package/dist-types/commands/ListSyncJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListSyncResourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkspacesCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateComponentTypeCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEntityCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSceneCommand.d.ts +11 -0
- package/dist-types/commands/UpdateWorkspaceCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/BatchPutPropertyValuesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelMetadataTransferJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateComponentTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEntityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMetadataTransferJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSceneCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSyncJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteComponentTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEntityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSceneCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSyncJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetComponentTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEntityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMetadataTransferJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPricingPlanCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPropertyValueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPropertyValueHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSceneCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSyncJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkspaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListComponentTypesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMetadataTransferJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPropertiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListScenesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSyncJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSyncResourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateComponentTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEntityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSceneCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -184,4 +184,15 @@ declare const BatchPutPropertyValuesCommand_base: {
|
|
|
184
184
|
* @public
|
|
185
185
|
*/
|
|
186
186
|
export declare class BatchPutPropertyValuesCommand extends BatchPutPropertyValuesCommand_base {
|
|
187
|
+
/** @internal type navigation helper, not in runtime. */
|
|
188
|
+
protected static __types: {
|
|
189
|
+
api: {
|
|
190
|
+
input: BatchPutPropertyValuesRequest;
|
|
191
|
+
output: BatchPutPropertyValuesResponse;
|
|
192
|
+
};
|
|
193
|
+
sdk: {
|
|
194
|
+
input: BatchPutPropertyValuesCommandInput;
|
|
195
|
+
output: BatchPutPropertyValuesCommandOutput;
|
|
196
|
+
};
|
|
197
|
+
};
|
|
187
198
|
}
|
|
@@ -91,4 +91,15 @@ declare const CancelMetadataTransferJobCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class CancelMetadataTransferJobCommand extends CancelMetadataTransferJobCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: CancelMetadataTransferJobRequest;
|
|
98
|
+
output: CancelMetadataTransferJobResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: CancelMetadataTransferJobCommandInput;
|
|
102
|
+
output: CancelMetadataTransferJobCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -180,4 +180,15 @@ declare const CreateComponentTypeCommand_base: {
|
|
|
180
180
|
* @public
|
|
181
181
|
*/
|
|
182
182
|
export declare class CreateComponentTypeCommand extends CreateComponentTypeCommand_base {
|
|
183
|
+
/** @internal type navigation helper, not in runtime. */
|
|
184
|
+
protected static __types: {
|
|
185
|
+
api: {
|
|
186
|
+
input: CreateComponentTypeRequest;
|
|
187
|
+
output: CreateComponentTypeResponse;
|
|
188
|
+
};
|
|
189
|
+
sdk: {
|
|
190
|
+
input: CreateComponentTypeCommandInput;
|
|
191
|
+
output: CreateComponentTypeCommandOutput;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
183
194
|
}
|
|
@@ -202,4 +202,15 @@ declare const CreateEntityCommand_base: {
|
|
|
202
202
|
* @public
|
|
203
203
|
*/
|
|
204
204
|
export declare class CreateEntityCommand extends CreateEntityCommand_base {
|
|
205
|
+
/** @internal type navigation helper, not in runtime. */
|
|
206
|
+
protected static __types: {
|
|
207
|
+
api: {
|
|
208
|
+
input: CreateEntityRequest;
|
|
209
|
+
output: CreateEntityResponse;
|
|
210
|
+
};
|
|
211
|
+
sdk: {
|
|
212
|
+
input: CreateEntityCommandInput;
|
|
213
|
+
output: CreateEntityCommandOutput;
|
|
214
|
+
};
|
|
215
|
+
};
|
|
205
216
|
}
|
|
@@ -137,4 +137,15 @@ declare const CreateMetadataTransferJobCommand_base: {
|
|
|
137
137
|
* @public
|
|
138
138
|
*/
|
|
139
139
|
export declare class CreateMetadataTransferJobCommand extends CreateMetadataTransferJobCommand_base {
|
|
140
|
+
/** @internal type navigation helper, not in runtime. */
|
|
141
|
+
protected static __types: {
|
|
142
|
+
api: {
|
|
143
|
+
input: CreateMetadataTransferJobRequest;
|
|
144
|
+
output: CreateMetadataTransferJobResponse;
|
|
145
|
+
};
|
|
146
|
+
sdk: {
|
|
147
|
+
input: CreateMetadataTransferJobCommandInput;
|
|
148
|
+
output: CreateMetadataTransferJobCommandOutput;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
140
151
|
}
|
|
@@ -88,4 +88,15 @@ declare const CreateSceneCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class CreateSceneCommand extends CreateSceneCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: CreateSceneRequest;
|
|
95
|
+
output: CreateSceneResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: CreateSceneCommandInput;
|
|
99
|
+
output: CreateSceneCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -82,4 +82,15 @@ declare const CreateSyncJobCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class CreateSyncJobCommand extends CreateSyncJobCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: CreateSyncJobRequest;
|
|
89
|
+
output: CreateSyncJobResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: CreateSyncJobCommandInput;
|
|
93
|
+
output: CreateSyncJobCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -82,4 +82,15 @@ declare const CreateWorkspaceCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: CreateWorkspaceRequest;
|
|
89
|
+
output: CreateWorkspaceResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: CreateWorkspaceCommandInput;
|
|
93
|
+
output: CreateWorkspaceCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteComponentTypeCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteComponentTypeCommand extends DeleteComponentTypeCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteComponentTypeRequest;
|
|
80
|
+
output: DeleteComponentTypeResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteComponentTypeCommandInput;
|
|
84
|
+
output: DeleteComponentTypeCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteEntityCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteEntityCommand extends DeleteEntityCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteEntityRequest;
|
|
81
|
+
output: DeleteEntityResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteEntityCommandInput;
|
|
85
|
+
output: DeleteEntityCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeleteSceneCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeleteSceneCommand extends DeleteSceneCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeleteSceneRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeleteSceneCommandInput;
|
|
82
|
+
output: DeleteSceneCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeleteSyncJobCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeleteSyncJobCommand extends DeleteSyncJobCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeleteSyncJobRequest;
|
|
83
|
+
output: DeleteSyncJobResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeleteSyncJobCommandInput;
|
|
87
|
+
output: DeleteSyncJobCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -72,4 +72,15 @@ declare const DeleteWorkspaceCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DeleteWorkspaceRequest;
|
|
79
|
+
output: DeleteWorkspaceResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DeleteWorkspaceCommandInput;
|
|
83
|
+
output: DeleteWorkspaceCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -96,4 +96,15 @@ declare const ExecuteQueryCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class ExecuteQueryCommand extends ExecuteQueryCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: ExecuteQueryRequest;
|
|
103
|
+
output: ExecuteQueryResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: ExecuteQueryCommandInput;
|
|
107
|
+
output: ExecuteQueryCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -192,4 +192,15 @@ declare const GetComponentTypeCommand_base: {
|
|
|
192
192
|
* @public
|
|
193
193
|
*/
|
|
194
194
|
export declare class GetComponentTypeCommand extends GetComponentTypeCommand_base {
|
|
195
|
+
/** @internal type navigation helper, not in runtime. */
|
|
196
|
+
protected static __types: {
|
|
197
|
+
api: {
|
|
198
|
+
input: GetComponentTypeRequest;
|
|
199
|
+
output: GetComponentTypeResponse;
|
|
200
|
+
};
|
|
201
|
+
sdk: {
|
|
202
|
+
input: GetComponentTypeCommandInput;
|
|
203
|
+
output: GetComponentTypeCommandOutput;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
195
206
|
}
|
|
@@ -210,4 +210,15 @@ declare const GetEntityCommand_base: {
|
|
|
210
210
|
* @public
|
|
211
211
|
*/
|
|
212
212
|
export declare class GetEntityCommand extends GetEntityCommand_base {
|
|
213
|
+
/** @internal type navigation helper, not in runtime. */
|
|
214
|
+
protected static __types: {
|
|
215
|
+
api: {
|
|
216
|
+
input: GetEntityRequest;
|
|
217
|
+
output: GetEntityResponse;
|
|
218
|
+
};
|
|
219
|
+
sdk: {
|
|
220
|
+
input: GetEntityCommandInput;
|
|
221
|
+
output: GetEntityCommandOutput;
|
|
222
|
+
};
|
|
223
|
+
};
|
|
213
224
|
}
|
|
@@ -140,4 +140,15 @@ declare const GetMetadataTransferJobCommand_base: {
|
|
|
140
140
|
* @public
|
|
141
141
|
*/
|
|
142
142
|
export declare class GetMetadataTransferJobCommand extends GetMetadataTransferJobCommand_base {
|
|
143
|
+
/** @internal type navigation helper, not in runtime. */
|
|
144
|
+
protected static __types: {
|
|
145
|
+
api: {
|
|
146
|
+
input: GetMetadataTransferJobRequest;
|
|
147
|
+
output: GetMetadataTransferJobResponse;
|
|
148
|
+
};
|
|
149
|
+
sdk: {
|
|
150
|
+
input: GetMetadataTransferJobCommandInput;
|
|
151
|
+
output: GetMetadataTransferJobCommandOutput;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
143
154
|
}
|
|
@@ -92,4 +92,15 @@ declare const GetPricingPlanCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class GetPricingPlanCommand extends GetPricingPlanCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: {};
|
|
99
|
+
output: GetPricingPlanResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: GetPricingPlanCommandInput;
|
|
103
|
+
output: GetPricingPlanCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -194,4 +194,15 @@ declare const GetPropertyValueCommand_base: {
|
|
|
194
194
|
* @public
|
|
195
195
|
*/
|
|
196
196
|
export declare class GetPropertyValueCommand extends GetPropertyValueCommand_base {
|
|
197
|
+
/** @internal type navigation helper, not in runtime. */
|
|
198
|
+
protected static __types: {
|
|
199
|
+
api: {
|
|
200
|
+
input: GetPropertyValueRequest;
|
|
201
|
+
output: GetPropertyValueResponse;
|
|
202
|
+
};
|
|
203
|
+
sdk: {
|
|
204
|
+
input: GetPropertyValueCommandInput;
|
|
205
|
+
output: GetPropertyValueCommandOutput;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
197
208
|
}
|
|
@@ -195,4 +195,15 @@ declare const GetPropertyValueHistoryCommand_base: {
|
|
|
195
195
|
* @public
|
|
196
196
|
*/
|
|
197
197
|
export declare class GetPropertyValueHistoryCommand extends GetPropertyValueHistoryCommand_base {
|
|
198
|
+
/** @internal type navigation helper, not in runtime. */
|
|
199
|
+
protected static __types: {
|
|
200
|
+
api: {
|
|
201
|
+
input: GetPropertyValueHistoryRequest;
|
|
202
|
+
output: GetPropertyValueHistoryResponse;
|
|
203
|
+
};
|
|
204
|
+
sdk: {
|
|
205
|
+
input: GetPropertyValueHistoryCommandInput;
|
|
206
|
+
output: GetPropertyValueHistoryCommandOutput;
|
|
207
|
+
};
|
|
208
|
+
};
|
|
198
209
|
}
|
|
@@ -92,4 +92,15 @@ declare const GetSceneCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class GetSceneCommand extends GetSceneCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: GetSceneRequest;
|
|
99
|
+
output: GetSceneResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: GetSceneCommandInput;
|
|
103
|
+
output: GetSceneCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -88,4 +88,15 @@ declare const GetSyncJobCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class GetSyncJobCommand extends GetSyncJobCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: GetSyncJobRequest;
|
|
95
|
+
output: GetSyncJobResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: GetSyncJobCommandInput;
|
|
99
|
+
output: GetSyncJobCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -81,4 +81,15 @@ declare const GetWorkspaceCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class GetWorkspaceCommand extends GetWorkspaceCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: GetWorkspaceRequest;
|
|
88
|
+
output: GetWorkspaceResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: GetWorkspaceCommandInput;
|
|
92
|
+
output: GetWorkspaceCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -97,4 +97,15 @@ declare const ListComponentTypesCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class ListComponentTypesCommand extends ListComponentTypesCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListComponentTypesRequest;
|
|
104
|
+
output: ListComponentTypesResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListComponentTypesCommandInput;
|
|
108
|
+
output: ListComponentTypesCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -102,4 +102,15 @@ declare const ListComponentsCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class ListComponentsCommand extends ListComponentsCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: ListComponentsRequest;
|
|
109
|
+
output: ListComponentsResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: ListComponentsCommandInput;
|
|
113
|
+
output: ListComponentsCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -97,4 +97,15 @@ declare const ListEntitiesCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class ListEntitiesCommand extends ListEntitiesCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListEntitiesRequest;
|
|
104
|
+
output: ListEntitiesResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListEntitiesCommandInput;
|
|
108
|
+
output: ListEntitiesCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -100,4 +100,15 @@ declare const ListMetadataTransferJobsCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class ListMetadataTransferJobsCommand extends ListMetadataTransferJobsCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: ListMetadataTransferJobsRequest;
|
|
107
|
+
output: ListMetadataTransferJobsResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: ListMetadataTransferJobsCommandInput;
|
|
111
|
+
output: ListMetadataTransferJobsCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -151,4 +151,15 @@ declare const ListPropertiesCommand_base: {
|
|
|
151
151
|
* @public
|
|
152
152
|
*/
|
|
153
153
|
export declare class ListPropertiesCommand extends ListPropertiesCommand_base {
|
|
154
|
+
/** @internal type navigation helper, not in runtime. */
|
|
155
|
+
protected static __types: {
|
|
156
|
+
api: {
|
|
157
|
+
input: ListPropertiesRequest;
|
|
158
|
+
output: ListPropertiesResponse;
|
|
159
|
+
};
|
|
160
|
+
sdk: {
|
|
161
|
+
input: ListPropertiesCommandInput;
|
|
162
|
+
output: ListPropertiesCommandOutput;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
154
165
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListScenesCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListScenesCommand extends ListScenesCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListScenesRequest;
|
|
88
|
+
output: ListScenesResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListScenesCommandInput;
|
|
92
|
+
output: ListScenesCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -90,4 +90,15 @@ declare const ListSyncJobsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class ListSyncJobsCommand extends ListSyncJobsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListSyncJobsRequest;
|
|
97
|
+
output: ListSyncJobsResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListSyncJobsCommandInput;
|
|
101
|
+
output: ListSyncJobsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -98,4 +98,15 @@ declare const ListSyncResourcesCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class ListSyncResourcesCommand extends ListSyncResourcesCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: ListSyncResourcesRequest;
|
|
105
|
+
output: ListSyncResourcesResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: ListSyncResourcesCommandInput;
|
|
109
|
+
output: ListSyncResourcesCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: ListTagsForResourceRequest;
|
|
75
|
+
output: ListTagsForResourceResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: ListTagsForResourceCommandInput;
|
|
79
|
+
output: ListTagsForResourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListWorkspacesCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListWorkspacesCommand extends ListWorkspacesCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListWorkspacesRequest;
|
|
89
|
+
output: ListWorkspacesResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListWorkspacesCommandInput;
|
|
93
|
+
output: ListWorkspacesCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -67,4 +67,15 @@ declare const TagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: TagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: TagResourceCommandInput;
|
|
78
|
+
output: TagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -64,4 +64,15 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: UntagResourceRequest;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: UntagResourceCommandInput;
|
|
75
|
+
output: UntagResourceCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -178,4 +178,15 @@ declare const UpdateComponentTypeCommand_base: {
|
|
|
178
178
|
* @public
|
|
179
179
|
*/
|
|
180
180
|
export declare class UpdateComponentTypeCommand extends UpdateComponentTypeCommand_base {
|
|
181
|
+
/** @internal type navigation helper, not in runtime. */
|
|
182
|
+
protected static __types: {
|
|
183
|
+
api: {
|
|
184
|
+
input: UpdateComponentTypeRequest;
|
|
185
|
+
output: UpdateComponentTypeResponse;
|
|
186
|
+
};
|
|
187
|
+
sdk: {
|
|
188
|
+
input: UpdateComponentTypeCommandInput;
|
|
189
|
+
output: UpdateComponentTypeCommandOutput;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
181
192
|
}
|
|
@@ -205,4 +205,15 @@ declare const UpdateEntityCommand_base: {
|
|
|
205
205
|
* @public
|
|
206
206
|
*/
|
|
207
207
|
export declare class UpdateEntityCommand extends UpdateEntityCommand_base {
|
|
208
|
+
/** @internal type navigation helper, not in runtime. */
|
|
209
|
+
protected static __types: {
|
|
210
|
+
api: {
|
|
211
|
+
input: UpdateEntityRequest;
|
|
212
|
+
output: UpdateEntityResponse;
|
|
213
|
+
};
|
|
214
|
+
sdk: {
|
|
215
|
+
input: UpdateEntityCommandInput;
|
|
216
|
+
output: UpdateEntityCommandOutput;
|
|
217
|
+
};
|
|
218
|
+
};
|
|
208
219
|
}
|
|
@@ -97,4 +97,15 @@ declare const UpdatePricingPlanCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class UpdatePricingPlanCommand extends UpdatePricingPlanCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: UpdatePricingPlanRequest;
|
|
104
|
+
output: UpdatePricingPlanResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: UpdatePricingPlanCommandInput;
|
|
108
|
+
output: UpdatePricingPlanCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -81,4 +81,15 @@ declare const UpdateSceneCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class UpdateSceneCommand extends UpdateSceneCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: UpdateSceneRequest;
|
|
88
|
+
output: UpdateSceneResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: UpdateSceneCommandInput;
|
|
92
|
+
output: UpdateSceneCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|