@aws-sdk/client-iot-managed-integrations 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/IoTManagedIntegrations.d.ts +268 -292
- package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +7 -23
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- 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/CreateAccountAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateConnectorDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCredentialLockerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDestinationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateEventLogConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateManagedThingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateNotificationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateOtaTaskCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateOtaTaskConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateProvisioningProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAccountAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteConnectorDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCredentialLockerCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteEventLogConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteManagedThingCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteOtaTaskCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteOtaTaskConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteProvisioningProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterAccountAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccountAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetConnectorDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCredentialLockerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCustomEndpointCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDefaultEncryptionConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDestinationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDeviceDiscoveryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetEventLogConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetHubConfigurationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetManagedThingCapabilitiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetManagedThingCertificateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetManagedThingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetManagedThingConnectivityDataCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetManagedThingMetaDataCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetManagedThingStateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetOtaTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetOtaTaskConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetProvisioningProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRuntimeLogConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListConnectorDestinationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCredentialLockersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDestinationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDeviceDiscoveriesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDiscoveredDevicesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListEventLogConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListManagedThingAccountAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListManagedThingSchemasCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListManagedThingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNotificationConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOtaTaskConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOtaTaskExecutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListOtaTasksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListProvisioningProfilesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutHubConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutRuntimeLogConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterAccountAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterCustomEndpointCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ResetRuntimeLogConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SendConnectorEventCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SendManagedThingCommandCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartAccountAssociationRefreshCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartDeviceDiscoveryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAccountAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateConnectorDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateEventLogConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateManagedThingCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateOtaTaskCommand.d.ts +2 -2
- 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 +11 -22
- package/dist-types/ts3.4/models/errors.d.ts +11 -33
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetOtaTaskConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetOtaTaskConfigurationCommandInput
|
|
8
|
-
extends GetOtaTaskConfigurationRequest {}
|
|
7
|
+
export interface GetOtaTaskConfigurationCommandInput extends GetOtaTaskConfigurationRequest {}
|
|
9
8
|
export interface GetOtaTaskConfigurationCommandOutput
|
|
10
|
-
extends GetOtaTaskConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetOtaTaskConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetOtaTaskConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetOtaTaskConfigurationCommandInput
|
|
12
|
+
input: GetOtaTaskConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetOtaTaskConfigurationCommandInput,
|
|
17
15
|
GetOtaTaskConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetOtaTaskConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetOtaTaskConfigurationCommandInput
|
|
21
|
+
input: GetOtaTaskConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetOtaTaskConfigurationCommandInput,
|
|
26
24
|
GetOtaTaskConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetProvisioningProfileRequest,
|
|
4
|
-
GetProvisioningProfileResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetProvisioningProfileRequest, GetProvisioningProfileResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetProvisioningProfileCommandInput
|
|
8
|
-
extends GetProvisioningProfileRequest {}
|
|
4
|
+
export interface GetProvisioningProfileCommandInput extends GetProvisioningProfileRequest {}
|
|
9
5
|
export interface GetProvisioningProfileCommandOutput
|
|
10
|
-
extends GetProvisioningProfileResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetProvisioningProfileResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetProvisioningProfileCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetProvisioningProfileCommandInput
|
|
9
|
+
input: GetProvisioningProfileCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetProvisioningProfileCommandInput,
|
|
17
12
|
GetProvisioningProfileCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetProvisioningProfileCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetProvisioningProfileCommandInput
|
|
18
|
+
input: GetProvisioningProfileCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetProvisioningProfileCommandInput,
|
|
26
21
|
GetProvisioningProfileCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetRuntimeLogConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetRuntimeLogConfigurationCommandInput
|
|
8
|
-
extends GetRuntimeLogConfigurationRequest {}
|
|
7
|
+
export interface GetRuntimeLogConfigurationCommandInput extends GetRuntimeLogConfigurationRequest {}
|
|
9
8
|
export interface GetRuntimeLogConfigurationCommandOutput
|
|
10
|
-
extends GetRuntimeLogConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetRuntimeLogConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetRuntimeLogConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetRuntimeLogConfigurationCommandInput
|
|
12
|
+
input: GetRuntimeLogConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetRuntimeLogConfigurationCommandInput,
|
|
17
15
|
GetRuntimeLogConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetRuntimeLogConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetRuntimeLogConfigurationCommandInput
|
|
21
|
+
input: GetRuntimeLogConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetRuntimeLogConfigurationCommandInput,
|
|
26
24
|
GetRuntimeLogConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSchemaVersionRequest,
|
|
4
|
-
GetSchemaVersionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSchemaVersionRequest, GetSchemaVersionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetSchemaVersionCommandInput extends GetSchemaVersionRequest {}
|
|
8
|
-
export interface GetSchemaVersionCommandOutput
|
|
9
|
-
extends GetSchemaVersionResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetSchemaVersionCommandOutput extends GetSchemaVersionResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetSchemaVersionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetSchemaVersionCommandInput
|
|
8
|
+
input: GetSchemaVersionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetSchemaVersionCommandInput,
|
|
16
11
|
GetSchemaVersionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetSchemaVersionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetSchemaVersionCommandInput
|
|
17
|
+
input: GetSchemaVersionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetSchemaVersionCommandInput,
|
|
25
20
|
GetSchemaVersionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListAccountAssociationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAccountAssociationsCommandInput
|
|
8
|
-
extends ListAccountAssociationsRequest {}
|
|
7
|
+
export interface ListAccountAssociationsCommandInput extends ListAccountAssociationsRequest {}
|
|
9
8
|
export interface ListAccountAssociationsCommandOutput
|
|
10
|
-
extends ListAccountAssociationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListAccountAssociationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListAccountAssociationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListAccountAssociationsCommandInput
|
|
12
|
+
input: ListAccountAssociationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListAccountAssociationsCommandInput,
|
|
17
15
|
ListAccountAssociationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListCloudConnectorsRequest,
|
|
4
|
-
ListCloudConnectorsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListCloudConnectorsRequest, ListCloudConnectorsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCloudConnectorsCommandInput
|
|
8
|
-
extends ListCloudConnectorsRequest {}
|
|
4
|
+
export interface ListCloudConnectorsCommandInput extends ListCloudConnectorsRequest {}
|
|
9
5
|
export interface ListCloudConnectorsCommandOutput
|
|
10
|
-
extends ListCloudConnectorsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListCloudConnectorsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListCloudConnectorsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListCloudConnectorsCommandInput
|
|
9
|
+
input: ListCloudConnectorsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListCloudConnectorsCommandInput,
|
|
17
12
|
ListCloudConnectorsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListConnectorDestinationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListConnectorDestinationsCommandInput
|
|
8
|
-
extends ListConnectorDestinationsRequest {}
|
|
7
|
+
export interface ListConnectorDestinationsCommandInput extends ListConnectorDestinationsRequest {}
|
|
9
8
|
export interface ListConnectorDestinationsCommandOutput
|
|
10
|
-
extends ListConnectorDestinationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListConnectorDestinationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListConnectorDestinationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListConnectorDestinationsCommandInput
|
|
12
|
+
input: ListConnectorDestinationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListConnectorDestinationsCommandInput,
|
|
17
15
|
ListConnectorDestinationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListCredentialLockersRequest,
|
|
4
|
-
ListCredentialLockersResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListCredentialLockersRequest, ListCredentialLockersResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCredentialLockersCommandInput
|
|
8
|
-
extends ListCredentialLockersRequest {}
|
|
4
|
+
export interface ListCredentialLockersCommandInput extends ListCredentialLockersRequest {}
|
|
9
5
|
export interface ListCredentialLockersCommandOutput
|
|
10
|
-
extends ListCredentialLockersResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListCredentialLockersResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListCredentialLockersCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListCredentialLockersCommandInput
|
|
9
|
+
input: ListCredentialLockersCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListCredentialLockersCommandInput,
|
|
17
12
|
ListCredentialLockersCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDestinationsRequest,
|
|
4
|
-
ListDestinationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDestinationsRequest, ListDestinationsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListDestinationsCommandInput extends ListDestinationsRequest {}
|
|
8
|
-
export interface ListDestinationsCommandOutput
|
|
9
|
-
extends ListDestinationsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDestinationsCommandOutput extends ListDestinationsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListDestinationsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListDestinationsCommandInput
|
|
8
|
+
input: ListDestinationsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListDestinationsCommandInput,
|
|
16
11
|
ListDestinationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDeviceDiscoveriesRequest,
|
|
4
|
-
ListDeviceDiscoveriesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDeviceDiscoveriesRequest, ListDeviceDiscoveriesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDeviceDiscoveriesCommandInput
|
|
8
|
-
extends ListDeviceDiscoveriesRequest {}
|
|
4
|
+
export interface ListDeviceDiscoveriesCommandInput extends ListDeviceDiscoveriesRequest {}
|
|
9
5
|
export interface ListDeviceDiscoveriesCommandOutput
|
|
10
|
-
extends ListDeviceDiscoveriesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListDeviceDiscoveriesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListDeviceDiscoveriesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDeviceDiscoveriesCommandInput
|
|
9
|
+
input: ListDeviceDiscoveriesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDeviceDiscoveriesCommandInput,
|
|
17
12
|
ListDeviceDiscoveriesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDiscoveredDevicesRequest,
|
|
4
|
-
ListDiscoveredDevicesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDiscoveredDevicesRequest, ListDiscoveredDevicesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDiscoveredDevicesCommandInput
|
|
8
|
-
extends ListDiscoveredDevicesRequest {}
|
|
4
|
+
export interface ListDiscoveredDevicesCommandInput extends ListDiscoveredDevicesRequest {}
|
|
9
5
|
export interface ListDiscoveredDevicesCommandOutput
|
|
10
|
-
extends ListDiscoveredDevicesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListDiscoveredDevicesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListDiscoveredDevicesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDiscoveredDevicesCommandInput
|
|
9
|
+
input: ListDiscoveredDevicesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDiscoveredDevicesCommandInput,
|
|
17
12
|
ListDiscoveredDevicesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListDiscoveredDevicesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListDiscoveredDevicesCommandInput
|
|
18
|
+
input: ListDiscoveredDevicesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListDiscoveredDevicesCommandInput,
|
|
26
21
|
ListDiscoveredDevicesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListEventLogConfigurationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEventLogConfigurationsCommandInput
|
|
8
|
-
extends ListEventLogConfigurationsRequest {}
|
|
7
|
+
export interface ListEventLogConfigurationsCommandInput extends ListEventLogConfigurationsRequest {}
|
|
9
8
|
export interface ListEventLogConfigurationsCommandOutput
|
|
10
|
-
extends ListEventLogConfigurationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListEventLogConfigurationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListEventLogConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListEventLogConfigurationsCommandInput
|
|
12
|
+
input: ListEventLogConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListEventLogConfigurationsCommandInput,
|
|
17
15
|
ListEventLogConfigurationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListManagedThingAccountAssociationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListManagedThingAccountAssociationsCommandInput
|
|
8
|
-
extends ListManagedThingAccountAssociationsRequest {}
|
|
7
|
+
export interface ListManagedThingAccountAssociationsCommandInput extends ListManagedThingAccountAssociationsRequest {}
|
|
9
8
|
export interface ListManagedThingAccountAssociationsCommandOutput
|
|
10
|
-
extends ListManagedThingAccountAssociationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListManagedThingAccountAssociationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListManagedThingAccountAssociationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListManagedThingAccountAssociationsCommandInput
|
|
12
|
+
input: ListManagedThingAccountAssociationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListManagedThingAccountAssociationsCommandInput,
|
|
17
15
|
ListManagedThingAccountAssociationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListManagedThingSchemasResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListManagedThingSchemasCommandInput
|
|
8
|
-
extends ListManagedThingSchemasRequest {}
|
|
7
|
+
export interface ListManagedThingSchemasCommandInput extends ListManagedThingSchemasRequest {}
|
|
9
8
|
export interface ListManagedThingSchemasCommandOutput
|
|
10
|
-
extends ListManagedThingSchemasResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListManagedThingSchemasResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListManagedThingSchemasCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListManagedThingSchemasCommandInput
|
|
12
|
+
input: ListManagedThingSchemasCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListManagedThingSchemasCommandInput,
|
|
17
15
|
ListManagedThingSchemasCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListManagedThingSchemasCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListManagedThingSchemasCommandInput
|
|
21
|
+
input: ListManagedThingSchemasCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListManagedThingSchemasCommandInput,
|
|
26
24
|
ListManagedThingSchemasCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListManagedThingsRequest,
|
|
4
|
-
ListManagedThingsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListManagedThingsRequest, ListManagedThingsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListManagedThingsCommandInput
|
|
8
|
-
extends ListManagedThingsRequest {}
|
|
4
|
+
export interface ListManagedThingsCommandInput extends ListManagedThingsRequest {}
|
|
9
5
|
export interface ListManagedThingsCommandOutput
|
|
10
|
-
extends ListManagedThingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListManagedThingsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListManagedThingsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListManagedThingsCommandInput
|
|
9
|
+
input: ListManagedThingsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListManagedThingsCommandInput,
|
|
17
12
|
ListManagedThingsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListNotificationConfigurationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListNotificationConfigurationsCommandInput
|
|
8
|
-
extends ListNotificationConfigurationsRequest {}
|
|
7
|
+
export interface ListNotificationConfigurationsCommandInput extends ListNotificationConfigurationsRequest {}
|
|
9
8
|
export interface ListNotificationConfigurationsCommandOutput
|
|
10
|
-
extends ListNotificationConfigurationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListNotificationConfigurationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListNotificationConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListNotificationConfigurationsCommandInput
|
|
12
|
+
input: ListNotificationConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListNotificationConfigurationsCommandInput,
|
|
17
15
|
ListNotificationConfigurationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListOtaTaskConfigurationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListOtaTaskConfigurationsCommandInput
|
|
8
|
-
extends ListOtaTaskConfigurationsRequest {}
|
|
7
|
+
export interface ListOtaTaskConfigurationsCommandInput extends ListOtaTaskConfigurationsRequest {}
|
|
9
8
|
export interface ListOtaTaskConfigurationsCommandOutput
|
|
10
|
-
extends ListOtaTaskConfigurationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListOtaTaskConfigurationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListOtaTaskConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListOtaTaskConfigurationsCommandInput
|
|
12
|
+
input: ListOtaTaskConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListOtaTaskConfigurationsCommandInput,
|
|
17
15
|
ListOtaTaskConfigurationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListOtaTaskExecutionsRequest,
|
|
4
|
-
ListOtaTaskExecutionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListOtaTaskExecutionsRequest, ListOtaTaskExecutionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListOtaTaskExecutionsCommandInput
|
|
8
|
-
extends ListOtaTaskExecutionsRequest {}
|
|
4
|
+
export interface ListOtaTaskExecutionsCommandInput extends ListOtaTaskExecutionsRequest {}
|
|
9
5
|
export interface ListOtaTaskExecutionsCommandOutput
|
|
10
|
-
extends ListOtaTaskExecutionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListOtaTaskExecutionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListOtaTaskExecutionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListOtaTaskExecutionsCommandInput
|
|
9
|
+
input: ListOtaTaskExecutionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListOtaTaskExecutionsCommandInput,
|
|
17
12
|
ListOtaTaskExecutionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListOtaTaskExecutionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListOtaTaskExecutionsCommandInput
|
|
18
|
+
input: ListOtaTaskExecutionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListOtaTaskExecutionsCommandInput,
|
|
26
21
|
ListOtaTaskExecutionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListOtaTasksRequest, ListOtaTasksResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListOtaTasksCommandInput extends ListOtaTasksRequest {}
|
|
5
|
-
export interface ListOtaTasksCommandOutput
|
|
6
|
-
extends ListOtaTasksResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListOtaTasksCommandOutput extends ListOtaTasksResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListOtaTasksCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListOtaTasksCommandInput
|
|
8
|
+
input: ListOtaTasksCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListOtaTasksCommandInput,
|
|
13
11
|
ListOtaTasksCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListProvisioningProfilesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListProvisioningProfilesCommandInput
|
|
8
|
-
extends ListProvisioningProfilesRequest {}
|
|
7
|
+
export interface ListProvisioningProfilesCommandInput extends ListProvisioningProfilesRequest {}
|
|
9
8
|
export interface ListProvisioningProfilesCommandOutput
|
|
10
|
-
extends ListProvisioningProfilesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListProvisioningProfilesResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListProvisioningProfilesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListProvisioningProfilesCommandInput
|
|
12
|
+
input: ListProvisioningProfilesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListProvisioningProfilesCommandInput,
|
|
17
15
|
ListProvisioningProfilesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListSchemaVersionsRequest,
|
|
4
|
-
ListSchemaVersionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListSchemaVersionsRequest, ListSchemaVersionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSchemaVersionsCommandInput
|
|
8
|
-
extends ListSchemaVersionsRequest {}
|
|
4
|
+
export interface ListSchemaVersionsCommandInput extends ListSchemaVersionsRequest {}
|
|
9
5
|
export interface ListSchemaVersionsCommandOutput
|
|
10
|
-
extends ListSchemaVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListSchemaVersionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListSchemaVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListSchemaVersionsCommandInput
|
|
9
|
+
input: ListSchemaVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListSchemaVersionsCommandInput,
|
|
17
12
|
ListSchemaVersionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListSchemaVersionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListSchemaVersionsCommandInput
|
|
18
|
+
input: ListSchemaVersionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListSchemaVersionsCommandInput,
|
|
26
21
|
ListSchemaVersionsCommandOutput,
|
|
@@ -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,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutDefaultEncryptionConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutDefaultEncryptionConfigurationCommandInput
|
|
8
|
-
extends PutDefaultEncryptionConfigurationRequest {}
|
|
7
|
+
export interface PutDefaultEncryptionConfigurationCommandInput extends PutDefaultEncryptionConfigurationRequest {}
|
|
9
8
|
export interface PutDefaultEncryptionConfigurationCommandOutput
|
|
10
|
-
extends PutDefaultEncryptionConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutDefaultEncryptionConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutDefaultEncryptionConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutDefaultEncryptionConfigurationCommandInput
|
|
12
|
+
input: PutDefaultEncryptionConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutDefaultEncryptionConfigurationCommandInput,
|
|
17
15
|
PutDefaultEncryptionConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutDefaultEncryptionConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutDefaultEncryptionConfigurationCommandInput
|
|
21
|
+
input: PutDefaultEncryptionConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutDefaultEncryptionConfigurationCommandInput,
|
|
26
24
|
PutDefaultEncryptionConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutHubConfigurationRequest,
|
|
4
|
-
PutHubConfigurationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutHubConfigurationRequest, PutHubConfigurationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutHubConfigurationCommandInput
|
|
8
|
-
extends PutHubConfigurationRequest {}
|
|
4
|
+
export interface PutHubConfigurationCommandInput extends PutHubConfigurationRequest {}
|
|
9
5
|
export interface PutHubConfigurationCommandOutput
|
|
10
|
-
extends PutHubConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutHubConfigurationResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutHubConfigurationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutHubConfigurationCommandInput
|
|
9
|
+
input: PutHubConfigurationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutHubConfigurationCommandInput,
|
|
17
12
|
PutHubConfigurationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutHubConfigurationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutHubConfigurationCommandInput
|
|
18
|
+
input: PutHubConfigurationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutHubConfigurationCommandInput,
|
|
26
21
|
PutHubConfigurationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { PutRuntimeLogConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface PutRuntimeLogConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface PutRuntimeLogConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface PutRuntimeLogConfigurationCommandInput extends PutRuntimeLogConfigurationRequest {}
|
|
5
|
+
export interface PutRuntimeLogConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const PutRuntimeLogConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutRuntimeLogConfigurationCommandInput
|
|
8
|
+
input: PutRuntimeLogConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutRuntimeLogConfigurationCommandInput,
|
|
13
11
|
PutRuntimeLogConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutRuntimeLogConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutRuntimeLogConfigurationCommandInput
|
|
17
|
+
input: PutRuntimeLogConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutRuntimeLogConfigurationCommandInput,
|
|
22
20
|
PutRuntimeLogConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
RegisterAccountAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface RegisterAccountAssociationCommandInput
|
|
8
|
-
extends RegisterAccountAssociationRequest {}
|
|
7
|
+
export interface RegisterAccountAssociationCommandInput extends RegisterAccountAssociationRequest {}
|
|
9
8
|
export interface RegisterAccountAssociationCommandOutput
|
|
10
|
-
extends RegisterAccountAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends RegisterAccountAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const RegisterAccountAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: RegisterAccountAssociationCommandInput
|
|
12
|
+
input: RegisterAccountAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
RegisterAccountAssociationCommandInput,
|
|
17
15
|
RegisterAccountAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const RegisterAccountAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: RegisterAccountAssociationCommandInput
|
|
21
|
+
input: RegisterAccountAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
RegisterAccountAssociationCommandInput,
|
|
26
24
|
RegisterAccountAssociationCommandOutput,
|