@aws-sdk/client-schemas 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/Schemas.d.ts +5 -1
- package/dist-types/SchemasClient.d.ts +1 -1
- package/dist-types/commands/CreateDiscovererCommand.d.ts +2 -1
- package/dist-types/commands/CreateRegistryCommand.d.ts +2 -1
- package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDiscovererCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRegistryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSchemaVersionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCodeBindingCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDiscovererCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRegistryCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSchemaCommand.d.ts +2 -1
- package/dist-types/commands/ExportSchemaCommand.d.ts +1 -0
- package/dist-types/commands/GetCodeBindingSourceCommand.d.ts +2 -1
- package/dist-types/commands/GetDiscoveredSchemaCommand.d.ts +2 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/ListDiscoverersCommand.d.ts +2 -1
- package/dist-types/commands/ListRegistriesCommand.d.ts +2 -1
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutCodeBindingCommand.d.ts +2 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/SearchSchemasCommand.d.ts +2 -1
- package/dist-types/commands/StartDiscovererCommand.d.ts +2 -1
- package/dist-types/commands/StopDiscovererCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDiscovererCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRegistryCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +215 -215
- package/dist-types/ts3.4/Schemas.d.ts +4 -0
- package/dist-types/ts3.4/commands/CreateDiscovererCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDiscovererCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCodeBindingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDiscovererCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDiscoverersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutCodeBindingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchSchemasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDiscovererCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDiscovererCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDiscovererCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +42 -42
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -2270,9 +2270,6 @@ var waitUntilCodeBindingExists = /* @__PURE__ */ __name(async (params, input) =>
|
|
|
2270
2270
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
|
|
2271
2271
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
2272
2272
|
}, "waitUntilCodeBindingExists");
|
|
2273
|
-
|
|
2274
|
-
// src/index.ts
|
|
2275
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2276
2273
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2277
2274
|
|
|
2278
2275
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
package/dist-types/Schemas.d.ts
CHANGED
|
@@ -65,6 +65,7 @@ export interface Schemas {
|
|
|
65
65
|
/**
|
|
66
66
|
* @see {@link DeleteResourcePolicyCommand}
|
|
67
67
|
*/
|
|
68
|
+
deleteResourcePolicy(): Promise<DeleteResourcePolicyCommandOutput>;
|
|
68
69
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
|
|
69
70
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
70
71
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
@@ -125,18 +126,21 @@ export interface Schemas {
|
|
|
125
126
|
/**
|
|
126
127
|
* @see {@link GetResourcePolicyCommand}
|
|
127
128
|
*/
|
|
129
|
+
getResourcePolicy(): Promise<GetResourcePolicyCommandOutput>;
|
|
128
130
|
getResourcePolicy(args: GetResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePolicyCommandOutput>;
|
|
129
131
|
getResourcePolicy(args: GetResourcePolicyCommandInput, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
|
|
130
132
|
getResourcePolicy(args: GetResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
|
|
131
133
|
/**
|
|
132
134
|
* @see {@link ListDiscoverersCommand}
|
|
133
135
|
*/
|
|
136
|
+
listDiscoverers(): Promise<ListDiscoverersCommandOutput>;
|
|
134
137
|
listDiscoverers(args: ListDiscoverersCommandInput, options?: __HttpHandlerOptions): Promise<ListDiscoverersCommandOutput>;
|
|
135
138
|
listDiscoverers(args: ListDiscoverersCommandInput, cb: (err: any, data?: ListDiscoverersCommandOutput) => void): void;
|
|
136
139
|
listDiscoverers(args: ListDiscoverersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDiscoverersCommandOutput) => void): void;
|
|
137
140
|
/**
|
|
138
141
|
* @see {@link ListRegistriesCommand}
|
|
139
142
|
*/
|
|
143
|
+
listRegistries(): Promise<ListRegistriesCommandOutput>;
|
|
140
144
|
listRegistries(args: ListRegistriesCommandInput, options?: __HttpHandlerOptions): Promise<ListRegistriesCommandOutput>;
|
|
141
145
|
listRegistries(args: ListRegistriesCommandInput, cb: (err: any, data?: ListRegistriesCommandOutput) => void): void;
|
|
142
146
|
listRegistries(args: ListRegistriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRegistriesCommandOutput) => void): void;
|
|
@@ -220,8 +224,8 @@ export interface Schemas {
|
|
|
220
224
|
updateSchema(args: UpdateSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSchemaCommandOutput) => void): void;
|
|
221
225
|
}
|
|
222
226
|
/**
|
|
223
|
-
* @public
|
|
224
227
|
* <p>Amazon EventBridge Schema Registry</p>
|
|
228
|
+
* @public
|
|
225
229
|
*/
|
|
226
230
|
export declare class Schemas extends SchemasClient implements Schemas {
|
|
227
231
|
}
|
|
@@ -182,8 +182,8 @@ export type SchemasClientResolvedConfigType = __SmithyResolvedConfiguration<__Ht
|
|
|
182
182
|
export interface SchemasClientResolvedConfig extends SchemasClientResolvedConfigType {
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
|
-
* @public
|
|
186
185
|
* <p>Amazon EventBridge Schema Registry</p>
|
|
186
|
+
* @public
|
|
187
187
|
*/
|
|
188
188
|
export declare class SchemasClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SchemasClientResolvedConfig> {
|
|
189
189
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateDiscovererCommandOutput extends CreateDiscovererResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDiscovererCommand_base: {
|
|
24
24
|
new (input: CreateDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDiscovererCommandInput, CreateDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDiscovererCommandInput, CreateDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a discoverer.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const CreateDiscovererCommand_base: {
|
|
|
78
78
|
* @throws {@link SchemasServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class CreateDiscovererCommand extends CreateDiscovererCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateRegistryCommand_base: {
|
|
24
24
|
new (input: CreateRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRegistryCommandInput, CreateRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRegistryCommandInput, CreateRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a registry.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const CreateRegistryCommand_base: {
|
|
|
74
74
|
* @throws {@link SchemasServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class CreateRegistryCommand extends CreateRegistryCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSchemaCommand_base: {
|
|
24
24
|
new (input: CreateSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a schema definition.</p> <note><p>Inactive schemas will be deleted after two years.</p></note>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const CreateSchemaCommand_base: {
|
|
|
77
77
|
* @throws {@link SchemasServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class CreateSchemaCommand extends CreateSchemaCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDiscovererCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDiscovererCommand_base: {
|
|
24
24
|
new (input: DeleteDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDiscovererCommandInput, DeleteDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDiscovererCommandInput, DeleteDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a discoverer.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const DeleteDiscovererCommand_base: {
|
|
|
63
63
|
* @throws {@link SchemasServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteDiscovererCommand extends DeleteDiscovererCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteRegistryCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteRegistryCommand_base: {
|
|
24
24
|
new (input: DeleteRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a Registry.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const DeleteRegistryCommand_base: {
|
|
|
63
63
|
* @throws {@link SchemasServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteRegistryCommand extends DeleteRegistryCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteResourcePolicyCommand_base: {
|
|
24
24
|
new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeleteResourcePolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Delete the resource-based policy attached to the specified registry.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
63
63
|
* @throws {@link SchemasServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteSchemaCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSchemaCommand_base: {
|
|
24
24
|
new (input: DeleteSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Delete a schema definition.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const DeleteSchemaCommand_base: {
|
|
|
64
64
|
* @throws {@link SchemasServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteSchemaVersionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSchemaVersionCommand_base: {
|
|
24
24
|
new (input: DeleteSchemaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaVersionCommandInput, DeleteSchemaVersionCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSchemaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaVersionCommandInput, DeleteSchemaVersionCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Delete the schema version definition</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +65,7 @@ declare const DeleteSchemaVersionCommand_base: {
|
|
|
65
65
|
* @throws {@link SchemasServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteSchemaVersionCommand extends DeleteSchemaVersionCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeCodeBindingCommandOutput extends DescribeCodeBindingRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeCodeBindingCommand_base: {
|
|
24
24
|
new (input: DescribeCodeBindingCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCodeBindingCommandInput, DescribeCodeBindingCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeCodeBindingCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCodeBindingCommandInput, DescribeCodeBindingCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describe the code binding URI.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const DescribeCodeBindingCommand_base: {
|
|
|
71
71
|
* @throws {@link SchemasServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DescribeCodeBindingCommand extends DescribeCodeBindingCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDiscovererCommandOutput extends DescribeDiscovererRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDiscovererCommand_base: {
|
|
24
24
|
new (input: DescribeDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDiscovererCommandInput, DescribeDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDiscovererCommandInput, DescribeDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the discoverer.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const DescribeDiscovererCommand_base: {
|
|
|
73
73
|
* @throws {@link SchemasServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DescribeDiscovererCommand extends DescribeDiscovererCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRegistryCommand_base: {
|
|
24
24
|
new (input: DescribeRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the registry.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const DescribeRegistryCommand_base: {
|
|
|
70
70
|
* @throws {@link SchemasServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DescribeRegistryCommand extends DescribeRegistryCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSchemaCommand_base: {
|
|
24
24
|
new (input: DescribeSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieve the schema definition.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const DescribeSchemaCommand_base: {
|
|
|
77
77
|
* @throws {@link SchemasServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DescribeSchemaCommand extends DescribeSchemaCommand_base {
|
|
82
83
|
}
|
|
@@ -22,6 +22,7 @@ export interface ExportSchemaCommandOutput extends ExportSchemaResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ExportSchemaCommand_base: {
|
|
24
24
|
new (input: ExportSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<ExportSchemaCommandInput, ExportSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ExportSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<ExportSchemaCommandInput, ExportSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
@@ -29,10 +29,10 @@ export interface GetCodeBindingSourceCommandOutput extends GetCodeBindingSourceC
|
|
|
29
29
|
}
|
|
30
30
|
declare const GetCodeBindingSourceCommand_base: {
|
|
31
31
|
new (input: GetCodeBindingSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetCodeBindingSourceCommandInput, GetCodeBindingSourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
new (__0_0: GetCodeBindingSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetCodeBindingSourceCommandInput, GetCodeBindingSourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
34
|
};
|
|
34
35
|
/**
|
|
35
|
-
* @public
|
|
36
36
|
* <p>Get the code binding source URI.</p>
|
|
37
37
|
* @example
|
|
38
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const GetCodeBindingSourceCommand_base: {
|
|
|
75
75
|
* @throws {@link SchemasServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetCodeBindingSourceCommand extends GetCodeBindingSourceCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDiscoveredSchemaCommandOutput extends GetDiscoveredSchemaRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDiscoveredSchemaCommand_base: {
|
|
24
24
|
new (input: GetDiscoveredSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<GetDiscoveredSchemaCommandInput, GetDiscoveredSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDiscoveredSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<GetDiscoveredSchemaCommandInput, GetDiscoveredSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get the discovered schema that was generated based on sampled events.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const GetDiscoveredSchemaCommand_base: {
|
|
|
66
66
|
* @throws {@link SchemasServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class GetDiscoveredSchemaCommand extends GetDiscoveredSchemaCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetResourcePolicyCommand_base: {
|
|
24
24
|
new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetResourcePolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the resource-based policy attached to a given registry.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
66
66
|
* @throws {@link SchemasServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDiscoverersCommandOutput extends ListDiscoverersResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDiscoverersCommand_base: {
|
|
24
24
|
new (input: ListDiscoverersCommandInput): import("@smithy/smithy-client").CommandImpl<ListDiscoverersCommandInput, ListDiscoverersCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDiscoverersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDiscoverersCommandInput, ListDiscoverersCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the discoverers.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const ListDiscoverersCommand_base: {
|
|
|
78
78
|
* @throws {@link SchemasServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListDiscoverersCommand extends ListDiscoverersCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRegistriesCommand_base: {
|
|
24
24
|
new (input: ListRegistriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRegistriesCommandInput, ListRegistriesCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListRegistriesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRegistriesCommandInput, ListRegistriesCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the registries.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const ListRegistriesCommand_base: {
|
|
|
75
75
|
* @throws {@link SchemasServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListRegistriesCommand extends ListRegistriesCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSchemaVersionsCommand_base: {
|
|
24
24
|
new (input: ListSchemaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListSchemaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides a list of the schema versions and related information.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const ListSchemaVersionsCommand_base: {
|
|
|
76
76
|
* @throws {@link SchemasServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListSchemaVersionsCommand extends ListSchemaVersionsCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSchemasCommand_base: {
|
|
24
24
|
new (input: ListSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the schemas.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const ListSchemasCommand_base: {
|
|
|
77
77
|
* @throws {@link SchemasServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListSchemasCommand extends ListSchemasCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get tags for resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
63
63
|
* @throws {@link SchemasServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutCodeBindingCommandOutput extends PutCodeBindingResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutCodeBindingCommand_base: {
|
|
24
24
|
new (input: PutCodeBindingCommandInput): import("@smithy/smithy-client").CommandImpl<PutCodeBindingCommandInput, PutCodeBindingCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutCodeBindingCommandInput): import("@smithy/smithy-client").CommandImpl<PutCodeBindingCommandInput, PutCodeBindingCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Put code binding URI</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const PutCodeBindingCommand_base: {
|
|
|
73
73
|
* @throws {@link SchemasServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class PutCodeBindingCommand extends PutCodeBindingCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutResourcePolicyCommand_base: {
|
|
24
24
|
new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The name of the policy.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
70
70
|
* @throws {@link SchemasServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface SearchSchemasCommandOutput extends SearchSchemasResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const SearchSchemasCommand_base: {
|
|
24
24
|
new (input: SearchSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<SearchSchemasCommandInput, SearchSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SearchSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<SearchSchemasCommandInput, SearchSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Search the schemas</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const SearchSchemasCommand_base: {
|
|
|
80
80
|
* @throws {@link SchemasServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class SearchSchemasCommand extends SearchSchemasCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartDiscovererCommandOutput extends StartDiscovererResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartDiscovererCommand_base: {
|
|
24
24
|
new (input: StartDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<StartDiscovererCommandInput, StartDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<StartDiscovererCommandInput, StartDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts the discoverer</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const StartDiscovererCommand_base: {
|
|
|
66
66
|
* @throws {@link SchemasServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class StartDiscovererCommand extends StartDiscovererCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopDiscovererCommandOutput extends StopDiscovererResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopDiscovererCommand_base: {
|
|
24
24
|
new (input: StopDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<StopDiscovererCommandInput, StopDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<StopDiscovererCommandInput, StopDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops the discoverer</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const StopDiscovererCommand_base: {
|
|
|
66
66
|
* @throws {@link SchemasServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class StopDiscovererCommand extends StopDiscovererCommand_base {
|
|
71
72
|
}
|