@aws-sdk/client-greengrass 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/Greengrass.d.ts +283 -336
- package/dist-types/ts3.4/GreengrassClient.d.ts +11 -38
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +2 -6
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetDeploymentStatusRequest,
|
|
4
|
-
GetDeploymentStatusResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetDeploymentStatusRequest, GetDeploymentStatusResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDeploymentStatusCommandInput
|
|
8
|
-
extends GetDeploymentStatusRequest {}
|
|
4
|
+
export interface GetDeploymentStatusCommandInput extends GetDeploymentStatusRequest {}
|
|
9
5
|
export interface GetDeploymentStatusCommandOutput
|
|
10
|
-
extends GetDeploymentStatusResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetDeploymentStatusResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetDeploymentStatusCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetDeploymentStatusCommandInput
|
|
9
|
+
input: GetDeploymentStatusCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetDeploymentStatusCommandInput,
|
|
17
12
|
GetDeploymentStatusCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetDeploymentStatusCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetDeploymentStatusCommandInput
|
|
18
|
+
input: GetDeploymentStatusCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetDeploymentStatusCommandInput,
|
|
26
21
|
GetDeploymentStatusCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetDeviceDefinitionRequest,
|
|
4
|
-
GetDeviceDefinitionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetDeviceDefinitionRequest, GetDeviceDefinitionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDeviceDefinitionCommandInput
|
|
8
|
-
extends GetDeviceDefinitionRequest {}
|
|
4
|
+
export interface GetDeviceDefinitionCommandInput extends GetDeviceDefinitionRequest {}
|
|
9
5
|
export interface GetDeviceDefinitionCommandOutput
|
|
10
|
-
extends GetDeviceDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetDeviceDefinitionResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetDeviceDefinitionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetDeviceDefinitionCommandInput
|
|
9
|
+
input: GetDeviceDefinitionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetDeviceDefinitionCommandInput,
|
|
17
12
|
GetDeviceDefinitionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetDeviceDefinitionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetDeviceDefinitionCommandInput
|
|
18
|
+
input: GetDeviceDefinitionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetDeviceDefinitionCommandInput,
|
|
26
21
|
GetDeviceDefinitionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetDeviceDefinitionVersionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDeviceDefinitionVersionCommandInput
|
|
8
|
-
extends GetDeviceDefinitionVersionRequest {}
|
|
7
|
+
export interface GetDeviceDefinitionVersionCommandInput extends GetDeviceDefinitionVersionRequest {}
|
|
9
8
|
export interface GetDeviceDefinitionVersionCommandOutput
|
|
10
|
-
extends GetDeviceDefinitionVersionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetDeviceDefinitionVersionResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetDeviceDefinitionVersionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetDeviceDefinitionVersionCommandInput
|
|
12
|
+
input: GetDeviceDefinitionVersionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetDeviceDefinitionVersionCommandInput,
|
|
17
15
|
GetDeviceDefinitionVersionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetDeviceDefinitionVersionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetDeviceDefinitionVersionCommandInput
|
|
21
|
+
input: GetDeviceDefinitionVersionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetDeviceDefinitionVersionCommandInput,
|
|
26
24
|
GetDeviceDefinitionVersionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetFunctionDefinitionRequest,
|
|
4
|
-
GetFunctionDefinitionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetFunctionDefinitionRequest, GetFunctionDefinitionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetFunctionDefinitionCommandInput
|
|
8
|
-
extends GetFunctionDefinitionRequest {}
|
|
4
|
+
export interface GetFunctionDefinitionCommandInput extends GetFunctionDefinitionRequest {}
|
|
9
5
|
export interface GetFunctionDefinitionCommandOutput
|
|
10
|
-
extends GetFunctionDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetFunctionDefinitionResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetFunctionDefinitionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetFunctionDefinitionCommandInput
|
|
9
|
+
input: GetFunctionDefinitionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetFunctionDefinitionCommandInput,
|
|
17
12
|
GetFunctionDefinitionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetFunctionDefinitionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetFunctionDefinitionCommandInput
|
|
18
|
+
input: GetFunctionDefinitionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetFunctionDefinitionCommandInput,
|
|
26
21
|
GetFunctionDefinitionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetFunctionDefinitionVersionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetFunctionDefinitionVersionCommandInput
|
|
8
|
-
extends GetFunctionDefinitionVersionRequest {}
|
|
7
|
+
export interface GetFunctionDefinitionVersionCommandInput extends GetFunctionDefinitionVersionRequest {}
|
|
9
8
|
export interface GetFunctionDefinitionVersionCommandOutput
|
|
10
|
-
extends GetFunctionDefinitionVersionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetFunctionDefinitionVersionResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetFunctionDefinitionVersionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetFunctionDefinitionVersionCommandInput
|
|
12
|
+
input: GetFunctionDefinitionVersionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetFunctionDefinitionVersionCommandInput,
|
|
17
15
|
GetFunctionDefinitionVersionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetFunctionDefinitionVersionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetFunctionDefinitionVersionCommandInput
|
|
21
|
+
input: GetFunctionDefinitionVersionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetFunctionDefinitionVersionCommandInput,
|
|
26
24
|
GetFunctionDefinitionVersionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetGroupCertificateAuthorityResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetGroupCertificateAuthorityCommandInput
|
|
8
|
-
extends GetGroupCertificateAuthorityRequest {}
|
|
7
|
+
export interface GetGroupCertificateAuthorityCommandInput extends GetGroupCertificateAuthorityRequest {}
|
|
9
8
|
export interface GetGroupCertificateAuthorityCommandOutput
|
|
10
|
-
extends GetGroupCertificateAuthorityResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetGroupCertificateAuthorityResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetGroupCertificateAuthorityCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetGroupCertificateAuthorityCommandInput
|
|
12
|
+
input: GetGroupCertificateAuthorityCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetGroupCertificateAuthorityCommandInput,
|
|
17
15
|
GetGroupCertificateAuthorityCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetGroupCertificateAuthorityCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetGroupCertificateAuthorityCommandInput
|
|
21
|
+
input: GetGroupCertificateAuthorityCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetGroupCertificateAuthorityCommandInput,
|
|
26
24
|
GetGroupCertificateAuthorityCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetGroupCertificateConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetGroupCertificateConfigurationCommandInput
|
|
8
|
-
extends GetGroupCertificateConfigurationRequest {}
|
|
7
|
+
export interface GetGroupCertificateConfigurationCommandInput extends GetGroupCertificateConfigurationRequest {}
|
|
9
8
|
export interface GetGroupCertificateConfigurationCommandOutput
|
|
10
|
-
extends GetGroupCertificateConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetGroupCertificateConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetGroupCertificateConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetGroupCertificateConfigurationCommandInput
|
|
12
|
+
input: GetGroupCertificateConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetGroupCertificateConfigurationCommandInput,
|
|
17
15
|
GetGroupCertificateConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetGroupCertificateConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetGroupCertificateConfigurationCommandInput
|
|
21
|
+
input: GetGroupCertificateConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetGroupCertificateConfigurationCommandInput,
|
|
26
24
|
GetGroupCertificateConfigurationCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetGroupRequest, GetGroupResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetGroupCommandInput extends GetGroupRequest {}
|
|
5
|
-
export interface GetGroupCommandOutput
|
|
6
|
-
extends GetGroupResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetGroupCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetGroupCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetGroupCommandInput,
|
|
11
11
|
GetGroupCommandOutput,
|
|
12
12
|
import("..").GreengrassClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetGroupCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetGroupCommandInput,
|
|
18
20
|
GetGroupCommandOutput,
|
|
19
21
|
import("..").GreengrassClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetGroupVersionRequest,
|
|
4
|
-
GetGroupVersionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetGroupVersionRequest, GetGroupVersionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetGroupVersionCommandInput extends GetGroupVersionRequest {}
|
|
8
|
-
export interface GetGroupVersionCommandOutput
|
|
9
|
-
extends GetGroupVersionResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetGroupVersionCommandOutput extends GetGroupVersionResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetGroupVersionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetGroupVersionCommandInput
|
|
8
|
+
input: GetGroupVersionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetGroupVersionCommandInput,
|
|
16
11
|
GetGroupVersionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetGroupVersionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetGroupVersionCommandInput
|
|
17
|
+
input: GetGroupVersionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetGroupVersionCommandInput,
|
|
25
20
|
GetGroupVersionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetLoggerDefinitionRequest,
|
|
4
|
-
GetLoggerDefinitionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetLoggerDefinitionRequest, GetLoggerDefinitionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetLoggerDefinitionCommandInput
|
|
8
|
-
extends GetLoggerDefinitionRequest {}
|
|
4
|
+
export interface GetLoggerDefinitionCommandInput extends GetLoggerDefinitionRequest {}
|
|
9
5
|
export interface GetLoggerDefinitionCommandOutput
|
|
10
|
-
extends GetLoggerDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetLoggerDefinitionResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetLoggerDefinitionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetLoggerDefinitionCommandInput
|
|
9
|
+
input: GetLoggerDefinitionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetLoggerDefinitionCommandInput,
|
|
17
12
|
GetLoggerDefinitionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetLoggerDefinitionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetLoggerDefinitionCommandInput
|
|
18
|
+
input: GetLoggerDefinitionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetLoggerDefinitionCommandInput,
|
|
26
21
|
GetLoggerDefinitionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetLoggerDefinitionVersionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetLoggerDefinitionVersionCommandInput
|
|
8
|
-
extends GetLoggerDefinitionVersionRequest {}
|
|
7
|
+
export interface GetLoggerDefinitionVersionCommandInput extends GetLoggerDefinitionVersionRequest {}
|
|
9
8
|
export interface GetLoggerDefinitionVersionCommandOutput
|
|
10
|
-
extends GetLoggerDefinitionVersionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetLoggerDefinitionVersionResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetLoggerDefinitionVersionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetLoggerDefinitionVersionCommandInput
|
|
12
|
+
input: GetLoggerDefinitionVersionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetLoggerDefinitionVersionCommandInput,
|
|
17
15
|
GetLoggerDefinitionVersionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetLoggerDefinitionVersionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetLoggerDefinitionVersionCommandInput
|
|
21
|
+
input: GetLoggerDefinitionVersionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetLoggerDefinitionVersionCommandInput,
|
|
26
24
|
GetLoggerDefinitionVersionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetResourceDefinitionRequest,
|
|
4
|
-
GetResourceDefinitionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetResourceDefinitionRequest, GetResourceDefinitionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetResourceDefinitionCommandInput
|
|
8
|
-
extends GetResourceDefinitionRequest {}
|
|
4
|
+
export interface GetResourceDefinitionCommandInput extends GetResourceDefinitionRequest {}
|
|
9
5
|
export interface GetResourceDefinitionCommandOutput
|
|
10
|
-
extends GetResourceDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetResourceDefinitionResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetResourceDefinitionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetResourceDefinitionCommandInput
|
|
9
|
+
input: GetResourceDefinitionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetResourceDefinitionCommandInput,
|
|
17
12
|
GetResourceDefinitionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetResourceDefinitionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetResourceDefinitionCommandInput
|
|
18
|
+
input: GetResourceDefinitionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetResourceDefinitionCommandInput,
|
|
26
21
|
GetResourceDefinitionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetResourceDefinitionVersionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetResourceDefinitionVersionCommandInput
|
|
8
|
-
extends GetResourceDefinitionVersionRequest {}
|
|
7
|
+
export interface GetResourceDefinitionVersionCommandInput extends GetResourceDefinitionVersionRequest {}
|
|
9
8
|
export interface GetResourceDefinitionVersionCommandOutput
|
|
10
|
-
extends GetResourceDefinitionVersionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetResourceDefinitionVersionResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetResourceDefinitionVersionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetResourceDefinitionVersionCommandInput
|
|
12
|
+
input: GetResourceDefinitionVersionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetResourceDefinitionVersionCommandInput,
|
|
17
15
|
GetResourceDefinitionVersionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetResourceDefinitionVersionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetResourceDefinitionVersionCommandInput
|
|
21
|
+
input: GetResourceDefinitionVersionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetResourceDefinitionVersionCommandInput,
|
|
26
24
|
GetResourceDefinitionVersionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetServiceRoleForAccountResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetServiceRoleForAccountCommandInput
|
|
8
|
-
extends GetServiceRoleForAccountRequest {}
|
|
7
|
+
export interface GetServiceRoleForAccountCommandInput extends GetServiceRoleForAccountRequest {}
|
|
9
8
|
export interface GetServiceRoleForAccountCommandOutput
|
|
10
|
-
extends GetServiceRoleForAccountResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetServiceRoleForAccountResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetServiceRoleForAccountCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetServiceRoleForAccountCommandInput
|
|
12
|
+
input: GetServiceRoleForAccountCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetServiceRoleForAccountCommandInput,
|
|
17
15
|
GetServiceRoleForAccountCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetSubscriptionDefinitionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSubscriptionDefinitionCommandInput
|
|
8
|
-
extends GetSubscriptionDefinitionRequest {}
|
|
7
|
+
export interface GetSubscriptionDefinitionCommandInput extends GetSubscriptionDefinitionRequest {}
|
|
9
8
|
export interface GetSubscriptionDefinitionCommandOutput
|
|
10
|
-
extends GetSubscriptionDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetSubscriptionDefinitionResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetSubscriptionDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetSubscriptionDefinitionCommandInput
|
|
12
|
+
input: GetSubscriptionDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetSubscriptionDefinitionCommandInput,
|
|
17
15
|
GetSubscriptionDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetSubscriptionDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetSubscriptionDefinitionCommandInput
|
|
21
|
+
input: GetSubscriptionDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetSubscriptionDefinitionCommandInput,
|
|
26
24
|
GetSubscriptionDefinitionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetSubscriptionDefinitionVersionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSubscriptionDefinitionVersionCommandInput
|
|
8
|
-
extends GetSubscriptionDefinitionVersionRequest {}
|
|
7
|
+
export interface GetSubscriptionDefinitionVersionCommandInput extends GetSubscriptionDefinitionVersionRequest {}
|
|
9
8
|
export interface GetSubscriptionDefinitionVersionCommandOutput
|
|
10
|
-
extends GetSubscriptionDefinitionVersionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetSubscriptionDefinitionVersionResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetSubscriptionDefinitionVersionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetSubscriptionDefinitionVersionCommandInput
|
|
12
|
+
input: GetSubscriptionDefinitionVersionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetSubscriptionDefinitionVersionCommandInput,
|
|
17
15
|
GetSubscriptionDefinitionVersionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetSubscriptionDefinitionVersionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetSubscriptionDefinitionVersionCommandInput
|
|
21
|
+
input: GetSubscriptionDefinitionVersionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetSubscriptionDefinitionVersionCommandInput,
|
|
26
24
|
GetSubscriptionDefinitionVersionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetThingRuntimeConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetThingRuntimeConfigurationCommandInput
|
|
8
|
-
extends GetThingRuntimeConfigurationRequest {}
|
|
7
|
+
export interface GetThingRuntimeConfigurationCommandInput extends GetThingRuntimeConfigurationRequest {}
|
|
9
8
|
export interface GetThingRuntimeConfigurationCommandOutput
|
|
10
|
-
extends GetThingRuntimeConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetThingRuntimeConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetThingRuntimeConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetThingRuntimeConfigurationCommandInput
|
|
12
|
+
input: GetThingRuntimeConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetThingRuntimeConfigurationCommandInput,
|
|
17
15
|
GetThingRuntimeConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetThingRuntimeConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetThingRuntimeConfigurationCommandInput
|
|
21
|
+
input: GetThingRuntimeConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetThingRuntimeConfigurationCommandInput,
|
|
26
24
|
GetThingRuntimeConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListBulkDeploymentDetailedReportsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListBulkDeploymentDetailedReportsCommandInput
|
|
8
|
-
extends ListBulkDeploymentDetailedReportsRequest {}
|
|
7
|
+
export interface ListBulkDeploymentDetailedReportsCommandInput extends ListBulkDeploymentDetailedReportsRequest {}
|
|
9
8
|
export interface ListBulkDeploymentDetailedReportsCommandOutput
|
|
10
|
-
extends ListBulkDeploymentDetailedReportsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListBulkDeploymentDetailedReportsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListBulkDeploymentDetailedReportsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListBulkDeploymentDetailedReportsCommandInput
|
|
12
|
+
input: ListBulkDeploymentDetailedReportsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListBulkDeploymentDetailedReportsCommandInput,
|
|
17
15
|
ListBulkDeploymentDetailedReportsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListBulkDeploymentDetailedReportsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListBulkDeploymentDetailedReportsCommandInput
|
|
21
|
+
input: ListBulkDeploymentDetailedReportsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListBulkDeploymentDetailedReportsCommandInput,
|
|
26
24
|
ListBulkDeploymentDetailedReportsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListBulkDeploymentsRequest,
|
|
4
|
-
ListBulkDeploymentsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListBulkDeploymentsRequest, ListBulkDeploymentsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListBulkDeploymentsCommandInput
|
|
8
|
-
extends ListBulkDeploymentsRequest {}
|
|
4
|
+
export interface ListBulkDeploymentsCommandInput extends ListBulkDeploymentsRequest {}
|
|
9
5
|
export interface ListBulkDeploymentsCommandOutput
|
|
10
|
-
extends ListBulkDeploymentsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListBulkDeploymentsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListBulkDeploymentsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListBulkDeploymentsCommandInput
|
|
9
|
+
input: ListBulkDeploymentsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListBulkDeploymentsCommandInput,
|
|
17
12
|
ListBulkDeploymentsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListConnectorDefinitionVersionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListConnectorDefinitionVersionsCommandInput
|
|
8
|
-
extends ListConnectorDefinitionVersionsRequest {}
|
|
7
|
+
export interface ListConnectorDefinitionVersionsCommandInput extends ListConnectorDefinitionVersionsRequest {}
|
|
9
8
|
export interface ListConnectorDefinitionVersionsCommandOutput
|
|
10
|
-
extends ListConnectorDefinitionVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListConnectorDefinitionVersionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListConnectorDefinitionVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListConnectorDefinitionVersionsCommandInput
|
|
12
|
+
input: ListConnectorDefinitionVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListConnectorDefinitionVersionsCommandInput,
|
|
17
15
|
ListConnectorDefinitionVersionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListConnectorDefinitionVersionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListConnectorDefinitionVersionsCommandInput
|
|
21
|
+
input: ListConnectorDefinitionVersionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListConnectorDefinitionVersionsCommandInput,
|
|
26
24
|
ListConnectorDefinitionVersionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListConnectorDefinitionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListConnectorDefinitionsCommandInput
|
|
8
|
-
extends ListConnectorDefinitionsRequest {}
|
|
7
|
+
export interface ListConnectorDefinitionsCommandInput extends ListConnectorDefinitionsRequest {}
|
|
9
8
|
export interface ListConnectorDefinitionsCommandOutput
|
|
10
|
-
extends ListConnectorDefinitionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListConnectorDefinitionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListConnectorDefinitionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListConnectorDefinitionsCommandInput
|
|
12
|
+
input: ListConnectorDefinitionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListConnectorDefinitionsCommandInput,
|
|
17
15
|
ListConnectorDefinitionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCoreDefinitionVersionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCoreDefinitionVersionsCommandInput
|
|
8
|
-
extends ListCoreDefinitionVersionsRequest {}
|
|
7
|
+
export interface ListCoreDefinitionVersionsCommandInput extends ListCoreDefinitionVersionsRequest {}
|
|
9
8
|
export interface ListCoreDefinitionVersionsCommandOutput
|
|
10
|
-
extends ListCoreDefinitionVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCoreDefinitionVersionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCoreDefinitionVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCoreDefinitionVersionsCommandInput
|
|
12
|
+
input: ListCoreDefinitionVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCoreDefinitionVersionsCommandInput,
|
|
17
15
|
ListCoreDefinitionVersionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListCoreDefinitionVersionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListCoreDefinitionVersionsCommandInput
|
|
21
|
+
input: ListCoreDefinitionVersionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListCoreDefinitionVersionsCommandInput,
|
|
26
24
|
ListCoreDefinitionVersionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListCoreDefinitionsRequest,
|
|
4
|
-
ListCoreDefinitionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListCoreDefinitionsRequest, ListCoreDefinitionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCoreDefinitionsCommandInput
|
|
8
|
-
extends ListCoreDefinitionsRequest {}
|
|
4
|
+
export interface ListCoreDefinitionsCommandInput extends ListCoreDefinitionsRequest {}
|
|
9
5
|
export interface ListCoreDefinitionsCommandOutput
|
|
10
|
-
extends ListCoreDefinitionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListCoreDefinitionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListCoreDefinitionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListCoreDefinitionsCommandInput
|
|
9
|
+
input: ListCoreDefinitionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListCoreDefinitionsCommandInput,
|
|
17
12
|
ListCoreDefinitionsCommandOutput,
|