@aws-sdk/client-schemas 3.288.0 → 3.290.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 (31) hide show
  1. package/dist-types/commands/CreateDiscovererCommand.d.ts +13 -0
  2. package/dist-types/commands/CreateRegistryCommand.d.ts +13 -0
  3. package/dist-types/commands/CreateSchemaCommand.d.ts +9 -0
  4. package/dist-types/commands/DeleteDiscovererCommand.d.ts +13 -0
  5. package/dist-types/commands/DeleteRegistryCommand.d.ts +13 -0
  6. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +13 -0
  7. package/dist-types/commands/DeleteSchemaCommand.d.ts +13 -0
  8. package/dist-types/commands/DeleteSchemaVersionCommand.d.ts +13 -0
  9. package/dist-types/commands/DescribeCodeBindingCommand.d.ts +13 -0
  10. package/dist-types/commands/DescribeDiscovererCommand.d.ts +13 -0
  11. package/dist-types/commands/DescribeRegistryCommand.d.ts +13 -0
  12. package/dist-types/commands/DescribeSchemaCommand.d.ts +13 -0
  13. package/dist-types/commands/GetCodeBindingSourceCommand.d.ts +13 -0
  14. package/dist-types/commands/GetDiscoveredSchemaCommand.d.ts +11 -0
  15. package/dist-types/commands/GetResourcePolicyCommand.d.ts +13 -0
  16. package/dist-types/commands/ListDiscoverersCommand.d.ts +11 -0
  17. package/dist-types/commands/ListRegistriesCommand.d.ts +11 -0
  18. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +13 -0
  19. package/dist-types/commands/ListSchemasCommand.d.ts +11 -0
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +9 -0
  21. package/dist-types/commands/PutCodeBindingCommand.d.ts +15 -0
  22. package/dist-types/commands/PutResourcePolicyCommand.d.ts +15 -0
  23. package/dist-types/commands/SearchSchemasCommand.d.ts +11 -0
  24. package/dist-types/commands/StartDiscovererCommand.d.ts +13 -0
  25. package/dist-types/commands/StopDiscovererCommand.d.ts +13 -0
  26. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  27. package/dist-types/commands/UntagResourceCommand.d.ts +9 -0
  28. package/dist-types/commands/UpdateDiscovererCommand.d.ts +13 -0
  29. package/dist-types/commands/UpdateRegistryCommand.d.ts +13 -0
  30. package/dist-types/commands/UpdateSchemaCommand.d.ts +11 -0
  31. package/package.json +30 -30
@@ -29,6 +29,19 @@ export interface CreateDiscovererCommandOutput extends CreateDiscovererResponse,
29
29
  * @see {@link CreateDiscovererCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ConflictException} (client fault)
35
+ *
36
+ * @throws {@link ForbiddenException} (client fault)
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class CreateDiscovererCommand extends $Command<CreateDiscovererCommandInput, CreateDiscovererCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: CreateDiscovererCommandInput;
@@ -29,6 +29,19 @@ export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __M
29
29
  * @see {@link CreateRegistryCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ConflictException} (client fault)
35
+ *
36
+ * @throws {@link ForbiddenException} (client fault)
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class CreateRegistryCommand extends $Command<CreateRegistryCommandInput, CreateRegistryCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: CreateRegistryCommandInput;
@@ -29,6 +29,15 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
29
29
  * @see {@link CreateSchemaCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link ServiceUnavailableException} (server fault)
39
+ *
40
+ *
32
41
  */
