aws-sdk-clouddirectory 1.32.0 → 1.36.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: 55089e61e241c6140e063e1c51f0093cbdaa2c5550b73b6035307ff9c6a69939
4
- data.tar.gz: cb41c6bd514456bd11e5fdac7dd47d46b32a1392e4612ab22c213c2ae1fe0255
3
+ metadata.gz: dfc3b75b041c4d2d7d0c6927dd4e4c021e35454e84fc7276ecabd3032a8e0301
4
+ data.tar.gz: 646b7dd2b26090976200ade6e117dced9d014bdc9dae10daee834cdd47129ef5
5
5
  SHA512:
6
- metadata.gz: b04e8c17cb3a9d366ff7055190a21949d5d7fcde0444f8624d2eccabc2c07664b8384ef29408a363bf03b08f716de432f18f6ce97f5a123facdcc5494441f50b
7
- data.tar.gz: 19bebf64dab33540dda9a9e9bef474687743f369145e9fada5fb87c007c93c7aeebd4355434522d925e014fdad435fc563bef65c653c0cc670e608c92af725db
6
+ metadata.gz: 17c3c1addc97d7992a906784af61f1346d13b68646070d5c81248a5cfdca2c0dfb738de0a5077d9f74ce9126756defa421c56d01f2315b9d5d7f0aca824968f3
7
+ data.tar.gz: 2fa0cfc70802c11e340e4c843add7891cb11022c5b63f9ca07197f17db4eedd6a4a358a9526967f98b027076796c6bf9fd9ef59cdd25822c828c99d9a1241e9d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2021-10-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.35.0 (2021-09-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.34.0 (2021-08-17)
15
+ ------------------
16
+
17
+ * Feature - Documentation updates for clouddirectory
18
+
19
+ 1.33.0 (2021-07-30)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.32.0 (2021-07-28)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.36.0
@@ -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.32.0'
4290
+ context[:gem_version] = '1.36.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
@@ -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.32.0'
51
+ GEM_VERSION = '1.36.0'
52
52
 
53
53
  end
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.32.0
4
+ version: 1.36.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-28 00:00:00.000000000 Z
11
+ date: 2021-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.118.0
22
+ version: 3.121.2
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.118.0
32
+ version: 3.121.2
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="