aws-sdk-elasticloadbalancing 1.0.0 → 1.1.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: ef49b3de72117e7638524ff41e49f60f7b198c46
4
- data.tar.gz: 14b0685723e6b9f448b5a8cd69d3f483c3135b06
3
+ metadata.gz: ec8316550f16df7f4e5393b51ed95448e19f2116
4
+ data.tar.gz: 5325a0e704441ee018b379d41b14f9e683265c72
5
5
  SHA512:
6
- metadata.gz: 4a28ff6762cf6431f414653d53c0d3582c1c01b58d6f86eac27f1897bb9dc9deaf6d6c09bf4a9aa802633d6c9552a519e54522dd9e0eeb579efa783c51bf3c62
7
- data.tar.gz: 019ad37daf28ed6240c16ff2286dfb9ed381ecb6f1e58d1e9565865823d650f1baadf980c4031ffdaaebd149c1cf8e01b0182719f03a5c801718aebd94c66db9
6
+ metadata.gz: 571ccef63dd1b915d65020fddb7e1faf3aeb311ffb107f977346caa9b73e20b122201ab0a796d2160762591e38fdddef7eb46184f6b2125ba861fdd3a2537ca6
7
+ data.tar.gz: 30bed2d26d2bba85ee7ac1fe18c2a07f91f326bbe792e8cc9512bf54bacc7f199a5d73062b738f5974426fba75bf86170857ce55debe02744c564ac010d934dc
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticloadbalancing/customizations'
43
43
  # @service
44
44
  module Aws::ElasticLoadBalancing
45
45
 
46
- GEM_VERSION = '1.0.0'
46
+ GEM_VERSION = '1.1.0'
47
47
 
48
48
  end
@@ -448,7 +448,8 @@ module Aws::ElasticLoadBalancing
448
448
  #
449
449
  # @example Example: To generate a stickiness policy for your load balancer
450
450
  #
451
- # # This example generates a stickiness policy that follows the sticky session lifetimes of the application-generated cookie.
451
+ # # This example generates a stickiness policy that follows the sticky session lifetimes of the application-generated
452
+ # # cookie.
452
453
  #
453
454
  # resp = client.create_app_cookie_stickiness_policy({
454
455
  # cookie_name: "my-app-cookie",
@@ -945,7 +946,8 @@ module Aws::ElasticLoadBalancing
945
946
  #
946
947
  # @example Example: To create a backend server authentication policy
947
948
  #
948
- # # This example creates a backend server authentication policy that enables authentication on your backend instance using a public key policy.
949
+ # # This example creates a backend server authentication policy that enables authentication on your backend instance using a
950
+ # # public key policy.
949
951
  #
950
952
  # resp = client.create_load_balancer_policy({
951
953
  # load_balancer_name: "my-load-balancer",
@@ -1074,7 +1076,8 @@ module Aws::ElasticLoadBalancing
1074
1076
  #
1075
1077
  # @example Example: To delete a policy from your load balancer
1076
1078
  #
1077
- # # This example deletes the specified policy from the specified load balancer. The policy must not be enabled on any listener.
1079
+ # # This example deletes the specified policy from the specified load balancer. The policy must not be enabled on any
1080
+ # # listener.
1078
1081
  #
1079
1082
  # resp = client.delete_load_balancer_policy({
1080
1083
  # load_balancer_name: "my-load-balancer",
@@ -2413,7 +2416,7 @@ module Aws::ElasticLoadBalancing
2413
2416
  params: params,
2414
2417
  config: config)
2415
2418
  context[:gem_name] = 'aws-sdk-elasticloadbalancing'
2416
- context[:gem_version] = '1.0.0'
2419
+ context[:gem_version] = '1.1.0'
2417
2420
  Seahorse::Client::Request.new(handlers, context)
2418
2421
  end
2419
2422
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2017-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -57,7 +57,9 @@ files:
57
57
  homepage: http://github.com/aws/aws-sdk-ruby
58
58
  licenses:
59
59
  - Apache-2.0
60
- metadata: {}
60
+ metadata:
61
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancing
62
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancing/CHANGELOG.md
61
63
  post_install_message:
62
64
  rdoc_options: []
63
65
  require_paths: