@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
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -196,10 +193,7 @@ import {
|
|
|
196
193
|
GetNotificationConfigurationCommandInput,
|
|
197
194
|
GetNotificationConfigurationCommandOutput,
|
|
198
195
|
} from "./commands/GetNotificationConfigurationCommand";
|
|
199
|
-
import {
|
|
200
|
-
GetOtaTaskCommandInput,
|
|
201
|
-
GetOtaTaskCommandOutput,
|
|
202
|
-
} from "./commands/GetOtaTaskCommand";
|
|
196
|
+
import { GetOtaTaskCommandInput, GetOtaTaskCommandOutput } from "./commands/GetOtaTaskCommand";
|
|
203
197
|
import {
|
|
204
198
|
GetOtaTaskConfigurationCommandInput,
|
|
205
199
|
GetOtaTaskConfigurationCommandOutput,
|
|
@@ -328,10 +322,7 @@ import {
|
|
|
328
322
|
StartDeviceDiscoveryCommandInput,
|
|
329
323
|
StartDeviceDiscoveryCommandOutput,
|
|
330
324
|
} from "./commands/StartDeviceDiscoveryCommand";
|
|
331
|
-
import {
|
|
332
|
-
TagResourceCommandInput,
|
|
333
|
-
TagResourceCommandOutput,
|
|
334
|
-
} from "./commands/TagResourceCommand";
|
|
325
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
335
326
|
import {
|
|
336
327
|
UntagResourceCommandInput,
|
|
337
328
|
UntagResourceCommandOutput,
|
|
@@ -543,8 +534,7 @@ export type ServiceOutputTypes =
|
|
|
543
534
|
| UpdateManagedThingCommandOutput
|
|
544
535
|
| UpdateNotificationConfigurationCommandOutput
|
|
545
536
|
| UpdateOtaTaskCommandOutput;
|
|
546
|
-
export interface ClientDefaults
|
|
547
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
537
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
548
538
|
requestHandler?: __HttpHandlerUserInput;
|
|
549
539
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
550
540
|
urlParser?: __UrlParser;
|
|
@@ -580,8 +570,7 @@ export type IoTManagedIntegrationsClientConfigType = Partial<
|
|
|
580
570
|
EndpointInputConfig<EndpointParameters> &
|
|
581
571
|
HttpAuthSchemeInputConfig &
|
|
582
572
|
ClientInputEndpointParameters;
|
|
583
|
-
export interface IoTManagedIntegrationsClientConfig
|
|
584
|
-
extends IoTManagedIntegrationsClientConfigType {}
|
|
573
|
+
export interface IoTManagedIntegrationsClientConfig extends IoTManagedIntegrationsClientConfigType {}
|
|
585
574
|
export type IoTManagedIntegrationsClientResolvedConfigType =
|
|
586
575
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
587
576
|
Required<ClientDefaults> &
|
|
@@ -593,8 +582,7 @@ export type IoTManagedIntegrationsClientResolvedConfigType =
|
|
|
593
582
|
EndpointResolvedConfig<EndpointParameters> &
|
|
594
583
|
HttpAuthSchemeResolvedConfig &
|
|
595
584
|
ClientResolvedEndpointParameters;
|
|
596
|
-
export interface IoTManagedIntegrationsClientResolvedConfig
|
|
597
|
-
extends IoTManagedIntegrationsClientResolvedConfigType {}
|
|
585
|
+
export interface IoTManagedIntegrationsClientResolvedConfig extends IoTManagedIntegrationsClientResolvedConfigType {}
|
|
598
586
|
export declare class IoTManagedIntegrationsClient extends __Client<
|
|
599
587
|
__HttpHandlerOptions,
|
|
600
588
|
ServiceInputTypes,
|
|
@@ -602,10 +590,6 @@ export declare class IoTManagedIntegrationsClient extends __Client<
|
|
|
602
590
|
IoTManagedIntegrationsClientResolvedConfig
|
|
603
591
|
> {
|
|
604
592
|
readonly config: IoTManagedIntegrationsClientResolvedConfig;
|
|
605
|
-
constructor(
|
|
606
|
-
...[
|
|
607
|
-
configuration,
|
|
608
|
-
]: __CheckOptionalClientConfig<IoTManagedIntegrationsClientConfig>
|
|
609
|
-
);
|
|
593
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<IoTManagedIntegrationsClientConfig>);
|
|
610
594
|
destroy(): void;
|
|
611
595
|
}
|
|
@@ -8,16 +8,11 @@ export interface HttpAuthExtensionConfiguration {
|
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
10
|
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: IoTManagedIntegrationsHttpAuthSchemeProvider
|
|
11
|
+
httpAuthSchemeProvider: IoTManagedIntegrationsHttpAuthSchemeProvider,
|
|
12
12
|
): void;
|
|
13
13
|
httpAuthSchemeProvider(): IoTManagedIntegrationsHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
14
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
15
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
16
|
}
|
|
22
17
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
18
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +20,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
20
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
21
|
}>;
|
|
27
22
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
23
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
24
|
) => HttpAuthExtensionConfiguration;
|
|
30
25
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
26
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
27
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { IoTManagedIntegrationsClientResolvedConfig } from "../IoTManagedIntegrationsClient";
|
|
15
|
-
export interface IoTManagedIntegrationsHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface IoTManagedIntegrationsHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface IoTManagedIntegrationsHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface IoTManagedIntegrationsHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
IoTManagedIntegrationsClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
IoTManagedIntegrationsHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultIoTManagedIntegrationsHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: IoTManagedIntegrationsClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<IoTManagedIntegrationsHttpAuthSchemeParameters>;
|
|
31
|
-
export interface IoTManagedIntegrationsHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<IoTManagedIntegrationsHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface IoTManagedIntegrationsHttpAuthSchemeProvider extends HttpAuthSchemeProvider<IoTManagedIntegrationsHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultIoTManagedIntegrationsHttpAuthSchemeProvider: IoTManagedIntegrationsHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: IoTManagedIntegrationsHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: IoTManagedIntegrationsHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./IoTManagedIntegrationsClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
IoTManagedIntegrationsClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateAccountAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAccountAssociationCommandInput
|
|
8
|
-
extends CreateAccountAssociationRequest {}
|
|
7
|
+
export interface CreateAccountAssociationCommandInput extends CreateAccountAssociationRequest {}
|
|
9
8
|
export interface CreateAccountAssociationCommandOutput
|
|
10
|
-
extends CreateAccountAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateAccountAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateAccountAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateAccountAssociationCommandInput
|
|
12
|
+
input: CreateAccountAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateAccountAssociationCommandInput,
|
|
17
15
|
CreateAccountAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateAccountAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateAccountAssociationCommandInput
|
|
21
|
+
input: CreateAccountAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateAccountAssociationCommandInput,
|
|
26
24
|
CreateAccountAssociationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateCloudConnectorRequest,
|
|
4
|
-
CreateCloudConnectorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateCloudConnectorRequest, CreateCloudConnectorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateCloudConnectorCommandInput
|
|
8
|
-
extends CreateCloudConnectorRequest {}
|
|
4
|
+
export interface CreateCloudConnectorCommandInput extends CreateCloudConnectorRequest {}
|
|
9
5
|
export interface CreateCloudConnectorCommandOutput
|
|
10
|
-
extends CreateCloudConnectorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateCloudConnectorResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateCloudConnectorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateCloudConnectorCommandInput
|
|
9
|
+
input: CreateCloudConnectorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateCloudConnectorCommandInput,
|
|
17
12
|
CreateCloudConnectorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateCloudConnectorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateCloudConnectorCommandInput
|
|
18
|
+
input: CreateCloudConnectorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateCloudConnectorCommandInput,
|
|
26
21
|
CreateCloudConnectorCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateConnectorDestinationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateConnectorDestinationCommandInput
|
|
8
|
-
extends CreateConnectorDestinationRequest {}
|
|
7
|
+
export interface CreateConnectorDestinationCommandInput extends CreateConnectorDestinationRequest {}
|
|
9
8
|
export interface CreateConnectorDestinationCommandOutput
|
|
10
|
-
extends CreateConnectorDestinationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateConnectorDestinationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateConnectorDestinationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateConnectorDestinationCommandInput
|
|
12
|
+
input: CreateConnectorDestinationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateConnectorDestinationCommandInput,
|
|
17
15
|
CreateConnectorDestinationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateConnectorDestinationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateConnectorDestinationCommandInput
|
|
21
|
+
input: CreateConnectorDestinationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateConnectorDestinationCommandInput,
|
|
26
24
|
CreateConnectorDestinationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateCredentialLockerRequest,
|
|
4
|
-
CreateCredentialLockerResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateCredentialLockerRequest, CreateCredentialLockerResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateCredentialLockerCommandInput
|
|
8
|
-
extends CreateCredentialLockerRequest {}
|
|
4
|
+
export interface CreateCredentialLockerCommandInput extends CreateCredentialLockerRequest {}
|
|
9
5
|
export interface CreateCredentialLockerCommandOutput
|
|
10
|
-
extends CreateCredentialLockerResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateCredentialLockerResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateCredentialLockerCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateCredentialLockerCommandInput
|
|
9
|
+
input: CreateCredentialLockerCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateCredentialLockerCommandInput,
|
|
17
12
|
CreateCredentialLockerCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDestinationRequest,
|
|
4
|
-
CreateDestinationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDestinationRequest, CreateDestinationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDestinationCommandInput
|
|
8
|
-
extends CreateDestinationRequest {}
|
|
4
|
+
export interface CreateDestinationCommandInput extends CreateDestinationRequest {}
|
|
9
5
|
export interface CreateDestinationCommandOutput
|
|
10
|
-
extends CreateDestinationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateDestinationResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateDestinationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateDestinationCommandInput
|
|
9
|
+
input: CreateDestinationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateDestinationCommandInput,
|
|
17
12
|
CreateDestinationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateDestinationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateDestinationCommandInput
|
|
18
|
+
input: CreateDestinationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateDestinationCommandInput,
|
|
26
21
|
CreateDestinationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateEventLogConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateEventLogConfigurationCommandInput
|
|
8
|
-
extends CreateEventLogConfigurationRequest {}
|
|
7
|
+
export interface CreateEventLogConfigurationCommandInput extends CreateEventLogConfigurationRequest {}
|
|
9
8
|
export interface CreateEventLogConfigurationCommandOutput
|
|
10
|
-
extends CreateEventLogConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateEventLogConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateEventLogConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateEventLogConfigurationCommandInput
|
|
12
|
+
input: CreateEventLogConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateEventLogConfigurationCommandInput,
|
|
17
15
|
CreateEventLogConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateEventLogConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateEventLogConfigurationCommandInput
|
|
21
|
+
input: CreateEventLogConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateEventLogConfigurationCommandInput,
|
|
26
24
|
CreateEventLogConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateManagedThingRequest,
|
|
4
|
-
CreateManagedThingResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateManagedThingRequest, CreateManagedThingResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateManagedThingCommandInput
|
|
8
|
-
extends CreateManagedThingRequest {}
|
|
4
|
+
export interface CreateManagedThingCommandInput extends CreateManagedThingRequest {}
|
|
9
5
|
export interface CreateManagedThingCommandOutput
|
|
10
|
-
extends CreateManagedThingResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateManagedThingResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateManagedThingCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateManagedThingCommandInput
|
|
9
|
+
input: CreateManagedThingCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateManagedThingCommandInput,
|
|
17
12
|
CreateManagedThingCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateManagedThingCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateManagedThingCommandInput
|
|
18
|
+
input: CreateManagedThingCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateManagedThingCommandInput,
|
|
26
21
|
CreateManagedThingCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateNotificationConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateNotificationConfigurationCommandInput
|
|
8
|
-
extends CreateNotificationConfigurationRequest {}
|
|
7
|
+
export interface CreateNotificationConfigurationCommandInput extends CreateNotificationConfigurationRequest {}
|
|
9
8
|
export interface CreateNotificationConfigurationCommandOutput
|
|
10
|
-
extends CreateNotificationConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateNotificationConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateNotificationConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateNotificationConfigurationCommandInput
|
|
12
|
+
input: CreateNotificationConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateNotificationConfigurationCommandInput,
|
|
17
15
|
CreateNotificationConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateNotificationConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateNotificationConfigurationCommandInput
|
|
21
|
+
input: CreateNotificationConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateNotificationConfigurationCommandInput,
|
|
26
24
|
CreateNotificationConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateOtaTaskRequest,
|
|
4
|
-
CreateOtaTaskResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateOtaTaskRequest, CreateOtaTaskResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateOtaTaskCommandInput extends CreateOtaTaskRequest {}
|
|
8
|
-
export interface CreateOtaTaskCommandOutput
|
|
9
|
-
extends CreateOtaTaskResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateOtaTaskCommandOutput extends CreateOtaTaskResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateOtaTaskCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateOtaTaskCommandInput
|
|
8
|
+
input: CreateOtaTaskCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateOtaTaskCommandInput,
|
|
16
11
|
CreateOtaTaskCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateOtaTaskCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateOtaTaskCommandInput
|
|
17
|
+
input: CreateOtaTaskCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateOtaTaskCommandInput,
|
|
25
20
|
CreateOtaTaskCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateOtaTaskConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateOtaTaskConfigurationCommandInput
|
|
8
|
-
extends CreateOtaTaskConfigurationRequest {}
|
|
7
|
+
export interface CreateOtaTaskConfigurationCommandInput extends CreateOtaTaskConfigurationRequest {}
|
|
9
8
|
export interface CreateOtaTaskConfigurationCommandOutput
|
|
10
|
-
extends CreateOtaTaskConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateOtaTaskConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateOtaTaskConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateOtaTaskConfigurationCommandInput
|
|
12
|
+
input: CreateOtaTaskConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateOtaTaskConfigurationCommandInput,
|
|
17
15
|
CreateOtaTaskConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateProvisioningProfileResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateProvisioningProfileCommandInput
|
|
8
|
-
extends CreateProvisioningProfileRequest {}
|
|
7
|
+
export interface CreateProvisioningProfileCommandInput extends CreateProvisioningProfileRequest {}
|
|
9
8
|
export interface CreateProvisioningProfileCommandOutput
|
|
10
|
-
extends CreateProvisioningProfileResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateProvisioningProfileResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateProvisioningProfileCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateProvisioningProfileCommandInput
|
|
12
|
+
input: CreateProvisioningProfileCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateProvisioningProfileCommandInput,
|
|
17
15
|
CreateProvisioningProfileCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateProvisioningProfileCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateProvisioningProfileCommandInput
|
|
21
|
+
input: CreateProvisioningProfileCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateProvisioningProfileCommandInput,
|
|
26
24
|
CreateProvisioningProfileCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteAccountAssociationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteAccountAssociationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteAccountAssociationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteAccountAssociationCommandInput extends DeleteAccountAssociationRequest {}
|
|
5
|
+
export interface DeleteAccountAssociationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteAccountAssociationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteAccountAssociationCommandInput
|
|
8
|
+
input: DeleteAccountAssociationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteAccountAssociationCommandInput,
|
|
13
11
|
DeleteAccountAssociationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteAccountAssociationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteAccountAssociationCommandInput
|
|
17
|
+
input: DeleteAccountAssociationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteAccountAssociationCommandInput,
|
|
22
20
|
DeleteAccountAssociationCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteCloudConnectorRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteCloudConnectorCommandInput
|
|
5
|
-
extends DeleteCloudConnectorRequest {}
|
|
4
|
+
export interface DeleteCloudConnectorCommandInput extends DeleteCloudConnectorRequest {}
|
|
6
5
|
export interface DeleteCloudConnectorCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteCloudConnectorCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteCloudConnectorCommandInput
|
|
8
|
+
input: DeleteCloudConnectorCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteCloudConnectorCommandInput,
|
|
12
11
|
DeleteCloudConnectorCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteCloudConnectorCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteCloudConnectorCommandInput
|
|
17
|
+
input: DeleteCloudConnectorCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteCloudConnectorCommandInput,
|
|
21
20
|
DeleteCloudConnectorCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteConnectorDestinationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteConnectorDestinationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteConnectorDestinationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteConnectorDestinationCommandInput extends DeleteConnectorDestinationRequest {}
|
|
5
|
+
export interface DeleteConnectorDestinationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteConnectorDestinationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteConnectorDestinationCommandInput
|
|
8
|
+
input: DeleteConnectorDestinationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteConnectorDestinationCommandInput,
|
|
13
11
|
DeleteConnectorDestinationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteConnectorDestinationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteConnectorDestinationCommandInput
|
|
17
|
+
input: DeleteConnectorDestinationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteConnectorDestinationCommandInput,
|
|
22
20
|
DeleteConnectorDestinationCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteCredentialLockerRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteCredentialLockerCommandInput
|
|
5
|
-
extends DeleteCredentialLockerRequest {}
|
|
4
|
+
export interface DeleteCredentialLockerCommandInput extends DeleteCredentialLockerRequest {}
|
|
6
5
|
export interface DeleteCredentialLockerCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteCredentialLockerCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteCredentialLockerCommandInput
|
|
8
|
+
input: DeleteCredentialLockerCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteCredentialLockerCommandInput,
|
|
12
11
|
DeleteCredentialLockerCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteCredentialLockerCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteCredentialLockerCommandInput
|
|
17
|
+
input: DeleteCredentialLockerCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteCredentialLockerCommandInput,
|
|
21
20
|
DeleteCredentialLockerCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteDestinationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteDestinationCommandInput
|
|
5
|
-
extends DeleteDestinationRequest {}
|
|
4
|
+
export interface DeleteDestinationCommandInput extends DeleteDestinationRequest {}
|
|
6
5
|
export interface DeleteDestinationCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteDestinationCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteDestinationCommandInput
|
|
8
|
+
input: DeleteDestinationCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteDestinationCommandInput,
|
|
12
11
|
DeleteDestinationCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteDestinationCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteDestinationCommandInput
|
|
17
|
+
input: DeleteDestinationCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteDestinationCommandInput,
|
|
21
20
|
DeleteDestinationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteEventLogConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteEventLogConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteEventLogConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteEventLogConfigurationCommandInput extends DeleteEventLogConfigurationRequest {}
|
|
5
|
+
export interface DeleteEventLogConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteEventLogConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteEventLogConfigurationCommandInput
|
|
8
|
+
input: DeleteEventLogConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteEventLogConfigurationCommandInput,
|
|
13
11
|
DeleteEventLogConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteEventLogConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteEventLogConfigurationCommandInput
|
|
17
|
+
input: DeleteEventLogConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteEventLogConfigurationCommandInput,
|
|
22
20
|
DeleteEventLogConfigurationCommandOutput,
|