@aws-sdk/client-clouddirectory 3.686.0 → 3.691.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +369 -369
- package/dist-types/ts3.4/models/models_0.d.ts +369 -369
- package/package.json +7 -7
|
@@ -7,7 +7,7 @@ import { CloudDirectoryServiceException as __BaseException } from "./CloudDirect
|
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
9
9
|
readonly $fault: "client";
|
|
10
|
-
Message?: string;
|
|
10
|
+
Message?: string | undefined;
|
|
11
11
|
/**
|
|
12
12
|
* @internal
|
|
13
13
|
*/
|
|
@@ -166,7 +166,7 @@ export interface ObjectReference {
|
|
|
166
166
|
* </ul>
|
|
167
167
|
* @public
|
|
168
168
|
*/
|
|
169
|
-
Selector?: string;
|
|
169
|
+
Selector?: string | undefined;
|
|
170
170
|
}
|
|
171
171
|
/**
|
|
172
172
|
* <p>A facet.</p>
|
|
@@ -178,12 +178,12 @@ export interface SchemaFacet {
|
|
|
178
178
|
* If this value is set, FacetName must also be set.</p>
|
|
179
179
|
* @public
|
|
180
180
|
*/
|
|
181
|
-
SchemaArn?: string;
|
|
181
|
+
SchemaArn?: string | undefined;
|
|
182
182
|
/**
|
|
183
183
|
* <p>The name of the facet. If this value is set, SchemaArn must also be set.</p>
|
|
184
184
|
* @public
|
|
185
185
|
*/
|
|
186
|
-
FacetName?: string;
|
|
186
|
+
FacetName?: string | undefined;
|
|
187
187
|
}
|
|
188
188
|
/**
|
|
189
189
|
* @public
|
|
@@ -204,7 +204,7 @@ export interface AddFacetToObjectRequest {
|
|
|
204
204
|
* <p>Attributes on the facet that you are adding to the object.</p>
|
|
205
205
|
* @public
|
|
206
206
|
*/
|
|
207
|
-
ObjectAttributeList?: AttributeKeyAndValue[];
|
|
207
|
+
ObjectAttributeList?: AttributeKeyAndValue[] | undefined;
|
|
208
208
|
/**
|
|
209
209
|
* <p>A reference to the object you are adding the specified facet to.</p>
|
|
210
210
|
* @public
|
|
@@ -223,7 +223,7 @@ export interface AddFacetToObjectResponse {
|
|
|
223
223
|
export declare class DirectoryNotEnabledException extends __BaseException {
|
|
224
224
|
readonly name: "DirectoryNotEnabledException";
|
|
225
225
|
readonly $fault: "client";
|
|
226
|
-
Message?: string;
|
|
226
|
+
Message?: string | undefined;
|
|
227
227
|
/**
|
|
228
228
|
* @internal
|
|
229
229
|
*/
|
|
@@ -237,7 +237,7 @@ export declare class DirectoryNotEnabledException extends __BaseException {
|
|
|
237
237
|
export declare class FacetValidationException extends __BaseException {
|
|
238
238
|
readonly name: "FacetValidationException";
|
|
239
239
|
readonly $fault: "client";
|
|
240
|
-
Message?: string;
|
|
240
|
+
Message?: string | undefined;
|
|
241
241
|
/**
|
|
242
242
|
* @internal
|
|
243
243
|
*/
|
|
@@ -250,7 +250,7 @@ export declare class FacetValidationException extends __BaseException {
|
|
|
250
250
|
export declare class InternalServiceException extends __BaseException {
|
|
251
251
|
readonly name: "InternalServiceException";
|
|
252
252
|
readonly $fault: "server";
|
|
253
|
-
Message?: string;
|
|
253
|
+
Message?: string | undefined;
|
|
254
254
|
/**
|
|
255
255
|
* @internal
|
|
256
256
|
*/
|
|
@@ -263,7 +263,7 @@ export declare class InternalServiceException extends __BaseException {
|
|
|
263
263
|
export declare class InvalidArnException extends __BaseException {
|
|
264
264
|
readonly name: "InvalidArnException";
|
|
265
265
|
readonly $fault: "client";
|
|
266
|
-
Message?: string;
|
|
266
|
+
Message?: string | undefined;
|
|
267
267
|
/**
|
|
268
268
|
* @internal
|
|
269
269
|
*/
|
|
@@ -276,7 +276,7 @@ export declare class InvalidArnException extends __BaseException {
|
|
|
276
276
|
export declare class LimitExceededException extends __BaseException {
|
|
277
277
|
readonly name: "LimitExceededException";
|
|
278
278
|
readonly $fault: "client";
|
|
279
|
-
Message?: string;
|
|
279
|
+
Message?: string | undefined;
|
|
280
280
|
/**
|
|
281
281
|
* @internal
|
|
282
282
|
*/
|
|
@@ -289,7 +289,7 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
289
289
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
290
290
|
readonly name: "ResourceNotFoundException";
|
|
291
291
|
readonly $fault: "client";
|
|
292
|
-
Message?: string;
|
|
292
|
+
Message?: string | undefined;
|
|
293
293
|
/**
|
|
294
294
|
* @internal
|
|
295
295
|
*/
|
|
@@ -302,7 +302,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
302
302
|
export declare class RetryableConflictException extends __BaseException {
|
|
303
303
|
readonly name: "RetryableConflictException";
|
|
304
304
|
readonly $fault: "client";
|
|
305
|
-
Message?: string;
|
|
305
|
+
Message?: string | undefined;
|
|
306
306
|
/**
|
|
307
307
|
* @internal
|
|
308
308
|
*/
|
|
@@ -316,7 +316,7 @@ export declare class RetryableConflictException extends __BaseException {
|
|
|
316
316
|
export declare class ValidationException extends __BaseException {
|
|
317
317
|
readonly name: "ValidationException";
|
|
318
318
|
readonly $fault: "client";
|
|
319
|
-
Message?: string;
|
|
319
|
+
Message?: string | undefined;
|
|
320
320
|
/**
|
|
321
321
|
* @internal
|
|
322
322
|
*/
|
|
@@ -348,13 +348,13 @@ export interface ApplySchemaResponse {
|
|
|
348
348
|
* this directory. For more information, see <a>arns</a>.</p>
|
|
349
349
|
* @public
|
|
350
350
|
*/
|
|
351
|
-
AppliedSchemaArn?: string;
|
|
351
|
+
AppliedSchemaArn?: string | undefined;
|
|
352
352
|
/**
|
|
353
353
|
* <p>The ARN that is associated with the <a>Directory</a>. For more information,
|
|
354
354
|
* see <a>arns</a>.</p>
|
|
355
355
|
* @public
|
|
356
356
|
*/
|
|
357
|
-
DirectoryArn?: string;
|
|
357
|
+
DirectoryArn?: string | undefined;
|
|
358
358
|
}
|
|
359
359
|
/**
|
|
360
360
|
* <p>Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes
|
|
@@ -364,7 +364,7 @@ export interface ApplySchemaResponse {
|
|
|
364
364
|
export declare class InvalidAttachmentException extends __BaseException {
|
|
365
365
|
readonly name: "InvalidAttachmentException";
|
|
366
366
|
readonly $fault: "client";
|
|
367
|
-
Message?: string;
|
|
367
|
+
Message?: string | undefined;
|
|
368
368
|
/**
|
|
369
369
|
* @internal
|
|
370
370
|
*/
|
|
@@ -378,7 +378,7 @@ export declare class InvalidAttachmentException extends __BaseException {
|
|
|
378
378
|
export declare class SchemaAlreadyExistsException extends __BaseException {
|
|
379
379
|
readonly name: "SchemaAlreadyExistsException";
|
|
380
380
|
readonly $fault: "client";
|
|
381
|
-
Message?: string;
|
|
381
|
+
Message?: string | undefined;
|
|
382
382
|
/**
|
|
383
383
|
* @internal
|
|
384
384
|
*/
|
|
@@ -419,7 +419,7 @@ export interface AttachObjectResponse {
|
|
|
419
419
|
* <code>ObjectIdentifier</code>.</p>
|
|
420
420
|
* @public
|
|
421
421
|
*/
|
|
422
|
-
AttachedObjectIdentifier?: string;
|
|
422
|
+
AttachedObjectIdentifier?: string | undefined;
|
|
423
423
|
}
|
|
424
424
|
/**
|
|
425
425
|
* <p>Indicates that a link could not be created due to a naming conflict. Choose a different
|
|
@@ -429,7 +429,7 @@ export interface AttachObjectResponse {
|
|
|
429
429
|
export declare class LinkNameAlreadyInUseException extends __BaseException {
|
|
430
430
|
readonly name: "LinkNameAlreadyInUseException";
|
|
431
431
|
readonly $fault: "client";
|
|
432
|
-
Message?: string;
|
|
432
|
+
Message?: string | undefined;
|
|
433
433
|
/**
|
|
434
434
|
* @internal
|
|
435
435
|
*/
|
|
@@ -469,7 +469,7 @@ export interface AttachPolicyResponse {
|
|
|
469
469
|
export declare class NotPolicyException extends __BaseException {
|
|
470
470
|
readonly name: "NotPolicyException";
|
|
471
471
|
readonly $fault: "client";
|
|
472
|
-
Message?: string;
|
|
472
|
+
Message?: string | undefined;
|
|
473
473
|
/**
|
|
474
474
|
* @internal
|
|
475
475
|
*/
|
|
@@ -504,7 +504,7 @@ export interface AttachToIndexResponse {
|
|
|
504
504
|
* <p>The <code>ObjectIdentifier</code> of the object that was attached to the index.</p>
|
|
505
505
|
* @public
|
|
506
506
|
*/
|
|
507
|
-
AttachedObjectIdentifier?: string;
|
|
507
|
+
AttachedObjectIdentifier?: string | undefined;
|
|
508
508
|
}
|
|
509
509
|
/**
|
|
510
510
|
* <p>An object has been attempted to be attached to an object that does not have the appropriate attribute value.</p>
|
|
@@ -513,7 +513,7 @@ export interface AttachToIndexResponse {
|
|
|
513
513
|
export declare class IndexedAttributeMissingException extends __BaseException {
|
|
514
514
|
readonly name: "IndexedAttributeMissingException";
|
|
515
515
|
readonly $fault: "client";
|
|
516
|
-
Message?: string;
|
|
516
|
+
Message?: string | undefined;
|
|
517
517
|
/**
|
|
518
518
|
* @internal
|
|
519
519
|
*/
|
|
@@ -526,7 +526,7 @@ export declare class IndexedAttributeMissingException extends __BaseException {
|
|
|
526
526
|
export declare class NotIndexException extends __BaseException {
|
|
527
527
|
readonly name: "NotIndexException";
|
|
528
528
|
readonly $fault: "client";
|
|
529
|
-
Message?: string;
|
|
529
|
+
Message?: string | undefined;
|
|
530
530
|
/**
|
|
531
531
|
* @internal
|
|
532
532
|
*/
|
|
@@ -635,7 +635,7 @@ export interface AttachTypedLinkResponse {
|
|
|
635
635
|
* <p>Returns a typed link specifier as output.</p>
|
|
636
636
|
* @public
|
|
637
637
|
*/
|
|
638
|
-
TypedLinkSpecifier?: TypedLinkSpecifier;
|
|
638
|
+
TypedLinkSpecifier?: TypedLinkSpecifier | undefined;
|
|
639
639
|
}
|
|
640
640
|
/**
|
|
641
641
|
* @public
|
|
@@ -711,12 +711,12 @@ export interface BatchListAttachedIndices {
|
|
|
711
711
|
* <p>The pagination token.</p>
|
|
712
712
|
* @public
|
|
713
713
|
*/
|
|
714
|
-
NextToken?: string;
|
|
714
|
+
NextToken?: string | undefined;
|
|
715
715
|
/**
|
|
716
716
|
* <p>The maximum number of results to retrieve.</p>
|
|
717
717
|
* @public
|
|
718
718
|
*/
|
|
719
|
-
MaxResults?: number;
|
|
719
|
+
MaxResults?: number | undefined;
|
|
720
720
|
}
|
|
721
721
|
/**
|
|
722
722
|
* @public
|
|
@@ -747,7 +747,7 @@ export interface TypedAttributeValueRange {
|
|
|
747
747
|
* <p>The value to start the range at.</p>
|
|
748
748
|
* @public
|
|
749
749
|
*/
|
|
750
|
-
StartValue?: TypedAttributeValue;
|
|
750
|
+
StartValue?: TypedAttributeValue | undefined;
|
|
751
751
|
/**
|
|
752
752
|
* <p>The inclusive or exclusive range end.</p>
|
|
753
753
|
* @public
|
|
@@ -757,7 +757,7 @@ export interface TypedAttributeValueRange {
|
|
|
757
757
|
* <p>The attribute value to terminate the range at.</p>
|
|
758
758
|
* @public
|
|
759
759
|
*/
|
|
760
|
-
EndValue?: TypedAttributeValue;
|
|
760
|
+
EndValue?: TypedAttributeValue | undefined;
|
|
761
761
|
}
|
|
762
762
|
/**
|
|
763
763
|
* <p>Identifies the range of attributes that are used by a specified filter.</p>
|
|
@@ -768,7 +768,7 @@ export interface TypedLinkAttributeRange {
|
|
|
768
768
|
* <p>The unique name of the typed link attribute.</p>
|
|
769
769
|
* @public
|
|
770
770
|
*/
|
|
771
|
-
AttributeName?: string;
|
|
771
|
+
AttributeName?: string | undefined;
|
|
772
772
|
/**
|
|
773
773
|
* <p>The range of attribute values that are being selected.</p>
|
|
774
774
|
* @public
|
|
@@ -791,23 +791,23 @@ export interface BatchListIncomingTypedLinks {
|
|
|
791
791
|
* range specified are presumed to match the entire range.</p>
|
|
792
792
|
* @public
|
|
793
793
|
*/
|
|
794
|
-
FilterAttributeRanges?: TypedLinkAttributeRange[];
|
|
794
|
+
FilterAttributeRanges?: TypedLinkAttributeRange[] | undefined;
|
|
795
795
|
/**
|
|
796
796
|
* <p>Filters are interpreted in the order of the attributes on the typed link facet, not the
|
|
797
797
|
* order in which they are supplied to any API calls.</p>
|
|
798
798
|
* @public
|
|
799
799
|
*/
|
|
800
|
-
FilterTypedLink?: TypedLinkSchemaAndFacetName;
|
|
800
|
+
FilterTypedLink?: TypedLinkSchemaAndFacetName | undefined;
|
|
801
801
|
/**
|
|
802
802
|
* <p>The pagination token.</p>
|
|
803
803
|
* @public
|
|
804
804
|
*/
|
|
805
|
-
NextToken?: string;
|
|
805
|
+
NextToken?: string | undefined;
|
|
806
806
|
/**
|
|
807
807
|
* <p>The maximum number of results to retrieve.</p>
|
|
808
808
|
* @public
|
|
809
809
|
*/
|
|
810
|
-
MaxResults?: number;
|
|
810
|
+
MaxResults?: number | undefined;
|
|
811
811
|
}
|
|
812
812
|
/**
|
|
813
813
|
* <p>A range of attributes.</p>
|
|
@@ -818,12 +818,12 @@ export interface ObjectAttributeRange {
|
|
|
818
818
|
* <p>The key of the attribute that the attribute range covers.</p>
|
|
819
819
|
* @public
|
|
820
820
|
*/
|
|
821
|
-
AttributeKey?: AttributeKey;
|
|
821
|
+
AttributeKey?: AttributeKey | undefined;
|
|
822
822
|
/**
|
|
823
823
|
* <p>The range of attribute values being selected.</p>
|
|
824
824
|
* @public
|
|
825
825
|
*/
|
|
826
|
-
Range?: TypedAttributeValueRange;
|
|
826
|
+
Range?: TypedAttributeValueRange | undefined;
|
|
827
827
|
}
|
|
828
828
|
/**
|
|
829
829
|
* <p>Lists objects attached to the specified index inside a <a>BatchRead</a> operation. For more information, see <a>ListIndex</a> and <a>BatchReadRequest$Operations</a>.</p>
|
|
@@ -834,7 +834,7 @@ export interface BatchListIndex {
|
|
|
834
834
|
* <p>Specifies the ranges of indexed values that you want to query.</p>
|
|
835
835
|
* @public
|
|
836
836
|
*/
|
|
837
|
-
RangesOnIndexedValues?: ObjectAttributeRange[];
|
|
837
|
+
RangesOnIndexedValues?: ObjectAttributeRange[] | undefined;
|
|
838
838
|
/**
|
|
839
839
|
* <p>The reference to the index to list.</p>
|
|
840
840
|
* @public
|
|
@@ -844,12 +844,12 @@ export interface BatchListIndex {
|
|
|
844
844
|
* <p>The maximum number of results to retrieve.</p>
|
|
845
845
|
* @public
|
|
846
846
|
*/
|
|
847
|
-
MaxResults?: number;
|
|
847
|
+
MaxResults?: number | undefined;
|
|
848
848
|
/**
|
|
849
849
|
* <p>The pagination token.</p>
|
|
850
850
|
* @public
|
|
851
851
|
*/
|
|
852
|
-
NextToken?: string;
|
|
852
|
+
NextToken?: string | undefined;
|
|
853
853
|
}
|
|
854
854
|
/**
|
|
855
855
|
* <p>Represents the output of a <a>ListObjectAttributes</a> operation.</p>
|
|
@@ -865,19 +865,19 @@ export interface BatchListObjectAttributes {
|
|
|
865
865
|
* <p>The pagination token.</p>
|
|
866
866
|
* @public
|
|
867
867
|
*/
|
|
868
|
-
NextToken?: string;
|
|
868
|
+
NextToken?: string | undefined;
|
|
869
869
|
/**
|
|
870
870
|
* <p>The maximum number of items to be retrieved in a single call. This is an approximate
|
|
871
871
|
* number.</p>
|
|
872
872
|
* @public
|
|
873
873
|
*/
|
|
874
|
-
MaxResults?: number;
|
|
874
|
+
MaxResults?: number | undefined;
|
|
875
875
|
/**
|
|
876
876
|
* <p>Used to filter the list of object attributes that are associated with a certain
|
|
877
877
|
* facet.</p>
|
|
878
878
|
* @public
|
|
879
879
|
*/
|
|
880
|
-
FacetFilter?: SchemaFacet;
|
|
880
|
+
FacetFilter?: SchemaFacet | undefined;
|
|
881
881
|
}
|
|
882
882
|
/**
|
|
883
883
|
* <p>Represents the output of a <a>ListObjectChildren</a> operation.</p>
|
|
@@ -893,13 +893,13 @@ export interface BatchListObjectChildren {
|
|
|
893
893
|
* <p>The pagination token.</p>
|
|
894
894
|
* @public
|
|
895
895
|
*/
|
|
896
|
-
NextToken?: string;
|
|
896
|
+
NextToken?: string | undefined;
|
|
897
897
|
/**
|
|
898
898
|
* <p>Maximum number of items to be retrieved in a single call. This is an approximate
|
|
899
899
|
* number.</p>
|
|
900
900
|
* @public
|
|
901
901
|
*/
|
|
902
|
-
MaxResults?: number;
|
|
902
|
+
MaxResults?: number | undefined;
|
|
903
903
|
}
|
|
904
904
|
/**
|
|
905
905
|
* <p>Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects inside a <a>BatchRead</a> operation. For more information, see <a>ListObjectParentPaths</a> and <a>BatchReadRequest$Operations</a>.</p>
|
|
@@ -915,12 +915,12 @@ export interface BatchListObjectParentPaths {
|
|
|
915
915
|
* <p>The pagination token.</p>
|
|
916
916
|
* @public
|
|
917
917
|
*/
|
|
918
|
-
NextToken?: string;
|
|
918
|
+
NextToken?: string | undefined;
|
|
919
919
|
/**
|
|
920
920
|
* <p>The maximum number of results to retrieve.</p>
|
|
921
921
|
* @public
|
|
922
922
|
*/
|
|
923
|
-
MaxResults?: number;
|
|
923
|
+
MaxResults?: number | undefined;
|
|
924
924
|
}
|
|
925
925
|
/**
|
|
926
926
|
* <p>Lists parent objects that are associated with a given object in pagination
|
|
@@ -937,13 +937,13 @@ export interface BatchListObjectParents {
|
|
|
937
937
|
* <p>The pagination token.</p>
|
|
938
938
|
* @public
|
|
939
939
|
*/
|
|
940
|
-
NextToken?: string;
|
|
940
|
+
NextToken?: string | undefined;
|
|
941
941
|
/**
|
|
942
942
|
* <p>The maximum number of items to be retrieved in a single call. This is an approximate
|
|
943
943
|
* number.</p>
|
|
944
944
|
* @public
|
|
945
945
|
*/
|
|
946
|
-
MaxResults?: number;
|
|
946
|
+
MaxResults?: number | undefined;
|
|
947
947
|
}
|
|
948
948
|
/**
|
|
949
949
|
* <p>Returns policies attached to an object in pagination fashion inside a <a>BatchRead</a> operation. For more information, see <a>ListObjectPolicies</a> and <a>BatchReadRequest$Operations</a>.</p>
|
|
@@ -959,12 +959,12 @@ export interface BatchListObjectPolicies {
|
|
|
959
959
|
* <p>The pagination token.</p>
|
|
960
960
|
* @public
|
|
961
961
|
*/
|
|
962
|
-
NextToken?: string;
|
|
962
|
+
NextToken?: string | undefined;
|
|
963
963
|
/**
|
|
964
964
|
* <p>The maximum number of results to retrieve.</p>
|
|
965
965
|
* @public
|
|
966
966
|
*/
|
|
967
|
-
MaxResults?: number;
|
|
967
|
+
MaxResults?: number | undefined;
|
|
968
968
|
}
|
|
969
969
|
/**
|
|
970
970
|
* <p>Returns a paginated list of all the outgoing <a>TypedLinkSpecifier</a> information for an object inside a <a>BatchRead</a> operation. For more information, see <a>ListOutgoingTypedLinks</a> and <a>BatchReadRequest$Operations</a>.</p>
|
|
@@ -982,23 +982,23 @@ export interface BatchListOutgoingTypedLinks {
|
|
|
982
982
|
* range specified are presumed to match the entire range.</p>
|
|
983
983
|
* @public
|
|
984
984
|
*/
|
|
985
|
-
FilterAttributeRanges?: TypedLinkAttributeRange[];
|
|
985
|
+
FilterAttributeRanges?: TypedLinkAttributeRange[] | undefined;
|
|
986
986
|
/**
|
|
987
987
|
* <p>Filters are interpreted in the order of the attributes defined on the typed link facet,
|
|
988
988
|
* not the order they are supplied to any API calls.</p>
|
|
989
989
|
* @public
|
|
990
990
|
*/
|
|
991
|
-
FilterTypedLink?: TypedLinkSchemaAndFacetName;
|
|
991
|
+
FilterTypedLink?: TypedLinkSchemaAndFacetName | undefined;
|
|
992
992
|
/**
|
|
993
993
|
* <p>The pagination token.</p>
|
|
994
994
|
* @public
|
|
995
995
|
*/
|
|
996
|
-
NextToken?: string;
|
|
996
|
+
NextToken?: string | undefined;
|
|
997
997
|
/**
|
|
998
998
|
* <p>The maximum number of results to retrieve.</p>
|
|
999
999
|
* @public
|
|
1000
1000
|
*/
|
|
1001
|
-
MaxResults?: number;
|
|
1001
|
+
MaxResults?: number | undefined;
|
|
1002
1002
|
}
|
|
1003
1003
|
/**
|
|
1004
1004
|
* <p>Returns all of the <code>ObjectIdentifiers</code> to which a given policy is attached inside a <a>BatchRead</a> operation. For more information, see <a>ListPolicyAttachments</a> and <a>BatchReadRequest$Operations</a>.</p>
|
|
@@ -1014,12 +1014,12 @@ export interface BatchListPolicyAttachments {
|
|
|
1014
1014
|
* <p>The pagination token.</p>
|
|
1015
1015
|
* @public
|
|
1016
1016
|
*/
|
|
1017
|
-
NextToken?: string;
|
|
1017
|
+
NextToken?: string | undefined;
|
|
1018
1018
|
/**
|
|
1019
1019
|
* <p>The maximum number of results to retrieve.</p>
|
|
1020
1020
|
* @public
|
|
1021
1021
|
*/
|
|
1022
|
-
MaxResults?: number;
|
|
1022
|
+
MaxResults?: number | undefined;
|
|
1023
1023
|
}
|
|
1024
1024
|
/**
|
|
1025
1025
|
* <p>Lists all policies from the root of the Directory to the object specified inside a <a>BatchRead</a> operation. For more information, see <a>LookupPolicy</a> and <a>BatchReadRequest$Operations</a>.</p>
|
|
@@ -1035,12 +1035,12 @@ export interface BatchLookupPolicy {
|
|
|
1035
1035
|
* <p>The pagination token.</p>
|
|
1036
1036
|
* @public
|
|
1037
1037
|
*/
|
|
1038
|
-
NextToken?: string;
|
|
1038
|
+
NextToken?: string | undefined;
|
|
1039
1039
|
/**
|
|
1040
1040
|
* <p>The maximum number of results to retrieve.</p>
|
|
1041
1041
|
* @public
|
|
1042
1042
|
*/
|
|
1043
|
-
MaxResults?: number;
|
|
1043
|
+
MaxResults?: number | undefined;
|
|
1044
1044
|
}
|
|
1045
1045
|
/**
|
|
1046
1046
|
* <p>Represents the output of a <code>BatchRead</code> operation.</p>
|
|
@@ -1051,50 +1051,50 @@ export interface BatchReadOperation {
|
|
|
1051
1051
|
* <p>Lists all attributes that are associated with an object.</p>
|
|
1052
1052
|
* @public
|
|
1053
1053
|
*/
|
|
1054
|
-
ListObjectAttributes?: BatchListObjectAttributes;
|
|
1054
|
+
ListObjectAttributes?: BatchListObjectAttributes | undefined;
|
|
1055
1055
|
/**
|
|
1056
1056
|
* <p>Returns a paginated list of child objects that are associated with a given
|
|
1057
1057
|
* object.</p>
|
|
1058
1058
|
* @public
|
|
1059
1059
|
*/
|
|
1060
|
-
ListObjectChildren?: BatchListObjectChildren;
|
|
1060
|
+
ListObjectChildren?: BatchListObjectChildren | undefined;
|
|
1061
1061
|
/**
|
|
1062
1062
|
* <p>Lists indices attached to an object.</p>
|
|
1063
1063
|
* @public
|
|
1064
1064
|
*/
|
|
1065
|
-
ListAttachedIndices?: BatchListAttachedIndices;
|
|
1065
|
+
ListAttachedIndices?: BatchListAttachedIndices | undefined;
|
|
1066
1066
|
/**
|
|
1067
1067
|
* <p>Retrieves all available parent paths for any object type such as node, leaf node,
|
|
1068
1068
|
* policy node, and index node objects. For more information about objects, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directorystructure.html">Directory Structure</a>.</p>
|
|
1069
1069
|
* @public
|
|
1070
1070
|
*/
|
|
1071
|
-
ListObjectParentPaths?: BatchListObjectParentPaths;
|
|
1071
|
+
ListObjectParentPaths?: BatchListObjectParentPaths | undefined;
|
|
1072
1072
|
/**
|
|
1073
1073
|
* <p>Retrieves metadata about an object.</p>
|
|
1074
1074
|
* @public
|
|
1075
1075
|
*/
|
|
1076
|
-
GetObjectInformation?: BatchGetObjectInformation;
|
|
1076
|
+
GetObjectInformation?: BatchGetObjectInformation | undefined;
|
|
1077
1077
|
/**
|
|
1078
1078
|
* <p>Retrieves attributes within a facet that are associated with an object.</p>
|
|
1079
1079
|
* @public
|
|
1080
1080
|
*/
|
|
1081
|
-
GetObjectAttributes?: BatchGetObjectAttributes;
|
|
1081
|
+
GetObjectAttributes?: BatchGetObjectAttributes | undefined;
|
|
1082
1082
|
/**
|
|
1083
1083
|
* <p>Lists parent objects that are associated with a given object in pagination
|
|
1084
1084
|
* fashion.</p>
|
|
1085
1085
|
* @public
|
|
1086
1086
|
*/
|
|
1087
|
-
ListObjectParents?: BatchListObjectParents;
|
|
1087
|
+
ListObjectParents?: BatchListObjectParents | undefined;
|
|
1088
1088
|
/**
|
|
1089
1089
|
* <p>Returns policies attached to an object in pagination fashion.</p>
|
|
1090
1090
|
* @public
|
|
1091
1091
|
*/
|
|
1092
|
-
ListObjectPolicies?: BatchListObjectPolicies;
|
|
1092
|
+
ListObjectPolicies?: BatchListObjectPolicies | undefined;
|
|
1093
1093
|
/**
|
|
1094
1094
|
* <p>Returns all of the <code>ObjectIdentifiers</code> to which a given policy is attached.</p>
|
|
1095
1095
|
* @public
|
|
1096
1096
|
*/
|
|
1097
|
-
ListPolicyAttachments?: BatchListPolicyAttachments;
|
|
1097
|
+
ListPolicyAttachments?: BatchListPolicyAttachments | undefined;
|
|
1098
1098
|
/**
|
|
1099
1099
|
* <p>Lists all policies from the root of the <a>Directory</a> to the object
|
|
1100
1100
|
* specified. If there are no policies present, an empty list is returned. If policies are
|
|
@@ -1104,31 +1104,31 @@ export interface BatchReadOperation {
|
|
|
1104
1104
|
* information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directory.html#key_concepts_policies">Policies</a>.</p>
|
|
1105
1105
|
* @public
|
|
1106
1106
|
*/
|
|
1107
|
-
LookupPolicy?: BatchLookupPolicy;
|
|
1107
|
+
LookupPolicy?: BatchLookupPolicy | undefined;
|
|
1108
1108
|
/**
|
|
1109
1109
|
* <p>Lists objects attached to the specified index.</p>
|
|
1110
1110
|
* @public
|
|
1111
1111
|
*/
|
|
1112
|
-
ListIndex?: BatchListIndex;
|
|
1112
|
+
ListIndex?: BatchListIndex | undefined;
|
|
1113
1113
|
/**
|
|
1114
1114
|
* <p>Returns a paginated list of all the outgoing <a>TypedLinkSpecifier</a>
|
|
1115
1115
|
* information for an object. It also supports filtering by typed link facet and identity
|
|
1116
1116
|
* attributes. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
1117
1117
|
* @public
|
|
1118
1118
|
*/
|
|
1119
|
-
ListOutgoingTypedLinks?: BatchListOutgoingTypedLinks;
|
|
1119
|
+
ListOutgoingTypedLinks?: BatchListOutgoingTypedLinks | undefined;
|
|
1120
1120
|
/**
|
|
1121
1121
|
* <p>Returns a paginated list of all the incoming <a>TypedLinkSpecifier</a>
|
|
1122
1122
|
* information for an object. It also supports filtering by typed link facet and identity
|
|
1123
1123
|
* attributes. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
1124
1124
|
* @public
|
|
1125
1125
|
*/
|
|
1126
|
-
ListIncomingTypedLinks?: BatchListIncomingTypedLinks;
|
|
1126
|
+
ListIncomingTypedLinks?: BatchListIncomingTypedLinks | undefined;
|
|
1127
1127
|
/**
|
|
1128
1128
|
* <p>Retrieves attributes that are associated with a typed link.</p>
|
|
1129
1129
|
* @public
|
|
1130
1130
|
*/
|
|
1131
|
-
GetLinkAttributes?: BatchGetLinkAttributes;
|
|
1131
|
+
GetLinkAttributes?: BatchGetLinkAttributes | undefined;
|
|
1132
1132
|
}
|
|
1133
1133
|
/**
|
|
1134
1134
|
* @public
|
|
@@ -1150,7 +1150,7 @@ export interface BatchReadRequest {
|
|
|
1150
1150
|
* is reflected in a subsequent read operation of that same object.</p>
|
|
1151
1151
|
* @public
|
|
1152
1152
|
*/
|
|
1153
|
-
ConsistencyLevel?: ConsistencyLevel;
|
|
1153
|
+
ConsistencyLevel?: ConsistencyLevel | undefined;
|
|
1154
1154
|
}
|
|
1155
1155
|
/**
|
|
1156
1156
|
* @public
|
|
@@ -1185,12 +1185,12 @@ export interface BatchReadException {
|
|
|
1185
1185
|
* <p>A type of exception, such as <code>InvalidArnException</code>.</p>
|
|
1186
1186
|
* @public
|
|
1187
1187
|
*/
|
|
1188
|
-
Type?: BatchReadExceptionType;
|
|
1188
|
+
Type?: BatchReadExceptionType | undefined;
|
|
1189
1189
|
/**
|
|
1190
1190
|
* <p>An exception message that is associated with the failure.</p>
|
|
1191
1191
|
* @public
|
|
1192
1192
|
*/
|
|
1193
|
-
Message?: string;
|
|
1193
|
+
Message?: string | undefined;
|
|
1194
1194
|
}
|
|
1195
1195
|
/**
|
|
1196
1196
|
* <p>Represents the output of a <a>GetLinkAttributes</a> response operation.</p>
|
|
@@ -1201,7 +1201,7 @@ export interface BatchGetLinkAttributesResponse {
|
|
|
1201
1201
|
* <p>The attributes that are associated with the typed link.</p>
|
|
1202
1202
|
* @public
|
|
1203
1203
|
*/
|
|
1204
|
-
Attributes?: AttributeKeyAndValue[];
|
|
1204
|
+
Attributes?: AttributeKeyAndValue[] | undefined;
|
|
1205
1205
|
}
|
|
1206
1206
|
/**
|
|
1207
1207
|
* <p>Represents the output of a <a>GetObjectAttributes</a> response operation.</p>
|
|
@@ -1212,7 +1212,7 @@ export interface BatchGetObjectAttributesResponse {
|
|
|
1212
1212
|
* <p>The attribute values that are associated with an object.</p>
|
|
1213
1213
|
* @public
|
|
1214
1214
|
*/
|
|
1215
|
-
Attributes?: AttributeKeyAndValue[];
|
|
1215
|
+
Attributes?: AttributeKeyAndValue[] | undefined;
|
|
1216
1216
|
}
|
|
1217
1217
|
/**
|
|
1218
1218
|
* <p>Represents the output of a <a>GetObjectInformation</a> response operation.</p>
|
|
@@ -1223,12 +1223,12 @@ export interface BatchGetObjectInformationResponse {
|
|
|
1223
1223
|
* <p>The facets attached to the specified object.</p>
|
|
1224
1224
|
* @public
|
|
1225
1225
|
*/
|
|
1226
|
-
SchemaFacets?: SchemaFacet[];
|
|
1226
|
+
SchemaFacets?: SchemaFacet[] | undefined;
|
|
1227
1227
|
/**
|
|
1228
1228
|
* <p>The <code>ObjectIdentifier</code> of the specified object.</p>
|
|
1229
1229
|
* @public
|
|
1230
1230
|
*/
|
|
1231
|
-
ObjectIdentifier?: string;
|
|
1231
|
+
ObjectIdentifier?: string | undefined;
|
|
1232
1232
|
}
|
|
1233
1233
|
/**
|
|
1234
1234
|
* <p>Represents an index and an attached object.</p>
|
|
@@ -1239,12 +1239,12 @@ export interface IndexAttachment {
|
|
|
1239
1239
|
* <p>The indexed attribute values.</p>
|
|
1240
1240
|
* @public
|
|
1241
1241
|
*/
|
|
1242
|
-
IndexedAttributes?: AttributeKeyAndValue[];
|
|
1242
|
+
IndexedAttributes?: AttributeKeyAndValue[] | undefined;
|
|
1243
1243
|
/**
|
|
1244
1244
|
* <p>In response to <a>ListIndex</a>, the <code>ObjectIdentifier</code> of the object attached to the index. In response to <a>ListAttachedIndices</a>, the <code>ObjectIdentifier</code> of the index attached to the object. This field will always contain the <code>ObjectIdentifier</code> of the object on the opposite side of the attachment specified in the query.</p>
|
|
1245
1245
|
* @public
|
|
1246
1246
|
*/
|
|
1247
|
-
ObjectIdentifier?: string;
|
|
1247
|
+
ObjectIdentifier?: string | undefined;
|
|
1248
1248
|
}
|
|
1249
1249
|
/**
|
|
1250
1250
|
* <p>Represents the output of a <a>ListAttachedIndices</a> response operation.</p>
|
|
@@ -1255,12 +1255,12 @@ export interface BatchListAttachedIndicesResponse {
|
|
|
1255
1255
|
* <p>The indices attached to the specified object.</p>
|
|
1256
1256
|
* @public
|
|
1257
1257
|
*/
|
|
1258
|
-
IndexAttachments?: IndexAttachment[];
|
|
1258
|
+
IndexAttachments?: IndexAttachment[] | undefined;
|
|
1259
1259
|
/**
|
|
1260
1260
|
* <p>The pagination token.</p>
|
|
1261
1261
|
* @public
|
|
1262
1262
|
*/
|
|
1263
|
-
NextToken?: string;
|
|
1263
|
+
NextToken?: string | undefined;
|
|
1264
1264
|
}
|
|
1265
1265
|
/**
|
|
1266
1266
|
* <p>Represents the output of a <a>ListIncomingTypedLinks</a> response operation.</p>
|
|
@@ -1271,12 +1271,12 @@ export interface BatchListIncomingTypedLinksResponse {
|
|
|
1271
1271
|
* <p>Returns one or more typed link specifiers as output.</p>
|
|
1272
1272
|
* @public
|
|
1273
1273
|
*/
|
|
1274
|
-
LinkSpecifiers?: TypedLinkSpecifier[];
|
|
1274
|
+
LinkSpecifiers?: TypedLinkSpecifier[] | undefined;
|
|
1275
1275
|
/**
|
|
1276
1276
|
* <p>The pagination token.</p>
|
|
1277
1277
|
* @public
|
|
1278
1278
|
*/
|
|
1279
|
-
NextToken?: string;
|
|
1279
|
+
NextToken?: string | undefined;
|
|
1280
1280
|
}
|
|
1281
1281
|
/**
|
|
1282
1282
|
* <p>Represents the output of a <a>ListIndex</a> response operation.</p>
|
|
@@ -1287,12 +1287,12 @@ export interface BatchListIndexResponse {
|
|
|
1287
1287
|
* <p>The objects and indexed values attached to the index.</p>
|
|
1288
1288
|
* @public
|
|
1289
1289
|
*/
|
|
1290
|
-
IndexAttachments?: IndexAttachment[];
|
|
1290
|
+
IndexAttachments?: IndexAttachment[] | undefined;
|
|
1291
1291
|
/**
|
|
1292
1292
|
* <p>The pagination token.</p>
|
|
1293
1293
|
* @public
|
|
1294
1294
|
*/
|
|
1295
|
-
NextToken?: string;
|
|
1295
|
+
NextToken?: string | undefined;
|
|
1296
1296
|
}
|
|
1297
1297
|
/**
|
|
1298
1298
|
* <p>Represents the output of a <a>ListObjectAttributes</a> response operation.</p>
|
|
@@ -1304,12 +1304,12 @@ export interface BatchListObjectAttributesResponse {
|
|
|
1304
1304
|
* key; attribute value is the value.</p>
|
|
1305
1305
|
* @public
|
|
1306
1306
|
*/
|
|
1307
|
-
Attributes?: AttributeKeyAndValue[];
|
|
1307
|
+
Attributes?: AttributeKeyAndValue[] | undefined;
|
|
1308
1308
|
/**
|
|
1309
1309
|
* <p>The pagination token.</p>
|
|
1310
1310
|
* @public
|
|
1311
1311
|
*/
|
|
1312
|
-
NextToken?: string;
|
|
1312
|
+
NextToken?: string | undefined;
|
|
1313
1313
|
}
|
|
1314
1314
|
/**
|
|
1315
1315
|
* <p>Represents the output of a <a>ListObjectChildren</a> response operation.</p>
|
|
@@ -1321,12 +1321,12 @@ export interface BatchListObjectChildrenResponse {
|
|
|
1321
1321
|
* <code>ObjectIdentifier</code> as the value.</p>
|
|
1322
1322
|
* @public
|
|
1323
1323
|
*/
|
|
1324
|
-
Children?: Record<string, string
|
|
1324
|
+
Children?: Record<string, string> | undefined;
|
|
1325
1325
|
/**
|
|
1326
1326
|
* <p>The pagination token.</p>
|
|
1327
1327
|
* @public
|
|
1328
1328
|
*/
|
|
1329
|
-
NextToken?: string;
|
|
1329
|
+
NextToken?: string | undefined;
|
|
1330
1330
|
}
|
|
1331
1331
|
/**
|
|
1332
1332
|
* <p>Returns the path to the <code>ObjectIdentifiers</code> that is associated with the
|
|
@@ -1338,13 +1338,13 @@ export interface PathToObjectIdentifiers {
|
|
|
1338
1338
|
* <p>The path that is used to identify the object starting from directory root.</p>
|
|
1339
1339
|
* @public
|
|
1340
1340
|
*/
|
|
1341
|
-
Path?: string;
|
|
1341
|
+
Path?: string | undefined;
|
|
1342
1342
|
/**
|
|
1343
1343
|
* <p>Lists <code>ObjectIdentifiers</code> starting from directory root to the object in the
|
|
1344
1344
|
* request.</p>
|
|
1345
1345
|
* @public
|
|
1346
1346
|
*/
|
|
1347
|
-
ObjectIdentifiers?: string[];
|
|
1347
|
+
ObjectIdentifiers?: string[] | undefined;
|
|
1348
1348
|
}
|
|
1349
1349
|
/**
|
|
1350
1350
|
* <p>Represents the output of a <a>ListObjectParentPaths</a> response operation.</p>
|
|
@@ -1356,12 +1356,12 @@ export interface BatchListObjectParentPathsResponse {
|
|
|
1356
1356
|
* directory.</p>
|
|
1357
1357
|
* @public
|
|
1358
1358
|
*/
|
|
1359
|
-
PathToObjectIdentifiersList?: PathToObjectIdentifiers[];
|
|
1359
|
+
PathToObjectIdentifiersList?: PathToObjectIdentifiers[] | undefined;
|
|
1360
1360
|
/**
|
|
1361
1361
|
* <p>The pagination token.</p>
|
|
1362
1362
|
* @public
|
|
1363
1363
|
*/
|
|
1364
|
-
NextToken?: string;
|
|
1364
|
+
NextToken?: string | undefined;
|
|
1365
1365
|
}
|
|
1366
1366
|
/**
|
|
1367
1367
|
* <p>A pair of ObjectIdentifier and LinkName.</p>
|
|
@@ -1372,12 +1372,12 @@ export interface ObjectIdentifierAndLinkNameTuple {
|
|
|
1372
1372
|
* <p>The ID that is associated with the object.</p>
|
|
1373
1373
|
* @public
|
|
1374
1374
|
*/
|
|
1375
|
-
ObjectIdentifier?: string;
|
|
1375
|
+
ObjectIdentifier?: string | undefined;
|
|
1376
1376
|
/**
|
|
1377
1377
|
* <p>The name of the link between the parent and the child object.</p>
|
|
1378
1378
|
* @public
|
|
1379
1379
|
*/
|
|
1380
|
-
LinkName?: string;
|
|
1380
|
+
LinkName?: string | undefined;
|
|
1381
1381
|
}
|
|
1382
1382
|
/**
|
|
1383
1383
|
* <p>Represents the output of a <a>ListObjectParents</a> response operation.</p>
|
|
@@ -1388,12 +1388,12 @@ export interface BatchListObjectParentsResponse {
|
|
|
1388
1388
|
* <p>Returns a list of parent reference and LinkName Tuples.</p>
|
|
1389
1389
|
* @public
|
|
1390
1390
|
*/
|
|
1391
|
-
ParentLinks?: ObjectIdentifierAndLinkNameTuple[];
|
|
1391
|
+
ParentLinks?: ObjectIdentifierAndLinkNameTuple[] | undefined;
|
|
1392
1392
|
/**
|
|
1393
1393
|
* <p>The pagination token.</p>
|
|
1394
1394
|
* @public
|
|
1395
1395
|
*/
|
|
1396
|
-
NextToken?: string;
|
|
1396
|
+
NextToken?: string | undefined;
|
|
1397
1397
|
}
|
|
1398
1398
|
/**
|
|
1399
1399
|
* <p>Represents the output of a <a>ListObjectPolicies</a> response operation.</p>
|
|
@@ -1405,12 +1405,12 @@ export interface BatchListObjectPoliciesResponse {
|
|
|
1405
1405
|
* object.</p>
|
|
1406
1406
|
* @public
|
|
1407
1407
|
*/
|
|
1408
|
-
AttachedPolicyIds?: string[];
|
|
1408
|
+
AttachedPolicyIds?: string[] | undefined;
|
|
1409
1409
|
/**
|
|
1410
1410
|
* <p>The pagination token.</p>
|
|
1411
1411
|
* @public
|
|
1412
1412
|
*/
|
|
1413
|
-
NextToken?: string;
|
|
1413
|
+
NextToken?: string | undefined;
|
|
1414
1414
|
}
|
|
1415
1415
|
/**
|
|
1416
1416
|
* <p>Represents the output of a <a>ListOutgoingTypedLinks</a> response operation.</p>
|
|
@@ -1421,12 +1421,12 @@ export interface BatchListOutgoingTypedLinksResponse {
|
|
|
1421
1421
|
* <p>Returns a typed link specifier as output.</p>
|
|
1422
1422
|
* @public
|
|
1423
1423
|
*/
|
|
1424
|
-
TypedLinkSpecifiers?: TypedLinkSpecifier[];
|
|
1424
|
+
TypedLinkSpecifiers?: TypedLinkSpecifier[] | undefined;
|
|
1425
1425
|
/**
|
|
1426
1426
|
* <p>The pagination token.</p>
|
|
1427
1427
|
* @public
|
|
1428
1428
|
*/
|
|
1429
|
-
NextToken?: string;
|
|
1429
|
+
NextToken?: string | undefined;
|
|
1430
1430
|
}
|
|
1431
1431
|
/**
|
|
1432
1432
|
* <p>Represents the output of a <a>ListPolicyAttachments</a> response operation.</p>
|
|
@@ -1437,12 +1437,12 @@ export interface BatchListPolicyAttachmentsResponse {
|
|
|
1437
1437
|
* <p>A list of <code>ObjectIdentifiers</code> to which the policy is attached.</p>
|
|
1438
1438
|
* @public
|
|
1439
1439
|
*/
|
|
1440
|
-
ObjectIdentifiers?: string[];
|
|
1440
|
+
ObjectIdentifiers?: string[] | undefined;
|
|
1441
1441
|
/**
|
|
1442
1442
|
* <p>The pagination token.</p>
|
|
1443
1443
|
* @public
|
|
1444
1444
|
*/
|
|
1445
|
-
NextToken?: string;
|
|
1445
|
+
NextToken?: string | undefined;
|
|
1446
1446
|
}
|
|
1447
1447
|
/**
|
|
1448
1448
|
* <p>Contains the <code>PolicyType</code>, <code>PolicyId</code>, and the <code>ObjectIdentifier</code> to which it is
|
|
@@ -1455,18 +1455,18 @@ export interface PolicyAttachment {
|
|
|
1455
1455
|
* <p>The ID of <code>PolicyAttachment</code>.</p>
|
|
1456
1456
|
* @public
|
|
1457
1457
|
*/
|
|
1458
|
-
PolicyId?: string;
|
|
1458
|
+
PolicyId?: string | undefined;
|
|
1459
1459
|
/**
|
|
1460
1460
|
* <p>The <code>ObjectIdentifier</code> that is associated with
|
|
1461
1461
|
* <code>PolicyAttachment</code>.</p>
|
|
1462
1462
|
* @public
|
|
1463
1463
|
*/
|
|
1464
|
-
ObjectIdentifier?: string;
|
|
1464
|
+
ObjectIdentifier?: string | undefined;
|
|
1465
1465
|
/**
|
|
1466
1466
|
* <p>The type of policy that can be associated with <code>PolicyAttachment</code>.</p>
|
|
1467
1467
|
* @public
|
|
1468
1468
|
*/
|
|
1469
|
-
PolicyType?: string;
|
|
1469
|
+
PolicyType?: string | undefined;
|
|
1470
1470
|
}
|
|
1471
1471
|
/**
|
|
1472
1472
|
* <p>Used when a regular object exists in a <a>Directory</a> and you want to find
|
|
@@ -1479,12 +1479,12 @@ export interface PolicyToPath {
|
|
|
1479
1479
|
* <p>The path that is referenced from the root.</p>
|
|
1480
1480
|
* @public
|
|
1481
1481
|
*/
|
|
1482
|
-
Path?: string;
|
|
1482
|
+
Path?: string | undefined;
|
|
1483
1483
|
/**
|
|
1484
1484
|
* <p>List of policy objects.</p>
|
|
1485
1485
|
* @public
|
|
1486
1486
|
*/
|
|
1487
|
-
Policies?: PolicyAttachment[];
|
|
1487
|
+
Policies?: PolicyAttachment[] | undefined;
|
|
1488
1488
|
}
|
|
1489
1489
|
/**
|
|
1490
1490
|
* <p>Represents the output of a <a>LookupPolicy</a> response operation.</p>
|
|
@@ -1497,12 +1497,12 @@ export interface BatchLookupPolicyResponse {
|
|
|
1497
1497
|
* information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directory.html#key_concepts_policies">Policies</a>.</p>
|
|
1498
1498
|
* @public
|
|
1499
1499
|
*/
|
|
1500
|
-
PolicyToPathList?: PolicyToPath[];
|
|
1500
|
+
PolicyToPathList?: PolicyToPath[] | undefined;
|
|
1501
1501
|
/**
|
|
1502
1502
|
* <p>The pagination token.</p>
|
|
1503
1503
|
* @public
|
|
1504
1504
|
*/
|
|
1505
|
-
NextToken?: string;
|
|
1505
|
+
NextToken?: string | undefined;
|
|
1506
1506
|
}
|
|
1507
1507
|
/**
|
|
1508
1508
|
* <p>Represents the output of a <code>BatchRead</code> success response operation.</p>
|
|
@@ -1513,44 +1513,44 @@ export interface BatchReadSuccessfulResponse {
|
|
|
1513
1513
|
* <p>Lists all attributes that are associated with an object.</p>
|
|
1514
1514
|
* @public
|
|
1515
1515
|
*/
|
|
1516
|
-
ListObjectAttributes?: BatchListObjectAttributesResponse;
|
|
1516
|
+
ListObjectAttributes?: BatchListObjectAttributesResponse | undefined;
|
|
1517
1517
|
/**
|
|
1518
1518
|
* <p>Returns a paginated list of child objects that are associated with a given
|
|
1519
1519
|
* object.</p>
|
|
1520
1520
|
* @public
|
|
1521
1521
|
*/
|
|
1522
|
-
ListObjectChildren?: BatchListObjectChildrenResponse;
|
|
1522
|
+
ListObjectChildren?: BatchListObjectChildrenResponse | undefined;
|
|
1523
1523
|
/**
|
|
1524
1524
|
* <p>Retrieves metadata about an object.</p>
|
|
1525
1525
|
* @public
|
|
1526
1526
|
*/
|
|
1527
|
-
GetObjectInformation?: BatchGetObjectInformationResponse;
|
|
1527
|
+
GetObjectInformation?: BatchGetObjectInformationResponse | undefined;
|
|
1528
1528
|
/**
|
|
1529
1529
|
* <p>Retrieves attributes within a facet that are associated with an object.</p>
|
|
1530
1530
|
* @public
|
|
1531
1531
|
*/
|
|
1532
|
-
GetObjectAttributes?: BatchGetObjectAttributesResponse;
|
|
1532
|
+
GetObjectAttributes?: BatchGetObjectAttributesResponse | undefined;
|
|
1533
1533
|
/**
|
|
1534
1534
|
* <p>Lists indices attached to an object.</p>
|
|
1535
1535
|
* @public
|
|
1536
1536
|
*/
|
|
1537
|
-
ListAttachedIndices?: BatchListAttachedIndicesResponse;
|
|
1537
|
+
ListAttachedIndices?: BatchListAttachedIndicesResponse | undefined;
|
|
1538
1538
|
/**
|
|
1539
1539
|
* <p>Retrieves all available parent paths for any object type such as node, leaf node,
|
|
1540
1540
|
* policy node, and index node objects. For more information about objects, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directorystructure.html">Directory Structure</a>.</p>
|
|
1541
1541
|
* @public
|
|
1542
1542
|
*/
|
|
1543
|
-
ListObjectParentPaths?: BatchListObjectParentPathsResponse;
|
|
1543
|
+
ListObjectParentPaths?: BatchListObjectParentPathsResponse | undefined;
|
|
1544
1544
|
/**
|
|
1545
1545
|
* <p>Returns policies attached to an object in pagination fashion.</p>
|
|
1546
1546
|
* @public
|
|
1547
1547
|
*/
|
|
1548
|
-
ListObjectPolicies?: BatchListObjectPoliciesResponse;
|
|
1548
|
+
ListObjectPolicies?: BatchListObjectPoliciesResponse | undefined;
|
|
1549
1549
|
/**
|
|
1550
1550
|
* <p>Returns all of the <code>ObjectIdentifiers</code> to which a given policy is attached.</p>
|
|
1551
1551
|
* @public
|
|
1552
1552
|
*/
|
|
1553
|
-
ListPolicyAttachments?: BatchListPolicyAttachmentsResponse;
|
|
1553
|
+
ListPolicyAttachments?: BatchListPolicyAttachmentsResponse | undefined;
|
|
1554
1554
|
/**
|
|
1555
1555
|
* <p>Lists all policies from the root of the <a>Directory</a> to the object
|
|
1556
1556
|
* specified. If there are no policies present, an empty list is returned. If policies are
|
|
@@ -1560,36 +1560,36 @@ export interface BatchReadSuccessfulResponse {
|
|
|
1560
1560
|
* information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directory.html#key_concepts_policies">Policies</a>.</p>
|
|
1561
1561
|
* @public
|
|
1562
1562
|
*/
|
|
1563
|
-
LookupPolicy?: BatchLookupPolicyResponse;
|
|
1563
|
+
LookupPolicy?: BatchLookupPolicyResponse | undefined;
|
|
1564
1564
|
/**
|
|
1565
1565
|
* <p>Lists objects attached to the specified index.</p>
|
|
1566
1566
|
* @public
|
|
1567
1567
|
*/
|
|
1568
|
-
ListIndex?: BatchListIndexResponse;
|
|
1568
|
+
ListIndex?: BatchListIndexResponse | undefined;
|
|
1569
1569
|
/**
|
|
1570
1570
|
* <p>Returns a paginated list of all the outgoing <a>TypedLinkSpecifier</a>
|
|
1571
1571
|
* information for an object. It also supports filtering by typed link facet and identity
|
|
1572
1572
|
* attributes. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
1573
1573
|
* @public
|
|
1574
1574
|
*/
|
|
1575
|
-
ListOutgoingTypedLinks?: BatchListOutgoingTypedLinksResponse;
|
|
1575
|
+
ListOutgoingTypedLinks?: BatchListOutgoingTypedLinksResponse | undefined;
|
|
1576
1576
|
/**
|
|
1577
1577
|
* <p>Returns a paginated list of all the incoming <a>TypedLinkSpecifier</a>
|
|
1578
1578
|
* information for an object. It also supports filtering by typed link facet and identity
|
|
1579
1579
|
* attributes. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
1580
1580
|
* @public
|
|
1581
1581
|
*/
|
|
1582
|
-
ListIncomingTypedLinks?: BatchListIncomingTypedLinksResponse;
|
|
1582
|
+
ListIncomingTypedLinks?: BatchListIncomingTypedLinksResponse | undefined;
|
|
1583
1583
|
/**
|
|
1584
1584
|
* <p>The list of attributes to retrieve from the typed link.</p>
|
|
1585
1585
|
* @public
|
|
1586
1586
|
*/
|
|
1587
|
-
GetLinkAttributes?: BatchGetLinkAttributesResponse;
|
|
1587
|
+
GetLinkAttributes?: BatchGetLinkAttributesResponse | undefined;
|
|
1588
1588
|
/**
|
|
1589
1589
|
* <p>The list of parent objects to retrieve.</p>
|
|
1590
1590
|
* @public
|
|
1591
1591
|
*/
|
|
1592
|
-
ListObjectParents?: BatchListObjectParentsResponse;
|
|
1592
|
+
ListObjectParents?: BatchListObjectParentsResponse | undefined;
|
|
1593
1593
|
}
|
|
1594
1594
|
/**
|
|
1595
1595
|
* <p>Represents the output of a <code>BatchRead</code> response operation.</p>
|
|
@@ -1600,12 +1600,12 @@ export interface BatchReadOperationResponse {
|
|
|
1600
1600
|
* <p>Identifies which operation in a batch has succeeded.</p>
|
|
1601
1601
|
* @public
|
|
1602
1602
|
*/
|
|
1603
|
-
SuccessfulResponse?: BatchReadSuccessfulResponse;
|
|
1603
|
+
SuccessfulResponse?: BatchReadSuccessfulResponse | undefined;
|
|
1604
1604
|
/**
|
|
1605
1605
|
* <p>Identifies which operation in a batch has failed.</p>
|
|
1606
1606
|
* @public
|
|
1607
1607
|
*/
|
|
1608
|
-
ExceptionResponse?: BatchReadException;
|
|
1608
|
+
ExceptionResponse?: BatchReadException | undefined;
|
|
1609
1609
|
}
|
|
1610
1610
|
/**
|
|
1611
1611
|
* @public
|
|
@@ -1615,7 +1615,7 @@ export interface BatchReadResponse {
|
|
|
1615
1615
|
* <p>A list of all the responses for each batch read.</p>
|
|
1616
1616
|
* @public
|
|
1617
1617
|
*/
|
|
1618
|
-
Responses?: BatchReadOperationResponse[];
|
|
1618
|
+
Responses?: BatchReadOperationResponse[] | undefined;
|
|
1619
1619
|
}
|
|
1620
1620
|
/**
|
|
1621
1621
|
* @public
|
|
@@ -1652,9 +1652,9 @@ export type BatchWriteExceptionType = (typeof BatchWriteExceptionType)[keyof typ
|
|
|
1652
1652
|
export declare class BatchWriteException extends __BaseException {
|
|
1653
1653
|
readonly name: "BatchWriteException";
|
|
1654
1654
|
readonly $fault: "client";
|
|
1655
|
-
Index?: number;
|
|
1656
|
-
Type?: BatchWriteExceptionType;
|
|
1657
|
-
Message?: string;
|
|
1655
|
+
Index?: number | undefined;
|
|
1656
|
+
Type?: BatchWriteExceptionType | undefined;
|
|
1657
|
+
Message?: string | undefined;
|
|
1658
1658
|
/**
|
|
1659
1659
|
* @internal
|
|
1660
1660
|
*/
|
|
@@ -1782,17 +1782,17 @@ export interface BatchCreateIndex {
|
|
|
1782
1782
|
* <p>A reference to the parent object that contains the index object.</p>
|
|
1783
1783
|
* @public
|
|
1784
1784
|
*/
|
|
1785
|
-
ParentReference?: ObjectReference;
|
|
1785
|
+
ParentReference?: ObjectReference | undefined;
|
|
1786
1786
|
/**
|
|
1787
1787
|
* <p>The name of the link between the parent object and the index object.</p>
|
|
1788
1788
|
* @public
|
|
1789
1789
|
*/
|
|
1790
|
-
LinkName?: string;
|
|
1790
|
+
LinkName?: string | undefined;
|
|
1791
1791
|
/**
|
|
1792
1792
|
* <p>The batch reference name. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/transaction_support.html">Transaction Support</a> for more information.</p>
|
|
1793
1793
|
* @public
|
|
1794
1794
|
*/
|
|
1795
|
-
BatchReferenceName?: string;
|
|
1795
|
+
BatchReferenceName?: string | undefined;
|
|
1796
1796
|
}
|
|
1797
1797
|
/**
|
|
1798
1798
|
* <p>Represents the output of a <a>CreateObject</a> operation.</p>
|
|
@@ -1815,17 +1815,17 @@ export interface BatchCreateObject {
|
|
|
1815
1815
|
* <p>If specified, the parent reference to which this object will be attached.</p>
|
|
1816
1816
|
* @public
|
|
1817
1817
|
*/
|
|
1818
|
-
ParentReference?: ObjectReference;
|
|
1818
|
+
ParentReference?: ObjectReference | undefined;
|
|
1819
1819
|
/**
|
|
1820
1820
|
* <p>The name of the link.</p>
|
|
1821
1821
|
* @public
|
|
1822
1822
|
*/
|
|
1823
|
-
LinkName?: string;
|
|
1823
|
+
LinkName?: string | undefined;
|
|
1824
1824
|
/**
|
|
1825
1825
|
* <p>The batch reference name. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/transaction_support.html">Transaction Support</a> for more information.</p>
|
|
1826
1826
|
* @public
|
|
1827
1827
|
*/
|
|
1828
|
-
BatchReferenceName?: string;
|
|
1828
|
+
BatchReferenceName?: string | undefined;
|
|
1829
1829
|
}
|
|
1830
1830
|
/**
|
|
1831
1831
|
* <p>Represents the output of a <a>DeleteObject</a> operation.</p>
|
|
@@ -1874,7 +1874,7 @@ export interface BatchDetachObject {
|
|
|
1874
1874
|
* <p>The batch reference name. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/transaction_support.html">Transaction Support</a> for more information.</p>
|
|
1875
1875
|
* @public
|
|
1876
1876
|
*/
|
|
1877
|
-
BatchReferenceName?: string;
|
|
1877
|
+
BatchReferenceName?: string | undefined;
|
|
1878
1878
|
}
|
|
1879
1879
|
/**
|
|
1880
1880
|
* <p>Detaches the specified policy from the specified directory inside a <a>BatchWrite</a> operation. For more information, see <a>DetachPolicy</a> and <a>BatchWriteRequest$Operations</a>.</p>
|
|
@@ -1940,12 +1940,12 @@ export interface LinkAttributeAction {
|
|
|
1940
1940
|
* <p>A type that can be either <code>UPDATE_OR_CREATE</code> or <code>DELETE</code>.</p>
|
|
1941
1941
|
* @public
|
|
1942
1942
|
*/
|
|
1943
|
-
AttributeActionType?: UpdateActionType;
|
|
1943
|
+
AttributeActionType?: UpdateActionType | undefined;
|
|
1944
1944
|
/**
|
|
1945
1945
|
* <p>The value that you want to update to.</p>
|
|
1946
1946
|
* @public
|
|
1947
1947
|
*/
|
|
1948
|
-
AttributeUpdateValue?: TypedAttributeValue;
|
|
1948
|
+
AttributeUpdateValue?: TypedAttributeValue | undefined;
|
|
1949
1949
|
}
|
|
1950
1950
|
/**
|
|
1951
1951
|
* <p>Structure that contains attribute update information.</p>
|
|
@@ -1956,12 +1956,12 @@ export interface LinkAttributeUpdate {
|
|
|
1956
1956
|
* <p>The key of the attribute being updated.</p>
|
|
1957
1957
|
* @public
|
|
1958
1958
|
*/
|
|
1959
|
-
AttributeKey?: AttributeKey;
|
|
1959
|
+
AttributeKey?: AttributeKey | undefined;
|
|
1960
1960
|
/**
|
|
1961
1961
|
* <p>The action to perform as part of the attribute update.</p>
|
|
1962
1962
|
* @public
|
|
1963
1963
|
*/
|
|
1964
|
-
AttributeAction?: LinkAttributeAction;
|
|
1964
|
+
AttributeAction?: LinkAttributeAction | undefined;
|
|
1965
1965
|
}
|
|
1966
1966
|
/**
|
|
1967
1967
|
* <p>Updates a given typed link’s attributes inside a <a>BatchRead</a> operation. Attributes to be updated must not contribute to the typed link’s identity, as defined by its <code>IdentityAttributeOrder</code>. For more information, see <a>UpdateLinkAttributes</a> and <a>BatchReadRequest$Operations</a>.</p>
|
|
@@ -1988,12 +1988,12 @@ export interface ObjectAttributeAction {
|
|
|
1988
1988
|
* <p>A type that can be either <code>Update</code> or <code>Delete</code>.</p>
|
|
1989
1989
|
* @public
|
|
1990
1990
|
*/
|
|
1991
|
-
ObjectAttributeActionType?: UpdateActionType;
|
|
1991
|
+
ObjectAttributeActionType?: UpdateActionType | undefined;
|
|
1992
1992
|
/**
|
|
1993
1993
|
* <p>The value that you want to update to.</p>
|
|
1994
1994
|
* @public
|
|
1995
1995
|
*/
|
|
1996
|
-
ObjectAttributeUpdateValue?: TypedAttributeValue;
|
|
1996
|
+
ObjectAttributeUpdateValue?: TypedAttributeValue | undefined;
|
|
1997
1997
|
}
|
|
1998
1998
|
/**
|
|
1999
1999
|
* <p>Structure that contains attribute update information.</p>
|
|
@@ -2004,12 +2004,12 @@ export interface ObjectAttributeUpdate {
|
|
|
2004
2004
|
* <p>The key of the attribute being updated.</p>
|
|
2005
2005
|
* @public
|
|
2006
2006
|
*/
|
|
2007
|
-
ObjectAttributeKey?: AttributeKey;
|
|
2007
|
+
ObjectAttributeKey?: AttributeKey | undefined;
|
|
2008
2008
|
/**
|
|
2009
2009
|
* <p>The action to perform as part of the attribute update.</p>
|
|
2010
2010
|
* @public
|
|
2011
2011
|
*/
|
|
2012
|
-
ObjectAttributeAction?: ObjectAttributeAction;
|
|
2012
|
+
ObjectAttributeAction?: ObjectAttributeAction | undefined;
|
|
2013
2013
|
}
|
|
2014
2014
|
/**
|
|
2015
2015
|
* <p>Represents the output of a <code>BatchUpdate</code> operation. </p>
|
|
@@ -2036,78 +2036,78 @@ export interface BatchWriteOperation {
|
|
|
2036
2036
|
* <p>Creates an object.</p>
|
|
2037
2037
|
* @public
|
|
2038
2038
|
*/
|
|
2039
|
-
CreateObject?: BatchCreateObject;
|
|
2039
|
+
CreateObject?: BatchCreateObject | undefined;
|
|
2040
2040
|
/**
|
|
2041
2041
|
* <p>Attaches an object to a <a>Directory</a>.</p>
|
|
2042
2042
|
* @public
|
|
2043
2043
|
*/
|
|
2044
|
-
AttachObject?: BatchAttachObject;
|
|
2044
|
+
AttachObject?: BatchAttachObject | undefined;
|
|
2045
2045
|
/**
|
|
2046
2046
|
* <p>Detaches an object from a <a>Directory</a>.</p>
|
|
2047
2047
|
* @public
|
|
2048
2048
|
*/
|
|
2049
|
-
DetachObject?: BatchDetachObject;
|
|
2049
|
+
DetachObject?: BatchDetachObject | undefined;
|
|
2050
2050
|
/**
|
|
2051
2051
|
* <p>Updates a given object's attributes.</p>
|
|
2052
2052
|
* @public
|
|
2053
2053
|
*/
|
|
2054
|
-
UpdateObjectAttributes?: BatchUpdateObjectAttributes;
|
|
2054
|
+
UpdateObjectAttributes?: BatchUpdateObjectAttributes | undefined;
|
|
2055
2055
|
/**
|
|
2056
2056
|
* <p>Deletes an object in a <a>Directory</a>.</p>
|
|
2057
2057
|
* @public
|
|
2058
2058
|
*/
|
|
2059
|
-
DeleteObject?: BatchDeleteObject;
|
|
2059
|
+
DeleteObject?: BatchDeleteObject | undefined;
|
|
2060
2060
|
/**
|
|
2061
2061
|
* <p>A batch operation that adds a facet to an object.</p>
|
|
2062
2062
|
* @public
|
|
2063
2063
|
*/
|
|
2064
|
-
AddFacetToObject?: BatchAddFacetToObject;
|
|
2064
|
+
AddFacetToObject?: BatchAddFacetToObject | undefined;
|
|
2065
2065
|
/**
|
|
2066
2066
|
* <p>A batch operation that removes a facet from an object.</p>
|
|
2067
2067
|
* @public
|
|
2068
2068
|
*/
|
|
2069
|
-
RemoveFacetFromObject?: BatchRemoveFacetFromObject;
|
|
2069
|
+
RemoveFacetFromObject?: BatchRemoveFacetFromObject | undefined;
|
|
2070
2070
|
/**
|
|
2071
2071
|
* <p>Attaches a policy object to a regular object. An object can have a limited number of attached
|
|
2072
2072
|
* policies.</p>
|
|
2073
2073
|
* @public
|
|
2074
2074
|
*/
|
|
2075
|
-
AttachPolicy?: BatchAttachPolicy;
|
|
2075
|
+
AttachPolicy?: BatchAttachPolicy | undefined;
|
|
2076
2076
|
/**
|
|
2077
2077
|
* <p>Detaches a policy from a <a>Directory</a>.</p>
|
|
2078
2078
|
* @public
|
|
2079
2079
|
*/
|
|
2080
|
-
DetachPolicy?: BatchDetachPolicy;
|
|
2080
|
+
DetachPolicy?: BatchDetachPolicy | undefined;
|
|
2081
2081
|
/**
|
|
2082
2082
|
* <p>Creates an index object. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/indexing_search.htm">Indexing and search</a> for more information.</p>
|
|
2083
2083
|
* @public
|
|
2084
2084
|
*/
|
|
2085
|
-
CreateIndex?: BatchCreateIndex;
|
|
2085
|
+
CreateIndex?: BatchCreateIndex | undefined;
|
|
2086
2086
|
/**
|
|
2087
2087
|
* <p>Attaches the specified object to the specified index.</p>
|
|
2088
2088
|
* @public
|
|
2089
2089
|
*/
|
|
2090
|
-
AttachToIndex?: BatchAttachToIndex;
|
|
2090
|
+
AttachToIndex?: BatchAttachToIndex | undefined;
|
|
2091
2091
|
/**
|
|
2092
2092
|
* <p>Detaches the specified object from the specified index.</p>
|
|
2093
2093
|
* @public
|
|
2094
2094
|
*/
|
|
2095
|
-
DetachFromIndex?: BatchDetachFromIndex;
|
|
2095
|
+
DetachFromIndex?: BatchDetachFromIndex | undefined;
|
|
2096
2096
|
/**
|
|
2097
2097
|
* <p>Attaches a typed link to a specified source and target object. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
2098
2098
|
* @public
|
|
2099
2099
|
*/
|
|
2100
|
-
AttachTypedLink?: BatchAttachTypedLink;
|
|
2100
|
+
AttachTypedLink?: BatchAttachTypedLink | undefined;
|
|
2101
2101
|
/**
|
|
2102
2102
|
* <p>Detaches a typed link from a specified source and target object. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
2103
2103
|
* @public
|
|
2104
2104
|
*/
|
|
2105
|
-
DetachTypedLink?: BatchDetachTypedLink;
|
|
2105
|
+
DetachTypedLink?: BatchDetachTypedLink | undefined;
|
|
2106
2106
|
/**
|
|
2107
2107
|
* <p>Updates a given object's attributes.</p>
|
|
2108
2108
|
* @public
|
|
2109
2109
|
*/
|
|
2110
|
-
UpdateLinkAttributes?: BatchUpdateLinkAttributes;
|
|
2110
|
+
UpdateLinkAttributes?: BatchUpdateLinkAttributes | undefined;
|
|
2111
2111
|
}
|
|
2112
2112
|
/**
|
|
2113
2113
|
* @public
|
|
@@ -2140,7 +2140,7 @@ export interface BatchAttachObjectResponse {
|
|
|
2140
2140
|
* <p>The <code>ObjectIdentifier</code> of the object that has been attached.</p>
|
|
2141
2141
|
* @public
|
|
2142
2142
|
*/
|
|
2143
|
-
attachedObjectIdentifier?: string;
|
|
2143
|
+
attachedObjectIdentifier?: string | undefined;
|
|
2144
2144
|
}
|
|
2145
2145
|
/**
|
|
2146
2146
|
* <p>Represents the output of an <a>AttachPolicy</a> response
|
|
@@ -2158,7 +2158,7 @@ export interface BatchAttachToIndexResponse {
|
|
|
2158
2158
|
* <p>The <code>ObjectIdentifier</code> of the object that was attached to the index.</p>
|
|
2159
2159
|
* @public
|
|
2160
2160
|
*/
|
|
2161
|
-
AttachedObjectIdentifier?: string;
|
|
2161
|
+
AttachedObjectIdentifier?: string | undefined;
|
|
2162
2162
|
}
|
|
2163
2163
|
/**
|
|
2164
2164
|
* <p>Represents the output of a <a>AttachTypedLink</a> response operation.</p>
|
|
@@ -2169,7 +2169,7 @@ export interface BatchAttachTypedLinkResponse {
|
|
|
2169
2169
|
* <p>Returns a typed link specifier as output.</p>
|
|
2170
2170
|
* @public
|
|
2171
2171
|
*/
|
|
2172
|
-
TypedLinkSpecifier?: TypedLinkSpecifier;
|
|
2172
|
+
TypedLinkSpecifier?: TypedLinkSpecifier | undefined;
|
|
2173
2173
|
}
|
|
2174
2174
|
/**
|
|
2175
2175
|
* <p>Represents the output of a <a>CreateIndex</a> response operation.</p>
|
|
@@ -2180,7 +2180,7 @@ export interface BatchCreateIndexResponse {
|
|
|
2180
2180
|
* <p>The <code>ObjectIdentifier</code> of the index created by this operation.</p>
|
|
2181
2181
|
* @public
|
|
2182
2182
|
*/
|
|
2183
|
-
ObjectIdentifier?: string;
|
|
2183
|
+
ObjectIdentifier?: string | undefined;
|
|
2184
2184
|
}
|
|
2185
2185
|
/**
|
|
2186
2186
|
* <p>Represents the output of a <a>CreateObject</a> response operation.</p>
|
|
@@ -2191,7 +2191,7 @@ export interface BatchCreateObjectResponse {
|
|
|
2191
2191
|
* <p>The ID that is associated with the object.</p>
|
|
2192
2192
|
* @public
|
|
2193
2193
|
*/
|
|
2194
|
-
ObjectIdentifier?: string;
|
|
2194
|
+
ObjectIdentifier?: string | undefined;
|
|
2195
2195
|
}
|
|
2196
2196
|
/**
|
|
2197
2197
|
* <p>Represents the output of a <a>DeleteObject</a> response operation.</p>
|
|
@@ -2208,7 +2208,7 @@ export interface BatchDetachFromIndexResponse {
|
|
|
2208
2208
|
* <p>The <code>ObjectIdentifier</code> of the object that was detached from the index.</p>
|
|
2209
2209
|
* @public
|
|
2210
2210
|
*/
|
|
2211
|
-
DetachedObjectIdentifier?: string;
|
|
2211
|
+
DetachedObjectIdentifier?: string | undefined;
|
|
2212
2212
|
}
|
|
2213
2213
|
/**
|
|
2214
2214
|
* <p>Represents the output of a <a>DetachObject</a> response operation.</p>
|
|
@@ -2219,7 +2219,7 @@ export interface BatchDetachObjectResponse {
|
|
|
2219
2219
|
* <p>The <code>ObjectIdentifier</code> of the detached object.</p>
|
|
2220
2220
|
* @public
|
|
2221
2221
|
*/
|
|
2222
|
-
detachedObjectIdentifier?: string;
|
|
2222
|
+
detachedObjectIdentifier?: string | undefined;
|
|
2223
2223
|
}
|
|
2224
2224
|
/**
|
|
2225
2225
|
* <p>Represents the output of a <a>DetachPolicy</a> response operation.</p>
|
|
@@ -2254,7 +2254,7 @@ export interface BatchUpdateObjectAttributesResponse {
|
|
|
2254
2254
|
* <p>ID that is associated with the object.</p>
|
|
2255
2255
|
* @public
|
|
2256
2256
|
*/
|
|
2257
|
-
ObjectIdentifier?: string;
|
|
2257
|
+
ObjectIdentifier?: string | undefined;
|
|
2258
2258
|
}
|
|
2259
2259
|
/**
|
|
2260
2260
|
* <p>Represents the output of a <code>BatchWrite</code> response operation.</p>
|
|
@@ -2265,78 +2265,78 @@ export interface BatchWriteOperationResponse {
|
|
|
2265
2265
|
* <p>Creates an object in a <a>Directory</a>.</p>
|
|
2266
2266
|
* @public
|
|
2267
2267
|
*/
|
|
2268
|
-
CreateObject?: BatchCreateObjectResponse;
|
|
2268
|
+
CreateObject?: BatchCreateObjectResponse | undefined;
|
|
2269
2269
|
/**
|
|
2270
2270
|
* <p>Attaches an object to a <a>Directory</a>.</p>
|
|
2271
2271
|
* @public
|
|
2272
2272
|
*/
|
|
2273
|
-
AttachObject?: BatchAttachObjectResponse;
|
|
2273
|
+
AttachObject?: BatchAttachObjectResponse | undefined;
|
|
2274
2274
|
/**
|
|
2275
2275
|
* <p>Detaches an object from a <a>Directory</a>.</p>
|
|
2276
2276
|
* @public
|
|
2277
2277
|
*/
|
|
2278
|
-
DetachObject?: BatchDetachObjectResponse;
|
|
2278
|
+
DetachObject?: BatchDetachObjectResponse | undefined;
|
|
2279
2279
|
/**
|
|
2280
2280
|
* <p>Updates a given object’s attributes.</p>
|
|
2281
2281
|
* @public
|
|
2282
2282
|
*/
|
|
2283
|
-
UpdateObjectAttributes?: BatchUpdateObjectAttributesResponse;
|
|
2283
|
+
UpdateObjectAttributes?: BatchUpdateObjectAttributesResponse | undefined;
|
|
2284
2284
|
/**
|
|
2285
2285
|
* <p>Deletes an object in a <a>Directory</a>.</p>
|
|
2286
2286
|
* @public
|
|
2287
2287
|
*/
|
|
2288
|
-
DeleteObject?: BatchDeleteObjectResponse;
|
|
2288
|
+
DeleteObject?: BatchDeleteObjectResponse | undefined;
|
|
2289
2289
|
/**
|
|
2290
2290
|
* <p>The result of an add facet to object batch operation.</p>
|
|
2291
2291
|
* @public
|
|
2292
2292
|
*/
|
|
2293
|
-
AddFacetToObject?: BatchAddFacetToObjectResponse;
|
|
2293
|
+
AddFacetToObject?: BatchAddFacetToObjectResponse | undefined;
|
|
2294
2294
|
/**
|
|
2295
2295
|
* <p>The result of a batch remove facet from object operation.</p>
|
|
2296
2296
|
* @public
|
|
2297
2297
|
*/
|
|
2298
|
-
RemoveFacetFromObject?: BatchRemoveFacetFromObjectResponse;
|
|
2298
|
+
RemoveFacetFromObject?: BatchRemoveFacetFromObjectResponse | undefined;
|
|
2299
2299
|
/**
|
|
2300
2300
|
* <p>Attaches a policy object to a regular object. An object can have a limited number of attached
|
|
2301
2301
|
* policies.</p>
|
|
2302
2302
|
* @public
|
|
2303
2303
|
*/
|
|
2304
|
-
AttachPolicy?: BatchAttachPolicyResponse;
|
|
2304
|
+
AttachPolicy?: BatchAttachPolicyResponse | undefined;
|
|
2305
2305
|
/**
|
|
2306
2306
|
* <p>Detaches a policy from a <a>Directory</a>.</p>
|
|
2307
2307
|
* @public
|
|
2308
2308
|
*/
|
|
2309
|
-
DetachPolicy?: BatchDetachPolicyResponse;
|
|
2309
|
+
DetachPolicy?: BatchDetachPolicyResponse | undefined;
|
|
2310
2310
|
/**
|
|
2311
2311
|
* <p>Creates an index object. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/indexing_search.htm">Indexing and search</a> for more information.</p>
|
|
2312
2312
|
* @public
|
|
2313
2313
|
*/
|
|
2314
|
-
CreateIndex?: BatchCreateIndexResponse;
|
|
2314
|
+
CreateIndex?: BatchCreateIndexResponse | undefined;
|
|
2315
2315
|
/**
|
|
2316
2316
|
* <p>Attaches the specified object to the specified index.</p>
|
|
2317
2317
|
* @public
|
|
2318
2318
|
*/
|
|
2319
|
-
AttachToIndex?: BatchAttachToIndexResponse;
|
|
2319
|
+
AttachToIndex?: BatchAttachToIndexResponse | undefined;
|
|
2320
2320
|
/**
|
|
2321
2321
|
* <p>Detaches the specified object from the specified index.</p>
|
|
2322
2322
|
* @public
|
|
2323
2323
|
*/
|
|
2324
|
-
DetachFromIndex?: BatchDetachFromIndexResponse;
|
|
2324
|
+
DetachFromIndex?: BatchDetachFromIndexResponse | undefined;
|
|
2325
2325
|
/**
|
|
2326
2326
|
* <p>Attaches a typed link to a specified source and target object. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
2327
2327
|
* @public
|
|
2328
2328
|
*/
|
|
2329
|
-
AttachTypedLink?: BatchAttachTypedLinkResponse;
|
|
2329
|
+
AttachTypedLink?: BatchAttachTypedLinkResponse | undefined;
|
|
2330
2330
|
/**
|
|
2331
2331
|
* <p>Detaches a typed link from a specified source and target object. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
2332
2332
|
* @public
|
|
2333
2333
|
*/
|
|
2334
|
-
DetachTypedLink?: BatchDetachTypedLinkResponse;
|
|
2334
|
+
DetachTypedLink?: BatchDetachTypedLinkResponse | undefined;
|
|
2335
2335
|
/**
|
|
2336
2336
|
* <p>Represents the output of a <code>BatchWrite</code> response operation.</p>
|
|
2337
2337
|
* @public
|
|
2338
2338
|
*/
|
|
2339
|
-
UpdateLinkAttributes?: BatchUpdateLinkAttributesResponse;
|
|
2339
|
+
UpdateLinkAttributes?: BatchUpdateLinkAttributesResponse | undefined;
|
|
2340
2340
|
}
|
|
2341
2341
|
/**
|
|
2342
2342
|
* @public
|
|
@@ -2346,7 +2346,7 @@ export interface BatchWriteResponse {
|
|
|
2346
2346
|
* <p>A list of all the responses for each batch write.</p>
|
|
2347
2347
|
* @public
|
|
2348
2348
|
*/
|
|
2349
|
-
Responses?: BatchWriteOperationResponse[];
|
|
2349
|
+
Responses?: BatchWriteOperationResponse[] | undefined;
|
|
2350
2350
|
}
|
|
2351
2351
|
/**
|
|
2352
2352
|
* @public
|
|
@@ -2401,7 +2401,7 @@ export interface CreateDirectoryResponse {
|
|
|
2401
2401
|
export declare class DirectoryAlreadyExistsException extends __BaseException {
|
|
2402
2402
|
readonly name: "DirectoryAlreadyExistsException";
|
|
2403
2403
|
readonly $fault: "client";
|
|
2404
|
-
Message?: string;
|
|
2404
|
+
Message?: string | undefined;
|
|
2405
2405
|
/**
|
|
2406
2406
|
* @internal
|
|
2407
2407
|
*/
|
|
@@ -2431,12 +2431,12 @@ export interface Rule {
|
|
|
2431
2431
|
* <p>The type of attribute validation rule.</p>
|
|
2432
2432
|
* @public
|
|
2433
2433
|
*/
|
|
2434
|
-
Type?: RuleType;
|
|
2434
|
+
Type?: RuleType | undefined;
|
|
2435
2435
|
/**
|
|
2436
2436
|
* <p>The minimum and maximum parameters that are associated with the rule.</p>
|
|
2437
2437
|
* @public
|
|
2438
2438
|
*/
|
|
2439
|
-
Parameters?: Record<string, string
|
|
2439
|
+
Parameters?: Record<string, string> | undefined;
|
|
2440
2440
|
}
|
|
2441
2441
|
/**
|
|
2442
2442
|
* @public
|
|
@@ -2468,17 +2468,17 @@ export interface FacetAttributeDefinition {
|
|
|
2468
2468
|
* <p>The default value of the attribute (if configured).</p>
|
|
2469
2469
|
* @public
|
|
2470
2470
|
*/
|
|
2471
|
-
DefaultValue?: TypedAttributeValue;
|
|
2471
|
+
DefaultValue?: TypedAttributeValue | undefined;
|
|
2472
2472
|
/**
|
|
2473
2473
|
* <p>Whether the attribute is mutable or not.</p>
|
|
2474
2474
|
* @public
|
|
2475
2475
|
*/
|
|
2476
|
-
IsImmutable?: boolean;
|
|
2476
|
+
IsImmutable?: boolean | undefined;
|
|
2477
2477
|
/**
|
|
2478
2478
|
* <p>Validation rules attached to the attribute definition.</p>
|
|
2479
2479
|
* @public
|
|
2480
2480
|
*/
|
|
2481
|
-
Rules?: Record<string, Rule
|
|
2481
|
+
Rules?: Record<string, Rule> | undefined;
|
|
2482
2482
|
}
|
|
2483
2483
|
/**
|
|
2484
2484
|
* <p>The facet attribute reference that specifies the attribute definition that contains the
|
|
@@ -2524,17 +2524,17 @@ export interface FacetAttribute {
|
|
|
2524
2524
|
* contains the attribute definition. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_attributereferences.html">Attribute References</a> for more information.</p>
|
|
2525
2525
|
* @public
|
|
2526
2526
|
*/
|
|
2527
|
-
AttributeDefinition?: FacetAttributeDefinition;
|
|
2527
|
+
AttributeDefinition?: FacetAttributeDefinition | undefined;
|
|
2528
2528
|
/**
|
|
2529
2529
|
* <p>An attribute reference that is associated with the attribute. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_attributereferences.html">Attribute References</a> for more information.</p>
|
|
2530
2530
|
* @public
|
|
2531
2531
|
*/
|
|
2532
|
-
AttributeReference?: FacetAttributeReference;
|
|
2532
|
+
AttributeReference?: FacetAttributeReference | undefined;
|
|
2533
2533
|
/**
|
|
2534
2534
|
* <p>The required behavior of the <code>FacetAttribute</code>.</p>
|
|
2535
2535
|
* @public
|
|
2536
2536
|
*/
|
|
2537
|
-
RequiredBehavior?: RequiredAttributeBehavior;
|
|
2537
|
+
RequiredBehavior?: RequiredAttributeBehavior | undefined;
|
|
2538
2538
|
}
|
|
2539
2539
|
/**
|
|
2540
2540
|
* @public
|
|
@@ -2581,7 +2581,7 @@ export interface CreateFacetRequest {
|
|
|
2581
2581
|
* <p>The attributes that are associated with the <a>Facet</a>.</p>
|
|
2582
2582
|
* @public
|
|
2583
2583
|
*/
|
|
2584
|
-
Attributes?: FacetAttribute[];
|
|
2584
|
+
Attributes?: FacetAttribute[] | undefined;
|
|
2585
2585
|
/**
|
|
2586
2586
|
* <p>Specifies whether a given object created from this facet is of type node, leaf node,
|
|
2587
2587
|
* policy or index.</p>
|
|
@@ -2608,12 +2608,12 @@ export interface CreateFacetRequest {
|
|
|
2608
2608
|
* </ul>
|
|
2609
2609
|
* @public
|
|
2610
2610
|
*/
|
|
2611
|
-
ObjectType?: ObjectType;
|
|
2611
|
+
ObjectType?: ObjectType | undefined;
|
|
2612
2612
|
/**
|
|
2613
2613
|
* <p>There are two different styles that you can define on any given facet, <code>Static</code> and <code>Dynamic</code>. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.</p>
|
|
2614
2614
|
* @public
|
|
2615
2615
|
*/
|
|
2616
|
-
FacetStyle?: FacetStyle;
|
|
2616
|
+
FacetStyle?: FacetStyle | undefined;
|
|
2617
2617
|
}
|
|
2618
2618
|
/**
|
|
2619
2619
|
* @public
|
|
@@ -2627,7 +2627,7 @@ export interface CreateFacetResponse {
|
|
|
2627
2627
|
export declare class FacetAlreadyExistsException extends __BaseException {
|
|
2628
2628
|
readonly name: "FacetAlreadyExistsException";
|
|
2629
2629
|
readonly $fault: "client";
|
|
2630
|
-
Message?: string;
|
|
2630
|
+
Message?: string | undefined;
|
|
2631
2631
|
/**
|
|
2632
2632
|
* @internal
|
|
2633
2633
|
*/
|
|
@@ -2640,7 +2640,7 @@ export declare class FacetAlreadyExistsException extends __BaseException {
|
|
|
2640
2640
|
export declare class InvalidRuleException extends __BaseException {
|
|
2641
2641
|
readonly name: "InvalidRuleException";
|
|
2642
2642
|
readonly $fault: "client";
|
|
2643
|
-
Message?: string;
|
|
2643
|
+
Message?: string | undefined;
|
|
2644
2644
|
/**
|
|
2645
2645
|
* @internal
|
|
2646
2646
|
*/
|
|
@@ -2671,12 +2671,12 @@ export interface CreateIndexRequest {
|
|
|
2671
2671
|
* <p>A reference to the parent object that contains the index object.</p>
|
|
2672
2672
|
* @public
|
|
2673
2673
|
*/
|
|
2674
|
-
ParentReference?: ObjectReference;
|
|
2674
|
+
ParentReference?: ObjectReference | undefined;
|
|
2675
2675
|
/**
|
|
2676
2676
|
* <p>The name of the link between the parent object and the index object.</p>
|
|
2677
2677
|
* @public
|
|
2678
2678
|
*/
|
|
2679
|
-
LinkName?: string;
|
|
2679
|
+
LinkName?: string | undefined;
|
|
2680
2680
|
}
|
|
2681
2681
|
/**
|
|
2682
2682
|
* @public
|
|
@@ -2686,7 +2686,7 @@ export interface CreateIndexResponse {
|
|
|
2686
2686
|
* <p>The <code>ObjectIdentifier</code> of the index created by this operation.</p>
|
|
2687
2687
|
* @public
|
|
2688
2688
|
*/
|
|
2689
|
-
ObjectIdentifier?: string;
|
|
2689
|
+
ObjectIdentifier?: string | undefined;
|
|
2690
2690
|
}
|
|
2691
2691
|
/**
|
|
2692
2692
|
* <p>Indicates that the requested index type is not supported.</p>
|
|
@@ -2695,7 +2695,7 @@ export interface CreateIndexResponse {
|
|
|
2695
2695
|
export declare class UnsupportedIndexTypeException extends __BaseException {
|
|
2696
2696
|
readonly name: "UnsupportedIndexTypeException";
|
|
2697
2697
|
readonly $fault: "client";
|
|
2698
|
-
Message?: string;
|
|
2698
|
+
Message?: string | undefined;
|
|
2699
2699
|
/**
|
|
2700
2700
|
* @internal
|
|
2701
2701
|
*/
|
|
@@ -2721,17 +2721,17 @@ export interface CreateObjectRequest {
|
|
|
2721
2721
|
* value.</p>
|
|
2722
2722
|
* @public
|
|
2723
2723
|
*/
|
|
2724
|
-
ObjectAttributeList?: AttributeKeyAndValue[];
|
|
2724
|
+
ObjectAttributeList?: AttributeKeyAndValue[] | undefined;
|
|
2725
2725
|
/**
|
|
2726
2726
|
* <p>If specified, the parent reference to which this object will be attached.</p>
|
|
2727
2727
|
* @public
|
|
2728
2728
|
*/
|
|
2729
|
-
ParentReference?: ObjectReference;
|
|
2729
|
+
ParentReference?: ObjectReference | undefined;
|
|
2730
2730
|
/**
|
|
2731
2731
|
* <p>The name of link that is used to attach this object to a parent.</p>
|
|
2732
2732
|
* @public
|
|
2733
2733
|
*/
|
|
2734
|
-
LinkName?: string;
|
|
2734
|
+
LinkName?: string | undefined;
|
|
2735
2735
|
}
|
|
2736
2736
|
/**
|
|
2737
2737
|
* @public
|
|
@@ -2741,7 +2741,7 @@ export interface CreateObjectResponse {
|
|
|
2741
2741
|
* <p>The identifier that is associated with the object.</p>
|
|
2742
2742
|
* @public
|
|
2743
2743
|
*/
|
|
2744
|
-
ObjectIdentifier?: string;
|
|
2744
|
+
ObjectIdentifier?: string | undefined;
|
|
2745
2745
|
}
|
|
2746
2746
|
/**
|
|
2747
2747
|
* @public
|
|
@@ -2763,7 +2763,7 @@ export interface CreateSchemaResponse {
|
|
|
2763
2763
|
* information, see <a>arns</a>.</p>
|
|
2764
2764
|
* @public
|
|
2765
2765
|
*/
|
|
2766
|
-
SchemaArn?: string;
|
|
2766
|
+
SchemaArn?: string | undefined;
|
|
2767
2767
|
}
|
|
2768
2768
|
/**
|
|
2769
2769
|
* <p>A typed link attribute definition.</p>
|
|
@@ -2784,17 +2784,17 @@ export interface TypedLinkAttributeDefinition {
|
|
|
2784
2784
|
* <p>The default value of the attribute (if configured).</p>
|
|
2785
2785
|
* @public
|
|
2786
2786
|
*/
|
|
2787
|
-
DefaultValue?: TypedAttributeValue;
|
|
2787
|
+
DefaultValue?: TypedAttributeValue | undefined;
|
|
2788
2788
|
/**
|
|
2789
2789
|
* <p>Whether the attribute is mutable or not.</p>
|
|
2790
2790
|
* @public
|
|
2791
2791
|
*/
|
|
2792
|
-
IsImmutable?: boolean;
|
|
2792
|
+
IsImmutable?: boolean | undefined;
|
|
2793
2793
|
/**
|
|
2794
2794
|
* <p>Validation rules that are attached to the attribute definition.</p>
|
|
2795
2795
|
* @public
|
|
2796
2796
|
*/
|
|
2797
|
-
Rules?: Record<string, Rule
|
|
2797
|
+
Rules?: Record<string, Rule> | undefined;
|
|
2798
2798
|
/**
|
|
2799
2799
|
* <p>The required behavior of the <code>TypedLinkAttributeDefinition</code>.</p>
|
|
2800
2800
|
* @public
|
|
@@ -2874,7 +2874,7 @@ export interface DeleteDirectoryResponse {
|
|
|
2874
2874
|
export declare class DirectoryDeletedException extends __BaseException {
|
|
2875
2875
|
readonly name: "DirectoryDeletedException";
|
|
2876
2876
|
readonly $fault: "client";
|
|
2877
|
-
Message?: string;
|
|
2877
|
+
Message?: string | undefined;
|
|
2878
2878
|
/**
|
|
2879
2879
|
* @internal
|
|
2880
2880
|
*/
|
|
@@ -2887,7 +2887,7 @@ export declare class DirectoryDeletedException extends __BaseException {
|
|
|
2887
2887
|
export declare class DirectoryNotDisabledException extends __BaseException {
|
|
2888
2888
|
readonly name: "DirectoryNotDisabledException";
|
|
2889
2889
|
readonly $fault: "client";
|
|
2890
|
-
Message?: string;
|
|
2890
|
+
Message?: string | undefined;
|
|
2891
2891
|
/**
|
|
2892
2892
|
* @internal
|
|
2893
2893
|
*/
|
|
@@ -2922,7 +2922,7 @@ export interface DeleteFacetResponse {
|
|
|
2922
2922
|
export declare class FacetInUseException extends __BaseException {
|
|
2923
2923
|
readonly name: "FacetInUseException";
|
|
2924
2924
|
readonly $fault: "client";
|
|
2925
|
-
Message?: string;
|
|
2925
|
+
Message?: string | undefined;
|
|
2926
2926
|
/**
|
|
2927
2927
|
* @internal
|
|
2928
2928
|
*/
|
|
@@ -2935,7 +2935,7 @@ export declare class FacetInUseException extends __BaseException {
|
|
|
2935
2935
|
export declare class FacetNotFoundException extends __BaseException {
|
|
2936
2936
|
readonly name: "FacetNotFoundException";
|
|
2937
2937
|
readonly $fault: "client";
|
|
2938
|
-
Message?: string;
|
|
2938
|
+
Message?: string | undefined;
|
|
2939
2939
|
/**
|
|
2940
2940
|
* @internal
|
|
2941
2941
|
*/
|
|
@@ -2970,7 +2970,7 @@ export interface DeleteObjectResponse {
|
|
|
2970
2970
|
export declare class ObjectNotDetachedException extends __BaseException {
|
|
2971
2971
|
readonly name: "ObjectNotDetachedException";
|
|
2972
2972
|
readonly $fault: "client";
|
|
2973
|
-
Message?: string;
|
|
2973
|
+
Message?: string | undefined;
|
|
2974
2974
|
/**
|
|
2975
2975
|
* @internal
|
|
2976
2976
|
*/
|
|
@@ -2996,7 +2996,7 @@ export interface DeleteSchemaResponse {
|
|
|
2996
2996
|
* <a>arns</a>.</p>
|
|
2997
2997
|
* @public
|
|
2998
2998
|
*/
|
|
2999
|
-
SchemaArn?: string;
|
|
2999
|
+
SchemaArn?: string | undefined;
|
|
3000
3000
|
}
|
|
3001
3001
|
/**
|
|
3002
3002
|
* <p>The object could not be deleted because links still exist. Remove the links and then
|
|
@@ -3006,7 +3006,7 @@ export interface DeleteSchemaResponse {
|
|
|
3006
3006
|
export declare class StillContainsLinksException extends __BaseException {
|
|
3007
3007
|
readonly name: "StillContainsLinksException";
|
|
3008
3008
|
readonly $fault: "client";
|
|
3009
|
-
Message?: string;
|
|
3009
|
+
Message?: string | undefined;
|
|
3010
3010
|
/**
|
|
3011
3011
|
* @internal
|
|
3012
3012
|
*/
|
|
@@ -3062,7 +3062,7 @@ export interface DetachFromIndexResponse {
|
|
|
3062
3062
|
* <p>The <code>ObjectIdentifier</code> of the object that was detached from the index.</p>
|
|
3063
3063
|
* @public
|
|
3064
3064
|
*/
|
|
3065
|
-
DetachedObjectIdentifier?: string;
|
|
3065
|
+
DetachedObjectIdentifier?: string | undefined;
|
|
3066
3066
|
}
|
|
3067
3067
|
/**
|
|
3068
3068
|
* <p>Indicates that the object is not attached to the index.</p>
|
|
@@ -3071,7 +3071,7 @@ export interface DetachFromIndexResponse {
|
|
|
3071
3071
|
export declare class ObjectAlreadyDetachedException extends __BaseException {
|
|
3072
3072
|
readonly name: "ObjectAlreadyDetachedException";
|
|
3073
3073
|
readonly $fault: "client";
|
|
3074
|
-
Message?: string;
|
|
3074
|
+
Message?: string | undefined;
|
|
3075
3075
|
/**
|
|
3076
3076
|
* @internal
|
|
3077
3077
|
*/
|
|
@@ -3107,7 +3107,7 @@ export interface DetachObjectResponse {
|
|
|
3107
3107
|
* <p>The <code>ObjectIdentifier</code> that was detached from the object.</p>
|
|
3108
3108
|
* @public
|
|
3109
3109
|
*/
|
|
3110
|
-
DetachedObjectIdentifier?: string;
|
|
3110
|
+
DetachedObjectIdentifier?: string | undefined;
|
|
3111
3111
|
}
|
|
3112
3112
|
/**
|
|
3113
3113
|
* <p>Occurs when any invalid operations are performed on an object that is not a node, such
|
|
@@ -3117,7 +3117,7 @@ export interface DetachObjectResponse {
|
|
|
3117
3117
|
export declare class NotNodeException extends __BaseException {
|
|
3118
3118
|
readonly name: "NotNodeException";
|
|
3119
3119
|
readonly $fault: "client";
|
|
3120
|
-
Message?: string;
|
|
3120
|
+
Message?: string | undefined;
|
|
3121
3121
|
/**
|
|
3122
3122
|
* @internal
|
|
3123
3123
|
*/
|
|
@@ -3223,7 +3223,7 @@ export interface GetAppliedSchemaVersionResponse {
|
|
|
3223
3223
|
* <p>Current applied schema ARN, including the minor version in use if one was provided.</p>
|
|
3224
3224
|
* @public
|
|
3225
3225
|
*/
|
|
3226
|
-
AppliedSchemaArn?: string;
|
|
3226
|
+
AppliedSchemaArn?: string | undefined;
|
|
3227
3227
|
}
|
|
3228
3228
|
/**
|
|
3229
3229
|
* @public
|
|
@@ -3257,23 +3257,23 @@ export interface Directory {
|
|
|
3257
3257
|
* <p>The name of the directory.</p>
|
|
3258
3258
|
* @public
|
|
3259
3259
|
*/
|
|
3260
|
-
Name?: string;
|
|
3260
|
+
Name?: string | undefined;
|
|
3261
3261
|
/**
|
|
3262
3262
|
* <p>The Amazon Resource Name (ARN) that is associated with the directory. For more
|
|
3263
3263
|
* information, see <a>arns</a>.</p>
|
|
3264
3264
|
* @public
|
|
3265
3265
|
*/
|
|
3266
|
-
DirectoryArn?: string;
|
|
3266
|
+
DirectoryArn?: string | undefined;
|
|
3267
3267
|
/**
|
|
3268
3268
|
* <p>The state of the directory. Can be either <code>Enabled</code>, <code>Disabled</code>, or <code>Deleted</code>.</p>
|
|
3269
3269
|
* @public
|
|
3270
3270
|
*/
|
|
3271
|
-
State?: DirectoryState;
|
|
3271
|
+
State?: DirectoryState | undefined;
|
|
3272
3272
|
/**
|
|
3273
3273
|
* <p>The date and time when the directory was created.</p>
|
|
3274
3274
|
* @public
|
|
3275
3275
|
*/
|
|
3276
|
-
CreationDateTime?: Date;
|
|
3276
|
+
CreationDateTime?: Date | undefined;
|
|
3277
3277
|
}
|
|
3278
3278
|
/**
|
|
3279
3279
|
* @public
|
|
@@ -3312,17 +3312,17 @@ export interface Facet {
|
|
|
3312
3312
|
* <p>The name of the <a>Facet</a>.</p>
|
|
3313
3313
|
* @public
|
|
3314
3314
|
*/
|
|
3315
|
-
Name?: string;
|
|
3315
|
+
Name?: string | undefined;
|
|
3316
3316
|
/**
|
|
3317
3317
|
* <p>The object type that is associated with the facet. See <a>CreateFacetRequest$ObjectType</a> for more details.</p>
|
|
3318
3318
|
* @public
|
|
3319
3319
|
*/
|
|
3320
|
-
ObjectType?: ObjectType;
|
|
3320
|
+
ObjectType?: ObjectType | undefined;
|
|
3321
3321
|
/**
|
|
3322
3322
|
* <p>There are two different styles that you can define on any given facet, <code>Static</code> and <code>Dynamic</code>. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.</p>
|
|
3323
3323
|
* @public
|
|
3324
3324
|
*/
|
|
3325
|
-
FacetStyle?: FacetStyle;
|
|
3325
|
+
FacetStyle?: FacetStyle | undefined;
|
|
3326
3326
|
}
|
|
3327
3327
|
/**
|
|
3328
3328
|
* @public
|
|
@@ -3332,7 +3332,7 @@ export interface GetFacetResponse {
|
|
|
3332
3332
|
* <p>The <a>Facet</a> structure that is associated with the facet.</p>
|
|
3333
3333
|
* @public
|
|
3334
3334
|
*/
|
|
3335
|
-
Facet?: Facet;
|
|
3335
|
+
Facet?: Facet | undefined;
|
|
3336
3336
|
}
|
|
3337
3337
|
/**
|
|
3338
3338
|
* @public
|
|
@@ -3357,7 +3357,7 @@ export interface GetLinkAttributesRequest {
|
|
|
3357
3357
|
* <p>The consistency level at which to retrieve the attributes on a typed link.</p>
|
|
3358
3358
|
* @public
|
|
3359
3359
|
*/
|
|
3360
|
-
ConsistencyLevel?: ConsistencyLevel;
|
|
3360
|
+
ConsistencyLevel?: ConsistencyLevel | undefined;
|
|
3361
3361
|
}
|
|
3362
3362
|
/**
|
|
3363
3363
|
* @public
|
|
@@ -3367,7 +3367,7 @@ export interface GetLinkAttributesResponse {
|
|
|
3367
3367
|
* <p>The attributes that are associated with the typed link.</p>
|
|
3368
3368
|
* @public
|
|
3369
3369
|
*/
|
|
3370
|
-
Attributes?: AttributeKeyAndValue[];
|
|
3370
|
+
Attributes?: AttributeKeyAndValue[] | undefined;
|
|
3371
3371
|
}
|
|
3372
3372
|
/**
|
|
3373
3373
|
* @public
|
|
@@ -3387,7 +3387,7 @@ export interface GetObjectAttributesRequest {
|
|
|
3387
3387
|
* <p>The consistency level at which to retrieve the attributes on an object.</p>
|
|
3388
3388
|
* @public
|
|
3389
3389
|
*/
|
|
3390
|
-
ConsistencyLevel?: ConsistencyLevel;
|
|
3390
|
+
ConsistencyLevel?: ConsistencyLevel | undefined;
|
|
3391
3391
|
/**
|
|
3392
3392
|
* <p>Identifier for the facet whose attributes will be retrieved. See <a>SchemaFacet</a> for details.</p>
|
|
3393
3393
|
* @public
|
|
@@ -3407,7 +3407,7 @@ export interface GetObjectAttributesResponse {
|
|
|
3407
3407
|
* <p>The attributes that are associated with the object.</p>
|
|
3408
3408
|
* @public
|
|
3409
3409
|
*/
|
|
3410
|
-
Attributes?: AttributeKeyAndValue[];
|
|
3410
|
+
Attributes?: AttributeKeyAndValue[] | undefined;
|
|
3411
3411
|
}
|
|
3412
3412
|
/**
|
|
3413
3413
|
* @public
|
|
@@ -3427,7 +3427,7 @@ export interface GetObjectInformationRequest {
|
|
|
3427
3427
|
* <p>The consistency level at which to retrieve the object information.</p>
|
|
3428
3428
|
* @public
|
|
3429
3429
|
*/
|
|
3430
|
-
ConsistencyLevel?: ConsistencyLevel;
|
|
3430
|
+
ConsistencyLevel?: ConsistencyLevel | undefined;
|
|
3431
3431
|
}
|
|
3432
3432
|
/**
|
|
3433
3433
|
* @public
|
|
@@ -3437,12 +3437,12 @@ export interface GetObjectInformationResponse {
|
|
|
3437
3437
|
* <p>The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See <a>GetAppliedSchemaVersion</a> for details.</p>
|
|
3438
3438
|
* @public
|
|
3439
3439
|
*/
|
|
3440
|
-
SchemaFacets?: SchemaFacet[];
|
|
3440
|
+
SchemaFacets?: SchemaFacet[] | undefined;
|
|
3441
3441
|
/**
|
|
3442
3442
|
* <p>The <code>ObjectIdentifier</code> of the specified object.</p>
|
|
3443
3443
|
* @public
|
|
3444
3444
|
*/
|
|
3445
|
-
ObjectIdentifier?: string;
|
|
3445
|
+
ObjectIdentifier?: string | undefined;
|
|
3446
3446
|
}
|
|
3447
3447
|
/**
|
|
3448
3448
|
* @public
|
|
@@ -3462,12 +3462,12 @@ export interface GetSchemaAsJsonResponse {
|
|
|
3462
3462
|
* <p>The name of the retrieved schema.</p>
|
|
3463
3463
|
* @public
|
|
3464
3464
|
*/
|
|
3465
|
-
Name?: string;
|
|
3465
|
+
Name?: string | undefined;
|
|
3466
3466
|
/**
|
|
3467
3467
|
* <p>The JSON representation of the schema document.</p>
|
|
3468
3468
|
* @public
|
|
3469
3469
|
*/
|
|
3470
|
-
Document?: string;
|
|
3470
|
+
Document?: string | undefined;
|
|
3471
3471
|
}
|
|
3472
3472
|
/**
|
|
3473
3473
|
* @public
|
|
@@ -3498,7 +3498,7 @@ export interface GetTypedLinkFacetInformationResponse {
|
|
|
3498
3498
|
* they are supplied to any API calls. For more information about identity attributes, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
3499
3499
|
* @public
|
|
3500
3500
|
*/
|
|
3501
|
-
IdentityAttributeOrder?: string[];
|
|
3501
|
+
IdentityAttributeOrder?: string[] | undefined;
|
|
3502
3502
|
}
|
|
3503
3503
|
/**
|
|
3504
3504
|
* <p>Indicates that the <code>NextToken</code> value is not valid.</p>
|
|
@@ -3507,7 +3507,7 @@ export interface GetTypedLinkFacetInformationResponse {
|
|
|
3507
3507
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
3508
3508
|
readonly name: "InvalidNextTokenException";
|
|
3509
3509
|
readonly $fault: "client";
|
|
3510
|
-
Message?: string;
|
|
3510
|
+
Message?: string | undefined;
|
|
3511
3511
|
/**
|
|
3512
3512
|
* @internal
|
|
3513
3513
|
*/
|
|
@@ -3526,17 +3526,17 @@ export interface ListAppliedSchemaArnsRequest {
|
|
|
3526
3526
|
* <p>The response for <code>ListAppliedSchemaArns</code> when this parameter is used will list all minor version ARNs for a major version.</p>
|
|
3527
3527
|
* @public
|
|
3528
3528
|
*/
|
|
3529
|
-
SchemaArn?: string;
|
|
3529
|
+
SchemaArn?: string | undefined;
|
|
3530
3530
|
/**
|
|
3531
3531
|
* <p>The pagination token.</p>
|
|
3532
3532
|
* @public
|
|
3533
3533
|
*/
|
|
3534
|
-
NextToken?: string;
|
|
3534
|
+
NextToken?: string | undefined;
|
|
3535
3535
|
/**
|
|
3536
3536
|
* <p>The maximum number of results to retrieve.</p>
|
|
3537
3537
|
* @public
|
|
3538
3538
|
*/
|
|
3539
|
-
MaxResults?: number;
|
|
3539
|
+
MaxResults?: number | undefined;
|
|
3540
3540
|
}
|
|
3541
3541
|
/**
|
|
3542
3542
|
* @public
|
|
@@ -3546,12 +3546,12 @@ export interface ListAppliedSchemaArnsResponse {
|
|
|
3546
3546
|
* <p>The ARNs of schemas that are applied to the directory.</p>
|
|
3547
3547
|
* @public
|
|
3548
3548
|
*/
|
|
3549
|
-
SchemaArns?: string[];
|
|
3549
|
+
SchemaArns?: string[] | undefined;
|
|
3550
3550
|
/**
|
|
3551
3551
|
* <p>The pagination token.</p>
|
|
3552
3552
|
* @public
|
|
3553
3553
|
*/
|
|
3554
|
-
NextToken?: string;
|
|
3554
|
+
NextToken?: string | undefined;
|
|
3555
3555
|
}
|
|
3556
3556
|
/**
|
|
3557
3557
|
* @public
|
|
@@ -3571,17 +3571,17 @@ export interface ListAttachedIndicesRequest {
|
|
|
3571
3571
|
* <p>The pagination token.</p>
|
|
3572
3572
|
* @public
|
|
3573
3573
|
*/
|
|
3574
|
-
NextToken?: string;
|
|
3574
|
+
NextToken?: string | undefined;
|
|
3575
3575
|
/**
|
|
3576
3576
|
* <p>The maximum number of results to retrieve.</p>
|
|
3577
3577
|
* @public
|
|
3578
3578
|
*/
|
|
3579
|
-
MaxResults?: number;
|
|
3579
|
+
MaxResults?: number | undefined;
|
|
3580
3580
|
/**
|
|
3581
3581
|
* <p>The consistency level to use for this operation.</p>
|
|
3582
3582
|
* @public
|
|
3583
3583
|
*/
|
|
3584
|
-
ConsistencyLevel?: ConsistencyLevel;
|
|
3584
|
+
ConsistencyLevel?: ConsistencyLevel | undefined;
|
|
3585
3585
|
}
|
|
3586
3586
|
/**
|
|
3587
3587
|
* @public
|
|
@@ -3591,12 +3591,12 @@ export interface ListAttachedIndicesResponse {
|
|
|
3591
3591
|
* <p>The indices attached to the specified object.</p>
|
|
3592
3592
|
* @public
|
|
3593
3593
|
*/
|
|
3594
|
-
IndexAttachments?: IndexAttachment[];
|
|
3594
|
+
IndexAttachments?: IndexAttachment[] | undefined;
|
|
3595
3595
|
/**
|
|
3596
3596
|
* <p>The pagination token.</p>
|
|
3597
3597
|
* @public
|
|
3598
3598
|
*/
|
|
3599
|
-
NextToken?: string;
|
|
3599
|
+
NextToken?: string | undefined;
|
|
3600
3600
|
}
|
|
3601
3601
|
/**
|
|
3602
3602
|
* @public
|
|
@@ -3606,12 +3606,12 @@ export interface ListDevelopmentSchemaArnsRequest {
|
|
|
3606
3606
|
* <p>The pagination token.</p>
|
|
3607
3607
|
* @public
|
|
3608
3608
|
*/
|
|
3609
|
-
NextToken?: string;
|
|
3609
|
+
NextToken?: string | undefined;
|
|
3610
3610
|
/**
|
|
3611
3611
|
* <p>The maximum number of results to retrieve.</p>
|
|
3612
3612
|
* @public
|
|
3613
3613
|
*/
|
|
3614
|
-
MaxResults?: number;
|
|
3614
|
+
MaxResults?: number | undefined;
|
|
3615
3615
|
}
|
|
3616
3616
|
/**
|
|
3617
3617
|
* @public
|
|
@@ -3621,12 +3621,12 @@ export interface ListDevelopmentSchemaArnsResponse {
|
|
|
3621
3621
|
* <p>The ARNs of retrieved development schemas.</p>
|
|
3622
3622
|
* @public
|
|
3623
3623
|
*/
|
|
3624
|
-
SchemaArns?: string[];
|
|
3624
|
+
SchemaArns?: string[] | undefined;
|
|
3625
3625
|
/**
|
|
3626
3626
|
* <p>The pagination token.</p>
|
|
3627
3627
|
* @public
|
|
3628
3628
|
*/
|
|
3629
|
-
NextToken?: string;
|
|
3629
|
+
NextToken?: string | undefined;
|
|
3630
3630
|
}
|
|
3631
3631
|
/**
|
|
3632
3632
|
* @public
|
|
@@ -3636,18 +3636,18 @@ export interface ListDirectoriesRequest {
|
|
|
3636
3636
|
* <p>The pagination token.</p>
|
|
3637
3637
|
* @public
|
|
3638
3638
|
*/
|
|
3639
|
-
NextToken?: string;
|
|
3639
|
+
NextToken?: string | undefined;
|
|
3640
3640
|
/**
|
|
3641
3641
|
* <p>The maximum number of results to retrieve.</p>
|
|
3642
3642
|
* @public
|
|
3643
3643
|
*/
|
|
3644
|
-
MaxResults?: number;
|
|
3644
|
+
MaxResults?: number | undefined;
|
|
3645
3645
|
/**
|
|
3646
3646
|
* <p>The state of the directories in the list. Can be either Enabled, Disabled, or
|
|
3647
3647
|
* Deleted.</p>
|
|
3648
3648
|
* @public
|
|
3649
3649
|
*/
|
|
3650
|
-
state?: DirectoryState;
|
|
3650
|
+
state?: DirectoryState | undefined;
|
|
3651
3651
|
}
|
|
3652
3652
|
/**
|
|
3653
3653
|
* @public
|
|
@@ -3663,7 +3663,7 @@ export interface ListDirectoriesResponse {
|
|
|
3663
3663
|
* <p>The pagination token.</p>
|
|
3664
3664
|
* @public
|
|
3665
3665
|
*/
|
|
3666
|
-
NextToken?: string;
|
|
3666
|
+
NextToken?: string | undefined;
|
|
3667
3667
|
}
|
|
3668
3668
|
/**
|
|
3669
3669
|
* @public
|
|
@@ -3683,12 +3683,12 @@ export interface ListFacetAttributesRequest {
|
|
|
3683
3683
|
* <p>The pagination token.</p>
|
|
3684
3684
|
* @public
|
|
3685
3685
|
*/
|
|
3686
|
-
NextToken?: string;
|
|
3686
|
+
NextToken?: string | undefined;
|
|
3687
3687
|
/**
|
|
3688
3688
|
* <p>The maximum number of results to retrieve.</p>
|
|
3689
3689
|
* @public
|
|
3690
3690
|
*/
|
|
3691
|
-
MaxResults?: number;
|
|
3691
|
+
MaxResults?: number | undefined;
|
|
3692
3692
|
}
|
|
3693
3693
|
/**
|
|
3694
3694
|
* @public
|
|
@@ -3698,12 +3698,12 @@ export interface ListFacetAttributesResponse {
|
|
|
3698
3698
|
* <p>The attributes attached to the facet.</p>
|
|
3699
3699
|
* @public
|
|
3700
3700
|
*/
|
|
3701
|
-
Attributes?: FacetAttribute[];
|
|
3701
|
+
Attributes?: FacetAttribute[] | undefined;
|
|
3702
3702
|
/**
|
|
3703
3703
|
* <p>The pagination token.</p>
|
|
3704
3704
|
* @public
|
|
3705
3705
|
*/
|
|
3706
|
-
NextToken?: string;
|
|
3706
|
+
NextToken?: string | undefined;
|
|
3707
3707
|
}
|
|
3708
3708
|
/**
|
|
3709
3709
|
* @public
|
|
@@ -3718,12 +3718,12 @@ export interface ListFacetNamesRequest {
|
|
|
3718
3718
|
* <p>The pagination token.</p>
|
|
3719
3719
|
* @public
|
|
3720
3720
|
*/
|
|
3721
|
-
NextToken?: string;
|
|
3721
|
+
NextToken?: string | undefined;
|
|
3722
3722
|
/**
|
|
3723
3723
|
* <p>The maximum number of results to retrieve.</p>
|
|
3724
3724
|
* @public
|
|
3725
3725
|
*/
|
|
3726
|
-
MaxResults?: number;
|
|
3726
|
+
MaxResults?: number | undefined;
|
|
3727
3727
|
}
|
|
3728
3728
|
/**
|
|
3729
3729
|
* @public
|
|
@@ -3733,12 +3733,12 @@ export interface ListFacetNamesResponse {
|
|
|
3733
3733
|
* <p>The names of facets that exist within the schema.</p>
|
|
3734
3734
|
* @public
|
|
3735
3735
|
*/
|
|
3736
|
-
FacetNames?: string[];
|
|
3736
|
+
FacetNames?: string[] | undefined;
|
|
3737
3737
|
/**
|
|
3738
3738
|
* <p>The pagination token.</p>
|
|
3739
3739
|
* @public
|
|
3740
3740
|
*/
|
|
3741
|
-
NextToken?: string;
|
|
3741
|
+
NextToken?: string | undefined;
|
|
3742
3742
|
}
|
|
3743
3743
|
/**
|
|
3744
3744
|
* @public
|
|
@@ -3761,28 +3761,28 @@ export interface ListIncomingTypedLinksRequest {
|
|
|
3761
3761
|
* range specified are presumed to match the entire range.</p>
|
|
3762
3762
|
* @public
|
|
3763
3763
|
*/
|
|
3764
|
-
FilterAttributeRanges?: TypedLinkAttributeRange[];
|
|
3764
|
+
FilterAttributeRanges?: TypedLinkAttributeRange[] | undefined;
|
|
3765
3765
|
/**
|
|
3766
3766
|
* <p>Filters are interpreted in the order of the attributes on the typed link facet, not the
|
|
3767
3767
|
* order in which they are supplied to any API calls.</p>
|
|
3768
3768
|
* @public
|
|
3769
3769
|
*/
|
|
3770
|
-
FilterTypedLink?: TypedLinkSchemaAndFacetName;
|
|
3770
|
+
FilterTypedLink?: TypedLinkSchemaAndFacetName | undefined;
|
|
3771
3771
|
/**
|
|
3772
3772
|
* <p>The pagination token.</p>
|
|
3773
3773
|
* @public
|
|
3774
3774
|
*/
|
|
3775
|
-
NextToken?: string;
|
|
3775
|
+
NextToken?: string | undefined;
|
|
3776
3776
|
/**
|
|
3777
3777
|
* <p>The maximum number of results to retrieve.</p>
|
|
3778
3778
|
* @public
|
|
3779
3779
|
*/
|
|
3780
|
-
MaxResults?: number;
|
|
3780
|
+
MaxResults?: number | undefined;
|
|
3781
3781
|
/**
|
|
3782
3782
|
* <p>The consistency level to execute the request at.</p>
|
|
3783
3783
|
* @public
|
|
3784
3784
|
*/
|
|
3785
|
-
ConsistencyLevel?: ConsistencyLevel;
|
|
3785
|
+
ConsistencyLevel?: ConsistencyLevel | undefined;
|
|
3786
3786
|
}
|
|
3787
3787
|
/**
|
|
3788
3788
|
* @public
|
|
@@ -3792,12 +3792,12 @@ export interface ListIncomingTypedLinksResponse {
|
|
|
3792
3792
|
* <p>Returns one or more typed link specifiers as output.</p>
|
|
3793
3793
|
* @public
|
|
3794
3794
|
*/
|
|
3795
|
-
LinkSpecifiers?: TypedLinkSpecifier[];
|
|
3795
|
+
LinkSpecifiers?: TypedLinkSpecifier[] | undefined;
|
|
3796
3796
|
/**
|
|
3797
3797
|
* <p>The pagination token.</p>
|
|
3798
3798
|
* @public
|
|
3799
3799
|
*/
|
|
3800
|
-
NextToken?: string;
|
|
3800
|
+
NextToken?: string | undefined;
|
|
3801
3801
|
}
|
|
3802
3802
|
/**
|
|
3803
3803
|
* @public
|
|
@@ -3812,7 +3812,7 @@ export interface ListIndexRequest {
|
|
|
3812
3812
|
* <p>Specifies the ranges of indexed values that you want to query.</p>
|
|
3813
3813
|
* @public
|
|
3814
3814
|
*/
|
|
3815
|
-
RangesOnIndexedValues?: ObjectAttributeRange[];
|
|
3815
|
+
RangesOnIndexedValues?: ObjectAttributeRange[] | undefined;
|
|
3816
3816
|
/**
|
|
3817
3817
|
* <p>The reference to the index to list.</p>
|
|
3818
3818
|
* @public
|
|
@@ -3822,17 +3822,17 @@ export interface ListIndexRequest {
|
|
|
3822
3822
|
* <p>The maximum number of objects in a single page to retrieve from the index during a request. For more information, see <a href="http://docs.aws.amazon.com/clouddirectory/latest/developerguide/limits.html">Amazon Cloud Directory Limits</a>.</p>
|
|
3823
3823
|
* @public
|
|
3824
3824
|
*/
|
|
3825
|
-
MaxResults?: number;
|
|
3825
|
+
MaxResults?: number | undefined;
|
|
3826
3826
|
/**
|
|
3827
3827
|
* <p>The pagination token.</p>
|
|
3828
3828
|
* @public
|
|
3829
3829
|
*/
|
|
3830
|
-
NextToken?: string;
|
|
3830
|
+
NextToken?: string | undefined;
|
|
3831
3831
|
/**
|
|
3832
3832
|
* <p>The consistency level to execute the request at.</p>
|
|
3833
3833
|
* @public
|
|
3834
3834
|
*/
|
|
3835
|
-
ConsistencyLevel?: ConsistencyLevel;
|
|
3835
|
+
ConsistencyLevel?: ConsistencyLevel | undefined;
|
|
3836
3836
|
}
|
|
3837
3837
|
/**
|
|
3838
3838
|
* @public
|
|
@@ -3842,12 +3842,12 @@ export interface ListIndexResponse {
|
|
|
3842
3842
|
* <p>The objects and indexed values attached to the index.</p>
|
|
3843
3843
|
* @public
|
|
3844
3844
|
*/
|
|
3845
|
-
IndexAttachments?: IndexAttachment[];
|
|
3845
|
+
IndexAttachments?: IndexAttachment[] | undefined;
|
|
3846
3846
|
/**
|
|
3847
3847
|
* <p>The pagination token.</p>
|
|
3848
3848
|
* @public
|
|
3849
3849
|
*/
|
|
3850
|
-
NextToken?: string;
|
|
3850
|
+
NextToken?: string | undefined;
|
|
3851
3851
|
}
|
|
3852
3852
|
/**
|
|
3853
3853
|
* @public
|
|
@@ -3857,17 +3857,17 @@ export interface ListManagedSchemaArnsRequest {
|
|
|
3857
3857
|
* <p>The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.</p>
|
|
3858
3858
|
* @public
|
|
3859
3859
|
*/
|
|
3860
|
-
SchemaArn?: string;
|
|
3860
|
+
SchemaArn?: string | undefined;
|
|
3861
3861
|
/**
|
|
3862
3862
|
* <p>The pagination token.</p>
|
|
3863
3863
|
* @public
|
|
3864
3864
|
*/
|
|
3865
|
-
NextToken?: string;
|
|
3865
|
+
NextToken?: string | undefined;
|
|
3866
3866
|
/**
|
|
3867
3867
|
* <p>The maximum number of results to retrieve.</p>
|
|
3868
3868
|
* @public
|
|
3869
3869
|
*/
|
|
3870
|
-
MaxResults?: number;
|
|
3870
|
+
MaxResults?: number | undefined;
|
|
3871
3871
|
}
|
|
3872
3872
|
/**
|
|
3873
3873
|
* @public
|
|
@@ -3877,12 +3877,12 @@ export interface ListManagedSchemaArnsResponse {
|
|
|
3877
3877
|
* <p>The ARNs for all AWS managed schemas.</p>
|
|
3878
3878
|
* @public
|
|
3879
3879
|
*/
|
|
3880
|
-
SchemaArns?: string[];
|
|
3880
|
+
SchemaArns?: string[] | undefined;
|
|
3881
3881
|
/**
|
|
3882
3882
|
* <p>The pagination token.</p>
|
|
3883
3883
|
* @public
|
|
3884
3884
|
*/
|
|
3885
|
-
NextToken?: string;
|
|
3885
|
+
NextToken?: string | undefined;
|
|
3886
3886
|
}
|
|
3887
3887
|
/**
|
|
3888
3888
|
* @public
|
|
@@ -3903,25 +3903,25 @@ export interface ListObjectAttributesRequest {
|
|
|
3903
3903
|
* <p>The pagination token.</p>
|
|
3904
3904
|
* @public
|
|
3905
3905
|
*/
|
|
3906
|
-
NextToken?: string;
|
|
3906
|
+
NextToken?: string | undefined;
|
|
3907
3907
|
/**
|
|
3908
3908
|
* <p>The maximum number of items to be retrieved in a single call. This is an approximate
|
|
3909
3909
|
* number.</p>
|
|
3910
3910
|
* @public
|
|
3911
3911
|
*/
|
|
3912
|
-
MaxResults?: number;
|
|
3912
|
+
MaxResults?: number | undefined;
|
|
3913
3913
|
/**
|
|
3914
3914
|
* <p>Represents the manner and timing in which the successful write or update of an object
|
|
3915
3915
|
* is reflected in a subsequent read operation of that same object.</p>
|
|
3916
3916
|
* @public
|
|
3917
3917
|
*/
|
|
3918
|
-
ConsistencyLevel?: ConsistencyLevel;
|
|
3918
|
+
ConsistencyLevel?: ConsistencyLevel | undefined;
|
|
3919
3919
|
/**
|
|
3920
3920
|
* <p>Used to filter the list of object attributes that are associated with a certain
|
|
3921
3921
|
* facet.</p>
|
|
3922
3922
|
* @public
|
|
3923
3923
|
*/
|
|
3924
|
-
FacetFilter?: SchemaFacet;
|
|
3924
|
+
FacetFilter?: SchemaFacet | undefined;
|
|
3925
3925
|
}
|
|
3926
3926
|
/**
|
|
3927
3927
|
* @public
|
|
@@ -3932,12 +3932,12 @@ export interface ListObjectAttributesResponse {
|
|
|
3932
3932
|
* key, and attribute value is the value.</p>
|
|
3933
3933
|
* @public
|
|
3934
3934
|
*/
|
|
3935
|
-
Attributes?: AttributeKeyAndValue[];
|
|
3935
|
+
Attributes?: AttributeKeyAndValue[] | undefined;
|
|
3936
3936
|
/**
|
|
3937
3937
|
* <p>The pagination token.</p>
|
|
3938
3938
|
* @public
|
|
3939
3939
|
*/
|
|
3940
|
-
NextToken?: string;
|
|
3940
|
+
NextToken?: string | undefined;
|
|
3941
3941
|
}
|
|
3942
3942
|
/**
|
|
3943
3943
|
* @public
|
|
@@ -3959,19 +3959,19 @@ export interface ListObjectChildrenRequest {
|
|
|
3959
3959
|
* <p>The pagination token.</p>
|
|
3960
3960
|
* @public
|
|
3961
3961
|
*/
|
|
3962
|
-
NextToken?: string;
|
|
3962
|
+
NextToken?: string | undefined;
|
|
3963
3963
|
/**
|
|
3964
3964
|
* <p>The maximum number of items to be retrieved in a single call. This is an approximate
|
|
3965
3965
|
* number.</p>
|
|
3966
3966
|
* @public
|
|
3967
3967
|
*/
|
|
3968
|
-
MaxResults?: number;
|
|
3968
|
+
MaxResults?: number | undefined;
|
|
3969
3969
|
/**
|
|
3970
3970
|
* <p>Represents the manner and timing in which the successful write or update of an object
|
|
3971
3971
|
* is reflected in a subsequent read operation of that same object.</p>
|
|
3972
3972
|
* @public
|
|
3973
3973
|
*/
|
|
3974
|
-
ConsistencyLevel?: ConsistencyLevel;
|
|
3974
|
+
ConsistencyLevel?: ConsistencyLevel | undefined;
|
|
3975
3975
|
}
|
|
3976
3976
|
/**
|
|
3977
3977
|
* @public
|
|
@@ -3982,12 +3982,12 @@ export interface ListObjectChildrenResponse {
|
|
|
3982
3982
|
* <code>ObjectIdentifier</code> as the value.</p>
|
|
3983
3983
|
* @public
|
|
3984
3984
|
*/
|
|
3985
|
-
Children?: Record<string, string
|
|
3985
|
+
Children?: Record<string, string> | undefined;
|
|
3986
3986
|
/**
|
|
3987
3987
|
* <p>The pagination token.</p>
|
|
3988
3988
|
* @public
|
|
3989
3989
|
*/
|
|
3990
|
-
NextToken?: string;
|
|
3990
|
+
NextToken?: string | undefined;
|
|
3991
3991
|
}
|
|
3992
3992
|
/**
|
|
3993
3993
|
* @public
|
|
@@ -4007,13 +4007,13 @@ export interface ListObjectParentPathsRequest {
|
|
|
4007
4007
|
* <p>The pagination token.</p>
|
|
4008
4008
|
* @public
|
|
4009
4009
|
*/
|
|
4010
|
-
NextToken?: string;
|
|
4010
|
+
NextToken?: string | undefined;
|
|
4011
4011
|
/**
|
|
4012
4012
|
* <p>The maximum number of items to be retrieved in a single call. This is an approximate
|
|
4013
4013
|
* number.</p>
|
|
4014
4014
|
* @public
|
|
4015
4015
|
*/
|
|
4016
|
-
MaxResults?: number;
|
|
4016
|
+
MaxResults?: number | undefined;
|
|
4017
4017
|
}
|
|
4018
4018
|
/**
|
|
4019
4019
|
* @public
|
|
@@ -4024,12 +4024,12 @@ export interface ListObjectParentPathsResponse {
|
|
|
4024
4024
|
* directory.</p>
|
|
4025
4025
|
* @public
|
|
4026
4026
|
*/
|
|
4027
|
-
PathToObjectIdentifiersList?: PathToObjectIdentifiers[];
|
|
4027
|
+
PathToObjectIdentifiersList?: PathToObjectIdentifiers[] | undefined;
|
|
4028
4028
|
/**
|
|
4029
4029
|
* <p>The pagination token.</p>
|
|
4030
4030
|
* @public
|
|
4031
4031
|
*/
|
|
4032
|
-
NextToken?: string;
|
|
4032
|
+
NextToken?: string | undefined;
|
|
4033
4033
|
}
|
|
4034
4034
|
/**
|
|
4035
4035
|
* <p>Cannot list the parents of a <a>Directory</a> root.</p>
|
|
@@ -4038,7 +4038,7 @@ export interface ListObjectParentPathsResponse {
|
|
|
4038
4038
|
export declare class CannotListParentOfRootException extends __BaseException {
|
|
4039
4039
|
readonly name: "CannotListParentOfRootException";
|
|
4040
4040
|
readonly $fault: "client";
|
|
4041
|
-
Message?: string;
|
|
4041
|
+
Message?: string | undefined;
|
|
4042
4042
|
/**
|
|
4043
4043
|
* @internal
|
|
4044
4044
|
*/
|
|
@@ -4064,24 +4064,24 @@ export interface ListObjectParentsRequest {
|
|
|
4064
4064
|
* <p>The pagination token.</p>
|
|
4065
4065
|
* @public
|
|
4066
4066
|
*/
|
|
4067
|
-
NextToken?: string;
|
|
4067
|
+
NextToken?: string | undefined;
|
|
4068
4068
|
/**
|
|
4069
4069
|
* <p>The maximum number of items to be retrieved in a single call. This is an approximate
|
|
4070
4070
|
* number.</p>
|
|
4071
4071
|
* @public
|
|
4072
4072
|
*/
|
|
4073
|
-
MaxResults?: number;
|
|
4073
|
+
MaxResults?: number | undefined;
|
|
4074
4074
|
/**
|
|
4075
4075
|
* <p>Represents the manner and timing in which the successful write or update of an object
|
|
4076
4076
|
* is reflected in a subsequent read operation of that same object.</p>
|
|
4077
4077
|
* @public
|
|
4078
4078
|
*/
|
|
4079
|
-
ConsistencyLevel?: ConsistencyLevel;
|
|
4079
|
+
ConsistencyLevel?: ConsistencyLevel | undefined;
|
|
4080
4080
|
/**
|
|
4081
4081
|
* <p>When set to True, returns all <a>ListObjectParentsResponse$ParentLinks</a>. There could be multiple links between a parent-child pair.</p>
|
|
4082
4082
|
* @public
|
|
4083
4083
|
*/
|
|
4084
|
-
IncludeAllLinksToEachParent?: boolean;
|
|
4084
|
+
IncludeAllLinksToEachParent?: boolean | undefined;
|
|
4085
4085
|
}
|
|
4086
4086
|
/**
|
|
4087
4087
|
* @public
|
|
@@ -4092,17 +4092,17 @@ export interface ListObjectParentsResponse {
|
|
|
4092
4092
|
* LinkName as the value.</p>
|
|
4093
4093
|
* @public
|
|
4094
4094
|
*/
|
|
4095
|
-
Parents?: Record<string, string
|
|
4095
|
+
Parents?: Record<string, string> | undefined;
|
|
4096
4096
|
/**
|
|
4097
4097
|
* <p>The pagination token.</p>
|
|
4098
4098
|
* @public
|
|
4099
4099
|
*/
|
|
4100
|
-
NextToken?: string;
|
|
4100
|
+
NextToken?: string | undefined;
|
|
4101
4101
|
/**
|
|
4102
4102
|
* <p>Returns a list of parent reference and LinkName Tuples.</p>
|
|
4103
4103
|
* @public
|
|
4104
4104
|
*/
|
|
4105
|
-
ParentLinks?: ObjectIdentifierAndLinkNameTuple[];
|
|
4105
|
+
ParentLinks?: ObjectIdentifierAndLinkNameTuple[] | undefined;
|
|
4106
4106
|
}
|
|
4107
4107
|
/**
|
|
4108
4108
|
* @public
|
|
@@ -4123,19 +4123,19 @@ export interface ListObjectPoliciesRequest {
|
|
|
4123
4123
|
* <p>The pagination token.</p>
|
|
4124
4124
|
* @public
|
|
4125
4125
|
*/
|
|
4126
|
-
NextToken?: string;
|
|
4126
|
+
NextToken?: string | undefined;
|
|
4127
4127
|
/**
|
|
4128
4128
|
* <p>The maximum number of items to be retrieved in a single call. This is an approximate
|
|
4129
4129
|
* number.</p>
|
|
4130
4130
|
* @public
|
|
4131
4131
|
*/
|
|
4132
|
-
MaxResults?: number;
|
|
4132
|
+
MaxResults?: number | undefined;
|
|
4133
4133
|
/**
|
|
4134
4134
|
* <p>Represents the manner and timing in which the successful write or update of an object
|
|
4135
4135
|
* is reflected in a subsequent read operation of that same object.</p>
|
|
4136
4136
|
* @public
|
|
4137
4137
|
*/
|
|
4138
|
-
ConsistencyLevel?: ConsistencyLevel;
|
|
4138
|
+
ConsistencyLevel?: ConsistencyLevel | undefined;
|
|
4139
4139
|
}
|
|
4140
4140
|
/**
|
|
4141
4141
|
* @public
|
|
@@ -4146,12 +4146,12 @@ export interface ListObjectPoliciesResponse {
|
|
|
4146
4146
|
* object.</p>
|
|
4147
4147
|
* @public
|
|
4148
4148
|
*/
|
|
4149
|
-
AttachedPolicyIds?: string[];
|
|
4149
|
+
AttachedPolicyIds?: string[] | undefined;
|
|
4150
4150
|
/**
|
|
4151
4151
|
* <p>The pagination token.</p>
|
|
4152
4152
|
* @public
|
|
4153
4153
|
*/
|
|
4154
|
-
NextToken?: string;
|
|
4154
|
+
NextToken?: string | undefined;
|
|
4155
4155
|
}
|
|
4156
4156
|
/**
|
|
4157
4157
|
* @public
|
|
@@ -4174,28 +4174,28 @@ export interface ListOutgoingTypedLinksRequest {
|
|
|
4174
4174
|
* range specified are presumed to match the entire range.</p>
|
|
4175
4175
|
* @public
|
|
4176
4176
|
*/
|
|
4177
|
-
FilterAttributeRanges?: TypedLinkAttributeRange[];
|
|
4177
|
+
FilterAttributeRanges?: TypedLinkAttributeRange[] | undefined;
|
|
4178
4178
|
/**
|
|
4179
4179
|
* <p>Filters are interpreted in the order of the attributes defined on the typed link facet,
|
|
4180
4180
|
* not the order they are supplied to any API calls.</p>
|
|
4181
4181
|
* @public
|
|
4182
4182
|
*/
|
|
4183
|
-
FilterTypedLink?: TypedLinkSchemaAndFacetName;
|
|
4183
|
+
FilterTypedLink?: TypedLinkSchemaAndFacetName | undefined;
|
|
4184
4184
|
/**
|
|
4185
4185
|
* <p>The pagination token.</p>
|
|
4186
4186
|
* @public
|
|
4187
4187
|
*/
|
|
4188
|
-
NextToken?: string;
|
|
4188
|
+
NextToken?: string | undefined;
|
|
4189
4189
|
/**
|
|
4190
4190
|
* <p>The maximum number of results to retrieve.</p>
|
|
4191
4191
|
* @public
|
|
4192
4192
|
*/
|
|
4193
|
-
MaxResults?: number;
|
|
4193
|
+
MaxResults?: number | undefined;
|
|
4194
4194
|
/**
|
|
4195
4195
|
* <p>The consistency level to execute the request at.</p>
|
|
4196
4196
|
* @public
|
|
4197
4197
|
*/
|
|
4198
|
-
ConsistencyLevel?: ConsistencyLevel;
|
|
4198
|
+
ConsistencyLevel?: ConsistencyLevel | undefined;
|
|
4199
4199
|
}
|
|
4200
4200
|
/**
|
|
4201
4201
|
* @public
|
|
@@ -4205,12 +4205,12 @@ export interface ListOutgoingTypedLinksResponse {
|
|
|
4205
4205
|
* <p>Returns a typed link specifier as output.</p>
|
|
4206
4206
|
* @public
|
|
4207
4207
|
*/
|
|
4208
|
-
TypedLinkSpecifiers?: TypedLinkSpecifier[];
|
|
4208
|
+
TypedLinkSpecifiers?: TypedLinkSpecifier[] | undefined;
|
|
4209
4209
|
/**
|
|
4210
4210
|
* <p>The pagination token.</p>
|
|
4211
4211
|
* @public
|
|
4212
4212
|
*/
|
|
4213
|
-
NextToken?: string;
|
|
4213
|
+
NextToken?: string | undefined;
|
|
4214
4214
|
}
|
|
4215
4215
|
/**
|
|
4216
4216
|
* @public
|
|
@@ -4231,19 +4231,19 @@ export interface ListPolicyAttachmentsRequest {
|
|
|
4231
4231
|
* <p>The pagination token.</p>
|
|
4232
4232
|
* @public
|
|
4233
4233
|
*/
|
|
4234
|
-
NextToken?: string;
|
|
4234
|
+
NextToken?: string | undefined;
|
|
4235
4235
|
/**
|
|
4236
4236
|
* <p>The maximum number of items to be retrieved in a single call. This is an approximate
|
|
4237
4237
|
* number.</p>
|
|
4238
4238
|
* @public
|
|
4239
4239
|
*/
|
|
4240
|
-
MaxResults?: number;
|
|
4240
|
+
MaxResults?: number | undefined;
|
|
4241
4241
|
/**
|
|
4242
4242
|
* <p>Represents the manner and timing in which the successful write or update of an object
|
|
4243
4243
|
* is reflected in a subsequent read operation of that same object.</p>
|
|
4244
4244
|
* @public
|
|
4245
4245
|
*/
|
|
4246
|
-
ConsistencyLevel?: ConsistencyLevel;
|
|
4246
|
+
ConsistencyLevel?: ConsistencyLevel | undefined;
|
|
4247
4247
|
}
|
|
4248
4248
|
/**
|
|
4249
4249
|
* @public
|
|
@@ -4253,12 +4253,12 @@ export interface ListPolicyAttachmentsResponse {
|
|
|
4253
4253
|
* <p>A list of <code>ObjectIdentifiers</code> to which the policy is attached.</p>
|
|
4254
4254
|
* @public
|
|
4255
4255
|
*/
|
|
4256
|
-
ObjectIdentifiers?: string[];
|
|
4256
|
+
ObjectIdentifiers?: string[] | undefined;
|
|
4257
4257
|
/**
|
|
4258
4258
|
* <p>The pagination token.</p>
|
|
4259
4259
|
* @public
|
|
4260
4260
|
*/
|
|
4261
|
-
NextToken?: string;
|
|
4261
|
+
NextToken?: string | undefined;
|
|
4262
4262
|
}
|
|
4263
4263
|
/**
|
|
4264
4264
|
* @public
|
|
@@ -4268,17 +4268,17 @@ export interface ListPublishedSchemaArnsRequest {
|
|
|
4268
4268
|
* <p>The response for <code>ListPublishedSchemaArns</code> when this parameter is used will list all minor version ARNs for a major version.</p>
|
|
4269
4269
|
* @public
|
|
4270
4270
|
*/
|
|
4271
|
-
SchemaArn?: string;
|
|
4271
|
+
SchemaArn?: string | undefined;
|
|
4272
4272
|
/**
|
|
4273
4273
|
* <p>The pagination token.</p>
|
|
4274
4274
|
* @public
|
|
4275
4275
|
*/
|
|
4276
|
-
NextToken?: string;
|
|
4276
|
+
NextToken?: string | undefined;
|
|
4277
4277
|
/**
|
|
4278
4278
|
* <p>The maximum number of results to retrieve.</p>
|
|
4279
4279
|
* @public
|
|
4280
4280
|
*/
|
|
4281
|
-
MaxResults?: number;
|
|
4281
|
+
MaxResults?: number | undefined;
|
|
4282
4282
|
}
|
|
4283
4283
|
/**
|
|
4284
4284
|
* @public
|
|
@@ -4288,12 +4288,12 @@ export interface ListPublishedSchemaArnsResponse {
|
|
|
4288
4288
|
* <p>The ARNs of published schemas.</p>
|
|
4289
4289
|
* @public
|
|
4290
4290
|
*/
|
|
4291
|
-
SchemaArns?: string[];
|
|
4291
|
+
SchemaArns?: string[] | undefined;
|
|
4292
4292
|
/**
|
|
4293
4293
|
* <p>The pagination token.</p>
|
|
4294
4294
|
* @public
|
|
4295
4295
|
*/
|
|
4296
|
-
NextToken?: string;
|
|
4296
|
+
NextToken?: string | undefined;
|
|
4297
4297
|
}
|
|
4298
4298
|
/**
|
|
4299
4299
|
* <p>Can occur for multiple reasons such as when you tag a resource that doesn’t exist or if you specify a higher number of tags for a resource than the allowed limit. Allowed limit is 50 tags per resource.</p>
|
|
@@ -4302,7 +4302,7 @@ export interface ListPublishedSchemaArnsResponse {
|
|
|
4302
4302
|
export declare class InvalidTaggingRequestException extends __BaseException {
|
|
4303
4303
|
readonly name: "InvalidTaggingRequestException";
|
|
4304
4304
|
readonly $fault: "client";
|
|
4305
|
-
Message?: string;
|
|
4305
|
+
Message?: string | undefined;
|
|
4306
4306
|
/**
|
|
4307
4307
|
* @internal
|
|
4308
4308
|
*/
|
|
@@ -4323,13 +4323,13 @@ export interface ListTagsForResourceRequest {
|
|
|
4323
4323
|
* tagging.</p>
|
|
4324
4324
|
* @public
|
|
4325
4325
|
*/
|
|
4326
|
-
NextToken?: string;
|
|
4326
|
+
NextToken?: string | undefined;
|
|
4327
4327
|
/**
|
|
4328
4328
|
* <p>The <code>MaxResults</code> parameter sets the maximum number of results returned in a
|
|
4329
4329
|
* single page. This is for future use and is not supported currently.</p>
|
|
4330
4330
|
* @public
|
|
4331
4331
|
*/
|
|
4332
|
-
MaxResults?: number;
|
|
4332
|
+
MaxResults?: number | undefined;
|
|
4333
4333
|
}
|
|
4334
4334
|
/**
|
|
4335
4335
|
* <p>The tag structure that contains a tag key and value.</p>
|
|
@@ -4340,12 +4340,12 @@ export interface Tag {
|
|
|
4340
4340
|
* <p>The key that is associated with the tag.</p>
|
|
4341
4341
|
* @public
|
|
4342
4342
|
*/
|
|
4343
|
-
Key?: string;
|
|
4343
|
+
Key?: string | undefined;
|
|
4344
4344
|
/**
|
|
4345
4345
|
* <p>The value that is associated with the tag.</p>
|
|
4346
4346
|
* @public
|
|
4347
4347
|
*/
|
|
4348
|
-
Value?: string;
|
|
4348
|
+
Value?: string | undefined;
|
|
4349
4349
|
}
|
|
4350
4350
|
/**
|
|
4351
4351
|
* @public
|
|
@@ -4355,12 +4355,12 @@ export interface ListTagsForResourceResponse {
|
|
|
4355
4355
|
* <p>A list of tag key value pairs that are associated with the response.</p>
|
|
4356
4356
|
* @public
|
|
4357
4357
|
*/
|
|
4358
|
-
Tags?: Tag[];
|
|
4358
|
+
Tags?: Tag[] | undefined;
|
|
4359
4359
|
/**
|
|
4360
4360
|
* <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return.</p>
|
|
4361
4361
|
* @public
|
|
4362
4362
|
*/
|
|
4363
|
-
NextToken?: string;
|
|
4363
|
+
NextToken?: string | undefined;
|
|
4364
4364
|
}
|
|
4365
4365
|
/**
|
|
4366
4366
|
* @public
|
|
@@ -4381,12 +4381,12 @@ export interface ListTypedLinkFacetAttributesRequest {
|
|
|
4381
4381
|
* <p>The pagination token.</p>
|
|
4382
4382
|
* @public
|
|
4383
4383
|
*/
|
|
4384
|
-
NextToken?: string;
|
|
4384
|
+
NextToken?: string | undefined;
|
|
4385
4385
|
/**
|
|
4386
4386
|
* <p>The maximum number of results to retrieve.</p>
|
|
4387
4387
|
* @public
|
|
4388
4388
|
*/
|
|
4389
|
-
MaxResults?: number;
|
|
4389
|
+
MaxResults?: number | undefined;
|
|
4390
4390
|
}
|
|
4391
4391
|
/**
|
|
4392
4392
|
* @public
|
|
@@ -4396,12 +4396,12 @@ export interface ListTypedLinkFacetAttributesResponse {
|
|
|
4396
4396
|
* <p>An ordered set of attributes associate with the typed link.</p>
|
|
4397
4397
|
* @public
|
|
4398
4398
|
*/
|
|
4399
|
-
Attributes?: TypedLinkAttributeDefinition[];
|
|
4399
|
+
Attributes?: TypedLinkAttributeDefinition[] | undefined;
|
|
4400
4400
|
/**
|
|
4401
4401
|
* <p>The pagination token.</p>
|
|
4402
4402
|
* @public
|
|
4403
4403
|
*/
|
|
4404
|
-
NextToken?: string;
|
|
4404
|
+
NextToken?: string | undefined;
|
|
4405
4405
|
}
|
|
4406
4406
|
/**
|
|
4407
4407
|
* @public
|
|
@@ -4417,12 +4417,12 @@ export interface ListTypedLinkFacetNamesRequest {
|
|
|
4417
4417
|
* <p>The pagination token.</p>
|
|
4418
4418
|
* @public
|
|
4419
4419
|
*/
|
|
4420
|
-
NextToken?: string;
|
|
4420
|
+
NextToken?: string | undefined;
|
|
4421
4421
|
/**
|
|
4422
4422
|
* <p>The maximum number of results to retrieve.</p>
|
|
4423
4423
|
* @public
|
|
4424
4424
|
*/
|
|
4425
|
-
MaxResults?: number;
|
|
4425
|
+
MaxResults?: number | undefined;
|
|
4426
4426
|
}
|
|
4427
4427
|
/**
|
|
4428
4428
|
* @public
|
|
@@ -4432,12 +4432,12 @@ export interface ListTypedLinkFacetNamesResponse {
|
|
|
4432
4432
|
* <p>The names of typed link facets that exist within the schema.</p>
|
|
4433
4433
|
* @public
|
|
4434
4434
|
*/
|
|
4435
|
-
FacetNames?: string[];
|
|
4435
|
+
FacetNames?: string[] | undefined;
|
|
4436
4436
|
/**
|
|
4437
4437
|
* <p>The pagination token.</p>
|
|
4438
4438
|
* @public
|
|
4439
4439
|
*/
|
|
4440
|
-
NextToken?: string;
|
|
4440
|
+
NextToken?: string | undefined;
|
|
4441
4441
|
}
|
|
4442
4442
|
/**
|
|
4443
4443
|
* @public
|
|
@@ -4458,13 +4458,13 @@ export interface LookupPolicyRequest {
|
|
|
4458
4458
|
* <p>The token to request the next page of results.</p>
|
|
4459
4459
|
* @public
|
|
4460
4460
|
*/
|
|
4461
|
-
NextToken?: string;
|
|
4461
|
+
NextToken?: string | undefined;
|
|
4462
4462
|
/**
|
|
4463
4463
|
* <p>The maximum number of items to be retrieved in a single call. This is an approximate
|
|
4464
4464
|
* number.</p>
|
|
4465
4465
|
* @public
|
|
4466
4466
|
*/
|
|
4467
|
-
MaxResults?: number;
|
|
4467
|
+
MaxResults?: number | undefined;
|
|
4468
4468
|
}
|
|
4469
4469
|
/**
|
|
4470
4470
|
* @public
|
|
@@ -4476,12 +4476,12 @@ export interface LookupPolicyResponse {
|
|
|
4476
4476
|
* information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directory.html#key_concepts_policies">Policies</a>.</p>
|
|
4477
4477
|
* @public
|
|
4478
4478
|
*/
|
|
4479
|
-
PolicyToPathList?: PolicyToPath[];
|
|
4479
|
+
PolicyToPathList?: PolicyToPath[] | undefined;
|
|
4480
4480
|
/**
|
|
4481
4481
|
* <p>The pagination token.</p>
|
|
4482
4482
|
* @public
|
|
4483
4483
|
*/
|
|
4484
|
-
NextToken?: string;
|
|
4484
|
+
NextToken?: string | undefined;
|
|
4485
4485
|
}
|
|
4486
4486
|
/**
|
|
4487
4487
|
* @public
|
|
@@ -4502,13 +4502,13 @@ export interface PublishSchemaRequest {
|
|
|
4502
4502
|
* <p>The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.</p>
|
|
4503
4503
|
* @public
|
|
4504
4504
|
*/
|
|
4505
|
-
MinorVersion?: string;
|
|
4505
|
+
MinorVersion?: string | undefined;
|
|
4506
4506
|
/**
|
|
4507
4507
|
* <p>The new name under which the schema will be published. If this is not provided, the
|
|
4508
4508
|
* development schema is considered.</p>
|
|
4509
4509
|
* @public
|
|
4510
4510
|
*/
|
|
4511
|
-
Name?: string;
|
|
4511
|
+
Name?: string | undefined;
|
|
4512
4512
|
}
|
|
4513
4513
|
/**
|
|
4514
4514
|
* @public
|
|
@@ -4518,7 +4518,7 @@ export interface PublishSchemaResponse {
|
|
|
4518
4518
|
* <p>The ARN that is associated with the published schema. For more information, see <a>arns</a>.</p>
|
|
4519
4519
|
* @public
|
|
4520
4520
|
*/
|
|
4521
|
-
PublishedSchemaArn?: string;
|
|
4521
|
+
PublishedSchemaArn?: string | undefined;
|
|
4522
4522
|
}
|
|
4523
4523
|
/**
|
|
4524
4524
|
* <p>Indicates that a schema is already published.</p>
|
|
@@ -4527,7 +4527,7 @@ export interface PublishSchemaResponse {
|
|
|
4527
4527
|
export declare class SchemaAlreadyPublishedException extends __BaseException {
|
|
4528
4528
|
readonly name: "SchemaAlreadyPublishedException";
|
|
4529
4529
|
readonly $fault: "client";
|
|
4530
|
-
Message?: string;
|
|
4530
|
+
Message?: string | undefined;
|
|
4531
4531
|
/**
|
|
4532
4532
|
* @internal
|
|
4533
4533
|
*/
|
|
@@ -4540,7 +4540,7 @@ export declare class SchemaAlreadyPublishedException extends __BaseException {
|
|
|
4540
4540
|
export declare class InvalidSchemaDocException extends __BaseException {
|
|
4541
4541
|
readonly name: "InvalidSchemaDocException";
|
|
4542
4542
|
readonly $fault: "client";
|
|
4543
|
-
Message?: string;
|
|
4543
|
+
Message?: string | undefined;
|
|
4544
4544
|
/**
|
|
4545
4545
|
* @internal
|
|
4546
4546
|
*/
|
|
@@ -4569,7 +4569,7 @@ export interface PutSchemaFromJsonResponse {
|
|
|
4569
4569
|
* <p>The ARN of the schema to update.</p>
|
|
4570
4570
|
* @public
|
|
4571
4571
|
*/
|
|
4572
|
-
Arn?: string;
|
|
4572
|
+
Arn?: string | undefined;
|
|
4573
4573
|
}
|
|
4574
4574
|
/**
|
|
4575
4575
|
* @public
|
|
@@ -4646,7 +4646,7 @@ export interface UntagResourceResponse {
|
|
|
4646
4646
|
export declare class InvalidFacetUpdateException extends __BaseException {
|
|
4647
4647
|
readonly name: "InvalidFacetUpdateException";
|
|
4648
4648
|
readonly $fault: "client";
|
|
4649
|
-
Message?: string;
|
|
4649
|
+
Message?: string | undefined;
|
|
4650
4650
|
/**
|
|
4651
4651
|
* @internal
|
|
4652
4652
|
*/
|
|
@@ -4661,12 +4661,12 @@ export interface FacetAttributeUpdate {
|
|
|
4661
4661
|
* <p>The attribute to update.</p>
|
|
4662
4662
|
* @public
|
|
4663
4663
|
*/
|
|
4664
|
-
Attribute?: FacetAttribute;
|
|
4664
|
+
Attribute?: FacetAttribute | undefined;
|
|
4665
4665
|
/**
|
|
4666
4666
|
* <p>The action to perform when updating the attribute.</p>
|
|
4667
4667
|
* @public
|
|
4668
4668
|
*/
|
|
4669
|
-
Action?: UpdateActionType;
|
|
4669
|
+
Action?: UpdateActionType | undefined;
|
|
4670
4670
|
}
|
|
4671
4671
|
/**
|
|
4672
4672
|
* @public
|
|
@@ -4689,12 +4689,12 @@ export interface UpdateFacetRequest {
|
|
|
4689
4689
|
* operation to perform. </p>
|
|
4690
4690
|
* @public
|
|
4691
4691
|
*/
|
|
4692
|
-
AttributeUpdates?: FacetAttributeUpdate[];
|
|
4692
|
+
AttributeUpdates?: FacetAttributeUpdate[] | undefined;
|
|
4693
4693
|
/**
|
|
4694
4694
|
* <p>The object type that is associated with the facet. See <a>CreateFacetRequest$ObjectType</a> for more details.</p>
|
|
4695
4695
|
* @public
|
|
4696
4696
|
*/
|
|
4697
|
-
ObjectType?: ObjectType;
|
|
4697
|
+
ObjectType?: ObjectType | undefined;
|
|
4698
4698
|
}
|
|
4699
4699
|
/**
|
|
4700
4700
|
* @public
|
|
@@ -4755,7 +4755,7 @@ export interface UpdateObjectAttributesResponse {
|
|
|
4755
4755
|
* <p>The <code>ObjectIdentifier</code> of the updated object.</p>
|
|
4756
4756
|
* @public
|
|
4757
4757
|
*/
|
|
4758
|
-
ObjectIdentifier?: string;
|
|
4758
|
+
ObjectIdentifier?: string | undefined;
|
|
4759
4759
|
}
|
|
4760
4760
|
/**
|
|
4761
4761
|
* @public
|
|
@@ -4781,7 +4781,7 @@ export interface UpdateSchemaResponse {
|
|
|
4781
4781
|
* <p>The ARN that is associated with the updated schema. For more information, see <a>arns</a>.</p>
|
|
4782
4782
|
* @public
|
|
4783
4783
|
*/
|
|
4784
|
-
SchemaArn?: string;
|
|
4784
|
+
SchemaArn?: string | undefined;
|
|
4785
4785
|
}
|
|
4786
4786
|
/**
|
|
4787
4787
|
* <p>A typed link facet attribute update.</p>
|
|
@@ -4842,7 +4842,7 @@ export interface UpdateTypedLinkFacetResponse {
|
|
|
4842
4842
|
export declare class IncompatibleSchemaException extends __BaseException {
|
|
4843
4843
|
readonly name: "IncompatibleSchemaException";
|
|
4844
4844
|
readonly $fault: "client";
|
|
4845
|
-
Message?: string;
|
|
4845
|
+
Message?: string | undefined;
|
|
4846
4846
|
/**
|
|
4847
4847
|
* @internal
|
|
4848
4848
|
*/
|
|
@@ -4866,7 +4866,7 @@ export interface UpgradeAppliedSchemaRequest {
|
|
|
4866
4866
|
* <p>Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.</p>
|
|
4867
4867
|
* @public
|
|
4868
4868
|
*/
|
|
4869
|
-
DryRun?: boolean;
|
|
4869
|
+
DryRun?: boolean | undefined;
|
|
4870
4870
|
}
|
|
4871
4871
|
/**
|
|
4872
4872
|
* @public
|
|
@@ -4876,12 +4876,12 @@ export interface UpgradeAppliedSchemaResponse {
|
|
|
4876
4876
|
* <p>The ARN of the upgraded schema that is returned as part of the response.</p>
|
|
4877
4877
|
* @public
|
|
4878
4878
|
*/
|
|
4879
|
-
UpgradedSchemaArn?: string;
|
|
4879
|
+
UpgradedSchemaArn?: string | undefined;
|
|
4880
4880
|
/**
|
|
4881
4881
|
* <p>The ARN of the directory that is returned as part of the response.</p>
|
|
4882
4882
|
* @public
|
|
4883
4883
|
*/
|
|
4884
|
-
DirectoryArn?: string;
|
|
4884
|
+
DirectoryArn?: string | undefined;
|
|
4885
4885
|
}
|
|
4886
4886
|
/**
|
|
4887
4887
|
* @public
|
|
@@ -4906,7 +4906,7 @@ export interface UpgradePublishedSchemaRequest {
|
|
|
4906
4906
|
* <p>Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.</p>
|
|
4907
4907
|
* @public
|
|
4908
4908
|
*/
|
|
4909
|
-
DryRun?: boolean;
|
|
4909
|
+
DryRun?: boolean | undefined;
|
|
4910
4910
|
}
|
|
4911
4911
|
/**
|
|
4912
4912
|
* @public
|
|
@@ -4916,5 +4916,5 @@ export interface UpgradePublishedSchemaResponse {
|
|
|
4916
4916
|
* <p>The ARN of the upgraded schema that is returned as part of the response.</p>
|
|
4917
4917
|
* @public
|
|
4918
4918
|
*/
|
|
4919
|
-
UpgradedSchemaArn?: string;
|
|
4919
|
+
UpgradedSchemaArn?: string | undefined;
|
|
4920
4920
|
}
|