|
87 | 87 | "@smithy/core/checksum": { |
88 | 88 | "blobHasher": "function", |
89 | 89 | "blobReader": "function", |
90 | | - "fileStreamHasher": "function", |
| 90 | + "fileStreamHasher": "function(node-only)", |
91 | 91 | "Md5": "function", |
92 | | - "readableStreamHasher": "function" |
| 92 | + "readableStreamHasher": "function(node-only)" |
93 | 93 | }, |
94 | 94 | "@smithy/core/client": { |
95 | 95 | "_json": "function", |
|
165 | 165 | "@smithy/core/config": { |
166 | 166 | "booleanSelector": "function", |
167 | 167 | "chain": "function", |
168 | | - "CONFIG_PREFIX_SEPARATOR": "string", |
169 | | - "CONFIG_USE_DUALSTACK_ENDPOINT": "string", |
170 | | - "CONFIG_USE_FIPS_ENDPOINT": "string", |
| 168 | + "CONFIG_PREFIX_SEPARATOR": "string(node-only)", |
| 169 | + "CONFIG_USE_DUALSTACK_ENDPOINT": "string(node-only)", |
| 170 | + "CONFIG_USE_FIPS_ENDPOINT": "string(node-only)", |
171 | 171 | "CredentialsProviderError": "function", |
172 | 172 | "CustomEndpointsInputConfig": "type(interface)", |
173 | 173 | "CustomEndpointsResolvedConfig": "type(interface)", |
|
178 | 178 | "EndpointsResolvedConfig": "type(interface)", |
179 | 179 | "EndpointVariant": "type(object)", |
180 | 180 | "EndpointVariantTag": "type(union)", |
181 | | - "ENV_PROFILE": "string", |
182 | | - "ENV_USE_DUALSTACK_ENDPOINT": "string", |
183 | | - "ENV_USE_FIPS_ENDPOINT": "string", |
| 181 | + "ENV_PROFILE": "string(node-only)", |
| 182 | + "ENV_USE_DUALSTACK_ENDPOINT": "string(node-only)", |
| 183 | + "ENV_USE_FIPS_ENDPOINT": "string(node-only)", |
184 | 184 | "EnvOptions": "type(interface)", |
185 | | - "externalDataInterceptor": "object", |
186 | | - "fromStatic": "function", |
| 185 | + "externalDataInterceptor": "object(node-only)", |
| 186 | + "fromStatic": "function(node-only)", |
187 | 187 | "fromValue": "function", |
188 | | - "getHomeDir": "function", |
189 | | - "getProfileName": "function", |
| 188 | + "getHomeDir": "function(node-only)", |
| 189 | + "getProfileName": "function(node-only)", |
190 | 190 | "getRegionInfo": "function", |
191 | 191 | "GetRegionInfoOptions": "type(interface)", |
192 | | - "getSSOTokenFilepath": "function", |
193 | | - "getSSOTokenFromFile": "function", |
| 192 | + "getSSOTokenFilepath": "function(node-only)", |
| 193 | + "getSSOTokenFromFile": "function(node-only)", |
194 | 194 | "GetterFromConfig": "type(object)", |
195 | 195 | "GetterFromEnv": "type(object)", |
196 | | - "loadConfig": "function", |
| 196 | + "loadConfig": "function(node-only)", |
197 | 197 | "LoadedConfigSelectors": "type(interface)", |
198 | | - "loadSharedConfigFiles": "function", |
199 | | - "loadSsoSessionData": "function", |
| 198 | + "loadSharedConfigFiles": "function(node-only)", |
| 199 | + "loadSsoSessionData": "function(node-only)", |
200 | 200 | "LocalConfigOptions": "type(intersection)", |
201 | 201 | "memoize": "function", |
202 | | - "NODE_REGION_CONFIG_FILE_OPTIONS": "object", |
203 | | - "NODE_REGION_CONFIG_OPTIONS": "object", |
204 | | - "NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS": "object", |
205 | | - "NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS": "object", |
206 | | - "nodeDualstackConfigSelectors": "object", |
207 | | - "nodeFipsConfigSelectors": "object", |
| 202 | + "NODE_REGION_CONFIG_FILE_OPTIONS": "object(node-only)", |
| 203 | + "NODE_REGION_CONFIG_OPTIONS": "object(node-only)", |
| 204 | + "NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS": "object(node-only)", |
| 205 | + "NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS": "object(node-only)", |
| 206 | + "nodeDualstackConfigSelectors": "object(node-only)", |
| 207 | + "nodeFipsConfigSelectors": "object(node-only)", |
208 | 208 | "NodeSharedConfigInit": "type(interface)", |
209 | 209 | "numberSelector": "function", |
210 | 210 | "ParsedIniData": "type(object)", |
211 | | - "parseKnownFiles": "function", |
| 211 | + "parseKnownFiles": "function(node-only)", |
212 | 212 | "PartitionHash": "type(object)", |
213 | 213 | "Profile": "type(object)", |
214 | 214 | "ProviderError": "function", |
215 | 215 | "ProviderErrorOptionsType": "type(object)", |
216 | | - "readFile": "function", |
| 216 | + "readFile": "function(node-only)", |
217 | 217 | "ReadFileOptions": "type(interface)", |
218 | | - "REGION_ENV_NAME": "string", |
219 | | - "REGION_INI_NAME": "string", |
| 218 | + "REGION_ENV_NAME": "string(node-only)", |
| 219 | + "REGION_INI_NAME": "string(node-only)", |
220 | 220 | "RegionHash": "type(object)", |
221 | 221 | "RegionInputConfig": "type(interface)", |
222 | 222 | "RegionResolvedConfig": "type(interface)", |
|
370 | 370 | "@smithy/core/retry": { |
371 | 371 | "AdaptiveRetryStrategy": "function", |
372 | 372 | "AdaptiveRetryStrategyOptions": "type(interface)", |
373 | | - "CONFIG_MAX_ATTEMPTS": "string", |
374 | | - "CONFIG_RETRY_MODE": "string", |
| 373 | + "CONFIG_MAX_ATTEMPTS": "string(node-only)", |
| 374 | + "CONFIG_RETRY_MODE": "string(node-only)", |
375 | 375 | "ConfiguredRetryStrategy": "function", |
376 | 376 | "DEFAULT_MAX_ATTEMPTS": "number", |
377 | 377 | "DEFAULT_RETRY_DELAY_BASE": "number", |
|
384 | 384 | "DeprecatedAdaptiveRetryStrategyOptions": "type(interface)", |
385 | 385 | "DeprecatedStandardRetryStrategy": "function", |
386 | 386 | "DeprecatedStandardRetryStrategyOptions": "type(interface)", |
387 | | - "ENV_MAX_ATTEMPTS": "string", |
388 | | - "ENV_RETRY_MODE": "string", |
| 387 | + "ENV_MAX_ATTEMPTS": "string(node-only)", |
| 388 | + "ENV_RETRY_MODE": "string(node-only)", |
389 | 389 | "getOmitRetryHeadersPlugin": "function", |
390 | 390 | "getRetryAfterHint": "function", |
391 | 391 | "getRetryPlugin": "function", |
|
401 | 401 | "isTransientError": "function", |
402 | 402 | "MAXIMUM_RETRY_DELAY": "number", |
403 | 403 | "NO_RETRY_INCREMENT": "number", |
404 | | - "NODE_MAX_ATTEMPT_CONFIG_OPTIONS": "object", |
405 | | - "NODE_RETRY_MODE_CONFIG_OPTIONS": "object", |
| 404 | + "NODE_MAX_ATTEMPT_CONFIG_OPTIONS": "object(node-only)", |
| 405 | + "NODE_RETRY_MODE_CONFIG_OPTIONS": "object(node-only)", |
406 | 406 | "omitRetryHeadersMiddleware": "function", |
407 | 407 | "omitRetryHeadersMiddlewareOptions": "object", |
408 | 408 | "PreviouslyResolved": "type(interface)", |
|
485 | 485 | "getAwsChunkedEncodingStream": "function", |
486 | 486 | "getSerdePlugin": "function", |
487 | 487 | "handleFloat": "function", |
488 | | - "Hash": "function", |
| 488 | + "Hash": "function(node-only)", |
489 | 489 | "headStream": "function", |
490 | 490 | "isArrayBuffer": "function", |
491 | 491 | "isBlob": "function", |
|
0 commit comments