aws-sdk-cloudsearchdomain 1.4.0 → 1.5.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: e002d35a15556d7d71bd7f46aaf5de533db29811
4
- data.tar.gz: a18f28587c243ce6d96cee4758a63c0d5e1a79b4
3
+ metadata.gz: d6efca50c1b66bead5837b2018bce923be5f8b34
4
+ data.tar.gz: 45ac7b7aff9b92de87b406ae682ee6bafa6bc40c
5
5
  SHA512:
6
- metadata.gz: 44b9dcf6dc267784b67beddedc29b3de05ce90c07da8deba5c59e96499ffdee37ea5f5ff50b8b83bd55b599ff8427caf3c6d668ef1a493022c26ba334b0ca96f
7
- data.tar.gz: eecd94a533d1b18a9bfac9d93b15696476dd51b827c48c97c0a3b2956183587a4940255b8ab353ab695a9f2e27d001ceffa27d8d43520f01c4d16d00b8fd50ed
6
+ metadata.gz: ec2df59bc7910c074ac3d7dd32e715c671c87a989483fcfaacda4b26d4284b238455422232ff5ce101f613a88bd669be3b4144d288fe56dd6f4a58975fb059c5
7
+ data.tar.gz: 6c15d55f5d58d7b1d83f3c0149ac15e715487096620aee286cae1fb8a0a634b3794e468748db281d1c1ced812ddd84ecafe409a64a06ee16ed169dd2db7a2fcd
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudsearchdomain/customizations'
42
42
  # @service
43
43
  module Aws::CloudSearchDomain
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -56,108 +56,110 @@ module Aws::CloudSearchDomain
56
56
  add_plugin(Aws::CloudSearchDomain::Plugins::ConditionalSigning)
57
57
  add_plugin(Aws::CloudSearchDomain::Plugins::SwitchToPost)
58
58
 
59
- # @option options [required, Aws::CredentialProvider] :credentials
60
- # Your AWS credentials. This can be an instance of any one of the
61
- # following classes:
59
+ # @overload initialize(options)
60
+ # @param [Hash] options
61
+ # @option options [required, Aws::CredentialProvider] :credentials
62
+ # Your AWS credentials. This can be an instance of any one of the
63
+ # following classes:
62
64
  #
63
- # * `Aws::Credentials` - Used for configuring static, non-refreshing
64
- # credentials.
65
+ # * `Aws::Credentials` - Used for configuring static, non-refreshing
66
+ # credentials.
65
67
  #
66
- # * `Aws::InstanceProfileCredentials` - Used for loading credentials
67
- # from an EC2 IMDS on an EC2 instance.
68
+ # * `Aws::InstanceProfileCredentials` - Used for loading credentials
69
+ # from an EC2 IMDS on an EC2 instance.
68
70
  #
69
- # * `Aws::SharedCredentials` - Used for loading credentials from a
70
- # shared file, such as `~/.aws/config`.
71
+ # * `Aws::SharedCredentials` - Used for loading credentials from a
72
+ # shared file, such as `~/.aws/config`.
71
73
  #
72
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
74
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
73
75
  #
74
- # When `:credentials` are not configured directly, the following
75
- # locations will be searched for credentials:
76
+ # When `:credentials` are not configured directly, the following
77
+ # locations will be searched for credentials:
76
78
  #
77
- # * `Aws.config[:credentials]`
78
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
79
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
80
- # * `~/.aws/credentials`
81
- # * `~/.aws/config`
82
- # * EC2 IMDS instance profile - When used by default, the timeouts are
83
- # very aggressive. Construct and pass an instance of
84
- # `Aws::InstanceProfileCredentails` to enable retries and extended
85
- # timeouts.
79
+ # * `Aws.config[:credentials]`
80
+ # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
81
+ # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
82
+ # * `~/.aws/credentials`
83
+ # * `~/.aws/config`
84
+ # * EC2 IMDS instance profile - When used by default, the timeouts are
85
+ # very aggressive. Construct and pass an instance of
86
+ # `Aws::InstanceProfileCredentails` to enable retries and extended
87
+ # timeouts.
86
88
  #
87
- # @option options [String] :access_key_id
89
+ # @option options [String] :access_key_id
88
90
  #
89
- # @option options [Boolean] :client_side_monitoring (false)
90
- # When `true`, client-side metrics will be collected for all API requests from
91
- # this client.
91
+ # @option options [Boolean] :client_side_monitoring (false)
92
+ # When `true`, client-side metrics will be collected for all API requests from
93
+ # this client.
92
94
  #
93
- # @option options [String] :client_side_monitoring_client_id ("")
94
- # Allows you to provide an identifier for this client which will be attached to
95
- # all generated client side metrics. Defaults to an empty string.
95
+ # @option options [String] :client_side_monitoring_client_id ("")
96
+ # Allows you to provide an identifier for this client which will be attached to
97
+ # all generated client side metrics. Defaults to an empty string.
96
98
  #
97
- # @option options [Integer] :client_side_monitoring_port (31000)
98
- # Required for publishing client metrics. The port that the client side monitoring
99
- # agent is running on, where client metrics will be published via UDP.
99
+ # @option options [Integer] :client_side_monitoring_port (31000)
100
+ # Required for publishing client metrics. The port that the client side monitoring
101
+ # agent is running on, where client metrics will be published via UDP.
100
102
  #
101
- # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
102
- # Allows you to provide a custom client-side monitoring publisher class. By default,
103
- # will use the Client Side Monitoring Agent Publisher.
103
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
104
+ # Allows you to provide a custom client-side monitoring publisher class. By default,
105
+ # will use the Client Side Monitoring Agent Publisher.
104
106
  #
