aws-sdk-clouddirectory 1.3.0 → 1.4.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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-clouddirectory.rb +1 -1
- data/lib/aws-sdk-clouddirectory/client.rb +124 -74
- data/lib/aws-sdk-clouddirectory/client_api.rb +39 -2
- data/lib/aws-sdk-clouddirectory/types.rb +298 -234
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 548614f6ea072e4c4385c69938dda84e643c479e
|
4
|
+
data.tar.gz: ae19c72edc825a31b046cc1562bc7f35f030b036
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b051cd654df5c50afe098f6fcb3abeee08ce929ef6a578bd3418a3fd4d4fc8b9dfa86b9fb7c55f2ea1f4f5861a1765cca9dd3e2f441db31afdda905f302786ec
|
7
|
+
data.tar.gz: 4a855bd3a15dc0c3049d03191d496a6ac5ab466969dba24d02440a2eeedd5a551d42cf35465746acf074f2e54dfa03e96342e18dfe4171b86707c2562aeb1abc
|
@@ -193,7 +193,7 @@ module Aws::CloudDirectory
|
|
193
193
|
# },
|
194
194
|
# })
|
195
195
|
#
|
196
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
196
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/AddFacetToObject AWS API Documentation
|
197
197
|
#
|
198
198
|
# @overload add_facet_to_object(params = {})
|
199
199
|
# @param [Hash] params ({})
|
@@ -231,7 +231,7 @@ module Aws::CloudDirectory
|
|
231
231
|
# resp.applied_schema_arn #=> String
|
232
232
|
# resp.directory_arn #=> String
|
233
233
|
#
|
234
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
234
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ApplySchema AWS API Documentation
|
235
235
|
#
|
236
236
|
# @overload apply_schema(params = {})
|
237
237
|
# @param [Hash] params ({})
|
@@ -281,7 +281,7 @@ module Aws::CloudDirectory
|
|
281
281
|
#
|
282
282
|
# resp.attached_object_identifier #=> String
|
283
283
|
#
|
284
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
284
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/AttachObject AWS API Documentation
|
285
285
|
#
|
286
286
|
# @overload attach_object(params = {})
|
287
287
|
# @param [Hash] params ({})
|
@@ -318,7 +318,7 @@ module Aws::CloudDirectory
|
|
318
318
|
# },
|
319
319
|
# })
|
320
320
|
#
|
321
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
321
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/AttachPolicy AWS API Documentation
|
322
322
|
#
|
323
323
|
# @overload attach_policy(params = {})
|
324
324
|
# @param [Hash] params ({})
|
@@ -359,7 +359,7 @@ module Aws::CloudDirectory
|
|
359
359
|
#
|
360
360
|
# resp.attached_object_identifier #=> String
|
361
361
|
#
|
362
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
362
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/AttachToIndex AWS API Documentation
|
363
363
|
#
|
364
364
|
# @overload attach_to_index(params = {})
|
365
365
|
# @param [Hash] params ({})
|
@@ -438,7 +438,7 @@ module Aws::CloudDirectory
|
|
438
438
|
# resp.typed_link_specifier.identity_attribute_values[0].value.number_value #=> String
|
439
439
|
# resp.typed_link_specifier.identity_attribute_values[0].value.datetime_value #=> Time
|
440
440
|
#
|
441
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
441
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/AttachTypedLink AWS API Documentation
|
442
442
|
#
|
443
443
|
# @overload attach_typed_link(params = {})
|
444
444
|
# @param [Hash] params ({})
|
@@ -782,7 +782,7 @@ module Aws::CloudDirectory
|
|
782
782
|
# resp.responses[0].exception_response.type #=> String, one of "ValidationException", "InvalidArnException", "ResourceNotFoundException", "InvalidNextTokenException", "AccessDeniedException", "NotNodeException", "FacetValidationException", "CannotListParentOfRootException", "NotIndexException", "NotPolicyException", "DirectoryNotEnabledException", "LimitExceededException", "InternalServiceException"
|
783
783
|
# resp.responses[0].exception_response.message #=> String
|
784
784
|
#
|
785
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
785
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/BatchRead AWS API Documentation
|
786
786
|
#
|
787
787
|
# @overload batch_read(params = {})
|
788
788
|
# @param [Hash] params ({})
|
@@ -1087,7 +1087,7 @@ module Aws::CloudDirectory
|
|
1087
1087
|
# resp.responses[0].attach_typed_link.typed_link_specifier.identity_attribute_values[0].value.number_value #=> String
|
1088
1088
|
# resp.responses[0].attach_typed_link.typed_link_specifier.identity_attribute_values[0].value.datetime_value #=> Time
|
1089
1089
|
#
|
1090
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1090
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/BatchWrite AWS API Documentation
|
1091
1091
|
#
|
1092
1092
|
# @overload batch_write(params = {})
|
1093
1093
|
# @param [Hash] params ({})
|
@@ -1127,7 +1127,7 @@ module Aws::CloudDirectory
|
|
1127
1127
|
# resp.object_identifier #=> String
|
1128
1128
|
# resp.applied_schema_arn #=> String
|
1129
1129
|
#
|
1130
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1130
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/CreateDirectory AWS API Documentation
|
1131
1131
|
#
|
1132
1132
|
# @overload create_directory(params = {})
|
1133
1133
|
# @param [Hash] params ({})
|
@@ -1149,7 +1149,7 @@ module Aws::CloudDirectory
|
|
1149
1149
|
# @option params [Array<Types::FacetAttribute>] :attributes
|
1150
1150
|
# The attributes that are associated with the Facet.
|
1151
1151
|
#
|
1152
|
-
# @option params [
|
1152
|
+
# @option params [String] :object_type
|
1153
1153
|
# Specifies whether a given object created from this facet is of type
|
1154
1154
|
# node, leaf node, policy or index.
|
1155
1155
|
#
|
@@ -1177,6 +1177,12 @@ module Aws::CloudDirectory
|
|
1177
1177
|
#
|
1178
1178
|
# [1]: http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_key_concepts.html#policies
|
1179
1179
|
#
|
1180
|
+
# @option params [String] :facet_style
|
1181
|
+
# There are two different styles that you can define on any given facet,
|
1182
|
+
# `Static` and `Dynamic`. For static facets, all attributes must be
|
1183
|
+
# defined in the schema. For dynamic facets, attributes can be defined
|
1184
|
+
# during data plane operations.
|
1185
|
+
#
|
1180
1186
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1181
1187
|
#
|
1182
1188
|
# @example Request syntax with placeholder values
|
@@ -1188,7 +1194,7 @@ module Aws::CloudDirectory
|
|
1188
1194
|
# {
|
1189
1195
|
# name: "AttributeName", # required
|
1190
1196
|
# attribute_definition: {
|
1191
|
-
# type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME
|
1197
|
+
# type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME, VARIANT
|
1192
1198
|
# default_value: {
|
1193
1199
|
# string_value: "StringAttributeValue",
|
1194
1200
|
# binary_value: "data",
|
@@ -1213,10 +1219,11 @@ module Aws::CloudDirectory
|
|
1213
1219
|
# required_behavior: "REQUIRED_ALWAYS", # accepts REQUIRED_ALWAYS, NOT_REQUIRED
|
1214
1220
|
# },
|
1215
1221
|
# ],
|
1216
|
-
# object_type: "NODE", #
|
1222
|
+
# object_type: "NODE", # accepts NODE, LEAF_NODE, POLICY, INDEX
|
1223
|
+
# facet_style: "STATIC", # accepts STATIC, DYNAMIC
|
1217
1224
|
# })
|
1218
1225
|
#
|
1219
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1226
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/CreateFacet AWS API Documentation
|
1220
1227
|
#
|
1221
1228
|
# @overload create_facet(params = {})
|
1222
1229
|
# @param [Hash] params ({})
|
@@ -1274,7 +1281,7 @@ module Aws::CloudDirectory
|
|
1274
1281
|
#
|
1275
1282
|
# resp.object_identifier #=> String
|
1276
1283
|
#
|
1277
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1284
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/CreateIndex AWS API Documentation
|
1278
1285
|
#
|
1279
1286
|
# @overload create_index(params = {})
|
1280
1287
|
# @param [Hash] params ({})
|
@@ -1348,7 +1355,7 @@ module Aws::CloudDirectory
|
|
1348
1355
|
#
|
1349
1356
|
# resp.object_identifier #=> String
|
1350
1357
|
#
|
1351
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1358
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/CreateObject AWS API Documentation
|
1352
1359
|
#
|
1353
1360
|
# @overload create_object(params = {})
|
1354
1361
|
# @param [Hash] params ({})
|
@@ -1390,7 +1397,7 @@ module Aws::CloudDirectory
|
|
1390
1397
|
#
|
1391
1398
|
# resp.schema_arn #=> String
|
1392
1399
|
#
|
1393
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1400
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/CreateSchema AWS API Documentation
|
1394
1401
|
#
|
1395
1402
|
# @overload create_schema(params = {})
|
1396
1403
|
# @param [Hash] params ({})
|
@@ -1423,7 +1430,7 @@ module Aws::CloudDirectory
|
|
1423
1430
|
# attributes: [ # required
|
1424
1431
|
# {
|
1425
1432
|
# name: "AttributeName", # required
|
1426
|
-
# type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME
|
1433
|
+
# type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME, VARIANT
|
1427
1434
|
# default_value: {
|
1428
1435
|
# string_value: "StringAttributeValue",
|
1429
1436
|
# binary_value: "data",
|
@@ -1447,7 +1454,7 @@ module Aws::CloudDirectory
|
|
1447
1454
|
# },
|
1448
1455
|
# })
|
1449
1456
|
#
|
1450
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1457
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/CreateTypedLinkFacet AWS API Documentation
|
1451
1458
|
#
|
1452
1459
|
# @overload create_typed_link_facet(params = {})
|
1453
1460
|
# @param [Hash] params ({})
|
@@ -1477,7 +1484,7 @@ module Aws::CloudDirectory
|
|
1477
1484
|
#
|
1478
1485
|
# resp.directory_arn #=> String
|
1479
1486
|
#
|
1480
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1487
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/DeleteDirectory AWS API Documentation
|
1481
1488
|
#
|
1482
1489
|
# @overload delete_directory(params = {})
|
1483
1490
|
# @param [Hash] params ({})
|
@@ -1506,7 +1513,7 @@ module Aws::CloudDirectory
|
|
1506
1513
|
# name: "FacetName", # required
|
1507
1514
|
# })
|
1508
1515
|
#
|
1509
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1516
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/DeleteFacet AWS API Documentation
|
1510
1517
|
#
|
1511
1518
|
# @overload delete_facet(params = {})
|
1512
1519
|
# @param [Hash] params ({})
|
@@ -1536,7 +1543,7 @@ module Aws::CloudDirectory
|
|
1536
1543
|
# },
|
1537
1544
|
# })
|
1538
1545
|
#
|
1539
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1546
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/DeleteObject AWS API Documentation
|
1540
1547
|
#
|
1541
1548
|
# @overload delete_object(params = {})
|
1542
1549
|
# @param [Hash] params ({})
|
@@ -1566,7 +1573,7 @@ module Aws::CloudDirectory
|
|
1566
1573
|
#
|
1567
1574
|
# resp.schema_arn #=> String
|
1568
1575
|
#
|
1569
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1576
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/DeleteSchema AWS API Documentation
|
1570
1577
|
#
|
1571
1578
|
# @overload delete_schema(params = {})
|
1572
1579
|
# @param [Hash] params ({})
|
@@ -1597,7 +1604,7 @@ module Aws::CloudDirectory
|
|
1597
1604
|
# name: "TypedLinkName", # required
|
1598
1605
|
# })
|
1599
1606
|
#
|
1600
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1607
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/DeleteTypedLinkFacet AWS API Documentation
|
1601
1608
|
#
|
1602
1609
|
# @overload delete_typed_link_facet(params = {})
|
1603
1610
|
# @param [Hash] params ({})
|
@@ -1638,7 +1645,7 @@ module Aws::CloudDirectory
|
|
1638
1645
|
#
|
1639
1646
|
# resp.detached_object_identifier #=> String
|
1640
1647
|
#
|
1641
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1648
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/DetachFromIndex AWS API Documentation
|
1642
1649
|
#
|
1643
1650
|
# @overload detach_from_index(params = {})
|
1644
1651
|
# @param [Hash] params ({})
|
@@ -1679,7 +1686,7 @@ module Aws::CloudDirectory
|
|
1679
1686
|
#
|
1680
1687
|
# resp.detached_object_identifier #=> String
|
1681
1688
|
#
|
1682
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1689
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/DetachObject AWS API Documentation
|
1683
1690
|
#
|
1684
1691
|
# @overload detach_object(params = {})
|
1685
1692
|
# @param [Hash] params ({})
|
@@ -1715,7 +1722,7 @@ module Aws::CloudDirectory
|
|
1715
1722
|
# },
|
1716
1723
|
# })
|
1717
1724
|
#
|
1718
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1725
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/DetachPolicy AWS API Documentation
|
1719
1726
|
#
|
1720
1727
|
# @overload detach_policy(params = {})
|
1721
1728
|
# @param [Hash] params ({})
|
@@ -1770,7 +1777,7 @@ module Aws::CloudDirectory
|
|
1770
1777
|
# },
|
1771
1778
|
# })
|
1772
1779
|
#
|
1773
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1780
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/DetachTypedLink AWS API Documentation
|
1774
1781
|
#
|
1775
1782
|
# @overload detach_typed_link(params = {})
|
1776
1783
|
# @param [Hash] params ({})
|
@@ -1800,7 +1807,7 @@ module Aws::CloudDirectory
|
|
1800
1807
|
#
|
1801
1808
|
# resp.directory_arn #=> String
|
1802
1809
|
#
|
1803
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1810
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/DisableDirectory AWS API Documentation
|
1804
1811
|
#
|
1805
1812
|
# @overload disable_directory(params = {})
|
1806
1813
|
# @param [Hash] params ({})
|
@@ -1829,7 +1836,7 @@ module Aws::CloudDirectory
|
|
1829
1836
|
#
|
1830
1837
|
# resp.directory_arn #=> String
|
1831
1838
|
#
|
1832
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1839
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/EnableDirectory AWS API Documentation
|
1833
1840
|
#
|
1834
1841
|
# @overload enable_directory(params = {})
|
1835
1842
|
# @param [Hash] params ({})
|
@@ -1858,7 +1865,7 @@ module Aws::CloudDirectory
|
|
1858
1865
|
#
|
1859
1866
|
# resp.applied_schema_arn #=> String
|
1860
1867
|
#
|
1861
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1868
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/GetAppliedSchemaVersion AWS API Documentation
|
1862
1869
|
#
|
1863
1870
|
# @overload get_applied_schema_version(params = {})
|
1864
1871
|
# @param [Hash] params ({})
|
@@ -1889,7 +1896,7 @@ module Aws::CloudDirectory
|
|
1889
1896
|
# resp.directory.state #=> String, one of "ENABLED", "DISABLED", "DELETED"
|
1890
1897
|
# resp.directory.creation_date_time #=> Time
|
1891
1898
|
#
|
1892
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1899
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/GetDirectory AWS API Documentation
|
1893
1900
|
#
|
1894
1901
|
# @overload get_directory(params = {})
|
1895
1902
|
# @param [Hash] params ({})
|
@@ -1924,8 +1931,9 @@ module Aws::CloudDirectory
|
|
1924
1931
|
#
|
1925
1932
|
# resp.facet.name #=> String
|
1926
1933
|
# resp.facet.object_type #=> String, one of "NODE", "LEAF_NODE", "POLICY", "INDEX"
|
1934
|
+
# resp.facet.facet_style #=> String, one of "STATIC", "DYNAMIC"
|
1927
1935
|
#
|
1928
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
1936
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/GetFacet AWS API Documentation
|
1929
1937
|
#
|
1930
1938
|
# @overload get_facet(params = {})
|
1931
1939
|
# @param [Hash] params ({})
|
@@ -2003,7 +2011,7 @@ module Aws::CloudDirectory
|
|
2003
2011
|
# resp.attributes[0].value.number_value #=> String
|
2004
2012
|
# resp.attributes[0].value.datetime_value #=> Time
|
2005
2013
|
#
|
2006
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2014
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/GetLinkAttributes AWS API Documentation
|
2007
2015
|
#
|
2008
2016
|
# @overload get_link_attributes(params = {})
|
2009
2017
|
# @param [Hash] params ({})
|
@@ -2065,7 +2073,7 @@ module Aws::CloudDirectory
|
|
2065
2073
|
# resp.attributes[0].value.number_value #=> String
|
2066
2074
|
# resp.attributes[0].value.datetime_value #=> Time
|
2067
2075
|
#
|
2068
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2076
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/GetObjectAttributes AWS API Documentation
|
2069
2077
|
#
|
2070
2078
|
# @overload get_object_attributes(params = {})
|
2071
2079
|
# @param [Hash] params ({})
|
@@ -2107,7 +2115,7 @@ module Aws::CloudDirectory
|
|
2107
2115
|
# resp.schema_facets[0].facet_name #=> String
|
2108
2116
|
# resp.object_identifier #=> String
|
2109
2117
|
#
|
2110
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2118
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/GetObjectInformation AWS API Documentation
|
2111
2119
|
#
|
2112
2120
|
# @overload get_object_information(params = {})
|
2113
2121
|
# @param [Hash] params ({})
|
@@ -2142,7 +2150,7 @@ module Aws::CloudDirectory
|
|
2142
2150
|
# resp.name #=> String
|
2143
2151
|
# resp.document #=> String
|
2144
2152
|
#
|
2145
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2153
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/GetSchemaAsJson AWS API Documentation
|
2146
2154
|
#
|
2147
2155
|
# @overload get_schema_as_json(params = {})
|
2148
2156
|
# @param [Hash] params ({})
|
@@ -2181,7 +2189,7 @@ module Aws::CloudDirectory
|
|
2181
2189
|
# resp.identity_attribute_order #=> Array
|
2182
2190
|
# resp.identity_attribute_order[0] #=> String
|
2183
2191
|
#
|
2184
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2192
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/GetTypedLinkFacetInformation AWS API Documentation
|
2185
2193
|
#
|
2186
2194
|
# @overload get_typed_link_facet_information(params = {})
|
2187
2195
|
# @param [Hash] params ({})
|
@@ -2226,7 +2234,7 @@ module Aws::CloudDirectory
|
|
2226
2234
|
# resp.schema_arns[0] #=> String
|
2227
2235
|
# resp.next_token #=> String
|
2228
2236
|
#
|
2229
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2237
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListAppliedSchemaArns AWS API Documentation
|
2230
2238
|
#
|
2231
2239
|
# @overload list_applied_schema_arns(params = {})
|
2232
2240
|
# @param [Hash] params ({})
|
@@ -2284,7 +2292,7 @@ module Aws::CloudDirectory
|
|
2284
2292
|
# resp.index_attachments[0].object_identifier #=> String
|
2285
2293
|
# resp.next_token #=> String
|
2286
2294
|
#
|
2287
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2295
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListAttachedIndices AWS API Documentation
|
2288
2296
|
#
|
2289
2297
|
# @overload list_attached_indices(params = {})
|
2290
2298
|
# @param [Hash] params ({})
|
@@ -2320,7 +2328,7 @@ module Aws::CloudDirectory
|
|
2320
2328
|
# resp.schema_arns[0] #=> String
|
2321
2329
|
# resp.next_token #=> String
|
2322
2330
|
#
|
2323
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2331
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListDevelopmentSchemaArns AWS API Documentation
|
2324
2332
|
#
|
2325
2333
|
# @overload list_development_schema_arns(params = {})
|
2326
2334
|
# @param [Hash] params ({})
|
@@ -2363,7 +2371,7 @@ module Aws::CloudDirectory
|
|
2363
2371
|
# resp.directories[0].creation_date_time #=> Time
|
2364
2372
|
# resp.next_token #=> String
|
2365
2373
|
#
|
2366
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2374
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListDirectories AWS API Documentation
|
2367
2375
|
#
|
2368
2376
|
# @overload list_directories(params = {})
|
2369
2377
|
# @param [Hash] params ({})
|
@@ -2404,7 +2412,7 @@ module Aws::CloudDirectory
|
|
2404
2412
|
#
|
2405
2413
|
# resp.attributes #=> Array
|
2406
2414
|
# resp.attributes[0].name #=> String
|
2407
|
-
# resp.attributes[0].attribute_definition.type #=> String, one of "STRING", "BINARY", "BOOLEAN", "NUMBER", "DATETIME"
|
2415
|
+
# resp.attributes[0].attribute_definition.type #=> String, one of "STRING", "BINARY", "BOOLEAN", "NUMBER", "DATETIME", "VARIANT"
|
2408
2416
|
# resp.attributes[0].attribute_definition.default_value.string_value #=> String
|
2409
2417
|
# resp.attributes[0].attribute_definition.default_value.binary_value #=> String
|
2410
2418
|
# resp.attributes[0].attribute_definition.default_value.boolean_value #=> Boolean
|
@@ -2420,7 +2428,7 @@ module Aws::CloudDirectory
|
|
2420
2428
|
# resp.attributes[0].required_behavior #=> String, one of "REQUIRED_ALWAYS", "NOT_REQUIRED"
|
2421
2429
|
# resp.next_token #=> String
|
2422
2430
|
#
|
2423
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2431
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListFacetAttributes AWS API Documentation
|
2424
2432
|
#
|
2425
2433
|
# @overload list_facet_attributes(params = {})
|
2426
2434
|
# @param [Hash] params ({})
|
@@ -2459,7 +2467,7 @@ module Aws::CloudDirectory
|
|
2459
2467
|
# resp.facet_names[0] #=> String
|
2460
2468
|
# resp.next_token #=> String
|
2461
2469
|
#
|
2462
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2470
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListFacetNames AWS API Documentation
|
2463
2471
|
#
|
2464
2472
|
# @overload list_facet_names(params = {})
|
2465
2473
|
# @param [Hash] params ({})
|
@@ -2563,7 +2571,7 @@ module Aws::CloudDirectory
|
|
2563
2571
|
# resp.link_specifiers[0].identity_attribute_values[0].value.datetime_value #=> Time
|
2564
2572
|
# resp.next_token #=> String
|
2565
2573
|
#
|
2566
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2574
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListIncomingTypedLinks AWS API Documentation
|
2567
2575
|
#
|
2568
2576
|
# @overload list_incoming_typed_links(params = {})
|
2569
2577
|
# @param [Hash] params ({})
|
@@ -2657,7 +2665,7 @@ module Aws::CloudDirectory
|
|
2657
2665
|
# resp.index_attachments[0].object_identifier #=> String
|
2658
2666
|
# resp.next_token #=> String
|
2659
2667
|
#
|
2660
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2668
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListIndex AWS API Documentation
|
2661
2669
|
#
|
2662
2670
|
# @overload list_index(params = {})
|
2663
2671
|
# @param [Hash] params ({})
|
@@ -2666,6 +2674,48 @@ module Aws::CloudDirectory
|
|
2666
2674
|
req.send_request(options)
|
2667
2675
|
end
|
2668
2676
|
|
2677
|
+
# Lists the major version families of each managed schema. If a major
|
2678
|
+
# version ARN is provided as SchemaArn, the minor version revisions in
|
2679
|
+
# that family are listed instead.
|
2680
|
+
#
|
2681
|
+
# @option params [String] :schema_arn
|
2682
|
+
# The response for ListManagedSchemaArns. When this parameter is used,
|
2683
|
+
# all minor version ARNs for a major version are listed.
|
2684
|
+
#
|
2685
|
+
# @option params [String] :next_token
|
2686
|
+
# The pagination token.
|
2687
|
+
#
|
2688
|
+
# @option params [Integer] :max_results
|
2689
|
+
# The maximum number of results to retrieve.
|
2690
|
+
#
|
2691
|
+
# @return [Types::ListManagedSchemaArnsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2692
|
+
#
|
2693
|
+
# * {Types::ListManagedSchemaArnsResponse#schema_arns #schema_arns} => Array<String>
|
2694
|
+
# * {Types::ListManagedSchemaArnsResponse#next_token #next_token} => String
|
2695
|
+
#
|
2696
|
+
# @example Request syntax with placeholder values
|
2697
|
+
#
|
2698
|
+
# resp = client.list_managed_schema_arns({
|
2699
|
+
# schema_arn: "Arn",
|
2700
|
+
# next_token: "NextToken",
|
2701
|
+
# max_results: 1,
|
2702
|
+
# })
|
2703
|
+
#
|
2704
|
+
# @example Response structure
|
2705
|
+
#
|
2706
|
+
# resp.schema_arns #=> Array
|
2707
|
+
# resp.schema_arns[0] #=> String
|
2708
|
+
# resp.next_token #=> String
|
2709
|
+
#
|
2710
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListManagedSchemaArns AWS API Documentation
|
2711
|
+
#
|
2712
|
+
# @overload list_managed_schema_arns(params = {})
|
2713
|
+
# @param [Hash] params ({})
|
2714
|
+
def list_managed_schema_arns(params = {}, options = {})
|
2715
|
+
req = build_request(:list_managed_schema_arns, params)
|
2716
|
+
req.send_request(options)
|
2717
|
+
end
|
2718
|
+
|
2669
2719
|
# Lists all attributes that are associated with an object.
|
2670
2720
|
#
|
2671
2721
|
# @option params [required, String] :directory_arn
|
@@ -2726,7 +2776,7 @@ module Aws::CloudDirectory
|
|
2726
2776
|
# resp.attributes[0].value.datetime_value #=> Time
|
2727
2777
|
# resp.next_token #=> String
|
2728
2778
|
#
|
2729
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2779
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListObjectAttributes AWS API Documentation
|
2730
2780
|
#
|
2731
2781
|
# @overload list_object_attributes(params = {})
|
2732
2782
|
# @param [Hash] params ({})
|
@@ -2781,7 +2831,7 @@ module Aws::CloudDirectory
|
|
2781
2831
|
# resp.children["LinkName"] #=> String
|
2782
2832
|
# resp.next_token #=> String
|
2783
2833
|
#
|
2784
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2834
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListObjectChildren AWS API Documentation
|
2785
2835
|
#
|
2786
2836
|
# @overload list_object_children(params = {})
|
2787
2837
|
# @param [Hash] params ({})
|
@@ -2844,7 +2894,7 @@ module Aws::CloudDirectory
|
|
2844
2894
|
# resp.path_to_object_identifiers_list[0].object_identifiers[0] #=> String
|
2845
2895
|
# resp.next_token #=> String
|
2846
2896
|
#
|
2847
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2897
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListObjectParentPaths AWS API Documentation
|
2848
2898
|
#
|
2849
2899
|
# @overload list_object_parent_paths(params = {})
|
2850
2900
|
# @param [Hash] params ({})
|
@@ -2899,7 +2949,7 @@ module Aws::CloudDirectory
|
|
2899
2949
|
# resp.parents["ObjectIdentifier"] #=> String
|
2900
2950
|
# resp.next_token #=> String
|
2901
2951
|
#
|
2902
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
2952
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListObjectParents AWS API Documentation
|
2903
2953
|
#
|
2904
2954
|
# @overload list_object_parents(params = {})
|
2905
2955
|
# @param [Hash] params ({})
|
@@ -2953,7 +3003,7 @@ module Aws::CloudDirectory
|
|
2953
3003
|
# resp.attached_policy_ids[0] #=> String
|
2954
3004
|
# resp.next_token #=> String
|
2955
3005
|
#
|
2956
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3006
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListObjectPolicies AWS API Documentation
|
2957
3007
|
#
|
2958
3008
|
# @overload list_object_policies(params = {})
|
2959
3009
|
# @param [Hash] params ({})
|
@@ -3058,7 +3108,7 @@ module Aws::CloudDirectory
|
|
3058
3108
|
# resp.typed_link_specifiers[0].identity_attribute_values[0].value.datetime_value #=> Time
|
3059
3109
|
# resp.next_token #=> String
|
3060
3110
|
#
|
3061
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3111
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListOutgoingTypedLinks AWS API Documentation
|
3062
3112
|
#
|
3063
3113
|
# @overload list_outgoing_typed_links(params = {})
|
3064
3114
|
# @param [Hash] params ({})
|
@@ -3112,7 +3162,7 @@ module Aws::CloudDirectory
|
|
3112
3162
|
# resp.object_identifiers[0] #=> String
|
3113
3163
|
# resp.next_token #=> String
|
3114
3164
|
#
|
3115
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3165
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListPolicyAttachments AWS API Documentation
|
3116
3166
|
#
|
3117
3167
|
# @overload list_policy_attachments(params = {})
|
3118
3168
|
# @param [Hash] params ({})
|
@@ -3154,7 +3204,7 @@ module Aws::CloudDirectory
|
|
3154
3204
|
# resp.schema_arns[0] #=> String
|
3155
3205
|
# resp.next_token #=> String
|
3156
3206
|
#
|
3157
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3207
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListPublishedSchemaArns AWS API Documentation
|
3158
3208
|
#
|
3159
3209
|
# @overload list_published_schema_arns(params = {})
|
3160
3210
|
# @param [Hash] params ({})
|
@@ -3200,7 +3250,7 @@ module Aws::CloudDirectory
|
|
3200
3250
|
# resp.tags[0].value #=> String
|
3201
3251
|
# resp.next_token #=> String
|
3202
3252
|
#
|
3203
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3253
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListTagsForResource AWS API Documentation
|
3204
3254
|
#
|
3205
3255
|
# @overload list_tags_for_resource(params = {})
|
3206
3256
|
# @param [Hash] params ({})
|
@@ -3247,7 +3297,7 @@ module Aws::CloudDirectory
|
|
3247
3297
|
#
|
3248
3298
|
# resp.attributes #=> Array
|
3249
3299
|
# resp.attributes[0].name #=> String
|
3250
|
-
# resp.attributes[0].type #=> String, one of "STRING", "BINARY", "BOOLEAN", "NUMBER", "DATETIME"
|
3300
|
+
# resp.attributes[0].type #=> String, one of "STRING", "BINARY", "BOOLEAN", "NUMBER", "DATETIME", "VARIANT"
|
3251
3301
|
# resp.attributes[0].default_value.string_value #=> String
|
3252
3302
|
# resp.attributes[0].default_value.binary_value #=> String
|
3253
3303
|
# resp.attributes[0].default_value.boolean_value #=> Boolean
|
@@ -3261,7 +3311,7 @@ module Aws::CloudDirectory
|
|
3261
3311
|
# resp.attributes[0].required_behavior #=> String, one of "REQUIRED_ALWAYS", "NOT_REQUIRED"
|
3262
3312
|
# resp.next_token #=> String
|
3263
3313
|
#
|
3264
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3314
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListTypedLinkFacetAttributes AWS API Documentation
|
3265
3315
|
#
|
3266
3316
|
# @overload list_typed_link_facet_attributes(params = {})
|
3267
3317
|
# @param [Hash] params ({})
|
@@ -3306,7 +3356,7 @@ module Aws::CloudDirectory
|
|
3306
3356
|
# resp.facet_names[0] #=> String
|
3307
3357
|
# resp.next_token #=> String
|
3308
3358
|
#
|
3309
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3359
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListTypedLinkFacetNames AWS API Documentation
|
3310
3360
|
#
|
3311
3361
|
# @overload list_typed_link_facet_names(params = {})
|
3312
3362
|
# @param [Hash] params ({})
|
@@ -3367,7 +3417,7 @@ module Aws::CloudDirectory
|
|
3367
3417
|
# resp.policy_to_path_list[0].policies[0].policy_type #=> String
|
3368
3418
|
# resp.next_token #=> String
|
3369
3419
|
#
|
3370
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3420
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/LookupPolicy AWS API Documentation
|
3371
3421
|
#
|
3372
3422
|
# @overload lookup_policy(params = {})
|
3373
3423
|
# @param [Hash] params ({})
|
@@ -3413,7 +3463,7 @@ module Aws::CloudDirectory
|
|
3413
3463
|
#
|
3414
3464
|
# resp.published_schema_arn #=> String
|
3415
3465
|
#
|
3416
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3466
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/PublishSchema AWS API Documentation
|
3417
3467
|
#
|
3418
3468
|
# @overload publish_schema(params = {})
|
3419
3469
|
# @param [Hash] params ({})
|
@@ -3450,7 +3500,7 @@ module Aws::CloudDirectory
|
|
3450
3500
|
#
|
3451
3501
|
# resp.arn #=> String
|
3452
3502
|
#
|
3453
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3503
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/PutSchemaFromJson AWS API Documentation
|
3454
3504
|
#
|
3455
3505
|
# @overload put_schema_from_json(params = {})
|
3456
3506
|
# @param [Hash] params ({})
|
@@ -3485,7 +3535,7 @@ module Aws::CloudDirectory
|
|
3485
3535
|
# },
|
3486
3536
|
# })
|
3487
3537
|
#
|
3488
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3538
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/RemoveFacetFromObject AWS API Documentation
|
3489
3539
|
#
|
3490
3540
|
# @overload remove_facet_from_object(params = {})
|
3491
3541
|
# @param [Hash] params ({})
|
@@ -3517,7 +3567,7 @@ module Aws::CloudDirectory
|
|
3517
3567
|
# ],
|
3518
3568
|
# })
|
3519
3569
|
#
|
3520
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3570
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/TagResource AWS API Documentation
|
3521
3571
|
#
|
3522
3572
|
# @overload tag_resource(params = {})
|
3523
3573
|
# @param [Hash] params ({})
|
@@ -3544,7 +3594,7 @@ module Aws::CloudDirectory
|
|
3544
3594
|
# tag_keys: ["TagKey"], # required
|
3545
3595
|
# })
|
3546
3596
|
#
|
3547
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3597
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/UntagResource AWS API Documentation
|
3548
3598
|
#
|
3549
3599
|
# @overload untag_resource(params = {})
|
3550
3600
|
# @param [Hash] params ({})
|
@@ -3589,7 +3639,7 @@ module Aws::CloudDirectory
|
|
3589
3639
|
# attribute: {
|
3590
3640
|
# name: "AttributeName", # required
|
3591
3641
|
# attribute_definition: {
|
3592
|
-
# type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME
|
3642
|
+
# type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME, VARIANT
|
3593
3643
|
# default_value: {
|
3594
3644
|
# string_value: "StringAttributeValue",
|
3595
3645
|
# binary_value: "data",
|
@@ -3619,7 +3669,7 @@ module Aws::CloudDirectory
|
|
3619
3669
|
# object_type: "NODE", # accepts NODE, LEAF_NODE, POLICY, INDEX
|
3620
3670
|
# })
|
3621
3671
|
#
|
3622
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3672
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/UpdateFacet AWS API Documentation
|
3623
3673
|
#
|
3624
3674
|
# @overload update_facet(params = {})
|
3625
3675
|
# @param [Hash] params ({})
|
@@ -3698,7 +3748,7 @@ module Aws::CloudDirectory
|
|
3698
3748
|
# ],
|
3699
3749
|
# })
|
3700
3750
|
#
|
3701
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3751
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/UpdateLinkAttributes AWS API Documentation
|
3702
3752
|
#
|
3703
3753
|
# @overload update_link_attributes(params = {})
|
3704
3754
|
# @param [Hash] params ({})
|
@@ -3755,7 +3805,7 @@ module Aws::CloudDirectory
|
|
3755
3805
|
#
|
3756
3806
|
# resp.object_identifier #=> String
|
3757
3807
|
#
|
3758
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3808
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/UpdateObjectAttributes AWS API Documentation
|
3759
3809
|
#
|
3760
3810
|
# @overload update_object_attributes(params = {})
|
3761
3811
|
# @param [Hash] params ({})
|
@@ -3789,7 +3839,7 @@ module Aws::CloudDirectory
|
|
3789
3839
|
#
|
3790
3840
|
# resp.schema_arn #=> String
|
3791
3841
|
#
|
3792
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3842
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/UpdateSchema AWS API Documentation
|
3793
3843
|
#
|
3794
3844
|
# @overload update_schema(params = {})
|
3795
3845
|
# @param [Hash] params ({})
|
@@ -3840,7 +3890,7 @@ module Aws::CloudDirectory
|
|
3840
3890
|
# {
|
3841
3891
|
# attribute: { # required
|
3842
3892
|
# name: "AttributeName", # required
|
3843
|
-
# type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME
|
3893
|
+
# type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME, VARIANT
|
3844
3894
|
# default_value: {
|
3845
3895
|
# string_value: "StringAttributeValue",
|
3846
3896
|
# binary_value: "data",
|
@@ -3865,7 +3915,7 @@ module Aws::CloudDirectory
|
|
3865
3915
|
# identity_attribute_order: ["AttributeName"], # required
|
3866
3916
|
# })
|
3867
3917
|
#
|
3868
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3918
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/UpdateTypedLinkFacet AWS API Documentation
|
3869
3919
|
#
|
3870
3920
|
# @overload update_typed_link_facet(params = {})
|
3871
3921
|
# @param [Hash] params ({})
|
@@ -3913,7 +3963,7 @@ module Aws::CloudDirectory
|
|
3913
3963
|
# resp.upgraded_schema_arn #=> String
|
3914
3964
|
# resp.directory_arn #=> String
|
3915
3965
|
#
|
3916
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
3966
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/UpgradeAppliedSchema AWS API Documentation
|
3917
3967
|
#
|
3918
3968
|
# @overload upgrade_applied_schema(params = {})
|
3919
3969
|
# @param [Hash] params ({})
|
@@ -3960,7 +4010,7 @@ module Aws::CloudDirectory
|
|
3960
4010
|
#
|
3961
4011
|
# resp.upgraded_schema_arn #=> String
|
3962
4012
|
#
|
3963
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-
|
4013
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/UpgradePublishedSchema AWS API Documentation
|
3964
4014
|
#
|
3965
4015
|
# @overload upgrade_published_schema(params = {})
|
3966
4016
|
# @param [Hash] params ({})
|
@@ -3982,7 +4032,7 @@ module Aws::CloudDirectory
|
|
3982
4032
|
params: params,
|
3983
4033
|
config: config)
|
3984
4034
|
context[:gem_name] = 'aws-sdk-clouddirectory'
|
3985
|
-
context[:gem_version] = '1.
|
4035
|
+
context[:gem_version] = '1.4.0'
|
3986
4036
|
Seahorse::Client::Request.new(handlers, context)
|
3987
4037
|
end
|
3988
4038
|
|