aws-sdk-clouddirectory 1.33.0 → 1.34.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-clouddirectory.rb +1 -1
- data/lib/aws-sdk-clouddirectory/client.rb +1 -1
- data/lib/aws-sdk-clouddirectory/types.rb +23 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a1cb02f9393a97923bca7b8be0ec8ac45954c76110dab9e5f2a03d78cd19af0
|
|
4
|
+
data.tar.gz: c581361ac296f5e12d9f0b19ee1d082f94d511261e3044e4e0309a6b41dc516b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f11afeb1debfa4d7a743f698d9208a56d16713989c6181cdaa1155ef0fb8f1e1b305bacf32f9c4e582416dfe80f09cf7a6224de4da4695b94e69df59d1cab1b4
|
|
7
|
+
data.tar.gz: 97c102bda5736806002e30a9df0e5cbebd8f3d937c99416ff50062f2cc2dc7f888474c3bf1bcf4fa95a565cc8b5014ed5cc404239a9c884c5e415949ec647bd4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.34.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.
|
|
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.
|
|
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.
|
|
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-
|
|
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
|