aws-sdk-cloudformation 1.78.0 → 1.80.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,7 @@ require_relative 'aws-sdk-cloudformation/customizations'
37
37
  # structure.
38
38
  #
39
39
  # cloud_formation = Aws::CloudFormation::Client.new
40
- # resp = cloud_formation.activate_type(params)
40
+ # resp = cloud_formation.activate_organizations_access(params)
41
41
  #
42
42
  # See {Client} for more information.
43
43
  #
@@ -57,6 +57,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
57
57
  # @!group service
58
58
  module Aws::CloudFormation
59
59
 
60
- GEM_VERSION = '1.78.0'
60
+ GEM_VERSION = '1.80.0'
61
61
 
62
62
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.80.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: 2023-05-31 00:00:00.000000000 Z
11
+ date: 2023-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core