@aws-sdk/client-clouddirectory 3.1086.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.
Files changed (85) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CloudDirectory.d.ts +228 -263
  3. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +16 -56
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +7 -5
  14. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +2 -2
  30. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +7 -5
  35. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +3 -8
  44. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +7 -5
  48. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +5 -10
  55. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +4 -6
  60. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +4 -9
  62. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  66. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +3 -5
  67. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  74. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  75. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  76. package/dist-types/ts3.4/models/enums.d.ts +4 -8
  77. package/dist-types/ts3.4/models/errors.d.ts +32 -108
  78. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  79. package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +1 -4
  80. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  81. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  83. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  84. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  85. package/package.json +39 -39
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateLinkAttributesRequest,
4
- UpdateLinkAttributesResponse,
5
- } from "../models/models_0";
2
+ import { UpdateLinkAttributesRequest, UpdateLinkAttributesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateLinkAttributesCommandInput
8
- extends UpdateLinkAttributesRequest {}
4
+ export interface UpdateLinkAttributesCommandInput extends UpdateLinkAttributesRequest {}
9
5
  export interface UpdateLinkAttributesCommandOutput
10
- extends UpdateLinkAttributesResponse,
11
- __MetadataBearer {}
6
+ extends UpdateLinkAttributesResponse, __MetadataBearer {}
12
7
  declare const UpdateLinkAttributesCommand_base: {
13
8
  new (
14
- input: UpdateLinkAttributesCommandInput
9
+ input: UpdateLinkAttributesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateLinkAttributesCommandInput,
17
12
  UpdateLinkAttributesCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateLinkAttributesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateLinkAttributesCommandInput
18
+ input: UpdateLinkAttributesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateLinkAttributesCommandInput,
26
21
  UpdateLinkAttributesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateObjectAttributesRequest,
4
- UpdateObjectAttributesResponse,
5
- } from "../models/models_0";
2
+ import { UpdateObjectAttributesRequest, UpdateObjectAttributesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateObjectAttributesCommandInput
8
- extends UpdateObjectAttributesRequest {}
4
+ export interface UpdateObjectAttributesCommandInput extends UpdateObjectAttributesRequest {}
9
5
  export interface UpdateObjectAttributesCommandOutput
10
- extends UpdateObjectAttributesResponse,
11
- __MetadataBearer {}
6
+ extends UpdateObjectAttributesResponse, __MetadataBearer {}
12
7
  declare const UpdateObjectAttributesCommand_base: {
13
8
  new (
14
- input: UpdateObjectAttributesCommandInput
9
+ input: UpdateObjectAttributesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateObjectAttributesCommandInput,
17
12
  UpdateObjectAttributesCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateObjectAttributesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateObjectAttributesCommandInput
18
+ input: UpdateObjectAttributesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateObjectAttributesCommandInput,
26
21
  UpdateObjectAttributesCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateSchemaRequest, UpdateSchemaResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateSchemaCommandInput extends UpdateSchemaRequest {}
5
- export interface UpdateSchemaCommandOutput
6
- extends UpdateSchemaResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __MetadataBearer {}
8
6
  declare const UpdateSchemaCommand_base: {
9
7
  new (
10
- input: UpdateSchemaCommandInput
8
+ input: UpdateSchemaCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateSchemaCommandInput,
13
11
  UpdateSchemaCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateSchemaCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateSchemaCommandInput
17
+ input: UpdateSchemaCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateSchemaCommandInput,
22
20
  UpdateSchemaCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateTypedLinkFacetRequest,
4
- UpdateTypedLinkFacetResponse,
5
- } from "../models/models_0";
2
+ import { UpdateTypedLinkFacetRequest, UpdateTypedLinkFacetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateTypedLinkFacetCommandInput
8
- extends UpdateTypedLinkFacetRequest {}
4
+ export interface UpdateTypedLinkFacetCommandInput extends UpdateTypedLinkFacetRequest {}
9
5
  export interface UpdateTypedLinkFacetCommandOutput
10
- extends UpdateTypedLinkFacetResponse,
11
- __MetadataBearer {}
6
+ extends UpdateTypedLinkFacetResponse, __MetadataBearer {}
12
7
  declare const UpdateTypedLinkFacetCommand_base: {
13
8
  new (
14
- input: UpdateTypedLinkFacetCommandInput
9
+ input: UpdateTypedLinkFacetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateTypedLinkFacetCommandInput,
17
12
  UpdateTypedLinkFacetCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateTypedLinkFacetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateTypedLinkFacetCommandInput
18
+ input: UpdateTypedLinkFacetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateTypedLinkFacetCommandInput,
26
21
  UpdateTypedLinkFacetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpgradeAppliedSchemaRequest,
4
- UpgradeAppliedSchemaResponse,
5
- } from "../models/models_0";
2
+ import { UpgradeAppliedSchemaRequest, UpgradeAppliedSchemaResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpgradeAppliedSchemaCommandInput
8
- extends UpgradeAppliedSchemaRequest {}
4
+ export interface UpgradeAppliedSchemaCommandInput extends UpgradeAppliedSchemaRequest {}
9
5
  export interface UpgradeAppliedSchemaCommandOutput
10
- extends UpgradeAppliedSchemaResponse,
11
- __MetadataBearer {}
6
+ extends UpgradeAppliedSchemaResponse, __MetadataBearer {}
12
7
  declare const UpgradeAppliedSchemaCommand_base: {
13
8
  new (
14
- input: UpgradeAppliedSchemaCommandInput
9
+ input: UpgradeAppliedSchemaCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpgradeAppliedSchemaCommandInput,
17
12
  UpgradeAppliedSchemaCommandOutput,
@@ -20,7 +15,7 @@ declare const UpgradeAppliedSchemaCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpgradeAppliedSchemaCommandInput
18
+ input: UpgradeAppliedSchemaCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpgradeAppliedSchemaCommandInput,
26
21
  UpgradeAppliedSchemaCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpgradePublishedSchemaRequest,
4
- UpgradePublishedSchemaResponse,
5
- } from "../models/models_0";
2
+ import { UpgradePublishedSchemaRequest, UpgradePublishedSchemaResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpgradePublishedSchemaCommandInput
8
- extends UpgradePublishedSchemaRequest {}
4
+ export interface UpgradePublishedSchemaCommandInput extends UpgradePublishedSchemaRequest {}
9
5
  export interface UpgradePublishedSchemaCommandOutput
10
- extends UpgradePublishedSchemaResponse,
11
- __MetadataBearer {}
6
+ extends UpgradePublishedSchemaResponse, __MetadataBearer {}
12
7
  declare const UpgradePublishedSchemaCommand_base: {
13
8
  new (
14
- input: UpgradePublishedSchemaCommandInput
9
+ input: UpgradePublishedSchemaCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpgradePublishedSchemaCommandInput,
17
12
  UpgradePublishedSchemaCommandOutput,
@@ -20,7 +15,7 @@ declare const UpgradePublishedSchemaCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpgradePublishedSchemaCommandInput
18
+ input: UpgradePublishedSchemaCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpgradePublishedSchemaCommandInput,
26
21
  UpgradePublishedSchemaCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface CloudDirectoryExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -2,8 +2,7 @@ export declare const ConsistencyLevel: {
2
2
  readonly EVENTUAL: "EVENTUAL";
3
3
  readonly SERIALIZABLE: "SERIALIZABLE";
4
4
  };
5
- export type ConsistencyLevel =
6
- (typeof ConsistencyLevel)[keyof typeof ConsistencyLevel];
5
+ export type ConsistencyLevel = (typeof ConsistencyLevel)[keyof typeof ConsistencyLevel];
7
6
  export declare const RangeMode: {
8
7
  readonly EXCLUSIVE: "EXCLUSIVE";
9
8
  readonly FIRST: "FIRST";
@@ -55,8 +54,7 @@ export declare const UpdateActionType: {
55
54
  readonly CREATE_OR_UPDATE: "CREATE_OR_UPDATE";
56
55
  readonly DELETE: "DELETE";
57
56
  };
58
- export type UpdateActionType =
59
- (typeof UpdateActionType)[keyof typeof UpdateActionType];
57
+ export type UpdateActionType = (typeof UpdateActionType)[keyof typeof UpdateActionType];
60
58
  export declare const RuleType: {
61
59
  readonly BINARY_LENGTH: "BINARY_LENGTH";
62
60
  readonly NUMBER_COMPARISON: "NUMBER_COMPARISON";
@@ -72,8 +70,7 @@ export declare const FacetAttributeType: {
72
70
  readonly STRING: "STRING";
73
71
  readonly VARIANT: "VARIANT";
74
72
  };
75
- export type FacetAttributeType =
76
- (typeof FacetAttributeType)[keyof typeof FacetAttributeType];
73
+ export type FacetAttributeType = (typeof FacetAttributeType)[keyof typeof FacetAttributeType];
77
74
  export declare const RequiredAttributeBehavior: {
78
75
  readonly NOT_REQUIRED: "NOT_REQUIRED";
79
76
  readonly REQUIRED_ALWAYS: "REQUIRED_ALWAYS";
@@ -97,5 +94,4 @@ export declare const DirectoryState: {
97
94
  readonly DISABLED: "DISABLED";
98
95
  readonly ENABLED: "ENABLED";
99
96
  };
100
- export type DirectoryState =
101
- (typeof DirectoryState)[keyof typeof DirectoryState];
97
+ export type DirectoryState = (typeof DirectoryState)[keyof typeof DirectoryState];
@@ -5,97 +5,73 @@ export declare class AccessDeniedException extends __BaseException {
5
5
  readonly name: "AccessDeniedException";
6
6
  readonly $fault: "client";
7
7
  Message?: string | undefined;
8
- constructor(
9
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
10
- );
8
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
11
9
  }
12
10
  export declare class DirectoryNotEnabledException extends __BaseException {
13
11
  readonly name: "DirectoryNotEnabledException";
14
12
  readonly $fault: "client";
15
13
  Message?: string | undefined;
16
- constructor(
17
- opts: __ExceptionOptionType<DirectoryNotEnabledException, __BaseException>
18
- );
14
+ constructor(opts: __ExceptionOptionType<DirectoryNotEnabledException, __BaseException>);
19
15
  }
20
16
  export declare class FacetValidationException extends __BaseException {
21
17
  readonly name: "FacetValidationException";
22
18
  readonly $fault: "client";
23
19
  Message?: string | undefined;
24
- constructor(
25
- opts: __ExceptionOptionType<FacetValidationException, __BaseException>
26
- );
20
+ constructor(opts: __ExceptionOptionType<FacetValidationException, __BaseException>);
27
21
  }
28
22
  export declare class InternalServiceException extends __BaseException {
29
23
  readonly name: "InternalServiceException";
30
24
  readonly $fault: "server";
31
25
  Message?: string | undefined;
32
- constructor(
33
- opts: __ExceptionOptionType<InternalServiceException, __BaseException>
34
- );
26
+ constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
35
27
  }
36
28
  export declare class InvalidArnException extends __BaseException {
37
29
  readonly name: "InvalidArnException";
38
30
  readonly $fault: "client";
39
31
  Message?: string | undefined;
40
- constructor(
41
- opts: __ExceptionOptionType<InvalidArnException, __BaseException>
42
- );
32
+ constructor(opts: __ExceptionOptionType<InvalidArnException, __BaseException>);
43
33
  }
44
34
  export declare class LimitExceededException extends __BaseException {
45
35
  readonly name: "LimitExceededException";
46
36
  readonly $fault: "client";
47
37
  Message?: string | undefined;
48
- constructor(
49
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
50
- );
38
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
51
39
  }
52
40
  export declare class ResourceNotFoundException extends __BaseException {
53
41
  readonly name: "ResourceNotFoundException";
54
42
  readonly $fault: "client";
55
43
  Message?: string | undefined;
56
- constructor(
57
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
58
- );
44
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
59
45
  }
60
46
  export declare class RetryableConflictException extends __BaseException {
61
47
  readonly name: "RetryableConflictException";
62
48
  readonly $fault: "client";
63
49
  Message?: string | undefined;
64
- constructor(
65
- opts: __ExceptionOptionType<RetryableConflictException, __BaseException>
66
- );
50
+ constructor(opts: __ExceptionOptionType<RetryableConflictException, __BaseException>);
67
51
  }
68
52
  export declare class ValidationException extends __BaseException {
69
53
  readonly name: "ValidationException";
70
54
  readonly $fault: "client";
71
55
  Message?: string | undefined;
72
- constructor(
73
- opts: __ExceptionOptionType<ValidationException, __BaseException>
74
- );
56
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
75
57
  }
76
58
  export declare class InvalidAttachmentException extends __BaseException {
77
59
  readonly name: "InvalidAttachmentException";
78
60
  readonly $fault: "client";
79
61
  Message?: string | undefined;
80
- constructor(
81
- opts: __ExceptionOptionType<InvalidAttachmentException, __BaseException>
82
- );
62
+ constructor(opts: __ExceptionOptionType<InvalidAttachmentException, __BaseException>);
83
63
  }
84
64
  export declare class SchemaAlreadyExistsException extends __BaseException {
85
65
  readonly name: "SchemaAlreadyExistsException";
86
66
  readonly $fault: "client";
87
67
  Message?: string | undefined;
88
- constructor(
89
- opts: __ExceptionOptionType<SchemaAlreadyExistsException, __BaseException>
90
- );
68
+ constructor(opts: __ExceptionOptionType<SchemaAlreadyExistsException, __BaseException>);
91
69
  }
92
70
  export declare class LinkNameAlreadyInUseException extends __BaseException {
93
71
  readonly name: "LinkNameAlreadyInUseException";
94
72
  readonly $fault: "client";
95
73
  Message?: string | undefined;
96
- constructor(
97
- opts: __ExceptionOptionType<LinkNameAlreadyInUseException, __BaseException>
98
- );
74
+ constructor(opts: __ExceptionOptionType<LinkNameAlreadyInUseException, __BaseException>);
99
75
  }
100
76
  export declare class NotPolicyException extends __BaseException {
101
77
  readonly name: "NotPolicyException";
@@ -107,12 +83,7 @@ export declare class IndexedAttributeMissingException extends __BaseException {
107
83
  readonly name: "IndexedAttributeMissingException";
108
84
  readonly $fault: "client";
109
85
  Message?: string | undefined;
110
- constructor(
111
- opts: __ExceptionOptionType<
112
- IndexedAttributeMissingException,
113
- __BaseException
114
- >
115
- );
86
+ constructor(opts: __ExceptionOptionType<IndexedAttributeMissingException, __BaseException>);
116
87
  }
117
88
  export declare class NotIndexException extends __BaseException {
118
89
  readonly name: "NotIndexException";
@@ -126,100 +97,73 @@ export declare class BatchWriteException extends __BaseException {
126
97
  Index?: number | undefined;
127
98
  Type?: BatchWriteExceptionType | undefined;
128
99
  Message?: string | undefined;
129
- constructor(
130
- opts: __ExceptionOptionType<BatchWriteException, __BaseException>
131
- );
100
+ constructor(opts: __ExceptionOptionType<BatchWriteException, __BaseException>);
132
101
  }
133
102
  export declare class DirectoryAlreadyExistsException extends __BaseException {
134
103
  readonly name: "DirectoryAlreadyExistsException";
135
104
  readonly $fault: "client";
136
105
  Message?: string | undefined;
137
- constructor(
138
- opts: __ExceptionOptionType<
139
- DirectoryAlreadyExistsException,
140
- __BaseException
141
- >
142
- );
106
+ constructor(opts: __ExceptionOptionType<DirectoryAlreadyExistsException, __BaseException>);
143
107
  }
144
108
  export declare class FacetAlreadyExistsException extends __BaseException {
145
109
  readonly name: "FacetAlreadyExistsException";
146
110
  readonly $fault: "client";
147
111
  Message?: string | undefined;
148
- constructor(
149
- opts: __ExceptionOptionType<FacetAlreadyExistsException, __BaseException>
150
- );
112
+ constructor(opts: __ExceptionOptionType<FacetAlreadyExistsException, __BaseException>);
151
113
  }
152
114
  export declare class InvalidRuleException extends __BaseException {
153
115
  readonly name: "InvalidRuleException";
154
116
  readonly $fault: "client";
155
117
  Message?: string | undefined;
156
- constructor(
157
- opts: __ExceptionOptionType<InvalidRuleException, __BaseException>
158
- );
118
+ constructor(opts: __ExceptionOptionType<InvalidRuleException, __BaseException>);
159
119
  }
160
120
  export declare class UnsupportedIndexTypeException extends __BaseException {
161
121
  readonly name: "UnsupportedIndexTypeException";
162
122
  readonly $fault: "client";
163
123
  Message?: string | undefined;
164
- constructor(
165
- opts: __ExceptionOptionType<UnsupportedIndexTypeException, __BaseException>
166
- );
124
+ constructor(opts: __ExceptionOptionType<UnsupportedIndexTypeException, __BaseException>);
167
125
  }
168
126
  export declare class DirectoryDeletedException extends __BaseException {
169
127
  readonly name: "DirectoryDeletedException";
170
128
  readonly $fault: "client";
171
129
  Message?: string | undefined;
172
- constructor(
173
- opts: __ExceptionOptionType<DirectoryDeletedException, __BaseException>
174
- );
130
+ constructor(opts: __ExceptionOptionType<DirectoryDeletedException, __BaseException>);
175
131
  }
176
132
  export declare class DirectoryNotDisabledException extends __BaseException {
177
133
  readonly name: "DirectoryNotDisabledException";
178
134
  readonly $fault: "client";
179
135
  Message?: string | undefined;
180
- constructor(
181
- opts: __ExceptionOptionType<DirectoryNotDisabledException, __BaseException>
182
- );
136
+ constructor(opts: __ExceptionOptionType<DirectoryNotDisabledException, __BaseException>);
183
137
  }
184
138
  export declare class FacetInUseException extends __BaseException {
185
139
  readonly name: "FacetInUseException";
186
140
  readonly $fault: "client";
187
141
  Message?: string | undefined;
188
- constructor(
189
- opts: __ExceptionOptionType<FacetInUseException, __BaseException>
190
- );
142
+ constructor(opts: __ExceptionOptionType<FacetInUseException, __BaseException>);
191
143
  }
192
144
  export declare class FacetNotFoundException extends __BaseException {
193
145
  readonly name: "FacetNotFoundException";
194
146
  readonly $fault: "client";
195
147
  Message?: string | undefined;
196
- constructor(
197
- opts: __ExceptionOptionType<FacetNotFoundException, __BaseException>
198
- );
148
+ constructor(opts: __ExceptionOptionType<FacetNotFoundException, __BaseException>);
199
149
  }
200
150
  export declare class ObjectNotDetachedException extends __BaseException {
201
151
  readonly name: "ObjectNotDetachedException";
202
152
  readonly $fault: "client";
203
153
  Message?: string | undefined;
204
- constructor(
205
- opts: __ExceptionOptionType<ObjectNotDetachedException, __BaseException>
206
- );
154
+ constructor(opts: __ExceptionOptionType<ObjectNotDetachedException, __BaseException>);
207
155
  }
208
156
  export declare class StillContainsLinksException extends __BaseException {
209
157
  readonly name: "StillContainsLinksException";
210
158
  readonly $fault: "client";
211
159
  Message?: string | undefined;
212
- constructor(
213
- opts: __ExceptionOptionType<StillContainsLinksException, __BaseException>
214
- );
160
+ constructor(opts: __ExceptionOptionType<StillContainsLinksException, __BaseException>);
215
161
  }
216
162
  export declare class ObjectAlreadyDetachedException extends __BaseException {
217
163
  readonly name: "ObjectAlreadyDetachedException";
218
164
  readonly $fault: "client";
219
165
  Message?: string | undefined;
220
- constructor(
221
- opts: __ExceptionOptionType<ObjectAlreadyDetachedException, __BaseException>
222
- );
166
+ constructor(opts: __ExceptionOptionType<ObjectAlreadyDetachedException, __BaseException>);
223
167
  }
224
168
  export declare class NotNodeException extends __BaseException {
225
169
  readonly name: "NotNodeException";
@@ -231,61 +175,41 @@ export declare class InvalidNextTokenException extends __BaseException {
231
175
  readonly name: "InvalidNextTokenException";
232
176
  readonly $fault: "client";
233
177
  Message?: string | undefined;
234
- constructor(
235
- opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
236
- );
178
+ constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
237
179
  }
238
180
  export declare class CannotListParentOfRootException extends __BaseException {
239
181
  readonly name: "CannotListParentOfRootException";
240
182
  readonly $fault: "client";
241
183
  Message?: string | undefined;
242
- constructor(
243
- opts: __ExceptionOptionType<
244
- CannotListParentOfRootException,
245
- __BaseException
246
- >
247
- );
184
+ constructor(opts: __ExceptionOptionType<CannotListParentOfRootException, __BaseException>);
248
185
  }
249
186
  export declare class InvalidTaggingRequestException extends __BaseException {
250
187
  readonly name: "InvalidTaggingRequestException";
251
188
  readonly $fault: "client";
252
189
  Message?: string | undefined;
253
- constructor(
254
- opts: __ExceptionOptionType<InvalidTaggingRequestException, __BaseException>
255
- );
190
+ constructor(opts: __ExceptionOptionType<InvalidTaggingRequestException, __BaseException>);
256
191
  }
257
192
  export declare class SchemaAlreadyPublishedException extends __BaseException {
258
193
  readonly name: "SchemaAlreadyPublishedException";
259
194
  readonly $fault: "client";
260
195
  Message?: string | undefined;
261
- constructor(
262
- opts: __ExceptionOptionType<
263
- SchemaAlreadyPublishedException,
264
- __BaseException
265
- >
266
- );
196
+ constructor(opts: __ExceptionOptionType<SchemaAlreadyPublishedException, __BaseException>);
267
197
  }
268
198
  export declare class InvalidSchemaDocException extends __BaseException {
269
199
  readonly name: "InvalidSchemaDocException";
270
200
  readonly $fault: "client";
271
201
  Message?: string | undefined;
272
- constructor(
273
- opts: __ExceptionOptionType<InvalidSchemaDocException, __BaseException>
274
- );
202
+ constructor(opts: __ExceptionOptionType<InvalidSchemaDocException, __BaseException>);
275
203
  }
276
204
  export declare class InvalidFacetUpdateException extends __BaseException {
277
205
  readonly name: "InvalidFacetUpdateException";
278
206
  readonly $fault: "client";
279
207
  Message?: string | undefined;
280
- constructor(
281
- opts: __ExceptionOptionType<InvalidFacetUpdateException, __BaseException>
282
- );
208
+ constructor(opts: __ExceptionOptionType<InvalidFacetUpdateException, __BaseException>);
283
209
  }
284
210
  export declare class IncompatibleSchemaException extends __BaseException {
285
211
  readonly name: "IncompatibleSchemaException";
286
212
  readonly $fault: "client";
287
213
  Message?: string | undefined;
288
- constructor(
289
- opts: __ExceptionOptionType<IncompatibleSchemaException, __BaseException>
290
- );
214
+ constructor(opts: __ExceptionOptionType<IncompatibleSchemaException, __BaseException>);
291
215
  }
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { CloudDirectoryClient } from "../CloudDirectoryClient";
3
- export interface CloudDirectoryPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface CloudDirectoryPaginationConfiguration extends PaginationConfiguration {
5
4
  client: CloudDirectoryClient;
6
5
  }
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListIndexCommandInput,
4
- ListIndexCommandOutput,
5
- } from "../commands/ListIndexCommand";
2
+ import { ListIndexCommandInput, ListIndexCommandOutput } from "../commands/ListIndexCommand";
6
3
  import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListIndex: (
8
5
  config: CloudDirectoryPaginationConfiguration,
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };