aws-sdk-clouddirectory 1.24.0 → 1.29.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-clouddirectory.rb +5 -2
- data/lib/aws-sdk-clouddirectory/client.rb +28 -9
- data/lib/aws-sdk-clouddirectory/client_api.rb +2 -0
- data/lib/aws-sdk-clouddirectory/errors.rb +2 -0
- data/lib/aws-sdk-clouddirectory/resource.rb +2 -0
- data/lib/aws-sdk-clouddirectory/types.rb +242 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9cde2e24d3a0f730c74c1d085238e787fa0a1d9abcba59ddc589125fc33bb942
|
4
|
+
data.tar.gz: c060301f06879127b893cd16acb4ec630ae3c10460fb174d46a11d72d15a8f9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bcdf95275541132a487c7291b7a4612f8cd2db1ee7ae4b68e130c1bff8661a0f6d02f26a3d6733d9d848aabcd0e7fed09b42daed8b5f0fea1d723788e18e388
|
7
|
+
data.tar.gz: c712db1549725012c6deac62f7c257d43584d08e0eb1cbd43e5bb71b8fd96f2fed87e99232357735c088fdc87398b235bdd6f7b7895f434390ab2dc8510a06ca
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -5,6 +7,7 @@
|
|
5
7
|
#
|
6
8
|
# WARNING ABOUT GENERATED CODE
|
7
9
|
|
10
|
+
|
8
11
|
require 'aws-sdk-core'
|
9
12
|
require 'aws-sigv4'
|
10
13
|
|
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-clouddirectory/customizations'
|
|
42
45
|
#
|
43
46
|
# See {Errors} for more information.
|
44
47
|
#
|
45
|
-
#
|
48
|
+
# @!group service
|
46
49
|
module Aws::CloudDirectory
|
47
50
|
|
48
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.29.0'
|
49
52
|
|
50
53
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::CloudDirectory
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
74
78
|
|
@@ -81,13 +85,28 @@ module Aws::CloudDirectory
|
|
81
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
82
86
|
# credentials.
|
83
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
84
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
85
103
|
# from an EC2 IMDS on an EC2 instance.
|
86
104
|
#
|
87
|
-
# * `Aws::
|
88
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
89
107
|
#
|
90
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
91
110
|
#
|
92
111
|
# When `:credentials` are not configured directly, the following
|
93
112
|
# locations will be searched for credentials:
|
@@ -97,10 +116,10 @@ module Aws::CloudDirectory
|
|
97
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
98
117
|
# * `~/.aws/credentials`
|
99
118
|
# * `~/.aws/config`
|
100
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
101
|
-
# very aggressive. Construct and pass an instance of
|
102
|
-
# `Aws::InstanceProfileCredentails`
|
103
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
104
123
|
#
|
105
124
|
# @option options [required, String] :region
|
106
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -161,7 +180,7 @@ module Aws::CloudDirectory
|
|
161
180
|
# @option options [String] :endpoint
|
162
181
|
# The client endpoint is normally constructed from the `:region`
|
163
182
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be a valid HTTP(S) URI.
|
183
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
184
|
#
|
166
185
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
186
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -4268,7 +4287,7 @@ module Aws::CloudDirectory
|
|
4268
4287
|
params: params,
|
4269
4288
|
config: config)
|
4270
4289
|
context[:gem_name] = 'aws-sdk-clouddirectory'
|
4271
|
-
context[:gem_version] = '1.
|
4290
|
+
context[:gem_version] = '1.29.0'
|
4272
4291
|
Seahorse::Client::Request.new(handlers, context)
|
4273
4292
|
end
|
4274
4293
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -17,6 +19,7 @@ module Aws::CloudDirectory
|
|
17
19
|
#
|
18
20
|
class AccessDeniedException < Struct.new(
|
19
21
|
:message)
|
22
|
+
SENSITIVE = []
|
20
23
|
include Aws::Structure
|
21
24
|
end
|
22
25
|
|
@@ -75,6 +78,7 @@ module Aws::CloudDirectory
|
|
75
78
|
:schema_facet,
|
76
79
|
:object_attribute_list,
|
77
80
|
:object_reference)
|
81
|
+
SENSITIVE = []
|
78
82
|
include Aws::Structure
|
79
83
|
end
|
80
84
|
|
@@ -105,6 +109,7 @@ module Aws::CloudDirectory
|
|
105
109
|
class ApplySchemaRequest < Struct.new(
|
106
110
|
:published_schema_arn,
|
107
111
|
:directory_arn)
|
112
|
+
SENSITIVE = []
|
108
113
|
include Aws::Structure
|
109
114
|
end
|
110
115
|
|
@@ -125,6 +130,7 @@ module Aws::CloudDirectory
|
|
125
130
|
class ApplySchemaResponse < Struct.new(
|
126
131
|
:applied_schema_arn,
|
127
132
|
:directory_arn)
|
133
|
+
SENSITIVE = []
|
128
134
|
include Aws::Structure
|
129
135
|
end
|
130
136
|
|
@@ -166,6 +172,7 @@ module Aws::CloudDirectory
|
|
166
172
|
:parent_reference,
|
167
173
|
:child_reference,
|
168
174
|
:link_name)
|
175
|
+
SENSITIVE = []
|
169
176
|
include Aws::Structure
|
170
177
|
end
|
171
178
|
|
@@ -178,6 +185,7 @@ module Aws::CloudDirectory
|
|
178
185
|
#
|
179
186
|
class AttachObjectResponse < Struct.new(
|
180
187
|
:attached_object_identifier)
|
188
|
+
SENSITIVE = []
|
181
189
|
include Aws::Structure
|
182
190
|
end
|
183
191
|
|
@@ -214,6 +222,7 @@ module Aws::CloudDirectory
|
|
214
222
|
:directory_arn,
|
215
223
|
:policy_reference,
|
216
224
|
:object_reference)
|
225
|
+
SENSITIVE = []
|
217
226
|
include Aws::Structure
|
218
227
|
end
|
219
228
|
|
@@ -253,6 +262,7 @@ module Aws::CloudDirectory
|
|
253
262
|
:directory_arn,
|
254
263
|
:index_reference,
|
255
264
|
:target_reference)
|
265
|
+
SENSITIVE = []
|
256
266
|
include Aws::Structure
|
257
267
|
end
|
258
268
|
|
@@ -264,6 +274,7 @@ module Aws::CloudDirectory
|
|
264
274
|
#
|
265
275
|
class AttachToIndexResponse < Struct.new(
|
266
276
|
:attached_object_identifier)
|
277
|
+
SENSITIVE = []
|
267
278
|
include Aws::Structure
|
268
279
|
end
|
269
280
|
|
@@ -326,6 +337,7 @@ module Aws::CloudDirectory
|
|
326
337
|
:target_object_reference,
|
327
338
|
:typed_link_facet,
|
328
339
|
:attributes)
|
340
|
+
SENSITIVE = []
|
329
341
|
include Aws::Structure
|
330
342
|
end
|
331
343
|
|
@@ -337,6 +349,7 @@ module Aws::CloudDirectory
|
|
337
349
|
#
|
338
350
|
class AttachTypedLinkResponse < Struct.new(
|
339
351
|
:typed_link_specifier)
|
352
|
+
SENSITIVE = []
|
340
353
|
include Aws::Structure
|
341
354
|
end
|
342
355
|
|
@@ -370,6 +383,7 @@ module Aws::CloudDirectory
|
|
370
383
|
:schema_arn,
|
371
384
|
:facet_name,
|
372
385
|
:name)
|
386
|
+
SENSITIVE = []
|
373
387
|
include Aws::Structure
|
374
388
|
end
|
375
389
|
|
@@ -406,6 +420,7 @@ module Aws::CloudDirectory
|
|
406
420
|
class AttributeKeyAndValue < Struct.new(
|
407
421
|
:key,
|
408
422
|
:value)
|
423
|
+
SENSITIVE = []
|
409
424
|
include Aws::Structure
|
410
425
|
end
|
411
426
|
|
@@ -438,6 +453,7 @@ module Aws::CloudDirectory
|
|
438
453
|
class AttributeNameAndValue < Struct.new(
|
439
454
|
:attribute_name,
|
440
455
|
:value)
|
456
|
+
SENSITIVE = []
|
441
457
|
include Aws::Structure
|
442
458
|
end
|
443
459
|
|
@@ -490,6 +506,7 @@ module Aws::CloudDirectory
|
|
490
506
|
:schema_facet,
|
491
507
|
:object_attribute_list,
|
492
508
|
:object_reference)
|
509
|
+
SENSITIVE = []
|
493
510
|
include Aws::Structure
|
494
511
|
end
|
495
512
|
|
@@ -532,6 +549,7 @@ module Aws::CloudDirectory
|
|
532
549
|
:parent_reference,
|
533
550
|
:child_reference,
|
534
551
|
:link_name)
|
552
|
+
SENSITIVE = []
|
535
553
|
include Aws::Structure
|
536
554
|
end
|
537
555
|
|
@@ -545,6 +563,7 @@ module Aws::CloudDirectory
|
|
545
563
|
#
|
546
564
|
class BatchAttachObjectResponse < Struct.new(
|
547
565
|
:attached_object_identifier)
|
566
|
+
SENSITIVE = []
|
548
567
|
include Aws::Structure
|
549
568
|
end
|
550
569
|
|
@@ -578,6 +597,7 @@ module Aws::CloudDirectory
|
|
578
597
|
class BatchAttachPolicy < Struct.new(
|
579
598
|
:policy_reference,
|
580
599
|
:object_reference)
|
600
|
+
SENSITIVE = []
|
581
601
|
include Aws::Structure
|
582
602
|
end
|
583
603
|
|
@@ -616,6 +636,7 @@ module Aws::CloudDirectory
|
|
616
636
|
class BatchAttachToIndex < Struct.new(
|
617
637
|
:index_reference,
|
618
638
|
:target_reference)
|
639
|
+
SENSITIVE = []
|
619
640
|
include Aws::Structure
|
620
641
|
end
|
621
642
|
|
@@ -629,6 +650,7 @@ module Aws::CloudDirectory
|
|
629
650
|
#
|
630
651
|
class BatchAttachToIndexResponse < Struct.new(
|
631
652
|
:attached_object_identifier)
|
653
|
+
SENSITIVE = []
|
632
654
|
include Aws::Structure
|
633
655
|
end
|
634
656
|
|
@@ -688,6 +710,7 @@ module Aws::CloudDirectory
|
|
688
710
|
:target_object_reference,
|
689
711
|
:typed_link_facet,
|
690
712
|
:attributes)
|
713
|
+
SENSITIVE = []
|
691
714
|
include Aws::Structure
|
692
715
|
end
|
693
716
|
|
@@ -701,6 +724,7 @@ module Aws::CloudDirectory
|
|
701
724
|
#
|
702
725
|
class BatchAttachTypedLinkResponse < Struct.new(
|
703
726
|
:typed_link_specifier)
|
727
|
+
SENSITIVE = []
|
704
728
|
include Aws::Structure
|
705
729
|
end
|
706
730
|
|
@@ -761,6 +785,7 @@ module Aws::CloudDirectory
|
|
761
785
|
:parent_reference,
|
762
786
|
:link_name,
|
763
787
|
:batch_reference_name)
|
788
|
+
SENSITIVE = []
|
764
789
|
include Aws::Structure
|
765
790
|
end
|
766
791
|
|
@@ -774,6 +799,7 @@ module Aws::CloudDirectory
|
|
774
799
|
#
|
775
800
|
class BatchCreateIndexResponse < Struct.new(
|
776
801
|
:object_identifier)
|
802
|
+
SENSITIVE = []
|
777
803
|
include Aws::Structure
|
778
804
|
end
|
779
805
|
|
@@ -848,6 +874,7 @@ module Aws::CloudDirectory
|
|
848
874
|
:parent_reference,
|
849
875
|
:link_name,
|
850
876
|
:batch_reference_name)
|
877
|
+
SENSITIVE = []
|
851
878
|
include Aws::Structure
|
852
879
|
end
|
853
880
|
|
@@ -861,6 +888,7 @@ module Aws::CloudDirectory
|
|
861
888
|
#
|
862
889
|
class BatchCreateObjectResponse < Struct.new(
|
863
890
|
:object_identifier)
|
891
|
+
SENSITIVE = []
|
864
892
|
include Aws::Structure
|
865
893
|
end
|
866
894
|
|
@@ -883,6 +911,7 @@ module Aws::CloudDirectory
|
|
883
911
|
#
|
884
912
|
class BatchDeleteObject < Struct.new(
|
885
913
|
:object_reference)
|
914
|
+
SENSITIVE = []
|
886
915
|
include Aws::Structure
|
887
916
|
end
|
888
917
|
|
@@ -921,6 +950,7 @@ module Aws::CloudDirectory
|
|
921
950
|
class BatchDetachFromIndex < Struct.new(
|
922
951
|
:index_reference,
|
923
952
|
:target_reference)
|
953
|
+
SENSITIVE = []
|
924
954
|
include Aws::Structure
|
925
955
|
end
|
926
956
|
|
@@ -935,6 +965,7 @@ module Aws::CloudDirectory
|
|
935
965
|
#
|
936
966
|
class BatchDetachFromIndexResponse < Struct.new(
|
937
967
|
:detached_object_identifier)
|
968
|
+
SENSITIVE = []
|
938
969
|
include Aws::Structure
|
939
970
|
end
|
940
971
|
|
@@ -975,6 +1006,7 @@ module Aws::CloudDirectory
|
|
975
1006
|
:parent_reference,
|
976
1007
|
:link_name,
|
977
1008
|
:batch_reference_name)
|
1009
|
+
SENSITIVE = []
|
978
1010
|
include Aws::Structure
|
979
1011
|
end
|
980
1012
|
|
@@ -988,6 +1020,7 @@ module Aws::CloudDirectory
|
|
988
1020
|
#
|
989
1021
|
class BatchDetachObjectResponse < Struct.new(
|
990
1022
|
:detached_object_identifier)
|
1023
|
+
SENSITIVE = []
|
991
1024
|
include Aws::Structure
|
992
1025
|
end
|
993
1026
|
|
@@ -1021,6 +1054,7 @@ module Aws::CloudDirectory
|
|
1021
1054
|
class BatchDetachPolicy < Struct.new(
|
1022
1055
|
:policy_reference,
|
1023
1056
|
:object_reference)
|
1057
|
+
SENSITIVE = []
|
1024
1058
|
include Aws::Structure
|
1025
1059
|
end
|
1026
1060
|
|
@@ -1072,6 +1106,7 @@ module Aws::CloudDirectory
|
|
1072
1106
|
#
|
1073
1107
|
class BatchDetachTypedLink < Struct.new(
|
1074
1108
|
:typed_link_specifier)
|
1109
|
+
SENSITIVE = []
|
1075
1110
|
include Aws::Structure
|
1076
1111
|
end
|
1077
1112
|
|
@@ -1129,6 +1164,7 @@ module Aws::CloudDirectory
|
|
1129
1164
|
class BatchGetLinkAttributes < Struct.new(
|
1130
1165
|
:typed_link_specifier,
|
1131
1166
|
:attribute_names)
|
1167
|
+
SENSITIVE = []
|
1132
1168
|
include Aws::Structure
|
1133
1169
|
end
|
1134
1170
|
|
@@ -1142,6 +1178,7 @@ module Aws::CloudDirectory
|
|
1142
1178
|
#
|
1143
1179
|
class BatchGetLinkAttributesResponse < Struct.new(
|
1144
1180
|
:attributes)
|
1181
|
+
SENSITIVE = []
|
1145
1182
|
include Aws::Structure
|
1146
1183
|
end
|
1147
1184
|
|
@@ -1183,6 +1220,7 @@ module Aws::CloudDirectory
|
|
1183
1220
|
:object_reference,
|
1184
1221
|
:schema_facet,
|
1185
1222
|
:attribute_names)
|
1223
|
+
SENSITIVE = []
|
1186
1224
|
include Aws::Structure
|
1187
1225
|
end
|
1188
1226
|
|
@@ -1196,6 +1234,7 @@ module Aws::CloudDirectory
|
|
1196
1234
|
#
|
1197
1235
|
class BatchGetObjectAttributesResponse < Struct.new(
|
1198
1236
|
:attributes)
|
1237
|
+
SENSITIVE = []
|
1199
1238
|
include Aws::Structure
|
1200
1239
|
end
|
1201
1240
|
|
@@ -1220,6 +1259,7 @@ module Aws::CloudDirectory
|
|
1220
1259
|
#
|
1221
1260
|
class BatchGetObjectInformation < Struct.new(
|
1222
1261
|
:object_reference)
|
1262
|
+
SENSITIVE = []
|
1223
1263
|
include Aws::Structure
|
1224
1264
|
end
|
1225
1265
|
|
@@ -1238,6 +1278,7 @@ module Aws::CloudDirectory
|
|
1238
1278
|
class BatchGetObjectInformationResponse < Struct.new(
|
1239
1279
|
:schema_facets,
|
1240
1280
|
:object_identifier)
|
1281
|
+
SENSITIVE = []
|
1241
1282
|
include Aws::Structure
|
1242
1283
|
end
|
1243
1284
|
|
@@ -1274,6 +1315,7 @@ module Aws::CloudDirectory
|
|
1274
1315
|
:target_reference,
|
1275
1316
|
:next_token,
|
1276
1317
|
:max_results)
|
1318
|
+
SENSITIVE = []
|
1277
1319
|
include Aws::Structure
|
1278
1320
|
end
|
1279
1321
|
|
@@ -1292,6 +1334,7 @@ module Aws::CloudDirectory
|
|
1292
1334
|
class BatchListAttachedIndicesResponse < Struct.new(
|
1293
1335
|
:index_attachments,
|
1294
1336
|
:next_token)
|
1337
|
+
SENSITIVE = []
|
1295
1338
|
include Aws::Structure
|
1296
1339
|
end
|
1297
1340
|
|
@@ -1372,6 +1415,7 @@ module Aws::CloudDirectory
|
|
1372
1415
|
:filter_typed_link,
|
1373
1416
|
:next_token,
|
1374
1417
|
:max_results)
|
1418
|
+
SENSITIVE = []
|
1375
1419
|
include Aws::Structure
|
1376
1420
|
end
|
1377
1421
|
|
@@ -1390,6 +1434,7 @@ module Aws::CloudDirectory
|
|
1390
1434
|
class BatchListIncomingTypedLinksResponse < Struct.new(
|
1391
1435
|
:link_specifiers,
|
1392
1436
|
:next_token)
|
1437
|
+
SENSITIVE = []
|
1393
1438
|
include Aws::Structure
|
1394
1439
|
end
|
1395
1440
|
|
@@ -1458,6 +1503,7 @@ module Aws::CloudDirectory
|
|
1458
1503
|
:index_reference,
|
1459
1504
|
:max_results,
|
1460
1505
|
:next_token)
|
1506
|
+
SENSITIVE = []
|
1461
1507
|
include Aws::Structure
|
1462
1508
|
end
|
1463
1509
|
|
@@ -1476,6 +1522,7 @@ module Aws::CloudDirectory
|
|
1476
1522
|
class BatchListIndexResponse < Struct.new(
|
1477
1523
|
:index_attachments,
|
1478
1524
|
:next_token)
|
1525
|
+
SENSITIVE = []
|
1479
1526
|
include Aws::Structure
|
1480
1527
|
end
|
1481
1528
|
|
@@ -1521,6 +1568,7 @@ module Aws::CloudDirectory
|
|
1521
1568
|
:next_token,
|
1522
1569
|
:max_results,
|
1523
1570
|
:facet_filter)
|
1571
|
+
SENSITIVE = []
|
1524
1572
|
include Aws::Structure
|
1525
1573
|
end
|
1526
1574
|
|
@@ -1540,6 +1588,7 @@ module Aws::CloudDirectory
|
|
1540
1588
|
class BatchListObjectAttributesResponse < Struct.new(
|
1541
1589
|
:attributes,
|
1542
1590
|
:next_token)
|
1591
|
+
SENSITIVE = []
|
1543
1592
|
include Aws::Structure
|
1544
1593
|
end
|
1545
1594
|
|
@@ -1575,6 +1624,7 @@ module Aws::CloudDirectory
|
|
1575
1624
|
:object_reference,
|
1576
1625
|
:next_token,
|
1577
1626
|
:max_results)
|
1627
|
+
SENSITIVE = []
|
1578
1628
|
include Aws::Structure
|
1579
1629
|
end
|
1580
1630
|
|
@@ -1594,6 +1644,7 @@ module Aws::CloudDirectory
|
|
1594
1644
|
class BatchListObjectChildrenResponse < Struct.new(
|
1595
1645
|
:children,
|
1596
1646
|
:next_token)
|
1647
|
+
SENSITIVE = []
|
1597
1648
|
include Aws::Structure
|
1598
1649
|
end
|
1599
1650
|
|
@@ -1632,6 +1683,7 @@ module Aws::CloudDirectory
|
|
1632
1683
|
:object_reference,
|
1633
1684
|
:next_token,
|
1634
1685
|
:max_results)
|
1686
|
+
SENSITIVE = []
|
1635
1687
|
include Aws::Structure
|
1636
1688
|
end
|
1637
1689
|
|
@@ -1651,6 +1703,7 @@ module Aws::CloudDirectory
|
|
1651
1703
|
class BatchListObjectParentPathsResponse < Struct.new(
|
1652
1704
|
:path_to_object_identifiers_list,
|
1653
1705
|
:next_token)
|
1706
|
+
SENSITIVE = []
|
1654
1707
|
include Aws::Structure
|
1655
1708
|
end
|
1656
1709
|
|
@@ -1681,6 +1734,7 @@ module Aws::CloudDirectory
|
|
1681
1734
|
:object_reference,
|
1682
1735
|
:next_token,
|
1683
1736
|
:max_results)
|
1737
|
+
SENSITIVE = []
|
1684
1738
|
include Aws::Structure
|
1685
1739
|
end
|
1686
1740
|
|
@@ -1695,6 +1749,7 @@ module Aws::CloudDirectory
|
|
1695
1749
|
class BatchListObjectParentsResponse < Struct.new(
|
1696
1750
|
:parent_links,
|
1697
1751
|
:next_token)
|
1752
|
+
SENSITIVE = []
|
1698
1753
|
include Aws::Structure
|
1699
1754
|
end
|
1700
1755
|
|
@@ -1732,6 +1787,7 @@ module Aws::CloudDirectory
|
|
1732
1787
|
:object_reference,
|
1733
1788
|
:next_token,
|
1734
1789
|
:max_results)
|
1790
|
+
SENSITIVE = []
|
1735
1791
|
include Aws::Structure
|
1736
1792
|
end
|
1737
1793
|
|
@@ -1751,6 +1807,7 @@ module Aws::CloudDirectory
|
|
1751
1807
|
class BatchListObjectPoliciesResponse < Struct.new(
|
1752
1808
|
:attached_policy_ids,
|
1753
1809
|
:next_token)
|
1810
|
+
SENSITIVE = []
|
1754
1811
|
include Aws::Structure
|
1755
1812
|
end
|
1756
1813
|
|
@@ -1831,6 +1888,7 @@ module Aws::CloudDirectory
|
|
1831
1888
|
:filter_typed_link,
|
1832
1889
|
:next_token,
|
1833
1890
|
:max_results)
|
1891
|
+
SENSITIVE = []
|
1834
1892
|
include Aws::Structure
|
1835
1893
|
end
|
1836
1894
|
|
@@ -1849,6 +1907,7 @@ module Aws::CloudDirectory
|
|
1849
1907
|
class BatchListOutgoingTypedLinksResponse < Struct.new(
|
1850
1908
|
:typed_link_specifiers,
|
1851
1909
|
:next_token)
|
1910
|
+
SENSITIVE = []
|
1852
1911
|
include Aws::Structure
|
1853
1912
|
end
|
1854
1913
|
|
@@ -1885,6 +1944,7 @@ module Aws::CloudDirectory
|
|
1885
1944
|
:policy_reference,
|
1886
1945
|
:next_token,
|
1887
1946
|
:max_results)
|
1947
|
+
SENSITIVE = []
|
1888
1948
|
include Aws::Structure
|
1889
1949
|
end
|
1890
1950
|
|
@@ -1903,6 +1963,7 @@ module Aws::CloudDirectory
|
|
1903
1963
|
class BatchListPolicyAttachmentsResponse < Struct.new(
|
1904
1964
|
:object_identifiers,
|
1905
1965
|
:next_token)
|
1966
|
+
SENSITIVE = []
|
1906
1967
|
include Aws::Structure
|
1907
1968
|
end
|
1908
1969
|
|
@@ -1940,6 +2001,7 @@ module Aws::CloudDirectory
|
|
1940
2001
|
:object_reference,
|
1941
2002
|
:next_token,
|
1942
2003
|
:max_results)
|
2004
|
+
SENSITIVE = []
|
1943
2005
|
include Aws::Structure
|
1944
2006
|
end
|
1945
2007
|
|
@@ -1964,6 +2026,7 @@ module Aws::CloudDirectory
|
|
1964
2026
|
class BatchLookupPolicyResponse < Struct.new(
|
1965
2027
|
:policy_to_path_list,
|
1966
2028
|
:next_token)
|
2029
|
+
SENSITIVE = []
|
1967
2030
|
include Aws::Structure
|
1968
2031
|
end
|
1969
2032
|
|
@@ -1983,6 +2046,7 @@ module Aws::CloudDirectory
|
|
1983
2046
|
class BatchReadException < Struct.new(
|
1984
2047
|
:type,
|
1985
2048
|
:message)
|
2049
|
+
SENSITIVE = []
|
1986
2050
|
include Aws::Structure
|
1987
2051
|
end
|
1988
2052
|
|
@@ -2304,6 +2368,7 @@ module Aws::CloudDirectory
|
|
2304
2368
|
:list_outgoing_typed_links,
|
2305
2369
|
:list_incoming_typed_links,
|
2306
2370
|
:get_link_attributes)
|
2371
|
+
SENSITIVE = []
|
2307
2372
|
include Aws::Structure
|
2308
2373
|
end
|
2309
2374
|
|
@@ -2322,6 +2387,7 @@ module Aws::CloudDirectory
|
|
2322
2387
|
class BatchReadOperationResponse < Struct.new(
|
2323
2388
|
:successful_response,
|
2324
2389
|
:exception_response)
|
2390
|
+
SENSITIVE = []
|
2325
2391
|
include Aws::Structure
|
2326
2392
|
end
|
2327
2393
|
|
@@ -2562,6 +2628,7 @@ module Aws::CloudDirectory
|
|
2562
2628
|
:directory_arn,
|
2563
2629
|
:operations,
|
2564
2630
|
:consistency_level)
|
2631
|
+
SENSITIVE = []
|
2565
2632
|
include Aws::Structure
|
2566
2633
|
end
|
2567
2634
|
|
@@ -2573,6 +2640,7 @@ module Aws::CloudDirectory
|
|
2573
2640
|
#
|
2574
2641
|
class BatchReadResponse < Struct.new(
|
2575
2642
|
:responses)
|
2643
|
+
SENSITIVE = []
|
2576
2644
|
include Aws::Structure
|
2577
2645
|
end
|
2578
2646
|
|
@@ -2684,6 +2752,7 @@ module Aws::CloudDirectory
|
|
2684
2752
|
:list_incoming_typed_links,
|
2685
2753
|
:get_link_attributes,
|
2686
2754
|
:list_object_parents)
|
2755
|
+
SENSITIVE = []
|
2687
2756
|
include Aws::Structure
|
2688
2757
|
end
|
2689
2758
|
|
@@ -2715,6 +2784,7 @@ module Aws::CloudDirectory
|
|
2715
2784
|
class BatchRemoveFacetFromObject < Struct.new(
|
2716
2785
|
:schema_facet,
|
2717
2786
|
:object_reference)
|
2787
|
+
SENSITIVE = []
|
2718
2788
|
include Aws::Structure
|
2719
2789
|
end
|
2720
2790
|
|
@@ -2791,6 +2861,7 @@ module Aws::CloudDirectory
|
|
2791
2861
|
class BatchUpdateLinkAttributes < Struct.new(
|
2792
2862
|
:typed_link_specifier,
|
2793
2863
|
:attribute_updates)
|
2864
|
+
SENSITIVE = []
|
2794
2865
|
include Aws::Structure
|
2795
2866
|
end
|
2796
2867
|
|
@@ -2843,6 +2914,7 @@ module Aws::CloudDirectory
|
|
2843
2914
|
class BatchUpdateObjectAttributes < Struct.new(
|
2844
2915
|
:object_reference,
|
2845
2916
|
:attribute_updates)
|
2917
|
+
SENSITIVE = []
|
2846
2918
|
include Aws::Structure
|
2847
2919
|
end
|
2848
2920
|
|
@@ -2856,6 +2928,7 @@ module Aws::CloudDirectory
|
|
2856
2928
|
#
|
2857
2929
|
class BatchUpdateObjectAttributesResponse < Struct.new(
|
2858
2930
|
:object_identifier)
|
2931
|
+
SENSITIVE = []
|
2859
2932
|
include Aws::Structure
|
2860
2933
|
end
|
2861
2934
|
|
@@ -2876,6 +2949,7 @@ module Aws::CloudDirectory
|
|
2876
2949
|
:index,
|
2877
2950
|
:type,
|
2878
2951
|
:message)
|
2952
|
+
SENSITIVE = []
|
2879
2953
|
include Aws::Structure
|
2880
2954
|
end
|
2881
2955
|
|
@@ -3231,6 +3305,7 @@ module Aws::CloudDirectory
|
|
3231
3305
|
:attach_typed_link,
|
3232
3306
|
:detach_typed_link,
|
3233
3307
|
:update_link_attributes)
|
3308
|
+
SENSITIVE = []
|
3234
3309
|
include Aws::Structure
|
3235
3310
|
end
|
3236
3311
|
|
@@ -3330,6 +3405,7 @@ module Aws::CloudDirectory
|
|
3330
3405
|
:attach_typed_link,
|
3331
3406
|
:detach_typed_link,
|
3332
3407
|
:update_link_attributes)
|
3408
|
+
SENSITIVE = []
|
3333
3409
|
include Aws::Structure
|
3334
3410
|
end
|
3335
3411
|
|
@@ -3608,6 +3684,7 @@ module Aws::CloudDirectory
|
|
3608
3684
|
class BatchWriteRequest < Struct.new(
|
3609
3685
|
:directory_arn,
|
3610
3686
|
:operations)
|
3687
|
+
SENSITIVE = []
|
3611
3688
|
include Aws::Structure
|
3612
3689
|
end
|
3613
3690
|
|
@@ -3619,6 +3696,7 @@ module Aws::CloudDirectory
|
|
3619
3696
|
#
|
3620
3697
|
class BatchWriteResponse < Struct.new(
|
3621
3698
|
:responses)
|
3699
|
+
SENSITIVE = []
|
3622
3700
|
include Aws::Structure
|
3623
3701
|
end
|
3624
3702
|
|
@@ -3631,6 +3709,7 @@ module Aws::CloudDirectory
|
|
3631
3709
|
#
|
3632
3710
|
class CannotListParentOfRootException < Struct.new(
|
3633
3711
|
:message)
|
3712
|
+
SENSITIVE = []
|
3634
3713
|
include Aws::Structure
|
3635
3714
|
end
|
3636
3715
|
|
@@ -3656,6 +3735,7 @@ module Aws::CloudDirectory
|
|
3656
3735
|
class CreateDirectoryRequest < Struct.new(
|
3657
3736
|
:name,
|
3658
3737
|
:schema_arn)
|
3738
|
+
SENSITIVE = []
|
3659
3739
|
include Aws::Structure
|
3660
3740
|
end
|
3661
3741
|
|
@@ -3685,6 +3765,7 @@ module Aws::CloudDirectory
|
|
3685
3765
|
:name,
|
3686
3766
|
:object_identifier,
|
3687
3767
|
:applied_schema_arn)
|
3768
|
+
SENSITIVE = []
|
3688
3769
|
include Aws::Structure
|
3689
3770
|
end
|
3690
3771
|
|
@@ -3784,6 +3865,7 @@ module Aws::CloudDirectory
|
|
3784
3865
|
:attributes,
|
3785
3866
|
:object_type,
|
3786
3867
|
:facet_style)
|
3868
|
+
SENSITIVE = []
|
3787
3869
|
include Aws::Structure
|
3788
3870
|
end
|
3789
3871
|
|
@@ -3840,6 +3922,7 @@ module Aws::CloudDirectory
|
|
3840
3922
|
:is_unique,
|
3841
3923
|
:parent_reference,
|
3842
3924
|
:link_name)
|
3925
|
+
SENSITIVE = []
|
3843
3926
|
include Aws::Structure
|
3844
3927
|
end
|
3845
3928
|
|
@@ -3851,6 +3934,7 @@ module Aws::CloudDirectory
|
|
3851
3934
|
#
|
3852
3935
|
class CreateIndexResponse < Struct.new(
|
3853
3936
|
:object_identifier)
|
3937
|
+
SENSITIVE = []
|
3854
3938
|
include Aws::Structure
|
3855
3939
|
end
|
3856
3940
|
|
@@ -3919,6 +4003,7 @@ module Aws::CloudDirectory
|
|
3919
4003
|
:object_attribute_list,
|
3920
4004
|
:parent_reference,
|
3921
4005
|
:link_name)
|
4006
|
+
SENSITIVE = []
|
3922
4007
|
include Aws::Structure
|
3923
4008
|
end
|
3924
4009
|
|
@@ -3930,6 +4015,7 @@ module Aws::CloudDirectory
|
|
3930
4015
|
#
|
3931
4016
|
class CreateObjectResponse < Struct.new(
|
3932
4017
|
:object_identifier)
|
4018
|
+
SENSITIVE = []
|
3933
4019
|
include Aws::Structure
|
3934
4020
|
end
|
3935
4021
|
|
@@ -3949,6 +4035,7 @@ module Aws::CloudDirectory
|
|
3949
4035
|
#
|
3950
4036
|
class CreateSchemaRequest < Struct.new(
|
3951
4037
|
:name)
|
4038
|
+
SENSITIVE = []
|
3952
4039
|
include Aws::Structure
|
3953
4040
|
end
|
3954
4041
|
|
@@ -3961,6 +4048,7 @@ module Aws::CloudDirectory
|
|
3961
4048
|
#
|
3962
4049
|
class CreateSchemaResponse < Struct.new(
|
3963
4050
|
:schema_arn)
|
4051
|
+
SENSITIVE = []
|
3964
4052
|
include Aws::Structure
|
3965
4053
|
end
|
3966
4054
|
|
@@ -4012,6 +4100,7 @@ module Aws::CloudDirectory
|
|
4012
4100
|
class CreateTypedLinkFacetRequest < Struct.new(
|
4013
4101
|
:schema_arn,
|
4014
4102
|
:facet)
|
4103
|
+
SENSITIVE = []
|
4015
4104
|
include Aws::Structure
|
4016
4105
|
end
|
4017
4106
|
|
@@ -4034,6 +4123,7 @@ module Aws::CloudDirectory
|
|
4034
4123
|
#
|
4035
4124
|
class DeleteDirectoryRequest < Struct.new(
|
4036
4125
|
:directory_arn)
|
4126
|
+
SENSITIVE = []
|
4037
4127
|
include Aws::Structure
|
4038
4128
|
end
|
4039
4129
|
|
@@ -4045,6 +4135,7 @@ module Aws::CloudDirectory
|
|
4045
4135
|
#
|
4046
4136
|
class DeleteDirectoryResponse < Struct.new(
|
4047
4137
|
:directory_arn)
|
4138
|
+
SENSITIVE = []
|
4048
4139
|
include Aws::Structure
|
4049
4140
|
end
|
4050
4141
|
|
@@ -4070,6 +4161,7 @@ module Aws::CloudDirectory
|
|
4070
4161
|
class DeleteFacetRequest < Struct.new(
|
4071
4162
|
:schema_arn,
|
4072
4163
|
:name)
|
4164
|
+
SENSITIVE = []
|
4073
4165
|
include Aws::Structure
|
4074
4166
|
end
|
4075
4167
|
|
@@ -4101,6 +4193,7 @@ module Aws::CloudDirectory
|
|
4101
4193
|
class DeleteObjectRequest < Struct.new(
|
4102
4194
|
:directory_arn,
|
4103
4195
|
:object_reference)
|
4196
|
+
SENSITIVE = []
|
4104
4197
|
include Aws::Structure
|
4105
4198
|
end
|
4106
4199
|
|
@@ -4124,6 +4217,7 @@ module Aws::CloudDirectory
|
|
4124
4217
|
#
|
4125
4218
|
class DeleteSchemaRequest < Struct.new(
|
4126
4219
|
:schema_arn)
|
4220
|
+
SENSITIVE = []
|
4127
4221
|
include Aws::Structure
|
4128
4222
|
end
|
4129
4223
|
|
@@ -4136,6 +4230,7 @@ module Aws::CloudDirectory
|
|
4136
4230
|
#
|
4137
4231
|
class DeleteSchemaResponse < Struct.new(
|
4138
4232
|
:schema_arn)
|
4233
|
+
SENSITIVE = []
|
4139
4234
|
include Aws::Structure
|
4140
4235
|
end
|
4141
4236
|
|
@@ -4161,6 +4256,7 @@ module Aws::CloudDirectory
|
|
4161
4256
|
class DeleteTypedLinkFacetRequest < Struct.new(
|
4162
4257
|
:schema_arn,
|
4163
4258
|
:name)
|
4259
|
+
SENSITIVE = []
|
4164
4260
|
include Aws::Structure
|
4165
4261
|
end
|
4166
4262
|
|
@@ -4200,6 +4296,7 @@ module Aws::CloudDirectory
|
|
4200
4296
|
:directory_arn,
|
4201
4297
|
:index_reference,
|
4202
4298
|
:target_reference)
|
4299
|
+
SENSITIVE = []
|
4203
4300
|
include Aws::Structure
|
4204
4301
|
end
|
4205
4302
|
|
@@ -4212,6 +4309,7 @@ module Aws::CloudDirectory
|
|
4212
4309
|
#
|
4213
4310
|
class DetachFromIndexResponse < Struct.new(
|
4214
4311
|
:detached_object_identifier)
|
4312
|
+
SENSITIVE = []
|
4215
4313
|
include Aws::Structure
|
4216
4314
|
end
|
4217
4315
|
|
@@ -4246,6 +4344,7 @@ module Aws::CloudDirectory
|
|
4246
4344
|
:directory_arn,
|
4247
4345
|
:parent_reference,
|
4248
4346
|
:link_name)
|
4347
|
+
SENSITIVE = []
|
4249
4348
|
include Aws::Structure
|
4250
4349
|
end
|
4251
4350
|
|
@@ -4257,6 +4356,7 @@ module Aws::CloudDirectory
|
|
4257
4356
|
#
|
4258
4357
|
class DetachObjectResponse < Struct.new(
|
4259
4358
|
:detached_object_identifier)
|
4359
|
+
SENSITIVE = []
|
4260
4360
|
include Aws::Structure
|
4261
4361
|
end
|
4262
4362
|
|
@@ -4293,6 +4393,7 @@ module Aws::CloudDirectory
|
|
4293
4393
|
:directory_arn,
|
4294
4394
|
:policy_reference,
|
4295
4395
|
:object_reference)
|
4396
|
+
SENSITIVE = []
|
4296
4397
|
include Aws::Structure
|
4297
4398
|
end
|
4298
4399
|
|
@@ -4345,6 +4446,7 @@ module Aws::CloudDirectory
|
|
4345
4446
|
class DetachTypedLinkRequest < Struct.new(
|
4346
4447
|
:directory_arn,
|
4347
4448
|
:typed_link_specifier)
|
4449
|
+
SENSITIVE = []
|
4348
4450
|
include Aws::Structure
|
4349
4451
|
end
|
4350
4452
|
|
@@ -4376,6 +4478,7 @@ module Aws::CloudDirectory
|
|
4376
4478
|
:directory_arn,
|
4377
4479
|
:state,
|
4378
4480
|
:creation_date_time)
|
4481
|
+
SENSITIVE = []
|
4379
4482
|
include Aws::Structure
|
4380
4483
|
end
|
4381
4484
|
|
@@ -4389,6 +4492,7 @@ module Aws::CloudDirectory
|
|
4389
4492
|
#
|
4390
4493
|
class DirectoryAlreadyExistsException < Struct.new(
|
4391
4494
|
:message)
|
4495
|
+
SENSITIVE = []
|
4392
4496
|
include Aws::Structure
|
4393
4497
|
end
|
4394
4498
|
|
@@ -4403,6 +4507,7 @@ module Aws::CloudDirectory
|
|
4403
4507
|
#
|
4404
4508
|
class DirectoryDeletedException < Struct.new(
|
4405
4509
|
:message)
|
4510
|
+
SENSITIVE = []
|
4406
4511
|
include Aws::Structure
|
4407
4512
|
end
|
4408
4513
|
|
@@ -4415,6 +4520,7 @@ module Aws::CloudDirectory
|
|
4415
4520
|
#
|
4416
4521
|
class DirectoryNotDisabledException < Struct.new(
|
4417
4522
|
:message)
|
4523
|
+
SENSITIVE = []
|
4418
4524
|
include Aws::Structure
|
4419
4525
|
end
|
4420
4526
|
|
@@ -4427,6 +4533,7 @@ module Aws::CloudDirectory
|
|
4427
4533
|
#
|
4428
4534
|
class DirectoryNotEnabledException < Struct.new(
|
4429
4535
|
:message)
|
4536
|
+
SENSITIVE = []
|
4430
4537
|
include Aws::Structure
|
4431
4538
|
end
|
4432
4539
|
|
@@ -4445,6 +4552,7 @@ module Aws::CloudDirectory
|
|
4445
4552
|
#
|
4446
4553
|
class DisableDirectoryRequest < Struct.new(
|
4447
4554
|
:directory_arn)
|
4555
|
+
SENSITIVE = []
|
4448
4556
|
include Aws::Structure
|
4449
4557
|
end
|
4450
4558
|
|
@@ -4456,6 +4564,7 @@ module Aws::CloudDirectory
|
|
4456
4564
|
#
|
4457
4565
|
class DisableDirectoryResponse < Struct.new(
|
4458
4566
|
:directory_arn)
|
4567
|
+
SENSITIVE = []
|
4459
4568
|
include Aws::Structure
|
4460
4569
|
end
|
4461
4570
|
|
@@ -4474,6 +4583,7 @@ module Aws::CloudDirectory
|
|
4474
4583
|
#
|
4475
4584
|
class EnableDirectoryRequest < Struct.new(
|
4476
4585
|
:directory_arn)
|
4586
|
+
SENSITIVE = []
|
4477
4587
|
include Aws::Structure
|
4478
4588
|
end
|
4479
4589
|
|
@@ -4485,6 +4595,7 @@ module Aws::CloudDirectory
|
|
4485
4595
|
#
|
4486
4596
|
class EnableDirectoryResponse < Struct.new(
|
4487
4597
|
:directory_arn)
|
4598
|
+
SENSITIVE = []
|
4488
4599
|
include Aws::Structure
|
4489
4600
|
end
|
4490
4601
|
|
@@ -4517,6 +4628,7 @@ module Aws::CloudDirectory
|
|
4517
4628
|
:name,
|
4518
4629
|
:object_type,
|
4519
4630
|
:facet_style)
|
4631
|
+
SENSITIVE = []
|
4520
4632
|
include Aws::Structure
|
4521
4633
|
end
|
4522
4634
|
|
@@ -4529,6 +4641,7 @@ module Aws::CloudDirectory
|
|
4529
4641
|
#
|
4530
4642
|
class FacetAlreadyExistsException < Struct.new(
|
4531
4643
|
:message)
|
4644
|
+
SENSITIVE = []
|
4532
4645
|
include Aws::Structure
|
4533
4646
|
end
|
4534
4647
|
|
@@ -4599,6 +4712,7 @@ module Aws::CloudDirectory
|
|
4599
4712
|
:attribute_definition,
|
4600
4713
|
:attribute_reference,
|
4601
4714
|
:required_behavior)
|
4715
|
+
SENSITIVE = []
|
4602
4716
|
include Aws::Structure
|
4603
4717
|
end
|
4604
4718
|
|
@@ -4655,6 +4769,7 @@ module Aws::CloudDirectory
|
|
4655
4769
|
:default_value,
|
4656
4770
|
:is_immutable,
|
4657
4771
|
:rules)
|
4772
|
+
SENSITIVE = []
|
4658
4773
|
include Aws::Structure
|
4659
4774
|
end
|
4660
4775
|
|
@@ -4692,6 +4807,7 @@ module Aws::CloudDirectory
|
|
4692
4807
|
class FacetAttributeReference < Struct.new(
|
4693
4808
|
:target_facet_name,
|
4694
4809
|
:target_attribute_name)
|
4810
|
+
SENSITIVE = []
|
4695
4811
|
include Aws::Structure
|
4696
4812
|
end
|
4697
4813
|
|
@@ -4744,6 +4860,7 @@ module Aws::CloudDirectory
|
|
4744
4860
|
class FacetAttributeUpdate < Struct.new(
|
4745
4861
|
:attribute,
|
4746
4862
|
:action)
|
4863
|
+
SENSITIVE = []
|
4747
4864
|
include Aws::Structure
|
4748
4865
|
end
|
4749
4866
|
|
@@ -4757,6 +4874,7 @@ module Aws::CloudDirectory
|
|
4757
4874
|
#
|
4758
4875
|
class FacetInUseException < Struct.new(
|
4759
4876
|
:message)
|
4877
|
+
SENSITIVE = []
|
4760
4878
|
include Aws::Structure
|
4761
4879
|
end
|
4762
4880
|
|
@@ -4769,6 +4887,7 @@ module Aws::CloudDirectory
|
|
4769
4887
|
#
|
4770
4888
|
class FacetNotFoundException < Struct.new(
|
4771
4889
|
:message)
|
4890
|
+
SENSITIVE = []
|
4772
4891
|
include Aws::Structure
|
4773
4892
|
end
|
4774
4893
|
|
@@ -4782,6 +4901,7 @@ module Aws::CloudDirectory
|
|
4782
4901
|
#
|
4783
4902
|
class FacetValidationException < Struct.new(
|
4784
4903
|
:message)
|
4904
|
+
SENSITIVE = []
|
4785
4905
|
include Aws::Structure
|
4786
4906
|
end
|
4787
4907
|
|
@@ -4800,6 +4920,7 @@ module Aws::CloudDirectory
|
|
4800
4920
|
#
|
4801
4921
|
class GetAppliedSchemaVersionRequest < Struct.new(
|
4802
4922
|
:schema_arn)
|
4923
|
+
SENSITIVE = []
|
4803
4924
|
include Aws::Structure
|
4804
4925
|
end
|
4805
4926
|
|
@@ -4812,6 +4933,7 @@ module Aws::CloudDirectory
|
|
4812
4933
|
#
|
4813
4934
|
class GetAppliedSchemaVersionResponse < Struct.new(
|
4814
4935
|
:applied_schema_arn)
|
4936
|
+
SENSITIVE = []
|
4815
4937
|
include Aws::Structure
|
4816
4938
|
end
|
4817
4939
|
|
@@ -4830,6 +4952,7 @@ module Aws::CloudDirectory
|
|
4830
4952
|
#
|
4831
4953
|
class GetDirectoryRequest < Struct.new(
|
4832
4954
|
:directory_arn)
|
4955
|
+
SENSITIVE = []
|
4833
4956
|
include Aws::Structure
|
4834
4957
|
end
|
4835
4958
|
|
@@ -4841,6 +4964,7 @@ module Aws::CloudDirectory
|
|
4841
4964
|
#
|
4842
4965
|
class GetDirectoryResponse < Struct.new(
|
4843
4966
|
:directory)
|
4967
|
+
SENSITIVE = []
|
4844
4968
|
include Aws::Structure
|
4845
4969
|
end
|
4846
4970
|
|
@@ -4866,6 +4990,7 @@ module Aws::CloudDirectory
|
|
4866
4990
|
class GetFacetRequest < Struct.new(
|
4867
4991
|
:schema_arn,
|
4868
4992
|
:name)
|
4993
|
+
SENSITIVE = []
|
4869
4994
|
include Aws::Structure
|
4870
4995
|
end
|
4871
4996
|
|
@@ -4877,6 +5002,7 @@ module Aws::CloudDirectory
|
|
4877
5002
|
#
|
4878
5003
|
class GetFacetResponse < Struct.new(
|
4879
5004
|
:facet)
|
5005
|
+
SENSITIVE = []
|
4880
5006
|
include Aws::Structure
|
4881
5007
|
end
|
4882
5008
|
|
@@ -4943,6 +5069,7 @@ module Aws::CloudDirectory
|
|
4943
5069
|
:typed_link_specifier,
|
4944
5070
|
:attribute_names,
|
4945
5071
|
:consistency_level)
|
5072
|
+
SENSITIVE = []
|
4946
5073
|
include Aws::Structure
|
4947
5074
|
end
|
4948
5075
|
|
@@ -4954,6 +5081,7 @@ module Aws::CloudDirectory
|
|
4954
5081
|
#
|
4955
5082
|
class GetLinkAttributesResponse < Struct.new(
|
4956
5083
|
:attributes)
|
5084
|
+
SENSITIVE = []
|
4957
5085
|
include Aws::Structure
|
4958
5086
|
end
|
4959
5087
|
|
@@ -5005,6 +5133,7 @@ module Aws::CloudDirectory
|
|
5005
5133
|
:consistency_level,
|
5006
5134
|
:schema_facet,
|
5007
5135
|
:attribute_names)
|
5136
|
+
SENSITIVE = []
|
5008
5137
|
include Aws::Structure
|
5009
5138
|
end
|
5010
5139
|
|
@@ -5016,6 +5145,7 @@ module Aws::CloudDirectory
|
|
5016
5145
|
#
|
5017
5146
|
class GetObjectAttributesResponse < Struct.new(
|
5018
5147
|
:attributes)
|
5148
|
+
SENSITIVE = []
|
5019
5149
|
include Aws::Structure
|
5020
5150
|
end
|
5021
5151
|
|
@@ -5048,6 +5178,7 @@ module Aws::CloudDirectory
|
|
5048
5178
|
:directory_arn,
|
5049
5179
|
:object_reference,
|
5050
5180
|
:consistency_level)
|
5181
|
+
SENSITIVE = []
|
5051
5182
|
include Aws::Structure
|
5052
5183
|
end
|
5053
5184
|
|
@@ -5067,6 +5198,7 @@ module Aws::CloudDirectory
|
|
5067
5198
|
class GetObjectInformationResponse < Struct.new(
|
5068
5199
|
:schema_facets,
|
5069
5200
|
:object_identifier)
|
5201
|
+
SENSITIVE = []
|
5070
5202
|
include Aws::Structure
|
5071
5203
|
end
|
5072
5204
|
|
@@ -5085,6 +5217,7 @@ module Aws::CloudDirectory
|
|
5085
5217
|
#
|
5086
5218
|
class GetSchemaAsJsonRequest < Struct.new(
|
5087
5219
|
:schema_arn)
|
5220
|
+
SENSITIVE = []
|
5088
5221
|
include Aws::Structure
|
5089
5222
|
end
|
5090
5223
|
|
@@ -5101,6 +5234,7 @@ module Aws::CloudDirectory
|
|
5101
5234
|
class GetSchemaAsJsonResponse < Struct.new(
|
5102
5235
|
:name,
|
5103
5236
|
:document)
|
5237
|
+
SENSITIVE = []
|
5104
5238
|
include Aws::Structure
|
5105
5239
|
end
|
5106
5240
|
|
@@ -5126,6 +5260,7 @@ module Aws::CloudDirectory
|
|
5126
5260
|
class GetTypedLinkFacetInformationRequest < Struct.new(
|
5127
5261
|
:schema_arn,
|
5128
5262
|
:name)
|
5263
|
+
SENSITIVE = []
|
5129
5264
|
include Aws::Structure
|
5130
5265
|
end
|
5131
5266
|
|
@@ -5150,6 +5285,7 @@ module Aws::CloudDirectory
|
|
5150
5285
|
#
|
5151
5286
|
class GetTypedLinkFacetInformationResponse < Struct.new(
|
5152
5287
|
:identity_attribute_order)
|
5288
|
+
SENSITIVE = []
|
5153
5289
|
include Aws::Structure
|
5154
5290
|
end
|
5155
5291
|
|
@@ -5164,6 +5300,7 @@ module Aws::CloudDirectory
|
|
5164
5300
|
#
|
5165
5301
|
class IncompatibleSchemaException < Struct.new(
|
5166
5302
|
:message)
|
5303
|
+
SENSITIVE = []
|
5167
5304
|
include Aws::Structure
|
5168
5305
|
end
|
5169
5306
|
|
@@ -5186,6 +5323,7 @@ module Aws::CloudDirectory
|
|
5186
5323
|
class IndexAttachment < Struct.new(
|
5187
5324
|
:indexed_attributes,
|
5188
5325
|
:object_identifier)
|
5326
|
+
SENSITIVE = []
|
5189
5327
|
include Aws::Structure
|
5190
5328
|
end
|
5191
5329
|
|
@@ -5199,6 +5337,7 @@ module Aws::CloudDirectory
|
|
5199
5337
|
#
|
5200
5338
|
class IndexedAttributeMissingException < Struct.new(
|
5201
5339
|
:message)
|
5340
|
+
SENSITIVE = []
|
5202
5341
|
include Aws::Structure
|
5203
5342
|
end
|
5204
5343
|
|
@@ -5219,6 +5358,7 @@ module Aws::CloudDirectory
|
|
5219
5358
|
#
|
5220
5359
|
class InternalServiceException < Struct.new(
|
5221
5360
|
:message)
|
5361
|
+
SENSITIVE = []
|
5222
5362
|
include Aws::Structure
|
5223
5363
|
end
|
5224
5364
|
|
@@ -5231,6 +5371,7 @@ module Aws::CloudDirectory
|
|
5231
5371
|
#
|
5232
5372
|
class InvalidArnException < Struct.new(
|
5233
5373
|
:message)
|
5374
|
+
SENSITIVE = []
|
5234
5375
|
include Aws::Structure
|
5235
5376
|
end
|
5236
5377
|
|
@@ -5246,6 +5387,7 @@ module Aws::CloudDirectory
|
|
5246
5387
|
#
|
5247
5388
|
class InvalidAttachmentException < Struct.new(
|
5248
5389
|
:message)
|
5390
|
+
SENSITIVE = []
|
5249
5391
|
include Aws::Structure
|
5250
5392
|
end
|
5251
5393
|
|
@@ -5258,6 +5400,7 @@ module Aws::CloudDirectory
|
|
5258
5400
|
#
|
5259
5401
|
class InvalidFacetUpdateException < Struct.new(
|
5260
5402
|
:message)
|
5403
|
+
SENSITIVE = []
|
5261
5404
|
include Aws::Structure
|
5262
5405
|
end
|
5263
5406
|
|
@@ -5270,6 +5413,7 @@ module Aws::CloudDirectory
|
|
5270
5413
|
#
|
5271
5414
|
class InvalidNextTokenException < Struct.new(
|
5272
5415
|
:message)
|
5416
|
+
SENSITIVE = []
|
5273
5417
|
include Aws::Structure
|
5274
5418
|
end
|
5275
5419
|
|
@@ -5282,6 +5426,7 @@ module Aws::CloudDirectory
|
|
5282
5426
|
#
|
5283
5427
|
class InvalidRuleException < Struct.new(
|
5284
5428
|
:message)
|
5429
|
+
SENSITIVE = []
|
5285
5430
|
include Aws::Structure
|
5286
5431
|
end
|
5287
5432
|
|
@@ -5294,6 +5439,7 @@ module Aws::CloudDirectory
|
|
5294
5439
|
#
|
5295
5440
|
class InvalidSchemaDocException < Struct.new(
|
5296
5441
|
:message)
|
5442
|
+
SENSITIVE = []
|
5297
5443
|
include Aws::Structure
|
5298
5444
|
end
|
5299
5445
|
|
@@ -5308,6 +5454,7 @@ module Aws::CloudDirectory
|
|
5308
5454
|
#
|
5309
5455
|
class InvalidTaggingRequestException < Struct.new(
|
5310
5456
|
:message)
|
5457
|
+
SENSITIVE = []
|
5311
5458
|
include Aws::Structure
|
5312
5459
|
end
|
5313
5460
|
|
@@ -5325,6 +5472,7 @@ module Aws::CloudDirectory
|
|
5325
5472
|
#
|
5326
5473
|
class LimitExceededException < Struct.new(
|
5327
5474
|
:message)
|
5475
|
+
SENSITIVE = []
|
5328
5476
|
include Aws::Structure
|
5329
5477
|
end
|
5330
5478
|
|
@@ -5358,6 +5506,7 @@ module Aws::CloudDirectory
|
|
5358
5506
|
class LinkAttributeAction < Struct.new(
|
5359
5507
|
:attribute_action_type,
|
5360
5508
|
:attribute_update_value)
|
5509
|
+
SENSITIVE = []
|
5361
5510
|
include Aws::Structure
|
5362
5511
|
end
|
5363
5512
|
|
@@ -5397,6 +5546,7 @@ module Aws::CloudDirectory
|
|
5397
5546
|
class LinkAttributeUpdate < Struct.new(
|
5398
5547
|
:attribute_key,
|
5399
5548
|
:attribute_action)
|
5549
|
+
SENSITIVE = []
|
5400
5550
|
include Aws::Structure
|
5401
5551
|
end
|
5402
5552
|
|
@@ -5410,6 +5560,7 @@ module Aws::CloudDirectory
|
|
5410
5560
|
#
|
5411
5561
|
class LinkNameAlreadyInUseException < Struct.new(
|
5412
5562
|
:message)
|
5563
|
+
SENSITIVE = []
|
5413
5564
|
include Aws::Structure
|
5414
5565
|
end
|
5415
5566
|
|
@@ -5447,6 +5598,7 @@ module Aws::CloudDirectory
|
|
5447
5598
|
:schema_arn,
|
5448
5599
|
:next_token,
|
5449
5600
|
:max_results)
|
5601
|
+
SENSITIVE = []
|
5450
5602
|
include Aws::Structure
|
5451
5603
|
end
|
5452
5604
|
|
@@ -5463,6 +5615,7 @@ module Aws::CloudDirectory
|
|
5463
5615
|
class ListAppliedSchemaArnsResponse < Struct.new(
|
5464
5616
|
:schema_arns,
|
5465
5617
|
:next_token)
|
5618
|
+
SENSITIVE = []
|
5466
5619
|
include Aws::Structure
|
5467
5620
|
end
|
5468
5621
|
|
@@ -5507,6 +5660,7 @@ module Aws::CloudDirectory
|
|
5507
5660
|
:next_token,
|
5508
5661
|
:max_results,
|
5509
5662
|
:consistency_level)
|
5663
|
+
SENSITIVE = []
|
5510
5664
|
include Aws::Structure
|
5511
5665
|
end
|
5512
5666
|
|
@@ -5523,6 +5677,7 @@ module Aws::CloudDirectory
|
|
5523
5677
|
class ListAttachedIndicesResponse < Struct.new(
|
5524
5678
|
:index_attachments,
|
5525
5679
|
:next_token)
|
5680
|
+
SENSITIVE = []
|
5526
5681
|
include Aws::Structure
|
5527
5682
|
end
|
5528
5683
|
|
@@ -5547,6 +5702,7 @@ module Aws::CloudDirectory
|
|
5547
5702
|
class ListDevelopmentSchemaArnsRequest < Struct.new(
|
5548
5703
|
:next_token,
|
5549
5704
|
:max_results)
|
5705
|
+
SENSITIVE = []
|
5550
5706
|
include Aws::Structure
|
5551
5707
|
end
|
5552
5708
|
|
@@ -5563,6 +5719,7 @@ module Aws::CloudDirectory
|
|
5563
5719
|
class ListDevelopmentSchemaArnsResponse < Struct.new(
|
5564
5720
|
:schema_arns,
|
5565
5721
|
:next_token)
|
5722
|
+
SENSITIVE = []
|
5566
5723
|
include Aws::Structure
|
5567
5724
|
end
|
5568
5725
|
|
@@ -5594,6 +5751,7 @@ module Aws::CloudDirectory
|
|
5594
5751
|
:next_token,
|
5595
5752
|
:max_results,
|
5596
5753
|
:state)
|
5754
|
+
SENSITIVE = []
|
5597
5755
|
include Aws::Structure
|
5598
5756
|
end
|
5599
5757
|
|
@@ -5611,6 +5769,7 @@ module Aws::CloudDirectory
|
|
5611
5769
|
class ListDirectoriesResponse < Struct.new(
|
5612
5770
|
:directories,
|
5613
5771
|
:next_token)
|
5772
|
+
SENSITIVE = []
|
5614
5773
|
include Aws::Structure
|
5615
5774
|
end
|
5616
5775
|
|
@@ -5647,6 +5806,7 @@ module Aws::CloudDirectory
|
|
5647
5806
|
:name,
|
5648
5807
|
:next_token,
|
5649
5808
|
:max_results)
|
5809
|
+
SENSITIVE = []
|
5650
5810
|
include Aws::Structure
|
5651
5811
|
end
|
5652
5812
|
|
@@ -5663,6 +5823,7 @@ module Aws::CloudDirectory
|
|
5663
5823
|
class ListFacetAttributesResponse < Struct.new(
|
5664
5824
|
:attributes,
|
5665
5825
|
:next_token)
|
5826
|
+
SENSITIVE = []
|
5666
5827
|
include Aws::Structure
|
5667
5828
|
end
|
5668
5829
|
|
@@ -5693,6 +5854,7 @@ module Aws::CloudDirectory
|
|
5693
5854
|
:schema_arn,
|
5694
5855
|
:next_token,
|
5695
5856
|
:max_results)
|
5857
|
+
SENSITIVE = []
|
5696
5858
|
include Aws::Structure
|
5697
5859
|
end
|
5698
5860
|
|
@@ -5709,6 +5871,7 @@ module Aws::CloudDirectory
|
|
5709
5871
|
class ListFacetNamesResponse < Struct.new(
|
5710
5872
|
:facet_names,
|
5711
5873
|
:next_token)
|
5874
|
+
SENSITIVE = []
|
5712
5875
|
include Aws::Structure
|
5713
5876
|
end
|
5714
5877
|
|
@@ -5797,6 +5960,7 @@ module Aws::CloudDirectory
|
|
5797
5960
|
:next_token,
|
5798
5961
|
:max_results,
|
5799
5962
|
:consistency_level)
|
5963
|
+
SENSITIVE = []
|
5800
5964
|
include Aws::Structure
|
5801
5965
|
end
|
5802
5966
|
|
@@ -5813,6 +5977,7 @@ module Aws::CloudDirectory
|
|
5813
5977
|
class ListIncomingTypedLinksResponse < Struct.new(
|
5814
5978
|
:link_specifiers,
|
5815
5979
|
:next_token)
|
5980
|
+
SENSITIVE = []
|
5816
5981
|
include Aws::Structure
|
5817
5982
|
end
|
5818
5983
|
|
@@ -5895,6 +6060,7 @@ module Aws::CloudDirectory
|
|
5895
6060
|
:max_results,
|
5896
6061
|
:next_token,
|
5897
6062
|
:consistency_level)
|
6063
|
+
SENSITIVE = []
|
5898
6064
|
include Aws::Structure
|
5899
6065
|
end
|
5900
6066
|
|
@@ -5911,6 +6077,7 @@ module Aws::CloudDirectory
|
|
5911
6077
|
class ListIndexResponse < Struct.new(
|
5912
6078
|
:index_attachments,
|
5913
6079
|
:next_token)
|
6080
|
+
SENSITIVE = []
|
5914
6081
|
include Aws::Structure
|
5915
6082
|
end
|
5916
6083
|
|
@@ -5942,6 +6109,7 @@ module Aws::CloudDirectory
|
|
5942
6109
|
:schema_arn,
|
5943
6110
|
:next_token,
|
5944
6111
|
:max_results)
|
6112
|
+
SENSITIVE = []
|
5945
6113
|
include Aws::Structure
|
5946
6114
|
end
|
5947
6115
|
|
@@ -5958,6 +6126,7 @@ module Aws::CloudDirectory
|
|
5958
6126
|
class ListManagedSchemaArnsResponse < Struct.new(
|
5959
6127
|
:schema_arns,
|
5960
6128
|
:next_token)
|
6129
|
+
SENSITIVE = []
|
5961
6130
|
include Aws::Structure
|
5962
6131
|
end
|
5963
6132
|
|
@@ -6017,6 +6186,7 @@ module Aws::CloudDirectory
|
|
6017
6186
|
:max_results,
|
6018
6187
|
:consistency_level,
|
6019
6188
|
:facet_filter)
|
6189
|
+
SENSITIVE = []
|
6020
6190
|
include Aws::Structure
|
6021
6191
|
end
|
6022
6192
|
|
@@ -6034,6 +6204,7 @@ module Aws::CloudDirectory
|
|
6034
6204
|
class ListObjectAttributesResponse < Struct.new(
|
6035
6205
|
:attributes,
|
6036
6206
|
:next_token)
|
6207
|
+
SENSITIVE = []
|
6037
6208
|
include Aws::Structure
|
6038
6209
|
end
|
6039
6210
|
|
@@ -6083,6 +6254,7 @@ module Aws::CloudDirectory
|
|
6083
6254
|
:next_token,
|
6084
6255
|
:max_results,
|
6085
6256
|
:consistency_level)
|
6257
|
+
SENSITIVE = []
|
6086
6258
|
include Aws::Structure
|
6087
6259
|
end
|
6088
6260
|
|
@@ -6100,6 +6272,7 @@ module Aws::CloudDirectory
|
|
6100
6272
|
class ListObjectChildrenResponse < Struct.new(
|
6101
6273
|
:children,
|
6102
6274
|
:next_token)
|
6275
|
+
SENSITIVE = []
|
6103
6276
|
include Aws::Structure
|
6104
6277
|
end
|
6105
6278
|
|
@@ -6140,6 +6313,7 @@ module Aws::CloudDirectory
|
|
6140
6313
|
:object_reference,
|
6141
6314
|
:next_token,
|
6142
6315
|
:max_results)
|
6316
|
+
SENSITIVE = []
|
6143
6317
|
include Aws::Structure
|
6144
6318
|
end
|
6145
6319
|
|
@@ -6157,6 +6331,7 @@ module Aws::CloudDirectory
|
|
6157
6331
|
class ListObjectParentPathsResponse < Struct.new(
|
6158
6332
|
:path_to_object_identifiers_list,
|
6159
6333
|
:next_token)
|
6334
|
+
SENSITIVE = []
|
6160
6335
|
include Aws::Structure
|
6161
6336
|
end
|
6162
6337
|
|
@@ -6213,6 +6388,7 @@ module Aws::CloudDirectory
|
|
6213
6388
|
:max_results,
|
6214
6389
|
:consistency_level,
|
6215
6390
|
:include_all_links_to_each_parent)
|
6391
|
+
SENSITIVE = []
|
6216
6392
|
include Aws::Structure
|
6217
6393
|
end
|
6218
6394
|
|
@@ -6235,6 +6411,7 @@ module Aws::CloudDirectory
|
|
6235
6411
|
:parents,
|
6236
6412
|
:next_token,
|
6237
6413
|
:parent_links)
|
6414
|
+
SENSITIVE = []
|
6238
6415
|
include Aws::Structure
|
6239
6416
|
end
|
6240
6417
|
|
@@ -6284,6 +6461,7 @@ module Aws::CloudDirectory
|
|
6284
6461
|
:next_token,
|
6285
6462
|
:max_results,
|
6286
6463
|
:consistency_level)
|
6464
|
+
SENSITIVE = []
|
6287
6465
|
include Aws::Structure
|
6288
6466
|
end
|
6289
6467
|
|
@@ -6301,6 +6479,7 @@ module Aws::CloudDirectory
|
|
6301
6479
|
class ListObjectPoliciesResponse < Struct.new(
|
6302
6480
|
:attached_policy_ids,
|
6303
6481
|
:next_token)
|
6482
|
+
SENSITIVE = []
|
6304
6483
|
include Aws::Structure
|
6305
6484
|
end
|
6306
6485
|
|
@@ -6389,6 +6568,7 @@ module Aws::CloudDirectory
|
|
6389
6568
|
:next_token,
|
6390
6569
|
:max_results,
|
6391
6570
|
:consistency_level)
|
6571
|
+
SENSITIVE = []
|
6392
6572
|
include Aws::Structure
|
6393
6573
|
end
|
6394
6574
|
|
@@ -6405,6 +6585,7 @@ module Aws::CloudDirectory
|
|
6405
6585
|
class ListOutgoingTypedLinksResponse < Struct.new(
|
6406
6586
|
:typed_link_specifiers,
|
6407
6587
|
:next_token)
|
6588
|
+
SENSITIVE = []
|
6408
6589
|
include Aws::Structure
|
6409
6590
|
end
|
6410
6591
|
|
@@ -6453,6 +6634,7 @@ module Aws::CloudDirectory
|
|
6453
6634
|
:next_token,
|
6454
6635
|
:max_results,
|
6455
6636
|
:consistency_level)
|
6637
|
+
SENSITIVE = []
|
6456
6638
|
include Aws::Structure
|
6457
6639
|
end
|
6458
6640
|
|
@@ -6469,6 +6651,7 @@ module Aws::CloudDirectory
|
|
6469
6651
|
class ListPolicyAttachmentsResponse < Struct.new(
|
6470
6652
|
:object_identifiers,
|
6471
6653
|
:next_token)
|
6654
|
+
SENSITIVE = []
|
6472
6655
|
include Aws::Structure
|
6473
6656
|
end
|
6474
6657
|
|
@@ -6500,6 +6683,7 @@ module Aws::CloudDirectory
|
|
6500
6683
|
:schema_arn,
|
6501
6684
|
:next_token,
|
6502
6685
|
:max_results)
|
6686
|
+
SENSITIVE = []
|
6503
6687
|
include Aws::Structure
|
6504
6688
|
end
|
6505
6689
|
|
@@ -6516,6 +6700,7 @@ module Aws::CloudDirectory
|
|
6516
6700
|
class ListPublishedSchemaArnsResponse < Struct.new(
|
6517
6701
|
:schema_arns,
|
6518
6702
|
:next_token)
|
6703
|
+
SENSITIVE = []
|
6519
6704
|
include Aws::Structure
|
6520
6705
|
end
|
6521
6706
|
|
@@ -6550,6 +6735,7 @@ module Aws::CloudDirectory
|
|
6550
6735
|
:resource_arn,
|
6551
6736
|
:next_token,
|
6552
6737
|
:max_results)
|
6738
|
+
SENSITIVE = []
|
6553
6739
|
include Aws::Structure
|
6554
6740
|
end
|
6555
6741
|
|
@@ -6567,6 +6753,7 @@ module Aws::CloudDirectory
|
|
6567
6753
|
class ListTagsForResourceResponse < Struct.new(
|
6568
6754
|
:tags,
|
6569
6755
|
:next_token)
|
6756
|
+
SENSITIVE = []
|
6570
6757
|
include Aws::Structure
|
6571
6758
|
end
|
6572
6759
|
|
@@ -6604,6 +6791,7 @@ module Aws::CloudDirectory
|
|
6604
6791
|
:name,
|
6605
6792
|
:next_token,
|
6606
6793
|
:max_results)
|
6794
|
+
SENSITIVE = []
|
6607
6795
|
include Aws::Structure
|
6608
6796
|
end
|
6609
6797
|
|
@@ -6620,6 +6808,7 @@ module Aws::CloudDirectory
|
|
6620
6808
|
class ListTypedLinkFacetAttributesResponse < Struct.new(
|
6621
6809
|
:attributes,
|
6622
6810
|
:next_token)
|
6811
|
+
SENSITIVE = []
|
6623
6812
|
include Aws::Structure
|
6624
6813
|
end
|
6625
6814
|
|
@@ -6651,6 +6840,7 @@ module Aws::CloudDirectory
|
|
6651
6840
|
:schema_arn,
|
6652
6841
|
:next_token,
|
6653
6842
|
:max_results)
|
6843
|
+
SENSITIVE = []
|
6654
6844
|
include Aws::Structure
|
6655
6845
|
end
|
6656
6846
|
|
@@ -6667,6 +6857,7 @@ module Aws::CloudDirectory
|
|
6667
6857
|
class ListTypedLinkFacetNamesResponse < Struct.new(
|
6668
6858
|
:facet_names,
|
6669
6859
|
:next_token)
|
6860
|
+
SENSITIVE = []
|
6670
6861
|
include Aws::Structure
|
6671
6862
|
end
|
6672
6863
|
|
@@ -6708,6 +6899,7 @@ module Aws::CloudDirectory
|
|
6708
6899
|
:object_reference,
|
6709
6900
|
:next_token,
|
6710
6901
|
:max_results)
|
6902
|
+
SENSITIVE = []
|
6711
6903
|
include Aws::Structure
|
6712
6904
|
end
|
6713
6905
|
|
@@ -6730,6 +6922,7 @@ module Aws::CloudDirectory
|
|
6730
6922
|
class LookupPolicyResponse < Struct.new(
|
6731
6923
|
:policy_to_path_list,
|
6732
6924
|
:next_token)
|
6925
|
+
SENSITIVE = []
|
6733
6926
|
include Aws::Structure
|
6734
6927
|
end
|
6735
6928
|
|
@@ -6743,6 +6936,7 @@ module Aws::CloudDirectory
|
|
6743
6936
|
#
|
6744
6937
|
class NotIndexException < Struct.new(
|
6745
6938
|
:message)
|
6939
|
+
SENSITIVE = []
|
6746
6940
|
include Aws::Structure
|
6747
6941
|
end
|
6748
6942
|
|
@@ -6757,6 +6951,7 @@ module Aws::CloudDirectory
|
|
6757
6951
|
#
|
6758
6952
|
class NotNodeException < Struct.new(
|
6759
6953
|
:message)
|
6954
|
+
SENSITIVE = []
|
6760
6955
|
include Aws::Structure
|
6761
6956
|
end
|
6762
6957
|
|
@@ -6770,6 +6965,7 @@ module Aws::CloudDirectory
|
|
6770
6965
|
#
|
6771
6966
|
class NotPolicyException < Struct.new(
|
6772
6967
|
:message)
|
6968
|
+
SENSITIVE = []
|
6773
6969
|
include Aws::Structure
|
6774
6970
|
end
|
6775
6971
|
|
@@ -6782,6 +6978,7 @@ module Aws::CloudDirectory
|
|
6782
6978
|
#
|
6783
6979
|
class ObjectAlreadyDetachedException < Struct.new(
|
6784
6980
|
:message)
|
6981
|
+
SENSITIVE = []
|
6785
6982
|
include Aws::Structure
|
6786
6983
|
end
|
6787
6984
|
|
@@ -6814,6 +7011,7 @@ module Aws::CloudDirectory
|
|
6814
7011
|
class ObjectAttributeAction < Struct.new(
|
6815
7012
|
:object_attribute_action_type,
|
6816
7013
|
:object_attribute_update_value)
|
7014
|
+
SENSITIVE = []
|
6817
7015
|
include Aws::Structure
|
6818
7016
|
end
|
6819
7017
|
|
@@ -6861,6 +7059,7 @@ module Aws::CloudDirectory
|
|
6861
7059
|
class ObjectAttributeRange < Struct.new(
|
6862
7060
|
:attribute_key,
|
6863
7061
|
:range)
|
7062
|
+
SENSITIVE = []
|
6864
7063
|
include Aws::Structure
|
6865
7064
|
end
|
6866
7065
|
|
@@ -6900,6 +7099,7 @@ module Aws::CloudDirectory
|
|
6900
7099
|
class ObjectAttributeUpdate < Struct.new(
|
6901
7100
|
:object_attribute_key,
|
6902
7101
|
:object_attribute_action)
|
7102
|
+
SENSITIVE = []
|
6903
7103
|
include Aws::Structure
|
6904
7104
|
end
|
6905
7105
|
|
@@ -6918,6 +7118,7 @@ module Aws::CloudDirectory
|
|
6918
7118
|
class ObjectIdentifierAndLinkNameTuple < Struct.new(
|
6919
7119
|
:object_identifier,
|
6920
7120
|
:link_name)
|
7121
|
+
SENSITIVE = []
|
6921
7122
|
include Aws::Structure
|
6922
7123
|
end
|
6923
7124
|
|
@@ -6931,6 +7132,7 @@ module Aws::CloudDirectory
|
|
6931
7132
|
#
|
6932
7133
|
class ObjectNotDetachedException < Struct.new(
|
6933
7134
|
:message)
|
7135
|
+
SENSITIVE = []
|
6934
7136
|
include Aws::Structure
|
6935
7137
|
end
|
6936
7138
|
|
@@ -6970,6 +7172,7 @@ module Aws::CloudDirectory
|
|
6970
7172
|
#
|
6971
7173
|
class ObjectReference < Struct.new(
|
6972
7174
|
:selector)
|
7175
|
+
SENSITIVE = []
|
6973
7176
|
include Aws::Structure
|
6974
7177
|
end
|
6975
7178
|
|
@@ -6991,6 +7194,7 @@ module Aws::CloudDirectory
|
|
6991
7194
|
class PathToObjectIdentifiers < Struct.new(
|
6992
7195
|
:path,
|
6993
7196
|
:object_identifiers)
|
7197
|
+
SENSITIVE = []
|
6994
7198
|
include Aws::Structure
|
6995
7199
|
end
|
6996
7200
|
|
@@ -7019,6 +7223,7 @@ module Aws::CloudDirectory
|
|
7019
7223
|
:policy_id,
|
7020
7224
|
:object_identifier,
|
7021
7225
|
:policy_type)
|
7226
|
+
SENSITIVE = []
|
7022
7227
|
include Aws::Structure
|
7023
7228
|
end
|
7024
7229
|
|
@@ -7039,6 +7244,7 @@ module Aws::CloudDirectory
|
|
7039
7244
|
class PolicyToPath < Struct.new(
|
7040
7245
|
:path,
|
7041
7246
|
:policies)
|
7247
|
+
SENSITIVE = []
|
7042
7248
|
include Aws::Structure
|
7043
7249
|
end
|
7044
7250
|
|
@@ -7080,6 +7286,7 @@ module Aws::CloudDirectory
|
|
7080
7286
|
:version,
|
7081
7287
|
:minor_version,
|
7082
7288
|
:name)
|
7289
|
+
SENSITIVE = []
|
7083
7290
|
include Aws::Structure
|
7084
7291
|
end
|
7085
7292
|
|
@@ -7092,6 +7299,7 @@ module Aws::CloudDirectory
|
|
7092
7299
|
#
|
7093
7300
|
class PublishSchemaResponse < Struct.new(
|
7094
7301
|
:published_schema_arn)
|
7302
|
+
SENSITIVE = []
|
7095
7303
|
include Aws::Structure
|
7096
7304
|
end
|
7097
7305
|
|
@@ -7116,6 +7324,7 @@ module Aws::CloudDirectory
|
|
7116
7324
|
class PutSchemaFromJsonRequest < Struct.new(
|
7117
7325
|
:schema_arn,
|
7118
7326
|
:document)
|
7327
|
+
SENSITIVE = []
|
7119
7328
|
include Aws::Structure
|
7120
7329
|
end
|
7121
7330
|
|
@@ -7127,6 +7336,7 @@ module Aws::CloudDirectory
|
|
7127
7336
|
#
|
7128
7337
|
class PutSchemaFromJsonResponse < Struct.new(
|
7129
7338
|
:arn)
|
7339
|
+
SENSITIVE = []
|
7130
7340
|
include Aws::Structure
|
7131
7341
|
end
|
7132
7342
|
|
@@ -7162,6 +7372,7 @@ module Aws::CloudDirectory
|
|
7162
7372
|
:directory_arn,
|
7163
7373
|
:schema_facet,
|
7164
7374
|
:object_reference)
|
7375
|
+
SENSITIVE = []
|
7165
7376
|
include Aws::Structure
|
7166
7377
|
end
|
7167
7378
|
|
@@ -7178,6 +7389,7 @@ module Aws::CloudDirectory
|
|
7178
7389
|
#
|
7179
7390
|
class ResourceNotFoundException < Struct.new(
|
7180
7391
|
:message)
|
7392
|
+
SENSITIVE = []
|
7181
7393
|
include Aws::Structure
|
7182
7394
|
end
|
7183
7395
|
|
@@ -7196,6 +7408,7 @@ module Aws::CloudDirectory
|
|
7196
7408
|
#
|
7197
7409
|
class RetryableConflictException < Struct.new(
|
7198
7410
|
:message)
|
7411
|
+
SENSITIVE = []
|
7199
7412
|
include Aws::Structure
|
7200
7413
|
end
|
7201
7414
|
|
@@ -7226,6 +7439,7 @@ module Aws::CloudDirectory
|
|
7226
7439
|
class Rule < Struct.new(
|
7227
7440
|
:type,
|
7228
7441
|
:parameters)
|
7442
|
+
SENSITIVE = []
|
7229
7443
|
include Aws::Structure
|
7230
7444
|
end
|
7231
7445
|
|
@@ -7239,6 +7453,7 @@ module Aws::CloudDirectory
|
|
7239
7453
|
#
|
7240
7454
|
class SchemaAlreadyExistsException < Struct.new(
|
7241
7455
|
:message)
|
7456
|
+
SENSITIVE = []
|
7242
7457
|
include Aws::Structure
|
7243
7458
|
end
|
7244
7459
|
|
@@ -7251,6 +7466,7 @@ module Aws::CloudDirectory
|
|
7251
7466
|
#
|
7252
7467
|
class SchemaAlreadyPublishedException < Struct.new(
|
7253
7468
|
:message)
|
7469
|
+
SENSITIVE = []
|
7254
7470
|
include Aws::Structure
|
7255
7471
|
end
|
7256
7472
|
|
@@ -7283,6 +7499,7 @@ module Aws::CloudDirectory
|
|
7283
7499
|
class SchemaFacet < Struct.new(
|
7284
7500
|
:schema_arn,
|
7285
7501
|
:facet_name)
|
7502
|
+
SENSITIVE = []
|
7286
7503
|
include Aws::Structure
|
7287
7504
|
end
|
7288
7505
|
|
@@ -7296,6 +7513,7 @@ module Aws::CloudDirectory
|
|
7296
7513
|
#
|
7297
7514
|
class StillContainsLinksException < Struct.new(
|
7298
7515
|
:message)
|
7516
|
+
SENSITIVE = []
|
7299
7517
|
include Aws::Structure
|
7300
7518
|
end
|
7301
7519
|
|
@@ -7322,6 +7540,7 @@ module Aws::CloudDirectory
|
|
7322
7540
|
class Tag < Struct.new(
|
7323
7541
|
:key,
|
7324
7542
|
:value)
|
7543
|
+
SENSITIVE = []
|
7325
7544
|
include Aws::Structure
|
7326
7545
|
end
|
7327
7546
|
|
@@ -7352,6 +7571,7 @@ module Aws::CloudDirectory
|
|
7352
7571
|
class TagResourceRequest < Struct.new(
|
7353
7572
|
:resource_arn,
|
7354
7573
|
:tags)
|
7574
|
+
SENSITIVE = []
|
7355
7575
|
include Aws::Structure
|
7356
7576
|
end
|
7357
7577
|
|
@@ -7402,6 +7622,7 @@ module Aws::CloudDirectory
|
|
7402
7622
|
:boolean_value,
|
7403
7623
|
:number_value,
|
7404
7624
|
:datetime_value)
|
7625
|
+
SENSITIVE = []
|
7405
7626
|
include Aws::Structure
|
7406
7627
|
end
|
7407
7628
|
|
@@ -7457,6 +7678,7 @@ module Aws::CloudDirectory
|
|
7457
7678
|
:start_value,
|
7458
7679
|
:end_mode,
|
7459
7680
|
:end_value)
|
7681
|
+
SENSITIVE = []
|
7460
7682
|
include Aws::Structure
|
7461
7683
|
end
|
7462
7684
|
|
@@ -7520,6 +7742,7 @@ module Aws::CloudDirectory
|
|
7520
7742
|
:is_immutable,
|
7521
7743
|
:rules,
|
7522
7744
|
:required_behavior)
|
7745
|
+
SENSITIVE = []
|
7523
7746
|
include Aws::Structure
|
7524
7747
|
end
|
7525
7748
|
|
@@ -7564,6 +7787,7 @@ module Aws::CloudDirectory
|
|
7564
7787
|
class TypedLinkAttributeRange < Struct.new(
|
7565
7788
|
:attribute_name,
|
7566
7789
|
:range)
|
7790
|
+
SENSITIVE = []
|
7567
7791
|
include Aws::Structure
|
7568
7792
|
end
|
7569
7793
|
|
@@ -7626,6 +7850,7 @@ module Aws::CloudDirectory
|
|
7626
7850
|
:name,
|
7627
7851
|
:attributes,
|
7628
7852
|
:identity_attribute_order)
|
7853
|
+
SENSITIVE = []
|
7629
7854
|
include Aws::Structure
|
7630
7855
|
end
|
7631
7856
|
|
@@ -7672,6 +7897,7 @@ module Aws::CloudDirectory
|
|
7672
7897
|
class TypedLinkFacetAttributeUpdate < Struct.new(
|
7673
7898
|
:attribute,
|
7674
7899
|
:action)
|
7900
|
+
SENSITIVE = []
|
7675
7901
|
include Aws::Structure
|
7676
7902
|
end
|
7677
7903
|
|
@@ -7700,6 +7926,7 @@ module Aws::CloudDirectory
|
|
7700
7926
|
class TypedLinkSchemaAndFacetName < Struct.new(
|
7701
7927
|
:schema_arn,
|
7702
7928
|
:typed_link_name)
|
7929
|
+
SENSITIVE = []
|
7703
7930
|
include Aws::Structure
|
7704
7931
|
end
|
7705
7932
|
|
@@ -7763,6 +7990,7 @@ module Aws::CloudDirectory
|
|
7763
7990
|
:source_object_reference,
|
7764
7991
|
:target_object_reference,
|
7765
7992
|
:identity_attribute_values)
|
7993
|
+
SENSITIVE = []
|
7766
7994
|
include Aws::Structure
|
7767
7995
|
end
|
7768
7996
|
|
@@ -7775,6 +8003,7 @@ module Aws::CloudDirectory
|
|
7775
8003
|
#
|
7776
8004
|
class UnsupportedIndexTypeException < Struct.new(
|
7777
8005
|
:message)
|
8006
|
+
SENSITIVE = []
|
7778
8007
|
include Aws::Structure
|
7779
8008
|
end
|
7780
8009
|
|
@@ -7800,6 +8029,7 @@ module Aws::CloudDirectory
|
|
7800
8029
|
class UntagResourceRequest < Struct.new(
|
7801
8030
|
:resource_arn,
|
7802
8031
|
:tag_keys)
|
8032
|
+
SENSITIVE = []
|
7803
8033
|
include Aws::Structure
|
7804
8034
|
end
|
7805
8035
|
|
@@ -7875,6 +8105,7 @@ module Aws::CloudDirectory
|
|
7875
8105
|
:name,
|
7876
8106
|
:attribute_updates,
|
7877
8107
|
:object_type)
|
8108
|
+
SENSITIVE = []
|
7878
8109
|
include Aws::Structure
|
7879
8110
|
end
|
7880
8111
|
|
@@ -7956,6 +8187,7 @@ module Aws::CloudDirectory
|
|
7956
8187
|
:directory_arn,
|
7957
8188
|
:typed_link_specifier,
|
7958
8189
|
:attribute_updates)
|
8190
|
+
SENSITIVE = []
|
7959
8191
|
include Aws::Structure
|
7960
8192
|
end
|
7961
8193
|
|
@@ -8011,6 +8243,7 @@ module Aws::CloudDirectory
|
|
8011
8243
|
:directory_arn,
|
8012
8244
|
:object_reference,
|
8013
8245
|
:attribute_updates)
|
8246
|
+
SENSITIVE = []
|
8014
8247
|
include Aws::Structure
|
8015
8248
|
end
|
8016
8249
|
|
@@ -8022,6 +8255,7 @@ module Aws::CloudDirectory
|
|
8022
8255
|
#
|
8023
8256
|
class UpdateObjectAttributesResponse < Struct.new(
|
8024
8257
|
:object_identifier)
|
8258
|
+
SENSITIVE = []
|
8025
8259
|
include Aws::Structure
|
8026
8260
|
end
|
8027
8261
|
|
@@ -8047,6 +8281,7 @@ module Aws::CloudDirectory
|
|
8047
8281
|
class UpdateSchemaRequest < Struct.new(
|
8048
8282
|
:schema_arn,
|
8049
8283
|
:name)
|
8284
|
+
SENSITIVE = []
|
8050
8285
|
include Aws::Structure
|
8051
8286
|
end
|
8052
8287
|
|
@@ -8059,6 +8294,7 @@ module Aws::CloudDirectory
|
|
8059
8294
|
#
|
8060
8295
|
class UpdateSchemaResponse < Struct.new(
|
8061
8296
|
:schema_arn)
|
8297
|
+
SENSITIVE = []
|
8062
8298
|
include Aws::Structure
|
8063
8299
|
end
|
8064
8300
|
|
@@ -8134,6 +8370,7 @@ module Aws::CloudDirectory
|
|
8134
8370
|
:name,
|
8135
8371
|
:attribute_updates,
|
8136
8372
|
:identity_attribute_order)
|
8373
|
+
SENSITIVE = []
|
8137
8374
|
include Aws::Structure
|
8138
8375
|
end
|
8139
8376
|
|
@@ -8172,6 +8409,7 @@ module Aws::CloudDirectory
|
|
8172
8409
|
:published_schema_arn,
|
8173
8410
|
:directory_arn,
|
8174
8411
|
:dry_run)
|
8412
|
+
SENSITIVE = []
|
8175
8413
|
include Aws::Structure
|
8176
8414
|
end
|
8177
8415
|
|
@@ -8189,6 +8427,7 @@ module Aws::CloudDirectory
|
|
8189
8427
|
class UpgradeAppliedSchemaResponse < Struct.new(
|
8190
8428
|
:upgraded_schema_arn,
|
8191
8429
|
:directory_arn)
|
8430
|
+
SENSITIVE = []
|
8192
8431
|
include Aws::Structure
|
8193
8432
|
end
|
8194
8433
|
|
@@ -8231,6 +8470,7 @@ module Aws::CloudDirectory
|
|
8231
8470
|
:published_schema_arn,
|
8232
8471
|
:minor_version,
|
8233
8472
|
:dry_run)
|
8473
|
+
SENSITIVE = []
|
8234
8474
|
include Aws::Structure
|
8235
8475
|
end
|
8236
8476
|
|
@@ -8243,6 +8483,7 @@ module Aws::CloudDirectory
|
|
8243
8483
|
#
|
8244
8484
|
class UpgradePublishedSchemaResponse < Struct.new(
|
8245
8485
|
:upgraded_schema_arn)
|
8486
|
+
SENSITIVE = []
|
8246
8487
|
include Aws::Structure
|
8247
8488
|
end
|
8248
8489
|
|
@@ -8256,6 +8497,7 @@ module Aws::CloudDirectory
|
|
8256
8497
|
#
|
8257
8498
|
class ValidationException < Struct.new(
|
8258
8499
|
:message)
|
8500
|
+
SENSITIVE = []
|
8259
8501
|
include Aws::Structure
|
8260
8502
|
end
|
8261
8503
|
|