aws-sdk-elasticbeanstalk 1.27.0 → 1.32.1
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.
@@ -37,6 +37,7 @@ module Aws::ElasticBeanstalk
|
|
37
37
|
ApplicationVersionStatus = Shapes::StringShape.new(name: 'ApplicationVersionStatus')
|
38
38
|
ApplyEnvironmentManagedActionRequest = Shapes::StructureShape.new(name: 'ApplyEnvironmentManagedActionRequest')
|
39
39
|
ApplyEnvironmentManagedActionResult = Shapes::StructureShape.new(name: 'ApplyEnvironmentManagedActionResult')
|
40
|
+
AssociateEnvironmentOperationsRoleMessage = Shapes::StructureShape.new(name: 'AssociateEnvironmentOperationsRoleMessage')
|
40
41
|
AutoCreateApplication = Shapes::BooleanShape.new(name: 'AutoCreateApplication')
|
41
42
|
AutoScalingGroup = Shapes::StructureShape.new(name: 'AutoScalingGroup')
|
42
43
|
AutoScalingGroupList = Shapes::ListShape.new(name: 'AutoScalingGroupList')
|
@@ -44,6 +45,8 @@ module Aws::ElasticBeanstalk
|
|
44
45
|
AvailableSolutionStackNamesList = Shapes::ListShape.new(name: 'AvailableSolutionStackNamesList')
|
45
46
|
BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
|
46
47
|
BoxedInt = Shapes::IntegerShape.new(name: 'BoxedInt')
|
48
|
+
BranchName = Shapes::StringShape.new(name: 'BranchName')
|
49
|
+
BranchOrder = Shapes::IntegerShape.new(name: 'BranchOrder')
|
47
50
|
BuildConfiguration = Shapes::StructureShape.new(name: 'BuildConfiguration')
|
48
51
|
Builder = Shapes::StructureShape.new(name: 'Builder')
|
49
52
|
CPUUtilization = Shapes::StructureShape.new(name: 'CPUUtilization')
|
@@ -114,6 +117,7 @@ module Aws::ElasticBeanstalk
|
|
114
117
|
DescribePlatformVersionRequest = Shapes::StructureShape.new(name: 'DescribePlatformVersionRequest')
|
115
118
|
DescribePlatformVersionResult = Shapes::StructureShape.new(name: 'DescribePlatformVersionResult')
|
116
119
|
Description = Shapes::StringShape.new(name: 'Description')
|
120
|
+
DisassociateEnvironmentOperationsRoleMessage = Shapes::StructureShape.new(name: 'DisassociateEnvironmentOperationsRoleMessage')
|
117
121
|
Ec2InstanceId = Shapes::StringShape.new(name: 'Ec2InstanceId')
|
118
122
|
ElasticBeanstalkServiceException = Shapes::StructureShape.new(name: 'ElasticBeanstalkServiceException')
|
119
123
|
EndpointURL = Shapes::StringShape.new(name: 'EndpointURL')
|
@@ -170,6 +174,8 @@ module Aws::ElasticBeanstalk
|
|
170
174
|
LaunchTemplateList = Shapes::ListShape.new(name: 'LaunchTemplateList')
|
171
175
|
LaunchedAt = Shapes::TimestampShape.new(name: 'LaunchedAt')
|
172
176
|
ListAvailableSolutionStacksResultMessage = Shapes::StructureShape.new(name: 'ListAvailableSolutionStacksResultMessage')
|
177
|
+
ListPlatformBranchesRequest = Shapes::StructureShape.new(name: 'ListPlatformBranchesRequest')
|
178
|
+
ListPlatformBranchesResult = Shapes::StructureShape.new(name: 'ListPlatformBranchesResult')
|
173
179
|
ListPlatformVersionsRequest = Shapes::StructureShape.new(name: 'ListPlatformVersionsRequest')
|
174
180
|
ListPlatformVersionsResult = Shapes::StructureShape.new(name: 'ListPlatformVersionsResult')
|
175
181
|
ListTagsForResourceMessage = Shapes::StructureShape.new(name: 'ListTagsForResourceMessage')
|
@@ -198,6 +204,7 @@ module Aws::ElasticBeanstalk
|
|
198
204
|
OperatingSystemName = Shapes::StringShape.new(name: 'OperatingSystemName')
|
199
205
|
OperatingSystemVersion = Shapes::StringShape.new(name: 'OperatingSystemVersion')
|
200
206
|
OperationInProgressException = Shapes::StructureShape.new(name: 'OperationInProgressException')
|
207
|
+
OperationsRole = Shapes::StringShape.new(name: 'OperationsRole')
|
201
208
|
OptionNamespace = Shapes::StringShape.new(name: 'OptionNamespace')
|
202
209
|
OptionRestrictionMaxLength = Shapes::IntegerShape.new(name: 'OptionRestrictionMaxLength')
|
203
210
|
OptionRestrictionMaxValue = Shapes::IntegerShape.new(name: 'OptionRestrictionMaxValue')
|
@@ -206,6 +213,10 @@ module Aws::ElasticBeanstalk
|
|
206
213
|
OptionSpecification = Shapes::StructureShape.new(name: 'OptionSpecification')
|
207
214
|
OptionsSpecifierList = Shapes::ListShape.new(name: 'OptionsSpecifierList')
|
208
215
|
PlatformArn = Shapes::StringShape.new(name: 'PlatformArn')
|
216
|
+
PlatformBranchLifecycleState = Shapes::StringShape.new(name: 'PlatformBranchLifecycleState')
|
217
|
+
PlatformBranchMaxRecords = Shapes::IntegerShape.new(name: 'PlatformBranchMaxRecords')
|
218
|
+
PlatformBranchSummary = Shapes::StructureShape.new(name: 'PlatformBranchSummary')
|
219
|
+
PlatformBranchSummaryList = Shapes::ListShape.new(name: 'PlatformBranchSummaryList')
|
209
220
|
PlatformCategory = Shapes::StringShape.new(name: 'PlatformCategory')
|
210
221
|
PlatformDescription = Shapes::StructureShape.new(name: 'PlatformDescription')
|
211
222
|
PlatformFilter = Shapes::StructureShape.new(name: 'PlatformFilter')
|
@@ -216,6 +227,7 @@ module Aws::ElasticBeanstalk
|
|
216
227
|
PlatformFilters = Shapes::ListShape.new(name: 'PlatformFilters')
|
217
228
|
PlatformFramework = Shapes::StructureShape.new(name: 'PlatformFramework')
|
218
229
|
PlatformFrameworks = Shapes::ListShape.new(name: 'PlatformFrameworks')
|
230
|
+
PlatformLifecycleState = Shapes::StringShape.new(name: 'PlatformLifecycleState')
|
219
231
|
PlatformMaxRecords = Shapes::IntegerShape.new(name: 'PlatformMaxRecords')
|
220
232
|
PlatformName = Shapes::StringShape.new(name: 'PlatformName')
|
221
233
|
PlatformOwner = Shapes::StringShape.new(name: 'PlatformOwner')
|
@@ -252,6 +264,12 @@ module Aws::ElasticBeanstalk
|
|
252
264
|
S3LocationNotInServiceRegionException = Shapes::StructureShape.new(name: 'S3LocationNotInServiceRegionException')
|
253
265
|
S3SubscriptionRequiredException = Shapes::StructureShape.new(name: 'S3SubscriptionRequiredException')
|
254
266
|
SampleTimestamp = Shapes::TimestampShape.new(name: 'SampleTimestamp')
|
267
|
+
SearchFilter = Shapes::StructureShape.new(name: 'SearchFilter')
|
268
|
+
SearchFilterAttribute = Shapes::StringShape.new(name: 'SearchFilterAttribute')
|
269
|
+
SearchFilterOperator = Shapes::StringShape.new(name: 'SearchFilterOperator')
|
270
|
+
SearchFilterValue = Shapes::StringShape.new(name: 'SearchFilterValue')
|
271
|
+
SearchFilterValues = Shapes::ListShape.new(name: 'SearchFilterValues')
|
272
|
+
SearchFilters = Shapes::ListShape.new(name: 'SearchFilters')
|
255
273
|
SingleInstanceHealth = Shapes::StructureShape.new(name: 'SingleInstanceHealth')
|
256
274
|
SolutionStackDescription = Shapes::StructureShape.new(name: 'SolutionStackDescription')
|
257
275
|
SolutionStackFileTypeList = Shapes::ListShape.new(name: 'SolutionStackFileTypeList')
|
@@ -384,6 +402,10 @@ module Aws::ElasticBeanstalk
|
|
384
402
|
ApplyEnvironmentManagedActionResult.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
385
403
|
ApplyEnvironmentManagedActionResult.struct_class = Types::ApplyEnvironmentManagedActionResult
|
386
404
|
|
405
|
+
AssociateEnvironmentOperationsRoleMessage.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, required: true, location_name: "EnvironmentName"))
|
406
|
+
AssociateEnvironmentOperationsRoleMessage.add_member(:operations_role, Shapes::ShapeRef.new(shape: OperationsRole, required: true, location_name: "OperationsRole"))
|
407
|
+
AssociateEnvironmentOperationsRoleMessage.struct_class = Types::AssociateEnvironmentOperationsRoleMessage
|
408
|
+
|
387
409
|
AutoScalingGroup.add_member(:name, Shapes::ShapeRef.new(shape: ResourceId, location_name: "Name"))
|
388
410
|
AutoScalingGroup.struct_class = Types::AutoScalingGroup
|
389
411
|
|
@@ -522,6 +544,7 @@ module Aws::ElasticBeanstalk
|
|
522
544
|
CreateEnvironmentMessage.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
523
545
|
CreateEnvironmentMessage.add_member(:option_settings, Shapes::ShapeRef.new(shape: ConfigurationOptionSettingsList, location_name: "OptionSettings"))
|
524
546
|
CreateEnvironmentMessage.add_member(:options_to_remove, Shapes::ShapeRef.new(shape: OptionsSpecifierList, location_name: "OptionsToRemove"))
|
547
|
+
CreateEnvironmentMessage.add_member(:operations_role, Shapes::ShapeRef.new(shape: OperationsRole, location_name: "OperationsRole"))
|
525
548
|
CreateEnvironmentMessage.struct_class = Types::CreateEnvironmentMessage
|
526
549
|
|
527
550
|
CreatePlatformVersionRequest.add_member(:platform_name, Shapes::ShapeRef.new(shape: PlatformName, required: true, location_name: "PlatformName"))
|
@@ -677,6 +700,9 @@ module Aws::ElasticBeanstalk
|
|
677
700
|
DescribePlatformVersionResult.add_member(:platform_description, Shapes::ShapeRef.new(shape: PlatformDescription, location_name: "PlatformDescription"))
|
678
701
|
DescribePlatformVersionResult.struct_class = Types::DescribePlatformVersionResult
|
679
702
|
|
703
|
+
DisassociateEnvironmentOperationsRoleMessage.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, required: true, location_name: "EnvironmentName"))
|
704
|
+
DisassociateEnvironmentOperationsRoleMessage.struct_class = Types::DisassociateEnvironmentOperationsRoleMessage
|
705
|
+
|
680
706
|
ElasticBeanstalkServiceException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
681
707
|
ElasticBeanstalkServiceException.struct_class = Types::ElasticBeanstalkServiceException
|
682
708
|
|
@@ -700,6 +726,7 @@ module Aws::ElasticBeanstalk
|
|
700
726
|
EnvironmentDescription.add_member(:tier, Shapes::ShapeRef.new(shape: EnvironmentTier, location_name: "Tier"))
|
701
727
|
EnvironmentDescription.add_member(:environment_links, Shapes::ShapeRef.new(shape: EnvironmentLinks, location_name: "EnvironmentLinks"))
|
702
728
|
EnvironmentDescription.add_member(:environment_arn, Shapes::ShapeRef.new(shape: EnvironmentArn, location_name: "EnvironmentArn"))
|
729
|
+
EnvironmentDescription.add_member(:operations_role, Shapes::ShapeRef.new(shape: OperationsRole, location_name: "OperationsRole"))
|
703
730
|
EnvironmentDescription.struct_class = Types::EnvironmentDescription
|
704
731
|
|
705
732
|
EnvironmentDescriptionsList.member = Shapes::ShapeRef.new(shape: EnvironmentDescription)
|
@@ -813,6 +840,15 @@ module Aws::ElasticBeanstalk
|
|
813
840
|
ListAvailableSolutionStacksResultMessage.add_member(:solution_stack_details, Shapes::ShapeRef.new(shape: AvailableSolutionStackDetailsList, location_name: "SolutionStackDetails"))
|
814
841
|
ListAvailableSolutionStacksResultMessage.struct_class = Types::ListAvailableSolutionStacksResultMessage
|
815
842
|
|
843
|
+
ListPlatformBranchesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SearchFilters, location_name: "Filters"))
|
844
|
+
ListPlatformBranchesRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: PlatformBranchMaxRecords, location_name: "MaxRecords"))
|
845
|
+
ListPlatformBranchesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
846
|
+
ListPlatformBranchesRequest.struct_class = Types::ListPlatformBranchesRequest
|
847
|
+
|
848
|
+
ListPlatformBranchesResult.add_member(:platform_branch_summary_list, Shapes::ShapeRef.new(shape: PlatformBranchSummaryList, location_name: "PlatformBranchSummaryList"))
|
849
|
+
ListPlatformBranchesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
850
|
+
ListPlatformBranchesResult.struct_class = Types::ListPlatformBranchesResult
|
851
|
+
|
816
852
|
ListPlatformVersionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: PlatformFilters, location_name: "Filters"))
|
817
853
|
ListPlatformVersionsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: PlatformMaxRecords, location_name: "MaxRecords"))
|
818
854
|
ListPlatformVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
@@ -889,6 +925,15 @@ module Aws::ElasticBeanstalk
|
|
889
925
|
|
890
926
|
OptionsSpecifierList.member = Shapes::ShapeRef.new(shape: OptionSpecification)
|
891
927
|
|
928
|
+
PlatformBranchSummary.add_member(:platform_name, Shapes::ShapeRef.new(shape: PlatformName, location_name: "PlatformName"))
|
929
|
+
PlatformBranchSummary.add_member(:branch_name, Shapes::ShapeRef.new(shape: BranchName, location_name: "BranchName"))
|
930
|
+
PlatformBranchSummary.add_member(:lifecycle_state, Shapes::ShapeRef.new(shape: PlatformBranchLifecycleState, location_name: "LifecycleState"))
|
931
|
+
PlatformBranchSummary.add_member(:branch_order, Shapes::ShapeRef.new(shape: BranchOrder, location_name: "BranchOrder"))
|
932
|
+
PlatformBranchSummary.add_member(:supported_tier_list, Shapes::ShapeRef.new(shape: SupportedTierList, location_name: "SupportedTierList"))
|
933
|
+
PlatformBranchSummary.struct_class = Types::PlatformBranchSummary
|
934
|
+
|
935
|
+
PlatformBranchSummaryList.member = Shapes::ShapeRef.new(shape: PlatformBranchSummary)
|
936
|
+
|
892
937
|
PlatformDescription.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
|
893
938
|
PlatformDescription.add_member(:platform_owner, Shapes::ShapeRef.new(shape: PlatformOwner, location_name: "PlatformOwner"))
|
894
939
|
PlatformDescription.add_member(:platform_name, Shapes::ShapeRef.new(shape: PlatformName, location_name: "PlatformName"))
|
@@ -907,6 +952,9 @@ module Aws::ElasticBeanstalk
|
|
907
952
|
PlatformDescription.add_member(:custom_ami_list, Shapes::ShapeRef.new(shape: CustomAmiList, location_name: "CustomAmiList"))
|
908
953
|
PlatformDescription.add_member(:supported_tier_list, Shapes::ShapeRef.new(shape: SupportedTierList, location_name: "SupportedTierList"))
|
909
954
|
PlatformDescription.add_member(:supported_addon_list, Shapes::ShapeRef.new(shape: SupportedAddonList, location_name: "SupportedAddonList"))
|
955
|
+
PlatformDescription.add_member(:platform_lifecycle_state, Shapes::ShapeRef.new(shape: PlatformLifecycleState, location_name: "PlatformLifecycleState"))
|
956
|
+
PlatformDescription.add_member(:platform_branch_name, Shapes::ShapeRef.new(shape: BranchName, location_name: "PlatformBranchName"))
|
957
|
+
PlatformDescription.add_member(:platform_branch_lifecycle_state, Shapes::ShapeRef.new(shape: PlatformBranchLifecycleState, location_name: "PlatformBranchLifecycleState"))
|
910
958
|
PlatformDescription.struct_class = Types::PlatformDescription
|
911
959
|
|
912
960
|
PlatformFilter.add_member(:type, Shapes::ShapeRef.new(shape: PlatformFilterType, location_name: "Type"))
|
@@ -938,6 +986,10 @@ module Aws::ElasticBeanstalk
|
|
938
986
|
PlatformSummary.add_member(:operating_system_version, Shapes::ShapeRef.new(shape: OperatingSystemVersion, location_name: "OperatingSystemVersion"))
|
939
987
|
PlatformSummary.add_member(:supported_tier_list, Shapes::ShapeRef.new(shape: SupportedTierList, location_name: "SupportedTierList"))
|
940
988
|
PlatformSummary.add_member(:supported_addon_list, Shapes::ShapeRef.new(shape: SupportedAddonList, location_name: "SupportedAddonList"))
|
989
|
+
PlatformSummary.add_member(:platform_lifecycle_state, Shapes::ShapeRef.new(shape: PlatformLifecycleState, location_name: "PlatformLifecycleState"))
|
990
|
+
PlatformSummary.add_member(:platform_version, Shapes::ShapeRef.new(shape: PlatformVersion, location_name: "PlatformVersion"))
|
991
|
+
PlatformSummary.add_member(:platform_branch_name, Shapes::ShapeRef.new(shape: BranchName, location_name: "PlatformBranchName"))
|
992
|
+
PlatformSummary.add_member(:platform_branch_lifecycle_state, Shapes::ShapeRef.new(shape: PlatformBranchLifecycleState, location_name: "PlatformBranchLifecycleState"))
|
941
993
|
PlatformSummary.struct_class = Types::PlatformSummary
|
942
994
|
|
943
995
|
PlatformSummaryList.member = Shapes::ShapeRef.new(shape: PlatformSummary)
|
@@ -997,6 +1049,15 @@ module Aws::ElasticBeanstalk
|
|
997
1049
|
|
998
1050
|
S3SubscriptionRequiredException.struct_class = Types::S3SubscriptionRequiredException
|
999
1051
|
|
1052
|
+
SearchFilter.add_member(:attribute, Shapes::ShapeRef.new(shape: SearchFilterAttribute, location_name: "Attribute"))
|
1053
|
+
SearchFilter.add_member(:operator, Shapes::ShapeRef.new(shape: SearchFilterOperator, location_name: "Operator"))
|
1054
|
+
SearchFilter.add_member(:values, Shapes::ShapeRef.new(shape: SearchFilterValues, location_name: "Values"))
|
1055
|
+
SearchFilter.struct_class = Types::SearchFilter
|
1056
|
+
|
1057
|
+
SearchFilterValues.member = Shapes::ShapeRef.new(shape: SearchFilterValue)
|
1058
|
+
|
1059
|
+
SearchFilters.member = Shapes::ShapeRef.new(shape: SearchFilter)
|
1060
|
+
|
1000
1061
|
SingleInstanceHealth.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
1001
1062
|
SingleInstanceHealth.add_member(:health_status, Shapes::ShapeRef.new(shape: String, location_name: "HealthStatus"))
|
1002
1063
|
SingleInstanceHealth.add_member(:color, Shapes::ShapeRef.new(shape: String, location_name: "Color"))
|
@@ -1175,6 +1236,15 @@ module Aws::ElasticBeanstalk
|
|
1175
1236
|
o.errors << Shapes::ShapeRef.new(shape: ManagedActionInvalidStateException)
|
1176
1237
|
end)
|
1177
1238
|
|
1239
|
+
api.add_operation(:associate_environment_operations_role, Seahorse::Model::Operation.new.tap do |o|
|
1240
|
+
o.name = "AssociateEnvironmentOperationsRole"
|
1241
|
+
o.http_method = "POST"
|
1242
|
+
o.http_request_uri = "/"
|
1243
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateEnvironmentOperationsRoleMessage)
|
1244
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1245
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientPrivilegesException)
|
1246
|
+
end)
|
1247
|
+
|
1178
1248
|
api.add_operation(:check_dns_availability, Seahorse::Model::Operation.new.tap do |o|
|
1179
1249
|
o.name = "CheckDNSAvailability"
|
1180
1250
|
o.http_method = "POST"
|
@@ -1430,6 +1500,15 @@ module Aws::ElasticBeanstalk
|
|
1430
1500
|
o.errors << Shapes::ShapeRef.new(shape: ElasticBeanstalkServiceException)
|
1431
1501
|
end)
|
1432
1502
|
|
1503
|
+
api.add_operation(:disassociate_environment_operations_role, Seahorse::Model::Operation.new.tap do |o|
|
1504
|
+
o.name = "DisassociateEnvironmentOperationsRole"
|
1505
|
+
o.http_method = "POST"
|
1506
|
+
o.http_request_uri = "/"
|
1507
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateEnvironmentOperationsRoleMessage)
|
1508
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1509
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientPrivilegesException)
|
1510
|
+
end)
|
1511
|
+
|
1433
1512
|
api.add_operation(:list_available_solution_stacks, Seahorse::Model::Operation.new.tap do |o|
|
1434
1513
|
o.name = "ListAvailableSolutionStacks"
|
1435
1514
|
o.http_method = "POST"
|
@@ -1438,6 +1517,20 @@ module Aws::ElasticBeanstalk
|
|
1438
1517
|
o.output = Shapes::ShapeRef.new(shape: ListAvailableSolutionStacksResultMessage)
|
1439
1518
|
end)
|
1440
1519
|
|
1520
|
+
api.add_operation(:list_platform_branches, Seahorse::Model::Operation.new.tap do |o|
|
1521
|
+
o.name = "ListPlatformBranches"
|
1522
|
+
o.http_method = "POST"
|
1523
|
+
o.http_request_uri = "/"
|
1524
|
+
o.input = Shapes::ShapeRef.new(shape: ListPlatformBranchesRequest)
|
1525
|
+
o.output = Shapes::ShapeRef.new(shape: ListPlatformBranchesResult)
|
1526
|
+
o[:pager] = Aws::Pager.new(
|
1527
|
+
limit_key: "max_records",
|
1528
|
+
tokens: {
|
1529
|
+
"next_token" => "next_token"
|
1530
|
+
}
|
1531
|
+
)
|
1532
|
+
end)
|
1533
|
+
|
1441
1534
|
api.add_operation(:list_platform_versions, Seahorse::Model::Operation.new.tap do |o|
|
1442
1535
|
o.name = "ListPlatformVersions"
|
1443
1536
|
o.http_method = "POST"
|
@@ -6,13 +6,7 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::ElasticBeanstalk
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::ElasticBeanstalk::Resource.new(region: 'us-west-2')
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
14
|
-
# client = Aws::ElasticBeanstalk::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::ElasticBeanstalk::Resource.new(client: client)
|
9
|
+
|
16
10
|
class Resource
|
17
11
|
|
18
12
|
# @param options ({})
|
@@ -145,7 +145,7 @@ module Aws::ElasticBeanstalk
|
|
145
145
|
|
146
146
|
# The resource lifecycle configuration for an application. Defines
|
147
147
|
# lifecycle settings for resources that belong to the application, and
|
148
|
-
# the service role that Elastic Beanstalk assumes in order to apply
|
148
|
+
# the service role that AWS Elastic Beanstalk assumes in order to apply
|
149
149
|
# lifecycle settings. The version lifecycle configuration defines
|
150
150
|
# lifecycle settings for application versions.
|
151
151
|
#
|
@@ -184,7 +184,7 @@ module Aws::ElasticBeanstalk
|
|
184
184
|
# @return [String]
|
185
185
|
#
|
186
186
|
# @!attribute [rw] version_lifecycle_config
|
187
|
-
#
|
187
|
+
# Defines lifecycle settings for application versions.
|
188
188
|
# @return [Types::ApplicationVersionLifecycleConfig]
|
189
189
|
#
|
190
190
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationResourceLifecycleConfig AWS API Documentation
|
@@ -431,6 +431,33 @@ module Aws::ElasticBeanstalk
|
|
431
431
|
include Aws::Structure
|
432
432
|
end
|
433
433
|
|
434
|
+
# Request to add or change the operations role used by an environment.
|
435
|
+
#
|
436
|
+
# @note When making an API call, you may pass AssociateEnvironmentOperationsRoleMessage
|
437
|
+
# data as a hash:
|
438
|
+
#
|
439
|
+
# {
|
440
|
+
# environment_name: "EnvironmentName", # required
|
441
|
+
# operations_role: "OperationsRole", # required
|
442
|
+
# }
|
443
|
+
#
|
444
|
+
# @!attribute [rw] environment_name
|
445
|
+
# The name of the environment to which to set the operations role.
|
446
|
+
# @return [String]
|
447
|
+
#
|
448
|
+
# @!attribute [rw] operations_role
|
449
|
+
# The Amazon Resource Name (ARN) of an existing IAM role to be used as
|
450
|
+
# the environment's operations role.
|
451
|
+
# @return [String]
|
452
|
+
#
|
453
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/AssociateEnvironmentOperationsRoleMessage AWS API Documentation
|
454
|
+
#
|
455
|
+
class AssociateEnvironmentOperationsRoleMessage < Struct.new(
|
456
|
+
:environment_name,
|
457
|
+
:operations_role)
|
458
|
+
include Aws::Structure
|
459
|
+
end
|
460
|
+
|
434
461
|
# Describes an Auto Scaling launch configuration.
|
435
462
|
#
|
436
463
|
# @!attribute [rw] name
|
@@ -787,8 +814,9 @@ module Aws::ElasticBeanstalk
|
|
787
814
|
end
|
788
815
|
|
789
816
|
# A specification identifying an individual configuration option along
|
790
|
-
# with its current value. For a list of possible
|
791
|
-
# [Option Values][1] in the *AWS Elastic Beanstalk Developer
|
817
|
+
# with its current value. For a list of possible namespaces and option
|
818
|
+
# values, see [Option Values][1] in the *AWS Elastic Beanstalk Developer
|
819
|
+
# Guide*.
|
792
820
|
#
|
793
821
|
#
|
794
822
|
#
|
@@ -805,12 +833,12 @@ module Aws::ElasticBeanstalk
|
|
805
833
|
# }
|
806
834
|
#
|
807
835
|
# @!attribute [rw] resource_name
|
808
|
-
# A unique resource name for
|
809
|
-
# option.
|
836
|
+
# A unique resource name for the option setting. Use it for a
|
837
|
+
# time–based scaling configuration option.
|
810
838
|
# @return [String]
|
811
839
|
#
|
812
840
|
# @!attribute [rw] namespace
|
813
|
-
# A unique namespace
|
841
|
+
# A unique namespace that identifies the option's associated AWS
|
814
842
|
# resource.
|
815
843
|
# @return [String]
|
816
844
|
#
|
@@ -840,7 +868,7 @@ module Aws::ElasticBeanstalk
|
|
840
868
|
# @return [String]
|
841
869
|
#
|
842
870
|
# @!attribute [rw] platform_arn
|
843
|
-
# The ARN of the platform.
|
871
|
+
# The ARN of the platform version.
|
844
872
|
# @return [String]
|
845
873
|
#
|
846
874
|
# @!attribute [rw] options
|
@@ -863,7 +891,7 @@ module Aws::ElasticBeanstalk
|
|
863
891
|
# @return [String]
|
864
892
|
#
|
865
893
|
# @!attribute [rw] platform_arn
|
866
|
-
# The ARN of the platform.
|
894
|
+
# The ARN of the platform version.
|
867
895
|
# @return [String]
|
868
896
|
#
|
869
897
|
# @!attribute [rw] application_name
|
@@ -991,19 +1019,15 @@ module Aws::ElasticBeanstalk
|
|
991
1019
|
# }
|
992
1020
|
#
|
993
1021
|
# @!attribute [rw] application_name
|
994
|
-
# The name of the application.
|
995
|
-
#
|
996
|
-
# Constraint: This name must be unique within your account. If the
|
997
|
-
# specified name already exists, the action returns an
|
998
|
-
# `InvalidParameterValue` error.
|
1022
|
+
# The name of the application. Must be unique within your account.
|
999
1023
|
# @return [String]
|
1000
1024
|
#
|
1001
1025
|
# @!attribute [rw] description
|
1002
|
-
#
|
1026
|
+
# Your description of the application.
|
1003
1027
|
# @return [String]
|
1004
1028
|
#
|
1005
1029
|
# @!attribute [rw] resource_lifecycle_config
|
1006
|
-
#
|
1030
|
+
# Specifies an application resource lifecycle configuration to prevent
|
1007
1031
|
# your application from accumulating too many versions.
|
1008
1032
|
# @return [Types::ApplicationResourceLifecycleConfig]
|
1009
1033
|
#
|
@@ -1074,7 +1098,7 @@ module Aws::ElasticBeanstalk
|
|
1074
1098
|
# @return [String]
|
1075
1099
|
#
|
1076
1100
|
# @!attribute [rw] description
|
1077
|
-
#
|
1101
|
+
# A description of this application version.
|
1078
1102
|
# @return [String]
|
1079
1103
|
#
|
1080
1104
|
# @!attribute [rw] source_build_information
|
@@ -1179,74 +1203,91 @@ module Aws::ElasticBeanstalk
|
|
1179
1203
|
# }
|
1180
1204
|
#
|
1181
1205
|
# @!attribute [rw] application_name
|
1182
|
-
# The name of the application to associate with this
|
1183
|
-
# template.
|
1184
|
-
# Beanstalk returns an `InvalidParameterValue` error.
|
1206
|
+
# The name of the Elastic Beanstalk application to associate with this
|
1207
|
+
# configuration template.
|
1185
1208
|
# @return [String]
|
1186
1209
|
#
|
1187
1210
|
# @!attribute [rw] template_name
|
1188
1211
|
# The name of the configuration template.
|
1189
1212
|
#
|
1190
1213
|
# Constraint: This name must be unique per application.
|
1191
|
-
#
|
1192
|
-
# Default: If a configuration template already exists with this name,
|
1193
|
-
# AWS Elastic Beanstalk returns an `InvalidParameterValue` error.
|
1194
1214
|
# @return [String]
|
1195
1215
|
#
|
1196
1216
|
# @!attribute [rw] solution_stack_name
|
1197
|
-
# The name of
|
1198
|
-
#
|
1199
|
-
#
|
1200
|
-
#
|
1201
|
-
#
|
1217
|
+
# The name of an Elastic Beanstalk solution stack (platform version)
|
1218
|
+
# that this configuration uses. For example, `64bit Amazon Linux
|
1219
|
+
# 2013.09 running Tomcat 7 Java 7`. A solution stack specifies the
|
1220
|
+
# operating system, runtime, and application server for a
|
1221
|
+
# configuration template. It also determines the set of configuration
|
1222
|
+
# options as well as the possible and default values. For more
|
1223
|
+
# information, see [Supported Platforms][1] in the *AWS Elastic
|
1224
|
+
# Beanstalk Developer Guide*.
|
1225
|
+
#
|
1226
|
+
# You must specify `SolutionStackName` if you don't specify
|
1227
|
+
# `PlatformArn`, `EnvironmentId`, or `SourceConfiguration`.
|
1228
|
+
#
|
1229
|
+
# Use the [ `ListAvailableSolutionStacks` ][2] API to obtain a list of
|
1230
|
+
# available solution stacks.
|
1202
1231
|
#
|
1203
|
-
# Use ListAvailableSolutionStacks to obtain a list of available
|
1204
|
-
# solution stacks.
|
1205
1232
|
#
|
1206
|
-
# A solution stack name or a source configuration parameter must be
|
1207
|
-
# specified, otherwise AWS Elastic Beanstalk returns an
|
1208
|
-
# `InvalidParameterValue` error.
|
1209
1233
|
#
|
1210
|
-
#
|
1211
|
-
#
|
1212
|
-
# same solution stack as the source configuration template.
|
1234
|
+
# [1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html
|
1235
|
+
# [2]: https://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_ListAvailableSolutionStacks.html
|
1213
1236
|
# @return [String]
|
1214
1237
|
#
|
1215
1238
|
# @!attribute [rw] platform_arn
|
1216
|
-
# The ARN of the custom platform.
|
1239
|
+
# The Amazon Resource Name (ARN) of the custom platform. For more
|
1240
|
+
# information, see [ Custom Platforms][1] in the *AWS Elastic
|
1241
|
+
# Beanstalk Developer Guide*.
|
1242
|
+
#
|
1243
|
+
# <note markdown="1"> If you specify `PlatformArn`, then don't specify
|
1244
|
+
# `SolutionStackName`.
|
1245
|
+
#
|
1246
|
+
# </note>
|
1247
|
+
#
|
1248
|
+
#
|
1249
|
+
#
|
1250
|
+
# [1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/custom-platforms.html
|
1217
1251
|
# @return [String]
|
1218
1252
|
#
|
1219
1253
|
# @!attribute [rw] source_configuration
|
1220
|
-
#
|
1221
|
-
#
|
1222
|
-
# configuration.
|
1254
|
+
# An Elastic Beanstalk configuration template to base this one on. If
|
1255
|
+
# specified, Elastic Beanstalk uses the configuration values from the
|
1256
|
+
# specified configuration template to create a new configuration.
|
1223
1257
|
#
|
1224
|
-
# Values specified in
|
1225
|
-
#
|
1258
|
+
# Values specified in `OptionSettings` override any values obtained
|
1259
|
+
# from the `SourceConfiguration`.
|
1226
1260
|
#
|
1227
|
-
#
|
1228
|
-
# `
|
1261
|
+
# You must specify `SourceConfiguration` if you don't specify
|
1262
|
+
# `PlatformArn`, `EnvironmentId`, or `SolutionStackName`.
|
1229
1263
|
#
|
1230
|
-
# Constraint: If both
|
1231
|
-
#
|
1232
|
-
#
|
1233
|
-
# stack name or else AWS Elastic Beanstalk returns an
|
1234
|
-
# `InvalidParameterCombination` error.
|
1264
|
+
# Constraint: If both solution stack name and source configuration are
|
1265
|
+
# specified, the solution stack of the source configuration template
|
1266
|
+
# must match the specified solution stack name.
|
1235
1267
|
# @return [Types::SourceConfiguration]
|
1236
1268
|
#
|
1237
1269
|
# @!attribute [rw] environment_id
|
1238
|
-
# The ID of
|
1270
|
+
# The ID of an environment whose settings you want to use to create
|
1271
|
+
# the configuration template. You must specify `EnvironmentId` if you
|
1272
|
+
# don't specify `PlatformArn`, `SolutionStackName`, or
|
1273
|
+
# `SourceConfiguration`.
|
1239
1274
|
# @return [String]
|
1240
1275
|
#
|
1241
1276
|
# @!attribute [rw] description
|
1242
|
-
#
|
1277
|
+
# An optional description for this configuration.
|
1243
1278
|
# @return [String]
|
1244
1279
|
#
|
1245
1280
|
# @!attribute [rw] option_settings
|
1246
|
-
#
|
1247
|
-
#
|
1281
|
+
# Option values for the Elastic Beanstalk configuration, such as the
|
1282
|
+
# instance type. If specified, these values override the values
|
1248
1283
|
# obtained from the solution stack or the source configuration
|
1249
|
-
# template.
|
1284
|
+
# template. For a complete list of Elastic Beanstalk configuration
|
1285
|
+
# options, see [Option Values][1] in the *AWS Elastic Beanstalk
|
1286
|
+
# Developer Guide*.
|
1287
|
+
#
|
1288
|
+
#
|
1289
|
+
#
|
1290
|
+
# [1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html
|
1250
1291
|
# @return [Array<Types::ConfigurationOptionSetting>]
|
1251
1292
|
#
|
1252
1293
|
# @!attribute [rw] tags
|
@@ -1307,27 +1348,24 @@ module Aws::ElasticBeanstalk
|
|
1307
1348
|
# option_name: "ConfigurationOptionName",
|
1308
1349
|
# },
|
1309
1350
|
# ],
|
1351
|
+
# operations_role: "OperationsRole",
|
1310
1352
|
# }
|
1311
1353
|
#
|
1312
1354
|
# @!attribute [rw] application_name
|
1313
|
-
# The name of the application that
|
1314
|
-
#
|
1315
|
-
#
|
1316
|
-
# If no application is found with this name, `CreateEnvironment`
|
1317
|
-
# returns an `InvalidParameterValue` error.
|
1355
|
+
# The name of the application that is associated with this
|
1356
|
+
# environment.
|
1318
1357
|
# @return [String]
|
1319
1358
|
#
|
1320
1359
|
# @!attribute [rw] environment_name
|
1321
|
-
# A unique name for the
|
1322
|
-
# application URL.
|
1360
|
+
# A unique name for the environment.
|
1323
1361
|
#
|
1324
1362
|
# Constraint: Must be from 4 to 40 characters in length. The name can
|
1325
|
-
# contain only letters, numbers, and hyphens. It
|
1363
|
+
# contain only letters, numbers, and hyphens. It can't start or end
|
1326
1364
|
# with a hyphen. This name must be unique within a region in your
|
1327
|
-
# account. If the specified name already exists in the region,
|
1328
|
-
#
|
1365
|
+
# account. If the specified name already exists in the region, Elastic
|
1366
|
+
# Beanstalk returns an `InvalidParameterValue` error.
|
1329
1367
|
#
|
1330
|
-
#
|
1368
|
+
# If you don't specify the `CNAMEPrefix` parameter, the environment
|
1331
1369
|
# name becomes part of the CNAME, and therefore part of the visible
|
1332
1370
|
# URL for your application.
|
1333
1371
|
# @return [String]
|
@@ -1344,18 +1382,22 @@ module Aws::ElasticBeanstalk
|
|
1344
1382
|
# @return [String]
|
1345
1383
|
#
|
1346
1384
|
# @!attribute [rw] description
|
1347
|
-
#
|
1385
|
+
# Your description for this environment.
|
1348
1386
|
# @return [String]
|
1349
1387
|
#
|
1350
1388
|
# @!attribute [rw] cname_prefix
|
1351
1389
|
# If specified, the environment attempts to use this value as the
|
1352
|
-
# prefix for the CNAME
|
1353
|
-
#
|
1354
|
-
# environment name.
|
1390
|
+
# prefix for the CNAME in your Elastic Beanstalk environment URL. If
|
1391
|
+
# not specified, the CNAME is generated automatically by appending a
|
1392
|
+
# random alphanumeric string to the environment name.
|
1355
1393
|
# @return [String]
|
1356
1394
|
#
|
1357
1395
|
# @!attribute [rw] tier
|
1358
|
-
#
|
1396
|
+
# Specifies the tier to use in creating this environment. The
|
1397
|
+
# environment tier that you choose determines whether Elastic
|
1398
|
+
# Beanstalk provisions resources to support a web application that
|
1399
|
+
# handles HTTP(S) requests or a web application that handles
|
1400
|
+
# background-processing tasks.
|
1359
1401
|
# @return [Types::EnvironmentTier]
|
1360
1402
|
#
|
1361
1403
|
# @!attribute [rw] tags
|
@@ -1365,35 +1407,50 @@ module Aws::ElasticBeanstalk
|
|
1365
1407
|
# @!attribute [rw] version_label
|
1366
1408
|
# The name of the application version to deploy.
|
1367
1409
|
#
|
1368
|
-
# If
|
1369
|
-
#
|
1370
|
-
# `InvalidParameterValue` error.
|
1371
|
-
#
|
1372
|
-
# Default: If not specified, AWS Elastic Beanstalk attempts to launch
|
1373
|
-
# the sample application in the container.
|
1410
|
+
# Default: If not specified, Elastic Beanstalk attempts to deploy the
|
1411
|
+
# sample application.
|
1374
1412
|
# @return [String]
|
1375
1413
|
#
|
1376
1414
|
# @!attribute [rw] template_name
|
1377
|
-
# The name of the configuration template to use
|
1378
|
-
#
|
1379
|
-
#
|
1415
|
+
# The name of the Elastic Beanstalk configuration template to use with
|
1416
|
+
# the environment.
|
1417
|
+
#
|
1418
|
+
# <note markdown="1"> If you specify `TemplateName`, then don't specify
|
1419
|
+
# `SolutionStackName`.
|
1420
|
+
#
|
1421
|
+
# </note>
|
1380
1422
|
# @return [String]
|
1381
1423
|
#
|
1382
1424
|
# @!attribute [rw] solution_stack_name
|
1383
|
-
#
|
1384
|
-
#
|
1385
|
-
# values associated with the
|
1425
|
+
# The name of an Elastic Beanstalk solution stack (platform version)
|
1426
|
+
# to use with the environment. If specified, Elastic Beanstalk sets
|
1427
|
+
# the configuration values to the default values associated with the
|
1428
|
+
# specified solution stack. For a list of current solution stacks, see
|
1429
|
+
# [Elastic Beanstalk Supported Platforms][1] in the *AWS Elastic
|
1430
|
+
# Beanstalk Platforms* guide.
|
1386
1431
|
#
|
1387
|
-
#
|
1388
|
-
#
|
1432
|
+
# <note markdown="1"> If you specify `SolutionStackName`, don't specify `PlatformArn` or
|
1433
|
+
# `TemplateName`.
|
1389
1434
|
#
|
1435
|
+
# </note>
|
1390
1436
|
#
|
1391
1437
|
#
|
1392
|
-
#
|
1438
|
+
#
|
1439
|
+
# [1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html
|
1393
1440
|
# @return [String]
|
1394
1441
|
#
|
1395
1442
|
# @!attribute [rw] platform_arn
|
1396
|
-
# The ARN of the platform
|
1443
|
+
# The Amazon Resource Name (ARN) of the custom platform to use with
|
1444
|
+
# the environment. For more information, see [Custom Platforms][1] in
|
1445
|
+
# the *AWS Elastic Beanstalk Developer Guide*.
|
1446
|
+
#
|
1447
|
+
# <note markdown="1"> If you specify `PlatformArn`, don't specify `SolutionStackName`.
|
1448
|
+
#
|
1449
|
+
# </note>
|
1450
|
+
#
|
1451
|
+
#
|
1452
|
+
#
|
1453
|
+
# [1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/custom-platforms.html
|
1397
1454
|
# @return [String]
|
1398
1455
|
#
|
1399
1456
|
# @!attribute [rw] option_settings
|
@@ -1408,6 +1465,21 @@ module Aws::ElasticBeanstalk
|
|
1408
1465
|
# the configuration set for this new environment.
|
1409
1466
|
# @return [Array<Types::OptionSpecification>]
|
1410
1467
|
#
|
1468
|
+
# @!attribute [rw] operations_role
|
1469
|
+
# The Amazon Resource Name (ARN) of an existing IAM role to be used as
|
1470
|
+
# the environment's operations role. If specified, Elastic Beanstalk
|
1471
|
+
# uses the operations role for permissions to downstream services
|
1472
|
+
# during this call and during subsequent calls acting on this
|
1473
|
+
# environment. To specify an operations role, you must have the
|
1474
|
+
# `iam:PassRole` permission for the role. For more information, see
|
1475
|
+
# [Operations roles][1] in the *AWS Elastic Beanstalk Developer
|
1476
|
+
# Guide*.
|
1477
|
+
#
|
1478
|
+
#
|
1479
|
+
#
|
1480
|
+
# [1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html
|
1481
|
+
# @return [String]
|
1482
|
+
#
|
1411
1483
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateEnvironmentMessage AWS API Documentation
|
1412
1484
|
#
|
1413
1485
|
class CreateEnvironmentMessage < Struct.new(
|
@@ -1423,7 +1495,8 @@ module Aws::ElasticBeanstalk
|
|
1423
1495
|
:solution_stack_name,
|
1424
1496
|
:platform_arn,
|
1425
1497
|
:option_settings,
|
1426
|
-
:options_to_remove
|
1498
|
+
:options_to_remove,
|
1499
|
+
:operations_role)
|
1427
1500
|
include Aws::Structure
|
1428
1501
|
end
|
1429
1502
|
|
@@ -2276,7 +2349,9 @@ module Aws::ElasticBeanstalk
|
|
2276
2349
|
# @return [String]
|
2277
2350
|
#
|
2278
2351
|
# @!attribute [rw] platform_arn
|
2279
|
-
# The ARN of
|
2352
|
+
# The ARN of a custom platform version. If specified, AWS Elastic
|
2353
|
+
# Beanstalk restricts the returned descriptions to those associated
|
2354
|
+
# with this custom platform version.
|
2280
2355
|
# @return [String]
|
2281
2356
|
#
|
2282
2357
|
# @!attribute [rw] request_id
|
@@ -2404,7 +2479,7 @@ module Aws::ElasticBeanstalk
|
|
2404
2479
|
# }
|
2405
2480
|
#
|
2406
2481
|
# @!attribute [rw] platform_arn
|
2407
|
-
# The ARN of the version
|
2482
|
+
# The ARN of the platform version.
|
2408
2483
|
# @return [String]
|
2409
2484
|
#
|
2410
2485
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribePlatformVersionRequest AWS API Documentation
|
@@ -2415,7 +2490,7 @@ module Aws::ElasticBeanstalk
|
|
2415
2490
|
end
|
2416
2491
|
|
2417
2492
|
# @!attribute [rw] platform_description
|
2418
|
-
# Detailed information about the version
|
2493
|
+
# Detailed information about the platform version.
|
2419
2494
|
# @return [Types::PlatformDescription]
|
2420
2495
|
#
|
2421
2496
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribePlatformVersionResult AWS API Documentation
|
@@ -2425,6 +2500,27 @@ module Aws::ElasticBeanstalk
|
|
2425
2500
|
include Aws::Structure
|
2426
2501
|
end
|
2427
2502
|
|
2503
|
+
# Request to disassociate the operations role from an environment.
|
2504
|
+
#
|
2505
|
+
# @note When making an API call, you may pass DisassociateEnvironmentOperationsRoleMessage
|
2506
|
+
# data as a hash:
|
2507
|
+
#
|
2508
|
+
# {
|
2509
|
+
# environment_name: "EnvironmentName", # required
|
2510
|
+
# }
|
2511
|
+
#
|
2512
|
+
# @!attribute [rw] environment_name
|
2513
|
+
# The name of the environment from which to disassociate the
|
2514
|
+
# operations role.
|
2515
|
+
# @return [String]
|
2516
|
+
#
|
2517
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DisassociateEnvironmentOperationsRoleMessage AWS API Documentation
|
2518
|
+
#
|
2519
|
+
class DisassociateEnvironmentOperationsRoleMessage < Struct.new(
|
2520
|
+
:environment_name)
|
2521
|
+
include Aws::Structure
|
2522
|
+
end
|
2523
|
+
|
2428
2524
|
# A generic service exception has occurred.
|
2429
2525
|
#
|
2430
2526
|
# @!attribute [rw] message
|
@@ -2461,7 +2557,7 @@ module Aws::ElasticBeanstalk
|
|
2461
2557
|
# @return [String]
|
2462
2558
|
#
|
2463
2559
|
# @!attribute [rw] platform_arn
|
2464
|
-
# The ARN of the platform.
|
2560
|
+
# The ARN of the platform version.
|
2465
2561
|
# @return [String]
|
2466
2562
|
#
|
2467
2563
|
# @!attribute [rw] template_name
|
@@ -2564,6 +2660,16 @@ module Aws::ElasticBeanstalk
|
|
2564
2660
|
# other API requests that require an ARN.
|
2565
2661
|
# @return [String]
|
2566
2662
|
#
|
2663
|
+
# @!attribute [rw] operations_role
|
2664
|
+
# The Amazon Resource Name (ARN) of the environment's operations
|
2665
|
+
# role. For more information, see [Operations roles][1] in the *AWS
|
2666
|
+
# Elastic Beanstalk Developer Guide*.
|
2667
|
+
#
|
2668
|
+
#
|
2669
|
+
#
|
2670
|
+
# [1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html
|
2671
|
+
# @return [String]
|
2672
|
+
#
|
2567
2673
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EnvironmentDescription AWS API Documentation
|
2568
2674
|
#
|
2569
2675
|
class EnvironmentDescription < Struct.new(
|
@@ -2586,7 +2692,8 @@ module Aws::ElasticBeanstalk
|
|
2586
2692
|
:resources,
|
2587
2693
|
:tier,
|
2588
2694
|
:environment_links,
|
2589
|
-
:environment_arn
|
2695
|
+
:environment_arn,
|
2696
|
+
:operations_role)
|
2590
2697
|
include Aws::Structure
|
2591
2698
|
end
|
2592
2699
|
|
@@ -2821,7 +2928,7 @@ module Aws::ElasticBeanstalk
|
|
2821
2928
|
# @return [String]
|
2822
2929
|
#
|
2823
2930
|
# @!attribute [rw] platform_arn
|
2824
|
-
# The ARN of the platform.
|
2931
|
+
# The ARN of the platform version.
|
2825
2932
|
# @return [String]
|
2826
2933
|
#
|
2827
2934
|
# @!attribute [rw] request_id
|
@@ -3056,6 +3163,101 @@ module Aws::ElasticBeanstalk
|
|
3056
3163
|
include Aws::Structure
|
3057
3164
|
end
|
3058
3165
|
|
3166
|
+
# @note When making an API call, you may pass ListPlatformBranchesRequest
|
3167
|
+
# data as a hash:
|
3168
|
+
#
|
3169
|
+
# {
|
3170
|
+
# filters: [
|
3171
|
+
# {
|
3172
|
+
# attribute: "SearchFilterAttribute",
|
3173
|
+
# operator: "SearchFilterOperator",
|
3174
|
+
# values: ["SearchFilterValue"],
|
3175
|
+
# },
|
3176
|
+
# ],
|
3177
|
+
# max_records: 1,
|
3178
|
+
# next_token: "Token",
|
3179
|
+
# }
|
3180
|
+
#
|
3181
|
+
# @!attribute [rw] filters
|
3182
|
+
# Criteria for restricting the resulting list of platform branches.
|
3183
|
+
# The filter is evaluated as a logical conjunction (AND) of the
|
3184
|
+
# separate `SearchFilter` terms.
|
3185
|
+
#
|
3186
|
+
# The following list shows valid attribute values for each of the
|
3187
|
+
# `SearchFilter` terms. Most operators take a single value. The `in`
|
3188
|
+
# and `not_in` operators can take multiple values.
|
3189
|
+
#
|
3190
|
+
# * `Attribute = BranchName`\:
|
3191
|
+
#
|
3192
|
+
# * `Operator`\: `=` \| `!=` \| `begins_with` \| `ends_with` \|
|
3193
|
+
# `contains` \| `in` \| `not_in`
|
3194
|
+
#
|
3195
|
+
# ^
|
3196
|
+
#
|
3197
|
+
# * `Attribute = LifecycleState`\:
|
3198
|
+
#
|
3199
|
+
# * `Operator`\: `=` \| `!=` \| `in` \| `not_in`
|
3200
|
+
#
|
3201
|
+
# * `Values`\: `beta` \| `supported` \| `deprecated` \| `retired`
|
3202
|
+
#
|
3203
|
+
# * `Attribute = PlatformName`\:
|
3204
|
+
#
|
3205
|
+
# * `Operator`\: `=` \| `!=` \| `begins_with` \| `ends_with` \|
|
3206
|
+
# `contains` \| `in` \| `not_in`
|
3207
|
+
#
|
3208
|
+
# ^
|
3209
|
+
#
|
3210
|
+
# * `Attribute = TierType`\:
|
3211
|
+
#
|
3212
|
+
# * `Operator`\: `=` \| `!=`
|
3213
|
+
#
|
3214
|
+
# * `Values`\: `WebServer/Standard` \| `Worker/SQS/HTTP`
|
3215
|
+
#
|
3216
|
+
# Array size: limited to 10 `SearchFilter` objects.
|
3217
|
+
#
|
3218
|
+
# Within each `SearchFilter` item, the `Values` array is limited to 10
|
3219
|
+
# items.
|
3220
|
+
# @return [Array<Types::SearchFilter>]
|
3221
|
+
#
|
3222
|
+
# @!attribute [rw] max_records
|
3223
|
+
# The maximum number of platform branch values returned in one call.
|
3224
|
+
# @return [Integer]
|
3225
|
+
#
|
3226
|
+
# @!attribute [rw] next_token
|
3227
|
+
# For a paginated request. Specify a token from a previous response
|
3228
|
+
# page to retrieve the next response page. All other parameter values
|
3229
|
+
# must be identical to the ones specified in the initial request.
|
3230
|
+
#
|
3231
|
+
# If no `NextToken` is specified, the first page is retrieved.
|
3232
|
+
# @return [String]
|
3233
|
+
#
|
3234
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformBranchesRequest AWS API Documentation
|
3235
|
+
#
|
3236
|
+
class ListPlatformBranchesRequest < Struct.new(
|
3237
|
+
:filters,
|
3238
|
+
:max_records,
|
3239
|
+
:next_token)
|
3240
|
+
include Aws::Structure
|
3241
|
+
end
|
3242
|
+
|
3243
|
+
# @!attribute [rw] platform_branch_summary_list
|
3244
|
+
# Summary information about the platform branches.
|
3245
|
+
# @return [Array<Types::PlatformBranchSummary>]
|
3246
|
+
#
|
3247
|
+
# @!attribute [rw] next_token
|
3248
|
+
# In a paginated request, if this value isn't `null`, it's the token
|
3249
|
+
# that you can pass in a subsequent request to get the next response
|
3250
|
+
# page.
|
3251
|
+
# @return [String]
|
3252
|
+
#
|
3253
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformBranchesResult AWS API Documentation
|
3254
|
+
#
|
3255
|
+
class ListPlatformBranchesResult < Struct.new(
|
3256
|
+
:platform_branch_summary_list,
|
3257
|
+
:next_token)
|
3258
|
+
include Aws::Structure
|
3259
|
+
end
|
3260
|
+
|
3059
3261
|
# @note When making an API call, you may pass ListPlatformVersionsRequest
|
3060
3262
|
# data as a hash:
|
3061
3263
|
#
|
@@ -3072,17 +3274,21 @@ module Aws::ElasticBeanstalk
|
|
3072
3274
|
# }
|
3073
3275
|
#
|
3074
3276
|
# @!attribute [rw] filters
|
3075
|
-
#
|
3076
|
-
#
|
3277
|
+
# Criteria for restricting the resulting list of platform versions.
|
3278
|
+
# The filter is interpreted as a logical conjunction (AND) of the
|
3279
|
+
# separate `PlatformFilter` terms.
|
3077
3280
|
# @return [Array<Types::PlatformFilter>]
|
3078
3281
|
#
|
3079
3282
|
# @!attribute [rw] max_records
|
3080
|
-
# The maximum number of platform values returned in one call.
|
3283
|
+
# The maximum number of platform version values returned in one call.
|
3081
3284
|
# @return [Integer]
|
3082
3285
|
#
|
3083
3286
|
# @!attribute [rw] next_token
|
3084
|
-
#
|
3085
|
-
#
|
3287
|
+
# For a paginated request. Specify a token from a previous response
|
3288
|
+
# page to retrieve the next response page. All other parameter values
|
3289
|
+
# must be identical to the ones specified in the initial request.
|
3290
|
+
#
|
3291
|
+
# If no `NextToken` is specified, the first page is retrieved.
|
3086
3292
|
# @return [String]
|
3087
3293
|
#
|
3088
3294
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformVersionsRequest AWS API Documentation
|
@@ -3095,13 +3301,13 @@ module Aws::ElasticBeanstalk
|
|
3095
3301
|
end
|
3096
3302
|
|
3097
3303
|
# @!attribute [rw] platform_summary_list
|
3098
|
-
#
|
3304
|
+
# Summary information about the platform versions.
|
3099
3305
|
# @return [Array<Types::PlatformSummary>]
|
3100
3306
|
#
|
3101
3307
|
# @!attribute [rw] next_token
|
3102
|
-
#
|
3103
|
-
#
|
3104
|
-
#
|
3308
|
+
# In a paginated request, if this value isn't `null`, it's the token
|
3309
|
+
# that you can pass in a subsequent request to get the next response
|
3310
|
+
# page.
|
3105
3311
|
# @return [String]
|
3106
3312
|
#
|
3107
3313
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformVersionsResult AWS API Documentation
|
@@ -3123,7 +3329,7 @@ module Aws::ElasticBeanstalk
|
|
3123
3329
|
# The Amazon Resource Name (ARN) of the resouce for which a tag list
|
3124
3330
|
# is requested.
|
3125
3331
|
#
|
3126
|
-
# Must be the ARN of an Elastic Beanstalk
|
3332
|
+
# Must be the ARN of an Elastic Beanstalk resource.
|
3127
3333
|
# @return [String]
|
3128
3334
|
#
|
3129
3335
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListTagsForResourceMessage AWS API Documentation
|
@@ -3405,80 +3611,143 @@ module Aws::ElasticBeanstalk
|
|
3405
3611
|
include Aws::Structure
|
3406
3612
|
end
|
3407
3613
|
|
3408
|
-
#
|
3614
|
+
# Summary information about a platform branch.
|
3615
|
+
#
|
3616
|
+
# @!attribute [rw] platform_name
|
3617
|
+
# The name of the platform to which this platform branch belongs.
|
3618
|
+
# @return [String]
|
3619
|
+
#
|
3620
|
+
# @!attribute [rw] branch_name
|
3621
|
+
# The name of the platform branch.
|
3622
|
+
# @return [String]
|
3623
|
+
#
|
3624
|
+
# @!attribute [rw] lifecycle_state
|
3625
|
+
# The support life cycle state of the platform branch.
|
3626
|
+
#
|
3627
|
+
# Possible values: `beta` \| `supported` \| `deprecated` \| `retired`
|
3628
|
+
# @return [String]
|
3629
|
+
#
|
3630
|
+
# @!attribute [rw] branch_order
|
3631
|
+
# An ordinal number that designates the order in which platform
|
3632
|
+
# branches have been added to a platform. This can be helpful, for
|
3633
|
+
# example, if your code calls the `ListPlatformBranches` action and
|
3634
|
+
# then displays a list of platform branches.
|
3635
|
+
#
|
3636
|
+
# A larger `BranchOrder` value designates a newer platform branch
|
3637
|
+
# within the platform.
|
3638
|
+
# @return [Integer]
|
3639
|
+
#
|
3640
|
+
# @!attribute [rw] supported_tier_list
|
3641
|
+
# The environment tiers that platform versions in this branch support.
|
3642
|
+
#
|
3643
|
+
# Possible values: `WebServer/Standard` \| `Worker/SQS/HTTP`
|
3644
|
+
# @return [Array<String>]
|
3645
|
+
#
|
3646
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/PlatformBranchSummary AWS API Documentation
|
3647
|
+
#
|
3648
|
+
class PlatformBranchSummary < Struct.new(
|
3649
|
+
:platform_name,
|
3650
|
+
:branch_name,
|
3651
|
+
:lifecycle_state,
|
3652
|
+
:branch_order,
|
3653
|
+
:supported_tier_list)
|
3654
|
+
include Aws::Structure
|
3655
|
+
end
|
3656
|
+
|
3657
|
+
# Detailed information about a platform version.
|
3409
3658
|
#
|
3410
3659
|
# @!attribute [rw] platform_arn
|
3411
|
-
# The ARN of the platform.
|
3660
|
+
# The ARN of the platform version.
|
3412
3661
|
# @return [String]
|
3413
3662
|
#
|
3414
3663
|
# @!attribute [rw] platform_owner
|
3415
|
-
# The AWS account ID of the person who created the platform.
|
3664
|
+
# The AWS account ID of the person who created the platform version.
|
3416
3665
|
# @return [String]
|
3417
3666
|
#
|
3418
3667
|
# @!attribute [rw] platform_name
|
3419
|
-
# The name of the platform.
|
3668
|
+
# The name of the platform version.
|
3420
3669
|
# @return [String]
|
3421
3670
|
#
|
3422
3671
|
# @!attribute [rw] platform_version
|
3423
|
-
# The version of the platform.
|
3672
|
+
# The version of the platform version.
|
3424
3673
|
# @return [String]
|
3425
3674
|
#
|
3426
3675
|
# @!attribute [rw] solution_stack_name
|
3427
|
-
# The name of the solution stack used by the platform.
|
3676
|
+
# The name of the solution stack used by the platform version.
|
3428
3677
|
# @return [String]
|
3429
3678
|
#
|
3430
3679
|
# @!attribute [rw] platform_status
|
3431
|
-
# The status of the platform.
|
3680
|
+
# The status of the platform version.
|
3432
3681
|
# @return [String]
|
3433
3682
|
#
|
3434
3683
|
# @!attribute [rw] date_created
|
3435
|
-
# The date when the platform was created.
|
3684
|
+
# The date when the platform version was created.
|
3436
3685
|
# @return [Time]
|
3437
3686
|
#
|
3438
3687
|
# @!attribute [rw] date_updated
|
3439
|
-
# The date when the platform was last updated.
|
3688
|
+
# The date when the platform version was last updated.
|
3440
3689
|
# @return [Time]
|
3441
3690
|
#
|
3442
3691
|
# @!attribute [rw] platform_category
|
3443
|
-
# The category of the platform.
|
3692
|
+
# The category of the platform version.
|
3444
3693
|
# @return [String]
|
3445
3694
|
#
|
3446
3695
|
# @!attribute [rw] description
|
3447
|
-
# The description of the platform.
|
3696
|
+
# The description of the platform version.
|
3448
3697
|
# @return [String]
|
3449
3698
|
#
|
3450
3699
|
# @!attribute [rw] maintainer
|
3451
|
-
# Information about the maintainer of the platform.
|
3700
|
+
# Information about the maintainer of the platform version.
|
3452
3701
|
# @return [String]
|
3453
3702
|
#
|
3454
3703
|
# @!attribute [rw] operating_system_name
|
3455
|
-
# The operating system used by the platform.
|
3704
|
+
# The operating system used by the platform version.
|
3456
3705
|
# @return [String]
|
3457
3706
|
#
|
3458
3707
|
# @!attribute [rw] operating_system_version
|
3459
|
-
# The version of the operating system used by the platform.
|
3708
|
+
# The version of the operating system used by the platform version.
|
3460
3709
|
# @return [String]
|
3461
3710
|
#
|
3462
3711
|
# @!attribute [rw] programming_languages
|
3463
|
-
# The programming languages supported by the platform.
|
3712
|
+
# The programming languages supported by the platform version.
|
3464
3713
|
# @return [Array<Types::PlatformProgrammingLanguage>]
|
3465
3714
|
#
|
3466
3715
|
# @!attribute [rw] frameworks
|
3467
|
-
# The frameworks supported by the platform.
|
3716
|
+
# The frameworks supported by the platform version.
|
3468
3717
|
# @return [Array<Types::PlatformFramework>]
|
3469
3718
|
#
|
3470
3719
|
# @!attribute [rw] custom_ami_list
|
3471
|
-
# The custom AMIs supported by the platform.
|
3720
|
+
# The custom AMIs supported by the platform version.
|
3472
3721
|
# @return [Array<Types::CustomAmi>]
|
3473
3722
|
#
|
3474
3723
|
# @!attribute [rw] supported_tier_list
|
3475
|
-
# The tiers supported by the platform.
|
3724
|
+
# The tiers supported by the platform version.
|
3476
3725
|
# @return [Array<String>]
|
3477
3726
|
#
|
3478
3727
|
# @!attribute [rw] supported_addon_list
|
3479
|
-
# The additions supported by the platform.
|
3728
|
+
# The additions supported by the platform version.
|
3480
3729
|
# @return [Array<String>]
|
3481
3730
|
#
|
3731
|
+
# @!attribute [rw] platform_lifecycle_state
|
3732
|
+
# The state of the platform version in its lifecycle.
|
3733
|
+
#
|
3734
|
+
# Possible values: `Recommended` \| `null`
|
3735
|
+
#
|
3736
|
+
# If a null value is returned, the platform version isn't the
|
3737
|
+
# recommended one for its branch. Each platform branch has a single
|
3738
|
+
# recommended platform version, typically the most recent one.
|
3739
|
+
# @return [String]
|
3740
|
+
#
|
3741
|
+
# @!attribute [rw] platform_branch_name
|
3742
|
+
# The platform branch to which the platform version belongs.
|
3743
|
+
# @return [String]
|
3744
|
+
#
|
3745
|
+
# @!attribute [rw] platform_branch_lifecycle_state
|
3746
|
+
# The state of the platform version's branch in its lifecycle.
|
3747
|
+
#
|
3748
|
+
# Possible values: `Beta` \| `Supported` \| `Deprecated` \| `Retired`
|
3749
|
+
# @return [String]
|
3750
|
+
#
|
3482
3751
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/PlatformDescription AWS API Documentation
|
3483
3752
|
#
|
3484
3753
|
class PlatformDescription < Struct.new(
|
@@ -3499,16 +3768,17 @@ module Aws::ElasticBeanstalk
|
|
3499
3768
|
:frameworks,
|
3500
3769
|
:custom_ami_list,
|
3501
3770
|
:supported_tier_list,
|
3502
|
-
:supported_addon_list
|
3771
|
+
:supported_addon_list,
|
3772
|
+
:platform_lifecycle_state,
|
3773
|
+
:platform_branch_name,
|
3774
|
+
:platform_branch_lifecycle_state)
|
3503
3775
|
include Aws::Structure
|
3504
3776
|
end
|
3505
3777
|
|
3506
|
-
#
|
3507
|
-
#
|
3508
|
-
#
|
3509
|
-
# The filter is evaluated as the expression:
|
3778
|
+
# Describes criteria to restrict the results when listing platform
|
3779
|
+
# versions.
|
3510
3780
|
#
|
3511
|
-
# `Type
|
3781
|
+
# The filter is evaluated as follows: `Type Operator Values[1]`
|
3512
3782
|
#
|
3513
3783
|
# @note When making an API call, you may pass PlatformFilter
|
3514
3784
|
# data as a hash:
|
@@ -3520,24 +3790,38 @@ module Aws::ElasticBeanstalk
|
|
3520
3790
|
# }
|
3521
3791
|
#
|
3522
3792
|
# @!attribute [rw] type
|
3523
|
-
# The
|
3793
|
+
# The platform version attribute to which the filter values are
|
3524
3794
|
# applied.
|
3525
3795
|
#
|
3526
|
-
# Valid
|
3527
|
-
# `PlatformStatus` \| `
|
3796
|
+
# Valid values: `PlatformName` \| `PlatformVersion` \|
|
3797
|
+
# `PlatformStatus` \| `PlatformBranchName` \| `PlatformLifecycleState`
|
3798
|
+
# \| `PlatformOwner` \| `SupportedTier` \| `SupportedAddon` \|
|
3799
|
+
# `ProgrammingLanguageName` \| `OperatingSystemName`
|
3528
3800
|
# @return [String]
|
3529
3801
|
#
|
3530
3802
|
# @!attribute [rw] operator
|
3531
3803
|
# The operator to apply to the `Type` with each of the `Values`.
|
3532
3804
|
#
|
3533
|
-
# Valid
|
3534
|
-
#
|
3535
|
-
# (greater than or equal to) \| `contains` \| `begins_with` \|
|
3536
|
-
# `ends_with`
|
3805
|
+
# Valid values: `=` \| `!=` \| `<` \| `<=` \| `>` \| `>=` \|
|
3806
|
+
# `contains` \| `begins_with` \| `ends_with`
|
3537
3807
|
# @return [String]
|
3538
3808
|
#
|
3539
3809
|
# @!attribute [rw] values
|
3540
|
-
# The list of values applied to the
|
3810
|
+
# The list of values applied to the filtering platform version
|
3811
|
+
# attribute. Only one value is supported for all current operators.
|
3812
|
+
#
|
3813
|
+
# The following list shows valid filter values for some filter
|
3814
|
+
# attributes.
|
3815
|
+
#
|
3816
|
+
# * `PlatformStatus`\: `Creating` \| `Failed` \| `Ready` \| `Deleting`
|
3817
|
+
# \| `Deleted`
|
3818
|
+
#
|
3819
|
+
# * `PlatformLifecycleState`\: `recommended`
|
3820
|
+
#
|
3821
|
+
# * `SupportedTier`\: `WebServer/Standard` \| `Worker/SQS/HTTP`
|
3822
|
+
#
|
3823
|
+
# * `SupportedAddon`\: `Log/S3` \| `Monitoring/Healthd` \|
|
3824
|
+
# `WorkerDaemon/SQSD`
|
3541
3825
|
# @return [Array<String>]
|
3542
3826
|
#
|
3543
3827
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/PlatformFilter AWS API Documentation
|
@@ -3549,7 +3833,7 @@ module Aws::ElasticBeanstalk
|
|
3549
3833
|
include Aws::Structure
|
3550
3834
|
end
|
3551
3835
|
|
3552
|
-
# A framework supported by the
|
3836
|
+
# A framework supported by the platform.
|
3553
3837
|
#
|
3554
3838
|
# @!attribute [rw] name
|
3555
3839
|
# The name of the framework.
|
@@ -3585,41 +3869,64 @@ module Aws::ElasticBeanstalk
|
|
3585
3869
|
include Aws::Structure
|
3586
3870
|
end
|
3587
3871
|
|
3588
|
-
#
|
3872
|
+
# Summary information about a platform version.
|
3589
3873
|
#
|
3590
3874
|
# @!attribute [rw] platform_arn
|
3591
|
-
# The ARN of the platform.
|
3875
|
+
# The ARN of the platform version.
|
3592
3876
|
# @return [String]
|
3593
3877
|
#
|
3594
3878
|
# @!attribute [rw] platform_owner
|
3595
|
-
# The AWS account ID of the person who created the platform.
|
3879
|
+
# The AWS account ID of the person who created the platform version.
|
3596
3880
|
# @return [String]
|
3597
3881
|
#
|
3598
3882
|
# @!attribute [rw] platform_status
|
3599
|
-
# The status of the platform. You can create an environment
|
3600
|
-
# platform once it is ready.
|
3883
|
+
# The status of the platform version. You can create an environment
|
3884
|
+
# from the platform version once it is ready.
|
3601
3885
|
# @return [String]
|
3602
3886
|
#
|
3603
3887
|
# @!attribute [rw] platform_category
|
3604
|
-
# The category of platform.
|
3888
|
+
# The category of platform version.
|
3605
3889
|
# @return [String]
|
3606
3890
|
#
|
3607
3891
|
# @!attribute [rw] operating_system_name
|
3608
|
-
# The operating system used by the platform.
|
3892
|
+
# The operating system used by the platform version.
|
3609
3893
|
# @return [String]
|
3610
3894
|
#
|
3611
3895
|
# @!attribute [rw] operating_system_version
|
3612
|
-
# The version of the operating system used by the platform.
|
3896
|
+
# The version of the operating system used by the platform version.
|
3613
3897
|
# @return [String]
|
3614
3898
|
#
|
3615
3899
|
# @!attribute [rw] supported_tier_list
|
3616
|
-
# The tiers in which the platform runs.
|
3900
|
+
# The tiers in which the platform version runs.
|
3617
3901
|
# @return [Array<String>]
|
3618
3902
|
#
|
3619
3903
|
# @!attribute [rw] supported_addon_list
|
3620
|
-
# The additions associated with the platform.
|
3904
|
+
# The additions associated with the platform version.
|
3621
3905
|
# @return [Array<String>]
|
3622
3906
|
#
|
3907
|
+
# @!attribute [rw] platform_lifecycle_state
|
3908
|
+
# The state of the platform version in its lifecycle.
|
3909
|
+
#
|
3910
|
+
# Possible values: `recommended` \| empty
|
3911
|
+
#
|
3912
|
+
# If an empty value is returned, the platform version is supported but
|
3913
|
+
# isn't the recommended one for its branch.
|
3914
|
+
# @return [String]
|
3915
|
+
#
|
3916
|
+
# @!attribute [rw] platform_version
|
3917
|
+
# The version string of the platform version.
|
3918
|
+
# @return [String]
|
3919
|
+
#
|
3920
|
+
# @!attribute [rw] platform_branch_name
|
3921
|
+
# The platform branch to which the platform version belongs.
|
3922
|
+
# @return [String]
|
3923
|
+
#
|
3924
|
+
# @!attribute [rw] platform_branch_lifecycle_state
|
3925
|
+
# The state of the platform version's branch in its lifecycle.
|
3926
|
+
#
|
3927
|
+
# Possible values: `beta` \| `supported` \| `deprecated` \| `retired`
|
3928
|
+
# @return [String]
|
3929
|
+
#
|
3623
3930
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/PlatformSummary AWS API Documentation
|
3624
3931
|
#
|
3625
3932
|
class PlatformSummary < Struct.new(
|
@@ -3630,7 +3937,11 @@ module Aws::ElasticBeanstalk
|
|
3630
3937
|
:operating_system_name,
|
3631
3938
|
:operating_system_version,
|
3632
3939
|
:supported_tier_list,
|
3633
|
-
:supported_addon_list
|
3940
|
+
:supported_addon_list,
|
3941
|
+
:platform_lifecycle_state,
|
3942
|
+
:platform_version,
|
3943
|
+
:platform_branch_name,
|
3944
|
+
:platform_branch_lifecycle_state)
|
3634
3945
|
include Aws::Structure
|
3635
3946
|
end
|
3636
3947
|
|
@@ -3797,7 +4108,7 @@ module Aws::ElasticBeanstalk
|
|
3797
4108
|
end
|
3798
4109
|
|
3799
4110
|
# @!attribute [rw] resource_arn
|
3800
|
-
# The Amazon Resource Name (ARN) of the
|
4111
|
+
# The Amazon Resource Name (ARN) of the resource for which a tag list
|
3801
4112
|
# was requested.
|
3802
4113
|
# @return [String]
|
3803
4114
|
#
|
@@ -3957,6 +4268,53 @@ module Aws::ElasticBeanstalk
|
|
3957
4268
|
#
|
3958
4269
|
class S3SubscriptionRequiredException < Aws::EmptyStructure; end
|
3959
4270
|
|
4271
|
+
# Describes criteria to restrict a list of results.
|
4272
|
+
#
|
4273
|
+
# For operators that apply a single value to the attribute, the filter
|
4274
|
+
# is evaluated as follows: `Attribute Operator Values[1]`
|
4275
|
+
#
|
4276
|
+
# Some operators, e.g. `in`, can apply multiple values. In this case,
|
4277
|
+
# the filter is evaluated as a logical union (OR) of applications of the
|
4278
|
+
# operator to the attribute with each one of the values: `(Attribute
|
4279
|
+
# Operator Values[1]) OR (Attribute Operator Values[2]) OR ...`
|
4280
|
+
#
|
4281
|
+
# The valid values for attributes of `SearchFilter` depend on the API
|
4282
|
+
# action. For valid values, see the reference page for the API action
|
4283
|
+
# you're calling that takes a `SearchFilter` parameter.
|
4284
|
+
#
|
4285
|
+
# @note When making an API call, you may pass SearchFilter
|
4286
|
+
# data as a hash:
|
4287
|
+
#
|
4288
|
+
# {
|
4289
|
+
# attribute: "SearchFilterAttribute",
|
4290
|
+
# operator: "SearchFilterOperator",
|
4291
|
+
# values: ["SearchFilterValue"],
|
4292
|
+
# }
|
4293
|
+
#
|
4294
|
+
# @!attribute [rw] attribute
|
4295
|
+
# The result attribute to which the filter values are applied. Valid
|
4296
|
+
# values vary by API action.
|
4297
|
+
# @return [String]
|
4298
|
+
#
|
4299
|
+
# @!attribute [rw] operator
|
4300
|
+
# The operator to apply to the `Attribute` with each of the `Values`.
|
4301
|
+
# Valid values vary by `Attribute`.
|
4302
|
+
# @return [String]
|
4303
|
+
#
|
4304
|
+
# @!attribute [rw] values
|
4305
|
+
# The list of values applied to the `Attribute` and `Operator`
|
4306
|
+
# attributes. Number of values and valid values vary by `Attribute`.
|
4307
|
+
# @return [Array<String>]
|
4308
|
+
#
|
4309
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/SearchFilter AWS API Documentation
|
4310
|
+
#
|
4311
|
+
class SearchFilter < Struct.new(
|
4312
|
+
:attribute,
|
4313
|
+
:operator,
|
4314
|
+
:values)
|
4315
|
+
include Aws::Structure
|
4316
|
+
end
|
4317
|
+
|
3960
4318
|
# Detailed health information about an Amazon EC2 instance in your
|
3961
4319
|
# Elastic Beanstalk environment.
|
3962
4320
|
#
|
@@ -4102,7 +4460,7 @@ module Aws::ElasticBeanstalk
|
|
4102
4460
|
#
|
4103
4461
|
class SourceBundleDeletionException < Aws::EmptyStructure; end
|
4104
4462
|
|
4105
|
-
# A specification for an environment configuration
|
4463
|
+
# A specification for an environment configuration.
|
4106
4464
|
#
|
4107
4465
|
# @note When making an API call, you may pass SourceConfiguration
|
4108
4466
|
# data as a hash:
|
@@ -4731,19 +5089,23 @@ module Aws::ElasticBeanstalk
|
|
4731
5089
|
# @!attribute [rw] resource_arn
|
4732
5090
|
# The Amazon Resource Name (ARN) of the resouce to be updated.
|
4733
5091
|
#
|
4734
|
-
# Must be the ARN of an Elastic Beanstalk
|
5092
|
+
# Must be the ARN of an Elastic Beanstalk resource.
|
4735
5093
|
# @return [String]
|
4736
5094
|
#
|
4737
5095
|
# @!attribute [rw] tags_to_add
|
4738
|
-
# A list of tags to add or update.
|
5096
|
+
# A list of tags to add or update. If a key of an existing tag is
|
5097
|
+
# added, the tag's value is updated.
|
4739
5098
|
#
|
4740
|
-
#
|
5099
|
+
# Specify at least one of these parameters: `TagsToAdd`,
|
5100
|
+
# `TagsToRemove`.
|
4741
5101
|
# @return [Array<Types::Tag>]
|
4742
5102
|
#
|
4743
5103
|
# @!attribute [rw] tags_to_remove
|
4744
|
-
# A list of tag keys to remove.
|
5104
|
+
# A list of tag keys to remove. If a tag key doesn't exist, it is
|
5105
|
+
# silently ignored.
|
4745
5106
|
#
|
4746
|
-
#
|
5107
|
+
# Specify at least one of these parameters: `TagsToAdd`,
|
5108
|
+
# `TagsToRemove`.
|
4747
5109
|
# @return [Array<String>]
|
4748
5110
|
#
|
4749
5111
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateTagsForResourceMessage AWS API Documentation
|