@aws-sdk/client-clouddirectory 3.47.1 → 3.50.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 (101) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +39 -33
  3. package/dist-types/ts3.4/CloudDirectory.d.ts +0 -335
  4. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +0 -139
  5. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +0 -17
  46. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +0 -17
  47. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +0 -17
  48. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +0 -17
  49. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +0 -17
  50. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +0 -17
  51. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +0 -17
  52. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +0 -17
  53. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +0 -17
  54. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +0 -17
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  56. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +0 -17
  57. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +0 -17
  58. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +0 -17
  59. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +0 -17
  60. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +0 -17
  61. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +0 -17
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  64. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +0 -17
  65. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +0 -17
  66. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +0 -17
  67. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +0 -17
  68. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +0 -17
  69. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +0 -17
  70. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +0 -17
  71. package/dist-types/ts3.4/commands/index.d.ts +0 -66
  72. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  73. package/dist-types/ts3.4/index.d.ts +0 -5
  74. package/dist-types/ts3.4/models/index.d.ts +0 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +0 -2925
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  77. package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +0 -4
  78. package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +0 -4
  79. package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +0 -4
  80. package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +0 -4
  81. package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +0 -4
  82. package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +0 -4
  83. package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +0 -4
  84. package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +0 -4
  85. package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +0 -4
  86. package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +0 -4
  87. package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +0 -4
  88. package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +0 -4
  89. package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +0 -4
  90. package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +0 -4
  91. package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +0 -4
  92. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
  93. package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +0 -4
  94. package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +0 -4
  95. package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +0 -4
  96. package/dist-types/ts3.4/pagination/index.d.ts +0 -20
  97. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -200
  98. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  99. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  101. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,139 +0,0 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput } from "./commands/AddFacetToObjectCommand";
