@aws-sdk/client-snowball 3.297.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CancelClusterCommand.js +2 -3
- package/dist-cjs/commands/CancelJobCommand.js +2 -3
- package/dist-cjs/commands/CreateAddressCommand.js +2 -3
- package/dist-cjs/commands/CreateClusterCommand.js +2 -3
- package/dist-cjs/commands/CreateJobCommand.js +2 -3
- package/dist-cjs/commands/CreateLongTermPricingCommand.js +2 -3
- package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +2 -3
- package/dist-cjs/commands/DescribeAddressCommand.js +2 -3
- package/dist-cjs/commands/DescribeAddressesCommand.js +2 -3
- package/dist-cjs/commands/DescribeClusterCommand.js +2 -3
- package/dist-cjs/commands/DescribeJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +2 -3
- package/dist-cjs/commands/GetJobManifestCommand.js +2 -3
- package/dist-cjs/commands/GetJobUnlockCodeCommand.js +2 -3
- package/dist-cjs/commands/GetSnowballUsageCommand.js +2 -3
- package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +2 -3
- package/dist-cjs/commands/ListClusterJobsCommand.js +2 -3
- package/dist-cjs/commands/ListClustersCommand.js +2 -3
- package/dist-cjs/commands/ListCompatibleImagesCommand.js +2 -3
- package/dist-cjs/commands/ListJobsCommand.js +2 -3
- package/dist-cjs/commands/ListLongTermPricingCommand.js +2 -3
- package/dist-cjs/commands/ListServiceVersionsCommand.js +2 -3
- package/dist-cjs/commands/UpdateClusterCommand.js +2 -3
- package/dist-cjs/commands/UpdateJobCommand.js +2 -3
- package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +2 -3
- package/dist-cjs/commands/UpdateLongTermPricingCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -331
- package/dist-es/commands/CancelClusterCommand.js +2 -3
- package/dist-es/commands/CancelJobCommand.js +2 -3
- package/dist-es/commands/CreateAddressCommand.js +2 -3
- package/dist-es/commands/CreateClusterCommand.js +2 -3
- package/dist-es/commands/CreateJobCommand.js +2 -3
- package/dist-es/commands/CreateLongTermPricingCommand.js +2 -3
- package/dist-es/commands/CreateReturnShippingLabelCommand.js +2 -3
- package/dist-es/commands/DescribeAddressCommand.js +2 -3
- package/dist-es/commands/DescribeAddressesCommand.js +2 -3
- package/dist-es/commands/DescribeClusterCommand.js +2 -3
- package/dist-es/commands/DescribeJobCommand.js +2 -3
- package/dist-es/commands/DescribeReturnShippingLabelCommand.js +2 -3
- package/dist-es/commands/GetJobManifestCommand.js +2 -3
- package/dist-es/commands/GetJobUnlockCodeCommand.js +2 -3
- package/dist-es/commands/GetSnowballUsageCommand.js +2 -3
- package/dist-es/commands/GetSoftwareUpdatesCommand.js +2 -3
- package/dist-es/commands/ListClusterJobsCommand.js +2 -3
- package/dist-es/commands/ListClustersCommand.js +2 -3
- package/dist-es/commands/ListCompatibleImagesCommand.js +2 -3
- package/dist-es/commands/ListJobsCommand.js +2 -3
- package/dist-es/commands/ListLongTermPricingCommand.js +2 -3
- package/dist-es/commands/ListServiceVersionsCommand.js +2 -3
- package/dist-es/commands/UpdateClusterCommand.js +2 -3
- package/dist-es/commands/UpdateJobCommand.js +2 -3
- package/dist-es/commands/UpdateJobShipmentStateCommand.js +2 -3
- package/dist-es/commands/UpdateLongTermPricingCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -246
- package/dist-types/models/models_0.d.ts +0 -328
- package/dist-types/ts3.4/models/models_0.d.ts +0 -224
- package/package.json +4 -3
|
@@ -2083,331 +2083,3 @@ export interface UpdateLongTermPricingRequest {
|
|
|
2083
2083
|
*/
|
|
2084
2084
|
export interface UpdateLongTermPricingResult {
|
|
2085
2085
|
}
|
|
2086
|
-
/**
|
|
2087
|
-
* @internal
|
|
2088
|
-
*/
|
|
2089
|
-
export declare const AddressFilterSensitiveLog: (obj: Address) => any;
|
|
2090
|
-
/**
|
|
2091
|
-
* @internal
|
|
2092
|
-
*/
|
|
2093
|
-
export declare const CancelClusterRequestFilterSensitiveLog: (obj: CancelClusterRequest) => any;
|
|
2094
|
-
/**
|
|
2095
|
-
* @internal
|
|
2096
|
-
*/
|
|
2097
|
-
export declare const CancelClusterResultFilterSensitiveLog: (obj: CancelClusterResult) => any;
|
|
2098
|
-
/**
|
|
2099
|
-
* @internal
|
|
2100
|
-
*/
|
|
2101
|
-
export declare const CancelJobRequestFilterSensitiveLog: (obj: CancelJobRequest) => any;
|
|
2102
|
-
/**
|
|
2103
|
-
* @internal
|
|
2104
|
-
*/
|
|
2105
|
-
export declare const CancelJobResultFilterSensitiveLog: (obj: CancelJobResult) => any;
|
|
2106
|
-
/**
|
|
2107
|
-
* @internal
|
|
2108
|
-
*/
|
|
2109
|
-
export declare const CreateAddressRequestFilterSensitiveLog: (obj: CreateAddressRequest) => any;
|
|
2110
|
-
/**
|
|
2111
|
-
* @internal
|
|
2112
|
-
*/
|
|
2113
|
-
export declare const CreateAddressResultFilterSensitiveLog: (obj: CreateAddressResult) => any;
|
|
2114
|
-
/**
|
|
2115
|
-
* @internal
|
|
2116
|
-
*/
|
|
2117
|
-
export declare const NotificationFilterSensitiveLog: (obj: Notification) => any;
|
|
2118
|
-
/**
|
|
2119
|
-
* @internal
|
|
2120
|
-
*/
|
|
2121
|
-
export declare const EKSOnDeviceServiceConfigurationFilterSensitiveLog: (obj: EKSOnDeviceServiceConfiguration) => any;
|
|
2122
|
-
/**
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
2125
|
-
export declare const NFSOnDeviceServiceConfigurationFilterSensitiveLog: (obj: NFSOnDeviceServiceConfiguration) => any;
|
|
2126
|
-
/**
|
|
2127
|
-
* @internal
|
|
2128
|
-
*/
|
|
2129
|
-
export declare const TGWOnDeviceServiceConfigurationFilterSensitiveLog: (obj: TGWOnDeviceServiceConfiguration) => any;
|
|
2130
|
-
/**
|
|
2131
|
-
* @internal
|
|
2132
|
-
*/
|
|
2133
|
-
export declare const OnDeviceServiceConfigurationFilterSensitiveLog: (obj: OnDeviceServiceConfiguration) => any;
|
|
2134
|
-
/**
|
|
2135
|
-
* @internal
|
|
2136
|
-
*/
|
|
2137
|
-
export declare const Ec2AmiResourceFilterSensitiveLog: (obj: Ec2AmiResource) => any;
|
|
2138
|
-
/**
|
|
2139
|
-
* @internal
|
|
2140
|
-
*/
|
|
2141
|
-
export declare const EventTriggerDefinitionFilterSensitiveLog: (obj: EventTriggerDefinition) => any;
|
|
2142
|
-
/**
|
|
2143
|
-
* @internal
|
|
2144
|
-
*/
|
|
2145
|
-
export declare const LambdaResourceFilterSensitiveLog: (obj: LambdaResource) => any;
|
|
2146
|
-
/**
|
|
2147
|
-
* @internal
|
|
2148
|
-
*/
|
|
2149
|
-
export declare const KeyRangeFilterSensitiveLog: (obj: KeyRange) => any;
|
|
2150
|
-
/**
|
|
2151
|
-
* @internal
|
|
2152
|
-
*/
|
|
2153
|
-
export declare const TargetOnDeviceServiceFilterSensitiveLog: (obj: TargetOnDeviceService) => any;
|
|
2154
|
-
/**
|
|
2155
|
-
* @internal
|
|
2156
|
-
*/
|
|
2157
|
-
export declare const S3ResourceFilterSensitiveLog: (obj: S3Resource) => any;
|
|
2158
|
-
/**
|
|
2159
|
-
* @internal
|
|
2160
|
-
*/
|
|
2161
|
-
export declare const JobResourceFilterSensitiveLog: (obj: JobResource) => any;
|
|
2162
|
-
/**
|
|
2163
|
-
* @internal
|
|
2164
|
-
*/
|
|
2165
|
-
export declare const INDTaxDocumentsFilterSensitiveLog: (obj: INDTaxDocuments) => any;
|
|
2166
|
-
/**
|
|
2167
|
-
* @internal
|
|
2168
|
-
*/
|
|
2169
|
-
export declare const TaxDocumentsFilterSensitiveLog: (obj: TaxDocuments) => any;
|
|
2170
|
-
/**
|
|
2171
|
-
* @internal
|
|
2172
|
-
*/
|
|
2173
|
-
export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
|
|
2174
|
-
/**
|
|
2175
|
-
* @internal
|
|
2176
|
-
*/
|
|
2177
|
-
export declare const CreateClusterResultFilterSensitiveLog: (obj: CreateClusterResult) => any;
|
|
2178
|
-
/**
|
|
2179
|
-
* @internal
|
|
2180
|
-
*/
|
|
2181
|
-
export declare const WirelessConnectionFilterSensitiveLog: (obj: WirelessConnection) => any;
|
|
2182
|
-
/**
|
|
2183
|
-
* @internal
|
|
2184
|
-
*/
|
|
2185
|
-
export declare const SnowconeDeviceConfigurationFilterSensitiveLog: (obj: SnowconeDeviceConfiguration) => any;
|
|
2186
|
-
/**
|
|
2187
|
-
* @internal
|
|
2188
|
-
*/
|
|
2189
|
-
export declare const DeviceConfigurationFilterSensitiveLog: (obj: DeviceConfiguration) => any;
|
|
2190
|
-
/**
|
|
2191
|
-
* @internal
|
|
2192
|
-
*/
|
|
2193
|
-
export declare const CreateJobRequestFilterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
2194
|
-
/**
|
|
2195
|
-
* @internal
|
|
2196
|
-
*/
|
|
2197
|
-
export declare const CreateJobResultFilterSensitiveLog: (obj: CreateJobResult) => any;
|
|
2198
|
-
/**
|
|
2199
|
-
* @internal
|
|
2200
|
-
*/
|
|
2201
|
-
export declare const CreateLongTermPricingRequestFilterSensitiveLog: (obj: CreateLongTermPricingRequest) => any;
|
|
2202
|
-
/**
|
|
2203
|
-
* @internal
|
|
2204
|
-
*/
|
|
2205
|
-
export declare const CreateLongTermPricingResultFilterSensitiveLog: (obj: CreateLongTermPricingResult) => any;
|
|
2206
|
-
/**
|
|
2207
|
-
* @internal
|
|
2208
|
-
*/
|
|
2209
|
-
export declare const CreateReturnShippingLabelRequestFilterSensitiveLog: (obj: CreateReturnShippingLabelRequest) => any;
|
|
2210
|
-
/**
|
|
2211
|
-
* @internal
|
|
2212
|
-
*/
|
|
2213
|
-
export declare const CreateReturnShippingLabelResultFilterSensitiveLog: (obj: CreateReturnShippingLabelResult) => any;
|
|
2214
|
-
/**
|
|
2215
|
-
* @internal
|
|
2216
|
-
*/
|
|
2217
|
-
export declare const DescribeAddressRequestFilterSensitiveLog: (obj: DescribeAddressRequest) => any;
|
|
2218
|
-
/**
|
|
2219
|
-
* @internal
|
|
2220
|
-
*/
|
|
2221
|
-
export declare const DescribeAddressResultFilterSensitiveLog: (obj: DescribeAddressResult) => any;
|
|
2222
|
-
/**
|
|
2223
|
-
* @internal
|
|
2224
|
-
*/
|
|
2225
|
-
export declare const DescribeAddressesRequestFilterSensitiveLog: (obj: DescribeAddressesRequest) => any;
|
|
2226
|
-
/**
|
|
2227
|
-
* @internal
|
|
2228
|
-
*/
|
|
2229
|
-
export declare const DescribeAddressesResultFilterSensitiveLog: (obj: DescribeAddressesResult) => any;
|
|
2230
|
-
/**
|
|
2231
|
-
* @internal
|
|
2232
|
-
*/
|
|
2233
|
-
export declare const DescribeClusterRequestFilterSensitiveLog: (obj: DescribeClusterRequest) => any;
|
|
2234
|
-
/**
|
|
2235
|
-
* @internal
|
|
2236
|
-
*/
|
|
2237
|
-
export declare const ClusterMetadataFilterSensitiveLog: (obj: ClusterMetadata) => any;
|
|
2238
|
-
/**
|
|
2239
|
-
* @internal
|
|
2240
|
-
*/
|
|
2241
|
-
export declare const DescribeClusterResultFilterSensitiveLog: (obj: DescribeClusterResult) => any;
|
|
2242
|
-
/**
|
|
2243
|
-
* @internal
|
|
2244
|
-
*/
|
|
2245
|
-
export declare const DescribeJobRequestFilterSensitiveLog: (obj: DescribeJobRequest) => any;
|
|
2246
|
-
/**
|
|
2247
|
-
* @internal
|
|
2248
|
-
*/
|
|
2249
|
-
export declare const DataTransferFilterSensitiveLog: (obj: DataTransfer) => any;
|
|
2250
|
-
/**
|
|
2251
|
-
* @internal
|
|
2252
|
-
*/
|
|
2253
|
-
export declare const JobLogsFilterSensitiveLog: (obj: JobLogs) => any;
|
|
2254
|
-
/**
|
|
2255
|
-
* @internal
|
|
2256
|
-
*/
|
|
2257
|
-
export declare const ShipmentFilterSensitiveLog: (obj: Shipment) => any;
|
|
2258
|
-
/**
|
|
2259
|
-
* @internal
|
|
2260
|
-
*/
|
|
2261
|
-
export declare const ShippingDetailsFilterSensitiveLog: (obj: ShippingDetails) => any;
|
|
2262
|
-
/**
|
|
2263
|
-
* @internal
|
|
2264
|
-
*/
|
|
2265
|
-
export declare const JobMetadataFilterSensitiveLog: (obj: JobMetadata) => any;
|
|
2266
|
-
/**
|
|
2267
|
-
* @internal
|
|
2268
|
-
*/
|
|
2269
|
-
export declare const DescribeJobResultFilterSensitiveLog: (obj: DescribeJobResult) => any;
|
|
2270
|
-
/**
|
|
2271
|
-
* @internal
|
|
2272
|
-
*/
|
|
2273
|
-
export declare const DescribeReturnShippingLabelRequestFilterSensitiveLog: (obj: DescribeReturnShippingLabelRequest) => any;
|
|
2274
|
-
/**
|
|
2275
|
-
* @internal
|
|
2276
|
-
*/
|
|
2277
|
-
export declare const DescribeReturnShippingLabelResultFilterSensitiveLog: (obj: DescribeReturnShippingLabelResult) => any;
|
|
2278
|
-
/**
|
|
2279
|
-
* @internal
|
|
2280
|
-
*/
|
|
2281
|
-
export declare const GetJobManifestRequestFilterSensitiveLog: (obj: GetJobManifestRequest) => any;
|
|
2282
|
-
/**
|
|
2283
|
-
* @internal
|
|
2284
|
-
*/
|
|
2285
|
-
export declare const GetJobManifestResultFilterSensitiveLog: (obj: GetJobManifestResult) => any;
|
|
2286
|
-
/**
|
|
2287
|
-
* @internal
|
|
2288
|
-
*/
|
|
2289
|
-
export declare const GetJobUnlockCodeRequestFilterSensitiveLog: (obj: GetJobUnlockCodeRequest) => any;
|
|
2290
|
-
/**
|
|
2291
|
-
* @internal
|
|
2292
|
-
*/
|
|
2293
|
-
export declare const GetJobUnlockCodeResultFilterSensitiveLog: (obj: GetJobUnlockCodeResult) => any;
|
|
2294
|
-
/**
|
|
2295
|
-
* @internal
|
|
2296
|
-
*/
|
|
2297
|
-
export declare const GetSnowballUsageRequestFilterSensitiveLog: (obj: GetSnowballUsageRequest) => any;
|
|
2298
|
-
/**
|
|
2299
|
-
* @internal
|
|
2300
|
-
*/
|
|
2301
|
-
export declare const GetSnowballUsageResultFilterSensitiveLog: (obj: GetSnowballUsageResult) => any;
|
|
2302
|
-
/**
|
|
2303
|
-
* @internal
|
|
2304
|
-
*/
|
|
2305
|
-
export declare const GetSoftwareUpdatesRequestFilterSensitiveLog: (obj: GetSoftwareUpdatesRequest) => any;
|
|
2306
|
-
/**
|
|
2307
|
-
* @internal
|
|
2308
|
-
*/
|
|
2309
|
-
export declare const GetSoftwareUpdatesResultFilterSensitiveLog: (obj: GetSoftwareUpdatesResult) => any;
|
|
2310
|
-
/**
|
|
2311
|
-
* @internal
|
|
2312
|
-
*/
|
|
2313
|
-
export declare const ListClusterJobsRequestFilterSensitiveLog: (obj: ListClusterJobsRequest) => any;
|
|
2314
|
-
/**
|
|
2315
|
-
* @internal
|
|
2316
|
-
*/
|
|
2317
|
-
export declare const JobListEntryFilterSensitiveLog: (obj: JobListEntry) => any;
|
|
2318
|
-
/**
|
|
2319
|
-
* @internal
|
|
2320
|
-
*/
|
|
2321
|
-
export declare const ListClusterJobsResultFilterSensitiveLog: (obj: ListClusterJobsResult) => any;
|
|
2322
|
-
/**
|
|
2323
|
-
* @internal
|
|
2324
|
-
*/
|
|
2325
|
-
export declare const ListClustersRequestFilterSensitiveLog: (obj: ListClustersRequest) => any;
|
|
2326
|
-
/**
|
|
2327
|
-
* @internal
|
|
2328
|
-
*/
|
|
2329
|
-
export declare const ClusterListEntryFilterSensitiveLog: (obj: ClusterListEntry) => any;
|
|
2330
|
-
/**
|
|
2331
|
-
* @internal
|
|
2332
|
-
*/
|
|
2333
|
-
export declare const ListClustersResultFilterSensitiveLog: (obj: ListClustersResult) => any;
|
|
2334
|
-
/**
|
|
2335
|
-
* @internal
|
|
2336
|
-
*/
|
|
2337
|
-
export declare const ListCompatibleImagesRequestFilterSensitiveLog: (obj: ListCompatibleImagesRequest) => any;
|
|
2338
|
-
/**
|
|
2339
|
-
* @internal
|
|
2340
|
-
*/
|
|
2341
|
-
export declare const CompatibleImageFilterSensitiveLog: (obj: CompatibleImage) => any;
|
|
2342
|
-
/**
|
|
2343
|
-
* @internal
|
|
2344
|
-
*/
|
|
2345
|
-
export declare const ListCompatibleImagesResultFilterSensitiveLog: (obj: ListCompatibleImagesResult) => any;
|
|
2346
|
-
/**
|
|
2347
|
-
* @internal
|
|
2348
|
-
*/
|
|
2349
|
-
export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
2350
|
-
/**
|
|
2351
|
-
* @internal
|
|
2352
|
-
*/
|
|
2353
|
-
export declare const ListJobsResultFilterSensitiveLog: (obj: ListJobsResult) => any;
|
|
2354
|
-
/**
|
|
2355
|
-
* @internal
|
|
2356
|
-
*/
|
|
2357
|
-
export declare const ListLongTermPricingRequestFilterSensitiveLog: (obj: ListLongTermPricingRequest) => any;
|
|
2358
|
-
/**
|
|
2359
|
-
* @internal
|
|
2360
|
-
*/
|
|
2361
|
-
export declare const LongTermPricingListEntryFilterSensitiveLog: (obj: LongTermPricingListEntry) => any;
|
|
2362
|
-
/**
|
|
2363
|
-
* @internal
|
|
2364
|
-
*/
|
|
2365
|
-
export declare const ListLongTermPricingResultFilterSensitiveLog: (obj: ListLongTermPricingResult) => any;
|
|
2366
|
-
/**
|
|
2367
|
-
* @internal
|
|
2368
|
-
*/
|
|
2369
|
-
export declare const ServiceVersionFilterSensitiveLog: (obj: ServiceVersion) => any;
|
|
2370
|
-
/**
|
|
2371
|
-
* @internal
|
|
2372
|
-
*/
|
|
2373
|
-
export declare const DependentServiceFilterSensitiveLog: (obj: DependentService) => any;
|
|
2374
|
-
/**
|
|
2375
|
-
* @internal
|
|
2376
|
-
*/
|
|
2377
|
-
export declare const ListServiceVersionsRequestFilterSensitiveLog: (obj: ListServiceVersionsRequest) => any;
|
|
2378
|
-
/**
|
|
2379
|
-
* @internal
|
|
2380
|
-
*/
|
|
2381
|
-
export declare const ListServiceVersionsResultFilterSensitiveLog: (obj: ListServiceVersionsResult) => any;
|
|
2382
|
-
/**
|
|
2383
|
-
* @internal
|
|
2384
|
-
*/
|
|
2385
|
-
export declare const UpdateClusterRequestFilterSensitiveLog: (obj: UpdateClusterRequest) => any;
|
|
2386
|
-
/**
|
|
2387
|
-
* @internal
|
|
2388
|
-
*/
|
|
2389
|
-
export declare const UpdateClusterResultFilterSensitiveLog: (obj: UpdateClusterResult) => any;
|
|
2390
|
-
/**
|
|
2391
|
-
* @internal
|
|
2392
|
-
*/
|
|
2393
|
-
export declare const UpdateJobRequestFilterSensitiveLog: (obj: UpdateJobRequest) => any;
|
|
2394
|
-
/**
|
|
2395
|
-
* @internal
|
|
2396
|
-
*/
|
|
2397
|
-
export declare const UpdateJobResultFilterSensitiveLog: (obj: UpdateJobResult) => any;
|
|
2398
|
-
/**
|
|
2399
|
-
* @internal
|
|
2400
|
-
*/
|
|
2401
|
-
export declare const UpdateJobShipmentStateRequestFilterSensitiveLog: (obj: UpdateJobShipmentStateRequest) => any;
|
|
2402
|
-
/**
|
|
2403
|
-
* @internal
|
|
2404
|
-
*/
|
|
2405
|
-
export declare const UpdateJobShipmentStateResultFilterSensitiveLog: (obj: UpdateJobShipmentStateResult) => any;
|
|
2406
|
-
/**
|
|
2407
|
-
* @internal
|
|
2408
|
-
*/
|
|
2409
|
-
export declare const UpdateLongTermPricingRequestFilterSensitiveLog: (obj: UpdateLongTermPricingRequest) => any;
|
|
2410
|
-
/**
|
|
2411
|
-
* @internal
|
|
2412
|
-
*/
|
|
2413
|
-
export declare const UpdateLongTermPricingResultFilterSensitiveLog: (obj: UpdateLongTermPricingResult) => any;
|
|
@@ -579,227 +579,3 @@ export interface UpdateLongTermPricingRequest {
|
|
|
579
579
|
IsLongTermPricingAutoRenew?: boolean;
|
|
580
580
|
}
|
|
581
581
|
export interface UpdateLongTermPricingResult {}
|
|
582
|
-
export declare const AddressFilterSensitiveLog: (obj: Address) => any;
|
|
583
|
-
export declare const CancelClusterRequestFilterSensitiveLog: (
|
|
584
|
-
obj: CancelClusterRequest
|
|
585
|
-
) => any;
|
|
586
|
-
export declare const CancelClusterResultFilterSensitiveLog: (
|
|
587
|
-
obj: CancelClusterResult
|
|
588
|
-
) => any;
|
|
589
|
-
export declare const CancelJobRequestFilterSensitiveLog: (
|
|
590
|
-
obj: CancelJobRequest
|
|
591
|
-
) => any;
|
|
592
|
-
export declare const CancelJobResultFilterSensitiveLog: (
|
|
593
|
-
obj: CancelJobResult
|
|
594
|
-
) => any;
|
|
595
|
-
export declare const CreateAddressRequestFilterSensitiveLog: (
|
|
596
|
-
obj: CreateAddressRequest
|
|
597
|
-
) => any;
|
|
598
|
-
export declare const CreateAddressResultFilterSensitiveLog: (
|
|
599
|
-
obj: CreateAddressResult
|
|
600
|
-
) => any;
|
|
601
|
-
export declare const NotificationFilterSensitiveLog: (obj: Notification) => any;
|
|
602
|
-
export declare const EKSOnDeviceServiceConfigurationFilterSensitiveLog: (
|
|
603
|
-
obj: EKSOnDeviceServiceConfiguration
|
|
604
|
-
) => any;
|
|
605
|
-
export declare const NFSOnDeviceServiceConfigurationFilterSensitiveLog: (
|
|
606
|
-
obj: NFSOnDeviceServiceConfiguration
|
|
607
|
-
) => any;
|
|
608
|
-
export declare const TGWOnDeviceServiceConfigurationFilterSensitiveLog: (
|
|
609
|
-
obj: TGWOnDeviceServiceConfiguration
|
|
610
|
-
) => any;
|
|
611
|
-
export declare const OnDeviceServiceConfigurationFilterSensitiveLog: (
|
|
612
|
-
obj: OnDeviceServiceConfiguration
|
|
613
|
-
) => any;
|
|
614
|
-
export declare const Ec2AmiResourceFilterSensitiveLog: (
|
|
615
|
-
obj: Ec2AmiResource
|
|
616
|
-
) => any;
|
|
617
|
-
export declare const EventTriggerDefinitionFilterSensitiveLog: (
|
|
618
|
-
obj: EventTriggerDefinition
|
|
619
|
-
) => any;
|
|
620
|
-
export declare const LambdaResourceFilterSensitiveLog: (
|
|
621
|
-
obj: LambdaResource
|
|
622
|
-
) => any;
|
|
623
|
-
export declare const KeyRangeFilterSensitiveLog: (obj: KeyRange) => any;
|
|
624
|
-
export declare const TargetOnDeviceServiceFilterSensitiveLog: (
|
|
625
|
-
obj: TargetOnDeviceService
|
|
626
|
-
) => any;
|
|
627
|
-
export declare const S3ResourceFilterSensitiveLog: (obj: S3Resource) => any;
|
|
628
|
-
export declare const JobResourceFilterSensitiveLog: (obj: JobResource) => any;
|
|
629
|
-
export declare const INDTaxDocumentsFilterSensitiveLog: (
|
|
630
|
-
obj: INDTaxDocuments
|
|
631
|
-
) => any;
|
|
632
|
-
export declare const TaxDocumentsFilterSensitiveLog: (obj: TaxDocuments) => any;
|
|
633
|
-
export declare const CreateClusterRequestFilterSensitiveLog: (
|
|
634
|
-
obj: CreateClusterRequest
|
|
635
|
-
) => any;
|
|
636
|
-
export declare const CreateClusterResultFilterSensitiveLog: (
|
|
637
|
-
obj: CreateClusterResult
|
|
638
|
-
) => any;
|
|
639
|
-
export declare const WirelessConnectionFilterSensitiveLog: (
|
|
640
|
-
obj: WirelessConnection
|
|
641
|
-
) => any;
|
|
642
|
-
export declare const SnowconeDeviceConfigurationFilterSensitiveLog: (
|
|
643
|
-
obj: SnowconeDeviceConfiguration
|
|
644
|
-
) => any;
|
|
645
|
-
export declare const DeviceConfigurationFilterSensitiveLog: (
|
|
646
|
-
obj: DeviceConfiguration
|
|
647
|
-
) => any;
|
|
648
|
-
export declare const CreateJobRequestFilterSensitiveLog: (
|
|
649
|
-
obj: CreateJobRequest
|
|
650
|
-
) => any;
|
|
651
|
-
export declare const CreateJobResultFilterSensitiveLog: (
|
|
652
|
-
obj: CreateJobResult
|
|
653
|
-
) => any;
|
|
654
|
-
export declare const CreateLongTermPricingRequestFilterSensitiveLog: (
|
|
655
|
-
obj: CreateLongTermPricingRequest
|
|
656
|
-
) => any;
|
|
657
|
-
export declare const CreateLongTermPricingResultFilterSensitiveLog: (
|
|
658
|
-
obj: CreateLongTermPricingResult
|
|
659
|
-
) => any;
|
|
660
|
-
export declare const CreateReturnShippingLabelRequestFilterSensitiveLog: (
|
|
661
|
-
obj: CreateReturnShippingLabelRequest
|
|
662
|
-
) => any;
|
|
663
|
-
export declare const CreateReturnShippingLabelResultFilterSensitiveLog: (
|
|
664
|
-
obj: CreateReturnShippingLabelResult
|
|
665
|
-
) => any;
|
|
666
|
-
export declare const DescribeAddressRequestFilterSensitiveLog: (
|
|
667
|
-
obj: DescribeAddressRequest
|
|
668
|
-
) => any;
|
|
669
|
-
export declare const DescribeAddressResultFilterSensitiveLog: (
|
|
670
|
-
obj: DescribeAddressResult
|
|
671
|
-
) => any;
|
|
672
|
-
export declare const DescribeAddressesRequestFilterSensitiveLog: (
|
|
673
|
-
obj: DescribeAddressesRequest
|
|
674
|
-
) => any;
|
|
675
|
-
export declare const DescribeAddressesResultFilterSensitiveLog: (
|
|
676
|
-
obj: DescribeAddressesResult
|
|
677
|
-
) => any;
|
|
678
|
-
export declare const DescribeClusterRequestFilterSensitiveLog: (
|
|
679
|
-
obj: DescribeClusterRequest
|
|
680
|
-
) => any;
|
|
681
|
-
export declare const ClusterMetadataFilterSensitiveLog: (
|
|
682
|
-
obj: ClusterMetadata
|
|
683
|
-
) => any;
|
|
684
|
-
export declare const DescribeClusterResultFilterSensitiveLog: (
|
|
685
|
-
obj: DescribeClusterResult
|
|
686
|
-
) => any;
|
|
687
|
-
export declare const DescribeJobRequestFilterSensitiveLog: (
|
|
688
|
-
obj: DescribeJobRequest
|
|
689
|
-
) => any;
|
|
690
|
-
export declare const DataTransferFilterSensitiveLog: (obj: DataTransfer) => any;
|
|
691
|
-
export declare const JobLogsFilterSensitiveLog: (obj: JobLogs) => any;
|
|
692
|
-
export declare const ShipmentFilterSensitiveLog: (obj: Shipment) => any;
|
|
693
|
-
export declare const ShippingDetailsFilterSensitiveLog: (
|
|
694
|
-
obj: ShippingDetails
|
|
695
|
-
) => any;
|
|
696
|
-
export declare const JobMetadataFilterSensitiveLog: (obj: JobMetadata) => any;
|
|
697
|
-
export declare const DescribeJobResultFilterSensitiveLog: (
|
|
698
|
-
obj: DescribeJobResult
|
|
699
|
-
) => any;
|
|
700
|
-
export declare const DescribeReturnShippingLabelRequestFilterSensitiveLog: (
|
|
701
|
-
obj: DescribeReturnShippingLabelRequest
|
|
702
|
-
) => any;
|
|
703
|
-
export declare const DescribeReturnShippingLabelResultFilterSensitiveLog: (
|
|
704
|
-
obj: DescribeReturnShippingLabelResult
|
|
705
|
-
) => any;
|
|
706
|
-
export declare const GetJobManifestRequestFilterSensitiveLog: (
|
|
707
|
-
obj: GetJobManifestRequest
|
|
708
|
-
) => any;
|
|
709
|
-
export declare const GetJobManifestResultFilterSensitiveLog: (
|
|
710
|
-
obj: GetJobManifestResult
|
|
711
|
-
) => any;
|
|
712
|
-
export declare const GetJobUnlockCodeRequestFilterSensitiveLog: (
|
|
713
|
-
obj: GetJobUnlockCodeRequest
|
|
714
|
-
) => any;
|
|
715
|
-
export declare const GetJobUnlockCodeResultFilterSensitiveLog: (
|
|
716
|
-
obj: GetJobUnlockCodeResult
|
|
717
|
-
) => any;
|
|
718
|
-
export declare const GetSnowballUsageRequestFilterSensitiveLog: (
|
|
719
|
-
obj: GetSnowballUsageRequest
|
|
720
|
-
) => any;
|
|
721
|
-
export declare const GetSnowballUsageResultFilterSensitiveLog: (
|
|
722
|
-
obj: GetSnowballUsageResult
|
|
723
|
-
) => any;
|
|
724
|
-
export declare const GetSoftwareUpdatesRequestFilterSensitiveLog: (
|
|
725
|
-
obj: GetSoftwareUpdatesRequest
|
|
726
|
-
) => any;
|
|
727
|
-
export declare const GetSoftwareUpdatesResultFilterSensitiveLog: (
|
|
728
|
-
obj: GetSoftwareUpdatesResult
|
|
729
|
-
) => any;
|
|
730
|
-
export declare const ListClusterJobsRequestFilterSensitiveLog: (
|
|
731
|
-
obj: ListClusterJobsRequest
|
|
732
|
-
) => any;
|
|
733
|
-
export declare const JobListEntryFilterSensitiveLog: (obj: JobListEntry) => any;
|
|
734
|
-
export declare const ListClusterJobsResultFilterSensitiveLog: (
|
|
735
|
-
obj: ListClusterJobsResult
|
|
736
|
-
) => any;
|
|
737
|
-
export declare const ListClustersRequestFilterSensitiveLog: (
|
|
738
|
-
obj: ListClustersRequest
|
|
739
|
-
) => any;
|
|
740
|
-
export declare const ClusterListEntryFilterSensitiveLog: (
|
|
741
|
-
obj: ClusterListEntry
|
|
742
|
-
) => any;
|
|
743
|
-
export declare const ListClustersResultFilterSensitiveLog: (
|
|
744
|
-
obj: ListClustersResult
|
|
745
|
-
) => any;
|
|
746
|
-
export declare const ListCompatibleImagesRequestFilterSensitiveLog: (
|
|
747
|
-
obj: ListCompatibleImagesRequest
|
|
748
|
-
) => any;
|
|
749
|
-
export declare const CompatibleImageFilterSensitiveLog: (
|
|
750
|
-
obj: CompatibleImage
|
|
751
|
-
) => any;
|
|
752
|
-
export declare const ListCompatibleImagesResultFilterSensitiveLog: (
|
|
753
|
-
obj: ListCompatibleImagesResult
|
|
754
|
-
) => any;
|
|
755
|
-
export declare const ListJobsRequestFilterSensitiveLog: (
|
|
756
|
-
obj: ListJobsRequest
|
|
757
|
-
) => any;
|
|
758
|
-
export declare const ListJobsResultFilterSensitiveLog: (
|
|
759
|
-
obj: ListJobsResult
|
|
760
|
-
) => any;
|
|
761
|
-
export declare const ListLongTermPricingRequestFilterSensitiveLog: (
|
|
762
|
-
obj: ListLongTermPricingRequest
|
|
763
|
-
) => any;
|
|
764
|
-
export declare const LongTermPricingListEntryFilterSensitiveLog: (
|
|
765
|
-
obj: LongTermPricingListEntry
|
|
766
|
-
) => any;
|
|
767
|
-
export declare const ListLongTermPricingResultFilterSensitiveLog: (
|
|
768
|
-
obj: ListLongTermPricingResult
|
|
769
|
-
) => any;
|
|
770
|
-
export declare const ServiceVersionFilterSensitiveLog: (
|
|
771
|
-
obj: ServiceVersion
|
|
772
|
-
) => any;
|
|
773
|
-
export declare const DependentServiceFilterSensitiveLog: (
|
|
774
|
-
obj: DependentService
|
|
775
|
-
) => any;
|
|
776
|
-
export declare const ListServiceVersionsRequestFilterSensitiveLog: (
|
|
777
|
-
obj: ListServiceVersionsRequest
|
|
778
|
-
) => any;
|
|
779
|
-
export declare const ListServiceVersionsResultFilterSensitiveLog: (
|
|
780
|
-
obj: ListServiceVersionsResult
|
|
781
|
-
) => any;
|
|
782
|
-
export declare const UpdateClusterRequestFilterSensitiveLog: (
|
|
783
|
-
obj: UpdateClusterRequest
|
|
784
|
-
) => any;
|
|
785
|
-
export declare const UpdateClusterResultFilterSensitiveLog: (
|
|
786
|
-
obj: UpdateClusterResult
|
|
787
|
-
) => any;
|
|
788
|
-
export declare const UpdateJobRequestFilterSensitiveLog: (
|
|
789
|
-
obj: UpdateJobRequest
|
|
790
|
-
) => any;
|
|
791
|
-
export declare const UpdateJobResultFilterSensitiveLog: (
|
|
792
|
-
obj: UpdateJobResult
|
|
793
|
-
) => any;
|
|
794
|
-
export declare const UpdateJobShipmentStateRequestFilterSensitiveLog: (
|
|
795
|
-
obj: UpdateJobShipmentStateRequest
|
|
796
|
-
) => any;
|
|
797
|
-
export declare const UpdateJobShipmentStateResultFilterSensitiveLog: (
|
|
798
|
-
obj: UpdateJobShipmentStateResult
|
|
799
|
-
) => any;
|
|
800
|
-
export declare const UpdateLongTermPricingRequestFilterSensitiveLog: (
|
|
801
|
-
obj: UpdateLongTermPricingRequest
|
|
802
|
-
) => any;
|
|
803
|
-
export declare const UpdateLongTermPricingResultFilterSensitiveLog: (
|
|
804
|
-
obj: UpdateLongTermPricingResult
|
|
805
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-snowball",
|
|
3
3
|
"description": "AWS SDK for JavaScript Snowball Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo snowball"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|