@aws-sdk/client-iottwinmaker 3.650.0 → 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
|
@@ -78,4 +78,15 @@ declare const UpdateWorkspaceCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class UpdateWorkspaceCommand extends UpdateWorkspaceCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: UpdateWorkspaceRequest;
|
|
85
|
+
output: UpdateWorkspaceResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: UpdateWorkspaceCommandInput;
|
|
89
|
+
output: UpdateWorkspaceCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -37,4 +37,15 @@ declare const BatchPutPropertyValuesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchPutPropertyValuesCommand extends BatchPutPropertyValuesCommand_base {
|
|
40
|
+
export declare class BatchPutPropertyValuesCommand extends BatchPutPropertyValuesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchPutPropertyValuesRequest;
|
|
44
|
+
output: BatchPutPropertyValuesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchPutPropertyValuesCommandInput;
|
|
48
|
+
output: BatchPutPropertyValuesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CancelMetadataTransferJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelMetadataTransferJobCommand extends CancelMetadataTransferJobCommand_base {
|
|
40
|
+
export declare class CancelMetadataTransferJobCommand extends CancelMetadataTransferJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelMetadataTransferJobRequest;
|
|
44
|
+
output: CancelMetadataTransferJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelMetadataTransferJobCommandInput;
|
|
48
|
+
output: CancelMetadataTransferJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateComponentTypeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateComponentTypeCommand extends CreateComponentTypeCommand_base {
|
|
40
|
+
export declare class CreateComponentTypeCommand extends CreateComponentTypeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateComponentTypeRequest;
|
|
44
|
+
output: CreateComponentTypeResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateComponentTypeCommandInput;
|
|
48
|
+
output: CreateComponentTypeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateEntityCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateEntityCommand extends CreateEntityCommand_base {
|
|
36
|
+
export declare class CreateEntityCommand extends CreateEntityCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateEntityRequest;
|
|
40
|
+
output: CreateEntityResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateEntityCommandInput;
|
|
44
|
+
output: CreateEntityCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateMetadataTransferJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateMetadataTransferJobCommand extends CreateMetadataTransferJobCommand_base {
|
|
40
|
+
export declare class CreateMetadataTransferJobCommand extends CreateMetadataTransferJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateMetadataTransferJobRequest;
|
|
44
|
+
output: CreateMetadataTransferJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateMetadataTransferJobCommandInput;
|
|
48
|
+
output: CreateMetadataTransferJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateSceneCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateSceneCommand extends CreateSceneCommand_base {
|
|
36
|
+
export declare class CreateSceneCommand extends CreateSceneCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateSceneRequest;
|
|
40
|
+
output: CreateSceneResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateSceneCommandInput;
|
|
44
|
+
output: CreateSceneCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateSyncJobCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateSyncJobCommand extends CreateSyncJobCommand_base {
|
|
39
|
+
export declare class CreateSyncJobCommand extends CreateSyncJobCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateSyncJobRequest;
|
|
43
|
+
output: CreateSyncJobResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateSyncJobCommandInput;
|
|
47
|
+
output: CreateSyncJobCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateWorkspaceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {
|
|
39
|
+
export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateWorkspaceRequest;
|
|
43
|
+
output: CreateWorkspaceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateWorkspaceCommandInput;
|
|
47
|
+
output: CreateWorkspaceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteComponentTypeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteComponentTypeCommand extends DeleteComponentTypeCommand_base {
|
|
40
|
+
export declare class DeleteComponentTypeCommand extends DeleteComponentTypeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteComponentTypeRequest;
|
|
44
|
+
output: DeleteComponentTypeResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteComponentTypeCommandInput;
|
|
48
|
+
output: DeleteComponentTypeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteEntityCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteEntityCommand extends DeleteEntityCommand_base {
|
|
36
|
+
export declare class DeleteEntityCommand extends DeleteEntityCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteEntityRequest;
|
|
40
|
+
output: DeleteEntityResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteEntityCommandInput;
|
|
44
|
+
output: DeleteEntityCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteSceneCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteSceneCommand extends DeleteSceneCommand_base {
|
|
36
|
+
export declare class DeleteSceneCommand extends DeleteSceneCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteSceneRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteSceneCommandInput;
|
|
44
|
+
output: DeleteSceneCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteSyncJobCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteSyncJobCommand extends DeleteSyncJobCommand_base {
|
|
39
|
+
export declare class DeleteSyncJobCommand extends DeleteSyncJobCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteSyncJobRequest;
|
|
43
|
+
output: DeleteSyncJobResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteSyncJobCommandInput;
|
|
47
|
+
output: DeleteSyncJobCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteWorkspaceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {
|
|
39
|
+
export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteWorkspaceRequest;
|
|
43
|
+
output: DeleteWorkspaceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteWorkspaceCommandInput;
|
|
47
|
+
output: DeleteWorkspaceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ExecuteQueryCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ExecuteQueryCommand extends ExecuteQueryCommand_base {
|
|
36
|
+
export declare class ExecuteQueryCommand extends ExecuteQueryCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ExecuteQueryRequest;
|
|
40
|
+
output: ExecuteQueryResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ExecuteQueryCommandInput;
|
|
44
|
+
output: ExecuteQueryCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetComponentTypeCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetComponentTypeCommand extends GetComponentTypeCommand_base {
|
|
39
|
+
export declare class GetComponentTypeCommand extends GetComponentTypeCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetComponentTypeRequest;
|
|
43
|
+
output: GetComponentTypeResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetComponentTypeCommandInput;
|
|
47
|
+
output: GetComponentTypeCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetEntityCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetEntityCommand extends GetEntityCommand_base {
|
|
36
|
+
export declare class GetEntityCommand extends GetEntityCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetEntityRequest;
|
|
40
|
+
output: GetEntityResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetEntityCommandInput;
|
|
44
|
+
output: GetEntityCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetMetadataTransferJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetMetadataTransferJobCommand extends GetMetadataTransferJobCommand_base {
|
|
40
|
+
export declare class GetMetadataTransferJobCommand extends GetMetadataTransferJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetMetadataTransferJobRequest;
|
|
44
|
+
output: GetMetadataTransferJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetMetadataTransferJobCommandInput;
|
|
48
|
+
output: GetMetadataTransferJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetPricingPlanCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetPricingPlanCommand extends GetPricingPlanCommand_base {
|
|
39
|
+
export declare class GetPricingPlanCommand extends GetPricingPlanCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: {};
|
|
43
|
+
output: GetPricingPlanResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetPricingPlanCommandInput;
|
|
47
|
+
output: GetPricingPlanCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetPropertyValueCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetPropertyValueCommand extends GetPropertyValueCommand_base {
|
|
39
|
+
export declare class GetPropertyValueCommand extends GetPropertyValueCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetPropertyValueRequest;
|
|
43
|
+
output: GetPropertyValueResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetPropertyValueCommandInput;
|
|
47
|
+
output: GetPropertyValueCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetPropertyValueHistoryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetPropertyValueHistoryCommand extends GetPropertyValueHistoryCommand_base {
|
|
40
|
+
export declare class GetPropertyValueHistoryCommand extends GetPropertyValueHistoryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetPropertyValueHistoryRequest;
|
|
44
|
+
output: GetPropertyValueHistoryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetPropertyValueHistoryCommandInput;
|
|
48
|
+
output: GetPropertyValueHistoryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetSceneCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetSceneCommand extends GetSceneCommand_base {
|
|
36
|
+
export declare class GetSceneCommand extends GetSceneCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetSceneRequest;
|
|
40
|
+
output: GetSceneResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetSceneCommandInput;
|
|
44
|
+
output: GetSceneCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetSyncJobCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetSyncJobCommand extends GetSyncJobCommand_base {
|
|
36
|
+
export declare class GetSyncJobCommand extends GetSyncJobCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetSyncJobRequest;
|
|
40
|
+
output: GetSyncJobResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetSyncJobCommandInput;
|
|
44
|
+
output: GetSyncJobCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetWorkspaceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetWorkspaceCommand extends GetWorkspaceCommand_base {
|
|
36
|
+
export declare class GetWorkspaceCommand extends GetWorkspaceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetWorkspaceRequest;
|
|
40
|
+
output: GetWorkspaceResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetWorkspaceCommandInput;
|
|
44
|
+
output: GetWorkspaceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListComponentTypesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListComponentTypesCommand extends ListComponentTypesCommand_base {
|
|
40
|
+
export declare class ListComponentTypesCommand extends ListComponentTypesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListComponentTypesRequest;
|
|
44
|
+
output: ListComponentTypesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListComponentTypesCommandInput;
|
|
48
|
+
output: ListComponentTypesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListComponentsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListComponentsCommand extends ListComponentsCommand_base {
|
|
39
|
+
export declare class ListComponentsCommand extends ListComponentsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListComponentsRequest;
|
|
43
|
+
output: ListComponentsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListComponentsCommandInput;
|
|
47
|
+
output: ListComponentsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListEntitiesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListEntitiesCommand extends ListEntitiesCommand_base {
|
|
36
|
+
export declare class ListEntitiesCommand extends ListEntitiesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListEntitiesRequest;
|
|
40
|
+
output: ListEntitiesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListEntitiesCommandInput;
|
|
44
|
+
output: ListEntitiesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListMetadataTransferJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListMetadataTransferJobsCommand extends ListMetadataTransferJobsCommand_base {
|
|
40
|
+
export declare class ListMetadataTransferJobsCommand extends ListMetadataTransferJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListMetadataTransferJobsRequest;
|
|
44
|
+
output: ListMetadataTransferJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListMetadataTransferJobsCommandInput;
|
|
48
|
+
output: ListMetadataTransferJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListPropertiesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListPropertiesCommand extends ListPropertiesCommand_base {
|
|
39
|
+
export declare class ListPropertiesCommand extends ListPropertiesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListPropertiesRequest;
|
|
43
|
+
output: ListPropertiesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListPropertiesCommandInput;
|
|
47
|
+
output: ListPropertiesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListScenesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListScenesCommand extends ListScenesCommand_base {
|
|
36
|
+
export declare class ListScenesCommand extends ListScenesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListScenesRequest;
|
|
40
|
+
output: ListScenesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListScenesCommandInput;
|
|
44
|
+
output: ListScenesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListSyncJobsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListSyncJobsCommand extends ListSyncJobsCommand_base {
|
|
36
|
+
export declare class ListSyncJobsCommand extends ListSyncJobsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListSyncJobsRequest;
|
|
40
|
+
output: ListSyncJobsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListSyncJobsCommandInput;
|
|
44
|
+
output: ListSyncJobsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListSyncResourcesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListSyncResourcesCommand extends ListSyncResourcesCommand_base {
|
|
40
|
+
export declare class ListSyncResourcesCommand extends ListSyncResourcesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListSyncResourcesRequest;
|
|
44
|
+
output: ListSyncResourcesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListSyncResourcesCommandInput;
|
|
48
|
+
output: ListSyncResourcesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListWorkspacesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListWorkspacesCommand extends ListWorkspacesCommand_base {
|
|
39
|
+
export declare class ListWorkspacesCommand extends ListWorkspacesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListWorkspacesRequest;
|
|
43
|
+
output: ListWorkspacesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListWorkspacesCommandInput;
|
|
47
|
+
output: ListWorkspacesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UntagResourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UntagResourceCommandInput;
|
|
47
|
+
output: UntagResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateComponentTypeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateComponentTypeCommand extends UpdateComponentTypeCommand_base {
|
|
40
|
+
export declare class UpdateComponentTypeCommand extends UpdateComponentTypeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateComponentTypeRequest;
|
|
44
|
+
output: UpdateComponentTypeResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateComponentTypeCommandInput;
|
|
48
|
+
output: UpdateComponentTypeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|