lib/aws-sdk-controltower.rb in aws-sdk-controltower-1.12.0 vs lib/aws-sdk-controltower.rb in aws-sdk-controltower-1.13.0

- old
+ new

@@ -30,11 +30,11 @@ # The {Client} class provides one method for each API operation. Operation # methods each accept a hash of request parameters and return a response # structure. # # control_tower = Aws::ControlTower::Client.new -# resp = control_tower.disable_control(params) +# resp = control_tower.create_landing_zone(params) # # See {Client} for more information. # # # Errors # @@ -50,8 +50,8 @@ # See {Errors} for more information. # # @!group service module Aws::ControlTower - GEM_VERSION = '1.12.0' + GEM_VERSION = '1.13.0' end