@aws-sdk/client-directory-service 3.651.1 → 3.654.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/README.md +24 -0
- package/dist-cjs/index.js +124 -5
- package/dist-es/DirectoryService.js +6 -0
- package/dist-es/commands/DescribeDirectoryDataAccessCommand.js +22 -0
- package/dist-es/commands/DisableDirectoryDataAccessCommand.js +22 -0
- package/dist-es/commands/EnableDirectoryDataAccessCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/protocols/Aws_json1_1.js +60 -3
- package/dist-types/DirectoryService.d.ts +21 -0
- package/dist-types/DirectoryServiceClient.d.ts +5 -2
- package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/AddIpRoutesCommand.d.ts +12 -1
- package/dist-types/commands/AddRegionCommand.d.ts +13 -2
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +11 -0
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +11 -0
- package/dist-types/commands/CreateComputerCommand.d.ts +12 -1
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/commands/CreateDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +11 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/CreateTrustCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTrustCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +12 -1
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -1
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +12 -1
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +12 -1
- package/dist-types/commands/DescribeDirectoryDataAccessCommand.d.ts +86 -0
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +12 -1
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +13 -2
- package/dist-types/commands/DescribeSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTrustsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +12 -1
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/commands/DisableDirectoryDataAccessCommand.d.ts +92 -0
- package/dist-types/commands/DisableLDAPSCommand.d.ts +12 -1
- package/dist-types/commands/DisableRadiusCommand.d.ts +11 -0
- package/dist-types/commands/DisableSsoCommand.d.ts +11 -0
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/commands/EnableDirectoryDataAccessCommand.d.ts +92 -0
- package/dist-types/commands/EnableLDAPSCommand.d.ts +12 -1
- package/dist-types/commands/EnableRadiusCommand.d.ts +11 -0
- package/dist-types/commands/EnableSsoCommand.d.ts +11 -0
- package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +11 -0
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +11 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/ListIpRoutesCommand.d.ts +11 -0
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +11 -0
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/RegisterCertificateCommand.d.ts +12 -1
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +11 -0
- package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +12 -1
- package/dist-types/commands/RemoveRegionCommand.d.ts +13 -2
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +13 -2
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/ShareDirectoryCommand.d.ts +12 -1
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +12 -1
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +13 -2
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -1
- package/dist-types/commands/UpdateRadiusCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +12 -1
- package/dist-types/commands/UpdateTrustCommand.d.ts +11 -0
- package/dist-types/commands/VerifyTrustCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +95 -27
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/DirectoryService.d.ts +51 -0
- package/dist-types/ts3.4/DirectoryServiceClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectoryDataAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableDirectoryDataAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableDirectoryDataAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +25 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -37,4 +37,15 @@ declare const CreateConditionalForwarderCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateConditionalForwarderCommand extends CreateConditionalForwarderCommand_base {
|
|
40
|
+
export declare class CreateConditionalForwarderCommand extends CreateConditionalForwarderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateConditionalForwarderRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateConditionalForwarderCommandInput;
|
|
48
|
+
output: CreateConditionalForwarderCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDirectoryCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDirectoryCommand extends CreateDirectoryCommand_base {
|
|
39
|
+
export declare class CreateDirectoryCommand extends CreateDirectoryCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDirectoryRequest;
|
|
43
|
+
output: CreateDirectoryResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDirectoryCommandInput;
|
|
47
|
+
output: CreateDirectoryCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateLogSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateLogSubscriptionCommand extends CreateLogSubscriptionCommand_base {
|
|
40
|
+
export declare class CreateLogSubscriptionCommand extends CreateLogSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateLogSubscriptionRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateLogSubscriptionCommandInput;
|
|
48
|
+
output: CreateLogSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateMicrosoftADCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateMicrosoftADCommand extends CreateMicrosoftADCommand_base {
|
|
40
|
+
export declare class CreateMicrosoftADCommand extends CreateMicrosoftADCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateMicrosoftADRequest;
|
|
44
|
+
output: CreateMicrosoftADResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateMicrosoftADCommandInput;
|
|
48
|
+
output: CreateMicrosoftADCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateSnapshotCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {
|
|
39
|
+
export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateSnapshotRequest;
|
|
43
|
+
output: CreateSnapshotResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateSnapshotCommandInput;
|
|
47
|
+
output: CreateSnapshotCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateTrustCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateTrustCommand extends CreateTrustCommand_base {
|
|
36
|
+
export declare class CreateTrustCommand extends CreateTrustCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateTrustRequest;
|
|
40
|
+
output: CreateTrustResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateTrustCommandInput;
|
|
44
|
+
output: CreateTrustCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteConditionalForwarderCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteConditionalForwarderCommand extends DeleteConditionalForwarderCommand_base {
|
|
40
|
+
export declare class DeleteConditionalForwarderCommand extends DeleteConditionalForwarderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteConditionalForwarderRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteConditionalForwarderCommandInput;
|
|
48
|
+
output: DeleteConditionalForwarderCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteDirectoryCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteDirectoryCommand extends DeleteDirectoryCommand_base {
|
|
39
|
+
export declare class DeleteDirectoryCommand extends DeleteDirectoryCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteDirectoryRequest;
|
|
43
|
+
output: DeleteDirectoryResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteDirectoryCommandInput;
|
|
47
|
+
output: DeleteDirectoryCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteLogSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteLogSubscriptionCommand extends DeleteLogSubscriptionCommand_base {
|
|
40
|
+
export declare class DeleteLogSubscriptionCommand extends DeleteLogSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteLogSubscriptionRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteLogSubscriptionCommandInput;
|
|
48
|
+
output: DeleteLogSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteSnapshotCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base {
|
|
39
|
+
export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteSnapshotRequest;
|
|
43
|
+
output: DeleteSnapshotResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteSnapshotCommandInput;
|
|
47
|
+
output: DeleteSnapshotCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteTrustCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteTrustCommand extends DeleteTrustCommand_base {
|
|
36
|
+
export declare class DeleteTrustCommand extends DeleteTrustCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteTrustRequest;
|
|
40
|
+
output: DeleteTrustResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteTrustCommandInput;
|
|
44
|
+
output: DeleteTrustCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeregisterCertificateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeregisterCertificateCommand extends DeregisterCertificateCommand_base {
|
|
40
|
+
export declare class DeregisterCertificateCommand extends DeregisterCertificateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeregisterCertificateRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeregisterCertificateCommandInput;
|
|
48
|
+
output: DeregisterCertificateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeregisterEventTopicCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeregisterEventTopicCommand extends DeregisterEventTopicCommand_base {
|
|
40
|
+
export declare class DeregisterEventTopicCommand extends DeregisterEventTopicCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeregisterEventTopicRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeregisterEventTopicCommandInput;
|
|
48
|
+
output: DeregisterEventTopicCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeCertificateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeCertificateCommand extends DescribeCertificateCommand_base {
|
|
40
|
+
export declare class DescribeCertificateCommand extends DescribeCertificateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCertificateRequest;
|
|
44
|
+
output: DescribeCertificateResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCertificateCommandInput;
|
|
48
|
+
output: DescribeCertificateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeClientAuthenticationSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeClientAuthenticationSettingsCommand extends DescribeClientAuthenticationSettingsCommand_base {
|
|
40
|
+
export declare class DescribeClientAuthenticationSettingsCommand extends DescribeClientAuthenticationSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeClientAuthenticationSettingsRequest;
|
|
44
|
+
output: DescribeClientAuthenticationSettingsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeClientAuthenticationSettingsCommandInput;
|
|
48
|
+
output: DescribeClientAuthenticationSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeConditionalForwardersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeConditionalForwardersCommand extends DescribeConditionalForwardersCommand_base {
|
|
40
|
+
export declare class DescribeConditionalForwardersCommand extends DescribeConditionalForwardersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeConditionalForwardersRequest;
|
|
44
|
+
output: DescribeConditionalForwardersResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeConditionalForwardersCommandInput;
|
|
48
|
+
output: DescribeConditionalForwardersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDirectoriesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDirectoriesCommand extends DescribeDirectoriesCommand_base {
|
|
40
|
+
export declare class DescribeDirectoriesCommand extends DescribeDirectoriesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDirectoriesRequest;
|
|
44
|
+
output: DescribeDirectoriesResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDirectoriesCommandInput;
|
|
48
|
+
output: DescribeDirectoriesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DirectoryServiceClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DirectoryServiceClient";
|
|
8
|
+
import {
|
|
9
|
+
DescribeDirectoryDataAccessRequest,
|
|
10
|
+
DescribeDirectoryDataAccessResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeDirectoryDataAccessCommandInput
|
|
15
|
+
extends DescribeDirectoryDataAccessRequest {}
|
|
16
|
+
export interface DescribeDirectoryDataAccessCommandOutput
|
|
17
|
+
extends DescribeDirectoryDataAccessResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeDirectoryDataAccessCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeDirectoryDataAccessCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeDirectoryDataAccessCommandInput,
|
|
24
|
+
DescribeDirectoryDataAccessCommandOutput,
|
|
25
|
+
DirectoryServiceClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeDirectoryDataAccessCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeDirectoryDataAccessCommandInput,
|
|
33
|
+
DescribeDirectoryDataAccessCommandOutput,
|
|
34
|
+
DirectoryServiceClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeDirectoryDataAccessCommand extends DescribeDirectoryDataAccessCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDirectoryDataAccessRequest;
|
|
44
|
+
output: DescribeDirectoryDataAccessResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDirectoryDataAccessCommandInput;
|
|
48
|
+
output: DescribeDirectoryDataAccessCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDomainControllersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDomainControllersCommand extends DescribeDomainControllersCommand_base {
|
|
40
|
+
export declare class DescribeDomainControllersCommand extends DescribeDomainControllersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDomainControllersRequest;
|
|
44
|
+
output: DescribeDomainControllersResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDomainControllersCommandInput;
|
|
48
|
+
output: DescribeDomainControllersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeEventTopicsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeEventTopicsCommand extends DescribeEventTopicsCommand_base {
|
|
40
|
+
export declare class DescribeEventTopicsCommand extends DescribeEventTopicsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeEventTopicsRequest;
|
|
44
|
+
output: DescribeEventTopicsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeEventTopicsCommandInput;
|
|
48
|
+
output: DescribeEventTopicsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeLDAPSSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeLDAPSSettingsCommand extends DescribeLDAPSSettingsCommand_base {
|
|
40
|
+
export declare class DescribeLDAPSSettingsCommand extends DescribeLDAPSSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeLDAPSSettingsRequest;
|
|
44
|
+
output: DescribeLDAPSSettingsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeLDAPSSettingsCommandInput;
|
|
48
|
+
output: DescribeLDAPSSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeRegionsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeRegionsCommand extends DescribeRegionsCommand_base {
|
|
39
|
+
export declare class DescribeRegionsCommand extends DescribeRegionsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeRegionsRequest;
|
|
43
|
+
output: DescribeRegionsResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeRegionsCommandInput;
|
|
47
|
+
output: DescribeRegionsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeSettingsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeSettingsCommand extends DescribeSettingsCommand_base {
|
|
39
|
+
export declare class DescribeSettingsCommand extends DescribeSettingsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeSettingsRequest;
|
|
43
|
+
output: DescribeSettingsResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeSettingsCommandInput;
|
|
47
|
+
output: DescribeSettingsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeSharedDirectoriesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeSharedDirectoriesCommand extends DescribeSharedDirectoriesCommand_base {
|
|
40
|
+
export declare class DescribeSharedDirectoriesCommand extends DescribeSharedDirectoriesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeSharedDirectoriesRequest;
|
|
44
|
+
output: DescribeSharedDirectoriesResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeSharedDirectoriesCommandInput;
|
|
48
|
+
output: DescribeSharedDirectoriesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeSnapshotsCommand extends DescribeSnapshotsCommand_base {
|
|
40
|
+
export declare class DescribeSnapshotsCommand extends DescribeSnapshotsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeSnapshotsRequest;
|
|
44
|
+
output: DescribeSnapshotsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeSnapshotsCommandInput;
|
|
48
|
+
output: DescribeSnapshotsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeTrustsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeTrustsCommand extends DescribeTrustsCommand_base {
|
|
39
|
+
export declare class DescribeTrustsCommand extends DescribeTrustsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeTrustsRequest;
|
|
43
|
+
output: DescribeTrustsResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeTrustsCommandInput;
|
|
47
|
+
output: DescribeTrustsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeUpdateDirectoryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeUpdateDirectoryCommand extends DescribeUpdateDirectoryCommand_base {
|
|
40
|
+
export declare class DescribeUpdateDirectoryCommand extends DescribeUpdateDirectoryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeUpdateDirectoryRequest;
|
|
44
|
+
output: DescribeUpdateDirectoryResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeUpdateDirectoryCommandInput;
|
|
48
|
+
output: DescribeUpdateDirectoryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DisableClientAuthenticationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DisableClientAuthenticationCommand extends DisableClientAuthenticationCommand_base {
|
|
40
|
+
export declare class DisableClientAuthenticationCommand extends DisableClientAuthenticationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisableClientAuthenticationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisableClientAuthenticationCommandInput;
|
|
48
|
+
output: DisableClientAuthenticationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DirectoryServiceClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DirectoryServiceClient";
|
|
8
|
+
import {
|
|
9
|
+
DisableDirectoryDataAccessRequest,
|
|
10
|
+
DisableDirectoryDataAccessResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DisableDirectoryDataAccessCommandInput
|
|
15
|
+
extends DisableDirectoryDataAccessRequest {}
|
|
16
|
+
export interface DisableDirectoryDataAccessCommandOutput
|
|
17
|
+
extends DisableDirectoryDataAccessResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DisableDirectoryDataAccessCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DisableDirectoryDataAccessCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DisableDirectoryDataAccessCommandInput,
|
|
24
|
+
DisableDirectoryDataAccessCommandOutput,
|
|
25
|
+
DirectoryServiceClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DisableDirectoryDataAccessCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DisableDirectoryDataAccessCommandInput,
|
|
33
|
+
DisableDirectoryDataAccessCommandOutput,
|
|
34
|
+
DirectoryServiceClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DisableDirectoryDataAccessCommand extends DisableDirectoryDataAccessCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisableDirectoryDataAccessRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisableDirectoryDataAccessCommandInput;
|
|
48
|
+
output: DisableDirectoryDataAccessCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DisableLDAPSCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DisableLDAPSCommand extends DisableLDAPSCommand_base {
|
|
36
|
+
export declare class DisableLDAPSCommand extends DisableLDAPSCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DisableLDAPSRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DisableLDAPSCommandInput;
|
|
44
|
+
output: DisableLDAPSCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DisableRadiusCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DisableRadiusCommand extends DisableRadiusCommand_base {
|
|
36
|
+
export declare class DisableRadiusCommand extends DisableRadiusCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DisableRadiusRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DisableRadiusCommandInput;
|
|
44
|
+
output: DisableRadiusCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DisableSsoCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DisableSsoCommand extends DisableSsoCommand_base {
|
|
36
|
+
export declare class DisableSsoCommand extends DisableSsoCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DisableSsoRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DisableSsoCommandInput;
|
|
44
|
+
output: DisableSsoCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const EnableClientAuthenticationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class EnableClientAuthenticationCommand extends EnableClientAuthenticationCommand_base {
|
|
40
|
+
export declare class EnableClientAuthenticationCommand extends EnableClientAuthenticationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: EnableClientAuthenticationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: EnableClientAuthenticationCommandInput;
|
|
48
|
+
output: EnableClientAuthenticationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|