aws-sdk-clouddirectory 1.33.0 → 1.37.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 +10 -1
- data/lib/aws-sdk-clouddirectory/types.rb +23 -4
- data/lib/aws-sdk-clouddirectory.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e7a5b526b52963bc7bf66928bac54c518bd243d4e715a8c9a1b96f4bc71a898
|
4
|
+
data.tar.gz: fd82595a9fc4b0660efd2a41485621339222f6ce3e3ad3a4765e1ba46de1a08f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4ac3ab8949f20ac554258a56c3b06ab10b0c8ceaa5cded31c42c7b594df0837bfffb51e2db9bb6156a1318ed7449f4a785955288c65f20960ad47fd742dc2ce
|
7
|
+
data.tar.gz: b8efcb741549b0f17b5b63273460b23ea0409ce688166f4f531c4a069c356c087a731c4ac2a7aca997b06bbd5b36128f569d6397b4adff7e4aabcb33cea036e9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.37.0 (2021-11-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.36.0 (2021-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.35.0 (2021-09-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.34.0 (2021-08-17)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Documentation updates for clouddirectory
|
23
|
+
|
4
24
|
1.33.0 (2021-07-30)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.37.0
|
@@ -275,6 +275,15 @@ module Aws::CloudDirectory
|
|
275
275
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
276
276
|
# requests are made, and retries are disabled.
|
277
277
|
#
|
278
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
279
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
280
|
+
# will be used if available.
|
281
|
+
#
|
282
|
+
# @option options [Boolean] :use_fips_endpoint
|
283
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
284
|
+
# When a `fips` region is used, the region is normalized and this config
|
285
|
+
# is set to `true`.
|
286
|
+
#
|
278
287
|
# @option options [Boolean] :validate_params (true)
|
279
288
|
# When `true`, request parameters are validated before
|
280
289
|
# sending the request.
|
@@ -4287,7 +4296,7 @@ module Aws::CloudDirectory
|
|
4287
4296
|
params: params,
|
4288
4297
|
config: config)
|
4289
4298
|
context[:gem_name] = 'aws-sdk-clouddirectory'
|
4290
|
-
context[:gem_version] = '1.
|
4299
|
+
context[:gem_version] = '1.37.0'
|
4291
4300
|
Seahorse::Client::Request.new(handlers, context)
|
4292
4301
|
end
|
4293
4302
|
|
@@ -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.37.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-11-04 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.122.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.122.0
|
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: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|