@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,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDeploymentsRequest,
|
|
4
|
-
ListDeploymentsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {}
|
|
8
|
-
export interface ListDeploymentsCommandOutput
|
|
9
|
-
extends ListDeploymentsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListDeploymentsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListDeploymentsCommandInput
|
|
8
|
+
input: ListDeploymentsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListDeploymentsCommandInput,
|
|
16
11
|
ListDeploymentsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListDeploymentsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListDeploymentsCommandInput
|
|
17
|
+
input: ListDeploymentsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListDeploymentsCommandInput,
|
|
25
20
|
ListDeploymentsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListDeviceDefinitionVersionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDeviceDefinitionVersionsCommandInput
|
|
8
|
-
extends ListDeviceDefinitionVersionsRequest {}
|
|
7
|
+
export interface ListDeviceDefinitionVersionsCommandInput extends ListDeviceDefinitionVersionsRequest {}
|
|
9
8
|
export interface ListDeviceDefinitionVersionsCommandOutput
|
|
10
|
-
extends ListDeviceDefinitionVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListDeviceDefinitionVersionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListDeviceDefinitionVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListDeviceDefinitionVersionsCommandInput
|
|
12
|
+
input: ListDeviceDefinitionVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListDeviceDefinitionVersionsCommandInput,
|
|
17
15
|
ListDeviceDefinitionVersionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListDeviceDefinitionVersionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListDeviceDefinitionVersionsCommandInput
|
|
21
|
+
input: ListDeviceDefinitionVersionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListDeviceDefinitionVersionsCommandInput,
|
|
26
24
|
ListDeviceDefinitionVersionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDeviceDefinitionsRequest,
|
|
4
|
-
ListDeviceDefinitionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDeviceDefinitionsRequest, ListDeviceDefinitionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDeviceDefinitionsCommandInput
|
|
8
|
-
extends ListDeviceDefinitionsRequest {}
|
|
4
|
+
export interface ListDeviceDefinitionsCommandInput extends ListDeviceDefinitionsRequest {}
|
|
9
5
|
export interface ListDeviceDefinitionsCommandOutput
|
|
10
|
-
extends ListDeviceDefinitionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListDeviceDefinitionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListDeviceDefinitionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDeviceDefinitionsCommandInput
|
|
9
|
+
input: ListDeviceDefinitionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDeviceDefinitionsCommandInput,
|
|
17
12
|
ListDeviceDefinitionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListFunctionDefinitionVersionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListFunctionDefinitionVersionsCommandInput
|
|
8
|
-
extends ListFunctionDefinitionVersionsRequest {}
|
|
7
|
+
export interface ListFunctionDefinitionVersionsCommandInput extends ListFunctionDefinitionVersionsRequest {}
|
|
9
8
|
export interface ListFunctionDefinitionVersionsCommandOutput
|
|
10
|
-
extends ListFunctionDefinitionVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListFunctionDefinitionVersionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListFunctionDefinitionVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListFunctionDefinitionVersionsCommandInput
|
|
12
|
+
input: ListFunctionDefinitionVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListFunctionDefinitionVersionsCommandInput,
|
|
17
15
|
ListFunctionDefinitionVersionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListFunctionDefinitionVersionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListFunctionDefinitionVersionsCommandInput
|
|
21
|
+
input: ListFunctionDefinitionVersionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListFunctionDefinitionVersionsCommandInput,
|
|
26
24
|
ListFunctionDefinitionVersionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListFunctionDefinitionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListFunctionDefinitionsCommandInput
|
|
8
|
-
extends ListFunctionDefinitionsRequest {}
|
|
7
|
+
export interface ListFunctionDefinitionsCommandInput extends ListFunctionDefinitionsRequest {}
|
|
9
8
|
export interface ListFunctionDefinitionsCommandOutput
|
|
10
|
-
extends ListFunctionDefinitionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListFunctionDefinitionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListFunctionDefinitionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListFunctionDefinitionsCommandInput
|
|
12
|
+
input: ListFunctionDefinitionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListFunctionDefinitionsCommandInput,
|
|
17
15
|
ListFunctionDefinitionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListGroupCertificateAuthoritiesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListGroupCertificateAuthoritiesCommandInput
|
|
8
|
-
extends ListGroupCertificateAuthoritiesRequest {}
|
|
7
|
+
export interface ListGroupCertificateAuthoritiesCommandInput extends ListGroupCertificateAuthoritiesRequest {}
|
|
9
8
|
export interface ListGroupCertificateAuthoritiesCommandOutput
|
|
10
|
-
extends ListGroupCertificateAuthoritiesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListGroupCertificateAuthoritiesResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListGroupCertificateAuthoritiesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListGroupCertificateAuthoritiesCommandInput
|
|
12
|
+
input: ListGroupCertificateAuthoritiesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListGroupCertificateAuthoritiesCommandInput,
|
|
17
15
|
ListGroupCertificateAuthoritiesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListGroupCertificateAuthoritiesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListGroupCertificateAuthoritiesCommandInput
|
|
21
|
+
input: ListGroupCertificateAuthoritiesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListGroupCertificateAuthoritiesCommandInput,
|
|
26
24
|
ListGroupCertificateAuthoritiesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListGroupVersionsRequest,
|
|
4
|
-
ListGroupVersionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListGroupVersionsRequest, ListGroupVersionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListGroupVersionsCommandInput
|
|
8
|
-
extends ListGroupVersionsRequest {}
|
|
4
|
+
export interface ListGroupVersionsCommandInput extends ListGroupVersionsRequest {}
|
|
9
5
|
export interface ListGroupVersionsCommandOutput
|
|
10
|
-
extends ListGroupVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListGroupVersionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListGroupVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListGroupVersionsCommandInput
|
|
9
|
+
input: ListGroupVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListGroupVersionsCommandInput,
|
|
17
12
|
ListGroupVersionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListGroupVersionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListGroupVersionsCommandInput
|
|
18
|
+
input: ListGroupVersionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListGroupVersionsCommandInput,
|
|
26
21
|
ListGroupVersionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListGroupsCommandInput extends ListGroupsRequest {}
|
|
5
|
-
export interface ListGroupsCommandOutput
|
|
6
|
-
extends ListGroupsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListGroupsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListGroupsCommandInput
|
|
8
|
+
input: ListGroupsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListGroupsCommandInput,
|
|
13
11
|
ListGroupsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListLoggerDefinitionVersionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListLoggerDefinitionVersionsCommandInput
|
|
8
|
-
extends ListLoggerDefinitionVersionsRequest {}
|
|
7
|
+
export interface ListLoggerDefinitionVersionsCommandInput extends ListLoggerDefinitionVersionsRequest {}
|
|
9
8
|
export interface ListLoggerDefinitionVersionsCommandOutput
|
|
10
|
-
extends ListLoggerDefinitionVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListLoggerDefinitionVersionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListLoggerDefinitionVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListLoggerDefinitionVersionsCommandInput
|
|
12
|
+
input: ListLoggerDefinitionVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListLoggerDefinitionVersionsCommandInput,
|
|
17
15
|
ListLoggerDefinitionVersionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListLoggerDefinitionVersionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListLoggerDefinitionVersionsCommandInput
|
|
21
|
+
input: ListLoggerDefinitionVersionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListLoggerDefinitionVersionsCommandInput,
|
|
26
24
|
ListLoggerDefinitionVersionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListLoggerDefinitionsRequest,
|
|
4
|
-
ListLoggerDefinitionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListLoggerDefinitionsRequest, ListLoggerDefinitionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListLoggerDefinitionsCommandInput
|
|
8
|
-
extends ListLoggerDefinitionsRequest {}
|
|
4
|
+
export interface ListLoggerDefinitionsCommandInput extends ListLoggerDefinitionsRequest {}
|
|
9
5
|
export interface ListLoggerDefinitionsCommandOutput
|
|
10
|
-
extends ListLoggerDefinitionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListLoggerDefinitionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListLoggerDefinitionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListLoggerDefinitionsCommandInput
|
|
9
|
+
input: ListLoggerDefinitionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListLoggerDefinitionsCommandInput,
|
|
17
12
|
ListLoggerDefinitionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListResourceDefinitionVersionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListResourceDefinitionVersionsCommandInput
|
|
8
|
-
extends ListResourceDefinitionVersionsRequest {}
|
|
7
|
+
export interface ListResourceDefinitionVersionsCommandInput extends ListResourceDefinitionVersionsRequest {}
|
|
9
8
|
export interface ListResourceDefinitionVersionsCommandOutput
|
|
10
|
-
extends ListResourceDefinitionVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListResourceDefinitionVersionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListResourceDefinitionVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListResourceDefinitionVersionsCommandInput
|
|
12
|
+
input: ListResourceDefinitionVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListResourceDefinitionVersionsCommandInput,
|
|
17
15
|
ListResourceDefinitionVersionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListResourceDefinitionVersionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListResourceDefinitionVersionsCommandInput
|
|
21
|
+
input: ListResourceDefinitionVersionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListResourceDefinitionVersionsCommandInput,
|
|
26
24
|
ListResourceDefinitionVersionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListResourceDefinitionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListResourceDefinitionsCommandInput
|
|
8
|
-
extends ListResourceDefinitionsRequest {}
|
|
7
|
+
export interface ListResourceDefinitionsCommandInput extends ListResourceDefinitionsRequest {}
|
|
9
8
|
export interface ListResourceDefinitionsCommandOutput
|
|
10
|
-
extends ListResourceDefinitionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListResourceDefinitionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListResourceDefinitionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListResourceDefinitionsCommandInput
|
|
12
|
+
input: ListResourceDefinitionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListResourceDefinitionsCommandInput,
|
|
17
15
|
ListResourceDefinitionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListSubscriptionDefinitionVersionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSubscriptionDefinitionVersionsCommandInput
|
|
8
|
-
extends ListSubscriptionDefinitionVersionsRequest {}
|
|
7
|
+
export interface ListSubscriptionDefinitionVersionsCommandInput extends ListSubscriptionDefinitionVersionsRequest {}
|
|
9
8
|
export interface ListSubscriptionDefinitionVersionsCommandOutput
|
|
10
|
-
extends ListSubscriptionDefinitionVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListSubscriptionDefinitionVersionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListSubscriptionDefinitionVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListSubscriptionDefinitionVersionsCommandInput
|
|
12
|
+
input: ListSubscriptionDefinitionVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListSubscriptionDefinitionVersionsCommandInput,
|
|
17
15
|
ListSubscriptionDefinitionVersionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListSubscriptionDefinitionVersionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListSubscriptionDefinitionVersionsCommandInput
|
|
21
|
+
input: ListSubscriptionDefinitionVersionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListSubscriptionDefinitionVersionsCommandInput,
|
|
26
24
|
ListSubscriptionDefinitionVersionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListSubscriptionDefinitionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSubscriptionDefinitionsCommandInput
|
|
8
|
-
extends ListSubscriptionDefinitionsRequest {}
|
|
7
|
+
export interface ListSubscriptionDefinitionsCommandInput extends ListSubscriptionDefinitionsRequest {}
|
|
9
8
|
export interface ListSubscriptionDefinitionsCommandOutput
|
|
10
|
-
extends ListSubscriptionDefinitionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListSubscriptionDefinitionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListSubscriptionDefinitionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListSubscriptionDefinitionsCommandInput
|
|
12
|
+
input: ListSubscriptionDefinitionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListSubscriptionDefinitionsCommandInput,
|
|
17
15
|
ListSubscriptionDefinitionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ResetDeploymentsRequest,
|
|
4
|
-
ResetDeploymentsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ResetDeploymentsRequest, ResetDeploymentsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ResetDeploymentsCommandInput extends ResetDeploymentsRequest {}
|
|
8
|
-
export interface ResetDeploymentsCommandOutput
|
|
9
|
-
extends ResetDeploymentsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ResetDeploymentsCommandOutput extends ResetDeploymentsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ResetDeploymentsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ResetDeploymentsCommandInput
|
|
8
|
+
input: ResetDeploymentsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ResetDeploymentsCommandInput,
|
|
16
11
|
ResetDeploymentsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ResetDeploymentsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ResetDeploymentsCommandInput
|
|
17
|
+
input: ResetDeploymentsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ResetDeploymentsCommandInput,
|
|
25
20
|
ResetDeploymentsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartBulkDeploymentRequest,
|
|
4
|
-
StartBulkDeploymentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartBulkDeploymentRequest, StartBulkDeploymentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartBulkDeploymentCommandInput
|
|
8
|
-
extends StartBulkDeploymentRequest {}
|
|
4
|
+
export interface StartBulkDeploymentCommandInput extends StartBulkDeploymentRequest {}
|
|
9
5
|
export interface StartBulkDeploymentCommandOutput
|
|
10
|
-
extends StartBulkDeploymentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartBulkDeploymentResponse, __MetadataBearer {}
|
|
12
7
|
declare const StartBulkDeploymentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartBulkDeploymentCommandInput
|
|
9
|
+
input: StartBulkDeploymentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartBulkDeploymentCommandInput,
|
|
17
12
|
StartBulkDeploymentCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StartBulkDeploymentCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StartBulkDeploymentCommandInput
|
|
18
|
+
input: StartBulkDeploymentCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StartBulkDeploymentCommandInput,
|
|
26
21
|
StartBulkDeploymentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopBulkDeploymentRequest,
|
|
4
|
-
StopBulkDeploymentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StopBulkDeploymentRequest, StopBulkDeploymentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopBulkDeploymentCommandInput
|
|
8
|
-
extends StopBulkDeploymentRequest {}
|
|
4
|
+
export interface StopBulkDeploymentCommandInput extends StopBulkDeploymentRequest {}
|
|
9
5
|
export interface StopBulkDeploymentCommandOutput
|
|
10
|
-
extends StopBulkDeploymentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StopBulkDeploymentResponse, __MetadataBearer {}
|
|
12
7
|
declare const StopBulkDeploymentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StopBulkDeploymentCommandInput
|
|
9
|
+
input: StopBulkDeploymentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StopBulkDeploymentCommandInput,
|
|
17
12
|
StopBulkDeploymentCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StopBulkDeploymentCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StopBulkDeploymentCommandInput
|
|
18
|
+
input: StopBulkDeploymentCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StopBulkDeploymentCommandInput,
|
|
26
21
|
StopBulkDeploymentCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
5
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const TagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
TagResourceCommandInput,
|
|
11
11
|
TagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
5
5
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UntagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UntagResourceCommandInput,
|
|
11
11
|
UntagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateConnectivityInfoRequest,
|
|
4
|
-
UpdateConnectivityInfoResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateConnectivityInfoRequest, UpdateConnectivityInfoResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateConnectivityInfoCommandInput
|
|
8
|
-
extends UpdateConnectivityInfoRequest {}
|
|
4
|
+
export interface UpdateConnectivityInfoCommandInput extends UpdateConnectivityInfoRequest {}
|
|
9
5
|
export interface UpdateConnectivityInfoCommandOutput
|
|
10
|
-
extends UpdateConnectivityInfoResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateConnectivityInfoResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateConnectivityInfoCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateConnectivityInfoCommandInput
|
|
9
|
+
input: UpdateConnectivityInfoCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateConnectivityInfoCommandInput,
|
|
17
12
|
UpdateConnectivityInfoCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateConnectivityInfoCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateConnectivityInfoCommandInput
|
|
18
|
+
input: UpdateConnectivityInfoCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateConnectivityInfoCommandInput,
|
|
26
21
|
UpdateConnectivityInfoCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateConnectorDefinitionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateConnectorDefinitionCommandInput
|
|
8
|
-
extends UpdateConnectorDefinitionRequest {}
|
|
7
|
+
export interface UpdateConnectorDefinitionCommandInput extends UpdateConnectorDefinitionRequest {}
|
|
9
8
|
export interface UpdateConnectorDefinitionCommandOutput
|
|
10
|
-
extends UpdateConnectorDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateConnectorDefinitionResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateConnectorDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateConnectorDefinitionCommandInput
|
|
12
|
+
input: UpdateConnectorDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateConnectorDefinitionCommandInput,
|
|
17
15
|
UpdateConnectorDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateConnectorDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateConnectorDefinitionCommandInput
|
|
21
|
+
input: UpdateConnectorDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateConnectorDefinitionCommandInput,
|
|
26
24
|
UpdateConnectorDefinitionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateCoreDefinitionRequest,
|
|
4
|
-
UpdateCoreDefinitionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateCoreDefinitionRequest, UpdateCoreDefinitionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateCoreDefinitionCommandInput
|
|
8
|
-
extends UpdateCoreDefinitionRequest {}
|
|
4
|
+
export interface UpdateCoreDefinitionCommandInput extends UpdateCoreDefinitionRequest {}
|
|
9
5
|
export interface UpdateCoreDefinitionCommandOutput
|
|
10
|
-
extends UpdateCoreDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateCoreDefinitionResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateCoreDefinitionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateCoreDefinitionCommandInput
|
|
9
|
+
input: UpdateCoreDefinitionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateCoreDefinitionCommandInput,
|
|
17
12
|
UpdateCoreDefinitionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateCoreDefinitionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateCoreDefinitionCommandInput
|
|
18
|
+
input: UpdateCoreDefinitionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateCoreDefinitionCommandInput,
|
|
26
21
|
UpdateCoreDefinitionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateDeviceDefinitionRequest,
|
|
4
|
-
UpdateDeviceDefinitionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateDeviceDefinitionRequest, UpdateDeviceDefinitionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateDeviceDefinitionCommandInput
|
|
8
|
-
extends UpdateDeviceDefinitionRequest {}
|
|
4
|
+
export interface UpdateDeviceDefinitionCommandInput extends UpdateDeviceDefinitionRequest {}
|
|
9
5
|
export interface UpdateDeviceDefinitionCommandOutput
|
|
10
|
-
extends UpdateDeviceDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateDeviceDefinitionResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateDeviceDefinitionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateDeviceDefinitionCommandInput
|
|
9
|
+
input: UpdateDeviceDefinitionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateDeviceDefinitionCommandInput,
|
|
17
12
|
UpdateDeviceDefinitionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateDeviceDefinitionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateDeviceDefinitionCommandInput
|
|
18
|
+
input: UpdateDeviceDefinitionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateDeviceDefinitionCommandInput,
|
|
26
21
|
UpdateDeviceDefinitionCommandOutput,
|