105
- # @option options [Boolean] :convert_params (true)
106
- # When `true`, an attempt is made to coerce request parameters into
107
- # the required types.
107
+ # @option options [Boolean] :convert_params (true)
108
+ # When `true`, an attempt is made to coerce request parameters into
109
+ # the required types.
108
110
  #
109
- # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
110
- # The log formatter.
111
+ # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
112
+ # The log formatter.
111
113
  #
112
- # @option options [Symbol] :log_level (:info)
113
- # The log level to send messages to the `:logger` at.
114
+ # @option options [Symbol] :log_level (:info)
115
+ # The log level to send messages to the `:logger` at.
114
116
  #
115
- # @option options [Logger] :logger
116
- # The Logger instance to send log messages to. If this option
117
- # is not set, logging will be disabled.
117
+ # @option options [Logger] :logger
118
+ # The Logger instance to send log messages to. If this option
119
+ # is not set, logging will be disabled.
118
120
  #
119
- # @option options [String] :profile ("default")
120
- # Used when loading credentials from the shared credentials file
121
- # at HOME/.aws/credentials. When not specified, 'default' is used.
121
+ # @option options [String] :profile ("default")
122
+ # Used when loading credentials from the shared credentials file
123
+ # at HOME/.aws/credentials. When not specified, 'default' is used.
122
124
  #
123
- # @option options [Float] :retry_base_delay (0.3)
124
- # The base delay in seconds used by the default backoff function.
125
+ # @option options [Float] :retry_base_delay (0.3)
126
+ # The base delay in seconds used by the default backoff function.
125
127
  #
126
- # @option options [Symbol] :retry_jitter (:none)
127
- # A delay randomiser function used by the default backoff function. Some predefined functions can be referenced by name - :none, :equal, :full, otherwise a Proc that takes and returns a number.
128
+ # @option options [Symbol] :retry_jitter (:none)
129
+ # A delay randomiser function used by the default backoff function. Some predefined functions can be referenced by name - :none, :equal, :full, otherwise a Proc that takes and returns a number.
128
130
  #
129
- # @see https://www.awsarchitectureblog.com/2015/03/backoff.html
131
+ # @see https://www.awsarchitectureblog.com/2015/03/backoff.html
130
132
  #
131
- # @option options [Integer] :retry_limit (3)
132
- # The maximum number of times to retry failed requests. Only
133
- # ~ 500 level server errors and certain ~ 400 level client errors
134
- # are retried. Generally, these are throttling errors, data
135
- # checksum errors, networking errors, timeout errors and auth
136
- # errors from expired credentials.
133
+ # @option options [Integer] :retry_limit (3)
134
+ # The maximum number of times to retry failed requests. Only
135
+ # ~ 500 level server errors and certain ~ 400 level client errors
136
+ # are retried. Generally, these are throttling errors, data
137
+ # checksum errors, networking errors, timeout errors and auth
138
+ # errors from expired credentials.
137
139
  #
138
- # @option options [Integer] :retry_max_delay (0)
139
- # The maximum number of seconds to delay between retries (0 for no limit) used by the default backoff function.
140
+ # @option options [Integer] :retry_max_delay (0)
141
+ # The maximum number of seconds to delay between retries (0 for no limit) used by the default backoff function.
140
142
  #
141
- # @option options [String] :secret_access_key
143
+ # @option options [String] :secret_access_key
142
144
  #
143
- # @option options [String] :session_token
145
+ # @option options [String] :session_token
144
146
  #
145
- # @option options [String] :sigv4_region
146
- # Only needed when sending authenticated/signed requests to a Cloud
147
- # Search domain and the endpoint does not contain the region name.
147
+ # @option options [String] :sigv4_region
148
+ # Only needed when sending authenticated/signed requests to a Cloud
149
+ # Search domain and the endpoint does not contain the region name.
148
150
  #
149
- # @option options [Boolean] :stub_responses (false)
150
- # Causes the client to return stubbed responses. By default
151
- # fake responses are generated and returned. You can specify
152
- # the response data to return or errors to raise by calling
153
- # {ClientStubs#stub_responses}. See {ClientStubs} for more information.
151
+ # @option options [Boolean] :stub_responses (false)
152
+ # Causes the client to return stubbed responses. By default
153
+ # fake responses are generated and returned. You can specify
154
+ # the response data to return or errors to raise by calling
155
+ # {ClientStubs#stub_responses}. See {ClientStubs} for more information.
154
156
  #
155
- # ** Please note ** When response stubbing is enabled, no HTTP
156
- # requests are made, and retries are disabled.
157
+ # ** Please note ** When response stubbing is enabled, no HTTP
158
+ # requests are made, and retries are disabled.
157
159
  #
158
- # @option options [Boolean] :validate_params (true)
159
- # When `true`, request parameters are validated before
160
- # sending the request.
160
+ # @option options [Boolean] :validate_params (true)
161
+ # When `true`, request parameters are validated before
162
+ # sending the request.
161
163
  #
162
164
  def initialize(*args)
163
165
  super
@@ -764,7 +766,7 @@ module Aws::CloudSearchDomain
764
766
  params: params,
765
767
  config: config)
766
768
  context[:gem_name] = 'aws-sdk-cloudsearchdomain'
767
- context[:gem_version] = '1.4.0'
769
+ context[:gem_version] = '1.5.0'
768
770
  Seahorse::Client::Request.new(handlers, context)
769
771
  end
770
772
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudsearchdomain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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-10-23 00:00:00.000000000 Z
11
+ date: 2018-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core