aws-sdk-elasticbeanstalk 1.0.0.rc3 → 1.0.0.rc4
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 +1 -1
- data/lib/aws-sdk-elasticbeanstalk/client.rb +323 -12
- data/lib/aws-sdk-elasticbeanstalk/client_api.rb +193 -0
- data/lib/aws-sdk-elasticbeanstalk/types.rb +694 -14
- metadata +2 -2
@@ -11,6 +11,7 @@ module Aws::ElasticBeanstalk
|
|
11
11
|
|
12
12
|
include Seahorse::Model
|
13
13
|
|
14
|
+
ARN = Shapes::StringShape.new(name: 'ARN')
|
14
15
|
AbortEnvironmentUpdateMessage = Shapes::StructureShape.new(name: 'AbortEnvironmentUpdateMessage')
|
15
16
|
AbortableOperationInProgress = Shapes::BooleanShape.new(name: 'AbortableOperationInProgress')
|
16
17
|
ActionHistoryStatus = Shapes::StringShape.new(name: 'ActionHistoryStatus')
|
@@ -42,6 +43,7 @@ module Aws::ElasticBeanstalk
|
|
42
43
|
BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
|
43
44
|
BoxedInt = Shapes::IntegerShape.new(name: 'BoxedInt')
|
44
45
|
BuildConfiguration = Shapes::StructureShape.new(name: 'BuildConfiguration')
|
46
|
+
Builder = Shapes::StructureShape.new(name: 'Builder')
|
45
47
|
CPUUtilization = Shapes::StructureShape.new(name: 'CPUUtilization')
|
46
48
|
Cause = Shapes::StringShape.new(name: 'Cause')
|
47
49
|
Causes = Shapes::ListShape.new(name: 'Causes')
|
@@ -74,14 +76,20 @@ module Aws::ElasticBeanstalk
|
|
74
76
|
CreateApplicationVersionMessage = Shapes::StructureShape.new(name: 'CreateApplicationVersionMessage')
|
75
77
|
CreateConfigurationTemplateMessage = Shapes::StructureShape.new(name: 'CreateConfigurationTemplateMessage')
|
76
78
|
CreateEnvironmentMessage = Shapes::StructureShape.new(name: 'CreateEnvironmentMessage')
|
79
|
+
CreatePlatformVersionRequest = Shapes::StructureShape.new(name: 'CreatePlatformVersionRequest')
|
80
|
+
CreatePlatformVersionResult = Shapes::StructureShape.new(name: 'CreatePlatformVersionResult')
|
77
81
|
CreateStorageLocationResultMessage = Shapes::StructureShape.new(name: 'CreateStorageLocationResultMessage')
|
78
82
|
CreationDate = Shapes::TimestampShape.new(name: 'CreationDate')
|
83
|
+
CustomAmi = Shapes::StructureShape.new(name: 'CustomAmi')
|
84
|
+
CustomAmiList = Shapes::ListShape.new(name: 'CustomAmiList')
|
79
85
|
DNSCname = Shapes::StringShape.new(name: 'DNSCname')
|
80
86
|
DNSCnamePrefix = Shapes::StringShape.new(name: 'DNSCnamePrefix')
|
81
87
|
DeleteApplicationMessage = Shapes::StructureShape.new(name: 'DeleteApplicationMessage')
|
82
88
|
DeleteApplicationVersionMessage = Shapes::StructureShape.new(name: 'DeleteApplicationVersionMessage')
|
83
89
|
DeleteConfigurationTemplateMessage = Shapes::StructureShape.new(name: 'DeleteConfigurationTemplateMessage')
|
84
90
|
DeleteEnvironmentConfigurationMessage = Shapes::StructureShape.new(name: 'DeleteEnvironmentConfigurationMessage')
|
91
|
+
DeletePlatformVersionRequest = Shapes::StructureShape.new(name: 'DeletePlatformVersionRequest')
|
92
|
+
DeletePlatformVersionResult = Shapes::StructureShape.new(name: 'DeletePlatformVersionResult')
|
85
93
|
DeleteSourceBundle = Shapes::BooleanShape.new(name: 'DeleteSourceBundle')
|
86
94
|
Deployment = Shapes::StructureShape.new(name: 'Deployment')
|
87
95
|
DeploymentTimestamp = Shapes::TimestampShape.new(name: 'DeploymentTimestamp')
|
@@ -100,6 +108,8 @@ module Aws::ElasticBeanstalk
|
|
100
108
|
DescribeEventsMessage = Shapes::StructureShape.new(name: 'DescribeEventsMessage')
|
101
109
|
DescribeInstancesHealthRequest = Shapes::StructureShape.new(name: 'DescribeInstancesHealthRequest')
|
102
110
|
DescribeInstancesHealthResult = Shapes::StructureShape.new(name: 'DescribeInstancesHealthResult')
|
111
|
+
DescribePlatformVersionRequest = Shapes::StructureShape.new(name: 'DescribePlatformVersionRequest')
|
112
|
+
DescribePlatformVersionResult = Shapes::StructureShape.new(name: 'DescribePlatformVersionResult')
|
103
113
|
Description = Shapes::StringShape.new(name: 'Description')
|
104
114
|
Ec2InstanceId = Shapes::StringShape.new(name: 'Ec2InstanceId')
|
105
115
|
ElasticBeanstalkServiceException = Shapes::StructureShape.new(name: 'ElasticBeanstalkServiceException')
|
@@ -136,6 +146,7 @@ module Aws::ElasticBeanstalk
|
|
136
146
|
FileTypeExtension = Shapes::StringShape.new(name: 'FileTypeExtension')
|
137
147
|
ForceTerminate = Shapes::BooleanShape.new(name: 'ForceTerminate')
|
138
148
|
GroupName = Shapes::StringShape.new(name: 'GroupName')
|
149
|
+
ImageId = Shapes::StringShape.new(name: 'ImageId')
|
139
150
|
IncludeDeleted = Shapes::BooleanShape.new(name: 'IncludeDeleted')
|
140
151
|
IncludeDeletedBackTo = Shapes::TimestampShape.new(name: 'IncludeDeletedBackTo')
|
141
152
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
@@ -153,6 +164,8 @@ module Aws::ElasticBeanstalk
|
|
153
164
|
LaunchConfigurationList = Shapes::ListShape.new(name: 'LaunchConfigurationList')
|
154
165
|
LaunchedAt = Shapes::TimestampShape.new(name: 'LaunchedAt')
|
155
166
|
ListAvailableSolutionStacksResultMessage = Shapes::StructureShape.new(name: 'ListAvailableSolutionStacksResultMessage')
|
167
|
+
ListPlatformVersionsRequest = Shapes::StructureShape.new(name: 'ListPlatformVersionsRequest')
|
168
|
+
ListPlatformVersionsResult = Shapes::StructureShape.new(name: 'ListPlatformVersionsResult')
|
156
169
|
Listener = Shapes::StructureShape.new(name: 'Listener')
|
157
170
|
LoadAverage = Shapes::ListShape.new(name: 'LoadAverage')
|
158
171
|
LoadAverageValue = Shapes::FloatShape.new(name: 'LoadAverageValue')
|
@@ -160,6 +173,7 @@ module Aws::ElasticBeanstalk
|
|
160
173
|
LoadBalancerDescription = Shapes::StructureShape.new(name: 'LoadBalancerDescription')
|
161
174
|
LoadBalancerList = Shapes::ListShape.new(name: 'LoadBalancerList')
|
162
175
|
LoadBalancerListenersDescription = Shapes::ListShape.new(name: 'LoadBalancerListenersDescription')
|
176
|
+
Maintainer = Shapes::StringShape.new(name: 'Maintainer')
|
163
177
|
ManagedAction = Shapes::StructureShape.new(name: 'ManagedAction')
|
164
178
|
ManagedActionHistoryItem = Shapes::StructureShape.new(name: 'ManagedActionHistoryItem')
|
165
179
|
ManagedActionHistoryItems = Shapes::ListShape.new(name: 'ManagedActionHistoryItems')
|
@@ -174,6 +188,8 @@ module Aws::ElasticBeanstalk
|
|
174
188
|
NullableDouble = Shapes::FloatShape.new(name: 'NullableDouble')
|
175
189
|
NullableInteger = Shapes::IntegerShape.new(name: 'NullableInteger')
|
176
190
|
NullableLong = Shapes::IntegerShape.new(name: 'NullableLong')
|
191
|
+
OperatingSystemName = Shapes::StringShape.new(name: 'OperatingSystemName')
|
192
|
+
OperatingSystemVersion = Shapes::StringShape.new(name: 'OperatingSystemVersion')
|
177
193
|
OperationInProgressException = Shapes::StructureShape.new(name: 'OperationInProgressException')
|
178
194
|
OptionNamespace = Shapes::StringShape.new(name: 'OptionNamespace')
|
179
195
|
OptionRestrictionMaxLength = Shapes::IntegerShape.new(name: 'OptionRestrictionMaxLength')
|
@@ -182,6 +198,27 @@ module Aws::ElasticBeanstalk
|
|
182
198
|
OptionRestrictionRegex = Shapes::StructureShape.new(name: 'OptionRestrictionRegex')
|
183
199
|
OptionSpecification = Shapes::StructureShape.new(name: 'OptionSpecification')
|
184
200
|
OptionsSpecifierList = Shapes::ListShape.new(name: 'OptionsSpecifierList')
|
201
|
+
PlatformArn = Shapes::StringShape.new(name: 'PlatformArn')
|
202
|
+
PlatformCategory = Shapes::StringShape.new(name: 'PlatformCategory')
|
203
|
+
PlatformDescription = Shapes::StructureShape.new(name: 'PlatformDescription')
|
204
|
+
PlatformFilter = Shapes::StructureShape.new(name: 'PlatformFilter')
|
205
|
+
PlatformFilterOperator = Shapes::StringShape.new(name: 'PlatformFilterOperator')
|
206
|
+
PlatformFilterType = Shapes::StringShape.new(name: 'PlatformFilterType')
|
207
|
+
PlatformFilterValue = Shapes::StringShape.new(name: 'PlatformFilterValue')
|
208
|
+
PlatformFilterValueList = Shapes::ListShape.new(name: 'PlatformFilterValueList')
|
209
|
+
PlatformFilters = Shapes::ListShape.new(name: 'PlatformFilters')
|
210
|
+
PlatformFramework = Shapes::StructureShape.new(name: 'PlatformFramework')
|
211
|
+
PlatformFrameworks = Shapes::ListShape.new(name: 'PlatformFrameworks')
|
212
|
+
PlatformMaxRecords = Shapes::IntegerShape.new(name: 'PlatformMaxRecords')
|
213
|
+
PlatformName = Shapes::StringShape.new(name: 'PlatformName')
|
214
|
+
PlatformOwner = Shapes::StringShape.new(name: 'PlatformOwner')
|
215
|
+
PlatformProgrammingLanguage = Shapes::StructureShape.new(name: 'PlatformProgrammingLanguage')
|
216
|
+
PlatformProgrammingLanguages = Shapes::ListShape.new(name: 'PlatformProgrammingLanguages')
|
217
|
+
PlatformStatus = Shapes::StringShape.new(name: 'PlatformStatus')
|
218
|
+
PlatformSummary = Shapes::StructureShape.new(name: 'PlatformSummary')
|
219
|
+
PlatformSummaryList = Shapes::ListShape.new(name: 'PlatformSummaryList')
|
220
|
+
PlatformVersion = Shapes::StringShape.new(name: 'PlatformVersion')
|
221
|
+
PlatformVersionStillReferencedException = Shapes::StructureShape.new(name: 'PlatformVersionStillReferencedException')
|
185
222
|
Queue = Shapes::StructureShape.new(name: 'Queue')
|
186
223
|
QueueList = Shapes::ListShape.new(name: 'QueueList')
|
187
224
|
RebuildEnvironmentMessage = Shapes::StructureShape.new(name: 'RebuildEnvironmentMessage')
|
@@ -214,6 +251,10 @@ module Aws::ElasticBeanstalk
|
|
214
251
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
215
252
|
StatusCodes = Shapes::StructureShape.new(name: 'StatusCodes')
|
216
253
|
String = Shapes::StringShape.new(name: 'String')
|
254
|
+
SupportedAddon = Shapes::StringShape.new(name: 'SupportedAddon')
|
255
|
+
SupportedAddonList = Shapes::ListShape.new(name: 'SupportedAddonList')
|
256
|
+
SupportedTier = Shapes::StringShape.new(name: 'SupportedTier')
|
257
|
+
SupportedTierList = Shapes::ListShape.new(name: 'SupportedTierList')
|
217
258
|
SwapEnvironmentCNAMEsMessage = Shapes::StructureShape.new(name: 'SwapEnvironmentCNAMEsMessage')
|
218
259
|
SystemStatus = Shapes::StructureShape.new(name: 'SystemStatus')
|
219
260
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
@@ -232,6 +273,7 @@ module Aws::ElasticBeanstalk
|
|
232
273
|
TooManyBucketsException = Shapes::StructureShape.new(name: 'TooManyBucketsException')
|
233
274
|
TooManyConfigurationTemplatesException = Shapes::StructureShape.new(name: 'TooManyConfigurationTemplatesException')
|
234
275
|
TooManyEnvironmentsException = Shapes::StructureShape.new(name: 'TooManyEnvironmentsException')
|
276
|
+
TooManyPlatformsException = Shapes::StructureShape.new(name: 'TooManyPlatformsException')
|
235
277
|
Trigger = Shapes::StructureShape.new(name: 'Trigger')
|
236
278
|
TriggerList = Shapes::ListShape.new(name: 'TriggerList')
|
237
279
|
UpdateApplicationMessage = Shapes::StructureShape.new(name: 'UpdateApplicationMessage')
|
@@ -249,6 +291,7 @@ module Aws::ElasticBeanstalk
|
|
249
291
|
VersionLabel = Shapes::StringShape.new(name: 'VersionLabel')
|
250
292
|
VersionLabels = Shapes::ListShape.new(name: 'VersionLabels')
|
251
293
|
VersionLabelsList = Shapes::ListShape.new(name: 'VersionLabelsList')
|
294
|
+
VirtualizationType = Shapes::StringShape.new(name: 'VirtualizationType')
|
252
295
|
|
253
296
|
AbortEnvironmentUpdateMessage.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "EnvironmentId"))
|
254
297
|
AbortEnvironmentUpdateMessage.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, location_name: "EnvironmentName"))
|
@@ -338,6 +381,9 @@ module Aws::ElasticBeanstalk
|
|
338
381
|
BuildConfiguration.add_member(:timeout_in_minutes, Shapes::ShapeRef.new(shape: BoxedInt, location_name: "TimeoutInMinutes"))
|
339
382
|
BuildConfiguration.struct_class = Types::BuildConfiguration
|
340
383
|
|
384
|
+
Builder.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ARN"))
|
385
|
+
Builder.struct_class = Types::Builder
|
386
|
+
|
341
387
|
CPUUtilization.add_member(:user, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "User"))
|
342
388
|
CPUUtilization.add_member(:nice, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "Nice"))
|
343
389
|
CPUUtilization.add_member(:system, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "System"))
|
@@ -387,10 +433,12 @@ module Aws::ElasticBeanstalk
|
|
387
433
|
ConfigurationOptionSettingsList.member = Shapes::ShapeRef.new(shape: ConfigurationOptionSetting)
|
388
434
|
|
389
435
|
ConfigurationOptionsDescription.add_member(:solution_stack_name, Shapes::ShapeRef.new(shape: SolutionStackName, location_name: "SolutionStackName"))
|
436
|
+
ConfigurationOptionsDescription.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
390
437
|
ConfigurationOptionsDescription.add_member(:options, Shapes::ShapeRef.new(shape: ConfigurationOptionDescriptionsList, location_name: "Options"))
|
391
438
|
ConfigurationOptionsDescription.struct_class = Types::ConfigurationOptionsDescription
|
392
439
|
|
393
440
|
ConfigurationSettingsDescription.add_member(:solution_stack_name, Shapes::ShapeRef.new(shape: SolutionStackName, location_name: "SolutionStackName"))
|
441
|
+
ConfigurationSettingsDescription.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
394
442
|
ConfigurationSettingsDescription.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "ApplicationName"))
|
395
443
|
ConfigurationSettingsDescription.add_member(:template_name, Shapes::ShapeRef.new(shape: ConfigurationTemplateName, location_name: "TemplateName"))
|
396
444
|
ConfigurationSettingsDescription.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
@@ -429,6 +477,7 @@ module Aws::ElasticBeanstalk
|
|
429
477
|
CreateConfigurationTemplateMessage.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
430
478
|
CreateConfigurationTemplateMessage.add_member(:template_name, Shapes::ShapeRef.new(shape: ConfigurationTemplateName, required: true, location_name: "TemplateName"))
|
431
479
|
CreateConfigurationTemplateMessage.add_member(:solution_stack_name, Shapes::ShapeRef.new(shape: SolutionStackName, location_name: "SolutionStackName"))
|
480
|
+
CreateConfigurationTemplateMessage.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
432
481
|
CreateConfigurationTemplateMessage.add_member(:source_configuration, Shapes::ShapeRef.new(shape: SourceConfiguration, location_name: "SourceConfiguration"))
|
433
482
|
CreateConfigurationTemplateMessage.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "EnvironmentId"))
|
434
483
|
CreateConfigurationTemplateMessage.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
@@ -445,13 +494,31 @@ module Aws::ElasticBeanstalk
|
|
445
494
|
CreateEnvironmentMessage.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location_name: "VersionLabel"))
|
446
495
|
CreateEnvironmentMessage.add_member(:template_name, Shapes::ShapeRef.new(shape: ConfigurationTemplateName, location_name: "TemplateName"))
|
447
496
|
CreateEnvironmentMessage.add_member(:solution_stack_name, Shapes::ShapeRef.new(shape: SolutionStackName, location_name: "SolutionStackName"))
|
497
|
+
CreateEnvironmentMessage.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
448
498
|
CreateEnvironmentMessage.add_member(:option_settings, Shapes::ShapeRef.new(shape: ConfigurationOptionSettingsList, location_name: "OptionSettings"))
|
449
499
|
CreateEnvironmentMessage.add_member(:options_to_remove, Shapes::ShapeRef.new(shape: OptionsSpecifierList, location_name: "OptionsToRemove"))
|
450
500
|
CreateEnvironmentMessage.struct_class = Types::CreateEnvironmentMessage
|
451
501
|
|
502
|
+
CreatePlatformVersionRequest.add_member(:platform_name, Shapes::ShapeRef.new(shape: PlatformName, required: true, location_name: "PlatformName"))
|
503
|
+
CreatePlatformVersionRequest.add_member(:platform_version, Shapes::ShapeRef.new(shape: PlatformVersion, required: true, location_name: "PlatformVersion"))
|
504
|
+
CreatePlatformVersionRequest.add_member(:platform_definition_bundle, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "PlatformDefinitionBundle"))
|
505
|
+
CreatePlatformVersionRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, location_name: "EnvironmentName"))
|
506
|
+
CreatePlatformVersionRequest.add_member(:option_settings, Shapes::ShapeRef.new(shape: ConfigurationOptionSettingsList, location_name: "OptionSettings"))
|
507
|
+
CreatePlatformVersionRequest.struct_class = Types::CreatePlatformVersionRequest
|
508
|
+
|
509
|
+
CreatePlatformVersionResult.add_member(:platform_summary, Shapes::ShapeRef.new(shape: PlatformSummary, location_name: "PlatformSummary"))
|
510
|
+
CreatePlatformVersionResult.add_member(:builder, Shapes::ShapeRef.new(shape: Builder, location_name: "Builder"))
|
511
|
+
CreatePlatformVersionResult.struct_class = Types::CreatePlatformVersionResult
|
512
|
+
|
452
513
|
CreateStorageLocationResultMessage.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "S3Bucket"))
|
453
514
|
CreateStorageLocationResultMessage.struct_class = Types::CreateStorageLocationResultMessage
|
454
515
|
|
516
|
+
CustomAmi.add_member(:virtualization_type, Shapes::ShapeRef.new(shape: VirtualizationType, location_name: "VirtualizationType"))
|
517
|
+
CustomAmi.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "ImageId"))
|
518
|
+
CustomAmi.struct_class = Types::CustomAmi
|
519
|
+
|
520
|
+
CustomAmiList.member = Shapes::ShapeRef.new(shape: CustomAmi)
|
521
|
+
|
455
522
|
DeleteApplicationMessage.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
456
523
|
DeleteApplicationMessage.add_member(:terminate_env_by_force, Shapes::ShapeRef.new(shape: TerminateEnvForce, location_name: "TerminateEnvByForce"))
|
457
524
|
DeleteApplicationMessage.struct_class = Types::DeleteApplicationMessage
|
@@ -469,6 +536,12 @@ module Aws::ElasticBeanstalk
|
|
469
536
|
DeleteEnvironmentConfigurationMessage.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, required: true, location_name: "EnvironmentName"))
|
470
537
|
DeleteEnvironmentConfigurationMessage.struct_class = Types::DeleteEnvironmentConfigurationMessage
|
471
538
|
|
539
|
+
DeletePlatformVersionRequest.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
540
|
+
DeletePlatformVersionRequest.struct_class = Types::DeletePlatformVersionRequest
|
541
|
+
|
542
|
+
DeletePlatformVersionResult.add_member(:platform_summary, Shapes::ShapeRef.new(shape: PlatformSummary, location_name: "PlatformSummary"))
|
543
|
+
DeletePlatformVersionResult.struct_class = Types::DeletePlatformVersionResult
|
544
|
+
|
472
545
|
Deployment.add_member(:version_label, Shapes::ShapeRef.new(shape: String, location_name: "VersionLabel"))
|
473
546
|
Deployment.add_member(:deployment_id, Shapes::ShapeRef.new(shape: NullableLong, location_name: "DeploymentId"))
|
474
547
|
Deployment.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
@@ -488,6 +561,7 @@ module Aws::ElasticBeanstalk
|
|
488
561
|
DescribeConfigurationOptionsMessage.add_member(:template_name, Shapes::ShapeRef.new(shape: ConfigurationTemplateName, location_name: "TemplateName"))
|
489
562
|
DescribeConfigurationOptionsMessage.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, location_name: "EnvironmentName"))
|
490
563
|
DescribeConfigurationOptionsMessage.add_member(:solution_stack_name, Shapes::ShapeRef.new(shape: SolutionStackName, location_name: "SolutionStackName"))
|
564
|
+
DescribeConfigurationOptionsMessage.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
491
565
|
DescribeConfigurationOptionsMessage.add_member(:options, Shapes::ShapeRef.new(shape: OptionsSpecifierList, location_name: "Options"))
|
492
566
|
DescribeConfigurationOptionsMessage.struct_class = Types::DescribeConfigurationOptionsMessage
|
493
567
|
|
@@ -546,6 +620,7 @@ module Aws::ElasticBeanstalk
|
|
546
620
|
DescribeEventsMessage.add_member(:template_name, Shapes::ShapeRef.new(shape: ConfigurationTemplateName, location_name: "TemplateName"))
|
547
621
|
DescribeEventsMessage.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "EnvironmentId"))
|
548
622
|
DescribeEventsMessage.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, location_name: "EnvironmentName"))
|
623
|
+
DescribeEventsMessage.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
549
624
|
DescribeEventsMessage.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
|
550
625
|
DescribeEventsMessage.add_member(:severity, Shapes::ShapeRef.new(shape: EventSeverity, location_name: "Severity"))
|
551
626
|
DescribeEventsMessage.add_member(:start_time, Shapes::ShapeRef.new(shape: TimeFilterStart, location_name: "StartTime"))
|
@@ -565,11 +640,18 @@ module Aws::ElasticBeanstalk
|
|
565
640
|
DescribeInstancesHealthResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
566
641
|
DescribeInstancesHealthResult.struct_class = Types::DescribeInstancesHealthResult
|
567
642
|
|
643
|
+
DescribePlatformVersionRequest.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
644
|
+
DescribePlatformVersionRequest.struct_class = Types::DescribePlatformVersionRequest
|
645
|
+
|
646
|
+
DescribePlatformVersionResult.add_member(:platform_description, Shapes::ShapeRef.new(shape: PlatformDescription, location_name: "PlatformDescription"))
|
647
|
+
DescribePlatformVersionResult.struct_class = Types::DescribePlatformVersionResult
|
648
|
+
|
568
649
|
EnvironmentDescription.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, location_name: "EnvironmentName"))
|
569
650
|
EnvironmentDescription.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "EnvironmentId"))
|
570
651
|
EnvironmentDescription.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "ApplicationName"))
|
571
652
|
EnvironmentDescription.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location_name: "VersionLabel"))
|
572
653
|
EnvironmentDescription.add_member(:solution_stack_name, Shapes::ShapeRef.new(shape: SolutionStackName, location_name: "SolutionStackName"))
|
654
|
+
EnvironmentDescription.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
573
655
|
EnvironmentDescription.add_member(:template_name, Shapes::ShapeRef.new(shape: ConfigurationTemplateName, location_name: "TemplateName"))
|
574
656
|
EnvironmentDescription.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
575
657
|
EnvironmentDescription.add_member(:endpoint_url, Shapes::ShapeRef.new(shape: EndpointURL, location_name: "EndpointURL"))
|
@@ -636,6 +718,7 @@ module Aws::ElasticBeanstalk
|
|
636
718
|
EventDescription.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location_name: "VersionLabel"))
|
637
719
|
EventDescription.add_member(:template_name, Shapes::ShapeRef.new(shape: ConfigurationTemplateName, location_name: "TemplateName"))
|
638
720
|
EventDescription.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, location_name: "EnvironmentName"))
|
721
|
+
EventDescription.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
639
722
|
EventDescription.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
|
640
723
|
EventDescription.add_member(:severity, Shapes::ShapeRef.new(shape: EventSeverity, location_name: "Severity"))
|
641
724
|
EventDescription.struct_class = Types::EventDescription
|
@@ -684,6 +767,15 @@ module Aws::ElasticBeanstalk
|
|
684
767
|
ListAvailableSolutionStacksResultMessage.add_member(:solution_stack_details, Shapes::ShapeRef.new(shape: AvailableSolutionStackDetailsList, location_name: "SolutionStackDetails"))
|
685
768
|
ListAvailableSolutionStacksResultMessage.struct_class = Types::ListAvailableSolutionStacksResultMessage
|
686
769
|
|
770
|
+
ListPlatformVersionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: PlatformFilters, location_name: "Filters"))
|
771
|
+
ListPlatformVersionsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: PlatformMaxRecords, location_name: "MaxRecords"))
|
772
|
+
ListPlatformVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
773
|
+
ListPlatformVersionsRequest.struct_class = Types::ListPlatformVersionsRequest
|
774
|
+
|
775
|
+
ListPlatformVersionsResult.add_member(:platform_summary_list, Shapes::ShapeRef.new(shape: PlatformSummaryList, location_name: "PlatformSummaryList"))
|
776
|
+
ListPlatformVersionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
777
|
+
ListPlatformVersionsResult.struct_class = Types::ListPlatformVersionsResult
|
778
|
+
|
687
779
|
Listener.add_member(:protocol, Shapes::ShapeRef.new(shape: String, location_name: "Protocol"))
|
688
780
|
Listener.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
689
781
|
Listener.struct_class = Types::Listener
|
@@ -744,6 +836,59 @@ module Aws::ElasticBeanstalk
|
|
744
836
|
|
745
837
|
OptionsSpecifierList.member = Shapes::ShapeRef.new(shape: OptionSpecification)
|
746
838
|
|
839
|
+
PlatformDescription.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
840
|
+
PlatformDescription.add_member(:platform_owner, Shapes::ShapeRef.new(shape: PlatformOwner, location_name: "PlatformOwner"))
|
841
|
+
PlatformDescription.add_member(:platform_name, Shapes::ShapeRef.new(shape: PlatformName, location_name: "PlatformName"))
|
842
|
+
PlatformDescription.add_member(:platform_version, Shapes::ShapeRef.new(shape: PlatformVersion, location_name: "PlatformVersion"))
|
843
|
+
PlatformDescription.add_member(:solution_stack_name, Shapes::ShapeRef.new(shape: SolutionStackName, location_name: "SolutionStackName"))
|
844
|
+
PlatformDescription.add_member(:platform_status, Shapes::ShapeRef.new(shape: PlatformStatus, location_name: "PlatformStatus"))
|
845
|
+
PlatformDescription.add_member(:date_created, Shapes::ShapeRef.new(shape: CreationDate, location_name: "DateCreated"))
|
846
|
+
PlatformDescription.add_member(:date_updated, Shapes::ShapeRef.new(shape: UpdateDate, location_name: "DateUpdated"))
|
847
|
+
PlatformDescription.add_member(:platform_category, Shapes::ShapeRef.new(shape: PlatformCategory, location_name: "PlatformCategory"))
|
848
|
+
PlatformDescription.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
849
|
+
PlatformDescription.add_member(:maintainer, Shapes::ShapeRef.new(shape: Maintainer, location_name: "Maintainer"))
|
850
|
+
PlatformDescription.add_member(:operating_system_name, Shapes::ShapeRef.new(shape: OperatingSystemName, location_name: "OperatingSystemName"))
|
851
|
+
PlatformDescription.add_member(:operating_system_version, Shapes::ShapeRef.new(shape: OperatingSystemVersion, location_name: "OperatingSystemVersion"))
|
852
|
+
PlatformDescription.add_member(:programming_languages, Shapes::ShapeRef.new(shape: PlatformProgrammingLanguages, location_name: "ProgrammingLanguages"))
|
853
|
+
PlatformDescription.add_member(:frameworks, Shapes::ShapeRef.new(shape: PlatformFrameworks, location_name: "Frameworks"))
|
854
|
+
PlatformDescription.add_member(:custom_ami_list, Shapes::ShapeRef.new(shape: CustomAmiList, location_name: "CustomAmiList"))
|
855
|
+
PlatformDescription.add_member(:supported_tier_list, Shapes::ShapeRef.new(shape: SupportedTierList, location_name: "SupportedTierList"))
|
856
|
+
PlatformDescription.add_member(:supported_addon_list, Shapes::ShapeRef.new(shape: SupportedAddonList, location_name: "SupportedAddonList"))
|
857
|
+
PlatformDescription.struct_class = Types::PlatformDescription
|
858
|
+
|
859
|
+
PlatformFilter.add_member(:type, Shapes::ShapeRef.new(shape: PlatformFilterType, location_name: "Type"))
|
860
|
+
PlatformFilter.add_member(:operator, Shapes::ShapeRef.new(shape: PlatformFilterOperator, location_name: "Operator"))
|
861
|
+
PlatformFilter.add_member(:values, Shapes::ShapeRef.new(shape: PlatformFilterValueList, location_name: "Values"))
|
862
|
+
PlatformFilter.struct_class = Types::PlatformFilter
|
863
|
+
|
864
|
+
PlatformFilterValueList.member = Shapes::ShapeRef.new(shape: PlatformFilterValue)
|
865
|
+
|
866
|
+
PlatformFilters.member = Shapes::ShapeRef.new(shape: PlatformFilter)
|
867
|
+
|
868
|
+
PlatformFramework.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
869
|
+
PlatformFramework.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
|
870
|
+
PlatformFramework.struct_class = Types::PlatformFramework
|
871
|
+
|
872
|
+
PlatformFrameworks.member = Shapes::ShapeRef.new(shape: PlatformFramework)
|
873
|
+
|
874
|
+
PlatformProgrammingLanguage.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
875
|
+
PlatformProgrammingLanguage.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
|
876
|
+
PlatformProgrammingLanguage.struct_class = Types::PlatformProgrammingLanguage
|
877
|
+
|
878
|
+
PlatformProgrammingLanguages.member = Shapes::ShapeRef.new(shape: PlatformProgrammingLanguage)
|
879
|
+
|
880
|
+
PlatformSummary.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
881
|
+
PlatformSummary.add_member(:platform_owner, Shapes::ShapeRef.new(shape: PlatformOwner, location_name: "PlatformOwner"))
|
882
|
+
PlatformSummary.add_member(:platform_status, Shapes::ShapeRef.new(shape: PlatformStatus, location_name: "PlatformStatus"))
|
883
|
+
PlatformSummary.add_member(:platform_category, Shapes::ShapeRef.new(shape: PlatformCategory, location_name: "PlatformCategory"))
|
884
|
+
PlatformSummary.add_member(:operating_system_name, Shapes::ShapeRef.new(shape: OperatingSystemName, location_name: "OperatingSystemName"))
|
885
|
+
PlatformSummary.add_member(:operating_system_version, Shapes::ShapeRef.new(shape: OperatingSystemVersion, location_name: "OperatingSystemVersion"))
|
886
|
+
PlatformSummary.add_member(:supported_tier_list, Shapes::ShapeRef.new(shape: SupportedTierList, location_name: "SupportedTierList"))
|
887
|
+
PlatformSummary.add_member(:supported_addon_list, Shapes::ShapeRef.new(shape: SupportedAddonList, location_name: "SupportedAddonList"))
|
888
|
+
PlatformSummary.struct_class = Types::PlatformSummary
|
889
|
+
|
890
|
+
PlatformSummaryList.member = Shapes::ShapeRef.new(shape: PlatformSummary)
|
891
|
+
|
747
892
|
Queue.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
748
893
|
Queue.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "URL"))
|
749
894
|
Queue.struct_class = Types::Queue
|
@@ -808,6 +953,10 @@ module Aws::ElasticBeanstalk
|
|
808
953
|
StatusCodes.add_member(:status_5xx, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "Status5xx"))
|
809
954
|
StatusCodes.struct_class = Types::StatusCodes
|
810
955
|
|
956
|
+
SupportedAddonList.member = Shapes::ShapeRef.new(shape: SupportedAddon)
|
957
|
+
|
958
|
+
SupportedTierList.member = Shapes::ShapeRef.new(shape: SupportedTier)
|
959
|
+
|
811
960
|
SwapEnvironmentCNAMEsMessage.add_member(:source_environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "SourceEnvironmentId"))
|
812
961
|
SwapEnvironmentCNAMEsMessage.add_member(:source_environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, location_name: "SourceEnvironmentName"))
|
813
962
|
SwapEnvironmentCNAMEsMessage.add_member(:destination_environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "DestinationEnvironmentId"))
|
@@ -864,6 +1013,7 @@ module Aws::ElasticBeanstalk
|
|
864
1013
|
UpdateEnvironmentMessage.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location_name: "VersionLabel"))
|
865
1014
|
UpdateEnvironmentMessage.add_member(:template_name, Shapes::ShapeRef.new(shape: ConfigurationTemplateName, location_name: "TemplateName"))
|
866
1015
|
UpdateEnvironmentMessage.add_member(:solution_stack_name, Shapes::ShapeRef.new(shape: SolutionStackName, location_name: "SolutionStackName"))
|
1016
|
+
UpdateEnvironmentMessage.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
867
1017
|
UpdateEnvironmentMessage.add_member(:option_settings, Shapes::ShapeRef.new(shape: ConfigurationOptionSettingsList, location_name: "OptionSettings"))
|
868
1018
|
UpdateEnvironmentMessage.add_member(:options_to_remove, Shapes::ShapeRef.new(shape: OptionsSpecifierList, location_name: "OptionsToRemove"))
|
869
1019
|
UpdateEnvironmentMessage.struct_class = Types::UpdateEnvironmentMessage
|
@@ -980,6 +1130,17 @@ module Aws::ElasticBeanstalk
|
|
980
1130
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientPrivilegesException)
|
981
1131
|
end)
|
982
1132
|
|
1133
|
+
api.add_operation(:create_platform_version, Seahorse::Model::Operation.new.tap do |o|
|
1134
|
+
o.name = "CreatePlatformVersion"
|
1135
|
+
o.http_method = "POST"
|
1136
|
+
o.http_request_uri = "/"
|
1137
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePlatformVersionRequest)
|
1138
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePlatformVersionResult)
|
1139
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientPrivilegesException)
|
1140
|
+
o.errors << Shapes::ShapeRef.new(shape: ElasticBeanstalkServiceException)
|
1141
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyPlatformsException)
|
1142
|
+
end)
|
1143
|
+
|
983
1144
|
api.add_operation(:create_storage_location, Seahorse::Model::Operation.new.tap do |o|
|
984
1145
|
o.name = "CreateStorageLocation"
|
985
1146
|
o.http_method = "POST"
|
@@ -1029,6 +1190,18 @@ module Aws::ElasticBeanstalk
|
|
1029
1190
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1030
1191
|
end)
|
1031
1192
|
|
1193
|
+
api.add_operation(:delete_platform_version, Seahorse::Model::Operation.new.tap do |o|
|
1194
|
+
o.name = "DeletePlatformVersion"
|
1195
|
+
o.http_method = "POST"
|
1196
|
+
o.http_request_uri = "/"
|
1197
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePlatformVersionRequest)
|
1198
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePlatformVersionResult)
|
1199
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationInProgressException)
|
1200
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientPrivilegesException)
|
1201
|
+
o.errors << Shapes::ShapeRef.new(shape: ElasticBeanstalkServiceException)
|
1202
|
+
o.errors << Shapes::ShapeRef.new(shape: PlatformVersionStillReferencedException)
|
1203
|
+
end)
|
1204
|
+
|
1032
1205
|
api.add_operation(:describe_application_versions, Seahorse::Model::Operation.new.tap do |o|
|
1033
1206
|
o.name = "DescribeApplicationVersions"
|
1034
1207
|
o.http_method = "POST"
|
@@ -1132,6 +1305,16 @@ module Aws::ElasticBeanstalk
|
|
1132
1305
|
o.errors << Shapes::ShapeRef.new(shape: ElasticBeanstalkServiceException)
|
1133
1306
|
end)
|
1134
1307
|
|
1308
|
+
api.add_operation(:describe_platform_version, Seahorse::Model::Operation.new.tap do |o|
|
1309
|
+
o.name = "DescribePlatformVersion"
|
1310
|
+
o.http_method = "POST"
|
1311
|
+
o.http_request_uri = "/"
|
1312
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePlatformVersionRequest)
|
1313
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePlatformVersionResult)
|
1314
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientPrivilegesException)
|
1315
|
+
o.errors << Shapes::ShapeRef.new(shape: ElasticBeanstalkServiceException)
|
1316
|
+
end)
|
1317
|
+
|
1135
1318
|
api.add_operation(:list_available_solution_stacks, Seahorse::Model::Operation.new.tap do |o|
|
1136
1319
|
o.name = "ListAvailableSolutionStacks"
|
1137
1320
|
o.http_method = "POST"
|
@@ -1140,6 +1323,16 @@ module Aws::ElasticBeanstalk
|
|
1140
1323
|
o.output = Shapes::ShapeRef.new(shape: ListAvailableSolutionStacksResultMessage)
|
1141
1324
|
end)
|
1142
1325
|
|
1326
|
+
api.add_operation(:list_platform_versions, Seahorse::Model::Operation.new.tap do |o|
|
1327
|
+
o.name = "ListPlatformVersions"
|
1328
|
+
o.http_method = "POST"
|
1329
|
+
o.http_request_uri = "/"
|
1330
|
+
o.input = Shapes::ShapeRef.new(shape: ListPlatformVersionsRequest)
|
1331
|
+
o.output = Shapes::ShapeRef.new(shape: ListPlatformVersionsResult)
|
1332
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientPrivilegesException)
|
1333
|
+
o.errors << Shapes::ShapeRef.new(shape: ElasticBeanstalkServiceException)
|
1334
|
+
end)
|
1335
|
+
|
1143
1336
|
api.add_operation(:rebuild_environment, Seahorse::Model::Operation.new.tap do |o|
|
1144
1337
|
o.name = "RebuildEnvironment"
|
1145
1338
|
o.http_method = "POST"
|
@@ -26,6 +26,8 @@ module Aws::ElasticBeanstalk
|
|
26
26
|
# update that you want to cancel.
|
27
27
|
# @return [String]
|
28
28
|
#
|
29
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/AbortEnvironmentUpdateMessage AWS API Documentation
|
30
|
+
#
|
29
31
|
class AbortEnvironmentUpdateMessage < Struct.new(
|
30
32
|
:environment_id,
|
31
33
|
:environment_name)
|
@@ -63,6 +65,8 @@ module Aws::ElasticBeanstalk
|
|
63
65
|
# The lifecycle settings for the application.
|
64
66
|
# @return [Types::ApplicationResourceLifecycleConfig]
|
65
67
|
#
|
68
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationDescription AWS API Documentation
|
69
|
+
#
|
66
70
|
class ApplicationDescription < Struct.new(
|
67
71
|
:application_name,
|
68
72
|
:description,
|
@@ -80,6 +84,8 @@ module Aws::ElasticBeanstalk
|
|
80
84
|
# The ApplicationDescription of the application.
|
81
85
|
# @return [Types::ApplicationDescription]
|
82
86
|
#
|
87
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationDescriptionMessage AWS API Documentation
|
88
|
+
#
|
83
89
|
class ApplicationDescriptionMessage < Struct.new(
|
84
90
|
:application)
|
85
91
|
include Aws::Structure
|
@@ -91,6 +97,8 @@ module Aws::ElasticBeanstalk
|
|
91
97
|
# This parameter contains a list of ApplicationDescription.
|
92
98
|
# @return [Array<Types::ApplicationDescription>]
|
93
99
|
#
|
100
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationDescriptionsMessage AWS API Documentation
|
101
|
+
#
|
94
102
|
class ApplicationDescriptionsMessage < Struct.new(
|
95
103
|
:applications)
|
96
104
|
include Aws::Structure
|
@@ -117,9 +125,11 @@ module Aws::ElasticBeanstalk
|
|
117
125
|
# @!attribute [rw] latency
|
118
126
|
# Represents the average latency for the slowest X percent of requests
|
119
127
|
# over the last 10 seconds. Latencies are in seconds with one
|
120
|
-
#
|
128
|
+
# millisecond resolution.
|
121
129
|
# @return [Types::Latency]
|
122
130
|
#
|
131
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationMetrics AWS API Documentation
|
132
|
+
#
|
123
133
|
class ApplicationMetrics < Struct.new(
|
124
134
|
:duration,
|
125
135
|
:request_count,
|
@@ -162,6 +172,8 @@ module Aws::ElasticBeanstalk
|
|
162
172
|
# The application version lifecycle configuration.
|
163
173
|
# @return [Types::ApplicationVersionLifecycleConfig]
|
164
174
|
#
|
175
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationResourceLifecycleConfig AWS API Documentation
|
176
|
+
#
|
165
177
|
class ApplicationResourceLifecycleConfig < Struct.new(
|
166
178
|
:service_role,
|
167
179
|
:version_lifecycle_config)
|
@@ -176,6 +188,8 @@ module Aws::ElasticBeanstalk
|
|
176
188
|
# The lifecycle configuration.
|
177
189
|
# @return [Types::ApplicationResourceLifecycleConfig]
|
178
190
|
#
|
191
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationResourceLifecycleDescriptionMessage AWS API Documentation
|
192
|
+
#
|
179
193
|
class ApplicationResourceLifecycleDescriptionMessage < Struct.new(
|
180
194
|
:application_name,
|
181
195
|
:resource_lifecycle_config)
|
@@ -223,6 +237,8 @@ module Aws::ElasticBeanstalk
|
|
223
237
|
# The processing status of the application version.
|
224
238
|
# @return [String]
|
225
239
|
#
|
240
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationVersionDescription AWS API Documentation
|
241
|
+
#
|
226
242
|
class ApplicationVersionDescription < Struct.new(
|
227
243
|
:application_name,
|
228
244
|
:description,
|
@@ -243,6 +259,8 @@ module Aws::ElasticBeanstalk
|
|
243
259
|
# The ApplicationVersionDescription of the application version.
|
244
260
|
# @return [Types::ApplicationVersionDescription]
|
245
261
|
#
|
262
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationVersionDescriptionMessage AWS API Documentation
|
263
|
+
#
|
246
264
|
class ApplicationVersionDescriptionMessage < Struct.new(
|
247
265
|
:application_version)
|
248
266
|
include Aws::Structure
|
@@ -260,6 +278,8 @@ module Aws::ElasticBeanstalk
|
|
260
278
|
# request to get the next page.
|
261
279
|
# @return [String]
|
262
280
|
#
|
281
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationVersionDescriptionsMessage AWS API Documentation
|
282
|
+
#
|
263
283
|
class ApplicationVersionDescriptionsMessage < Struct.new(
|
264
284
|
:application_versions,
|
265
285
|
:next_token)
|
@@ -302,6 +322,8 @@ module Aws::ElasticBeanstalk
|
|
302
322
|
# application versions are retained for an application.
|
303
323
|
# @return [Types::MaxAgeRule]
|
304
324
|
#
|
325
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationVersionLifecycleConfig AWS API Documentation
|
326
|
+
#
|
305
327
|
class ApplicationVersionLifecycleConfig < Struct.new(
|
306
328
|
:max_count_rule,
|
307
329
|
:max_age_rule)
|
@@ -331,6 +353,8 @@ module Aws::ElasticBeanstalk
|
|
331
353
|
# The action ID of the scheduled managed action to execute.
|
332
354
|
# @return [String]
|
333
355
|
#
|
356
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplyEnvironmentManagedActionRequest AWS API Documentation
|
357
|
+
#
|
334
358
|
class ApplyEnvironmentManagedActionRequest < Struct.new(
|
335
359
|
:environment_name,
|
336
360
|
:environment_id,
|
@@ -356,6 +380,8 @@ module Aws::ElasticBeanstalk
|
|
356
380
|
# The status of the managed action.
|
357
381
|
# @return [String]
|
358
382
|
#
|
383
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplyEnvironmentManagedActionResult AWS API Documentation
|
384
|
+
#
|
359
385
|
class ApplyEnvironmentManagedActionResult < Struct.new(
|
360
386
|
:action_id,
|
361
387
|
:action_description,
|
@@ -370,6 +396,8 @@ module Aws::ElasticBeanstalk
|
|
370
396
|
# The name of the `AutoScalingGroup` .
|
371
397
|
# @return [String]
|
372
398
|
#
|
399
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/AutoScalingGroup AWS API Documentation
|
400
|
+
#
|
373
401
|
class AutoScalingGroup < Struct.new(
|
374
402
|
:name)
|
375
403
|
include Aws::Structure
|
@@ -426,6 +454,8 @@ module Aws::ElasticBeanstalk
|
|
426
454
|
# completed. The default is 60 minutes.
|
427
455
|
# @return [Integer]
|
428
456
|
#
|
457
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/BuildConfiguration AWS API Documentation
|
458
|
+
#
|
429
459
|
class BuildConfiguration < Struct.new(
|
430
460
|
:artifact_name,
|
431
461
|
:code_build_service_role,
|
@@ -435,6 +465,19 @@ module Aws::ElasticBeanstalk
|
|
435
465
|
include Aws::Structure
|
436
466
|
end
|
437
467
|
|
468
|
+
# The builder used to build the custom platform.
|
469
|
+
#
|
470
|
+
# @!attribute [rw] arn
|
471
|
+
# The ARN of the builder.
|
472
|
+
# @return [String]
|
473
|
+
#
|
474
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/Builder AWS API Documentation
|
475
|
+
#
|
476
|
+
class Builder < Struct.new(
|
477
|
+
:arn)
|
478
|
+
include Aws::Structure
|
479
|
+
end
|
480
|
+
|
438
481
|
# CPU utilization metrics for an instance.
|
439
482
|
#
|
440
483
|
# @!attribute [rw] user
|
@@ -472,6 +515,8 @@ module Aws::ElasticBeanstalk
|
|
472
515
|
# over the last 10 seconds.
|
473
516
|
# @return [Float]
|
474
517
|
#
|
518
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CPUUtilization AWS API Documentation
|
519
|
+
#
|
475
520
|
class CPUUtilization < Struct.new(
|
476
521
|
:user,
|
477
522
|
:nice,
|
@@ -496,6 +541,8 @@ module Aws::ElasticBeanstalk
|
|
496
541
|
# The prefix used when this CNAME is reserved.
|
497
542
|
# @return [String]
|
498
543
|
#
|
544
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CheckDNSAvailabilityMessage AWS API Documentation
|
545
|
+
#
|
499
546
|
class CheckDNSAvailabilityMessage < Struct.new(
|
500
547
|
:cname_prefix)
|
501
548
|
include Aws::Structure
|
@@ -516,6 +563,8 @@ module Aws::ElasticBeanstalk
|
|
516
563
|
# called with the provided prefix.
|
517
564
|
# @return [String]
|
518
565
|
#
|
566
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CheckDNSAvailabilityResultMessage AWS API Documentation
|
567
|
+
#
|
519
568
|
class CheckDNSAvailabilityResultMessage < Struct.new(
|
520
569
|
:available,
|
521
570
|
:fully_qualified_cname)
|
@@ -557,6 +606,8 @@ module Aws::ElasticBeanstalk
|
|
557
606
|
# optionally can specify environment links to create.
|
558
607
|
# @return [Array<String>]
|
559
608
|
#
|
609
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ComposeEnvironmentsMessage AWS API Documentation
|
610
|
+
#
|
560
611
|
class ComposeEnvironmentsMessage < Struct.new(
|
561
612
|
:application_name,
|
562
613
|
:group_name,
|
@@ -653,6 +704,8 @@ module Aws::ElasticBeanstalk
|
|
653
704
|
# satisfies this regular expression.
|
654
705
|
# @return [Types::OptionRestrictionRegex]
|
655
706
|
#
|
707
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ConfigurationOptionDescription AWS API Documentation
|
708
|
+
#
|
656
709
|
class ConfigurationOptionDescription < Struct.new(
|
657
710
|
:namespace,
|
658
711
|
:name,
|
@@ -704,6 +757,8 @@ module Aws::ElasticBeanstalk
|
|
704
757
|
# The current value for the configuration option.
|
705
758
|
# @return [String]
|
706
759
|
#
|
760
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ConfigurationOptionSetting AWS API Documentation
|
761
|
+
#
|
707
762
|
class ConfigurationOptionSetting < Struct.new(
|
708
763
|
:resource_name,
|
709
764
|
:namespace,
|
@@ -719,12 +774,19 @@ module Aws::ElasticBeanstalk
|
|
719
774
|
# to.
|
720
775
|
# @return [String]
|
721
776
|
#
|
777
|
+
# @!attribute [rw] platform_arn
|
778
|
+
# The ARN of the custom platform.
|
779
|
+
# @return [String]
|
780
|
+
#
|
722
781
|
# @!attribute [rw] options
|
723
782
|
# A list of ConfigurationOptionDescription.
|
724
783
|
# @return [Array<Types::ConfigurationOptionDescription>]
|
725
784
|
#
|
785
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ConfigurationOptionsDescription AWS API Documentation
|
786
|
+
#
|
726
787
|
class ConfigurationOptionsDescription < Struct.new(
|
727
788
|
:solution_stack_name,
|
789
|
+
:platform_arn,
|
728
790
|
:options)
|
729
791
|
include Aws::Structure
|
730
792
|
end
|
@@ -735,6 +797,10 @@ module Aws::ElasticBeanstalk
|
|
735
797
|
# The name of the solution stack this configuration set uses.
|
736
798
|
# @return [String]
|
737
799
|
#
|
800
|
+
# @!attribute [rw] platform_arn
|
801
|
+
# The ARN of the custom platform.
|
802
|
+
# @return [String]
|
803
|
+
#
|
738
804
|
# @!attribute [rw] application_name
|
739
805
|
# The name of the application associated with this configuration set.
|
740
806
|
# @return [String]
|
@@ -785,8 +851,11 @@ module Aws::ElasticBeanstalk
|
|
785
851
|
# configuration set.
|
786
852
|
# @return [Array<Types::ConfigurationOptionSetting>]
|
787
853
|
#
|
854
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ConfigurationSettingsDescription AWS API Documentation
|
855
|
+
#
|
788
856
|
class ConfigurationSettingsDescription < Struct.new(
|
789
857
|
:solution_stack_name,
|
858
|
+
:platform_arn,
|
790
859
|
:application_name,
|
791
860
|
:template_name,
|
792
861
|
:description,
|
@@ -805,6 +874,8 @@ module Aws::ElasticBeanstalk
|
|
805
874
|
# A list of ConfigurationSettingsDescription.
|
806
875
|
# @return [Array<Types::ConfigurationSettingsDescription>]
|
807
876
|
#
|
877
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ConfigurationSettingsDescriptions AWS API Documentation
|
878
|
+
#
|
808
879
|
class ConfigurationSettingsDescriptions < Struct.new(
|
809
880
|
:configuration_settings)
|
810
881
|
include Aws::Structure
|
@@ -816,6 +887,8 @@ module Aws::ElasticBeanstalk
|
|
816
887
|
# A list of ValidationMessage.
|
817
888
|
# @return [Array<Types::ValidationMessage>]
|
818
889
|
#
|
890
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ConfigurationSettingsValidationMessages AWS API Documentation
|
891
|
+
#
|
819
892
|
class ConfigurationSettingsValidationMessages < Struct.new(
|
820
893
|
:messages)
|
821
894
|
include Aws::Structure
|
@@ -863,6 +936,8 @@ module Aws::ElasticBeanstalk
|
|
863
936
|
# your application from accumulating too many versions.
|
864
937
|
# @return [Types::ApplicationResourceLifecycleConfig]
|
865
938
|
#
|
939
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateApplicationMessage AWS API Documentation
|
940
|
+
#
|
866
941
|
class CreateApplicationMessage < Struct.new(
|
867
942
|
:application_name,
|
868
943
|
:description,
|
@@ -951,6 +1026,8 @@ module Aws::ElasticBeanstalk
|
|
951
1026
|
# to an environment.
|
952
1027
|
# @return [Boolean]
|
953
1028
|
#
|
1029
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateApplicationVersionMessage AWS API Documentation
|
1030
|
+
#
|
954
1031
|
class CreateApplicationVersionMessage < Struct.new(
|
955
1032
|
:application_name,
|
956
1033
|
:version_label,
|
@@ -972,6 +1049,7 @@ module Aws::ElasticBeanstalk
|
|
972
1049
|
# application_name: "ApplicationName", # required
|
973
1050
|
# template_name: "ConfigurationTemplateName", # required
|
974
1051
|
# solution_stack_name: "SolutionStackName",
|
1052
|
+
# platform_arn: "PlatformArn",
|
975
1053
|
# source_configuration: {
|
976
1054
|
# application_name: "ApplicationName",
|
977
1055
|
# template_name: "ConfigurationTemplateName",
|
@@ -1022,6 +1100,10 @@ module Aws::ElasticBeanstalk
|
|
1022
1100
|
# same solution stack as the source configuration template.
|
1023
1101
|
# @return [String]
|
1024
1102
|
#
|
1103
|
+
# @!attribute [rw] platform_arn
|
1104
|
+
# The ARN of the custome platform.
|
1105
|
+
# @return [String]
|
1106
|
+
#
|
1025
1107
|
# @!attribute [rw] source_configuration
|
1026
1108
|
# If specified, AWS Elastic Beanstalk uses the configuration values
|
1027
1109
|
# from the specified configuration template to create a new
|
@@ -1055,10 +1137,13 @@ module Aws::ElasticBeanstalk
|
|
1055
1137
|
# template.
|
1056
1138
|
# @return [Array<Types::ConfigurationOptionSetting>]
|
1057
1139
|
#
|
1140
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateConfigurationTemplateMessage AWS API Documentation
|
1141
|
+
#
|
1058
1142
|
class CreateConfigurationTemplateMessage < Struct.new(
|
1059
1143
|
:application_name,
|
1060
1144
|
:template_name,
|
1061
1145
|
:solution_stack_name,
|
1146
|
+
:platform_arn,
|
1062
1147
|
:source_configuration,
|
1063
1148
|
:environment_id,
|
1064
1149
|
:description,
|
@@ -1089,6 +1174,7 @@ module Aws::ElasticBeanstalk
|
|
1089
1174
|
# version_label: "VersionLabel",
|
1090
1175
|
# template_name: "ConfigurationTemplateName",
|
1091
1176
|
# solution_stack_name: "SolutionStackName",
|
1177
|
+
# platform_arn: "PlatformArn",
|
1092
1178
|
# option_settings: [
|
1093
1179
|
# {
|
1094
1180
|
# resource_name: "ResourceName",
|
@@ -1174,23 +1260,16 @@ module Aws::ElasticBeanstalk
|
|
1174
1260
|
# The name of the configuration template to use in deployment. If no
|
1175
1261
|
# configuration template is found with this name, AWS Elastic
|
1176
1262
|
# Beanstalk returns an `InvalidParameterValue` error.
|
1177
|
-
#
|
1178
|
-
# Condition: You must specify either this parameter or a
|
1179
|
-
# `SolutionStackName`, but not both. If you specify both, AWS Elastic
|
1180
|
-
# Beanstalk returns an `InvalidParameterCombination` error. If you do
|
1181
|
-
# not specify either, AWS Elastic Beanstalk returns a
|
1182
|
-
# `MissingRequiredParameter` error.
|
1183
1263
|
# @return [String]
|
1184
1264
|
#
|
1185
1265
|
# @!attribute [rw] solution_stack_name
|
1186
1266
|
# This is an alternative to specifying a template name. If specified,
|
1187
1267
|
# AWS Elastic Beanstalk sets the configuration values to the default
|
1188
1268
|
# values associated with the specified solution stack.
|
1269
|
+
# @return [String]
|
1189
1270
|
#
|
1190
|
-
#
|
1191
|
-
#
|
1192
|
-
# `InvalidParameterCombination` error. If you do not specify either,
|
1193
|
-
# AWS Elastic Beanstalk returns a `MissingRequiredParameter` error.
|
1271
|
+
# @!attribute [rw] platform_arn
|
1272
|
+
# The ARN of the custom platform.
|
1194
1273
|
# @return [String]
|
1195
1274
|
#
|
1196
1275
|
# @!attribute [rw] option_settings
|
@@ -1205,6 +1284,8 @@ module Aws::ElasticBeanstalk
|
|
1205
1284
|
# the configuration set for this new environment.
|
1206
1285
|
# @return [Array<Types::OptionSpecification>]
|
1207
1286
|
#
|
1287
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateEnvironmentMessage AWS API Documentation
|
1288
|
+
#
|
1208
1289
|
class CreateEnvironmentMessage < Struct.new(
|
1209
1290
|
:application_name,
|
1210
1291
|
:environment_name,
|
@@ -1216,22 +1297,114 @@ module Aws::ElasticBeanstalk
|
|
1216
1297
|
:version_label,
|
1217
1298
|
:template_name,
|
1218
1299
|
:solution_stack_name,
|
1300
|
+
:platform_arn,
|
1219
1301
|
:option_settings,
|
1220
1302
|
:options_to_remove)
|
1221
1303
|
include Aws::Structure
|
1222
1304
|
end
|
1223
1305
|
|
1306
|
+
# Request to create a new platform version.
|
1307
|
+
#
|
1308
|
+
# @note When making an API call, you may pass CreatePlatformVersionRequest
|
1309
|
+
# data as a hash:
|
1310
|
+
#
|
1311
|
+
# {
|
1312
|
+
# platform_name: "PlatformName", # required
|
1313
|
+
# platform_version: "PlatformVersion", # required
|
1314
|
+
# platform_definition_bundle: { # required
|
1315
|
+
# s3_bucket: "S3Bucket",
|
1316
|
+
# s3_key: "S3Key",
|
1317
|
+
# },
|
1318
|
+
# environment_name: "EnvironmentName",
|
1319
|
+
# option_settings: [
|
1320
|
+
# {
|
1321
|
+
# resource_name: "ResourceName",
|
1322
|
+
# namespace: "OptionNamespace",
|
1323
|
+
# option_name: "ConfigurationOptionName",
|
1324
|
+
# value: "ConfigurationOptionValue",
|
1325
|
+
# },
|
1326
|
+
# ],
|
1327
|
+
# }
|
1328
|
+
#
|
1329
|
+
# @!attribute [rw] platform_name
|
1330
|
+
# The name of your custom platform.
|
1331
|
+
# @return [String]
|
1332
|
+
#
|
1333
|
+
# @!attribute [rw] platform_version
|
1334
|
+
# The number, such as 1.0.2, for the new platform version.
|
1335
|
+
# @return [String]
|
1336
|
+
#
|
1337
|
+
# @!attribute [rw] platform_definition_bundle
|
1338
|
+
# The location of the platform definition archive in Amazon S3.
|
1339
|
+
# @return [Types::S3Location]
|
1340
|
+
#
|
1341
|
+
# @!attribute [rw] environment_name
|
1342
|
+
# The name of the builder environment.
|
1343
|
+
# @return [String]
|
1344
|
+
#
|
1345
|
+
# @!attribute [rw] option_settings
|
1346
|
+
# The configuration option settings to apply to the builder
|
1347
|
+
# environment.
|
1348
|
+
# @return [Array<Types::ConfigurationOptionSetting>]
|
1349
|
+
#
|
1350
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreatePlatformVersionRequest AWS API Documentation
|
1351
|
+
#
|
1352
|
+
class CreatePlatformVersionRequest < Struct.new(
|
1353
|
+
:platform_name,
|
1354
|
+
:platform_version,
|
1355
|
+
:platform_definition_bundle,
|
1356
|
+
:environment_name,
|
1357
|
+
:option_settings)
|
1358
|
+
include Aws::Structure
|
1359
|
+
end
|
1360
|
+
|
1361
|
+
# @!attribute [rw] platform_summary
|
1362
|
+
# Detailed information about the new version of the custom platform.
|
1363
|
+
# @return [Types::PlatformSummary]
|
1364
|
+
#
|
1365
|
+
# @!attribute [rw] builder
|
1366
|
+
# The builder used to create the custom platform.
|
1367
|
+
# @return [Types::Builder]
|
1368
|
+
#
|
1369
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreatePlatformVersionResult AWS API Documentation
|
1370
|
+
#
|
1371
|
+
class CreatePlatformVersionResult < Struct.new(
|
1372
|
+
:platform_summary,
|
1373
|
+
:builder)
|
1374
|
+
include Aws::Structure
|
1375
|
+
end
|
1376
|
+
|
1224
1377
|
# Results of a CreateStorageLocationResult call.
|
1225
1378
|
#
|
1226
1379
|
# @!attribute [rw] s3_bucket
|
1227
1380
|
# The name of the Amazon S3 bucket created.
|
1228
1381
|
# @return [String]
|
1229
1382
|
#
|
1383
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateStorageLocationResultMessage AWS API Documentation
|
1384
|
+
#
|
1230
1385
|
class CreateStorageLocationResultMessage < Struct.new(
|
1231
1386
|
:s3_bucket)
|
1232
1387
|
include Aws::Structure
|
1233
1388
|
end
|
1234
1389
|
|
1390
|
+
# A custom AMI available to platforms.
|
1391
|
+
#
|
1392
|
+
# @!attribute [rw] virtualization_type
|
1393
|
+
# The type of virtualization used to create the custom AMI.
|
1394
|
+
# @return [String]
|
1395
|
+
#
|
1396
|
+
# @!attribute [rw] image_id
|
1397
|
+
# THe ID of the image used to create the custom AMI.
|
1398
|
+
# @return [String]
|
1399
|
+
#
|
1400
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CustomAmi AWS API Documentation
|
1401
|
+
#
|
1402
|
+
class CustomAmi < Struct.new(
|
1403
|
+
:virtualization_type,
|
1404
|
+
:image_id)
|
1405
|
+
include Aws::Structure
|
1406
|
+
end
|
1407
|
+
|
1235
1408
|
# Request to delete an application.
|
1236
1409
|
#
|
1237
1410
|
# @note When making an API call, you may pass DeleteApplicationMessage
|
@@ -1251,6 +1424,8 @@ module Aws::ElasticBeanstalk
|
|
1251
1424
|
# deleting the application.
|
1252
1425
|
# @return [Boolean]
|
1253
1426
|
#
|
1427
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteApplicationMessage AWS API Documentation
|
1428
|
+
#
|
1254
1429
|
class DeleteApplicationMessage < Struct.new(
|
1255
1430
|
:application_name,
|
1256
1431
|
:terminate_env_by_force)
|
@@ -1282,6 +1457,8 @@ module Aws::ElasticBeanstalk
|
|
1282
1457
|
# Beanstalk and the source bundle remains in Amazon S3.
|
1283
1458
|
# @return [Boolean]
|
1284
1459
|
#
|
1460
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteApplicationVersionMessage AWS API Documentation
|
1461
|
+
#
|
1285
1462
|
class DeleteApplicationVersionMessage < Struct.new(
|
1286
1463
|
:application_name,
|
1287
1464
|
:version_label,
|
@@ -1308,6 +1485,8 @@ module Aws::ElasticBeanstalk
|
|
1308
1485
|
# The name of the configuration template to delete.
|
1309
1486
|
# @return [String]
|
1310
1487
|
#
|
1488
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteConfigurationTemplateMessage AWS API Documentation
|
1489
|
+
#
|
1311
1490
|
class DeleteConfigurationTemplateMessage < Struct.new(
|
1312
1491
|
:application_name,
|
1313
1492
|
:template_name)
|
@@ -1332,12 +1511,43 @@ module Aws::ElasticBeanstalk
|
|
1332
1511
|
# The name of the environment to delete the draft configuration from.
|
1333
1512
|
# @return [String]
|
1334
1513
|
#
|
1514
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteEnvironmentConfigurationMessage AWS API Documentation
|
1515
|
+
#
|
1335
1516
|
class DeleteEnvironmentConfigurationMessage < Struct.new(
|
1336
1517
|
:application_name,
|
1337
1518
|
:environment_name)
|
1338
1519
|
include Aws::Structure
|
1339
1520
|
end
|
1340
1521
|
|
1522
|
+
# @note When making an API call, you may pass DeletePlatformVersionRequest
|
1523
|
+
# data as a hash:
|
1524
|
+
#
|
1525
|
+
# {
|
1526
|
+
# platform_arn: "PlatformArn",
|
1527
|
+
# }
|
1528
|
+
#
|
1529
|
+
# @!attribute [rw] platform_arn
|
1530
|
+
# The ARN of the version of the custom platform.
|
1531
|
+
# @return [String]
|
1532
|
+
#
|
1533
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeletePlatformVersionRequest AWS API Documentation
|
1534
|
+
#
|
1535
|
+
class DeletePlatformVersionRequest < Struct.new(
|
1536
|
+
:platform_arn)
|
1537
|
+
include Aws::Structure
|
1538
|
+
end
|
1539
|
+
|
1540
|
+
# @!attribute [rw] platform_summary
|
1541
|
+
# Detailed information about the version of the custom platform.
|
1542
|
+
# @return [Types::PlatformSummary]
|
1543
|
+
#
|
1544
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeletePlatformVersionResult AWS API Documentation
|
1545
|
+
#
|
1546
|
+
class DeletePlatformVersionResult < Struct.new(
|
1547
|
+
:platform_summary)
|
1548
|
+
include Aws::Structure
|
1549
|
+
end
|
1550
|
+
|
1341
1551
|
# Information about an application version deployment.
|
1342
1552
|
#
|
1343
1553
|
# @!attribute [rw] version_label
|
@@ -1366,6 +1576,8 @@ module Aws::ElasticBeanstalk
|
|
1366
1576
|
# For completed deployments, the time that the deployment ended.
|
1367
1577
|
# @return [Time]
|
1368
1578
|
#
|
1579
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/Deployment AWS API Documentation
|
1580
|
+
#
|
1369
1581
|
class Deployment < Struct.new(
|
1370
1582
|
:version_label,
|
1371
1583
|
:deployment_id,
|
@@ -1405,6 +1617,8 @@ module Aws::ElasticBeanstalk
|
|
1405
1617
|
# request.
|
1406
1618
|
# @return [String]
|
1407
1619
|
#
|
1620
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeApplicationVersionsMessage AWS API Documentation
|
1621
|
+
#
|
1408
1622
|
class DescribeApplicationVersionsMessage < Struct.new(
|
1409
1623
|
:application_name,
|
1410
1624
|
:version_labels,
|
@@ -1427,12 +1641,14 @@ module Aws::ElasticBeanstalk
|
|
1427
1641
|
# descriptions to only include those with the specified names.
|
1428
1642
|
# @return [Array<String>]
|
1429
1643
|
#
|
1644
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeApplicationsMessage AWS API Documentation
|
1645
|
+
#
|
1430
1646
|
class DescribeApplicationsMessage < Struct.new(
|
1431
1647
|
:application_names)
|
1432
1648
|
include Aws::Structure
|
1433
1649
|
end
|
1434
1650
|
|
1435
|
-
# Result message
|
1651
|
+
# Result message containing a list of application version descriptions.
|
1436
1652
|
#
|
1437
1653
|
# @note When making an API call, you may pass DescribeConfigurationOptionsMessage
|
1438
1654
|
# data as a hash:
|
@@ -1442,6 +1658,7 @@ module Aws::ElasticBeanstalk
|
|
1442
1658
|
# template_name: "ConfigurationTemplateName",
|
1443
1659
|
# environment_name: "EnvironmentName",
|
1444
1660
|
# solution_stack_name: "SolutionStackName",
|
1661
|
+
# platform_arn: "PlatformArn",
|
1445
1662
|
# options: [
|
1446
1663
|
# {
|
1447
1664
|
# resource_name: "ResourceName",
|
@@ -1473,16 +1690,23 @@ module Aws::ElasticBeanstalk
|
|
1473
1690
|
# to describe.
|
1474
1691
|
# @return [String]
|
1475
1692
|
#
|
1693
|
+
# @!attribute [rw] platform_arn
|
1694
|
+
# The ARN of the custom platform.
|
1695
|
+
# @return [String]
|
1696
|
+
#
|
1476
1697
|
# @!attribute [rw] options
|
1477
1698
|
# If specified, restricts the descriptions to only the specified
|
1478
1699
|
# options.
|
1479
1700
|
# @return [Array<Types::OptionSpecification>]
|
1480
1701
|
#
|
1702
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeConfigurationOptionsMessage AWS API Documentation
|
1703
|
+
#
|
1481
1704
|
class DescribeConfigurationOptionsMessage < Struct.new(
|
1482
1705
|
:application_name,
|
1483
1706
|
:template_name,
|
1484
1707
|
:environment_name,
|
1485
1708
|
:solution_stack_name,
|
1709
|
+
:platform_arn,
|
1486
1710
|
:options)
|
1487
1711
|
include Aws::Structure
|
1488
1712
|
end
|
@@ -1522,6 +1746,8 @@ module Aws::ElasticBeanstalk
|
|
1522
1746
|
# AWS Elastic Beanstalk returns `MissingRequiredParameter` error.
|
1523
1747
|
# @return [String]
|
1524
1748
|
#
|
1749
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeConfigurationSettingsMessage AWS API Documentation
|
1750
|
+
#
|
1525
1751
|
class DescribeConfigurationSettingsMessage < Struct.new(
|
1526
1752
|
:application_name,
|
1527
1753
|
:template_name,
|
@@ -1558,6 +1784,8 @@ module Aws::ElasticBeanstalk
|
|
1558
1784
|
# of the environment.
|
1559
1785
|
# @return [Array<String>]
|
1560
1786
|
#
|
1787
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentHealthRequest AWS API Documentation
|
1788
|
+
#
|
1561
1789
|
class DescribeEnvironmentHealthRequest < Struct.new(
|
1562
1790
|
:environment_name,
|
1563
1791
|
:environment_id,
|
@@ -1609,6 +1837,8 @@ module Aws::ElasticBeanstalk
|
|
1609
1837
|
# The date and time that the health information was retrieved.
|
1610
1838
|
# @return [Time]
|
1611
1839
|
#
|
1840
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentHealthResult AWS API Documentation
|
1841
|
+
#
|
1612
1842
|
class DescribeEnvironmentHealthResult < Struct.new(
|
1613
1843
|
:environment_name,
|
1614
1844
|
:health_status,
|
@@ -1649,6 +1879,8 @@ module Aws::ElasticBeanstalk
|
|
1649
1879
|
# The maximum number of items to return for a single request.
|
1650
1880
|
# @return [Integer]
|
1651
1881
|
#
|
1882
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentManagedActionHistoryRequest AWS API Documentation
|
1883
|
+
#
|
1652
1884
|
class DescribeEnvironmentManagedActionHistoryRequest < Struct.new(
|
1653
1885
|
:environment_id,
|
1654
1886
|
:environment_name,
|
@@ -1670,6 +1902,8 @@ module Aws::ElasticBeanstalk
|
|
1670
1902
|
# results.
|
1671
1903
|
# @return [String]
|
1672
1904
|
#
|
1905
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentManagedActionHistoryResult AWS API Documentation
|
1906
|
+
#
|
1673
1907
|
class DescribeEnvironmentManagedActionHistoryResult < Struct.new(
|
1674
1908
|
:managed_action_history_items,
|
1675
1909
|
:next_token)
|
@@ -1700,6 +1934,8 @@ module Aws::ElasticBeanstalk
|
|
1700
1934
|
# To show only actions with a particular status, specify a status.
|
1701
1935
|
# @return [String]
|
1702
1936
|
#
|
1937
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentManagedActionsRequest AWS API Documentation
|
1938
|
+
#
|
1703
1939
|
class DescribeEnvironmentManagedActionsRequest < Struct.new(
|
1704
1940
|
:environment_name,
|
1705
1941
|
:environment_id,
|
@@ -1713,6 +1949,8 @@ module Aws::ElasticBeanstalk
|
|
1713
1949
|
# A list of upcoming and in-progress managed actions.
|
1714
1950
|
# @return [Array<Types::ManagedAction>]
|
1715
1951
|
#
|
1952
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentManagedActionsResult AWS API Documentation
|
1953
|
+
#
|
1716
1954
|
class DescribeEnvironmentManagedActionsResult < Struct.new(
|
1717
1955
|
:managed_actions)
|
1718
1956
|
include Aws::Structure
|
@@ -1744,6 +1982,8 @@ module Aws::ElasticBeanstalk
|
|
1744
1982
|
# `MissingRequiredParameter` error.
|
1745
1983
|
# @return [String]
|
1746
1984
|
#
|
1985
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentResourcesMessage AWS API Documentation
|
1986
|
+
#
|
1747
1987
|
class DescribeEnvironmentResourcesMessage < Struct.new(
|
1748
1988
|
:environment_id,
|
1749
1989
|
:environment_name)
|
@@ -1800,6 +2040,8 @@ module Aws::ElasticBeanstalk
|
|
1800
2040
|
# environments deleted after this date are displayed.
|
1801
2041
|
# @return [Time]
|
1802
2042
|
#
|
2043
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentsMessage AWS API Documentation
|
2044
|
+
#
|
1803
2045
|
class DescribeEnvironmentsMessage < Struct.new(
|
1804
2046
|
:application_name,
|
1805
2047
|
:version_label,
|
@@ -1821,6 +2063,7 @@ module Aws::ElasticBeanstalk
|
|
1821
2063
|
# template_name: "ConfigurationTemplateName",
|
1822
2064
|
# environment_id: "EnvironmentId",
|
1823
2065
|
# environment_name: "EnvironmentName",
|
2066
|
+
# platform_arn: "PlatformArn",
|
1824
2067
|
# request_id: "RequestId",
|
1825
2068
|
# severity: "TRACE", # accepts TRACE, DEBUG, INFO, WARN, ERROR, FATAL
|
1826
2069
|
# start_time: Time.now,
|
@@ -1855,6 +2098,10 @@ module Aws::ElasticBeanstalk
|
|
1855
2098
|
# descriptions to those associated with this environment.
|
1856
2099
|
# @return [String]
|
1857
2100
|
#
|
2101
|
+
# @!attribute [rw] platform_arn
|
2102
|
+
# The ARN of the version of the custom platform.
|
2103
|
+
# @return [String]
|
2104
|
+
#
|
1858
2105
|
# @!attribute [rw] request_id
|
1859
2106
|
# If specified, AWS Elastic Beanstalk restricts the described events
|
1860
2107
|
# to include only those associated with this request ID.
|
@@ -1886,12 +2133,15 @@ module Aws::ElasticBeanstalk
|
|
1886
2133
|
# results.
|
1887
2134
|
# @return [String]
|
1888
2135
|
#
|
2136
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEventsMessage AWS API Documentation
|
2137
|
+
#
|
1889
2138
|
class DescribeEventsMessage < Struct.new(
|
1890
2139
|
:application_name,
|
1891
2140
|
:version_label,
|
1892
2141
|
:template_name,
|
1893
2142
|
:environment_id,
|
1894
2143
|
:environment_name,
|
2144
|
+
:platform_arn,
|
1895
2145
|
:request_id,
|
1896
2146
|
:severity,
|
1897
2147
|
:start_time,
|
@@ -1931,6 +2181,8 @@ module Aws::ElasticBeanstalk
|
|
1931
2181
|
# Specify the pagination token returned by a previous call.
|
1932
2182
|
# @return [String]
|
1933
2183
|
#
|
2184
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeInstancesHealthRequest AWS API Documentation
|
2185
|
+
#
|
1934
2186
|
class DescribeInstancesHealthRequest < Struct.new(
|
1935
2187
|
:environment_name,
|
1936
2188
|
:environment_id,
|
@@ -1954,6 +2206,8 @@ module Aws::ElasticBeanstalk
|
|
1954
2206
|
# Pagination token for the next page of results, if available.
|
1955
2207
|
# @return [String]
|
1956
2208
|
#
|
2209
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeInstancesHealthResult AWS API Documentation
|
2210
|
+
#
|
1957
2211
|
class DescribeInstancesHealthResult < Struct.new(
|
1958
2212
|
:instance_health_list,
|
1959
2213
|
:refreshed_at,
|
@@ -1961,6 +2215,35 @@ module Aws::ElasticBeanstalk
|
|
1961
2215
|
include Aws::Structure
|
1962
2216
|
end
|
1963
2217
|
|
2218
|
+
# @note When making an API call, you may pass DescribePlatformVersionRequest
|
2219
|
+
# data as a hash:
|
2220
|
+
#
|
2221
|
+
# {
|
2222
|
+
# platform_arn: "PlatformArn",
|
2223
|
+
# }
|
2224
|
+
#
|
2225
|
+
# @!attribute [rw] platform_arn
|
2226
|
+
# The ARN of the version of the platform.
|
2227
|
+
# @return [String]
|
2228
|
+
#
|
2229
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribePlatformVersionRequest AWS API Documentation
|
2230
|
+
#
|
2231
|
+
class DescribePlatformVersionRequest < Struct.new(
|
2232
|
+
:platform_arn)
|
2233
|
+
include Aws::Structure
|
2234
|
+
end
|
2235
|
+
|
2236
|
+
# @!attribute [rw] platform_description
|
2237
|
+
# Detailed information about the version of the platform.
|
2238
|
+
# @return [Types::PlatformDescription]
|
2239
|
+
#
|
2240
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribePlatformVersionResult AWS API Documentation
|
2241
|
+
#
|
2242
|
+
class DescribePlatformVersionResult < Struct.new(
|
2243
|
+
:platform_description)
|
2244
|
+
include Aws::Structure
|
2245
|
+
end
|
2246
|
+
|
1964
2247
|
# Describes the properties of an environment.
|
1965
2248
|
#
|
1966
2249
|
# @!attribute [rw] environment_name
|
@@ -1983,6 +2266,10 @@ module Aws::ElasticBeanstalk
|
|
1983
2266
|
# The name of the `SolutionStack` deployed with this environment.
|
1984
2267
|
# @return [String]
|
1985
2268
|
#
|
2269
|
+
# @!attribute [rw] platform_arn
|
2270
|
+
# The ARN of the custom platform.
|
2271
|
+
# @return [String]
|
2272
|
+
#
|
1986
2273
|
# @!attribute [rw] template_name
|
1987
2274
|
# The name of the configuration template used to originally launch
|
1988
2275
|
# this environment.
|
@@ -2078,12 +2365,15 @@ module Aws::ElasticBeanstalk
|
|
2078
2365
|
# A list of links to other environments in the same group.
|
2079
2366
|
# @return [Array<Types::EnvironmentLink>]
|
2080
2367
|
#
|
2368
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EnvironmentDescription AWS API Documentation
|
2369
|
+
#
|
2081
2370
|
class EnvironmentDescription < Struct.new(
|
2082
2371
|
:environment_name,
|
2083
2372
|
:environment_id,
|
2084
2373
|
:application_name,
|
2085
2374
|
:version_label,
|
2086
2375
|
:solution_stack_name,
|
2376
|
+
:platform_arn,
|
2087
2377
|
:template_name,
|
2088
2378
|
:description,
|
2089
2379
|
:endpoint_url,
|
@@ -2106,6 +2396,8 @@ module Aws::ElasticBeanstalk
|
|
2106
2396
|
# Returns an EnvironmentDescription list.
|
2107
2397
|
# @return [Array<Types::EnvironmentDescription>]
|
2108
2398
|
#
|
2399
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EnvironmentDescriptionsMessage AWS API Documentation
|
2400
|
+
#
|
2109
2401
|
class EnvironmentDescriptionsMessage < Struct.new(
|
2110
2402
|
:environments)
|
2111
2403
|
include Aws::Structure
|
@@ -2129,6 +2421,8 @@ module Aws::ElasticBeanstalk
|
|
2129
2421
|
# The retrieved information.
|
2130
2422
|
# @return [String]
|
2131
2423
|
#
|
2424
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EnvironmentInfoDescription AWS API Documentation
|
2425
|
+
#
|
2132
2426
|
class EnvironmentInfoDescription < Struct.new(
|
2133
2427
|
:info_type,
|
2134
2428
|
:ec2_instance_id,
|
@@ -2154,6 +2448,8 @@ module Aws::ElasticBeanstalk
|
|
2154
2448
|
# The name of the linked environment (the dependency).
|
2155
2449
|
# @return [String]
|
2156
2450
|
#
|
2451
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EnvironmentLink AWS API Documentation
|
2452
|
+
#
|
2157
2453
|
class EnvironmentLink < Struct.new(
|
2158
2454
|
:link_name,
|
2159
2455
|
:environment_name)
|
@@ -2191,6 +2487,8 @@ module Aws::ElasticBeanstalk
|
|
2191
2487
|
# The queues used by this environment.
|
2192
2488
|
# @return [Array<Types::Queue>]
|
2193
2489
|
#
|
2490
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EnvironmentResourceDescription AWS API Documentation
|
2491
|
+
#
|
2194
2492
|
class EnvironmentResourceDescription < Struct.new(
|
2195
2493
|
:environment_name,
|
2196
2494
|
:auto_scaling_groups,
|
@@ -2208,6 +2506,8 @@ module Aws::ElasticBeanstalk
|
|
2208
2506
|
# A list of EnvironmentResourceDescription.
|
2209
2507
|
# @return [Types::EnvironmentResourceDescription]
|
2210
2508
|
#
|
2509
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EnvironmentResourceDescriptionsMessage AWS API Documentation
|
2510
|
+
#
|
2211
2511
|
class EnvironmentResourceDescriptionsMessage < Struct.new(
|
2212
2512
|
:environment_resources)
|
2213
2513
|
include Aws::Structure
|
@@ -2220,6 +2520,8 @@ module Aws::ElasticBeanstalk
|
|
2220
2520
|
# Describes the LoadBalancer.
|
2221
2521
|
# @return [Types::LoadBalancerDescription]
|
2222
2522
|
#
|
2523
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EnvironmentResourcesDescription AWS API Documentation
|
2524
|
+
#
|
2223
2525
|
class EnvironmentResourcesDescription < Struct.new(
|
2224
2526
|
:load_balancer)
|
2225
2527
|
include Aws::Structure
|
@@ -2248,6 +2550,8 @@ module Aws::ElasticBeanstalk
|
|
2248
2550
|
# The version of this environment tier.
|
2249
2551
|
# @return [String]
|
2250
2552
|
#
|
2553
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EnvironmentTier AWS API Documentation
|
2554
|
+
#
|
2251
2555
|
class EnvironmentTier < Struct.new(
|
2252
2556
|
:name,
|
2253
2557
|
:type,
|
@@ -2282,6 +2586,10 @@ module Aws::ElasticBeanstalk
|
|
2282
2586
|
# The name of the environment associated with this event.
|
2283
2587
|
# @return [String]
|
2284
2588
|
#
|
2589
|
+
# @!attribute [rw] platform_arn
|
2590
|
+
# The ARN of the custom platform.
|
2591
|
+
# @return [String]
|
2592
|
+
#
|
2285
2593
|
# @!attribute [rw] request_id
|
2286
2594
|
# The web service request ID for the activity of this event.
|
2287
2595
|
# @return [String]
|
@@ -2290,6 +2598,8 @@ module Aws::ElasticBeanstalk
|
|
2290
2598
|
# The severity level of this event.
|
2291
2599
|
# @return [String]
|
2292
2600
|
#
|
2601
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EventDescription AWS API Documentation
|
2602
|
+
#
|
2293
2603
|
class EventDescription < Struct.new(
|
2294
2604
|
:event_date,
|
2295
2605
|
:message,
|
@@ -2297,6 +2607,7 @@ module Aws::ElasticBeanstalk
|
|
2297
2607
|
:version_label,
|
2298
2608
|
:template_name,
|
2299
2609
|
:environment_name,
|
2610
|
+
:platform_arn,
|
2300
2611
|
:request_id,
|
2301
2612
|
:severity)
|
2302
2613
|
include Aws::Structure
|
@@ -2314,6 +2625,8 @@ module Aws::ElasticBeanstalk
|
|
2314
2625
|
# of events.
|
2315
2626
|
# @return [String]
|
2316
2627
|
#
|
2628
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EventDescriptionsMessage AWS API Documentation
|
2629
|
+
#
|
2317
2630
|
class EventDescriptionsMessage < Struct.new(
|
2318
2631
|
:events,
|
2319
2632
|
:next_token)
|
@@ -2326,6 +2639,8 @@ module Aws::ElasticBeanstalk
|
|
2326
2639
|
# The ID of the Amazon EC2 instance.
|
2327
2640
|
# @return [String]
|
2328
2641
|
#
|
2642
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/Instance AWS API Documentation
|
2643
|
+
#
|
2329
2644
|
class Instance < Struct.new(
|
2330
2645
|
:id)
|
2331
2646
|
include Aws::Structure
|
@@ -2377,6 +2692,8 @@ module Aws::ElasticBeanstalk
|
|
2377
2692
|
# failures or other issues for an instance or environment.
|
2378
2693
|
# @return [Integer]
|
2379
2694
|
#
|
2695
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/InstanceHealthSummary AWS API Documentation
|
2696
|
+
#
|
2380
2697
|
class InstanceHealthSummary < Struct.new(
|
2381
2698
|
:no_data,
|
2382
2699
|
:unknown,
|
@@ -2432,6 +2749,8 @@ module Aws::ElasticBeanstalk
|
|
2432
2749
|
# last 10 seconds.
|
2433
2750
|
# @return [Float]
|
2434
2751
|
#
|
2752
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/Latency AWS API Documentation
|
2753
|
+
#
|
2435
2754
|
class Latency < Struct.new(
|
2436
2755
|
:p999,
|
2437
2756
|
:p99,
|
@@ -2450,6 +2769,8 @@ module Aws::ElasticBeanstalk
|
|
2450
2769
|
# The name of the launch configuration.
|
2451
2770
|
# @return [String]
|
2452
2771
|
#
|
2772
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/LaunchConfiguration AWS API Documentation
|
2773
|
+
#
|
2453
2774
|
class LaunchConfiguration < Struct.new(
|
2454
2775
|
:name)
|
2455
2776
|
include Aws::Structure
|
@@ -2466,12 +2787,70 @@ module Aws::ElasticBeanstalk
|
|
2466
2787
|
# SolutionStackDescription.
|
2467
2788
|
# @return [Array<Types::SolutionStackDescription>]
|
2468
2789
|
#
|
2790
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListAvailableSolutionStacksResultMessage AWS API Documentation
|
2791
|
+
#
|
2469
2792
|
class ListAvailableSolutionStacksResultMessage < Struct.new(
|
2470
2793
|
:solution_stacks,
|
2471
2794
|
:solution_stack_details)
|
2472
2795
|
include Aws::Structure
|
2473
2796
|
end
|
2474
2797
|
|
2798
|
+
# @note When making an API call, you may pass ListPlatformVersionsRequest
|
2799
|
+
# data as a hash:
|
2800
|
+
#
|
2801
|
+
# {
|
2802
|
+
# filters: [
|
2803
|
+
# {
|
2804
|
+
# type: "PlatformFilterType",
|
2805
|
+
# operator: "PlatformFilterOperator",
|
2806
|
+
# values: ["PlatformFilterValue"],
|
2807
|
+
# },
|
2808
|
+
# ],
|
2809
|
+
# max_records: 1,
|
2810
|
+
# next_token: "Token",
|
2811
|
+
# }
|
2812
|
+
#
|
2813
|
+
# @!attribute [rw] filters
|
2814
|
+
# List only the platforms where the platform member value relates to
|
2815
|
+
# one of the supplied values.
|
2816
|
+
# @return [Array<Types::PlatformFilter>]
|
2817
|
+
#
|
2818
|
+
# @!attribute [rw] max_records
|
2819
|
+
# The maximum number of platform values returned in one call.
|
2820
|
+
# @return [Integer]
|
2821
|
+
#
|
2822
|
+
# @!attribute [rw] next_token
|
2823
|
+
# The starting index into the remaining list of platforms. Use the
|
2824
|
+
# `NextToken` value from a previous `ListPlatformVersion` call.
|
2825
|
+
# @return [String]
|
2826
|
+
#
|
2827
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformVersionsRequest AWS API Documentation
|
2828
|
+
#
|
2829
|
+
class ListPlatformVersionsRequest < Struct.new(
|
2830
|
+
:filters,
|
2831
|
+
:max_records,
|
2832
|
+
:next_token)
|
2833
|
+
include Aws::Structure
|
2834
|
+
end
|
2835
|
+
|
2836
|
+
# @!attribute [rw] platform_summary_list
|
2837
|
+
# Detailed information about the platforms.
|
2838
|
+
# @return [Array<Types::PlatformSummary>]
|
2839
|
+
#
|
2840
|
+
# @!attribute [rw] next_token
|
2841
|
+
# The starting index into the remaining list of platforms. if this
|
2842
|
+
# value is not `null`, you can use it in a subsequent
|
2843
|
+
# `ListPlatformVersion` call.
|
2844
|
+
# @return [String]
|
2845
|
+
#
|
2846
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformVersionsResult AWS API Documentation
|
2847
|
+
#
|
2848
|
+
class ListPlatformVersionsResult < Struct.new(
|
2849
|
+
:platform_summary_list,
|
2850
|
+
:next_token)
|
2851
|
+
include Aws::Structure
|
2852
|
+
end
|
2853
|
+
|
2475
2854
|
# Describes the properties of a Listener for the LoadBalancer.
|
2476
2855
|
#
|
2477
2856
|
# @!attribute [rw] protocol
|
@@ -2482,6 +2861,8 @@ module Aws::ElasticBeanstalk
|
|
2482
2861
|
# The port that is used by the Listener.
|
2483
2862
|
# @return [Integer]
|
2484
2863
|
#
|
2864
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/Listener AWS API Documentation
|
2865
|
+
#
|
2485
2866
|
class Listener < Struct.new(
|
2486
2867
|
:protocol,
|
2487
2868
|
:port)
|
@@ -2494,6 +2875,8 @@ module Aws::ElasticBeanstalk
|
|
2494
2875
|
# The name of the LoadBalancer.
|
2495
2876
|
# @return [String]
|
2496
2877
|
#
|
2878
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/LoadBalancer AWS API Documentation
|
2879
|
+
#
|
2497
2880
|
class LoadBalancer < Struct.new(
|
2498
2881
|
:name)
|
2499
2882
|
include Aws::Structure
|
@@ -2513,6 +2896,8 @@ module Aws::ElasticBeanstalk
|
|
2513
2896
|
# A list of Listeners used by the LoadBalancer.
|
2514
2897
|
# @return [Array<Types::Listener>]
|
2515
2898
|
#
|
2899
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/LoadBalancerDescription AWS API Documentation
|
2900
|
+
#
|
2516
2901
|
class LoadBalancerDescription < Struct.new(
|
2517
2902
|
:load_balancer_name,
|
2518
2903
|
:domain,
|
@@ -2544,6 +2929,8 @@ module Aws::ElasticBeanstalk
|
|
2544
2929
|
# will execute.
|
2545
2930
|
# @return [Time]
|
2546
2931
|
#
|
2932
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ManagedAction AWS API Documentation
|
2933
|
+
#
|
2547
2934
|
class ManagedAction < Struct.new(
|
2548
2935
|
:action_id,
|
2549
2936
|
:action_description,
|
@@ -2587,6 +2974,8 @@ module Aws::ElasticBeanstalk
|
|
2587
2974
|
# The date and time that the action finished executing.
|
2588
2975
|
# @return [Time]
|
2589
2976
|
#
|
2977
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ManagedActionHistoryItem AWS API Documentation
|
2978
|
+
#
|
2590
2979
|
class ManagedActionHistoryItem < Struct.new(
|
2591
2980
|
:action_id,
|
2592
2981
|
:action_type,
|
@@ -2624,6 +3013,8 @@ module Aws::ElasticBeanstalk
|
|
2624
3013
|
# when Elastic Beanstalk deletes the application version.
|
2625
3014
|
# @return [Boolean]
|
2626
3015
|
#
|
3016
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/MaxAgeRule AWS API Documentation
|
3017
|
+
#
|
2627
3018
|
class MaxAgeRule < Struct.new(
|
2628
3019
|
:enabled,
|
2629
3020
|
:max_age_in_days,
|
@@ -2656,6 +3047,8 @@ module Aws::ElasticBeanstalk
|
|
2656
3047
|
# when Elastic Beanstalk deletes the application version.
|
2657
3048
|
# @return [Boolean]
|
2658
3049
|
#
|
3050
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/MaxCountRule AWS API Documentation
|
3051
|
+
#
|
2659
3052
|
class MaxCountRule < Struct.new(
|
2660
3053
|
:enabled,
|
2661
3054
|
:max_count,
|
@@ -2675,6 +3068,8 @@ module Aws::ElasticBeanstalk
|
|
2675
3068
|
# A unique name representing this regular expression.
|
2676
3069
|
# @return [String]
|
2677
3070
|
#
|
3071
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/OptionRestrictionRegex AWS API Documentation
|
3072
|
+
#
|
2678
3073
|
class OptionRestrictionRegex < Struct.new(
|
2679
3074
|
:pattern,
|
2680
3075
|
:label)
|
@@ -2706,6 +3101,8 @@ module Aws::ElasticBeanstalk
|
|
2706
3101
|
# The name of the configuration option.
|
2707
3102
|
# @return [String]
|
2708
3103
|
#
|
3104
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/OptionSpecification AWS API Documentation
|
3105
|
+
#
|
2709
3106
|
class OptionSpecification < Struct.new(
|
2710
3107
|
:resource_name,
|
2711
3108
|
:namespace,
|
@@ -2713,6 +3110,235 @@ module Aws::ElasticBeanstalk
|
|
2713
3110
|
include Aws::Structure
|
2714
3111
|
end
|
2715
3112
|
|
3113
|
+
# Detailed information about a platform.
|
3114
|
+
#
|
3115
|
+
# @!attribute [rw] platform_arn
|
3116
|
+
# The ARN of the platform.
|
3117
|
+
# @return [String]
|
3118
|
+
#
|
3119
|
+
# @!attribute [rw] platform_owner
|
3120
|
+
# The AWS account ID of the person who created the platform.
|
3121
|
+
# @return [String]
|
3122
|
+
#
|
3123
|
+
# @!attribute [rw] platform_name
|
3124
|
+
# The name of the platform.
|
3125
|
+
# @return [String]
|
3126
|
+
#
|
3127
|
+
# @!attribute [rw] platform_version
|
3128
|
+
# The version of the platform.
|
3129
|
+
# @return [String]
|
3130
|
+
#
|
3131
|
+
# @!attribute [rw] solution_stack_name
|
3132
|
+
# The name of the solution stack used by the platform.
|
3133
|
+
# @return [String]
|
3134
|
+
#
|
3135
|
+
# @!attribute [rw] platform_status
|
3136
|
+
# The status of the platform.
|
3137
|
+
# @return [String]
|
3138
|
+
#
|
3139
|
+
# @!attribute [rw] date_created
|
3140
|
+
# The date when the platform was created.
|
3141
|
+
# @return [Time]
|
3142
|
+
#
|
3143
|
+
# @!attribute [rw] date_updated
|
3144
|
+
# The date when the platform was last updated.
|
3145
|
+
# @return [Time]
|
3146
|
+
#
|
3147
|
+
# @!attribute [rw] platform_category
|
3148
|
+
# The category of the platform.
|
3149
|
+
# @return [String]
|
3150
|
+
#
|
3151
|
+
# @!attribute [rw] description
|
3152
|
+
# The description of the platform.
|
3153
|
+
# @return [String]
|
3154
|
+
#
|
3155
|
+
# @!attribute [rw] maintainer
|
3156
|
+
# Information about the maintainer of the platform.
|
3157
|
+
# @return [String]
|
3158
|
+
#
|
3159
|
+
# @!attribute [rw] operating_system_name
|
3160
|
+
# The operating system used by the platform.
|
3161
|
+
# @return [String]
|
3162
|
+
#
|
3163
|
+
# @!attribute [rw] operating_system_version
|
3164
|
+
# The version of the operating system used by the platform.
|
3165
|
+
# @return [String]
|
3166
|
+
#
|
3167
|
+
# @!attribute [rw] programming_languages
|
3168
|
+
# The programming languages supported by the platform.
|
3169
|
+
# @return [Array<Types::PlatformProgrammingLanguage>]
|
3170
|
+
#
|
3171
|
+
# @!attribute [rw] frameworks
|
3172
|
+
# The frameworks supported by the platform.
|
3173
|
+
# @return [Array<Types::PlatformFramework>]
|
3174
|
+
#
|
3175
|
+
# @!attribute [rw] custom_ami_list
|
3176
|
+
# The custom AMIs supported by the platform.
|
3177
|
+
# @return [Array<Types::CustomAmi>]
|
3178
|
+
#
|
3179
|
+
# @!attribute [rw] supported_tier_list
|
3180
|
+
# The tiers supported by the platform.
|
3181
|
+
# @return [Array<String>]
|
3182
|
+
#
|
3183
|
+
# @!attribute [rw] supported_addon_list
|
3184
|
+
# The additions supported by the platform.
|
3185
|
+
# @return [Array<String>]
|
3186
|
+
#
|
3187
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/PlatformDescription AWS API Documentation
|
3188
|
+
#
|
3189
|
+
class PlatformDescription < Struct.new(
|
3190
|
+
:platform_arn,
|
3191
|
+
:platform_owner,
|
3192
|
+
:platform_name,
|
3193
|
+
:platform_version,
|
3194
|
+
:solution_stack_name,
|
3195
|
+
:platform_status,
|
3196
|
+
:date_created,
|
3197
|
+
:date_updated,
|
3198
|
+
:platform_category,
|
3199
|
+
:description,
|
3200
|
+
:maintainer,
|
3201
|
+
:operating_system_name,
|
3202
|
+
:operating_system_version,
|
3203
|
+
:programming_languages,
|
3204
|
+
:frameworks,
|
3205
|
+
:custom_ami_list,
|
3206
|
+
:supported_tier_list,
|
3207
|
+
:supported_addon_list)
|
3208
|
+
include Aws::Structure
|
3209
|
+
end
|
3210
|
+
|
3211
|
+
# Specify criteria to restrict the results when listing custom
|
3212
|
+
# platforms.
|
3213
|
+
#
|
3214
|
+
# The filter is evaluated as the expression:
|
3215
|
+
#
|
3216
|
+
# `Type` `Operator` `Values[i]`
|
3217
|
+
#
|
3218
|
+
# @note When making an API call, you may pass PlatformFilter
|
3219
|
+
# data as a hash:
|
3220
|
+
#
|
3221
|
+
# {
|
3222
|
+
# type: "PlatformFilterType",
|
3223
|
+
# operator: "PlatformFilterOperator",
|
3224
|
+
# values: ["PlatformFilterValue"],
|
3225
|
+
# }
|
3226
|
+
#
|
3227
|
+
# @!attribute [rw] type
|
3228
|
+
# The custom platform attribute to which the filter values are
|
3229
|
+
# applied.
|
3230
|
+
#
|
3231
|
+
# Valid Values: `PlatformName` \| `PlatformVersion` \|
|
3232
|
+
# `PlatformStatus` \| `PlatformOwner`
|
3233
|
+
# @return [String]
|
3234
|
+
#
|
3235
|
+
# @!attribute [rw] operator
|
3236
|
+
# The operator to apply to the `Type` with each of the `Values`.
|
3237
|
+
#
|
3238
|
+
# Valid Values: `=` (equal to) \| `!=` (not equal to) \| `<` (less
|
3239
|
+
# than) \| `<=` (less than or equal to) \| `>` (greater than) \| `>=`
|
3240
|
+
# (greater than or equal to) \| `contains` \| `begins_with` \|
|
3241
|
+
# `ends_with`
|
3242
|
+
# @return [String]
|
3243
|
+
#
|
3244
|
+
# @!attribute [rw] values
|
3245
|
+
# The list of values applied to the custom platform attribute.
|
3246
|
+
# @return [Array<String>]
|
3247
|
+
#
|
3248
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/PlatformFilter AWS API Documentation
|
3249
|
+
#
|
3250
|
+
class PlatformFilter < Struct.new(
|
3251
|
+
:type,
|
3252
|
+
:operator,
|
3253
|
+
:values)
|
3254
|
+
include Aws::Structure
|
3255
|
+
end
|
3256
|
+
|
3257
|
+
# A framework supported by the custom platform.
|
3258
|
+
#
|
3259
|
+
# @!attribute [rw] name
|
3260
|
+
# The name of the framework.
|
3261
|
+
# @return [String]
|
3262
|
+
#
|
3263
|
+
# @!attribute [rw] version
|
3264
|
+
# The version of the framework.
|
3265
|
+
# @return [String]
|
3266
|
+
#
|
3267
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/PlatformFramework AWS API Documentation
|
3268
|
+
#
|
3269
|
+
class PlatformFramework < Struct.new(
|
3270
|
+
:name,
|
3271
|
+
:version)
|
3272
|
+
include Aws::Structure
|
3273
|
+
end
|
3274
|
+
|
3275
|
+
# A programming language supported by the platform.
|
3276
|
+
#
|
3277
|
+
# @!attribute [rw] name
|
3278
|
+
# The name of the programming language.
|
3279
|
+
# @return [String]
|
3280
|
+
#
|
3281
|
+
# @!attribute [rw] version
|
3282
|
+
# The version of the programming language.
|
3283
|
+
# @return [String]
|
3284
|
+
#
|
3285
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/PlatformProgrammingLanguage AWS API Documentation
|
3286
|
+
#
|
3287
|
+
class PlatformProgrammingLanguage < Struct.new(
|
3288
|
+
:name,
|
3289
|
+
:version)
|
3290
|
+
include Aws::Structure
|
3291
|
+
end
|
3292
|
+
|
3293
|
+
# Detailed information about a platform.
|
3294
|
+
#
|
3295
|
+
# @!attribute [rw] platform_arn
|
3296
|
+
# The ARN of the platform.
|
3297
|
+
# @return [String]
|
3298
|
+
#
|
3299
|
+
# @!attribute [rw] platform_owner
|
3300
|
+
# The AWS account ID of the person who created the platform.
|
3301
|
+
# @return [String]
|
3302
|
+
#
|
3303
|
+
# @!attribute [rw] platform_status
|
3304
|
+
# The status of the platform. You can create an environment from the
|
3305
|
+
# platform once it is ready.
|
3306
|
+
# @return [String]
|
3307
|
+
#
|
3308
|
+
# @!attribute [rw] platform_category
|
3309
|
+
# The category of platform.
|
3310
|
+
# @return [String]
|
3311
|
+
#
|
3312
|
+
# @!attribute [rw] operating_system_name
|
3313
|
+
# The operating system used by the platform.
|
3314
|
+
# @return [String]
|
3315
|
+
#
|
3316
|
+
# @!attribute [rw] operating_system_version
|
3317
|
+
# The version of the operating system used by the platform.
|
3318
|
+
# @return [String]
|
3319
|
+
#
|
3320
|
+
# @!attribute [rw] supported_tier_list
|
3321
|
+
# The tiers in which the platform runs.
|
3322
|
+
# @return [Array<String>]
|
3323
|
+
#
|
3324
|
+
# @!attribute [rw] supported_addon_list
|
3325
|
+
# The additions associated with the platform.
|
3326
|
+
# @return [Array<String>]
|
3327
|
+
#
|
3328
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/PlatformSummary AWS API Documentation
|
3329
|
+
#
|
3330
|
+
class PlatformSummary < Struct.new(
|
3331
|
+
:platform_arn,
|
3332
|
+
:platform_owner,
|
3333
|
+
:platform_status,
|
3334
|
+
:platform_category,
|
3335
|
+
:operating_system_name,
|
3336
|
+
:operating_system_version,
|
3337
|
+
:supported_tier_list,
|
3338
|
+
:supported_addon_list)
|
3339
|
+
include Aws::Structure
|
3340
|
+
end
|
3341
|
+
|
2716
3342
|
# Describes a queue.
|
2717
3343
|
#
|
2718
3344
|
# @!attribute [rw] name
|
@@ -2723,6 +3349,8 @@ module Aws::ElasticBeanstalk
|
|
2723
3349
|
# The URL of the queue.
|
2724
3350
|
# @return [String]
|
2725
3351
|
#
|
3352
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/Queue AWS API Documentation
|
3353
|
+
#
|
2726
3354
|
class Queue < Struct.new(
|
2727
3355
|
:name,
|
2728
3356
|
:url)
|
@@ -2753,6 +3381,8 @@ module Aws::ElasticBeanstalk
|
|
2753
3381
|
# `MissingRequiredParameter` error.
|
2754
3382
|
# @return [String]
|
2755
3383
|
#
|
3384
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RebuildEnvironmentMessage AWS API Documentation
|
3385
|
+
#
|
2756
3386
|
class RebuildEnvironmentMessage < Struct.new(
|
2757
3387
|
:environment_id,
|
2758
3388
|
:environment_name)
|
@@ -2797,6 +3427,8 @@ module Aws::ElasticBeanstalk
|
|
2797
3427
|
# The type of information to request.
|
2798
3428
|
# @return [String]
|
2799
3429
|
#
|
3430
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RequestEnvironmentInfoMessage AWS API Documentation
|
3431
|
+
#
|
2800
3432
|
class RequestEnvironmentInfoMessage < Struct.new(
|
2801
3433
|
:environment_id,
|
2802
3434
|
:environment_name,
|
@@ -2828,6 +3460,8 @@ module Aws::ElasticBeanstalk
|
|
2828
3460
|
# `MissingRequiredParameter` error.
|
2829
3461
|
# @return [String]
|
2830
3462
|
#
|
3463
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RestartAppServerMessage AWS API Documentation
|
3464
|
+
#
|
2831
3465
|
class RestartAppServerMessage < Struct.new(
|
2832
3466
|
:environment_id,
|
2833
3467
|
:environment_name)
|
@@ -2871,6 +3505,8 @@ module Aws::ElasticBeanstalk
|
|
2871
3505
|
# The type of information to retrieve.
|
2872
3506
|
# @return [String]
|
2873
3507
|
#
|
3508
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RetrieveEnvironmentInfoMessage AWS API Documentation
|
3509
|
+
#
|
2874
3510
|
class RetrieveEnvironmentInfoMessage < Struct.new(
|
2875
3511
|
:environment_id,
|
2876
3512
|
:environment_name,
|
@@ -2885,6 +3521,8 @@ module Aws::ElasticBeanstalk
|
|
2885
3521
|
# The EnvironmentInfoDescription of the environment.
|
2886
3522
|
# @return [Array<Types::EnvironmentInfoDescription>]
|
2887
3523
|
#
|
3524
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RetrieveEnvironmentInfoResultMessage AWS API Documentation
|
3525
|
+
#
|
2888
3526
|
class RetrieveEnvironmentInfoResultMessage < Struct.new(
|
2889
3527
|
:environment_info)
|
2890
3528
|
include Aws::Structure
|
@@ -2908,6 +3546,8 @@ module Aws::ElasticBeanstalk
|
|
2908
3546
|
# The Amazon S3 key where the data is located.
|
2909
3547
|
# @return [String]
|
2910
3548
|
#
|
3549
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/S3Location AWS API Documentation
|
3550
|
+
#
|
2911
3551
|
class S3Location < Struct.new(
|
2912
3552
|
:s3_bucket,
|
2913
3553
|
:s3_key)
|
@@ -2969,6 +3609,8 @@ module Aws::ElasticBeanstalk
|
|
2969
3609
|
# The instance's type.
|
2970
3610
|
# @return [String]
|
2971
3611
|
#
|
3612
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/SingleInstanceHealth AWS API Documentation
|
3613
|
+
#
|
2972
3614
|
class SingleInstanceHealth < Struct.new(
|
2973
3615
|
:instance_id,
|
2974
3616
|
:health_status,
|
@@ -2993,6 +3635,8 @@ module Aws::ElasticBeanstalk
|
|
2993
3635
|
# The permitted file types allowed for a solution stack.
|
2994
3636
|
# @return [Array<String>]
|
2995
3637
|
#
|
3638
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/SolutionStackDescription AWS API Documentation
|
3639
|
+
#
|
2996
3640
|
class SolutionStackDescription < Struct.new(
|
2997
3641
|
:solution_stack_name,
|
2998
3642
|
:permitted_file_types)
|
@@ -3039,6 +3683,8 @@ module Aws::ElasticBeanstalk
|
|
3039
3683
|
# `my-s3-bucket/Folders/my-source-file`.
|
3040
3684
|
# @return [String]
|
3041
3685
|
#
|
3686
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/SourceBuildInformation AWS API Documentation
|
3687
|
+
#
|
3042
3688
|
class SourceBuildInformation < Struct.new(
|
3043
3689
|
:source_type,
|
3044
3690
|
:source_repository,
|
@@ -3064,6 +3710,8 @@ module Aws::ElasticBeanstalk
|
|
3064
3710
|
# The name of the configuration template.
|
3065
3711
|
# @return [String]
|
3066
3712
|
#
|
3713
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/SourceConfiguration AWS API Documentation
|
3714
|
+
#
|
3067
3715
|
class SourceConfiguration < Struct.new(
|
3068
3716
|
:application_name,
|
3069
3717
|
:template_name)
|
@@ -3098,6 +3746,8 @@ module Aws::ElasticBeanstalk
|
|
3098
3746
|
# a 5xx (500, 501, etc.) status code.
|
3099
3747
|
# @return [Integer]
|
3100
3748
|
#
|
3749
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/StatusCodes AWS API Documentation
|
3750
|
+
#
|
3101
3751
|
class StatusCodes < Struct.new(
|
3102
3752
|
:status_2xx,
|
3103
3753
|
:status_3xx,
|
@@ -3154,6 +3804,8 @@ module Aws::ElasticBeanstalk
|
|
3154
3804
|
# `DestinationEnvironmentName`.
|
3155
3805
|
# @return [String]
|
3156
3806
|
#
|
3807
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/SwapEnvironmentCNAMEsMessage AWS API Documentation
|
3808
|
+
#
|
3157
3809
|
class SwapEnvironmentCNAMEsMessage < Struct.new(
|
3158
3810
|
:source_environment_id,
|
3159
3811
|
:source_environment_name,
|
@@ -3169,14 +3821,16 @@ module Aws::ElasticBeanstalk
|
|
3169
3821
|
# @return [Types::CPUUtilization]
|
3170
3822
|
#
|
3171
3823
|
# @!attribute [rw] load_average
|
3172
|
-
# Load average in the last 1-minute and
|
3173
|
-
# information, see [Operating System Metrics][1].
|
3824
|
+
# Load average in the last 1-minute, 5-minute, and 15-minute periods.
|
3825
|
+
# For more information, see [Operating System Metrics][1].
|
3174
3826
|
#
|
3175
3827
|
#
|
3176
3828
|
#
|
3177
3829
|
# [1]: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-metrics.html#health-enhanced-metrics-os
|
3178
3830
|
# @return [Array<Float>]
|
3179
3831
|
#
|
3832
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/SystemStatus AWS API Documentation
|
3833
|
+
#
|
3180
3834
|
class SystemStatus < Struct.new(
|
3181
3835
|
:cpu_utilization,
|
3182
3836
|
:load_average)
|
@@ -3201,6 +3855,8 @@ module Aws::ElasticBeanstalk
|
|
3201
3855
|
# The value of the tag.
|
3202
3856
|
# @return [String]
|
3203
3857
|
#
|
3858
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/Tag AWS API Documentation
|
3859
|
+
#
|
3204
3860
|
class Tag < Struct.new(
|
3205
3861
|
:key,
|
3206
3862
|
:value)
|
@@ -3263,6 +3919,8 @@ module Aws::ElasticBeanstalk
|
|
3263
3919
|
# same group is dependent on it.
|
3264
3920
|
# @return [Boolean]
|
3265
3921
|
#
|
3922
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/TerminateEnvironmentMessage AWS API Documentation
|
3923
|
+
#
|
3266
3924
|
class TerminateEnvironmentMessage < Struct.new(
|
3267
3925
|
:environment_id,
|
3268
3926
|
:environment_name,
|
@@ -3277,6 +3935,8 @@ module Aws::ElasticBeanstalk
|
|
3277
3935
|
# The name of the trigger.
|
3278
3936
|
# @return [String]
|
3279
3937
|
#
|
3938
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/Trigger AWS API Documentation
|
3939
|
+
#
|
3280
3940
|
class Trigger < Struct.new(
|
3281
3941
|
:name)
|
3282
3942
|
include Aws::Structure
|
@@ -3304,6 +3964,8 @@ module Aws::ElasticBeanstalk
|
|
3304
3964
|
# description.
|
3305
3965
|
# @return [String]
|
3306
3966
|
#
|
3967
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateApplicationMessage AWS API Documentation
|
3968
|
+
#
|
3307
3969
|
class UpdateApplicationMessage < Struct.new(
|
3308
3970
|
:application_name,
|
3309
3971
|
:description)
|
@@ -3340,6 +4002,8 @@ module Aws::ElasticBeanstalk
|
|
3340
4002
|
# The lifecycle configuration.
|
3341
4003
|
# @return [Types::ApplicationResourceLifecycleConfig]
|
3342
4004
|
#
|
4005
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateApplicationResourceLifecycleMessage AWS API Documentation
|
4006
|
+
#
|
3343
4007
|
class UpdateApplicationResourceLifecycleMessage < Struct.new(
|
3344
4008
|
:application_name,
|
3345
4009
|
:resource_lifecycle_config)
|
@@ -3373,6 +4037,8 @@ module Aws::ElasticBeanstalk
|
|
3373
4037
|
# A new description for this version.
|
3374
4038
|
# @return [String]
|
3375
4039
|
#
|
4040
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateApplicationVersionMessage AWS API Documentation
|
4041
|
+
#
|
3376
4042
|
class UpdateApplicationVersionMessage < Struct.new(
|
3377
4043
|
:application_name,
|
3378
4044
|
:version_label,
|
@@ -3440,6 +4106,8 @@ module Aws::ElasticBeanstalk
|
|
3440
4106
|
# Constraint: You can remove only `UserDefined` configuration options.
|
3441
4107
|
# @return [Array<Types::OptionSpecification>]
|
3442
4108
|
#
|
4109
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateConfigurationTemplateMessage AWS API Documentation
|
4110
|
+
#
|
3443
4111
|
class UpdateConfigurationTemplateMessage < Struct.new(
|
3444
4112
|
:application_name,
|
3445
4113
|
:template_name,
|
@@ -3468,6 +4136,7 @@ module Aws::ElasticBeanstalk
|
|
3468
4136
|
# version_label: "VersionLabel",
|
3469
4137
|
# template_name: "ConfigurationTemplateName",
|
3470
4138
|
# solution_stack_name: "SolutionStackName",
|
4139
|
+
# platform_arn: "PlatformArn",
|
3471
4140
|
# option_settings: [
|
3472
4141
|
# {
|
3473
4142
|
# resource_name: "ResourceName",
|
@@ -3553,6 +4222,10 @@ module Aws::ElasticBeanstalk
|
|
3553
4222
|
# after the environment is updated.
|
3554
4223
|
# @return [String]
|
3555
4224
|
#
|
4225
|
+
# @!attribute [rw] platform_arn
|
4226
|
+
# The ARN of the platform, if used.
|
4227
|
+
# @return [String]
|
4228
|
+
#
|
3556
4229
|
# @!attribute [rw] option_settings
|
3557
4230
|
# If specified, AWS Elastic Beanstalk updates the configuration set
|
3558
4231
|
# associated with the running environment and sets the specified
|
@@ -3564,6 +4237,8 @@ module Aws::ElasticBeanstalk
|
|
3564
4237
|
# the configuration set for this environment.
|
3565
4238
|
# @return [Array<Types::OptionSpecification>]
|
3566
4239
|
#
|
4240
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateEnvironmentMessage AWS API Documentation
|
4241
|
+
#
|
3567
4242
|
class UpdateEnvironmentMessage < Struct.new(
|
3568
4243
|
:application_name,
|
3569
4244
|
:environment_id,
|
@@ -3574,6 +4249,7 @@ module Aws::ElasticBeanstalk
|
|
3574
4249
|
:version_label,
|
3575
4250
|
:template_name,
|
3576
4251
|
:solution_stack_name,
|
4252
|
+
:platform_arn,
|
3577
4253
|
:option_settings,
|
3578
4254
|
:options_to_remove)
|
3579
4255
|
include Aws::Structure
|
@@ -3621,6 +4297,8 @@ module Aws::ElasticBeanstalk
|
|
3621
4297
|
# A list of the options and desired values to evaluate.
|
3622
4298
|
# @return [Array<Types::ConfigurationOptionSetting>]
|
3623
4299
|
#
|
4300
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ValidateConfigurationSettingsMessage AWS API Documentation
|
4301
|
+
#
|
3624
4302
|
class ValidateConfigurationSettingsMessage < Struct.new(
|
3625
4303
|
:application_name,
|
3626
4304
|
:template_name,
|
@@ -3653,6 +4331,8 @@ module Aws::ElasticBeanstalk
|
|
3653
4331
|
# The name of the option.
|
3654
4332
|
# @return [String]
|
3655
4333
|
#
|
4334
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ValidationMessage AWS API Documentation
|
4335
|
+
#
|
3656
4336
|
class ValidationMessage < Struct.new(
|
3657
4337
|
:message,
|
3658
4338
|
:severity,
|