@aws-sdk/client-device-farm 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/CreateDevicePoolCommand.d.ts +11 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +11 -0
- package/dist-types/commands/CreateNetworkProfileCommand.d.ts +11 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +11 -0
- package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +11 -0
- package/dist-types/commands/CreateTestGridProjectCommand.d.ts +11 -0
- package/dist-types/commands/CreateTestGridUrlCommand.d.ts +11 -0
- package/dist-types/commands/CreateUploadCommand.d.ts +11 -0
- package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDevicePoolCommand.d.ts +11 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +11 -0
- package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRunCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUploadCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetDeviceCommand.d.ts +11 -0
- package/dist-types/commands/GetDeviceInstanceCommand.d.ts +11 -0
- package/dist-types/commands/GetDevicePoolCommand.d.ts +11 -0
- package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +11 -0
- package/dist-types/commands/GetInstanceProfileCommand.d.ts +11 -0
- package/dist-types/commands/GetJobCommand.d.ts +11 -0
- package/dist-types/commands/GetNetworkProfileCommand.d.ts +11 -0
- package/dist-types/commands/GetOfferingStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetProjectCommand.d.ts +11 -0
- package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +11 -0
- package/dist-types/commands/GetRunCommand.d.ts +11 -0
- package/dist-types/commands/GetSuiteCommand.d.ts +11 -0
- package/dist-types/commands/GetTestCommand.d.ts +11 -0
- package/dist-types/commands/GetTestGridProjectCommand.d.ts +11 -0
- package/dist-types/commands/GetTestGridSessionCommand.d.ts +11 -0
- package/dist-types/commands/GetUploadCommand.d.ts +11 -0
- package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +11 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +11 -0
- package/dist-types/commands/ListDeviceInstancesCommand.d.ts +11 -0
- package/dist-types/commands/ListDevicePoolsCommand.d.ts +11 -0
- package/dist-types/commands/ListDevicesCommand.d.ts +11 -0
- package/dist-types/commands/ListInstanceProfilesCommand.d.ts +11 -0
- package/dist-types/commands/ListJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListNetworkProfilesCommand.d.ts +11 -0
- package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +11 -0
- package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +11 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +11 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +11 -0
- package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +11 -0
- package/dist-types/commands/ListRunsCommand.d.ts +11 -0
- package/dist-types/commands/ListSamplesCommand.d.ts +11 -0
- package/dist-types/commands/ListSuitesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTestGridProjectsCommand.d.ts +11 -0
- package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +11 -0
- package/dist-types/commands/ListTestGridSessionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTestsCommand.d.ts +11 -0
- package/dist-types/commands/ListUniqueProblemsCommand.d.ts +11 -0
- package/dist-types/commands/ListUploadsCommand.d.ts +11 -0
- package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +11 -0
- package/dist-types/commands/RenewOfferingCommand.d.ts +11 -0
- package/dist-types/commands/ScheduleRunCommand.d.ts +11 -0
- package/dist-types/commands/StopJobCommand.d.ts +11 -0
- package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +11 -0
- package/dist-types/commands/StopRunCommand.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/UpdateDeviceInstanceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDevicePoolCommand.d.ts +11 -0
- package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +11 -0
- package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +11 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUploadCommand.d.ts +11 -0
- package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTestCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopRunCommand.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/UpdateDeviceInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -129,4 +129,15 @@ declare const ListDevicePoolsCommand_base: {
|
|
|
129
129
|
*
|
|
130
130
|
*/
|
|
131
131
|
export declare class ListDevicePoolsCommand extends ListDevicePoolsCommand_base {
|
|
132
|
+
/** @internal type navigation helper, not in runtime. */
|
|
133
|
+
protected static __types: {
|
|
134
|
+
api: {
|
|
135
|
+
input: ListDevicePoolsRequest;
|
|
136
|
+
output: ListDevicePoolsResult;
|
|
137
|
+
};
|
|
138
|
+
sdk: {
|
|
139
|
+
input: ListDevicePoolsCommandInput;
|
|
140
|
+
output: ListDevicePoolsCommandOutput;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
132
143
|
}
|
|
@@ -142,4 +142,15 @@ declare const ListDevicesCommand_base: {
|
|
|
142
142
|
*
|
|
143
143
|
*/
|
|
144
144
|
export declare class ListDevicesCommand extends ListDevicesCommand_base {
|
|
145
|
+
/** @internal type navigation helper, not in runtime. */
|
|
146
|
+
protected static __types: {
|
|
147
|
+
api: {
|
|
148
|
+
input: ListDevicesRequest;
|
|
149
|
+
output: ListDevicesResult;
|
|
150
|
+
};
|
|
151
|
+
sdk: {
|
|
152
|
+
input: ListDevicesCommandInput;
|
|
153
|
+
output: ListDevicesCommandOutput;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
145
156
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListInstanceProfilesCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListInstanceProfilesCommand extends ListInstanceProfilesCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListInstanceProfilesRequest;
|
|
89
|
+
output: ListInstanceProfilesResult;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListInstanceProfilesCommandInput;
|
|
93
|
+
output: ListInstanceProfilesCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -161,4 +161,15 @@ declare const ListJobsCommand_base: {
|
|
|
161
161
|
*
|
|
162
162
|
*/
|
|
163
163
|
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
164
|
+
/** @internal type navigation helper, not in runtime. */
|
|
165
|
+
protected static __types: {
|
|
166
|
+
api: {
|
|
167
|
+
input: ListJobsRequest;
|
|
168
|
+
output: ListJobsResult;
|
|
169
|
+
};
|
|
170
|
+
sdk: {
|
|
171
|
+
input: ListJobsCommandInput;
|
|
172
|
+
output: ListJobsCommandOutput;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
164
175
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListNetworkProfilesCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListNetworkProfilesCommand extends ListNetworkProfilesCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListNetworkProfilesRequest;
|
|
94
|
+
output: ListNetworkProfilesResult;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListNetworkProfilesCommandInput;
|
|
98
|
+
output: ListNetworkProfilesCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListOfferingPromotionsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListOfferingPromotionsCommand extends ListOfferingPromotionsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListOfferingPromotionsRequest;
|
|
88
|
+
output: ListOfferingPromotionsResult;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListOfferingPromotionsCommandInput;
|
|
92
|
+
output: ListOfferingPromotionsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -200,4 +200,15 @@ declare const ListOfferingTransactionsCommand_base: {
|
|
|
200
200
|
*
|
|
201
201
|
*/
|
|
202
202
|
export declare class ListOfferingTransactionsCommand extends ListOfferingTransactionsCommand_base {
|
|
203
|
+
/** @internal type navigation helper, not in runtime. */
|
|
204
|
+
protected static __types: {
|
|
205
|
+
api: {
|
|
206
|
+
input: ListOfferingTransactionsRequest;
|
|
207
|
+
output: ListOfferingTransactionsResult;
|
|
208
|
+
};
|
|
209
|
+
sdk: {
|
|
210
|
+
input: ListOfferingTransactionsCommandInput;
|
|
211
|
+
output: ListOfferingTransactionsCommandOutput;
|
|
212
|
+
};
|
|
213
|
+
};
|
|
203
214
|
}
|
|
@@ -170,4 +170,15 @@ declare const ListOfferingsCommand_base: {
|
|
|
170
170
|
*
|
|
171
171
|
*/
|
|
172
172
|
export declare class ListOfferingsCommand extends ListOfferingsCommand_base {
|
|
173
|
+
/** @internal type navigation helper, not in runtime. */
|
|
174
|
+
protected static __types: {
|
|
175
|
+
api: {
|
|
176
|
+
input: ListOfferingsRequest;
|
|
177
|
+
output: ListOfferingsResult;
|
|
178
|
+
};
|
|
179
|
+
sdk: {
|
|
180
|
+
input: ListOfferingsCommandInput;
|
|
181
|
+
output: ListOfferingsCommandOutput;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
173
184
|
}
|
|
@@ -115,4 +115,15 @@ declare const ListProjectsCommand_base: {
|
|
|
115
115
|
*
|
|
116
116
|
*/
|
|
117
117
|
export declare class ListProjectsCommand extends ListProjectsCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: ListProjectsRequest;
|
|
122
|
+
output: ListProjectsResult;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: ListProjectsCommandInput;
|
|
126
|
+
output: ListProjectsCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -174,4 +174,15 @@ declare const ListRemoteAccessSessionsCommand_base: {
|
|
|
174
174
|
*
|
|
175
175
|
*/
|
|
176
176
|
export declare class ListRemoteAccessSessionsCommand extends ListRemoteAccessSessionsCommand_base {
|
|
177
|
+
/** @internal type navigation helper, not in runtime. */
|
|
178
|
+
protected static __types: {
|
|
179
|
+
api: {
|
|
180
|
+
input: ListRemoteAccessSessionsRequest;
|
|
181
|
+
output: ListRemoteAccessSessionsResult;
|
|
182
|
+
};
|
|
183
|
+
sdk: {
|
|
184
|
+
input: ListRemoteAccessSessionsCommandInput;
|
|
185
|
+
output: ListRemoteAccessSessionsCommandOutput;
|
|
186
|
+
};
|
|
187
|
+
};
|
|
177
188
|
}
|
|
@@ -212,4 +212,15 @@ declare const ListRunsCommand_base: {
|
|
|
212
212
|
*
|
|
213
213
|
*/
|
|
214
214
|
export declare class ListRunsCommand extends ListRunsCommand_base {
|
|
215
|
+
/** @internal type navigation helper, not in runtime. */
|
|
216
|
+
protected static __types: {
|
|
217
|
+
api: {
|
|
218
|
+
input: ListRunsRequest;
|
|
219
|
+
output: ListRunsResult;
|
|
220
|
+
};
|
|
221
|
+
sdk: {
|
|
222
|
+
input: ListRunsCommandInput;
|
|
223
|
+
output: ListRunsCommandOutput;
|
|
224
|
+
};
|
|
225
|
+
};
|
|
215
226
|
}
|
|
@@ -94,4 +94,15 @@ declare const ListSamplesCommand_base: {
|
|
|
94
94
|
*
|
|
95
95
|
*/
|
|
96
96
|
export declare class ListSamplesCommand extends ListSamplesCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: ListSamplesRequest;
|
|
101
|
+
output: ListSamplesResult;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: ListSamplesCommandInput;
|
|
105
|
+
output: ListSamplesCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -114,4 +114,15 @@ declare const ListSuitesCommand_base: {
|
|
|
114
114
|
*
|
|
115
115
|
*/
|
|
116
116
|
export declare class ListSuitesCommand extends ListSuitesCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: ListSuitesRequest;
|
|
121
|
+
output: ListSuitesResult;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: ListSuitesCommandInput;
|
|
125
|
+
output: ListSuitesCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -71,4 +71,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: ListTagsForResourceRequest;
|
|
78
|
+
output: ListTagsForResourceResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: ListTagsForResourceCommandInput;
|
|
82
|
+
output: ListTagsForResourceCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListTestGridProjectsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListTestGridProjectsCommand extends ListTestGridProjectsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListTestGridProjectsRequest;
|
|
89
|
+
output: ListTestGridProjectsResult;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListTestGridProjectsCommandInput;
|
|
93
|
+
output: ListTestGridProjectsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListTestGridSessionActionsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListTestGridSessionActionsCommand extends ListTestGridSessionActionsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListTestGridSessionActionsRequest;
|
|
85
|
+
output: ListTestGridSessionActionsResult;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListTestGridSessionActionsCommandInput;
|
|
89
|
+
output: ListTestGridSessionActionsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListTestGridSessionArtifactsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListTestGridSessionArtifactsCommand extends ListTestGridSessionArtifactsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListTestGridSessionArtifactsRequest;
|
|
84
|
+
output: ListTestGridSessionArtifactsResult;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListTestGridSessionArtifactsCommandInput;
|
|
88
|
+
output: ListTestGridSessionArtifactsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListTestGridSessionsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListTestGridSessionsCommand extends ListTestGridSessionsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListTestGridSessionsRequest;
|
|
91
|
+
output: ListTestGridSessionsResult;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListTestGridSessionsCommandInput;
|
|
95
|
+
output: ListTestGridSessionsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -114,4 +114,15 @@ declare const ListTestsCommand_base: {
|
|
|
114
114
|
*
|
|
115
115
|
*/
|
|
116
116
|
export declare class ListTestsCommand extends ListTestsCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: ListTestsRequest;
|
|
121
|
+
output: ListTestsResult;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: ListTestsCommandInput;
|
|
125
|
+
output: ListTestsCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -170,4 +170,15 @@ declare const ListUniqueProblemsCommand_base: {
|
|
|
170
170
|
*
|
|
171
171
|
*/
|
|
172
172
|
export declare class ListUniqueProblemsCommand extends ListUniqueProblemsCommand_base {
|
|
173
|
+
/** @internal type navigation helper, not in runtime. */
|
|
174
|
+
protected static __types: {
|
|
175
|
+
api: {
|
|
176
|
+
input: ListUniqueProblemsRequest;
|
|
177
|
+
output: ListUniqueProblemsResult;
|
|
178
|
+
};
|
|
179
|
+
sdk: {
|
|
180
|
+
input: ListUniqueProblemsCommandInput;
|
|
181
|
+
output: ListUniqueProblemsCommandOutput;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
173
184
|
}
|
|
@@ -102,4 +102,15 @@ declare const ListUploadsCommand_base: {
|
|
|
102
102
|
*
|
|
103
103
|
*/
|
|
104
104
|
export declare class ListUploadsCommand extends ListUploadsCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: ListUploadsRequest;
|
|
109
|
+
output: ListUploadsResult;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: ListUploadsCommandInput;
|
|
113
|
+
output: ListUploadsCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListVPCEConfigurationsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListVPCEConfigurationsCommand extends ListVPCEConfigurationsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListVPCEConfigurationsRequest;
|
|
81
|
+
output: ListVPCEConfigurationsResult;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListVPCEConfigurationsCommandInput;
|
|
85
|
+
output: ListVPCEConfigurationsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -141,4 +141,15 @@ declare const PurchaseOfferingCommand_base: {
|
|
|
141
141
|
*
|
|
142
142
|
*/
|
|
143
143
|
export declare class PurchaseOfferingCommand extends PurchaseOfferingCommand_base {
|
|
144
|
+
/** @internal type navigation helper, not in runtime. */
|
|
145
|
+
protected static __types: {
|
|
146
|
+
api: {
|
|
147
|
+
input: PurchaseOfferingRequest;
|
|
148
|
+
output: PurchaseOfferingResult;
|
|
149
|
+
};
|
|
150
|
+
sdk: {
|
|
151
|
+
input: PurchaseOfferingCommandInput;
|
|
152
|
+
output: PurchaseOfferingCommandOutput;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
144
155
|
}
|
|
@@ -139,4 +139,15 @@ declare const RenewOfferingCommand_base: {
|
|
|
139
139
|
*
|
|
140
140
|
*/
|
|
141
141
|
export declare class RenewOfferingCommand extends RenewOfferingCommand_base {
|
|
142
|
+
/** @internal type navigation helper, not in runtime. */
|
|
143
|
+
protected static __types: {
|
|
144
|
+
api: {
|
|
145
|
+
input: RenewOfferingRequest;
|
|
146
|
+
output: RenewOfferingResult;
|
|
147
|
+
};
|
|
148
|
+
sdk: {
|
|
149
|
+
input: RenewOfferingCommandInput;
|
|
150
|
+
output: RenewOfferingCommandOutput;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
142
153
|
}
|
|
@@ -254,4 +254,15 @@ declare const ScheduleRunCommand_base: {
|
|
|
254
254
|
*
|
|
255
255
|
*/
|
|
256
256
|
export declare class ScheduleRunCommand extends ScheduleRunCommand_base {
|
|
257
|
+
/** @internal type navigation helper, not in runtime. */
|
|
258
|
+
protected static __types: {
|
|
259
|
+
api: {
|
|
260
|
+
input: ScheduleRunRequest;
|
|
261
|
+
output: ScheduleRunResult;
|
|
262
|
+
};
|
|
263
|
+
sdk: {
|
|
264
|
+
input: ScheduleRunCommandInput;
|
|
265
|
+
output: ScheduleRunCommandOutput;
|
|
266
|
+
};
|
|
267
|
+
};
|
|
257
268
|
}
|
|
@@ -149,4 +149,15 @@ declare const StopJobCommand_base: {
|
|
|
149
149
|
* @public
|
|
150
150
|
*/
|
|
151
151
|
export declare class StopJobCommand extends StopJobCommand_base {
|
|
152
|
+
/** @internal type navigation helper, not in runtime. */
|
|
153
|
+
protected static __types: {
|
|
154
|
+
api: {
|
|
155
|
+
input: StopJobRequest;
|
|
156
|
+
output: StopJobResult;
|
|
157
|
+
};
|
|
158
|
+
sdk: {
|
|
159
|
+
input: StopJobCommandInput;
|
|
160
|
+
output: StopJobCommandOutput;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
152
163
|
}
|
|
@@ -153,4 +153,15 @@ declare const StopRemoteAccessSessionCommand_base: {
|
|
|
153
153
|
* @public
|
|
154
154
|
*/
|
|
155
155
|
export declare class StopRemoteAccessSessionCommand extends StopRemoteAccessSessionCommand_base {
|
|
156
|
+
/** @internal type navigation helper, not in runtime. */
|
|
157
|
+
protected static __types: {
|
|
158
|
+
api: {
|
|
159
|
+
input: StopRemoteAccessSessionRequest;
|
|
160
|
+
output: StopRemoteAccessSessionResult;
|
|
161
|
+
};
|
|
162
|
+
sdk: {
|
|
163
|
+
input: StopRemoteAccessSessionCommandInput;
|
|
164
|
+
output: StopRemoteAccessSessionCommandOutput;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
156
167
|
}
|
|
@@ -184,4 +184,15 @@ declare const StopRunCommand_base: {
|
|
|
184
184
|
*
|
|
185
185
|
*/
|
|
186
186
|
export declare class StopRunCommand extends StopRunCommand_base {
|
|
187
|
+
/** @internal type navigation helper, not in runtime. */
|
|
188
|
+
protected static __types: {
|
|
189
|
+
api: {
|
|
190
|
+
input: StopRunRequest;
|
|
191
|
+
output: StopRunResult;
|
|
192
|
+
};
|
|
193
|
+
sdk: {
|
|
194
|
+
input: StopRunCommandInput;
|
|
195
|
+
output: StopRunCommandOutput;
|
|
196
|
+
};
|
|
197
|
+
};
|
|
187
198
|
}
|
|
@@ -80,4 +80,15 @@ declare const TagResourceCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: TagResourceRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: TagResourceCommandInput;
|
|
91
|
+
output: TagResourceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UntagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UntagResourceCommandInput;
|
|
78
|
+
output: UntagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -91,4 +91,15 @@ declare const UpdateDeviceInstanceCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class UpdateDeviceInstanceCommand extends UpdateDeviceInstanceCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: UpdateDeviceInstanceRequest;
|
|
98
|
+
output: UpdateDeviceInstanceResult;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: UpdateDeviceInstanceCommandInput;
|
|
102
|
+
output: UpdateDeviceInstanceCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -120,4 +120,15 @@ declare const UpdateDevicePoolCommand_base: {
|
|
|
120
120
|
*
|
|
121
121
|
*/
|
|
122
122
|
export declare class UpdateDevicePoolCommand extends UpdateDevicePoolCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: UpdateDevicePoolRequest;
|
|
127
|
+
output: UpdateDevicePoolResult;
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: UpdateDevicePoolCommandInput;
|
|
131
|
+
output: UpdateDevicePoolCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -85,4 +85,15 @@ declare const UpdateInstanceProfileCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class UpdateInstanceProfileCommand extends UpdateInstanceProfileCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: UpdateInstanceProfileRequest;
|
|
92
|
+
output: UpdateInstanceProfileResult;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: UpdateInstanceProfileCommandInput;
|
|
96
|
+
output: UpdateInstanceProfileCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -93,4 +93,15 @@ declare const UpdateNetworkProfileCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class UpdateNetworkProfileCommand extends UpdateNetworkProfileCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: UpdateNetworkProfileRequest;
|
|
100
|
+
output: UpdateNetworkProfileResult;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: UpdateNetworkProfileCommandInput;
|
|
104
|
+
output: UpdateNetworkProfileCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -116,4 +116,15 @@ declare const UpdateProjectCommand_base: {
|
|
|
116
116
|
*
|
|
117
117
|
*/
|
|
118
118
|
export declare class UpdateProjectCommand extends UpdateProjectCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: UpdateProjectRequest;
|
|
123
|
+
output: UpdateProjectResult;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: UpdateProjectCommandInput;
|
|
127
|
+
output: UpdateProjectCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -95,4 +95,15 @@ declare const UpdateTestGridProjectCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class UpdateTestGridProjectCommand extends UpdateTestGridProjectCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: UpdateTestGridProjectRequest;
|
|
102
|
+
output: UpdateTestGridProjectResult;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: UpdateTestGridProjectCommandInput;
|
|
106
|
+
output: UpdateTestGridProjectCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -83,4 +83,15 @@ declare const UpdateUploadCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class UpdateUploadCommand extends UpdateUploadCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: UpdateUploadRequest;
|
|
90
|
+
output: UpdateUploadResult;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: UpdateUploadCommandInput;
|
|
94
|
+
output: UpdateUploadCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -80,4 +80,15 @@ declare const UpdateVPCEConfigurationCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class UpdateVPCEConfigurationCommand extends UpdateVPCEConfigurationCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: UpdateVPCEConfigurationRequest;
|
|
87
|
+
output: UpdateVPCEConfigurationResult;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: UpdateVPCEConfigurationCommandInput;
|
|
91
|
+
output: UpdateVPCEConfigurationCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDevicePoolCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDevicePoolCommand extends CreateDevicePoolCommand_base {
|
|
39
|
+
export declare class CreateDevicePoolCommand extends CreateDevicePoolCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDevicePoolRequest;
|
|
43
|
+
output: CreateDevicePoolResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDevicePoolCommandInput;
|
|
47
|
+
output: CreateDevicePoolCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|