aws-sdk-clouddirectory 1.33.0 → 1.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6dcc49b99621bac5916856da822f1f067a9857ac65f1cdb55fa6b5bf2b5ff5a2
4
- data.tar.gz: a587cb01782a145bc53091fc32e918b0e663fe46c8f7ae8494a9e607703a8243
3
+ metadata.gz: 6a1cb02f9393a97923bca7b8be0ec8ac45954c76110dab9e5f2a03d78cd19af0
4
+ data.tar.gz: c581361ac296f5e12d9f0b19ee1d082f94d511261e3044e4e0309a6b41dc516b
5
5
  SHA512:
6
- metadata.gz: f20de4d443a82694bb986d5dcb941116ca899cde81594929c5d8559d2362c7b4d2854b5e87dfd2de46218568e6fda1bcd76622a71627b436e99b3ac3a0c7cd4a
7
- data.tar.gz: 61c6b6ea8a1e8ec73c92c4e7fc2780ebe66ddbb39db4c760860e9ef0023c07f724a4672aa221fab4218c2dfeb4c968144fc4251bc0290fc49a99b434755a1542
6
+ metadata.gz: f11afeb1debfa4d7a743f698d9208a56d16713989c6181cdaa1155ef0fb8f1e1b305bacf32f9c4e582416dfe80f09cf7a6224de4da4695b94e69df59d1cab1b4
7
+ data.tar.gz: 97c102bda5736806002e30a9df0e5cbebd8f3d937c99416ff50062f2cc2dc7f888474c3bf1bcf4fa95a565cc8b5014ed5cc404239a9c884c5e415949ec647bd4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2021-08-17)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for clouddirectory
8
+
4
9
  1.33.0 (2021-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-clouddirectory/customizations'
48
48
  # @!group service
49
49
  module Aws::CloudDirectory
50
50
 
51
- GEM_VERSION = '1.33.0'
51
+ GEM_VERSION = '1.34.0'
52
52
 
53
53
  end
@@ -4287,7 +4287,7 @@ module Aws::CloudDirectory
4287
4287
  params: params,
4288
4288
  config: config)
4289
4289
  context[:gem_name] = 'aws-sdk-clouddirectory'
4290
- context[:gem_version] = '1.33.0'
4290
+ context[:gem_version] = '1.34.0'
4291
4291
  Seahorse::Client::Request.new(handlers, context)
4292
4292
  end
4293
4293
 
@@ -10,7 +10,9 @@
10
10
  module Aws::CloudDirectory
11
11
  module Types
12
12
 
13
- # Access denied. Check your permissions.
13
+ # Access denied or directory not found. Either you don't have
14
+ # permissions for this directory or the directory does not exist. Try
15
+ # calling ListDirectories and check your permissions.
14
16
  #
15
17
  # @!attribute [rw] message
16
18
  # @return [String]
@@ -1707,6 +1709,9 @@ module Aws::CloudDirectory
1707
1709
  include Aws::Structure
1708
1710
  end
1709
1711
 
1712
+ # Lists parent objects that are associated with a given object in
1713
+ # pagination fashion.
1714
+ #
1710
1715
  # @note When making an API call, you may pass BatchListObjectParents
1711
1716
  # data as a hash:
1712
1717
  #
@@ -1723,9 +1728,12 @@ module Aws::CloudDirectory
1723
1728
  # @return [Types::ObjectReference]
1724
1729
  #
1725
1730
  # @!attribute [rw] next_token
1731
+ # The pagination token.
1726
1732
  # @return [String]
1727
1733
  #
1728
1734
  # @!attribute [rw] max_results
1735
+ # The maximum number of items to be retrieved in a single call. This
1736
+ # is an approximate number.
1729
1737
  # @return [Integer]
1730
1738
  #
1731
1739
  # @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/BatchListObjectParents AWS API Documentation
@@ -1738,10 +1746,14 @@ module Aws::CloudDirectory
1738
1746
  include Aws::Structure
1739
1747
  end
1740
1748
 
1749
+ # Represents the output of a ListObjectParents response operation.
1750
+ #
1741
1751
  # @!attribute [rw] parent_links
1752
+ # Returns a list of parent reference and LinkName Tuples.
1742
1753
  # @return [Array<Types::ObjectIdentifierAndLinkNameTuple>]
1743
1754
  #
1744
1755
  # @!attribute [rw] next_token
1756
+ # The pagination token.
1745
1757
  # @return [String]
1746
1758
  #
1747
1759
  # @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/BatchListObjectParentsResponse AWS API Documentation
@@ -2295,6 +2307,8 @@ module Aws::CloudDirectory
2295
2307
  # @return [Types::BatchGetObjectAttributes]
2296
2308
  #
2297
2309
  # @!attribute [rw] list_object_parents
2310
+ # Lists parent objects that are associated with a given object in
2311
+ # pagination fashion.
2298
2312
  # @return [Types::BatchListObjectParents]
2299
2313
  #
2300
2314
  # @!attribute [rw] list_object_policies
@@ -2733,6 +2747,7 @@ module Aws::CloudDirectory
2733
2747
  # @return [Types::BatchGetLinkAttributesResponse]
2734
2748
  #
2735
2749
  # @!attribute [rw] list_object_parents
2750
+ # The list of parent objects to retrieve.
2736
2751
  # @return [Types::BatchListObjectParentsResponse]
2737
2752
  #
2738
2753
  # @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/BatchReadSuccessfulResponse AWS API Documentation
@@ -7157,7 +7172,9 @@ module Aws::CloudDirectory
7157
7172
  # provided by Amazon Cloud Directory. When creating objects, the
7158
7173
  # system will provide you with the identifier of the created object.
7159
7174
  # An object’s identifier is immutable and no two objects will ever
7160
- # share the same object identifier
7175
+ # share the same object identifier. To identify an object with
7176
+ # ObjectIdentifier, the ObjectIdentifier must be wrapped in double
7177
+ # quotes.
7161
7178
  #
7162
7179
  # * */some/path* - Identifies the object based on path
7163
7180
  #
@@ -7483,7 +7500,8 @@ module Aws::CloudDirectory
7483
7500
  # @!attribute [rw] schema_arn
7484
7501
  # The ARN of the schema that contains the facet with no minor
7485
7502
  # component. See arns and [In-Place Schema Upgrade][1] for a
7486
- # description of when to provide minor versions.
7503
+ # description of when to provide minor versions. If this value is set,
7504
+ # FacetName must also be set.
7487
7505
  #
7488
7506
  #
7489
7507
  #
@@ -7491,7 +7509,8 @@ module Aws::CloudDirectory
7491
7509
  # @return [String]
7492
7510
  #
7493
7511
  # @!attribute [rw] facet_name
7494
- # The name of the facet.
7512
+ # The name of the facet. If this value is set, SchemaArn must also be
7513
+ # set.
7495
7514
  # @return [String]
7496
7515
  #
7497
7516
  # @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/SchemaFacet AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-clouddirectory
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-30 00:00:00.000000000 Z
11
+ date: 2021-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core