@aws-sdk/client-schemas 3.1077.0 → 3.1078.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/index.js +39 -313
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateDiscovererCommand.js +2 -14
- package/dist-es/commands/CreateRegistryCommand.js +2 -14
- package/dist-es/commands/CreateSchemaCommand.js +2 -14
- package/dist-es/commands/DeleteDiscovererCommand.js +2 -14
- package/dist-es/commands/DeleteRegistryCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteSchemaCommand.js +2 -14
- package/dist-es/commands/DeleteSchemaVersionCommand.js +2 -14
- package/dist-es/commands/DescribeCodeBindingCommand.js +2 -14
- package/dist-es/commands/DescribeDiscovererCommand.js +2 -14
- package/dist-es/commands/DescribeRegistryCommand.js +2 -14
- package/dist-es/commands/DescribeSchemaCommand.js +2 -14
- package/dist-es/commands/ExportSchemaCommand.js +2 -14
- package/dist-es/commands/GetCodeBindingSourceCommand.js +2 -14
- package/dist-es/commands/GetDiscoveredSchemaCommand.js +2 -14
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
- package/dist-es/commands/ListDiscoverersCommand.js +2 -14
- package/dist-es/commands/ListRegistriesCommand.js +2 -14
- package/dist-es/commands/ListSchemaVersionsCommand.js +2 -14
- package/dist-es/commands/ListSchemasCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutCodeBindingCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/SearchSchemasCommand.js +2 -14
- package/dist-es/commands/StartDiscovererCommand.js +2 -14
- package/dist-es/commands/StopDiscovererCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDiscovererCommand.js +2 -14
- package/dist-es/commands/UpdateRegistryCommand.js +2 -14
- package/dist-es/commands/UpdateSchemaCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateDiscovererCommand.d.ts +3 -8
- package/dist-types/commands/CreateRegistryCommand.d.ts +3 -8
- package/dist-types/commands/CreateSchemaCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDiscovererCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRegistryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSchemaVersionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCodeBindingCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDiscovererCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRegistryCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSchemaCommand.d.ts +3 -8
- package/dist-types/commands/ExportSchemaCommand.d.ts +3 -8
- package/dist-types/commands/GetCodeBindingSourceCommand.d.ts +3 -8
- package/dist-types/commands/GetDiscoveredSchemaCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/ListDiscoverersCommand.d.ts +3 -8
- package/dist-types/commands/ListRegistriesCommand.d.ts +3 -8
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListSchemasCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutCodeBindingCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/SearchSchemasCommand.d.ts +3 -8
- package/dist-types/commands/StartDiscovererCommand.d.ts +3 -8
- package/dist-types/commands/StopDiscovererCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDiscovererCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRegistryCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSchemaCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateDiscovererCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDiscovererCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCodeBindingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDiscovererCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDiscoverersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutCodeBindingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchSchemasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDiscovererCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDiscovererCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDiscovererCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeRegistryRequest,
|
|
5
4
|
DescribeRegistryResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SchemasClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SchemasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeRegistryCommandInput extends DescribeRegistryRequest {}
|
|
15
8
|
export interface DescribeRegistryCommandOutput
|
|
16
9
|
extends DescribeRegistryResponse,
|
|
@@ -21,22 +14,20 @@ declare const DescribeRegistryCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DescribeRegistryCommandInput,
|
|
23
16
|
DescribeRegistryCommandOutput,
|
|
24
|
-
SchemasClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SchemasClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DescribeRegistryCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DescribeRegistryCommandInput,
|
|
32
25
|
DescribeRegistryCommandOutput,
|
|
33
|
-
SchemasClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SchemasClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DescribeRegistryCommand extends DescribeRegistryCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeSchemaRequest,
|
|
5
4
|
DescribeSchemaResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SchemasClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SchemasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {}
|
|
15
8
|
export interface DescribeSchemaCommandOutput
|
|
16
9
|
extends DescribeSchemaResponse,
|
|
@@ -21,22 +14,20 @@ declare const DescribeSchemaCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DescribeSchemaCommandInput,
|
|
23
16
|
DescribeSchemaCommandOutput,
|
|
24
|
-
SchemasClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SchemasClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DescribeSchemaCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DescribeSchemaCommandInput,
|
|
32
25
|
DescribeSchemaCommandOutput,
|
|
33
|
-
SchemasClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SchemasClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DescribeSchemaCommand extends DescribeSchemaCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { ExportSchemaRequest, ExportSchemaResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
SchemasClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../SchemasClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ExportSchemaCommandInput extends ExportSchemaRequest {}
|
|
12
5
|
export interface ExportSchemaCommandOutput
|
|
13
6
|
extends ExportSchemaResponse,
|
|
@@ -18,22 +11,20 @@ declare const ExportSchemaCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ExportSchemaCommandInput,
|
|
20
13
|
ExportSchemaCommandOutput,
|
|
21
|
-
SchemasClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SchemasClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ExportSchemaCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ExportSchemaCommandInput,
|
|
29
22
|
ExportSchemaCommandOutput,
|
|
30
|
-
SchemasClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SchemasClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ExportSchemaCommand extends ExportSchemaCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
3
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import {
|
|
5
4
|
GetCodeBindingSourceRequest,
|
|
6
5
|
GetCodeBindingSourceResponse,
|
|
7
6
|
} from "../models/models_0";
|
|
8
|
-
import {
|
|
9
|
-
SchemasClientResolvedConfig,
|
|
10
|
-
ServiceInputTypes,
|
|
11
|
-
ServiceOutputTypes,
|
|
12
|
-
} from "../SchemasClient";
|
|
13
7
|
export { __MetadataBearer };
|
|
14
|
-
export { $Command };
|
|
15
8
|
export interface GetCodeBindingSourceCommandInput
|
|
16
9
|
extends GetCodeBindingSourceRequest {}
|
|
17
10
|
export type GetCodeBindingSourceCommandOutputType = Pick<
|
|
@@ -29,22 +22,20 @@ declare const GetCodeBindingSourceCommand_base: {
|
|
|
29
22
|
): import("@smithy/core/client").CommandImpl<
|
|
30
23
|
GetCodeBindingSourceCommandInput,
|
|
31
24
|
GetCodeBindingSourceCommandOutput,
|
|
32
|
-
SchemasClientResolvedConfig,
|
|
33
|
-
ServiceInputTypes,
|
|
34
|
-
ServiceOutputTypes
|
|
25
|
+
import("..").SchemasClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
35
28
|
>;
|
|
36
29
|
new (
|
|
37
30
|
input: GetCodeBindingSourceCommandInput
|
|
38
31
|
): import("@smithy/core/client").CommandImpl<
|
|
39
32
|
GetCodeBindingSourceCommandInput,
|
|
40
33
|
GetCodeBindingSourceCommandOutput,
|
|
41
|
-
SchemasClientResolvedConfig,
|
|
42
|
-
ServiceInputTypes,
|
|
43
|
-
ServiceOutputTypes
|
|
34
|
+
import("..").SchemasClientResolvedConfig,
|
|
35
|
+
import("..").ServiceInputTypes,
|
|
36
|
+
import("..").ServiceOutputTypes
|
|
44
37
|
>;
|
|
45
|
-
getEndpointParameterInstructions():
|
|
46
|
-
[x: string]: unknown;
|
|
47
|
-
};
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
48
39
|
};
|
|
49
40
|
export declare class GetCodeBindingSourceCommand extends GetCodeBindingSourceCommand_base {
|
|
50
41
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetDiscoveredSchemaRequest,
|
|
5
4
|
GetDiscoveredSchemaResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SchemasClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SchemasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetDiscoveredSchemaCommandInput
|
|
15
8
|
extends GetDiscoveredSchemaRequest {}
|
|
16
9
|
export interface GetDiscoveredSchemaCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetDiscoveredSchemaCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetDiscoveredSchemaCommandInput,
|
|
24
17
|
GetDiscoveredSchemaCommandOutput,
|
|
25
|
-
SchemasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SchemasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetDiscoveredSchemaCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetDiscoveredSchemaCommandInput,
|
|
33
26
|
GetDiscoveredSchemaCommandOutput,
|
|
34
|
-
SchemasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SchemasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetDiscoveredSchemaCommand extends GetDiscoveredSchemaCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetResourcePolicyRequest,
|
|
5
4
|
GetResourcePolicyResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SchemasClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SchemasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetResourcePolicyCommandInput
|
|
15
8
|
extends GetResourcePolicyRequest {}
|
|
16
9
|
export interface GetResourcePolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetResourcePolicyCommandInput,
|
|
24
17
|
GetResourcePolicyCommandOutput,
|
|
25
|
-
SchemasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SchemasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [GetResourcePolicyCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetResourcePolicyCommandInput,
|
|
33
26
|
GetResourcePolicyCommandOutput,
|
|
34
|
-
SchemasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SchemasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListDiscoverersRequest,
|
|
5
4
|
ListDiscoverersResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SchemasClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SchemasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListDiscoverersCommandInput extends ListDiscoverersRequest {}
|
|
15
8
|
export interface ListDiscoverersCommandOutput
|
|
16
9
|
extends ListDiscoverersResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListDiscoverersCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListDiscoverersCommandInput,
|
|
23
16
|
ListDiscoverersCommandOutput,
|
|
24
|
-
SchemasClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SchemasClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListDiscoverersCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListDiscoverersCommandInput,
|
|
32
25
|
ListDiscoverersCommandOutput,
|
|
33
|
-
SchemasClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SchemasClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListDiscoverersCommand extends ListDiscoverersCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListRegistriesRequest,
|
|
5
4
|
ListRegistriesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SchemasClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SchemasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListRegistriesCommandInput extends ListRegistriesRequest {}
|
|
15
8
|
export interface ListRegistriesCommandOutput
|
|
16
9
|
extends ListRegistriesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListRegistriesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListRegistriesCommandInput,
|
|
23
16
|
ListRegistriesCommandOutput,
|
|
24
|
-
SchemasClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SchemasClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListRegistriesCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListRegistriesCommandInput,
|
|
32
25
|
ListRegistriesCommandOutput,
|
|
33
|
-
SchemasClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SchemasClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListRegistriesCommand extends ListRegistriesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListSchemaVersionsRequest,
|
|
5
4
|
ListSchemaVersionsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SchemasClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SchemasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListSchemaVersionsCommandInput
|
|
15
8
|
extends ListSchemaVersionsRequest {}
|
|
16
9
|
export interface ListSchemaVersionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListSchemaVersionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListSchemaVersionsCommandInput,
|
|
24
17
|
ListSchemaVersionsCommandOutput,
|
|
25
|
-
SchemasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SchemasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListSchemaVersionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListSchemaVersionsCommandInput,
|
|
33
26
|
ListSchemaVersionsCommandOutput,
|
|
34
|
-
SchemasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SchemasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListSchemaVersionsCommand extends ListSchemaVersionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
SchemasClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../SchemasClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListSchemasCommandInput extends ListSchemasRequest {}
|
|
12
5
|
export interface ListSchemasCommandOutput
|
|
13
6
|
extends ListSchemasResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListSchemasCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListSchemasCommandInput,
|
|
20
13
|
ListSchemasCommandOutput,
|
|
21
|
-
SchemasClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SchemasClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListSchemasCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListSchemasCommandInput,
|
|
29
22
|
ListSchemasCommandOutput,
|
|
30
|
-
SchemasClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SchemasClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListSchemasCommand extends ListSchemasCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListTagsForResourceRequest,
|
|
5
4
|
ListTagsForResourceResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SchemasClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SchemasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
SchemasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SchemasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
SchemasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SchemasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutCodeBindingRequest,
|
|
5
4
|
PutCodeBindingResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SchemasClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SchemasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutCodeBindingCommandInput extends PutCodeBindingRequest {}
|
|
15
8
|
export interface PutCodeBindingCommandOutput
|
|
16
9
|
extends PutCodeBindingResponse,
|
|
@@ -21,22 +14,20 @@ declare const PutCodeBindingCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
PutCodeBindingCommandInput,
|
|
23
16
|
PutCodeBindingCommandOutput,
|
|
24
|
-
SchemasClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SchemasClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: PutCodeBindingCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
PutCodeBindingCommandInput,
|
|
32
25
|
PutCodeBindingCommandOutput,
|
|
33
|
-
SchemasClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SchemasClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class PutCodeBindingCommand extends PutCodeBindingCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutResourcePolicyRequest,
|
|
5
4
|
PutResourcePolicyResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SchemasClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SchemasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutResourcePolicyCommandInput
|
|
15
8
|
extends PutResourcePolicyRequest {}
|
|
16
9
|
export interface PutResourcePolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutResourcePolicyCommandInput,
|
|
24
17
|
PutResourcePolicyCommandOutput,
|
|
25
|
-
SchemasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SchemasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutResourcePolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutResourcePolicyCommandInput,
|
|
33
26
|
PutResourcePolicyCommandOutput,
|
|
34
|
-
SchemasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SchemasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
SearchSchemasRequest,
|
|
5
4
|
SearchSchemasResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SchemasClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SchemasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface SearchSchemasCommandInput extends SearchSchemasRequest {}
|
|
15
8
|
export interface SearchSchemasCommandOutput
|
|
16
9
|
extends SearchSchemasResponse,
|
|
@@ -21,22 +14,20 @@ declare const SearchSchemasCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
SearchSchemasCommandInput,
|
|
23
16
|
SearchSchemasCommandOutput,
|
|
24
|
-
SchemasClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SchemasClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: SearchSchemasCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
SearchSchemasCommandInput,
|
|
32
25
|
SearchSchemasCommandOutput,
|
|
33
|
-
SchemasClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SchemasClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class SearchSchemasCommand extends SearchSchemasCommand_base {
|
|
42
33
|
protected static __types: {
|