33
42
  export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, SchemasClientResolvedConfig> {
34
43
  readonly input: CreateSchemaCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteDiscovererCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteDiscovererCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteDiscovererCommand extends $Command<DeleteDiscovererCommandInput, DeleteDiscovererCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: DeleteDiscovererCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteRegistryCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteRegistryCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteRegistryCommand extends $Command<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: DeleteRegistryCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: DeleteResourcePolicyCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteSchemaCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteSchemaCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteSchemaCommand extends $Command<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: DeleteSchemaCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteSchemaVersionCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteSchemaVersionCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteSchemaVersionCommand extends $Command<DeleteSchemaVersionCommandInput, DeleteSchemaVersionCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: DeleteSchemaVersionCommandInput;
@@ -29,6 +29,19 @@ export interface DescribeCodeBindingCommandOutput extends DescribeCodeBindingRes
29
29
  * @see {@link DescribeCodeBindingCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link TooManyRequestsException} (client fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DescribeCodeBindingCommand extends $Command<DescribeCodeBindingCommandInput, DescribeCodeBindingCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: DescribeCodeBindingCommandInput;
@@ -29,6 +29,19 @@ export interface DescribeDiscovererCommandOutput extends DescribeDiscovererRespo
29
29
  * @see {@link DescribeDiscovererCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DescribeDiscovererCommand extends $Command<DescribeDiscovererCommandInput, DescribeDiscovererCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: DescribeDiscovererCommandInput;
@@ -29,6 +29,19 @@ export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse,
29
29
  * @see {@link DescribeRegistryCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DescribeRegistryCommand extends $Command<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: DescribeRegistryCommandInput;
@@ -29,6 +29,19 @@ export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __M
29
29
  * @see {@link DescribeSchemaCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DescribeSchemaCommand extends $Command<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: DescribeSchemaCommandInput;
@@ -29,6 +29,19 @@ export interface GetCodeBindingSourceCommandOutput extends GetCodeBindingSourceR
29
29
  * @see {@link GetCodeBindingSourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link TooManyRequestsException} (client fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetCodeBindingSourceCommand extends $Command<GetCodeBindingSourceCommandInput, GetCodeBindingSourceCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: GetCodeBindingSourceCommandInput;
@@ -29,6 +29,17 @@ export interface GetDiscoveredSchemaCommandOutput extends GetDiscoveredSchemaRes
29
29
  * @see {@link GetDiscoveredSchemaCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link ServiceUnavailableException} (server fault)
39
+ *
40
+ * @throws {@link UnauthorizedException} (client fault)
41
+ *
42
+ *
32
43
  */
33
44
  export declare class GetDiscoveredSchemaCommand extends $Command<GetDiscoveredSchemaCommandInput, GetDiscoveredSchemaCommandOutput, SchemasClientResolvedConfig> {
34
45
  readonly input: GetDiscoveredSchemaCommandInput;
@@ -29,6 +29,19 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
29
29
  * @see {@link GetResourcePolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: GetResourcePolicyCommandInput;
@@ -29,6 +29,17 @@ export interface ListDiscoverersCommandOutput extends ListDiscoverersResponse, _
29
29
  * @see {@link ListDiscoverersCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link ServiceUnavailableException} (server fault)
39
+ *
40
+ * @throws {@link UnauthorizedException} (client fault)
41
+ *
42
+ *
32
43
  */
33
44
  export declare class ListDiscoverersCommand extends $Command<ListDiscoverersCommandInput, ListDiscoverersCommandOutput, SchemasClientResolvedConfig> {
34
45
  readonly input: ListDiscoverersCommandInput;
@@ -29,6 +29,17 @@ export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __M
29
29
  * @see {@link ListRegistriesCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link ServiceUnavailableException} (server fault)
39
+ *
40
+ * @throws {@link UnauthorizedException} (client fault)
41
+ *
42
+ *
32
43
  */
33
44
  export declare class ListRegistriesCommand extends $Command<ListRegistriesCommandInput, ListRegistriesCommandOutput, SchemasClientResolvedConfig> {
34
45
  readonly input: ListRegistriesCommandInput;
@@ -29,6 +29,19 @@ export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsRespo
29
29
  * @see {@link ListSchemaVersionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListSchemaVersionsCommand extends $Command<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: ListSchemaVersionsCommandInput;
@@ -29,6 +29,17 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
29
29
  * @see {@link ListSchemasCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link ServiceUnavailableException} (server fault)
39
+ *
40
+ * @throws {@link UnauthorizedException} (client fault)
41
+ *
42
+ *
32
43
  */
33
44
  export declare class ListSchemasCommand extends $Command<ListSchemasCommandInput, ListSchemasCommandOutput, SchemasClientResolvedConfig> {
34
45
  readonly input: ListSchemasCommandInput;
@@ -29,6 +29,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ *
32
41
  */
33
42
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SchemasClientResolvedConfig> {
34
43
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,21 @@ export interface PutCodeBindingCommandOutput extends PutCodeBindingResponse, __M
29
29
  * @see {@link PutCodeBindingCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link GoneException} (client fault)
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ *
40
+ * @throws {@link NotFoundException} (client fault)
41
+ *
42
+ * @throws {@link TooManyRequestsException} (client fault)
43
+ *
44
+ * @throws {@link UnauthorizedException} (client fault)
45
+ *
46
+ *
32
47
  */
33
48
  export declare class PutCodeBindingCommand extends $Command<PutCodeBindingCommandInput, PutCodeBindingCommandOutput, SchemasClientResolvedConfig> {
34
49
  readonly input: PutCodeBindingCommandInput;
@@ -29,6 +29,21 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
29
29
  * @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link PreconditionFailedException} (client fault)
41
+ *
42
+ * @throws {@link ServiceUnavailableException} (server fault)
43
+ *
44
+ * @throws {@link UnauthorizedException} (client fault)
45
+ *
46
+ *
32
47
  */
33
48
  export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SchemasClientResolvedConfig> {
34
49
  readonly input: PutResourcePolicyCommandInput;
@@ -29,6 +29,17 @@ export interface SearchSchemasCommandOutput extends SearchSchemasResponse, __Met
29
29
  * @see {@link SearchSchemasCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link ServiceUnavailableException} (server fault)
39
+ *
40
+ * @throws {@link UnauthorizedException} (client fault)
41
+ *
42
+ *
32
43
  */
33
44
  export declare class SearchSchemasCommand extends $Command<SearchSchemasCommandInput, SearchSchemasCommandOutput, SchemasClientResolvedConfig> {
34
45
  readonly input: SearchSchemasCommandInput;
@@ -29,6 +29,19 @@ export interface StartDiscovererCommandOutput extends StartDiscovererResponse, _
29
29
  * @see {@link StartDiscovererCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class StartDiscovererCommand extends $Command<StartDiscovererCommandInput, StartDiscovererCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: StartDiscovererCommandInput;
@@ -29,6 +29,19 @@ export interface StopDiscovererCommandOutput extends StopDiscovererResponse, __M
29
29
  * @see {@link StopDiscovererCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class StopDiscovererCommand extends $Command<StopDiscovererCommandInput, StopDiscovererCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: StopDiscovererCommandInput;
@@ -29,6 +29,15 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ *
32
41
  */
33
42
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SchemasClientResolvedConfig> {
34
43
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,15 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ *
32
41
  */
33
42
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SchemasClientResolvedConfig> {
34
43
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,19 @@ export interface UpdateDiscovererCommandOutput extends UpdateDiscovererResponse,
29
29
  * @see {@link UpdateDiscovererCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class UpdateDiscovererCommand extends $Command<UpdateDiscovererCommandInput, UpdateDiscovererCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: UpdateDiscovererCommandInput;
@@ -29,6 +29,19 @@ export interface UpdateRegistryCommandOutput extends UpdateRegistryResponse, __M
29
29
  * @see {@link UpdateRegistryCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ *
44
+ *
32
45
  */
33
46
  export declare class UpdateRegistryCommand extends $Command<UpdateRegistryCommandInput, UpdateRegistryCommandOutput, SchemasClientResolvedConfig> {
34
47
  readonly input: UpdateRegistryCommandInput;
@@ -29,6 +29,17 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad
29
29
  * @see {@link UpdateSchemaCommandOutput} for command's `response` shape.
30
30
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ *
34
+ * @throws {@link ForbiddenException} (client fault)
35
+ *
36
+ * @throws {@link InternalServerErrorException} (server fault)
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ *
42
+ *
32
43
  */
33
44
  export declare class UpdateSchemaCommand extends $Command<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, SchemasClientResolvedConfig> {
34
45
  readonly input: UpdateSchemaCommandInput;
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.288.0",
4
+ "version": "3.290.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",
@@ -20,39 +20,39 @@
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.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
- "@aws-sdk/util-waiter": "3.272.0",
55
+ "@aws-sdk/util-waiter": "3.290.0",
56
56
  "tslib": "^2.3.1",
57
57
  "uuid": "^8.3.2"
58
58
  },