10
- import { ApplySchemaCommandInput, ApplySchemaCommandOutput } from "./commands/ApplySchemaCommand";
11
- import { AttachObjectCommandInput, AttachObjectCommandOutput } from "./commands/AttachObjectCommand";
12
- import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "./commands/AttachPolicyCommand";
13
- import { AttachToIndexCommandInput, AttachToIndexCommandOutput } from "./commands/AttachToIndexCommand";
14
- import { AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput } from "./commands/AttachTypedLinkCommand";
15
- import { BatchReadCommandInput, BatchReadCommandOutput } from "./commands/BatchReadCommand";
16
- import { BatchWriteCommandInput, BatchWriteCommandOutput } from "./commands/BatchWriteCommand";
17
- import { CreateDirectoryCommandInput, CreateDirectoryCommandOutput } from "./commands/CreateDirectoryCommand";
18
- import { CreateFacetCommandInput, CreateFacetCommandOutput } from "./commands/CreateFacetCommand";
19
- import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
20
- import { CreateObjectCommandInput, CreateObjectCommandOutput } from "./commands/CreateObjectCommand";
21
- import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "./commands/CreateSchemaCommand";
22
- import { CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput } from "./commands/CreateTypedLinkFacetCommand";
23
- import { DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput } from "./commands/DeleteDirectoryCommand";
24
- import { DeleteFacetCommandInput, DeleteFacetCommandOutput } from "./commands/DeleteFacetCommand";
25
- import { DeleteObjectCommandInput, DeleteObjectCommandOutput } from "./commands/DeleteObjectCommand";
26
- import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "./commands/DeleteSchemaCommand";
27
- import { DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput } from "./commands/DeleteTypedLinkFacetCommand";
28
- import { DetachFromIndexCommandInput, DetachFromIndexCommandOutput } from "./commands/DetachFromIndexCommand";
29
- import { DetachObjectCommandInput, DetachObjectCommandOutput } from "./commands/DetachObjectCommand";
30
- import { DetachPolicyCommandInput, DetachPolicyCommandOutput } from "./commands/DetachPolicyCommand";
31
- import { DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput } from "./commands/DetachTypedLinkCommand";
32
- import { DisableDirectoryCommandInput, DisableDirectoryCommandOutput } from "./commands/DisableDirectoryCommand";
33
- import { EnableDirectoryCommandInput, EnableDirectoryCommandOutput } from "./commands/EnableDirectoryCommand";
34
- import { GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput } from "./commands/GetAppliedSchemaVersionCommand";
35
- import { GetDirectoryCommandInput, GetDirectoryCommandOutput } from "./commands/GetDirectoryCommand";
36
- import { GetFacetCommandInput, GetFacetCommandOutput } from "./commands/GetFacetCommand";
37
- import { GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput } from "./commands/GetLinkAttributesCommand";
38
- import { GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput } from "./commands/GetObjectAttributesCommand";
39
- import { GetObjectInformationCommandInput, GetObjectInformationCommandOutput } from "./commands/GetObjectInformationCommand";
40
- import { GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput } from "./commands/GetSchemaAsJsonCommand";
41
- import { GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput } from "./commands/GetTypedLinkFacetInformationCommand";
42
- import { ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput } from "./commands/ListAppliedSchemaArnsCommand";
43
- import { ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput } from "./commands/ListAttachedIndicesCommand";
44
- import { ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput } from "./commands/ListDevelopmentSchemaArnsCommand";
45
- import { ListDirectoriesCommandInput, ListDirectoriesCommandOutput } from "./commands/ListDirectoriesCommand";
46
- import { ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput } from "./commands/ListFacetAttributesCommand";
47
- import { ListFacetNamesCommandInput, ListFacetNamesCommandOutput } from "./commands/ListFacetNamesCommand";
48
- import { ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput } from "./commands/ListIncomingTypedLinksCommand";
49
- import { ListIndexCommandInput, ListIndexCommandOutput } from "./commands/ListIndexCommand";
50
- import { ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput } from "./commands/ListManagedSchemaArnsCommand";
51
- import { ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput } from "./commands/ListObjectAttributesCommand";
52
- import { ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput } from "./commands/ListObjectChildrenCommand";
53
- import { ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput } from "./commands/ListObjectParentPathsCommand";
54
- import { ListObjectParentsCommandInput, ListObjectParentsCommandOutput } from "./commands/ListObjectParentsCommand";
55
- import { ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput } from "./commands/ListObjectPoliciesCommand";
56
- import { ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput } from "./commands/ListOutgoingTypedLinksCommand";
57
- import { ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput } from "./commands/ListPolicyAttachmentsCommand";
58
- import { ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput } from "./commands/ListPublishedSchemaArnsCommand";
59
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
60
- import { ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput } from "./commands/ListTypedLinkFacetAttributesCommand";
61
- import { ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput } from "./commands/ListTypedLinkFacetNamesCommand";
62
- import { LookupPolicyCommandInput, LookupPolicyCommandOutput } from "./commands/LookupPolicyCommand";
63
- import { PublishSchemaCommandInput, PublishSchemaCommandOutput } from "./commands/PublishSchemaCommand";
64
- import { PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput } from "./commands/PutSchemaFromJsonCommand";
65
- import { RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput } from "./commands/RemoveFacetFromObjectCommand";
66
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
67
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
68
- import { UpdateFacetCommandInput, UpdateFacetCommandOutput } from "./commands/UpdateFacetCommand";
69
- import { UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput } from "./commands/UpdateLinkAttributesCommand";
70
- import { UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput } from "./commands/UpdateObjectAttributesCommand";
71
- import { UpdateSchemaCommandInput, UpdateSchemaCommandOutput } from "./commands/UpdateSchemaCommand";
72
- import { UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput } from "./commands/UpdateTypedLinkFacetCommand";
73
- import { UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput } from "./commands/UpgradeAppliedSchemaCommand";
74
- import { UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput } from "./commands/UpgradePublishedSchemaCommand";
75
- export declare type ServiceInputTypes = AddFacetToObjectCommandInput | ApplySchemaCommandInput | AttachObjectCommandInput | AttachPolicyCommandInput | AttachToIndexCommandInput | AttachTypedLinkCommandInput | BatchReadCommandInput | BatchWriteCommandInput | CreateDirectoryCommandInput | CreateFacetCommandInput | CreateIndexCommandInput | CreateObjectCommandInput | CreateSchemaCommandInput | CreateTypedLinkFacetCommandInput | DeleteDirectoryCommandInput | DeleteFacetCommandInput | DeleteObjectCommandInput | DeleteSchemaCommandInput | DeleteTypedLinkFacetCommandInput | DetachFromIndexCommandInput | DetachObjectCommandInput | DetachPolicyCommandInput | DetachTypedLinkCommandInput | DisableDirectoryCommandInput | EnableDirectoryCommandInput | GetAppliedSchemaVersionCommandInput | GetDirectoryCommandInput | GetFacetCommandInput | GetLinkAttributesCommandInput | GetObjectAttributesCommandInput | GetObjectInformationCommandInput | GetSchemaAsJsonCommandInput | GetTypedLinkFacetInformationCommandInput | ListAppliedSchemaArnsCommandInput | ListAttachedIndicesCommandInput | ListDevelopmentSchemaArnsCommandInput | ListDirectoriesCommandInput | ListFacetAttributesCommandInput | ListFacetNamesCommandInput | ListIncomingTypedLinksCommandInput | ListIndexCommandInput | ListManagedSchemaArnsCommandInput | ListObjectAttributesCommandInput | ListObjectChildrenCommandInput | ListObjectParentPathsCommandInput | ListObjectParentsCommandInput | ListObjectPoliciesCommandInput | ListOutgoingTypedLinksCommandInput | ListPolicyAttachmentsCommandInput | ListPublishedSchemaArnsCommandInput | ListTagsForResourceCommandInput | ListTypedLinkFacetAttributesCommandInput | ListTypedLinkFacetNamesCommandInput | LookupPolicyCommandInput | PublishSchemaCommandInput | PutSchemaFromJsonCommandInput | RemoveFacetFromObjectCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFacetCommandInput | UpdateLinkAttributesCommandInput | UpdateObjectAttributesCommandInput | UpdateSchemaCommandInput | UpdateTypedLinkFacetCommandInput | UpgradeAppliedSchemaCommandInput | UpgradePublishedSchemaCommandInput;
76
- export declare type ServiceOutputTypes = AddFacetToObjectCommandOutput | ApplySchemaCommandOutput | AttachObjectCommandOutput | AttachPolicyCommandOutput | AttachToIndexCommandOutput | AttachTypedLinkCommandOutput | BatchReadCommandOutput | BatchWriteCommandOutput | CreateDirectoryCommandOutput | CreateFacetCommandOutput | CreateIndexCommandOutput | CreateObjectCommandOutput | CreateSchemaCommandOutput | CreateTypedLinkFacetCommandOutput | DeleteDirectoryCommandOutput | DeleteFacetCommandOutput | DeleteObjectCommandOutput | DeleteSchemaCommandOutput | DeleteTypedLinkFacetCommandOutput | DetachFromIndexCommandOutput | DetachObjectCommandOutput | DetachPolicyCommandOutput | DetachTypedLinkCommandOutput | DisableDirectoryCommandOutput | EnableDirectoryCommandOutput | GetAppliedSchemaVersionCommandOutput | GetDirectoryCommandOutput | GetFacetCommandOutput | GetLinkAttributesCommandOutput | GetObjectAttributesCommandOutput | GetObjectInformationCommandOutput | GetSchemaAsJsonCommandOutput | GetTypedLinkFacetInformationCommandOutput | ListAppliedSchemaArnsCommandOutput | ListAttachedIndicesCommandOutput | ListDevelopmentSchemaArnsCommandOutput | ListDirectoriesCommandOutput | ListFacetAttributesCommandOutput | ListFacetNamesCommandOutput | ListIncomingTypedLinksCommandOutput | ListIndexCommandOutput | ListManagedSchemaArnsCommandOutput | ListObjectAttributesCommandOutput | ListObjectChildrenCommandOutput | ListObjectParentPathsCommandOutput | ListObjectParentsCommandOutput | ListObjectPoliciesCommandOutput | ListOutgoingTypedLinksCommandOutput | ListPolicyAttachmentsCommandOutput | ListPublishedSchemaArnsCommandOutput | ListTagsForResourceCommandOutput | ListTypedLinkFacetAttributesCommandOutput | ListTypedLinkFacetNamesCommandOutput | LookupPolicyCommandOutput | PublishSchemaCommandOutput | PutSchemaFromJsonCommandOutput | RemoveFacetFromObjectCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFacetCommandOutput | UpdateLinkAttributesCommandOutput | UpdateObjectAttributesCommandOutput | UpdateSchemaCommandOutput | UpdateTypedLinkFacetCommandOutput | UpgradeAppliedSchemaCommandOutput | UpgradePublishedSchemaCommandOutput;
77
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
78
-
79
- requestHandler?: __HttpHandler;
80
-
81
- sha256?: __HashConstructor;
82
-
83
- urlParser?: __UrlParser;
84
-
85
- bodyLengthChecker?: (body: any) => number | undefined;
86
-
87
- streamCollector?: __StreamCollector;
88
-
89
- base64Decoder?: __Decoder;
90
-
91
- base64Encoder?: __Encoder;
92
-
93
- utf8Decoder?: __Decoder;
94
-
95
- utf8Encoder?: __Encoder;
96
-
97
- runtime?: string;
98
-
99
- disableHostPrefix?: boolean;
100
-
101
- maxAttempts?: number | __Provider<number>;
102
-
103
- retryMode?: string | __Provider<string>;
104
-
105
- logger?: __Logger;
106
-
107
- useDualstackEndpoint?: boolean | __Provider<boolean>;
108
-
109
- useFipsEndpoint?: boolean | __Provider<boolean>;
110
-
111
- serviceId?: string;
112
-
113
- region?: string | __Provider<string>;
114
-
115
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
116
-
117
- regionInfoProvider?: RegionInfoProvider;
118
-
119
- defaultUserAgentProvider?: Provider<__UserAgent>;
120
-
121
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
122
- }
123
- declare type CloudDirectoryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
124
-
125
- export interface CloudDirectoryClientConfig extends CloudDirectoryClientConfigType {
126
- }
127
- declare type CloudDirectoryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
128
-
129
- export interface CloudDirectoryClientResolvedConfig extends CloudDirectoryClientResolvedConfigType {
130
- }
131
-
132
- export declare class CloudDirectoryClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudDirectoryClientResolvedConfig> {
133
-
134
- readonly config: CloudDirectoryClientResolvedConfig;
135
- constructor(configuration: CloudDirectoryClientConfig);
136
-
137
- destroy(): void;
138
- }
139
- export {};
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { AddFacetToObjectRequest, AddFacetToObjectResponse } from "../models/models_0";
5
- export interface AddFacetToObjectCommandInput extends AddFacetToObjectRequest {
6
- }
7
- export interface AddFacetToObjectCommandOutput extends AddFacetToObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddFacetToObjectCommand extends $Command<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: AddFacetToObjectCommandInput;
12
- constructor(input: AddFacetToObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { ApplySchemaRequest, ApplySchemaResponse } from "../models/models_0";
5
- export interface ApplySchemaCommandInput extends ApplySchemaRequest {
6
- }
7
- export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ApplySchemaCommand extends $Command<ApplySchemaCommandInput, ApplySchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: ApplySchemaCommandInput;
12
- constructor(input: ApplySchemaCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ApplySchemaCommandInput, ApplySchemaCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { AttachObjectRequest, AttachObjectResponse } from "../models/models_0";
5
- export interface AttachObjectCommandInput extends AttachObjectRequest {
6
- }
7
- export interface AttachObjectCommandOutput extends AttachObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachObjectCommand extends $Command<AttachObjectCommandInput, AttachObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: AttachObjectCommandInput;
12
- constructor(input: AttachObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachObjectCommandInput, AttachObjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { AttachPolicyRequest, AttachPolicyResponse } from "../models/models_0";
5
- export interface AttachPolicyCommandInput extends AttachPolicyRequest {
6
- }
7
- export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachPolicyCommand extends $Command<AttachPolicyCommandInput, AttachPolicyCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: AttachPolicyCommandInput;
12
- constructor(input: AttachPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachPolicyCommandInput, AttachPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { AttachToIndexRequest, AttachToIndexResponse } from "../models/models_0";
5
- export interface AttachToIndexCommandInput extends AttachToIndexRequest {
6
- }
7
- export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachToIndexCommand extends $Command<AttachToIndexCommandInput, AttachToIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: AttachToIndexCommandInput;
12
- constructor(input: AttachToIndexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachToIndexCommandInput, AttachToIndexCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { AttachTypedLinkRequest, AttachTypedLinkResponse } from "../models/models_0";
5
- export interface AttachTypedLinkCommandInput extends AttachTypedLinkRequest {
6
- }
7
- export interface AttachTypedLinkCommandOutput extends AttachTypedLinkResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachTypedLinkCommand extends $Command<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: AttachTypedLinkCommandInput;
12
- constructor(input: AttachTypedLinkCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { BatchReadRequest, BatchReadResponse } from "../models/models_0";
5
- export interface BatchReadCommandInput extends BatchReadRequest {
6
- }
7
- export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchReadCommand extends $Command<BatchReadCommandInput, BatchReadCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: BatchReadCommandInput;
12
- constructor(input: BatchReadCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchReadCommandInput, BatchReadCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { BatchWriteRequest, BatchWriteResponse } from "../models/models_0";
5
- export interface BatchWriteCommandInput extends BatchWriteRequest {
6
- }
7
- export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchWriteCommand extends $Command<BatchWriteCommandInput, BatchWriteCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: BatchWriteCommandInput;
12
- constructor(input: BatchWriteCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchWriteCommandInput, BatchWriteCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { CreateDirectoryRequest, CreateDirectoryResponse } from "../models/models_0";
5
- export interface CreateDirectoryCommandInput extends CreateDirectoryRequest {
6
- }
7
- export interface CreateDirectoryCommandOutput extends CreateDirectoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDirectoryCommand extends $Command<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: CreateDirectoryCommandInput;
12
- constructor(input: CreateDirectoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDirectoryCommandInput, CreateDirectoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { CreateFacetRequest, CreateFacetResponse } from "../models/models_0";
5
- export interface CreateFacetCommandInput extends CreateFacetRequest {
6
- }
7
- export interface CreateFacetCommandOutput extends CreateFacetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFacetCommand extends $Command<CreateFacetCommandInput, CreateFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: CreateFacetCommandInput;
12
- constructor(input: CreateFacetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFacetCommandInput, CreateFacetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { CreateIndexRequest, CreateIndexResponse } from "../models/models_0";
5
- export interface CreateIndexCommandInput extends CreateIndexRequest {
6
- }
7
- export interface CreateIndexCommandOutput extends CreateIndexResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateIndexCommand extends $Command<CreateIndexCommandInput, CreateIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: CreateIndexCommandInput;
12
- constructor(input: CreateIndexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIndexCommandInput, CreateIndexCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { CreateObjectRequest, CreateObjectResponse } from "../models/models_0";
5
- export interface CreateObjectCommandInput extends CreateObjectRequest {
6
- }
7
- export interface CreateObjectCommandOutput extends CreateObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateObjectCommand extends $Command<CreateObjectCommandInput, CreateObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: CreateObjectCommandInput;
12
- constructor(input: CreateObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateObjectCommandInput, CreateObjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
5
- export interface CreateSchemaCommandInput extends CreateSchemaRequest {
6
- }
7
- export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: CreateSchemaCommandInput;
12
- constructor(input: CreateSchemaCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSchemaCommandInput, CreateSchemaCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { CreateTypedLinkFacetRequest, CreateTypedLinkFacetResponse } from "../models/models_0";
5
- export interface CreateTypedLinkFacetCommandInput extends CreateTypedLinkFacetRequest {
6
- }
7
- export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateTypedLinkFacetCommand extends $Command<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: CreateTypedLinkFacetCommandInput;
12
- constructor(input: CreateTypedLinkFacetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { DeleteDirectoryRequest, DeleteDirectoryResponse } from "../models/models_0";
5
- export interface DeleteDirectoryCommandInput extends DeleteDirectoryRequest {
6
- }
7
- export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDirectoryCommand extends $Command<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DeleteDirectoryCommandInput;
12
- constructor(input: DeleteDirectoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { DeleteFacetRequest, DeleteFacetResponse } from "../models/models_0";
5
- export interface DeleteFacetCommandInput extends DeleteFacetRequest {
6
- }
7
- export interface DeleteFacetCommandOutput extends DeleteFacetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFacetCommand extends $Command<DeleteFacetCommandInput, DeleteFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DeleteFacetCommandInput;
12
- constructor(input: DeleteFacetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFacetCommandInput, DeleteFacetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0";
5
- export interface DeleteObjectCommandInput extends DeleteObjectRequest {
6
- }
7
- export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteObjectCommand extends $Command<DeleteObjectCommandInput, DeleteObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DeleteObjectCommandInput;
12
- constructor(input: DeleteObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteObjectCommandInput, DeleteObjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { DeleteSchemaRequest, DeleteSchemaResponse } from "../models/models_0";
5
- export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {
6
- }
7
- export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSchemaCommand extends $Command<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DeleteSchemaCommandInput;
12
- constructor(input: DeleteSchemaCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSchemaCommandInput, DeleteSchemaCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { DeleteTypedLinkFacetRequest, DeleteTypedLinkFacetResponse } from "../models/models_0";
5
- export interface DeleteTypedLinkFacetCommandInput extends DeleteTypedLinkFacetRequest {
6
- }
7
- export interface DeleteTypedLinkFacetCommandOutput extends DeleteTypedLinkFacetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTypedLinkFacetCommand extends $Command<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DeleteTypedLinkFacetCommandInput;
12
- constructor(input: DeleteTypedLinkFacetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { DetachFromIndexRequest, DetachFromIndexResponse } from "../models/models_0";
5
- export interface DetachFromIndexCommandInput extends DetachFromIndexRequest {
6
- }
7
- export interface DetachFromIndexCommandOutput extends DetachFromIndexResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetachFromIndexCommand extends $Command<DetachFromIndexCommandInput, DetachFromIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DetachFromIndexCommandInput;
12
- constructor(input: DetachFromIndexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachFromIndexCommandInput, DetachFromIndexCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { DetachObjectRequest, DetachObjectResponse } from "../models/models_0";
5
- export interface DetachObjectCommandInput extends DetachObjectRequest {
6
- }
7
- export interface DetachObjectCommandOutput extends DetachObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetachObjectCommand extends $Command<DetachObjectCommandInput, DetachObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DetachObjectCommandInput;
12
- constructor(input: DetachObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachObjectCommandInput, DetachObjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { DetachPolicyRequest, DetachPolicyResponse } from "../models/models_0";
5
- export interface DetachPolicyCommandInput extends DetachPolicyRequest {
6
- }
7
- export interface DetachPolicyCommandOutput extends DetachPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DetachPolicyCommand extends $Command<DetachPolicyCommandInput, DetachPolicyCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DetachPolicyCommandInput;
12
- constructor(input: DetachPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachPolicyCommandInput, DetachPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { DetachTypedLinkRequest } from "../models/models_0";
5
- export interface DetachTypedLinkCommandInput extends DetachTypedLinkRequest {
6
- }
7
- export interface DetachTypedLinkCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DetachTypedLinkCommand extends $Command<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DetachTypedLinkCommandInput;
12
- constructor(input: DetachTypedLinkCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { DisableDirectoryRequest, DisableDirectoryResponse } from "../models/models_0";
5
- export interface DisableDirectoryCommandInput extends DisableDirectoryRequest {
6
- }
7
- export interface DisableDirectoryCommandOutput extends DisableDirectoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisableDirectoryCommand extends $Command<DisableDirectoryCommandInput, DisableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: DisableDirectoryCommandInput;
12
- constructor(input: DisableDirectoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableDirectoryCommandInput, DisableDirectoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
- import { EnableDirectoryRequest, EnableDirectoryResponse } from "../models/models_0";
5
- export interface EnableDirectoryCommandInput extends EnableDirectoryRequest {
6
- }
7
- export interface EnableDirectoryCommandOutput extends EnableDirectoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class EnableDirectoryCommand extends $Command<EnableDirectoryCommandInput, EnableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
11
- readonly input: EnableDirectoryCommandInput;
12
- constructor(input: EnableDirectoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableDirectoryCommandInput, EnableDirectoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }