aws-sdk-elasticbeanstalk 1.32.1 → 1.37.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 +4 -4
- data/lib/aws-sdk-elasticbeanstalk.rb +6 -2
- data/lib/aws-sdk-elasticbeanstalk/client.rb +154 -9
- data/lib/aws-sdk-elasticbeanstalk/client_api.rb +14 -0
- data/lib/aws-sdk-elasticbeanstalk/customizations.rb +1 -0
- data/lib/aws-sdk-elasticbeanstalk/errors.rb +2 -0
- data/lib/aws-sdk-elasticbeanstalk/resource.rb +2 -0
- data/lib/aws-sdk-elasticbeanstalk/types.rb +129 -0
- data/lib/aws-sdk-elasticbeanstalk/waiters.rb +210 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91e0092f0bd4a500eb30ce7ef688badb1644ea852822b72e9a9bed769f20083a
|
4
|
+
data.tar.gz: 76a8ac4984824b4f42750fdb3a0d6a82ca0ce12f5a2814df7ad8bc269f2c2fa0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b4c34a627cec13d5f19c542f61e99fe069977e985775d92a0e8aeec01460bc6bf9a4366da4ba26280ffdfeeeedeb1b46283038cf1364da41dc08d657033f5d2
|
7
|
+
data.tar.gz: f595f5b18d2997a4b92801cded58cb5bfb4fdec6448ca87db68e7a8e797668f1132f5c2be886b3605fae54f3730ea121d43190bde2b60fbc67d5c229288ae153
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -5,6 +7,7 @@
|
|
5
7
|
#
|
6
8
|
# WARNING ABOUT GENERATED CODE
|
7
9
|
|
10
|
+
|
8
11
|
require 'aws-sdk-core'
|
9
12
|
require 'aws-sigv4'
|
10
13
|
|
@@ -12,6 +15,7 @@ require_relative 'aws-sdk-elasticbeanstalk/types'
|
|
12
15
|
require_relative 'aws-sdk-elasticbeanstalk/client_api'
|
13
16
|
require_relative 'aws-sdk-elasticbeanstalk/client'
|
14
17
|
require_relative 'aws-sdk-elasticbeanstalk/errors'
|
18
|
+
require_relative 'aws-sdk-elasticbeanstalk/waiters'
|
15
19
|
require_relative 'aws-sdk-elasticbeanstalk/resource'
|
16
20
|
require_relative 'aws-sdk-elasticbeanstalk/customizations'
|
17
21
|
|
@@ -42,9 +46,9 @@ require_relative 'aws-sdk-elasticbeanstalk/customizations'
|
|
42
46
|
#
|
43
47
|
# See {Errors} for more information.
|
44
48
|
#
|
45
|
-
#
|
49
|
+
# @!group service
|
46
50
|
module Aws::ElasticBeanstalk
|
47
51
|
|
48
|
-
GEM_VERSION = '1.
|
52
|
+
GEM_VERSION = '1.37.0'
|
49
53
|
|
50
54
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -83,13 +85,28 @@ module Aws::ElasticBeanstalk
|
|
83
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
84
86
|
# credentials.
|
85
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
86
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
87
103
|
# from an EC2 IMDS on an EC2 instance.
|
88
104
|
#
|
89
|
-
# * `Aws::
|
90
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
91
107
|
#
|
92
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
93
110
|
#
|
94
111
|
# When `:credentials` are not configured directly, the following
|
95
112
|
# locations will be searched for credentials:
|
@@ -99,10 +116,10 @@ module Aws::ElasticBeanstalk
|
|
99
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
100
117
|
# * `~/.aws/credentials`
|
101
118
|
# * `~/.aws/config`
|
102
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
103
|
-
# very aggressive. Construct and pass an instance of
|
104
|
-
# `Aws::InstanceProfileCredentails`
|
105
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
106
123
|
#
|
107
124
|
# @option options [required, String] :region
|
108
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -2230,6 +2247,8 @@ module Aws::ElasticBeanstalk
|
|
2230
2247
|
# * {Types::DescribeEnvironmentManagedActionHistoryResult#managed_action_history_items #managed_action_history_items} => Array<Types::ManagedActionHistoryItem>
|
2231
2248
|
# * {Types::DescribeEnvironmentManagedActionHistoryResult#next_token #next_token} => String
|
2232
2249
|
#
|
2250
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2251
|
+
#
|
2233
2252
|
# @example Request syntax with placeholder values
|
2234
2253
|
#
|
2235
2254
|
# resp = client.describe_environment_managed_action_history({
|
@@ -2531,6 +2550,13 @@ module Aws::ElasticBeanstalk
|
|
2531
2550
|
# resp.environments[0].operations_role #=> String
|
2532
2551
|
# resp.next_token #=> String
|
2533
2552
|
#
|
2553
|
+
#
|
2554
|
+
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
2555
|
+
#
|
2556
|
+
# * environment_exists
|
2557
|
+
# * environment_terminated
|
2558
|
+
# * environment_updated
|
2559
|
+
#
|
2534
2560
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironments AWS API Documentation
|
2535
2561
|
#
|
2536
2562
|
# @overload describe_environments(params = {})
|
@@ -3149,6 +3175,8 @@ module Aws::ElasticBeanstalk
|
|
3149
3175
|
# * {Types::ListPlatformVersionsResult#platform_summary_list #platform_summary_list} => Array<Types::PlatformSummary>
|
3150
3176
|
# * {Types::ListPlatformVersionsResult#next_token #next_token} => String
|
3151
3177
|
#
|
3178
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3179
|
+
#
|
3152
3180
|
# @example Request syntax with placeholder values
|
3153
3181
|
#
|
3154
3182
|
# resp = client.list_platform_versions({
|
@@ -4473,14 +4501,131 @@ module Aws::ElasticBeanstalk
|
|
4473
4501
|
params: params,
|
4474
4502
|
config: config)
|
4475
4503
|
context[:gem_name] = 'aws-sdk-elasticbeanstalk'
|
4476
|
-
context[:gem_version] = '1.
|
4504
|
+
context[:gem_version] = '1.37.0'
|
4477
4505
|
Seahorse::Client::Request.new(handlers, context)
|
4478
4506
|
end
|
4479
4507
|
|
4508
|
+
# Polls an API operation until a resource enters a desired state.
|
4509
|
+
#
|
4510
|
+
# ## Basic Usage
|
4511
|
+
#
|
4512
|
+
# A waiter will call an API operation until:
|
4513
|
+
#
|
4514
|
+
# * It is successful
|
4515
|
+
# * It enters a terminal state
|
4516
|
+
# * It makes the maximum number of attempts
|
4517
|
+
#
|
4518
|
+
# In between attempts, the waiter will sleep.
|
4519
|
+
#
|
4520
|
+
# # polls in a loop, sleeping between attempts
|
4521
|
+
# client.wait_until(waiter_name, params)
|
4522
|
+
#
|
4523
|
+
# ## Configuration
|
4524
|
+
#
|
4525
|
+
# You can configure the maximum number of polling attempts, and the
|
4526
|
+
# delay (in seconds) between each polling attempt. You can pass
|
4527
|
+
# configuration as the final arguments hash.
|
4528
|
+
#
|
4529
|
+
# # poll for ~25 seconds
|
4530
|
+
# client.wait_until(waiter_name, params, {
|
4531
|
+
# max_attempts: 5,
|
4532
|
+
# delay: 5,
|
4533
|
+
# })
|
4534
|
+
#
|
4535
|
+
# ## Callbacks
|
4536
|
+
#
|
4537
|
+
# You can be notified before each polling attempt and before each
|
4538
|
+
# delay. If you throw `:success` or `:failure` from these callbacks,
|
4539
|
+
# it will terminate the waiter.
|
4540
|
+
#
|
4541
|
+
# started_at = Time.now
|
4542
|
+
# client.wait_until(waiter_name, params, {
|
4543
|
+
#
|
4544
|
+
# # disable max attempts
|
4545
|
+
# max_attempts: nil,
|
4546
|
+
#
|
4547
|
+
# # poll for 1 hour, instead of a number of attempts
|
4548
|
+
# before_wait: -> (attempts, response) do
|
4549
|
+
# throw :failure if Time.now - started_at > 3600
|
4550
|
+
# end
|
4551
|
+
# })
|
4552
|
+
#
|
4553
|
+
# ## Handling Errors
|
4554
|
+
#
|
4555
|
+
# When a waiter is unsuccessful, it will raise an error.
|
4556
|
+
# All of the failure errors extend from
|
4557
|
+
# {Aws::Waiters::Errors::WaiterFailed}.
|
4558
|
+
#
|
4559
|
+
# begin
|
4560
|
+
# client.wait_until(...)
|
4561
|
+
# rescue Aws::Waiters::Errors::WaiterFailed
|
4562
|
+
# # resource did not enter the desired state in time
|
4563
|
+
# end
|
4564
|
+
#
|
4565
|
+
# ## Valid Waiters
|
4566
|
+
#
|
4567
|
+
# The following table lists the valid waiter names, the operations they call,
|
4568
|
+
# and the default `:delay` and `:max_attempts` values.
|
4569
|
+
#
|
4570
|
+
# | waiter_name | params | :delay | :max_attempts |
|
4571
|
+
# | ---------------------- | ------------------------------ | -------- | ------------- |
|
4572
|
+
# | environment_exists | {Client#describe_environments} | 20 | 20 |
|
4573
|
+
# | environment_terminated | {Client#describe_environments} | 20 | 20 |
|
4574
|
+
# | environment_updated | {Client#describe_environments} | 20 | 20 |
|
4575
|
+
#
|
4576
|
+
# @raise [Errors::FailureStateError] Raised when the waiter terminates
|
4577
|
+
# because the waiter has entered a state that it will not transition
|
4578
|
+
# out of, preventing success.
|
4579
|
+
#
|
4580
|
+
# @raise [Errors::TooManyAttemptsError] Raised when the configured
|
4581
|
+
# maximum number of attempts have been made, and the waiter is not
|
4582
|
+
# yet successful.
|
4583
|
+
#
|
4584
|
+
# @raise [Errors::UnexpectedError] Raised when an error is encounted
|
4585
|
+
# while polling for a resource that is not expected.
|
4586
|
+
#
|
4587
|
+
# @raise [Errors::NoSuchWaiterError] Raised when you request to wait
|
4588
|
+
# for an unknown state.
|
4589
|
+
#
|
4590
|
+
# @return [Boolean] Returns `true` if the waiter was successful.
|
4591
|
+
# @param [Symbol] waiter_name
|
4592
|
+
# @param [Hash] params ({})
|
4593
|
+
# @param [Hash] options ({})
|
4594
|
+
# @option options [Integer] :max_attempts
|
4595
|
+
# @option options [Integer] :delay
|
4596
|
+
# @option options [Proc] :before_attempt
|
4597
|
+
# @option options [Proc] :before_wait
|
4598
|
+
def wait_until(waiter_name, params = {}, options = {})
|
4599
|
+
w = waiter(waiter_name, options)
|
4600
|
+
yield(w.waiter) if block_given? # deprecated
|
4601
|
+
w.wait(params)
|
4602
|
+
end
|
4603
|
+
|
4480
4604
|
# @api private
|
4481
4605
|
# @deprecated
|
4482
4606
|
def waiter_names
|
4483
|
-
|
4607
|
+
waiters.keys
|
4608
|
+
end
|
4609
|
+
|
4610
|
+
private
|
4611
|
+
|
4612
|
+
# @param [Symbol] waiter_name
|
4613
|
+
# @param [Hash] options ({})
|
4614
|
+
def waiter(waiter_name, options = {})
|
4615
|
+
waiter_class = waiters[waiter_name]
|
4616
|
+
if waiter_class
|
4617
|
+
waiter_class.new(options.merge(client: self))
|
4618
|
+
else
|
4619
|
+
raise Aws::Waiters::Errors::NoSuchWaiterError.new(waiter_name, waiters.keys)
|
4620
|
+
end
|
4621
|
+
end
|
4622
|
+
|
4623
|
+
def waiters
|
4624
|
+
{
|
4625
|
+
environment_exists: Waiters::EnvironmentExists,
|
4626
|
+
environment_terminated: Waiters::EnvironmentTerminated,
|
4627
|
+
environment_updated: Waiters::EnvironmentUpdated
|
4628
|
+
}
|
4484
4629
|
end
|
4485
4630
|
|
4486
4631
|
class << self
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -1438,6 +1440,12 @@ module Aws::ElasticBeanstalk
|
|
1438
1440
|
o.input = Shapes::ShapeRef.new(shape: DescribeEnvironmentManagedActionHistoryRequest)
|
1439
1441
|
o.output = Shapes::ShapeRef.new(shape: DescribeEnvironmentManagedActionHistoryResult)
|
1440
1442
|
o.errors << Shapes::ShapeRef.new(shape: ElasticBeanstalkServiceException)
|
1443
|
+
o[:pager] = Aws::Pager.new(
|
1444
|
+
limit_key: "max_items",
|
1445
|
+
tokens: {
|
1446
|
+
"next_token" => "next_token"
|
1447
|
+
}
|
1448
|
+
)
|
1441
1449
|
end)
|
1442
1450
|
|
1443
1451
|
api.add_operation(:describe_environment_managed_actions, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1539,6 +1547,12 @@ module Aws::ElasticBeanstalk
|
|
1539
1547
|
o.output = Shapes::ShapeRef.new(shape: ListPlatformVersionsResult)
|
1540
1548
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientPrivilegesException)
|
1541
1549
|
o.errors << Shapes::ShapeRef.new(shape: ElasticBeanstalkServiceException)
|
1550
|
+
o[:pager] = Aws::Pager.new(
|
1551
|
+
limit_key: "max_records",
|
1552
|
+
tokens: {
|
1553
|
+
"next_token" => "next_token"
|
1554
|
+
}
|
1555
|
+
)
|
1542
1556
|
end)
|
1543
1557
|
|
1544
1558
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -31,6 +33,7 @@ module Aws::ElasticBeanstalk
|
|
31
33
|
class AbortEnvironmentUpdateMessage < Struct.new(
|
32
34
|
:environment_id,
|
33
35
|
:environment_name)
|
36
|
+
SENSITIVE = []
|
34
37
|
include Aws::Structure
|
35
38
|
end
|
36
39
|
|
@@ -80,6 +83,7 @@ module Aws::ElasticBeanstalk
|
|
80
83
|
:versions,
|
81
84
|
:configuration_templates,
|
82
85
|
:resource_lifecycle_config)
|
86
|
+
SENSITIVE = []
|
83
87
|
include Aws::Structure
|
84
88
|
end
|
85
89
|
|
@@ -93,6 +97,7 @@ module Aws::ElasticBeanstalk
|
|
93
97
|
#
|
94
98
|
class ApplicationDescriptionMessage < Struct.new(
|
95
99
|
:application)
|
100
|
+
SENSITIVE = []
|
96
101
|
include Aws::Structure
|
97
102
|
end
|
98
103
|
|
@@ -106,6 +111,7 @@ module Aws::ElasticBeanstalk
|
|
106
111
|
#
|
107
112
|
class ApplicationDescriptionsMessage < Struct.new(
|
108
113
|
:applications)
|
114
|
+
SENSITIVE = []
|
109
115
|
include Aws::Structure
|
110
116
|
end
|
111
117
|
|
@@ -140,6 +146,7 @@ module Aws::ElasticBeanstalk
|
|
140
146
|
:request_count,
|
141
147
|
:status_codes,
|
142
148
|
:latency)
|
149
|
+
SENSITIVE = []
|
143
150
|
include Aws::Structure
|
144
151
|
end
|
145
152
|
|
@@ -192,6 +199,7 @@ module Aws::ElasticBeanstalk
|
|
192
199
|
class ApplicationResourceLifecycleConfig < Struct.new(
|
193
200
|
:service_role,
|
194
201
|
:version_lifecycle_config)
|
202
|
+
SENSITIVE = []
|
195
203
|
include Aws::Structure
|
196
204
|
end
|
197
205
|
|
@@ -208,6 +216,7 @@ module Aws::ElasticBeanstalk
|
|
208
216
|
class ApplicationResourceLifecycleDescriptionMessage < Struct.new(
|
209
217
|
:application_name,
|
210
218
|
:resource_lifecycle_config)
|
219
|
+
SENSITIVE = []
|
211
220
|
include Aws::Structure
|
212
221
|
end
|
213
222
|
|
@@ -290,6 +299,7 @@ module Aws::ElasticBeanstalk
|
|
290
299
|
:date_created,
|
291
300
|
:date_updated,
|
292
301
|
:status)
|
302
|
+
SENSITIVE = []
|
293
303
|
include Aws::Structure
|
294
304
|
end
|
295
305
|
|
@@ -304,6 +314,7 @@ module Aws::ElasticBeanstalk
|
|
304
314
|
#
|
305
315
|
class ApplicationVersionDescriptionMessage < Struct.new(
|
306
316
|
:application_version)
|
317
|
+
SENSITIVE = []
|
307
318
|
include Aws::Structure
|
308
319
|
end
|
309
320
|
|
@@ -324,6 +335,7 @@ module Aws::ElasticBeanstalk
|
|
324
335
|
class ApplicationVersionDescriptionsMessage < Struct.new(
|
325
336
|
:application_versions,
|
326
337
|
:next_token)
|
338
|
+
SENSITIVE = []
|
327
339
|
include Aws::Structure
|
328
340
|
end
|
329
341
|
|
@@ -368,6 +380,7 @@ module Aws::ElasticBeanstalk
|
|
368
380
|
class ApplicationVersionLifecycleConfig < Struct.new(
|
369
381
|
:max_count_rule,
|
370
382
|
:max_age_rule)
|
383
|
+
SENSITIVE = []
|
371
384
|
include Aws::Structure
|
372
385
|
end
|
373
386
|
|
@@ -400,6 +413,7 @@ module Aws::ElasticBeanstalk
|
|
400
413
|
:environment_name,
|
401
414
|
:environment_id,
|
402
415
|
:action_id)
|
416
|
+
SENSITIVE = []
|
403
417
|
include Aws::Structure
|
404
418
|
end
|
405
419
|
|
@@ -428,6 +442,7 @@ module Aws::ElasticBeanstalk
|
|
428
442
|
:action_description,
|
429
443
|
:action_type,
|
430
444
|
:status)
|
445
|
+
SENSITIVE = []
|
431
446
|
include Aws::Structure
|
432
447
|
end
|
433
448
|
|
@@ -455,6 +470,7 @@ module Aws::ElasticBeanstalk
|
|
455
470
|
class AssociateEnvironmentOperationsRoleMessage < Struct.new(
|
456
471
|
:environment_name,
|
457
472
|
:operations_role)
|
473
|
+
SENSITIVE = []
|
458
474
|
include Aws::Structure
|
459
475
|
end
|
460
476
|
|
@@ -468,6 +484,7 @@ module Aws::ElasticBeanstalk
|
|
468
484
|
#
|
469
485
|
class AutoScalingGroup < Struct.new(
|
470
486
|
:name)
|
487
|
+
SENSITIVE = []
|
471
488
|
include Aws::Structure
|
472
489
|
end
|
473
490
|
|
@@ -530,6 +547,7 @@ module Aws::ElasticBeanstalk
|
|
530
547
|
:compute_type,
|
531
548
|
:image,
|
532
549
|
:timeout_in_minutes)
|
550
|
+
SENSITIVE = []
|
533
551
|
include Aws::Structure
|
534
552
|
end
|
535
553
|
|
@@ -543,6 +561,7 @@ module Aws::ElasticBeanstalk
|
|
543
561
|
#
|
544
562
|
class Builder < Struct.new(
|
545
563
|
:arn)
|
564
|
+
SENSITIVE = []
|
546
565
|
include Aws::Structure
|
547
566
|
end
|
548
567
|
|
@@ -611,6 +630,7 @@ module Aws::ElasticBeanstalk
|
|
611
630
|
:irq,
|
612
631
|
:soft_irq,
|
613
632
|
:privileged)
|
633
|
+
SENSITIVE = []
|
614
634
|
include Aws::Structure
|
615
635
|
end
|
616
636
|
|
@@ -631,6 +651,7 @@ module Aws::ElasticBeanstalk
|
|
631
651
|
#
|
632
652
|
class CheckDNSAvailabilityMessage < Struct.new(
|
633
653
|
:cname_prefix)
|
654
|
+
SENSITIVE = []
|
634
655
|
include Aws::Structure
|
635
656
|
end
|
636
657
|
|
@@ -654,6 +675,7 @@ module Aws::ElasticBeanstalk
|
|
654
675
|
class CheckDNSAvailabilityResultMessage < Struct.new(
|
655
676
|
:available,
|
656
677
|
:fully_qualified_cname)
|
678
|
+
SENSITIVE = []
|
657
679
|
include Aws::Structure
|
658
680
|
end
|
659
681
|
|
@@ -704,6 +726,7 @@ module Aws::ElasticBeanstalk
|
|
704
726
|
:application_name,
|
705
727
|
:group_name,
|
706
728
|
:version_labels)
|
729
|
+
SENSITIVE = []
|
707
730
|
include Aws::Structure
|
708
731
|
end
|
709
732
|
|
@@ -810,6 +833,7 @@ module Aws::ElasticBeanstalk
|
|
810
833
|
:max_value,
|
811
834
|
:max_length,
|
812
835
|
:regex)
|
836
|
+
SENSITIVE = []
|
813
837
|
include Aws::Structure
|
814
838
|
end
|
815
839
|
|
@@ -857,6 +881,7 @@ module Aws::ElasticBeanstalk
|
|
857
881
|
:namespace,
|
858
882
|
:option_name,
|
859
883
|
:value)
|
884
|
+
SENSITIVE = []
|
860
885
|
include Aws::Structure
|
861
886
|
end
|
862
887
|
|
@@ -881,6 +906,7 @@ module Aws::ElasticBeanstalk
|
|
881
906
|
:solution_stack_name,
|
882
907
|
:platform_arn,
|
883
908
|
:options)
|
909
|
+
SENSITIVE = []
|
884
910
|
include Aws::Structure
|
885
911
|
end
|
886
912
|
|
@@ -957,6 +983,7 @@ module Aws::ElasticBeanstalk
|
|
957
983
|
:date_created,
|
958
984
|
:date_updated,
|
959
985
|
:option_settings)
|
986
|
+
SENSITIVE = []
|
960
987
|
include Aws::Structure
|
961
988
|
end
|
962
989
|
|
@@ -971,6 +998,7 @@ module Aws::ElasticBeanstalk
|
|
971
998
|
#
|
972
999
|
class ConfigurationSettingsDescriptions < Struct.new(
|
973
1000
|
:configuration_settings)
|
1001
|
+
SENSITIVE = []
|
974
1002
|
include Aws::Structure
|
975
1003
|
end
|
976
1004
|
|
@@ -984,6 +1012,7 @@ module Aws::ElasticBeanstalk
|
|
984
1012
|
#
|
985
1013
|
class ConfigurationSettingsValidationMessages < Struct.new(
|
986
1014
|
:messages)
|
1015
|
+
SENSITIVE = []
|
987
1016
|
include Aws::Structure
|
988
1017
|
end
|
989
1018
|
|
@@ -1046,6 +1075,7 @@ module Aws::ElasticBeanstalk
|
|
1046
1075
|
:description,
|
1047
1076
|
:resource_lifecycle_config,
|
1048
1077
|
:tags)
|
1078
|
+
SENSITIVE = []
|
1049
1079
|
include Aws::Structure
|
1050
1080
|
end
|
1051
1081
|
|
@@ -1167,6 +1197,7 @@ module Aws::ElasticBeanstalk
|
|
1167
1197
|
:auto_create_application,
|
1168
1198
|
:process,
|
1169
1199
|
:tags)
|
1200
|
+
SENSITIVE = []
|
1170
1201
|
include Aws::Structure
|
1171
1202
|
end
|
1172
1203
|
|
@@ -1306,6 +1337,7 @@ module Aws::ElasticBeanstalk
|
|
1306
1337
|
:description,
|
1307
1338
|
:option_settings,
|
1308
1339
|
:tags)
|
1340
|
+
SENSITIVE = []
|
1309
1341
|
include Aws::Structure
|
1310
1342
|
end
|
1311
1343
|
|
@@ -1497,6 +1529,7 @@ module Aws::ElasticBeanstalk
|
|
1497
1529
|
:option_settings,
|
1498
1530
|
:options_to_remove,
|
1499
1531
|
:operations_role)
|
1532
|
+
SENSITIVE = []
|
1500
1533
|
include Aws::Structure
|
1501
1534
|
end
|
1502
1535
|
|
@@ -1567,6 +1600,7 @@ module Aws::ElasticBeanstalk
|
|
1567
1600
|
:environment_name,
|
1568
1601
|
:option_settings,
|
1569
1602
|
:tags)
|
1603
|
+
SENSITIVE = []
|
1570
1604
|
include Aws::Structure
|
1571
1605
|
end
|
1572
1606
|
|
@@ -1583,6 +1617,7 @@ module Aws::ElasticBeanstalk
|
|
1583
1617
|
class CreatePlatformVersionResult < Struct.new(
|
1584
1618
|
:platform_summary,
|
1585
1619
|
:builder)
|
1620
|
+
SENSITIVE = []
|
1586
1621
|
include Aws::Structure
|
1587
1622
|
end
|
1588
1623
|
|
@@ -1596,6 +1631,7 @@ module Aws::ElasticBeanstalk
|
|
1596
1631
|
#
|
1597
1632
|
class CreateStorageLocationResultMessage < Struct.new(
|
1598
1633
|
:s3_bucket)
|
1634
|
+
SENSITIVE = []
|
1599
1635
|
include Aws::Structure
|
1600
1636
|
end
|
1601
1637
|
|
@@ -1614,6 +1650,7 @@ module Aws::ElasticBeanstalk
|
|
1614
1650
|
class CustomAmi < Struct.new(
|
1615
1651
|
:virtualization_type,
|
1616
1652
|
:image_id)
|
1653
|
+
SENSITIVE = []
|
1617
1654
|
include Aws::Structure
|
1618
1655
|
end
|
1619
1656
|
|
@@ -1641,6 +1678,7 @@ module Aws::ElasticBeanstalk
|
|
1641
1678
|
class DeleteApplicationMessage < Struct.new(
|
1642
1679
|
:application_name,
|
1643
1680
|
:terminate_env_by_force)
|
1681
|
+
SENSITIVE = []
|
1644
1682
|
include Aws::Structure
|
1645
1683
|
end
|
1646
1684
|
|
@@ -1675,6 +1713,7 @@ module Aws::ElasticBeanstalk
|
|
1675
1713
|
:application_name,
|
1676
1714
|
:version_label,
|
1677
1715
|
:delete_source_bundle)
|
1716
|
+
SENSITIVE = []
|
1678
1717
|
include Aws::Structure
|
1679
1718
|
end
|
1680
1719
|
|
@@ -1702,6 +1741,7 @@ module Aws::ElasticBeanstalk
|
|
1702
1741
|
class DeleteConfigurationTemplateMessage < Struct.new(
|
1703
1742
|
:application_name,
|
1704
1743
|
:template_name)
|
1744
|
+
SENSITIVE = []
|
1705
1745
|
include Aws::Structure
|
1706
1746
|
end
|
1707
1747
|
|
@@ -1728,6 +1768,7 @@ module Aws::ElasticBeanstalk
|
|
1728
1768
|
class DeleteEnvironmentConfigurationMessage < Struct.new(
|
1729
1769
|
:application_name,
|
1730
1770
|
:environment_name)
|
1771
|
+
SENSITIVE = []
|
1731
1772
|
include Aws::Structure
|
1732
1773
|
end
|
1733
1774
|
|
@@ -1746,6 +1787,7 @@ module Aws::ElasticBeanstalk
|
|
1746
1787
|
#
|
1747
1788
|
class DeletePlatformVersionRequest < Struct.new(
|
1748
1789
|
:platform_arn)
|
1790
|
+
SENSITIVE = []
|
1749
1791
|
include Aws::Structure
|
1750
1792
|
end
|
1751
1793
|
|
@@ -1757,6 +1799,7 @@ module Aws::ElasticBeanstalk
|
|
1757
1799
|
#
|
1758
1800
|
class DeletePlatformVersionResult < Struct.new(
|
1759
1801
|
:platform_summary)
|
1802
|
+
SENSITIVE = []
|
1760
1803
|
include Aws::Structure
|
1761
1804
|
end
|
1762
1805
|
|
@@ -1795,6 +1838,7 @@ module Aws::ElasticBeanstalk
|
|
1795
1838
|
:deployment_id,
|
1796
1839
|
:status,
|
1797
1840
|
:deployment_time)
|
1841
|
+
SENSITIVE = []
|
1798
1842
|
include Aws::Structure
|
1799
1843
|
end
|
1800
1844
|
|
@@ -1807,6 +1851,7 @@ module Aws::ElasticBeanstalk
|
|
1807
1851
|
#
|
1808
1852
|
class DescribeAccountAttributesResult < Struct.new(
|
1809
1853
|
:resource_quotas)
|
1854
|
+
SENSITIVE = []
|
1810
1855
|
include Aws::Structure
|
1811
1856
|
end
|
1812
1857
|
|
@@ -1854,6 +1899,7 @@ module Aws::ElasticBeanstalk
|
|
1854
1899
|
:version_labels,
|
1855
1900
|
:max_records,
|
1856
1901
|
:next_token)
|
1902
|
+
SENSITIVE = []
|
1857
1903
|
include Aws::Structure
|
1858
1904
|
end
|
1859
1905
|
|
@@ -1875,6 +1921,7 @@ module Aws::ElasticBeanstalk
|
|
1875
1921
|
#
|
1876
1922
|
class DescribeApplicationsMessage < Struct.new(
|
1877
1923
|
:application_names)
|
1924
|
+
SENSITIVE = []
|
1878
1925
|
include Aws::Structure
|
1879
1926
|
end
|
1880
1927
|
|
@@ -1938,6 +1985,7 @@ module Aws::ElasticBeanstalk
|
|
1938
1985
|
:solution_stack_name,
|
1939
1986
|
:platform_arn,
|
1940
1987
|
:options)
|
1988
|
+
SENSITIVE = []
|
1941
1989
|
include Aws::Structure
|
1942
1990
|
end
|
1943
1991
|
|
@@ -1982,6 +2030,7 @@ module Aws::ElasticBeanstalk
|
|
1982
2030
|
:application_name,
|
1983
2031
|
:template_name,
|
1984
2032
|
:environment_name)
|
2033
|
+
SENSITIVE = []
|
1985
2034
|
include Aws::Structure
|
1986
2035
|
end
|
1987
2036
|
|
@@ -2020,6 +2069,7 @@ module Aws::ElasticBeanstalk
|
|
2020
2069
|
:environment_name,
|
2021
2070
|
:environment_id,
|
2022
2071
|
:attribute_names)
|
2072
|
+
SENSITIVE = []
|
2023
2073
|
include Aws::Structure
|
2024
2074
|
end
|
2025
2075
|
|
@@ -2078,6 +2128,7 @@ module Aws::ElasticBeanstalk
|
|
2078
2128
|
:application_metrics,
|
2079
2129
|
:instances_health,
|
2080
2130
|
:refreshed_at)
|
2131
|
+
SENSITIVE = []
|
2081
2132
|
include Aws::Structure
|
2082
2133
|
end
|
2083
2134
|
|
@@ -2116,6 +2167,7 @@ module Aws::ElasticBeanstalk
|
|
2116
2167
|
:environment_name,
|
2117
2168
|
:next_token,
|
2118
2169
|
:max_items)
|
2170
|
+
SENSITIVE = []
|
2119
2171
|
include Aws::Structure
|
2120
2172
|
end
|
2121
2173
|
|
@@ -2137,6 +2189,7 @@ module Aws::ElasticBeanstalk
|
|
2137
2189
|
class DescribeEnvironmentManagedActionHistoryResult < Struct.new(
|
2138
2190
|
:managed_action_history_items,
|
2139
2191
|
:next_token)
|
2192
|
+
SENSITIVE = []
|
2140
2193
|
include Aws::Structure
|
2141
2194
|
end
|
2142
2195
|
|
@@ -2170,6 +2223,7 @@ module Aws::ElasticBeanstalk
|
|
2170
2223
|
:environment_name,
|
2171
2224
|
:environment_id,
|
2172
2225
|
:status)
|
2226
|
+
SENSITIVE = []
|
2173
2227
|
include Aws::Structure
|
2174
2228
|
end
|
2175
2229
|
|
@@ -2183,6 +2237,7 @@ module Aws::ElasticBeanstalk
|
|
2183
2237
|
#
|
2184
2238
|
class DescribeEnvironmentManagedActionsResult < Struct.new(
|
2185
2239
|
:managed_actions)
|
2240
|
+
SENSITIVE = []
|
2186
2241
|
include Aws::Structure
|
2187
2242
|
end
|
2188
2243
|
|
@@ -2217,6 +2272,7 @@ module Aws::ElasticBeanstalk
|
|
2217
2272
|
class DescribeEnvironmentResourcesMessage < Struct.new(
|
2218
2273
|
:environment_id,
|
2219
2274
|
:environment_name)
|
2275
|
+
SENSITIVE = []
|
2220
2276
|
include Aws::Structure
|
2221
2277
|
end
|
2222
2278
|
|
@@ -2299,6 +2355,7 @@ module Aws::ElasticBeanstalk
|
|
2299
2355
|
:included_deleted_back_to,
|
2300
2356
|
:max_records,
|
2301
2357
|
:next_token)
|
2358
|
+
SENSITIVE = []
|
2302
2359
|
include Aws::Structure
|
2303
2360
|
end
|
2304
2361
|
|
@@ -2400,6 +2457,7 @@ module Aws::ElasticBeanstalk
|
|
2400
2457
|
:end_time,
|
2401
2458
|
:max_records,
|
2402
2459
|
:next_token)
|
2460
|
+
SENSITIVE = []
|
2403
2461
|
include Aws::Structure
|
2404
2462
|
end
|
2405
2463
|
|
@@ -2440,6 +2498,7 @@ module Aws::ElasticBeanstalk
|
|
2440
2498
|
:environment_id,
|
2441
2499
|
:attribute_names,
|
2442
2500
|
:next_token)
|
2501
|
+
SENSITIVE = []
|
2443
2502
|
include Aws::Structure
|
2444
2503
|
end
|
2445
2504
|
|
@@ -2468,6 +2527,7 @@ module Aws::ElasticBeanstalk
|
|
2468
2527
|
:instance_health_list,
|
2469
2528
|
:refreshed_at,
|
2470
2529
|
:next_token)
|
2530
|
+
SENSITIVE = []
|
2471
2531
|
include Aws::Structure
|
2472
2532
|
end
|
2473
2533
|
|
@@ -2486,6 +2546,7 @@ module Aws::ElasticBeanstalk
|
|
2486
2546
|
#
|
2487
2547
|
class DescribePlatformVersionRequest < Struct.new(
|
2488
2548
|
:platform_arn)
|
2549
|
+
SENSITIVE = []
|
2489
2550
|
include Aws::Structure
|
2490
2551
|
end
|
2491
2552
|
|
@@ -2497,6 +2558,7 @@ module Aws::ElasticBeanstalk
|
|
2497
2558
|
#
|
2498
2559
|
class DescribePlatformVersionResult < Struct.new(
|
2499
2560
|
:platform_description)
|
2561
|
+
SENSITIVE = []
|
2500
2562
|
include Aws::Structure
|
2501
2563
|
end
|
2502
2564
|
|
@@ -2518,6 +2580,7 @@ module Aws::ElasticBeanstalk
|
|
2518
2580
|
#
|
2519
2581
|
class DisassociateEnvironmentOperationsRoleMessage < Struct.new(
|
2520
2582
|
:environment_name)
|
2583
|
+
SENSITIVE = []
|
2521
2584
|
include Aws::Structure
|
2522
2585
|
end
|
2523
2586
|
|
@@ -2531,6 +2594,7 @@ module Aws::ElasticBeanstalk
|
|
2531
2594
|
#
|
2532
2595
|
class ElasticBeanstalkServiceException < Struct.new(
|
2533
2596
|
:message)
|
2597
|
+
SENSITIVE = []
|
2534
2598
|
include Aws::Structure
|
2535
2599
|
end
|
2536
2600
|
|
@@ -2694,6 +2758,7 @@ module Aws::ElasticBeanstalk
|
|
2694
2758
|
:environment_links,
|
2695
2759
|
:environment_arn,
|
2696
2760
|
:operations_role)
|
2761
|
+
SENSITIVE = []
|
2697
2762
|
include Aws::Structure
|
2698
2763
|
end
|
2699
2764
|
|
@@ -2713,6 +2778,7 @@ module Aws::ElasticBeanstalk
|
|
2713
2778
|
class EnvironmentDescriptionsMessage < Struct.new(
|
2714
2779
|
:environments,
|
2715
2780
|
:next_token)
|
2781
|
+
SENSITIVE = []
|
2716
2782
|
include Aws::Structure
|
2717
2783
|
end
|
2718
2784
|
|
@@ -2745,6 +2811,7 @@ module Aws::ElasticBeanstalk
|
|
2745
2811
|
:ec2_instance_id,
|
2746
2812
|
:sample_timestamp,
|
2747
2813
|
:message)
|
2814
|
+
SENSITIVE = []
|
2748
2815
|
include Aws::Structure
|
2749
2816
|
end
|
2750
2817
|
|
@@ -2770,6 +2837,7 @@ module Aws::ElasticBeanstalk
|
|
2770
2837
|
class EnvironmentLink < Struct.new(
|
2771
2838
|
:link_name,
|
2772
2839
|
:environment_name)
|
2840
|
+
SENSITIVE = []
|
2773
2841
|
include Aws::Structure
|
2774
2842
|
end
|
2775
2843
|
|
@@ -2819,6 +2887,7 @@ module Aws::ElasticBeanstalk
|
|
2819
2887
|
:load_balancers,
|
2820
2888
|
:triggers,
|
2821
2889
|
:queues)
|
2890
|
+
SENSITIVE = []
|
2822
2891
|
include Aws::Structure
|
2823
2892
|
end
|
2824
2893
|
|
@@ -2832,6 +2901,7 @@ module Aws::ElasticBeanstalk
|
|
2832
2901
|
#
|
2833
2902
|
class EnvironmentResourceDescriptionsMessage < Struct.new(
|
2834
2903
|
:environment_resources)
|
2904
|
+
SENSITIVE = []
|
2835
2905
|
include Aws::Structure
|
2836
2906
|
end
|
2837
2907
|
|
@@ -2846,6 +2916,7 @@ module Aws::ElasticBeanstalk
|
|
2846
2916
|
#
|
2847
2917
|
class EnvironmentResourcesDescription < Struct.new(
|
2848
2918
|
:load_balancer)
|
2919
|
+
SENSITIVE = []
|
2849
2920
|
include Aws::Structure
|
2850
2921
|
end
|
2851
2922
|
|
@@ -2897,6 +2968,7 @@ module Aws::ElasticBeanstalk
|
|
2897
2968
|
:name,
|
2898
2969
|
:type,
|
2899
2970
|
:version)
|
2971
|
+
SENSITIVE = []
|
2900
2972
|
include Aws::Structure
|
2901
2973
|
end
|
2902
2974
|
|
@@ -2951,6 +3023,7 @@ module Aws::ElasticBeanstalk
|
|
2951
3023
|
:platform_arn,
|
2952
3024
|
:request_id,
|
2953
3025
|
:severity)
|
3026
|
+
SENSITIVE = []
|
2954
3027
|
include Aws::Structure
|
2955
3028
|
end
|
2956
3029
|
|
@@ -2971,6 +3044,7 @@ module Aws::ElasticBeanstalk
|
|
2971
3044
|
class EventDescriptionsMessage < Struct.new(
|
2972
3045
|
:events,
|
2973
3046
|
:next_token)
|
3047
|
+
SENSITIVE = []
|
2974
3048
|
include Aws::Structure
|
2975
3049
|
end
|
2976
3050
|
|
@@ -2984,6 +3058,7 @@ module Aws::ElasticBeanstalk
|
|
2984
3058
|
#
|
2985
3059
|
class Instance < Struct.new(
|
2986
3060
|
:id)
|
3061
|
+
SENSITIVE = []
|
2987
3062
|
include Aws::Structure
|
2988
3063
|
end
|
2989
3064
|
|
@@ -3044,6 +3119,7 @@ module Aws::ElasticBeanstalk
|
|
3044
3119
|
:warning,
|
3045
3120
|
:degraded,
|
3046
3121
|
:severe)
|
3122
|
+
SENSITIVE = []
|
3047
3123
|
include Aws::Structure
|
3048
3124
|
end
|
3049
3125
|
|
@@ -3115,6 +3191,7 @@ module Aws::ElasticBeanstalk
|
|
3115
3191
|
:p75,
|
3116
3192
|
:p50,
|
3117
3193
|
:p10)
|
3194
|
+
SENSITIVE = []
|
3118
3195
|
include Aws::Structure
|
3119
3196
|
end
|
3120
3197
|
|
@@ -3128,6 +3205,7 @@ module Aws::ElasticBeanstalk
|
|
3128
3205
|
#
|
3129
3206
|
class LaunchConfiguration < Struct.new(
|
3130
3207
|
:name)
|
3208
|
+
SENSITIVE = []
|
3131
3209
|
include Aws::Structure
|
3132
3210
|
end
|
3133
3211
|
|
@@ -3141,6 +3219,7 @@ module Aws::ElasticBeanstalk
|
|
3141
3219
|
#
|
3142
3220
|
class LaunchTemplate < Struct.new(
|
3143
3221
|
:id)
|
3222
|
+
SENSITIVE = []
|
3144
3223
|
include Aws::Structure
|
3145
3224
|
end
|
3146
3225
|
|
@@ -3160,6 +3239,7 @@ module Aws::ElasticBeanstalk
|
|
3160
3239
|
class ListAvailableSolutionStacksResultMessage < Struct.new(
|
3161
3240
|
:solution_stacks,
|
3162
3241
|
:solution_stack_details)
|
3242
|
+
SENSITIVE = []
|
3163
3243
|
include Aws::Structure
|
3164
3244
|
end
|
3165
3245
|
|
@@ -3237,6 +3317,7 @@ module Aws::ElasticBeanstalk
|
|
3237
3317
|
:filters,
|
3238
3318
|
:max_records,
|
3239
3319
|
:next_token)
|
3320
|
+
SENSITIVE = []
|
3240
3321
|
include Aws::Structure
|
3241
3322
|
end
|
3242
3323
|
|
@@ -3255,6 +3336,7 @@ module Aws::ElasticBeanstalk
|
|
3255
3336
|
class ListPlatformBranchesResult < Struct.new(
|
3256
3337
|
:platform_branch_summary_list,
|
3257
3338
|
:next_token)
|
3339
|
+
SENSITIVE = []
|
3258
3340
|
include Aws::Structure
|
3259
3341
|
end
|
3260
3342
|
|
@@ -3297,6 +3379,7 @@ module Aws::ElasticBeanstalk
|
|
3297
3379
|
:filters,
|
3298
3380
|
:max_records,
|
3299
3381
|
:next_token)
|
3382
|
+
SENSITIVE = []
|
3300
3383
|
include Aws::Structure
|
3301
3384
|
end
|
3302
3385
|
|
@@ -3315,6 +3398,7 @@ module Aws::ElasticBeanstalk
|
|
3315
3398
|
class ListPlatformVersionsResult < Struct.new(
|
3316
3399
|
:platform_summary_list,
|
3317
3400
|
:next_token)
|
3401
|
+
SENSITIVE = []
|
3318
3402
|
include Aws::Structure
|
3319
3403
|
end
|
3320
3404
|
|
@@ -3336,6 +3420,7 @@ module Aws::ElasticBeanstalk
|
|
3336
3420
|
#
|
3337
3421
|
class ListTagsForResourceMessage < Struct.new(
|
3338
3422
|
:resource_arn)
|
3423
|
+
SENSITIVE = []
|
3339
3424
|
include Aws::Structure
|
3340
3425
|
end
|
3341
3426
|
|
@@ -3354,6 +3439,7 @@ module Aws::ElasticBeanstalk
|
|
3354
3439
|
class Listener < Struct.new(
|
3355
3440
|
:protocol,
|
3356
3441
|
:port)
|
3442
|
+
SENSITIVE = []
|
3357
3443
|
include Aws::Structure
|
3358
3444
|
end
|
3359
3445
|
|
@@ -3367,6 +3453,7 @@ module Aws::ElasticBeanstalk
|
|
3367
3453
|
#
|
3368
3454
|
class LoadBalancer < Struct.new(
|
3369
3455
|
:name)
|
3456
|
+
SENSITIVE = []
|
3370
3457
|
include Aws::Structure
|
3371
3458
|
end
|
3372
3459
|
|
@@ -3390,6 +3477,7 @@ module Aws::ElasticBeanstalk
|
|
3390
3477
|
:load_balancer_name,
|
3391
3478
|
:domain,
|
3392
3479
|
:listeners)
|
3480
|
+
SENSITIVE = []
|
3393
3481
|
include Aws::Structure
|
3394
3482
|
end
|
3395
3483
|
|
@@ -3425,6 +3513,7 @@ module Aws::ElasticBeanstalk
|
|
3425
3513
|
:action_type,
|
3426
3514
|
:status,
|
3427
3515
|
:window_start_time)
|
3516
|
+
SENSITIVE = []
|
3428
3517
|
include Aws::Structure
|
3429
3518
|
end
|
3430
3519
|
|
@@ -3473,6 +3562,7 @@ module Aws::ElasticBeanstalk
|
|
3473
3562
|
:failure_description,
|
3474
3563
|
:executed_time,
|
3475
3564
|
:finished_time)
|
3565
|
+
SENSITIVE = []
|
3476
3566
|
include Aws::Structure
|
3477
3567
|
end
|
3478
3568
|
|
@@ -3513,6 +3603,7 @@ module Aws::ElasticBeanstalk
|
|
3513
3603
|
:enabled,
|
3514
3604
|
:max_age_in_days,
|
3515
3605
|
:delete_source_from_s3)
|
3606
|
+
SENSITIVE = []
|
3516
3607
|
include Aws::Structure
|
3517
3608
|
end
|
3518
3609
|
|
@@ -3547,6 +3638,7 @@ module Aws::ElasticBeanstalk
|
|
3547
3638
|
:enabled,
|
3548
3639
|
:max_count,
|
3549
3640
|
:delete_source_from_s3)
|
3641
|
+
SENSITIVE = []
|
3550
3642
|
include Aws::Structure
|
3551
3643
|
end
|
3552
3644
|
|
@@ -3574,6 +3666,7 @@ module Aws::ElasticBeanstalk
|
|
3574
3666
|
class OptionRestrictionRegex < Struct.new(
|
3575
3667
|
:pattern,
|
3576
3668
|
:label)
|
3669
|
+
SENSITIVE = []
|
3577
3670
|
include Aws::Structure
|
3578
3671
|
end
|
3579
3672
|
|
@@ -3608,6 +3701,7 @@ module Aws::ElasticBeanstalk
|
|
3608
3701
|
:resource_name,
|
3609
3702
|
:namespace,
|
3610
3703
|
:option_name)
|
3704
|
+
SENSITIVE = []
|
3611
3705
|
include Aws::Structure
|
3612
3706
|
end
|
3613
3707
|
|
@@ -3651,6 +3745,7 @@ module Aws::ElasticBeanstalk
|
|
3651
3745
|
:lifecycle_state,
|
3652
3746
|
:branch_order,
|
3653
3747
|
:supported_tier_list)
|
3748
|
+
SENSITIVE = []
|
3654
3749
|
include Aws::Structure
|
3655
3750
|
end
|
3656
3751
|
|
@@ -3772,6 +3867,7 @@ module Aws::ElasticBeanstalk
|
|
3772
3867
|
:platform_lifecycle_state,
|
3773
3868
|
:platform_branch_name,
|
3774
3869
|
:platform_branch_lifecycle_state)
|
3870
|
+
SENSITIVE = []
|
3775
3871
|
include Aws::Structure
|
3776
3872
|
end
|
3777
3873
|
|
@@ -3830,6 +3926,7 @@ module Aws::ElasticBeanstalk
|
|
3830
3926
|
:type,
|
3831
3927
|
:operator,
|
3832
3928
|
:values)
|
3929
|
+
SENSITIVE = []
|
3833
3930
|
include Aws::Structure
|
3834
3931
|
end
|
3835
3932
|
|
@@ -3848,6 +3945,7 @@ module Aws::ElasticBeanstalk
|
|
3848
3945
|
class PlatformFramework < Struct.new(
|
3849
3946
|
:name,
|
3850
3947
|
:version)
|
3948
|
+
SENSITIVE = []
|
3851
3949
|
include Aws::Structure
|
3852
3950
|
end
|
3853
3951
|
|
@@ -3866,6 +3964,7 @@ module Aws::ElasticBeanstalk
|
|
3866
3964
|
class PlatformProgrammingLanguage < Struct.new(
|
3867
3965
|
:name,
|
3868
3966
|
:version)
|
3967
|
+
SENSITIVE = []
|
3869
3968
|
include Aws::Structure
|
3870
3969
|
end
|
3871
3970
|
|
@@ -3942,6 +4041,7 @@ module Aws::ElasticBeanstalk
|
|
3942
4041
|
:platform_version,
|
3943
4042
|
:platform_branch_name,
|
3944
4043
|
:platform_branch_lifecycle_state)
|
4044
|
+
SENSITIVE = []
|
3945
4045
|
include Aws::Structure
|
3946
4046
|
end
|
3947
4047
|
|
@@ -3967,6 +4067,7 @@ module Aws::ElasticBeanstalk
|
|
3967
4067
|
class Queue < Struct.new(
|
3968
4068
|
:name,
|
3969
4069
|
:url)
|
4070
|
+
SENSITIVE = []
|
3970
4071
|
include Aws::Structure
|
3971
4072
|
end
|
3972
4073
|
|
@@ -3999,6 +4100,7 @@ module Aws::ElasticBeanstalk
|
|
3999
4100
|
class RebuildEnvironmentMessage < Struct.new(
|
4000
4101
|
:environment_id,
|
4001
4102
|
:environment_name)
|
4103
|
+
SENSITIVE = []
|
4002
4104
|
include Aws::Structure
|
4003
4105
|
end
|
4004
4106
|
|
@@ -4046,6 +4148,7 @@ module Aws::ElasticBeanstalk
|
|
4046
4148
|
:environment_id,
|
4047
4149
|
:environment_name,
|
4048
4150
|
:info_type)
|
4151
|
+
SENSITIVE = []
|
4049
4152
|
include Aws::Structure
|
4050
4153
|
end
|
4051
4154
|
|
@@ -4069,6 +4172,7 @@ module Aws::ElasticBeanstalk
|
|
4069
4172
|
#
|
4070
4173
|
class ResourceQuota < Struct.new(
|
4071
4174
|
:maximum)
|
4175
|
+
SENSITIVE = []
|
4072
4176
|
include Aws::Structure
|
4073
4177
|
end
|
4074
4178
|
|
@@ -4104,6 +4208,7 @@ module Aws::ElasticBeanstalk
|
|
4104
4208
|
:environment_quota,
|
4105
4209
|
:configuration_template_quota,
|
4106
4210
|
:custom_platform_quota)
|
4211
|
+
SENSITIVE = []
|
4107
4212
|
include Aws::Structure
|
4108
4213
|
end
|
4109
4214
|
|
@@ -4121,6 +4226,7 @@ module Aws::ElasticBeanstalk
|
|
4121
4226
|
class ResourceTagsDescriptionMessage < Struct.new(
|
4122
4227
|
:resource_arn,
|
4123
4228
|
:resource_tags)
|
4229
|
+
SENSITIVE = []
|
4124
4230
|
include Aws::Structure
|
4125
4231
|
end
|
4126
4232
|
|
@@ -4160,6 +4266,7 @@ module Aws::ElasticBeanstalk
|
|
4160
4266
|
class RestartAppServerMessage < Struct.new(
|
4161
4267
|
:environment_id,
|
4162
4268
|
:environment_name)
|
4269
|
+
SENSITIVE = []
|
4163
4270
|
include Aws::Structure
|
4164
4271
|
end
|
4165
4272
|
|
@@ -4206,6 +4313,7 @@ module Aws::ElasticBeanstalk
|
|
4206
4313
|
:environment_id,
|
4207
4314
|
:environment_name,
|
4208
4315
|
:info_type)
|
4316
|
+
SENSITIVE = []
|
4209
4317
|
include Aws::Structure
|
4210
4318
|
end
|
4211
4319
|
|
@@ -4220,6 +4328,7 @@ module Aws::ElasticBeanstalk
|
|
4220
4328
|
#
|
4221
4329
|
class RetrieveEnvironmentInfoResultMessage < Struct.new(
|
4222
4330
|
:environment_info)
|
4331
|
+
SENSITIVE = []
|
4223
4332
|
include Aws::Structure
|
4224
4333
|
end
|
4225
4334
|
|
@@ -4246,6 +4355,7 @@ module Aws::ElasticBeanstalk
|
|
4246
4355
|
class S3Location < Struct.new(
|
4247
4356
|
:s3_bucket,
|
4248
4357
|
:s3_key)
|
4358
|
+
SENSITIVE = []
|
4249
4359
|
include Aws::Structure
|
4250
4360
|
end
|
4251
4361
|
|
@@ -4312,6 +4422,7 @@ module Aws::ElasticBeanstalk
|
|
4312
4422
|
:attribute,
|
4313
4423
|
:operator,
|
4314
4424
|
:values)
|
4425
|
+
SENSITIVE = []
|
4315
4426
|
include Aws::Structure
|
4316
4427
|
end
|
4317
4428
|
|
@@ -4383,6 +4494,7 @@ module Aws::ElasticBeanstalk
|
|
4383
4494
|
:deployment,
|
4384
4495
|
:availability_zone,
|
4385
4496
|
:instance_type)
|
4497
|
+
SENSITIVE = []
|
4386
4498
|
include Aws::Structure
|
4387
4499
|
end
|
4388
4500
|
|
@@ -4401,6 +4513,7 @@ module Aws::ElasticBeanstalk
|
|
4401
4513
|
class SolutionStackDescription < Struct.new(
|
4402
4514
|
:solution_stack_name,
|
4403
4515
|
:permitted_file_types)
|
4516
|
+
SENSITIVE = []
|
4404
4517
|
include Aws::Structure
|
4405
4518
|
end
|
4406
4519
|
|
@@ -4450,6 +4563,7 @@ module Aws::ElasticBeanstalk
|
|
4450
4563
|
:source_type,
|
4451
4564
|
:source_repository,
|
4452
4565
|
:source_location)
|
4566
|
+
SENSITIVE = []
|
4453
4567
|
include Aws::Structure
|
4454
4568
|
end
|
4455
4569
|
|
@@ -4483,6 +4597,7 @@ module Aws::ElasticBeanstalk
|
|
4483
4597
|
class SourceConfiguration < Struct.new(
|
4484
4598
|
:application_name,
|
4485
4599
|
:template_name)
|
4600
|
+
SENSITIVE = []
|
4486
4601
|
include Aws::Structure
|
4487
4602
|
end
|
4488
4603
|
|
@@ -4521,6 +4636,7 @@ module Aws::ElasticBeanstalk
|
|
4521
4636
|
:status_3xx,
|
4522
4637
|
:status_4xx,
|
4523
4638
|
:status_5xx)
|
4639
|
+
SENSITIVE = []
|
4524
4640
|
include Aws::Structure
|
4525
4641
|
end
|
4526
4642
|
|
@@ -4579,6 +4695,7 @@ module Aws::ElasticBeanstalk
|
|
4579
4695
|
:source_environment_name,
|
4580
4696
|
:destination_environment_id,
|
4581
4697
|
:destination_environment_name)
|
4698
|
+
SENSITIVE = []
|
4582
4699
|
include Aws::Structure
|
4583
4700
|
end
|
4584
4701
|
|
@@ -4602,6 +4719,7 @@ module Aws::ElasticBeanstalk
|
|
4602
4719
|
class SystemStatus < Struct.new(
|
4603
4720
|
:cpu_utilization,
|
4604
4721
|
:load_average)
|
4722
|
+
SENSITIVE = []
|
4605
4723
|
include Aws::Structure
|
4606
4724
|
end
|
4607
4725
|
|
@@ -4628,6 +4746,7 @@ module Aws::ElasticBeanstalk
|
|
4628
4746
|
class Tag < Struct.new(
|
4629
4747
|
:key,
|
4630
4748
|
:value)
|
4749
|
+
SENSITIVE = []
|
4631
4750
|
include Aws::Structure
|
4632
4751
|
end
|
4633
4752
|
|
@@ -4694,6 +4813,7 @@ module Aws::ElasticBeanstalk
|
|
4694
4813
|
:environment_name,
|
4695
4814
|
:terminate_resources,
|
4696
4815
|
:force_terminate)
|
4816
|
+
SENSITIVE = []
|
4697
4817
|
include Aws::Structure
|
4698
4818
|
end
|
4699
4819
|
|
@@ -4756,6 +4876,7 @@ module Aws::ElasticBeanstalk
|
|
4756
4876
|
#
|
4757
4877
|
class Trigger < Struct.new(
|
4758
4878
|
:name)
|
4879
|
+
SENSITIVE = []
|
4759
4880
|
include Aws::Structure
|
4760
4881
|
end
|
4761
4882
|
|
@@ -4786,6 +4907,7 @@ module Aws::ElasticBeanstalk
|
|
4786
4907
|
class UpdateApplicationMessage < Struct.new(
|
4787
4908
|
:application_name,
|
4788
4909
|
:description)
|
4910
|
+
SENSITIVE = []
|
4789
4911
|
include Aws::Structure
|
4790
4912
|
end
|
4791
4913
|
|
@@ -4824,6 +4946,7 @@ module Aws::ElasticBeanstalk
|
|
4824
4946
|
class UpdateApplicationResourceLifecycleMessage < Struct.new(
|
4825
4947
|
:application_name,
|
4826
4948
|
:resource_lifecycle_config)
|
4949
|
+
SENSITIVE = []
|
4827
4950
|
include Aws::Structure
|
4828
4951
|
end
|
4829
4952
|
|
@@ -4860,6 +4983,7 @@ module Aws::ElasticBeanstalk
|
|
4860
4983
|
:application_name,
|
4861
4984
|
:version_label,
|
4862
4985
|
:description)
|
4986
|
+
SENSITIVE = []
|
4863
4987
|
include Aws::Structure
|
4864
4988
|
end
|
4865
4989
|
|
@@ -4931,6 +5055,7 @@ module Aws::ElasticBeanstalk
|
|
4931
5055
|
:description,
|
4932
5056
|
:option_settings,
|
4933
5057
|
:options_to_remove)
|
5058
|
+
SENSITIVE = []
|
4934
5059
|
include Aws::Structure
|
4935
5060
|
end
|
4936
5061
|
|
@@ -5069,6 +5194,7 @@ module Aws::ElasticBeanstalk
|
|
5069
5194
|
:platform_arn,
|
5070
5195
|
:option_settings,
|
5071
5196
|
:options_to_remove)
|
5197
|
+
SENSITIVE = []
|
5072
5198
|
include Aws::Structure
|
5073
5199
|
end
|
5074
5200
|
|
@@ -5114,6 +5240,7 @@ module Aws::ElasticBeanstalk
|
|
5114
5240
|
:resource_arn,
|
5115
5241
|
:tags_to_add,
|
5116
5242
|
:tags_to_remove)
|
5243
|
+
SENSITIVE = []
|
5117
5244
|
include Aws::Structure
|
5118
5245
|
end
|
5119
5246
|
|
@@ -5166,6 +5293,7 @@ module Aws::ElasticBeanstalk
|
|
5166
5293
|
:template_name,
|
5167
5294
|
:environment_name,
|
5168
5295
|
:option_settings)
|
5296
|
+
SENSITIVE = []
|
5169
5297
|
include Aws::Structure
|
5170
5298
|
end
|
5171
5299
|
|
@@ -5200,6 +5328,7 @@ module Aws::ElasticBeanstalk
|
|
5200
5328
|
:severity,
|
5201
5329
|
:namespace,
|
5202
5330
|
:option_name)
|
5331
|
+
SENSITIVE = []
|
5203
5332
|
include Aws::Structure
|
5204
5333
|
end
|
5205
5334
|
|