@aws-sdk/client-directory-service 3.529.1 → 3.535.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-types/DirectoryService.d.ts +7 -1
- package/dist-types/DirectoryServiceClient.d.ts +1 -1
- package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/AddIpRoutesCommand.d.ts +2 -1
- package/dist-types/commands/AddRegionCommand.d.ts +2 -1
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -1
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +2 -1
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateAliasCommand.d.ts +2 -1
- package/dist-types/commands/CreateComputerCommand.d.ts +2 -1
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +2 -1
- package/dist-types/commands/CreateDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +2 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrustCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrustCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCertificateCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +2 -1
- package/dist-types/commands/DisableLDAPSCommand.d.ts +2 -1
- package/dist-types/commands/DisableRadiusCommand.d.ts +2 -1
- package/dist-types/commands/DisableSsoCommand.d.ts +2 -1
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +2 -1
- package/dist-types/commands/EnableLDAPSCommand.d.ts +2 -1
- package/dist-types/commands/EnableRadiusCommand.d.ts +2 -1
- package/dist-types/commands/EnableSsoCommand.d.ts +2 -1
- package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +2 -1
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +2 -1
- package/dist-types/commands/ListCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/ListIpRoutesCommand.d.ts +2 -1
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterCertificateCommand.d.ts +2 -1
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +2 -1
- package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +2 -1
- package/dist-types/commands/RemoveRegionCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +2 -1
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/ShareDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +2 -1
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRadiusCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrustCommand.d.ts +2 -1
- package/dist-types/commands/VerifyTrustCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +639 -639
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/DirectoryService.d.ts +6 -0
- package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -24,6 +24,15 @@ declare const DescribeTrustsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [DescribeTrustsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeTrustsCommandInput,
|
|
31
|
+
DescribeTrustsCommandOutput,
|
|
32
|
+
DirectoryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeTrustsCommand extends DescribeTrustsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeUpdateDirectoryCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeUpdateDirectoryCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeUpdateDirectoryCommandInput,
|
|
32
|
+
DescribeUpdateDirectoryCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeUpdateDirectoryCommand extends DescribeUpdateDirectoryCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisableClientAuthenticationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisableClientAuthenticationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisableClientAuthenticationCommandInput,
|
|
32
|
+
DisableClientAuthenticationCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisableClientAuthenticationCommand extends DisableClientAuthenticationCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DisableLDAPSCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DisableLDAPSCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DisableLDAPSCommandInput,
|
|
28
|
+
DisableLDAPSCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DisableLDAPSCommand extends DisableLDAPSCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DisableRadiusCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DisableRadiusCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DisableRadiusCommandInput,
|
|
28
|
+
DisableRadiusCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DisableRadiusCommand extends DisableRadiusCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DisableSsoCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DisableSsoCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DisableSsoCommandInput,
|
|
28
|
+
DisableSsoCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DisableSsoCommand extends DisableSsoCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const EnableClientAuthenticationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: EnableClientAuthenticationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
EnableClientAuthenticationCommandInput,
|
|
32
|
+
EnableClientAuthenticationCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class EnableClientAuthenticationCommand extends EnableClientAuthenticationCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const EnableLDAPSCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: EnableLDAPSCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
EnableLDAPSCommandInput,
|
|
28
|
+
EnableLDAPSCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class EnableLDAPSCommand extends EnableLDAPSCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const EnableRadiusCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: EnableRadiusCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
EnableRadiusCommandInput,
|
|
28
|
+
EnableRadiusCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class EnableRadiusCommand extends EnableRadiusCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const EnableSsoCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: EnableSsoCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
EnableSsoCommandInput,
|
|
28
|
+
EnableSsoCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class EnableSsoCommand extends EnableSsoCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetDirectoryLimitsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [GetDirectoryLimitsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetDirectoryLimitsCommandInput,
|
|
32
|
+
GetDirectoryLimitsCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetDirectoryLimitsCommand extends GetDirectoryLimitsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetSnapshotLimitsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetSnapshotLimitsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetSnapshotLimitsCommandInput,
|
|
32
|
+
GetSnapshotLimitsCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetSnapshotLimitsCommand extends GetSnapshotLimitsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListCertificatesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ListCertificatesCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListCertificatesCommandInput,
|
|
31
|
+
ListCertificatesCommandOutput,
|
|
32
|
+
DirectoryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListCertificatesCommand extends ListCertificatesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListIpRoutesCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListIpRoutesCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListIpRoutesCommandInput,
|
|
28
|
+
ListIpRoutesCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListIpRoutesCommand extends ListIpRoutesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListLogSubscriptionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListLogSubscriptionsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListLogSubscriptionsCommandInput,
|
|
32
|
+
ListLogSubscriptionsCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListLogSubscriptionsCommand extends ListLogSubscriptionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListSchemaExtensionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListSchemaExtensionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListSchemaExtensionsCommandInput,
|
|
32
|
+
ListSchemaExtensionsCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListSchemaExtensionsCommand extends ListSchemaExtensionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RegisterCertificateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RegisterCertificateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RegisterCertificateCommandInput,
|
|
32
|
+
RegisterCertificateCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RegisterCertificateCommand extends RegisterCertificateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RegisterEventTopicCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RegisterEventTopicCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RegisterEventTopicCommandInput,
|
|
32
|
+
RegisterEventTopicCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RegisterEventTopicCommand extends RegisterEventTopicCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RejectSharedDirectoryCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RejectSharedDirectoryCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RejectSharedDirectoryCommandInput,
|
|
32
|
+
RejectSharedDirectoryCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RejectSharedDirectoryCommand extends RejectSharedDirectoryCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const RemoveIpRoutesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: RemoveIpRoutesCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
RemoveIpRoutesCommandInput,
|
|
31
|
+
RemoveIpRoutesCommandOutput,
|
|
32
|
+
DirectoryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class RemoveIpRoutesCommand extends RemoveIpRoutesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const RemoveRegionCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: RemoveRegionCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
RemoveRegionCommandInput,
|
|
28
|
+
RemoveRegionCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class RemoveRegionCommand extends RemoveRegionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RemoveTagsFromResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RemoveTagsFromResourceCommandInput,
|
|
32
|
+
RemoveTagsFromResourceCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ResetUserPasswordCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ResetUserPasswordCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ResetUserPasswordCommandInput,
|
|
32
|
+
ResetUserPasswordCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ResetUserPasswordCommand extends ResetUserPasswordCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RestoreFromSnapshotCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RestoreFromSnapshotCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RestoreFromSnapshotCommandInput,
|
|
32
|
+
RestoreFromSnapshotCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RestoreFromSnapshotCommand extends RestoreFromSnapshotCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ShareDirectoryCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ShareDirectoryCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ShareDirectoryCommandInput,
|
|
31
|
+
ShareDirectoryCommandOutput,
|
|
32
|
+
DirectoryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ShareDirectoryCommand extends ShareDirectoryCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StartSchemaExtensionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartSchemaExtensionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartSchemaExtensionCommandInput,
|
|
32
|
+
StartSchemaExtensionCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StartSchemaExtensionCommand extends StartSchemaExtensionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UnshareDirectoryCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UnshareDirectoryCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UnshareDirectoryCommandInput,
|
|
31
|
+
UnshareDirectoryCommandOutput,
|
|
32
|
+
DirectoryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UnshareDirectoryCommand extends UnshareDirectoryCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateConditionalForwarderCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateConditionalForwarderCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateConditionalForwarderCommandInput,
|
|
32
|
+
UpdateConditionalForwarderCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateConditionalForwarderCommand extends UpdateConditionalForwarderCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateDirectorySetupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateDirectorySetupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateDirectorySetupCommandInput,
|
|
32
|
+
UpdateDirectorySetupCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateDirectorySetupCommand extends UpdateDirectorySetupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateNumberOfDomainControllersCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateNumberOfDomainControllersCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateNumberOfDomainControllersCommandInput,
|
|
32
|
+
UpdateNumberOfDomainControllersCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateNumberOfDomainControllersCommand extends UpdateNumberOfDomainControllersCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateRadiusCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateRadiusCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateRadiusCommandInput,
|
|
28
|
+
UpdateRadiusCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateRadiusCommand extends UpdateRadiusCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdateSettingsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdateSettingsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdateSettingsCommandInput,
|
|
31
|
+
UpdateSettingsCommandOutput,
|
|
32
|
+
DirectoryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdateSettingsCommand extends UpdateSettingsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateTrustCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateTrustCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateTrustCommandInput,
|
|
28
|
+
UpdateTrustCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateTrustCommand extends UpdateTrustCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const VerifyTrustCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: VerifyTrustCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
VerifyTrustCommandInput,
|
|
28
|
+
VerifyTrustCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class VerifyTrustCommand extends VerifyTrustCommand_base {}
|
|
@@ -27,9 +27,9 @@ export declare const getRuntimeConfig: (
|
|
|
27
27
|
apiVersion: string;
|
|
28
28
|
urlParser: import("@smithy/types").UrlParser;
|
|
29
29
|
base64Decoder: import("@smithy/types").Decoder;
|
|
30
|
-
base64Encoder:
|
|
30
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
31
31
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
32
|
-
utf8Encoder:
|
|
32
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
33
33
|
disableHostPrefix: boolean;
|
|
34
34
|
serviceId: string;
|
|
35
35
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,9 +31,9 @@ export declare const getRuntimeConfig: (
|
|
|
31
31
|
apiVersion: string;
|
|
32
32
|
urlParser: import("@smithy/types").UrlParser;
|
|
33
33
|
base64Decoder: import("@smithy/types").Decoder;
|
|
34
|
-
base64Encoder:
|
|
34
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
35
35
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
36
|
-
utf8Encoder:
|
|
36
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
37
37
|
disableHostPrefix: boolean;
|
|
38
38
|
serviceId: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
@@ -15,9 +15,9 @@ export declare const getRuntimeConfig: (
|
|
|
15
15
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
16
16
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
17
17
|
base64Decoder: import("@smithy/types").Decoder;
|
|
18
|
-
base64Encoder:
|
|
18
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
disableHostPrefix: boolean;
|
|
22
22
|
serviceId: string;
|
|
23
23
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -4,7 +4,7 @@ export declare const getRuntimeConfig: (
|
|
|
4
4
|
) => {
|
|
5
5
|
apiVersion: string;
|
|
6
6
|
base64Decoder: import("@smithy/types").Decoder;
|
|
7
|
-
base64Encoder:
|
|
7
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
9
|
endpointProvider: (
|
|
10
10
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -19,5 +19,5 @@ export declare const getRuntimeConfig: (
|
|
|
19
19
|
serviceId: string;
|
|
20
20
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
21
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
22
|
-
utf8Encoder:
|
|
22
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
23
23
|
};
|