aws-sdk-elasticloadbalancing 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec8316550f16df7f4e5393b51ed95448e19f2116
|
|
4
|
+
data.tar.gz: 5325a0e704441ee018b379d41b14f9e683265c72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 571ccef63dd1b915d65020fddb7e1faf3aeb311ffb107f977346caa9b73e20b122201ab0a796d2160762591e38fdddef7eb46184f6b2125ba861fdd3a2537ca6
|
|
7
|
+
data.tar.gz: 30bed2d26d2bba85ee7ac1fe18c2a07f91f326bbe792e8cc9512bf54bacc7f199a5d73062b738f5974426fba75bf86170857ce55debe02744c564ac010d934dc
|
|
@@ -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
|
|
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
|
|
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
|
|
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.
|
|
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.
|
|
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-
|
|
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:
|