@aws-sdk/client-schemas 3.478.0 → 3.484.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/commands/CreateDiscovererCommand.js +18 -41
- package/dist-cjs/commands/CreateRegistryCommand.js +18 -41
- package/dist-cjs/commands/CreateSchemaCommand.js +18 -41
- package/dist-cjs/commands/DeleteDiscovererCommand.js +18 -41
- package/dist-cjs/commands/DeleteRegistryCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteSchemaCommand.js +18 -41
- package/dist-cjs/commands/DeleteSchemaVersionCommand.js +18 -41
- package/dist-cjs/commands/DescribeCodeBindingCommand.js +18 -41
- package/dist-cjs/commands/DescribeDiscovererCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistryCommand.js +18 -41
- package/dist-cjs/commands/DescribeSchemaCommand.js +18 -41
- package/dist-cjs/commands/ExportSchemaCommand.js +18 -41
- package/dist-cjs/commands/GetCodeBindingSourceCommand.js +18 -41
- package/dist-cjs/commands/GetDiscoveredSchemaCommand.js +18 -41
- package/dist-cjs/commands/GetResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/ListDiscoverersCommand.js +18 -41
- package/dist-cjs/commands/ListRegistriesCommand.js +18 -41
- package/dist-cjs/commands/ListSchemaVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListSchemasCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutCodeBindingCommand.js +18 -41
- package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/SearchSchemasCommand.js +18 -41
- package/dist-cjs/commands/StartDiscovererCommand.js +18 -41
- package/dist-cjs/commands/StopDiscovererCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDiscovererCommand.js +18 -41
- package/dist-cjs/commands/UpdateRegistryCommand.js +18 -41
- package/dist-cjs/commands/UpdateSchemaCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateDiscovererCommand.js +18 -41
- package/dist-es/commands/CreateRegistryCommand.js +18 -41
- package/dist-es/commands/CreateSchemaCommand.js +18 -41
- package/dist-es/commands/DeleteDiscovererCommand.js +18 -41
- package/dist-es/commands/DeleteRegistryCommand.js +18 -41
- package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteSchemaCommand.js +18 -41
- package/dist-es/commands/DeleteSchemaVersionCommand.js +18 -41
- package/dist-es/commands/DescribeCodeBindingCommand.js +18 -41
- package/dist-es/commands/DescribeDiscovererCommand.js +18 -41
- package/dist-es/commands/DescribeRegistryCommand.js +18 -41
- package/dist-es/commands/DescribeSchemaCommand.js +18 -41
- package/dist-es/commands/ExportSchemaCommand.js +18 -41
- package/dist-es/commands/GetCodeBindingSourceCommand.js +18 -41
- package/dist-es/commands/GetDiscoveredSchemaCommand.js +18 -41
- package/dist-es/commands/GetResourcePolicyCommand.js +18 -41
- package/dist-es/commands/ListDiscoverersCommand.js +18 -41
- package/dist-es/commands/ListRegistriesCommand.js +18 -41
- package/dist-es/commands/ListSchemaVersionsCommand.js +18 -41
- package/dist-es/commands/ListSchemasCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutCodeBindingCommand.js +18 -41
- package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-es/commands/SearchSchemasCommand.js +18 -41
- package/dist-es/commands/StartDiscovererCommand.js +18 -41
- package/dist-es/commands/StopDiscovererCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDiscovererCommand.js +18 -41
- package/dist-es/commands/UpdateRegistryCommand.js +18 -41
- package/dist-es/commands/UpdateSchemaCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateDiscovererCommand.d.ts +6 -21
- package/dist-types/commands/CreateRegistryCommand.d.ts +6 -21
- package/dist-types/commands/CreateSchemaCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDiscovererCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRegistryCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSchemaVersionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCodeBindingCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDiscovererCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistryCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSchemaCommand.d.ts +6 -21
- package/dist-types/commands/ExportSchemaCommand.d.ts +6 -21
- package/dist-types/commands/GetCodeBindingSourceCommand.d.ts +6 -21
- package/dist-types/commands/GetDiscoveredSchemaCommand.d.ts +6 -21
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/ListDiscoverersCommand.d.ts +6 -21
- package/dist-types/commands/ListRegistriesCommand.d.ts +6 -21
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListSchemasCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutCodeBindingCommand.d.ts +6 -21
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/SearchSchemasCommand.d.ts +6 -21
- package/dist-types/commands/StartDiscovererCommand.d.ts +6 -21
- package/dist-types/commands/StopDiscovererCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDiscovererCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRegistryCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSchemaCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateDiscovererCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDiscovererCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeCodeBindingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDiscovererCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ExportSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDiscoverersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutCodeBindingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SearchSchemasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDiscovererCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopDiscovererCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDiscovererCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListDiscoverersRequest, ListDiscoverersResponse } from "../models/models_0";
|
|
5
4
|
import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListDiscoverersCommandInput extends ListDiscoverersRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListDiscoverersCommandOutput extends ListDiscoverersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListDiscoverersCommand_base: {
|
|
24
|
+
new (input: ListDiscoverersCommandInput): import("@smithy/smithy-client").CommandImpl<ListDiscoverersCommandInput, ListDiscoverersCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List the discoverers.</p>
|
|
@@ -76,23 +79,5 @@ export interface ListDiscoverersCommandOutput extends ListDiscoverersResponse, _
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class ListDiscoverersCommand extends
|
|
80
|
-
readonly input: ListDiscoverersCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: ListDiscoverersCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDiscoverersCommandInput, ListDiscoverersCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class ListDiscoverersCommand extends ListDiscoverersCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListRegistriesRequest, ListRegistriesResponse } from "../models/models_0";
|
|
5
4
|
import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListRegistriesCommandInput extends ListRegistriesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListRegistriesCommand_base: {
|
|
24
|
+
new (input: ListRegistriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRegistriesCommandInput, ListRegistriesCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List the registries.</p>
|
|
@@ -73,23 +76,5 @@ export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __M
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class ListRegistriesCommand extends
|
|
77
|
-
readonly input: ListRegistriesCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: ListRegistriesCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRegistriesCommandInput, ListRegistriesCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class ListRegistriesCommand extends ListRegistriesCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListSchemaVersionsRequest, ListSchemaVersionsResponse } from "../models/models_0";
|
|
5
4
|
import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSchemaVersionsCommandInput extends ListSchemaVersionsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSchemaVersionsCommand_base: {
|
|
24
|
+
new (input: ListSchemaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Provides a list of the schema versions and related information.</p>
|
|
@@ -74,23 +77,5 @@ export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsRespo
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class ListSchemaVersionsCommand extends
|
|
78
|
-
readonly input: ListSchemaVersionsCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: ListSchemaVersionsCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class ListSchemaVersionsCommand extends ListSchemaVersionsCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
|
|
5
4
|
import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSchemasCommandInput extends ListSchemasRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSchemasCommandOutput extends ListSchemasResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSchemasCommand_base: {
|
|
24
|
+
new (input: ListSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List the schemas.</p>
|
|
@@ -75,23 +78,5 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class ListSchemasCommand extends
|
|
79
|
-
readonly input: ListSchemasCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: ListSchemasCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSchemasCommandInput, ListSchemasCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class ListSchemasCommand extends ListSchemasCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
4
|
import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get tags for resource.</p>
|
|
@@ -61,23 +64,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class ListTagsForResourceCommand extends
|
|
65
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { PutCodeBindingRequest, PutCodeBindingResponse } from "../models/models_0";
|
|
5
4
|
import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutCodeBindingCommandInput extends PutCodeBindingRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutCodeBindingCommandOutput extends PutCodeBindingResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutCodeBindingCommand_base: {
|
|
24
|
+
new (input: PutCodeBindingCommandInput): import("@smithy/smithy-client").CommandImpl<PutCodeBindingCommandInput, PutCodeBindingCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Put code binding URI</p>
|
|
@@ -71,23 +74,5 @@ export interface PutCodeBindingCommandOutput extends PutCodeBindingResponse, __M
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class PutCodeBindingCommand extends
|
|
75
|
-
readonly input: PutCodeBindingCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: PutCodeBindingCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutCodeBindingCommandInput, PutCodeBindingCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class PutCodeBindingCommand extends PutCodeBindingCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
|
|
5
4
|
import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutResourcePolicyCommand_base: {
|
|
24
|
+
new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>The name of the policy.</p>
|
|
@@ -68,23 +71,5 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class PutResourcePolicyCommand extends
|
|
72
|
-
readonly input: PutResourcePolicyCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: PutResourcePolicyCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { SearchSchemasRequest, SearchSchemasResponse } from "../models/models_0";
|
|
5
4
|
import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SearchSchemasCommandInput extends SearchSchemasRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SearchSchemasCommandOutput extends SearchSchemasResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SearchSchemasCommand_base: {
|
|
24
|
+
new (input: SearchSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<SearchSchemasCommandInput, SearchSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Search the schemas</p>
|
|
@@ -78,23 +81,5 @@ export interface SearchSchemasCommandOutput extends SearchSchemasResponse, __Met
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class SearchSchemasCommand extends
|
|
82
|
-
readonly input: SearchSchemasCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: SearchSchemasCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchSchemasCommandInput, SearchSchemasCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class SearchSchemasCommand extends SearchSchemasCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { StartDiscovererRequest, StartDiscovererResponse } from "../models/models_0";
|
|
5
4
|
import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartDiscovererCommandInput extends StartDiscovererRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartDiscovererCommandOutput extends StartDiscovererResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartDiscovererCommand_base: {
|
|
24
|
+
new (input: StartDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<StartDiscovererCommandInput, StartDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts the discoverer</p>
|
|
@@ -64,23 +67,5 @@ export interface StartDiscovererCommandOutput extends StartDiscovererResponse, _
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class StartDiscovererCommand extends
|
|
68
|
-
readonly input: StartDiscovererCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: StartDiscovererCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDiscovererCommandInput, StartDiscovererCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class StartDiscovererCommand extends StartDiscovererCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { StopDiscovererRequest, StopDiscovererResponse } from "../models/models_0";
|
|
5
4
|
import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StopDiscovererCommandInput extends StopDiscovererRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StopDiscovererCommandOutput extends StopDiscovererResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StopDiscovererCommand_base: {
|
|
24
|
+
new (input: StopDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<StopDiscovererCommandInput, StopDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Stops the discoverer</p>
|
|
@@ -64,23 +67,5 @@ export interface StopDiscovererCommandOutput extends StopDiscovererResponse, __M
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class StopDiscovererCommand extends
|
|
68
|
-
readonly input: StopDiscovererCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: StopDiscovererCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopDiscovererCommandInput, StopDiscovererCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class StopDiscovererCommand extends StopDiscovererCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { TagResourceRequest } from "../models/models_0";
|
|
5
4
|
import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Add tags to a resource.</p>
|
|
@@ -60,23 +63,5 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class TagResourceCommand extends
|
|
64
|
-
readonly input: TagResourceCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: TagResourceCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UntagResourceRequest } from "../models/models_0";
|
|
5
4
|
import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes tags from a resource.</p>
|
|
@@ -60,23 +63,5 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class UntagResourceCommand extends
|
|
64
|
-
readonly input: UntagResourceCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: UntagResourceCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateDiscovererRequest, UpdateDiscovererResponse } from "../models/models_0";
|
|
5
4
|
import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateDiscovererCommandInput extends UpdateDiscovererRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateDiscovererCommandOutput extends UpdateDiscovererResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateDiscovererCommand_base: {
|
|
24
|
+
new (input: UpdateDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDiscovererCommandInput, UpdateDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the discoverer</p>
|
|
@@ -73,23 +76,5 @@ export interface UpdateDiscovererCommandOutput extends UpdateDiscovererResponse,
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class UpdateDiscovererCommand extends
|
|
77
|
-
readonly input: UpdateDiscovererCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: UpdateDiscovererCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDiscovererCommandInput, UpdateDiscovererCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class UpdateDiscovererCommand extends UpdateDiscovererCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateRegistryRequest, UpdateRegistryResponse } from "../models/models_0";
|
|
5
4
|
import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateRegistryCommandInput extends UpdateRegistryRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateRegistryCommandOutput extends UpdateRegistryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateRegistryCommand_base: {
|
|
24
|
+
new (input: UpdateRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRegistryCommandInput, UpdateRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a registry.</p>
|
|
@@ -69,23 +72,5 @@ export interface UpdateRegistryCommandOutput extends UpdateRegistryResponse, __M
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from Schemas service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class UpdateRegistryCommand extends
|
|
73
|
-
readonly input: UpdateRegistryCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: UpdateRegistryCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRegistryCommandInput, UpdateRegistryCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class UpdateRegistryCommand extends UpdateRegistryCommand_base {
|
|
91
76
|
}
|