aws-sdk-organizations 1.29.0 → 1.30.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d787a60c237b672bb861f853e6b266a385c924c9
|
4
|
+
data.tar.gz: caa5f4e0f19a0c4609bcd1d665cc5492c7f80623
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24987de78796b860ce855e709614925c5754e80ecf7fa0440a04b7438663332c889f9dbf415f82626d15a200cf0c83248b3a4cd5a64056d1f7594b9977226ff0
|
7
|
+
data.tar.gz: 5cacd6d39e5dc7217972297a1fcd93898793329600e9efbe4e688c6dfd17dee5c231142202d4bae81b1562f09c403c66b9d01c72b5ac673a8dbccbb387b63a13
|
@@ -4383,7 +4383,9 @@ module Aws::Organizations
|
|
4383
4383
|
# The ID of the resource to add a tag to.
|
4384
4384
|
#
|
4385
4385
|
# @option params [required, Array<Types::Tag>] :tags
|
4386
|
-
# The tag to add to the specified resource.
|
4386
|
+
# The tag to add to the specified resource. Specifying the tag key is
|
4387
|
+
# required. You can set the value of a tag to an empty string, but you
|
4388
|
+
# can't set the value of a tag to null.
|
4387
4389
|
#
|
4388
4390
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4389
4391
|
#
|
@@ -4393,8 +4395,8 @@ module Aws::Organizations
|
|
4393
4395
|
# resource_id: "TaggableResourceId", # required
|
4394
4396
|
# tags: [ # required
|
4395
4397
|
# {
|
4396
|
-
# key: "TagKey",
|
4397
|
-
# value: "TagValue",
|
4398
|
+
# key: "TagKey", # required
|
4399
|
+
# value: "TagValue", # required
|
4398
4400
|
# },
|
4399
4401
|
# ],
|
4400
4402
|
# })
|
@@ -4648,7 +4650,7 @@ module Aws::Organizations
|
|
4648
4650
|
params: params,
|
4649
4651
|
config: config)
|
4650
4652
|
context[:gem_name] = 'aws-sdk-organizations'
|
4651
|
-
context[:gem_version] = '1.
|
4653
|
+
context[:gem_version] = '1.30.0'
|
4652
4654
|
Seahorse::Client::Request.new(handlers, context)
|
4653
4655
|
end
|
4654
4656
|
|
@@ -728,8 +728,8 @@ module Aws::Organizations
|
|
728
728
|
SourceParentNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
729
729
|
SourceParentNotFoundException.struct_class = Types::SourceParentNotFoundException
|
730
730
|
|
731
|
-
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
|
732
|
-
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
|
731
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
732
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
|
733
733
|
Tag.struct_class = Types::Tag
|
734
734
|
|
735
735
|
TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
|
@@ -1930,8 +1930,7 @@ module Aws::Organizations
|
|
1930
1930
|
# * INPUT\_REQUIRED: You must include a value for all required
|
1931
1931
|
# parameters.
|
1932
1932
|
#
|
1933
|
-
# * INVALID\_ENUM: You specified
|
1934
|
-
# parameter.
|
1933
|
+
# * INVALID\_ENUM: You specified an invalid value.
|
1935
1934
|
#
|
1936
1935
|
# * INVALID\_FULL\_NAME\_TARGET: You specified a full name that contains
|
1937
1936
|
# invalid characters.
|
@@ -3730,8 +3729,8 @@ module Aws::Organizations
|
|
3730
3729
|
# data as a hash:
|
3731
3730
|
#
|
3732
3731
|
# {
|
3733
|
-
# key: "TagKey",
|
3734
|
-
# value: "TagValue",
|
3732
|
+
# key: "TagKey", # required
|
3733
|
+
# value: "TagValue", # required
|
3735
3734
|
# }
|
3736
3735
|
#
|
3737
3736
|
# @!attribute [rw] key
|
@@ -3739,7 +3738,9 @@ module Aws::Organizations
|
|
3739
3738
|
# @return [String]
|
3740
3739
|
#
|
3741
3740
|
# @!attribute [rw] value
|
3742
|
-
# The string value that's associated with the key of the tag.
|
3741
|
+
# The string value that's associated with the key of the tag. You can
|
3742
|
+
# set the value of a tag to an empty string, but you can't set the
|
3743
|
+
# value of a tag to null.
|
3743
3744
|
# @return [String]
|
3744
3745
|
#
|
3745
3746
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/Tag AWS API Documentation
|
@@ -3757,8 +3758,8 @@ module Aws::Organizations
|
|
3757
3758
|
# resource_id: "TaggableResourceId", # required
|
3758
3759
|
# tags: [ # required
|
3759
3760
|
# {
|
3760
|
-
# key: "TagKey",
|
3761
|
-
# value: "TagValue",
|
3761
|
+
# key: "TagKey", # required
|
3762
|
+
# value: "TagValue", # required
|
3762
3763
|
# },
|
3763
3764
|
# ],
|
3764
3765
|
# }
|
@@ -3768,7 +3769,9 @@ module Aws::Organizations
|
|
3768
3769
|
# @return [String]
|
3769
3770
|
#
|
3770
3771
|
# @!attribute [rw] tags
|
3771
|
-
# The tag to add to the specified resource.
|
3772
|
+
# The tag to add to the specified resource. Specifying the tag key is
|
3773
|
+
# required. You can set the value of a tag to an empty string, but you
|
3774
|
+
# can't set the value of a tag to null.
|
3772
3775
|
# @return [Array<Types::Tag>]
|
3773
3776
|
#
|
3774
3777
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/TagResourceRequest AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-organizations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.30.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: 2019-
|
11
|
+
date: 2019-07-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.58.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.58.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|