@aws-sdk/client-schemas 3.496.0 → 3.499.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +19 -18
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3233,9 +3233,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3233
3233
  // Annotate the CommonJS export names for ESM import in node:
3234
3234
 
3235
3235
  0 && (module.exports = {
3236
- BadRequestException,
3237
- CodeGenerationStatus,
3238
- ConflictException,
3236
+ SchemasServiceException,
3237
+ __Client,
3238
+ SchemasClient,
3239
+ Schemas,
3240
+ $Command,
3239
3241
  CreateDiscovererCommand,
3240
3242
  CreateRegistryCommand,
3241
3243
  CreateSchemaCommand,
@@ -3248,45 +3250,44 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3248
3250
  DescribeDiscovererCommand,
3249
3251
  DescribeRegistryCommand,
3250
3252
  DescribeSchemaCommand,
3251
- DiscovererState,
3252
3253
  ExportSchemaCommand,
3253
- ForbiddenException,
3254
3254
  GetCodeBindingSourceCommand,
3255
3255
  GetDiscoveredSchemaCommand,
3256
3256
  GetResourcePolicyCommand,
3257
- GoneException,
3258
- InternalServerErrorException,
3259
3257
  ListDiscoverersCommand,
3260
3258
  ListRegistriesCommand,
3261
3259
  ListSchemaVersionsCommand,
3262
3260
  ListSchemasCommand,
3263
3261
  ListTagsForResourceCommand,
3264
- NotFoundException,
3265
- PreconditionFailedException,
3266
3262
  PutCodeBindingCommand,
3267
3263
  PutResourcePolicyCommand,
3268
- Schemas,
3269
- SchemasClient,
3270
- SchemasServiceException,
3271
3264
  SearchSchemasCommand,
3272
- ServiceUnavailableException,
3273
3265
  StartDiscovererCommand,
3274
3266
  StopDiscovererCommand,
3275
3267
  TagResourceCommand,
3276
- TooManyRequestsException,
3277
- Type,
3278
- UnauthorizedException,
3279
3268
  UntagResourceCommand,
3280
3269
  UpdateDiscovererCommand,
3281
3270
  UpdateRegistryCommand,
3282
3271
  UpdateSchemaCommand,
3283
- __Client,
3284
3272
  paginateListDiscoverers,
3285
3273
  paginateListRegistries,
3286
3274
  paginateListSchemaVersions,
3287
3275
  paginateListSchemas,
3288
3276
  paginateSearchSchemas,
3289
3277
  waitForCodeBindingExists,
3290
- waitUntilCodeBindingExists
3278
+ waitUntilCodeBindingExists,
3279
+ DiscovererState,
3280
+ Type,
3281
+ BadRequestException,
3282
+ CodeGenerationStatus,
3283
+ ConflictException,
3284
+ ForbiddenException,
3285
+ InternalServerErrorException,
3286
+ ServiceUnavailableException,
3287
+ UnauthorizedException,
3288
+ NotFoundException,
3289
+ TooManyRequestsException,
3290
+ GoneException,
3291
+ PreconditionFailedException
3291
3292
  });
3292
3293
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-schemas",
3
3
  "description": "AWS SDK for JavaScript Schemas Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-schemas",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",