@aws-sdk/client-schemas 3.775.0 → 3.777.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/CreateDiscovererCommand.d.ts +1 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +1 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDiscovererCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +1 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSchemaVersionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCodeBindingCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDiscovererCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRegistryCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSchemaCommand.d.ts +1 -0
- package/dist-types/commands/ExportSchemaCommand.d.ts +1 -0
- package/dist-types/commands/GetCodeBindingSourceCommand.d.ts +1 -0
- package/dist-types/commands/GetDiscoveredSchemaCommand.d.ts +1 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/ListDiscoverersCommand.d.ts +1 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +1 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/PutCodeBindingCommand.d.ts +1 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/SearchSchemasCommand.d.ts +1 -0
- package/dist-types/commands/StartDiscovererCommand.d.ts +1 -0
- package/dist-types/commands/StopDiscovererCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDiscovererCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -79,6 +79,7 @@ declare const CreateDiscovererCommand_base: {
|
|
|
79
79
|
* @throws {@link SchemasServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateDiscovererCommand extends CreateDiscovererCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const CreateRegistryCommand_base: {
|
|
|
75
75
|
* @throws {@link SchemasServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class CreateRegistryCommand extends CreateRegistryCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const CreateSchemaCommand_base: {
|
|
|
78
78
|
* @throws {@link SchemasServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class CreateSchemaCommand extends CreateSchemaCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteDiscovererCommand_base: {
|
|
|
64
64
|
* @throws {@link SchemasServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteDiscovererCommand extends DeleteDiscovererCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteRegistryCommand_base: {
|
|
|
64
64
|
* @throws {@link SchemasServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteRegistryCommand extends DeleteRegistryCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
64
64
|
* @throws {@link SchemasServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteSchemaCommand_base: {
|
|
|
65
65
|
* @throws {@link SchemasServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteSchemaVersionCommand_base: {
|
|
|
66
66
|
* @throws {@link SchemasServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteSchemaVersionCommand extends DeleteSchemaVersionCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DescribeCodeBindingCommand_base: {
|
|
|
72
72
|
* @throws {@link SchemasServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DescribeCodeBindingCommand extends DescribeCodeBindingCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DescribeDiscovererCommand_base: {
|
|
|
74
74
|
* @throws {@link SchemasServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DescribeDiscovererCommand extends DescribeDiscovererCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DescribeRegistryCommand_base: {
|
|
|
71
71
|
* @throws {@link SchemasServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DescribeRegistryCommand extends DescribeRegistryCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DescribeSchemaCommand_base: {
|
|
|
78
78
|
* @throws {@link SchemasServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DescribeSchemaCommand extends DescribeSchemaCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ExportSchemaCommand_base: {
|
|
|
76
76
|
* @throws {@link SchemasServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
*/
|
|
80
81
|
export declare class ExportSchemaCommand extends ExportSchemaCommand_base {
|
|
81
82
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -76,6 +76,7 @@ declare const GetCodeBindingSourceCommand_base: {
|
|
|
76
76
|
* @throws {@link SchemasServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetCodeBindingSourceCommand extends GetCodeBindingSourceCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const GetDiscoveredSchemaCommand_base: {
|
|
|
67
67
|
* @throws {@link SchemasServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class GetDiscoveredSchemaCommand extends GetDiscoveredSchemaCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
67
67
|
* @throws {@link SchemasServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const ListDiscoverersCommand_base: {
|
|
|
79
79
|
* @throws {@link SchemasServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListDiscoverersCommand extends ListDiscoverersCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ListRegistriesCommand_base: {
|
|
|
76
76
|
* @throws {@link SchemasServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListRegistriesCommand extends ListRegistriesCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListSchemaVersionsCommand_base: {
|
|
|
77
77
|
* @throws {@link SchemasServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListSchemaVersionsCommand extends ListSchemaVersionsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListSchemasCommand_base: {
|
|
|
78
78
|
* @throws {@link SchemasServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListSchemasCommand extends ListSchemasCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link SchemasServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const PutCodeBindingCommand_base: {
|
|
|
74
74
|
* @throws {@link SchemasServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class PutCodeBindingCommand extends PutCodeBindingCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
71
71
|
* @throws {@link SchemasServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const SearchSchemasCommand_base: {
|
|
|
81
81
|
* @throws {@link SchemasServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class SearchSchemasCommand extends SearchSchemasCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const StartDiscovererCommand_base: {
|
|
|
67
67
|
* @throws {@link SchemasServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class StartDiscovererCommand extends StartDiscovererCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const StopDiscovererCommand_base: {
|
|
|
67
67
|
* @throws {@link SchemasServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class StopDiscovererCommand extends StopDiscovererCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const TagResourceCommand_base: {
|
|
|
63
63
|
* @throws {@link SchemasServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
|
|
|
63
63
|
* @throws {@link SchemasServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const UpdateDiscovererCommand_base: {
|
|
|
76
76
|
* @throws {@link SchemasServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class UpdateDiscovererCommand extends UpdateDiscovererCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const UpdateRegistryCommand_base: {
|
|
|
72
72
|
* @throws {@link SchemasServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class UpdateRegistryCommand extends UpdateRegistryCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const UpdateSchemaCommand_base: {
|
|
|
78
78
|
* @throws {@link SchemasServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateSchemaCommand extends UpdateSchemaCommand_base {
|
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.
|
|
4
|
+
"version": "3.777.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|