aws-sdk-servicecatalog 1.14.0 → 1.15.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: 379543a2fec1edd0432fdf13997e97076fd47c49
4
- data.tar.gz: 8c9bcc1235699745a915c8fdd84797e2042e1788
3
+ metadata.gz: 5a7d8981d7fd425cbbac0a15ea9c15de12ce74ba
4
+ data.tar.gz: e179bad5f3c57578ca60621c01bbb55ea79af761
5
5
  SHA512:
6
- metadata.gz: '0164814a9552b0fbc21d5660c4a0bdfac2dc5e44fa353292aa8333c2d05157a985de9ede21568657faac590e3df7f8d8ad3bd7505664d16c707347b21d58bef1'
7
- data.tar.gz: 9b92b5269cc91b65198f28f128a64d4f6c5d7eceafa213fe2c875010f96b2437ceb9d38c4adfc0cc92b74bf0dc262cd1f608c6877909144bb3756d4c654694b6
6
+ metadata.gz: 65a0618b2ac79233e6a3402e264573ddffffd54c8d3007a1bb83be020731ff5895ddbbfdb7d545e78b77cb8d0b67a00007ea1b4705fe96f5a20fa32a06cd75af
7
+ data.tar.gz: 7a08ded0eb2d0d176dbfd13ab758e3a9c2b7994882f4cb3091f08761927fe887b18091519b43b652767dcbfc2bf8e603c8ca33facbe91cf299e28a30597e7bba
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
42
42
  # @service
43
43
  module Aws::ServiceCatalog
44
44
 
45
- GEM_VERSION = '1.14.0'
45
+ GEM_VERSION = '1.15.0'
46
46
 
47
47
  end
@@ -2513,9 +2513,10 @@ module Aws::ServiceCatalog
2513
2513
  # order to sync your shares with the current structure. This API can
2514
2514
  # only be called by the master account in the organization.
2515
2515
  #
2516
- # By calling this API Service Catalog will use FAS credentials to call
2517
- # organizations:EnableAWSServiceAccess so that your shares can be in
2518
- # sync with any changes in your AWS Organizations.
2516
+ # By calling this API Service Catalog will make a call to
2517
+ # organizations:EnableAWSServiceAccess on your behalf so that your
2518
+ # shares can be in sync with any changes in your AWS Organizations
2519
+ # structure.
2519
2520
  #
2520
2521
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2521
2522
  #
@@ -4656,7 +4657,7 @@ module Aws::ServiceCatalog
4656
4657
  params: params,
4657
4658
  config: config)
4658
4659
  context[:gem_name] = 'aws-sdk-servicecatalog'
4659
- context[:gem_version] = '1.14.0'
4660
+ context[:gem_version] = '1.15.0'
4660
4661
  Seahorse::Client::Request.new(handlers, context)
4661
4662
  end
4662
4663
 
@@ -387,6 +387,8 @@ module Aws::ServiceCatalog
387
387
  #
388
388
  # * `NOTIFICATION`
389
389
  #
390
+ # * STACKSET
391
+ #
390
392
  # * `TEMPLATE`
391
393
  # @return [String]
392
394
  #
@@ -417,6 +419,8 @@ module Aws::ServiceCatalog
417
419
  #
418
420
  # * `NOTIFICATION`
419
421
  #
422
+ # * STACKSET
423
+ #
420
424
  # * `TEMPLATE`
421
425
  # @return [String]
422
426
  #
@@ -3720,6 +3724,8 @@ module Aws::ServiceCatalog
3720
3724
  include Aws::Structure
3721
3725
  end
3722
3726
 
3727
+ # Information about the organization node.
3728
+ #
3723
3729
  # @note When making an API call, you may pass OrganizationNode
3724
3730
  # data as a hash:
3725
3731
  #
@@ -3729,9 +3735,11 @@ module Aws::ServiceCatalog
3729
3735
  # }
3730
3736
  #
3731
3737
  # @!attribute [rw] type
3738
+ # The organization node type.
3732
3739
  # @return [String]
3733
3740
  #
3734
3741
  # @!attribute [rw] value
3742
+ # The identifier of the organization node.
3735
3743
  # @return [String]
3736
3744
  #
3737
3745
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/OrganizationNode AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.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: 2018-11-20 00:00:00.000000000 Z
11
+ date: 2018-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core