aws-sdk-organizations 1.32.0 → 1.33.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: c8f7a9486d74efbd1f5f43a67c91c88a05290fb9
4
- data.tar.gz: 6a0a4e612ad5179b622c2bf0c73e0ab45ccd7151
3
+ metadata.gz: db5fe438409165b9e6ac1277a410b6bd01ef0367
4
+ data.tar.gz: 7dd9e2d95747617c5bdfaf467eb4ea2eb37d3569
5
5
  SHA512:
6
- metadata.gz: 9c6b56e8e51bc5565a1e7e26750465f22bfee0751bd3c6f7deacdf5a149389677a538925b1274f89c70f11d42ea30a27a6382bc273e4160d9a254c02c91d68a8
7
- data.tar.gz: cd707784ec8a9b53176865aa5dc0937dc9a411b42e7fe143dd0bf96e79104266c78e16c3c6d9e85dda33a38d6b9df27053ae3cac6f78eda4b889b009eda58cdc
6
+ metadata.gz: 9e52322be273a48d4cb832bad60d84f3b54b2aeb2ce07dba26908ae9edcc5bb8ee77a3d9901013017afcf5c4b4eaf078ee10040579a919286313515716047a6d
7
+ data.tar.gz: bcf2e040cd313098a2bd74b94f5565c13563c3e7a62b95fd4cbff06e549c7eb1d5f8545ebbbb2d1d5436564d18c0f9aa268c24307f0e79e3088c1e204e031d46
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-organizations/customizations'
42
42
  # @service
43
43
  module Aws::Organizations
44
44
 
45
- GEM_VERSION = '1.32.0'
45
+ GEM_VERSION = '1.33.0'
46
46
 
47
47
  end
@@ -4083,6 +4083,9 @@ module Aws::Organizations
4083
4083
  #
4084
4084
  # Currently, you can list tags on an account in AWS Organizations.
4085
4085
  #
4086
+ # This operation can be called only from the organization's master
4087
+ # account.
4088
+ #
4086
4089
  # @option params [required, String] :resource_id
4087
4090
  # The ID of the resource that you want to retrieve tags for.
4088
4091
  #
@@ -4385,6 +4388,9 @@ module Aws::Organizations
4385
4388
  #
4386
4389
  # Currently, you can tag and untag accounts in AWS Organizations.
4387
4390
  #
4391
+ # This operation can be called only from the organization's master
4392
+ # account.
4393
+ #
4388
4394
  # @option params [required, String] :resource_id
4389
4395
  # The ID of the resource to add a tag to.
4390
4396
  #
@@ -4420,6 +4426,9 @@ module Aws::Organizations
4420
4426
  #
4421
4427
  # Currently, you can tag and untag accounts in AWS Organizations.
4422
4428
  #
4429
+ # This operation can be called only from the organization's master
4430
+ # account.
4431
+ #
4423
4432
  # @option params [required, String] :resource_id
4424
4433
  # The ID of the resource to remove the tag from.
4425
4434
  #
@@ -4656,7 +4665,7 @@ module Aws::Organizations
4656
4665
  params: params,
4657
4666
  config: config)
4658
4667
  context[:gem_name] = 'aws-sdk-organizations'
4659
- context[:gem_version] = '1.32.0'
4668
+ context[:gem_version] = '1.33.0'
4660
4669
  Seahorse::Client::Request.new(handlers, context)
4661
4670
  end
4662
4671
 
@@ -655,6 +655,10 @@ module Aws::Organizations
655
655
  # * EMAIL\_ALREADY\_EXISTS: The account could not be created because
656
656
  # another AWS account with that email address already exists.
657
657
  #
658
+ # * GOVCLOUD\_ACCOUNT\_ALREADY\_EXISTS: The account in the AWS
659
+ # GovCloud (US) Region could not be created because this Region
660
+ # already includes an account with that email address.
661
+ #
658
662
  # * INVALID\_ADDRESS: The account could not be created because the
659
663
  # address you provided is not valid.
660
664
  #
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.32.0
4
+ version: 1.33.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-08-27 00:00:00.000000000 Z
11
+ date: 2019-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core