aws-sdk-clouddirectory 1.31.0 → 1.35.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-clouddirectory/client.rb +1 -1
- data/lib/aws-sdk-clouddirectory/types.rb +23 -4
- data/lib/aws-sdk-clouddirectory.rb +1 -1
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a7ef991eab6b24d77e7f94ede78081409c3fdf6439dbe7ef96126cda46237e4
|
4
|
+
data.tar.gz: c2d147d2eeb75b8e30fd218d6d183a36b49c9ae1f548a61795c8f8fa2b7fa7e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0447ce21f06de5cd5b54514e17a30bb94393dde7a3000f501ca117e89dfed5d098f14c4fb39c06644aa0f8d27f9d92e7acce573c11d05aabd9430a88b5a90b90
|
7
|
+
data.tar.gz: 512ca72aacafb950d35b321a87a964c6ea05d9e621e68684707efd0644dc896a6b9283265ed00d537719fb059c5e9bfefe8290b3b3cc3af1f6255ac376dcc238
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.35.0 (2021-09-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.34.0 (2021-08-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation updates for clouddirectory
|
13
|
+
|
14
|
+
1.33.0 (2021-07-30)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.32.0 (2021-07-28)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.31.0 (2021-03-10)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.35.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.35.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.35.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-09-01 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.
|
22
|
+
version: 3.120.0
|
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.
|
32
|
+
version: 3.120.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
66
66
|
licenses:
|
67
67
|
- Apache-2.0
|
68
68
|
metadata:
|
69
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-clouddirectory
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-clouddirectory/CHANGELOG.md
|
71
71
|
post_install_message:
|
72
72
|
rdoc_options: []
|
73
73
|
require_paths:
|
@@ -76,15 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
|
87
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
88
87
|
signing_key:
|
89
88
|
specification_version: 4
|
90
89
|
summary: AWS SDK for Ruby - Amazon CloudDirectory
|