aws-sdk-elasticbeanstalk 1.27.0 → 1.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,6 +44,8 @@ module Aws::ElasticBeanstalk
44
44
  AvailableSolutionStackNamesList = Shapes::ListShape.new(name: 'AvailableSolutionStackNamesList')
45
45
  BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
46
46
  BoxedInt = Shapes::IntegerShape.new(name: 'BoxedInt')
47
+ BranchName = Shapes::StringShape.new(name: 'BranchName')
48
+ BranchOrder = Shapes::IntegerShape.new(name: 'BranchOrder')
47
49
  BuildConfiguration = Shapes::StructureShape.new(name: 'BuildConfiguration')
48
50
  Builder = Shapes::StructureShape.new(name: 'Builder')
49
51
  CPUUtilization = Shapes::StructureShape.new(name: 'CPUUtilization')
@@ -170,6 +172,8 @@ module Aws::ElasticBeanstalk
170
172
  LaunchTemplateList = Shapes::ListShape.new(name: 'LaunchTemplateList')
171
173
  LaunchedAt = Shapes::TimestampShape.new(name: 'LaunchedAt')
172
174
  ListAvailableSolutionStacksResultMessage = Shapes::StructureShape.new(name: 'ListAvailableSolutionStacksResultMessage')
175
+ ListPlatformBranchesRequest = Shapes::StructureShape.new(name: 'ListPlatformBranchesRequest')
176
+ ListPlatformBranchesResult = Shapes::StructureShape.new(name: 'ListPlatformBranchesResult')
173
177
  ListPlatformVersionsRequest = Shapes::StructureShape.new(name: 'ListPlatformVersionsRequest')
174
178
  ListPlatformVersionsResult = Shapes::StructureShape.new(name: 'ListPlatformVersionsResult')
175
179
  ListTagsForResourceMessage = Shapes::StructureShape.new(name: 'ListTagsForResourceMessage')
@@ -206,6 +210,10 @@ module Aws::ElasticBeanstalk
206
210
  OptionSpecification = Shapes::StructureShape.new(name: 'OptionSpecification')
207
211
  OptionsSpecifierList = Shapes::ListShape.new(name: 'OptionsSpecifierList')
208
212
  PlatformArn = Shapes::StringShape.new(name: 'PlatformArn')
213
+ PlatformBranchLifecycleState = Shapes::StringShape.new(name: 'PlatformBranchLifecycleState')
214
+ PlatformBranchMaxRecords = Shapes::IntegerShape.new(name: 'PlatformBranchMaxRecords')
215
+ PlatformBranchSummary = Shapes::StructureShape.new(name: 'PlatformBranchSummary')
216
+ PlatformBranchSummaryList = Shapes::ListShape.new(name: 'PlatformBranchSummaryList')
209
217
  PlatformCategory = Shapes::StringShape.new(name: 'PlatformCategory')
210
218
  PlatformDescription = Shapes::StructureShape.new(name: 'PlatformDescription')
211
219
  PlatformFilter = Shapes::StructureShape.new(name: 'PlatformFilter')
@@ -216,6 +224,7 @@ module Aws::ElasticBeanstalk
216
224
  PlatformFilters = Shapes::ListShape.new(name: 'PlatformFilters')
217
225
  PlatformFramework = Shapes::StructureShape.new(name: 'PlatformFramework')
218
226
  PlatformFrameworks = Shapes::ListShape.new(name: 'PlatformFrameworks')
227
+ PlatformLifecycleState = Shapes::StringShape.new(name: 'PlatformLifecycleState')
219
228
  PlatformMaxRecords = Shapes::IntegerShape.new(name: 'PlatformMaxRecords')
220
229
  PlatformName = Shapes::StringShape.new(name: 'PlatformName')
221
230
  PlatformOwner = Shapes::StringShape.new(name: 'PlatformOwner')
@@ -252,6 +261,12 @@ module Aws::ElasticBeanstalk
252
261
  S3LocationNotInServiceRegionException = Shapes::StructureShape.new(name: 'S3LocationNotInServiceRegionException')
253
262
  S3SubscriptionRequiredException = Shapes::StructureShape.new(name: 'S3SubscriptionRequiredException')
254
263
  SampleTimestamp = Shapes::TimestampShape.new(name: 'SampleTimestamp')
264
+ SearchFilter = Shapes::StructureShape.new(name: 'SearchFilter')
265
+ SearchFilterAttribute = Shapes::StringShape.new(name: 'SearchFilterAttribute')
266
+ SearchFilterOperator = Shapes::StringShape.new(name: 'SearchFilterOperator')
267
+ SearchFilterValue = Shapes::StringShape.new(name: 'SearchFilterValue')
268
+ SearchFilterValues = Shapes::ListShape.new(name: 'SearchFilterValues')
269
+ SearchFilters = Shapes::ListShape.new(name: 'SearchFilters')
255
270
  SingleInstanceHealth = Shapes::StructureShape.new(name: 'SingleInstanceHealth')
256
271
  SolutionStackDescription = Shapes::StructureShape.new(name: 'SolutionStackDescription')
257
272
  SolutionStackFileTypeList = Shapes::ListShape.new(name: 'SolutionStackFileTypeList')
@@ -813,6 +828,15 @@ module Aws::ElasticBeanstalk
813
828
  ListAvailableSolutionStacksResultMessage.add_member(:solution_stack_details, Shapes::ShapeRef.new(shape: AvailableSolutionStackDetailsList, location_name: "SolutionStackDetails"))
814
829
  ListAvailableSolutionStacksResultMessage.struct_class = Types::ListAvailableSolutionStacksResultMessage
815
830
 
831
+ ListPlatformBranchesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SearchFilters, location_name: "Filters"))
832
+ ListPlatformBranchesRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: PlatformBranchMaxRecords, location_name: "MaxRecords"))
833
+ ListPlatformBranchesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
834
+ ListPlatformBranchesRequest.struct_class = Types::ListPlatformBranchesRequest
835
+
836
+ ListPlatformBranchesResult.add_member(:platform_branch_summary_list, Shapes::ShapeRef.new(shape: PlatformBranchSummaryList, location_name: "PlatformBranchSummaryList"))
837
+ ListPlatformBranchesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
838
+ ListPlatformBranchesResult.struct_class = Types::ListPlatformBranchesResult
839
+
816
840
  ListPlatformVersionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: PlatformFilters, location_name: "Filters"))
817
841
  ListPlatformVersionsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: PlatformMaxRecords, location_name: "MaxRecords"))
818
842
  ListPlatformVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
@@ -889,6 +913,15 @@ module Aws::ElasticBeanstalk
889
913
 
890
914
  OptionsSpecifierList.member = Shapes::ShapeRef.new(shape: OptionSpecification)
891
915
 
916
+ PlatformBranchSummary.add_member(:platform_name, Shapes::ShapeRef.new(shape: PlatformName, location_name: "PlatformName"))
917
+ PlatformBranchSummary.add_member(:branch_name, Shapes::ShapeRef.new(shape: BranchName, location_name: "BranchName"))
918
+ PlatformBranchSummary.add_member(:lifecycle_state, Shapes::ShapeRef.new(shape: PlatformBranchLifecycleState, location_name: "LifecycleState"))
919
+ PlatformBranchSummary.add_member(:branch_order, Shapes::ShapeRef.new(shape: BranchOrder, location_name: "BranchOrder"))
920
+ PlatformBranchSummary.add_member(:supported_tier_list, Shapes::ShapeRef.new(shape: SupportedTierList, location_name: "SupportedTierList"))
921
+ PlatformBranchSummary.struct_class = Types::PlatformBranchSummary
922
+
923
+ PlatformBranchSummaryList.member = Shapes::ShapeRef.new(shape: PlatformBranchSummary)
924
+
892
925
  PlatformDescription.add_member(:platform_arn, Shapes::ShapeRef.new(shape: PlatformArn, location_name: "PlatformArn"))
893
926
  PlatformDescription.add_member(:platform_owner, Shapes::ShapeRef.new(shape: PlatformOwner, location_name: "PlatformOwner"))
894
927
  PlatformDescription.add_member(:platform_name, Shapes::ShapeRef.new(shape: PlatformName, location_name: "PlatformName"))
@@ -907,6 +940,9 @@ module Aws::ElasticBeanstalk
907
940
  PlatformDescription.add_member(:custom_ami_list, Shapes::ShapeRef.new(shape: CustomAmiList, location_name: "CustomAmiList"))
908
941
  PlatformDescription.add_member(:supported_tier_list, Shapes::ShapeRef.new(shape: SupportedTierList, location_name: "SupportedTierList"))
909
942
  PlatformDescription.add_member(:supported_addon_list, Shapes::ShapeRef.new(shape: SupportedAddonList, location_name: "SupportedAddonList"))
943
+ PlatformDescription.add_member(:platform_lifecycle_state, Shapes::ShapeRef.new(shape: PlatformLifecycleState, location_name: "PlatformLifecycleState"))
944
+ PlatformDescription.add_member(:platform_branch_name, Shapes::ShapeRef.new(shape: BranchName, location_name: "PlatformBranchName"))
945
+ PlatformDescription.add_member(:platform_branch_lifecycle_state, Shapes::ShapeRef.new(shape: PlatformBranchLifecycleState, location_name: "PlatformBranchLifecycleState"))
910
946
  PlatformDescription.struct_class = Types::PlatformDescription
911
947
 
912
948
  PlatformFilter.add_member(:type, Shapes::ShapeRef.new(shape: PlatformFilterType, location_name: "Type"))
@@ -938,6 +974,10 @@ module Aws::ElasticBeanstalk
938
974
  PlatformSummary.add_member(:operating_system_version, Shapes::ShapeRef.new(shape: OperatingSystemVersion, location_name: "OperatingSystemVersion"))
939
975
  PlatformSummary.add_member(:supported_tier_list, Shapes::ShapeRef.new(shape: SupportedTierList, location_name: "SupportedTierList"))
940
976
  PlatformSummary.add_member(:supported_addon_list, Shapes::ShapeRef.new(shape: SupportedAddonList, location_name: "SupportedAddonList"))
977
+ PlatformSummary.add_member(:platform_lifecycle_state, Shapes::ShapeRef.new(shape: PlatformLifecycleState, location_name: "PlatformLifecycleState"))
978
+ PlatformSummary.add_member(:platform_version, Shapes::ShapeRef.new(shape: PlatformVersion, location_name: "PlatformVersion"))
979
+ PlatformSummary.add_member(:platform_branch_name, Shapes::ShapeRef.new(shape: BranchName, location_name: "PlatformBranchName"))
980
+ PlatformSummary.add_member(:platform_branch_lifecycle_state, Shapes::ShapeRef.new(shape: PlatformBranchLifecycleState, location_name: "PlatformBranchLifecycleState"))
941
981
  PlatformSummary.struct_class = Types::PlatformSummary
942
982
 
943
983
  PlatformSummaryList.member = Shapes::ShapeRef.new(shape: PlatformSummary)
@@ -997,6 +1037,15 @@ module Aws::ElasticBeanstalk
997
1037
 
998
1038
  S3SubscriptionRequiredException.struct_class = Types::S3SubscriptionRequiredException
999
1039
 
1040
+ SearchFilter.add_member(:attribute, Shapes::ShapeRef.new(shape: SearchFilterAttribute, location_name: "Attribute"))
1041
+ SearchFilter.add_member(:operator, Shapes::ShapeRef.new(shape: SearchFilterOperator, location_name: "Operator"))
1042
+ SearchFilter.add_member(:values, Shapes::ShapeRef.new(shape: SearchFilterValues, location_name: "Values"))
1043
+ SearchFilter.struct_class = Types::SearchFilter
1044
+
1045
+ SearchFilterValues.member = Shapes::ShapeRef.new(shape: SearchFilterValue)
1046
+
1047
+ SearchFilters.member = Shapes::ShapeRef.new(shape: SearchFilter)
1048
+
1000
1049
  SingleInstanceHealth.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
1001
1050
  SingleInstanceHealth.add_member(:health_status, Shapes::ShapeRef.new(shape: String, location_name: "HealthStatus"))
1002
1051
  SingleInstanceHealth.add_member(:color, Shapes::ShapeRef.new(shape: String, location_name: "Color"))
@@ -1438,6 +1487,20 @@ module Aws::ElasticBeanstalk
1438
1487
  o.output = Shapes::ShapeRef.new(shape: ListAvailableSolutionStacksResultMessage)
1439
1488
  end)
1440
1489
 
1490
+ api.add_operation(:list_platform_branches, Seahorse::Model::Operation.new.tap do |o|
1491
+ o.name = "ListPlatformBranches"
1492
+ o.http_method = "POST"
1493
+ o.http_request_uri = "/"
1494
+ o.input = Shapes::ShapeRef.new(shape: ListPlatformBranchesRequest)
1495
+ o.output = Shapes::ShapeRef.new(shape: ListPlatformBranchesResult)
1496
+ o[:pager] = Aws::Pager.new(
1497
+ limit_key: "max_records",
1498
+ tokens: {
1499
+ "next_token" => "next_token"
1500
+ }
1501
+ )
1502
+ end)
1503
+
1441
1504
  api.add_operation(:list_platform_versions, Seahorse::Model::Operation.new.tap do |o|
1442
1505
  o.name = "ListPlatformVersions"
1443
1506
  o.http_method = "POST"
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::ElasticBeanstalk
9
- # This class provides a resource oriented interface for ElasticBeanstalk.
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
- # The application version lifecycle configuration.
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
@@ -787,8 +787,9 @@ module Aws::ElasticBeanstalk
787
787
  end
788
788
 
789
789
  # A specification identifying an individual configuration option along
790
- # with its current value. For a list of possible option values, go to
791
- # [Option Values][1] in the *AWS Elastic Beanstalk Developer Guide*.
790
+ # with its current value. For a list of possible namespaces and option
791
+ # values, see [Option Values][1] in the *AWS Elastic Beanstalk Developer
792
+ # Guide*.
792
793
  #
793
794
  #
794
795
  #
@@ -805,12 +806,12 @@ module Aws::ElasticBeanstalk
805
806
  # }
806
807
  #
807
808
  # @!attribute [rw] resource_name
808
- # A unique resource name for a time-based scaling configuration
809
- # option.
809
+ # A unique resource name for the option setting. Use it for a
810
+ # time–based scaling configuration option.
810
811
  # @return [String]
811
812
  #
812
813
  # @!attribute [rw] namespace
813
- # A unique namespace identifying the option's associated AWS
814
+ # A unique namespace that identifies the option's associated AWS
814
815
  # resource.
815
816
  # @return [String]
816
817
  #
@@ -840,7 +841,7 @@ module Aws::ElasticBeanstalk
840
841
  # @return [String]
841
842
  #
842
843
  # @!attribute [rw] platform_arn
843
- # The ARN of the platform.
844
+ # The ARN of the platform version.
844
845
  # @return [String]
845
846
  #
846
847
  # @!attribute [rw] options
@@ -863,7 +864,7 @@ module Aws::ElasticBeanstalk
863
864
  # @return [String]
864
865
  #
865
866
  # @!attribute [rw] platform_arn
866
- # The ARN of the platform.
867
+ # The ARN of the platform version.
867
868
  # @return [String]
868
869
  #
869
870
  # @!attribute [rw] application_name
@@ -991,19 +992,15 @@ module Aws::ElasticBeanstalk
991
992
  # }
992
993
  #
993
994
  # @!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.
995
+ # The name of the application. Must be unique within your account.
999
996
  # @return [String]
1000
997
  #
1001
998
  # @!attribute [rw] description
1002
- # Describes the application.
999
+ # Your description of the application.
1003
1000
  # @return [String]
1004
1001
  #
1005
1002
  # @!attribute [rw] resource_lifecycle_config
1006
- # Specify an application resource lifecycle configuration to prevent
1003
+ # Specifies an application resource lifecycle configuration to prevent
1007
1004
  # your application from accumulating too many versions.
1008
1005
  # @return [Types::ApplicationResourceLifecycleConfig]
1009
1006
  #
@@ -1074,7 +1071,7 @@ module Aws::ElasticBeanstalk
1074
1071
  # @return [String]
1075
1072
  #
1076
1073
  # @!attribute [rw] description
1077
- # Describes this version.
1074
+ # A description of this application version.
1078
1075
  # @return [String]
1079
1076
  #
1080
1077
  # @!attribute [rw] source_build_information
@@ -1179,74 +1176,91 @@ module Aws::ElasticBeanstalk
1179
1176
  # }
1180
1177
  #
1181
1178
  # @!attribute [rw] application_name
1182
- # The name of the application to associate with this configuration
1183
- # template. If no application is found with this name, AWS Elastic
1184
- # Beanstalk returns an `InvalidParameterValue` error.
1179
+ # The name of the Elastic Beanstalk application to associate with this
1180
+ # configuration template.
1185
1181
  # @return [String]
1186
1182
  #
1187
1183
  # @!attribute [rw] template_name
1188
1184
  # The name of the configuration template.
1189
1185
  #
1190
1186
  # 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
1187
  # @return [String]
1195
1188
  #
1196
1189
  # @!attribute [rw] solution_stack_name
1197
- # The name of the solution stack used by this configuration. The
1198
- # solution stack specifies the operating system, architecture, and
1199
- # application server for a configuration template. It determines the
1200
- # set of configuration options as well as the possible and default
1201
- # values.
1190
+ # The name of an Elastic Beanstalk solution stack (platform version)
1191
+ # that this configuration uses. For example, `64bit Amazon Linux
1192
+ # 2013.09 running Tomcat 7 Java 7`. A solution stack specifies the
1193
+ # operating system, runtime, and application server for a
1194
+ # configuration template. It also determines the set of configuration
1195
+ # options as well as the possible and default values. For more
1196
+ # information, see [Supported Platforms][1] in the *AWS Elastic
1197
+ # Beanstalk Developer Guide*.
1202
1198
  #
1203
- # Use ListAvailableSolutionStacks to obtain a list of available
1204
- # solution stacks.
1199
+ # You must specify `SolutionStackName` if you don't specify
1200
+ # `PlatformArn`, `EnvironmentId`, or `SourceConfiguration`.
1205
1201
  #
1206
- # A solution stack name or a source configuration parameter must be
1207
- # specified, otherwise AWS Elastic Beanstalk returns an
1208
- # `InvalidParameterValue` error.
1202
+ # Use the [ `ListAvailableSolutionStacks` ][2] API to obtain a list of
1203
+ # available solution stacks.
1209
1204
  #
1210
- # If a solution stack name is not specified and the source
1211
- # configuration parameter is specified, AWS Elastic Beanstalk uses the
1212
- # same solution stack as the source configuration template.
1205
+ #
1206
+ #
1207
+ # [1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html
1208
+ # [2]: https://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_ListAvailableSolutionStacks.html
1213
1209
  # @return [String]
1214
1210
  #
1215
1211
  # @!attribute [rw] platform_arn
1216
- # The ARN of the custom platform.
1212
+ # The Amazon Resource Name (ARN) of the custom platform. For more
1213
+ # information, see [ Custom Platforms][1] in the *AWS Elastic
1214
+ # Beanstalk Developer Guide*.
1215
+ #
1216
+ # <note markdown="1"> If you specify `PlatformArn`, then don't specify
1217
+ # `SolutionStackName`.
1218
+ #
1219
+ # </note>
1220
+ #
1221
+ #
1222
+ #
1223
+ # [1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/custom-platforms.html
1217
1224
  # @return [String]
1218
1225
  #
1219
1226
  # @!attribute [rw] source_configuration
1220
- # If specified, AWS Elastic Beanstalk uses the configuration values
1221
- # from the specified configuration template to create a new
1222
- # configuration.
1227
+ # An Elastic Beanstalk configuration template to base this one on. If
1228
+ # specified, Elastic Beanstalk uses the configuration values from the
1229
+ # specified configuration template to create a new configuration.
1223
1230
  #
1224
- # Values specified in the `OptionSettings` parameter of this call
1225
- # overrides any values obtained from the `SourceConfiguration`.
1231
+ # Values specified in `OptionSettings` override any values obtained
1232
+ # from the `SourceConfiguration`.
1226
1233
  #
1227
- # If no configuration template is found, returns an
1228
- # `InvalidParameterValue` error.
1234
+ # You must specify `SourceConfiguration` if you don't specify
1235
+ # `PlatformArn`, `EnvironmentId`, or `SolutionStackName`.
1229
1236
  #
1230
- # Constraint: If both the solution stack name parameter and the source
1231
- # configuration parameters are specified, the solution stack of the
1232
- # source configuration template must match the specified solution
1233
- # stack name or else AWS Elastic Beanstalk returns an
1234
- # `InvalidParameterCombination` error.
1237
+ # Constraint: If both solution stack name and source configuration are
1238
+ # specified, the solution stack of the source configuration template
1239
+ # must match the specified solution stack name.
1235
1240
  # @return [Types::SourceConfiguration]
1236
1241
  #
1237
1242
  # @!attribute [rw] environment_id
1238
- # The ID of the environment used with this configuration template.
1243
+ # The ID of an environment whose settings you want to use to create
1244
+ # the configuration template. You must specify `EnvironmentId` if you
1245
+ # don't specify `PlatformArn`, `SolutionStackName`, or
1246
+ # `SourceConfiguration`.
1239
1247
  # @return [String]
1240
1248
  #
1241
1249
  # @!attribute [rw] description
1242
- # Describes this configuration.
1250
+ # An optional description for this configuration.
1243
1251
  # @return [String]
1244
1252
  #
1245
1253
  # @!attribute [rw] option_settings
1246
- # If specified, AWS Elastic Beanstalk sets the specified configuration
1247
- # option to the requested value. The new value overrides the value
1254
+ # Option values for the Elastic Beanstalk configuration, such as the
1255
+ # instance type. If specified, these values override the values
1248
1256
  # obtained from the solution stack or the source configuration
1249
- # template.
1257
+ # template. For a complete list of Elastic Beanstalk configuration
1258
+ # options, see [Option Values][1] in the *AWS Elastic Beanstalk
1259
+ # Developer Guide*.
1260
+ #
1261
+ #
1262
+ #
1263
+ # [1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html
1250
1264
  # @return [Array<Types::ConfigurationOptionSetting>]
1251
1265
  #
1252
1266
  # @!attribute [rw] tags
@@ -1310,24 +1324,20 @@ module Aws::ElasticBeanstalk
1310
1324
  # }
1311
1325
  #
1312
1326
  # @!attribute [rw] application_name
1313
- # The name of the application that contains the version to be
1314
- # deployed.
1315
- #
1316
- # If no application is found with this name, `CreateEnvironment`
1317
- # returns an `InvalidParameterValue` error.
1327
+ # The name of the application that is associated with this
1328
+ # environment.
1318
1329
  # @return [String]
1319
1330
  #
1320
1331
  # @!attribute [rw] environment_name
1321
- # A unique name for the deployment environment. Used in the
1322
- # application URL.
1332
+ # A unique name for the environment.
1323
1333
  #
1324
1334
  # Constraint: Must be from 4 to 40 characters in length. The name can
1325
- # contain only letters, numbers, and hyphens. It cannot start or end
1335
+ # contain only letters, numbers, and hyphens. It can't start or end
1326
1336
  # with a hyphen. This name must be unique within a region in your
1327
- # account. If the specified name already exists in the region, AWS
1328
- # Elastic Beanstalk returns an `InvalidParameterValue` error.
1337
+ # account. If the specified name already exists in the region, Elastic
1338
+ # Beanstalk returns an `InvalidParameterValue` error.
1329
1339
  #
1330
- # Default: If the CNAME parameter is not specified, the environment
1340
+ # If you don't specify the `CNAMEPrefix` parameter, the environment
1331
1341
  # name becomes part of the CNAME, and therefore part of the visible
1332
1342
  # URL for your application.
1333
1343
  # @return [String]
@@ -1344,18 +1354,22 @@ module Aws::ElasticBeanstalk
1344
1354
  # @return [String]
1345
1355
  #
1346
1356
  # @!attribute [rw] description
1347
- # Describes this environment.
1357
+ # Your description for this environment.
1348
1358
  # @return [String]
1349
1359
  #
1350
1360
  # @!attribute [rw] cname_prefix
1351
1361
  # If specified, the environment attempts to use this value as the
1352
- # prefix for the CNAME. If not specified, the CNAME is generated
1353
- # automatically by appending a random alphanumeric string to the
1354
- # environment name.
1362
+ # prefix for the CNAME in your Elastic Beanstalk environment URL. If
1363
+ # not specified, the CNAME is generated automatically by appending a
1364
+ # random alphanumeric string to the environment name.
1355
1365
  # @return [String]
1356
1366
  #
1357
1367
  # @!attribute [rw] tier
1358
- # This specifies the tier to use for creating this environment.
1368
+ # Specifies the tier to use in creating this environment. The
1369
+ # environment tier that you choose determines whether Elastic
1370
+ # Beanstalk provisions resources to support a web application that
1371
+ # handles HTTP(S) requests or a web application that handles
1372
+ # background-processing tasks.
1359
1373
  # @return [Types::EnvironmentTier]
1360
1374
  #
1361
1375
  # @!attribute [rw] tags
@@ -1365,35 +1379,50 @@ module Aws::ElasticBeanstalk
1365
1379
  # @!attribute [rw] version_label
1366
1380
  # The name of the application version to deploy.
1367
1381
  #
1368
- # If the specified application has no associated application versions,
1369
- # AWS Elastic Beanstalk `UpdateEnvironment` returns an
1370
- # `InvalidParameterValue` error.
1371
- #
1372
- # Default: If not specified, AWS Elastic Beanstalk attempts to launch
1373
- # the sample application in the container.
1382
+ # Default: If not specified, Elastic Beanstalk attempts to deploy the
1383
+ # sample application.
1374
1384
  # @return [String]
1375
1385
  #
1376
1386
  # @!attribute [rw] template_name
1377
- # The name of the configuration template to use in deployment. If no
1378
- # configuration template is found with this name, AWS Elastic
1379
- # Beanstalk returns an `InvalidParameterValue` error.
1387
+ # The name of the Elastic Beanstalk configuration template to use with
1388
+ # the environment.
1389
+ #
1390
+ # <note markdown="1"> If you specify `TemplateName`, then don't specify
1391
+ # `SolutionStackName`.
1392
+ #
1393
+ # </note>
1380
1394
  # @return [String]
1381
1395
  #
1382
1396
  # @!attribute [rw] solution_stack_name
1383
- # This is an alternative to specifying a template name. If specified,
1384
- # AWS Elastic Beanstalk sets the configuration values to the default
1385
- # values associated with the specified solution stack.
1397
+ # The name of an Elastic Beanstalk solution stack (platform version)
1398
+ # to use with the environment. If specified, Elastic Beanstalk sets
1399
+ # the configuration values to the default values associated with the
1400
+ # specified solution stack. For a list of current solution stacks, see
1401
+ # [Elastic Beanstalk Supported Platforms][1] in the *AWS Elastic
1402
+ # Beanstalk Platforms* guide.
1403
+ #
1404
+ # <note markdown="1"> If you specify `SolutionStackName`, don't specify `PlatformArn` or
1405
+ # `TemplateName`.
1386
1406
  #
1387
- # For a list of current solution stacks, see [Elastic Beanstalk
1388
- # Supported Platforms][1].
1407
+ # </note>
1389
1408
  #
1390
1409
  #
1391
1410
  #
1392
- # [1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html
1411
+ # [1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html
1393
1412
  # @return [String]
1394
1413
  #
1395
1414
  # @!attribute [rw] platform_arn
1396
- # The ARN of the platform.
1415
+ # The Amazon Resource Name (ARN) of the custom platform to use with
1416
+ # the environment. For more information, see [ Custom Platforms][1] in
1417
+ # the *AWS Elastic Beanstalk Developer Guide*.
1418
+ #
1419
+ # <note markdown="1"> If you specify `PlatformArn`, don't specify `SolutionStackName`.
1420
+ #
1421
+ # </note>
1422
+ #
1423
+ #
1424
+ #
1425
+ # [1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/custom-platforms.html
1397
1426
  # @return [String]
1398
1427
  #
1399
1428
  # @!attribute [rw] option_settings
@@ -2276,7 +2305,9 @@ module Aws::ElasticBeanstalk
2276
2305
  # @return [String]
2277
2306
  #
2278
2307
  # @!attribute [rw] platform_arn
2279
- # The ARN of the version of the custom platform.
2308
+ # The ARN of a custom platform version. If specified, AWS Elastic
2309
+ # Beanstalk restricts the returned descriptions to those associated
2310
+ # with this custom platform version.
2280
2311
  # @return [String]
2281
2312
  #
2282
2313
  # @!attribute [rw] request_id
@@ -2404,7 +2435,7 @@ module Aws::ElasticBeanstalk
2404
2435
  # }
2405
2436
  #
2406
2437
  # @!attribute [rw] platform_arn
2407
- # The ARN of the version of the platform.
2438
+ # The ARN of the platform version.
2408
2439
  # @return [String]
2409
2440
  #
2410
2441
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribePlatformVersionRequest AWS API Documentation
@@ -2415,7 +2446,7 @@ module Aws::ElasticBeanstalk
2415
2446
  end
2416
2447
 
2417
2448
  # @!attribute [rw] platform_description
2418
- # Detailed information about the version of the platform.
2449
+ # Detailed information about the platform version.
2419
2450
  # @return [Types::PlatformDescription]
2420
2451
  #
2421
2452
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribePlatformVersionResult AWS API Documentation
@@ -2461,7 +2492,7 @@ module Aws::ElasticBeanstalk
2461
2492
  # @return [String]
2462
2493
  #
2463
2494
  # @!attribute [rw] platform_arn
2464
- # The ARN of the platform.
2495
+ # The ARN of the platform version.
2465
2496
  # @return [String]
2466
2497
  #
2467
2498
  # @!attribute [rw] template_name
@@ -2821,7 +2852,7 @@ module Aws::ElasticBeanstalk
2821
2852
  # @return [String]
2822
2853
  #
2823
2854
  # @!attribute [rw] platform_arn
2824
- # The ARN of the platform.
2855
+ # The ARN of the platform version.
2825
2856
  # @return [String]
2826
2857
  #
2827
2858
  # @!attribute [rw] request_id
@@ -3056,6 +3087,101 @@ module Aws::ElasticBeanstalk
3056
3087
  include Aws::Structure
3057
3088
  end
3058
3089
 
3090
+ # @note When making an API call, you may pass ListPlatformBranchesRequest
3091
+ # data as a hash:
3092
+ #
3093
+ # {
3094
+ # filters: [
3095
+ # {
3096
+ # attribute: "SearchFilterAttribute",
3097
+ # operator: "SearchFilterOperator",
3098
+ # values: ["SearchFilterValue"],
3099
+ # },
3100
+ # ],
3101
+ # max_records: 1,
3102
+ # next_token: "Token",
3103
+ # }
3104
+ #
3105
+ # @!attribute [rw] filters
3106
+ # Criteria for restricting the resulting list of platform branches.
3107
+ # The filter is evaluated as a logical conjunction (AND) of the
3108
+ # separate `SearchFilter` terms.
3109
+ #
3110
+ # The following list shows valid attribute values for each of the
3111
+ # `SearchFilter` terms. Most operators take a single value. The `in`
3112
+ # and `not_in` operators can take multiple values.
3113
+ #
3114
+ # * `Attribute = BranchName`\:
3115
+ #
3116
+ # * `Operator`\: `=` \| `!=` \| `begins_with` \| `ends_with` \|
3117
+ # `contains` \| `in` \| `not_in`
3118
+ #
3119
+ # ^
3120
+ #
3121
+ # * `Attribute = LifecycleState`\:
3122
+ #
3123
+ # * `Operator`\: `=` \| `!=` \| `in` \| `not_in`
3124
+ #
3125
+ # * `Values`\: `beta` \| `supported` \| `deprecated` \| `retired`
3126
+ #
3127
+ # * `Attribute = PlatformName`\:
3128
+ #
3129
+ # * `Operator`\: `=` \| `!=` \| `begins_with` \| `ends_with` \|
3130
+ # `contains` \| `in` \| `not_in`
3131
+ #
3132
+ # ^
3133
+ #
3134
+ # * `Attribute = TierType`\:
3135
+ #
3136
+ # * `Operator`\: `=` \| `!=`
3137
+ #
3138
+ # * `Values`\: `WebServer/Standard` \| `Worker/SQS/HTTP`
3139
+ #
3140
+ # Array size: limited to 10 `SearchFilter` objects.
3141
+ #
3142
+ # Within each `SearchFilter` item, the `Values` array is limited to 10
3143
+ # items.
3144
+ # @return [Array<Types::SearchFilter>]
3145
+ #
3146
+ # @!attribute [rw] max_records
3147
+ # The maximum number of platform branch values returned in one call.
3148
+ # @return [Integer]
3149
+ #
3150
+ # @!attribute [rw] next_token
3151
+ # For a paginated request. Specify a token from a previous response
3152
+ # page to retrieve the next response page. All other parameter values
3153
+ # must be identical to the ones specified in the initial request.
3154
+ #
3155
+ # If no `NextToken` is specified, the first page is retrieved.
3156
+ # @return [String]
3157
+ #
3158
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformBranchesRequest AWS API Documentation
3159
+ #
3160
+ class ListPlatformBranchesRequest < Struct.new(
3161
+ :filters,
3162
+ :max_records,
3163
+ :next_token)
3164
+ include Aws::Structure
3165
+ end
3166
+
3167
+ # @!attribute [rw] platform_branch_summary_list
3168
+ # Summary information about the platform branches.
3169
+ # @return [Array<Types::PlatformBranchSummary>]
3170
+ #
3171
+ # @!attribute [rw] next_token
3172
+ # In a paginated request, if this value isn't `null`, it's the token
3173
+ # that you can pass in a subsequent request to get the next response
3174
+ # page.
3175
+ # @return [String]
3176
+ #
3177
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformBranchesResult AWS API Documentation
3178
+ #
3179
+ class ListPlatformBranchesResult < Struct.new(
3180
+ :platform_branch_summary_list,
3181
+ :next_token)
3182
+ include Aws::Structure
3183
+ end
3184
+
3059
3185
  # @note When making an API call, you may pass ListPlatformVersionsRequest
3060
3186
  # data as a hash:
3061
3187
  #
@@ -3072,17 +3198,21 @@ module Aws::ElasticBeanstalk
3072
3198
  # }
3073
3199
  #
3074
3200
  # @!attribute [rw] filters
3075
- # List only the platforms where the platform member value relates to
3076
- # one of the supplied values.
3201
+ # Criteria for restricting the resulting list of platform versions.
3202
+ # The filter is interpreted as a logical conjunction (AND) of the
3203
+ # separate `PlatformFilter` terms.
3077
3204
  # @return [Array<Types::PlatformFilter>]
3078
3205
  #
3079
3206
  # @!attribute [rw] max_records
3080
- # The maximum number of platform values returned in one call.
3207
+ # The maximum number of platform version values returned in one call.
3081
3208
  # @return [Integer]
3082
3209
  #
3083
3210
  # @!attribute [rw] next_token
3084
- # The starting index into the remaining list of platforms. Use the
3085
- # `NextToken` value from a previous `ListPlatformVersion` call.
3211
+ # For a paginated request. Specify a token from a previous response
3212
+ # page to retrieve the next response page. All other parameter values
3213
+ # must be identical to the ones specified in the initial request.
3214
+ #
3215
+ # If no `NextToken` is specified, the first page is retrieved.
3086
3216
  # @return [String]
3087
3217
  #
3088
3218
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformVersionsRequest AWS API Documentation
@@ -3095,13 +3225,13 @@ module Aws::ElasticBeanstalk
3095
3225
  end
3096
3226
 
3097
3227
  # @!attribute [rw] platform_summary_list
3098
- # Detailed information about the platforms.
3228
+ # Summary information about the platform versions.
3099
3229
  # @return [Array<Types::PlatformSummary>]
3100
3230
  #
3101
3231
  # @!attribute [rw] next_token
3102
- # The starting index into the remaining list of platforms. if this
3103
- # value is not `null`, you can use it in a subsequent
3104
- # `ListPlatformVersion` call.
3232
+ # In a paginated request, if this value isn't `null`, it's the token
3233
+ # that you can pass in a subsequent request to get the next response
3234
+ # page.
3105
3235
  # @return [String]
3106
3236
  #
3107
3237
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformVersionsResult AWS API Documentation
@@ -3123,7 +3253,7 @@ module Aws::ElasticBeanstalk
3123
3253
  # The Amazon Resource Name (ARN) of the resouce for which a tag list
3124
3254
  # is requested.
3125
3255
  #
3126
- # Must be the ARN of an Elastic Beanstalk environment.
3256
+ # Must be the ARN of an Elastic Beanstalk resource.
3127
3257
  # @return [String]
3128
3258
  #
3129
3259
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListTagsForResourceMessage AWS API Documentation
@@ -3405,80 +3535,143 @@ module Aws::ElasticBeanstalk
3405
3535
  include Aws::Structure
3406
3536
  end
3407
3537
 
3408
- # Detailed information about a platform.
3538
+ # Summary information about a platform branch.
3539
+ #
3540
+ # @!attribute [rw] platform_name
3541
+ # The name of the platform to which this platform branch belongs.
3542
+ # @return [String]
3543
+ #
3544
+ # @!attribute [rw] branch_name
3545
+ # The name of the platform branch.
3546
+ # @return [String]
3547
+ #
3548
+ # @!attribute [rw] lifecycle_state
3549
+ # The support life cycle state of the platform branch.
3550
+ #
3551
+ # Possible values: `beta` \| `supported` \| `deprecated` \| `retired`
3552
+ # @return [String]
3553
+ #
3554
+ # @!attribute [rw] branch_order
3555
+ # An ordinal number that designates the order in which platform
3556
+ # branches have been added to a platform. This can be helpful, for
3557
+ # example, if your code calls the `ListPlatformBranches` action and
3558
+ # then displays a list of platform branches.
3559
+ #
3560
+ # A larger `BranchOrder` value designates a newer platform branch
3561
+ # within the platform.
3562
+ # @return [Integer]
3563
+ #
3564
+ # @!attribute [rw] supported_tier_list
3565
+ # The environment tiers that platform versions in this branch support.
3566
+ #
3567
+ # Possible values: `WebServer/Standard` \| `Worker/SQS/HTTP`
3568
+ # @return [Array<String>]
3569
+ #
3570
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/PlatformBranchSummary AWS API Documentation
3571
+ #
3572
+ class PlatformBranchSummary < Struct.new(
3573
+ :platform_name,
3574
+ :branch_name,
3575
+ :lifecycle_state,
3576
+ :branch_order,
3577
+ :supported_tier_list)
3578
+ include Aws::Structure
3579
+ end
3580
+
3581
+ # Detailed information about a platform version.
3409
3582
  #
3410
3583
  # @!attribute [rw] platform_arn
3411
- # The ARN of the platform.
3584
+ # The ARN of the platform version.
3412
3585
  # @return [String]
3413
3586
  #
3414
3587
  # @!attribute [rw] platform_owner
3415
- # The AWS account ID of the person who created the platform.
3588
+ # The AWS account ID of the person who created the platform version.
3416
3589
  # @return [String]
3417
3590
  #
3418
3591
  # @!attribute [rw] platform_name
3419
- # The name of the platform.
3592
+ # The name of the platform version.
3420
3593
  # @return [String]
3421
3594
  #
3422
3595
  # @!attribute [rw] platform_version
3423
- # The version of the platform.
3596
+ # The version of the platform version.
3424
3597
  # @return [String]
3425
3598
  #
3426
3599
  # @!attribute [rw] solution_stack_name
3427
- # The name of the solution stack used by the platform.
3600
+ # The name of the solution stack used by the platform version.
3428
3601
  # @return [String]
3429
3602
  #
3430
3603
  # @!attribute [rw] platform_status
3431
- # The status of the platform.
3604
+ # The status of the platform version.
3432
3605
  # @return [String]
3433
3606
  #
3434
3607
  # @!attribute [rw] date_created
3435
- # The date when the platform was created.
3608
+ # The date when the platform version was created.
3436
3609
  # @return [Time]
3437
3610
  #
3438
3611
  # @!attribute [rw] date_updated
3439
- # The date when the platform was last updated.
3612
+ # The date when the platform version was last updated.
3440
3613
  # @return [Time]
3441
3614
  #
3442
3615
  # @!attribute [rw] platform_category
3443
- # The category of the platform.
3616
+ # The category of the platform version.
3444
3617
  # @return [String]
3445
3618
  #
3446
3619
  # @!attribute [rw] description
3447
- # The description of the platform.
3620
+ # The description of the platform version.
3448
3621
  # @return [String]
3449
3622
  #
3450
3623
  # @!attribute [rw] maintainer
3451
- # Information about the maintainer of the platform.
3624
+ # Information about the maintainer of the platform version.
3452
3625
  # @return [String]
3453
3626
  #
3454
3627
  # @!attribute [rw] operating_system_name
3455
- # The operating system used by the platform.
3628
+ # The operating system used by the platform version.
3456
3629
  # @return [String]
3457
3630
  #
3458
3631
  # @!attribute [rw] operating_system_version
3459
- # The version of the operating system used by the platform.
3632
+ # The version of the operating system used by the platform version.
3460
3633
  # @return [String]
3461
3634
  #
3462
3635
  # @!attribute [rw] programming_languages
3463
- # The programming languages supported by the platform.
3636
+ # The programming languages supported by the platform version.
3464
3637
  # @return [Array<Types::PlatformProgrammingLanguage>]
3465
3638
  #
3466
3639
  # @!attribute [rw] frameworks
3467
- # The frameworks supported by the platform.
3640
+ # The frameworks supported by the platform version.
3468
3641
  # @return [Array<Types::PlatformFramework>]
3469
3642
  #
3470
3643
  # @!attribute [rw] custom_ami_list
3471
- # The custom AMIs supported by the platform.
3644
+ # The custom AMIs supported by the platform version.
3472
3645
  # @return [Array<Types::CustomAmi>]
3473
3646
  #
3474
3647
  # @!attribute [rw] supported_tier_list
3475
- # The tiers supported by the platform.
3648
+ # The tiers supported by the platform version.
3476
3649
  # @return [Array<String>]
3477
3650
  #
3478
3651
  # @!attribute [rw] supported_addon_list
3479
- # The additions supported by the platform.
3652
+ # The additions supported by the platform version.
3480
3653
  # @return [Array<String>]
3481
3654
  #
3655
+ # @!attribute [rw] platform_lifecycle_state
3656
+ # The state of the platform version in its lifecycle.
3657
+ #
3658
+ # Possible values: `Recommended` \| `null`
3659
+ #
3660
+ # If a null value is returned, the platform version isn't the
3661
+ # recommended one for its branch. Each platform branch has a single
3662
+ # recommended platform version, typically the most recent one.
3663
+ # @return [String]
3664
+ #
3665
+ # @!attribute [rw] platform_branch_name
3666
+ # The platform branch to which the platform version belongs.
3667
+ # @return [String]
3668
+ #
3669
+ # @!attribute [rw] platform_branch_lifecycle_state
3670
+ # The state of the platform version's branch in its lifecycle.
3671
+ #
3672
+ # Possible values: `Beta` \| `Supported` \| `Deprecated` \| `Retired`
3673
+ # @return [String]
3674
+ #
3482
3675
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/PlatformDescription AWS API Documentation
3483
3676
  #
3484
3677
  class PlatformDescription < Struct.new(
@@ -3499,16 +3692,17 @@ module Aws::ElasticBeanstalk
3499
3692
  :frameworks,
3500
3693
  :custom_ami_list,
3501
3694
  :supported_tier_list,
3502
- :supported_addon_list)
3695
+ :supported_addon_list,
3696
+ :platform_lifecycle_state,
3697
+ :platform_branch_name,
3698
+ :platform_branch_lifecycle_state)
3503
3699
  include Aws::Structure
3504
3700
  end
3505
3701
 
3506
- # Specify criteria to restrict the results when listing custom
3507
- # platforms.
3508
- #
3509
- # The filter is evaluated as the expression:
3702
+ # Describes criteria to restrict the results when listing platform
3703
+ # versions.
3510
3704
  #
3511
- # `Type` `Operator` `Values[i]`
3705
+ # The filter is evaluated as follows: `Type Operator Values[1]`
3512
3706
  #
3513
3707
  # @note When making an API call, you may pass PlatformFilter
3514
3708
  # data as a hash:
@@ -3520,24 +3714,38 @@ module Aws::ElasticBeanstalk
3520
3714
  # }
3521
3715
  #
3522
3716
  # @!attribute [rw] type
3523
- # The custom platform attribute to which the filter values are
3717
+ # The platform version attribute to which the filter values are
3524
3718
  # applied.
3525
3719
  #
3526
- # Valid Values: `PlatformName` \| `PlatformVersion` \|
3527
- # `PlatformStatus` \| `PlatformOwner`
3720
+ # Valid values: `PlatformName` \| `PlatformVersion` \|
3721
+ # `PlatformStatus` \| `PlatformBranchName` \| `PlatformLifecycleState`
3722
+ # \| `PlatformOwner` \| `SupportedTier` \| `SupportedAddon` \|
3723
+ # `ProgrammingLanguageName` \| `OperatingSystemName`
3528
3724
  # @return [String]
3529
3725
  #
3530
3726
  # @!attribute [rw] operator
3531
3727
  # The operator to apply to the `Type` with each of the `Values`.
3532
3728
  #
3533
- # Valid Values: `=` (equal to) \| `!=` (not equal to) \| `<` (less
3534
- # than) \| `<=` (less than or equal to) \| `>` (greater than) \| `>=`
3535
- # (greater than or equal to) \| `contains` \| `begins_with` \|
3536
- # `ends_with`
3729
+ # Valid values: `=` \| `!=` \| `<` \| `<=` \| `>` \| `>=` \|
3730
+ # `contains` \| `begins_with` \| `ends_with`
3537
3731
  # @return [String]
3538
3732
  #
3539
3733
  # @!attribute [rw] values
3540
- # The list of values applied to the custom platform attribute.
3734
+ # The list of values applied to the filtering platform version
3735
+ # attribute. Only one value is supported for all current operators.
3736
+ #
3737
+ # The following list shows valid filter values for some filter
3738
+ # attributes.
3739
+ #
3740
+ # * `PlatformStatus`\: `Creating` \| `Failed` \| `Ready` \| `Deleting`
3741
+ # \| `Deleted`
3742
+ #
3743
+ # * `PlatformLifecycleState`\: `recommended`
3744
+ #
3745
+ # * `SupportedTier`\: `WebServer/Standard` \| `Worker/SQS/HTTP`
3746
+ #
3747
+ # * `SupportedAddon`\: `Log/S3` \| `Monitoring/Healthd` \|
3748
+ # `WorkerDaemon/SQSD`
3541
3749
  # @return [Array<String>]
3542
3750
  #
3543
3751
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/PlatformFilter AWS API Documentation
@@ -3549,7 +3757,7 @@ module Aws::ElasticBeanstalk
3549
3757
  include Aws::Structure
3550
3758
  end
3551
3759
 
3552
- # A framework supported by the custom platform.
3760
+ # A framework supported by the platform.
3553
3761
  #
3554
3762
  # @!attribute [rw] name
3555
3763
  # The name of the framework.
@@ -3585,41 +3793,64 @@ module Aws::ElasticBeanstalk
3585
3793
  include Aws::Structure
3586
3794
  end
3587
3795
 
3588
- # Detailed information about a platform.
3796
+ # Summary information about a platform version.
3589
3797
  #
3590
3798
  # @!attribute [rw] platform_arn
3591
- # The ARN of the platform.
3799
+ # The ARN of the platform version.
3592
3800
  # @return [String]
3593
3801
  #
3594
3802
  # @!attribute [rw] platform_owner
3595
- # The AWS account ID of the person who created the platform.
3803
+ # The AWS account ID of the person who created the platform version.
3596
3804
  # @return [String]
3597
3805
  #
3598
3806
  # @!attribute [rw] platform_status
3599
- # The status of the platform. You can create an environment from the
3600
- # platform once it is ready.
3807
+ # The status of the platform version. You can create an environment
3808
+ # from the platform version once it is ready.
3601
3809
  # @return [String]
3602
3810
  #
3603
3811
  # @!attribute [rw] platform_category
3604
- # The category of platform.
3812
+ # The category of platform version.
3605
3813
  # @return [String]
3606
3814
  #
3607
3815
  # @!attribute [rw] operating_system_name
3608
- # The operating system used by the platform.
3816
+ # The operating system used by the platform version.
3609
3817
  # @return [String]
3610
3818
  #
3611
3819
  # @!attribute [rw] operating_system_version
3612
- # The version of the operating system used by the platform.
3820
+ # The version of the operating system used by the platform version.
3613
3821
  # @return [String]
3614
3822
  #
3615
3823
  # @!attribute [rw] supported_tier_list
3616
- # The tiers in which the platform runs.
3824
+ # The tiers in which the platform version runs.
3617
3825
  # @return [Array<String>]
3618
3826
  #
3619
3827
  # @!attribute [rw] supported_addon_list
3620
- # The additions associated with the platform.
3828
+ # The additions associated with the platform version.
3621
3829
  # @return [Array<String>]
3622
3830
  #
3831
+ # @!attribute [rw] platform_lifecycle_state
3832
+ # The state of the platform version in its lifecycle.
3833
+ #
3834
+ # Possible values: `recommended` \| empty
3835
+ #
3836
+ # If an empty value is returned, the platform version is supported but
3837
+ # isn't the recommended one for its branch.
3838
+ # @return [String]
3839
+ #
3840
+ # @!attribute [rw] platform_version
3841
+ # The version string of the platform version.
3842
+ # @return [String]
3843
+ #
3844
+ # @!attribute [rw] platform_branch_name
3845
+ # The platform branch to which the platform version belongs.
3846
+ # @return [String]
3847
+ #
3848
+ # @!attribute [rw] platform_branch_lifecycle_state
3849
+ # The state of the platform version's branch in its lifecycle.
3850
+ #
3851
+ # Possible values: `beta` \| `supported` \| `deprecated` \| `retired`
3852
+ # @return [String]
3853
+ #
3623
3854
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/PlatformSummary AWS API Documentation
3624
3855
  #
3625
3856
  class PlatformSummary < Struct.new(
@@ -3630,7 +3861,11 @@ module Aws::ElasticBeanstalk
3630
3861
  :operating_system_name,
3631
3862
  :operating_system_version,
3632
3863
  :supported_tier_list,
3633
- :supported_addon_list)
3864
+ :supported_addon_list,
3865
+ :platform_lifecycle_state,
3866
+ :platform_version,
3867
+ :platform_branch_name,
3868
+ :platform_branch_lifecycle_state)
3634
3869
  include Aws::Structure
3635
3870
  end
3636
3871
 
@@ -3797,7 +4032,7 @@ module Aws::ElasticBeanstalk
3797
4032
  end
3798
4033
 
3799
4034
  # @!attribute [rw] resource_arn
3800
- # The Amazon Resource Name (ARN) of the resouce for which a tag list
4035
+ # The Amazon Resource Name (ARN) of the resource for which a tag list
3801
4036
  # was requested.
3802
4037
  # @return [String]
3803
4038
  #
@@ -3957,6 +4192,53 @@ module Aws::ElasticBeanstalk
3957
4192
  #
3958
4193
  class S3SubscriptionRequiredException < Aws::EmptyStructure; end
3959
4194
 
4195
+ # Describes criteria to restrict a list of results.
4196
+ #
4197
+ # For operators that apply a single value to the attribute, the filter
4198
+ # is evaluated as follows: `Attribute Operator Values[1]`
4199
+ #
4200
+ # Some operators, e.g. `in`, can apply multiple values. In this case,
4201
+ # the filter is evaluated as a logical union (OR) of applications of the
4202
+ # operator to the attribute with each one of the values: `(Attribute
4203
+ # Operator Values[1]) OR (Attribute Operator Values[2]) OR ...`
4204
+ #
4205
+ # The valid values for attributes of `SearchFilter` depend on the API
4206
+ # action. For valid values, see the reference page for the API action
4207
+ # you're calling that takes a `SearchFilter` parameter.
4208
+ #
4209
+ # @note When making an API call, you may pass SearchFilter
4210
+ # data as a hash:
4211
+ #
4212
+ # {
4213
+ # attribute: "SearchFilterAttribute",
4214
+ # operator: "SearchFilterOperator",
4215
+ # values: ["SearchFilterValue"],
4216
+ # }
4217
+ #
4218
+ # @!attribute [rw] attribute
4219
+ # The result attribute to which the filter values are applied. Valid
4220
+ # values vary by API action.
4221
+ # @return [String]
4222
+ #
4223
+ # @!attribute [rw] operator
4224
+ # The operator to apply to the `Attribute` with each of the `Values`.
4225
+ # Valid values vary by `Attribute`.
4226
+ # @return [String]
4227
+ #
4228
+ # @!attribute [rw] values
4229
+ # The list of values applied to the `Attribute` and `Operator`
4230
+ # attributes. Number of values and valid values vary by `Attribute`.
4231
+ # @return [Array<String>]
4232
+ #
4233
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/SearchFilter AWS API Documentation
4234
+ #
4235
+ class SearchFilter < Struct.new(
4236
+ :attribute,
4237
+ :operator,
4238
+ :values)
4239
+ include Aws::Structure
4240
+ end
4241
+
3960
4242
  # Detailed health information about an Amazon EC2 instance in your
3961
4243
  # Elastic Beanstalk environment.
3962
4244
  #
@@ -4102,7 +4384,7 @@ module Aws::ElasticBeanstalk
4102
4384
  #
4103
4385
  class SourceBundleDeletionException < Aws::EmptyStructure; end
4104
4386
 
4105
- # A specification for an environment configuration
4387
+ # A specification for an environment configuration.
4106
4388
  #
4107
4389
  # @note When making an API call, you may pass SourceConfiguration
4108
4390
  # data as a hash:
@@ -4731,7 +5013,7 @@ module Aws::ElasticBeanstalk
4731
5013
  # @!attribute [rw] resource_arn
4732
5014
  # The Amazon Resource Name (ARN) of the resouce to be updated.
4733
5015
  #
4734
- # Must be the ARN of an Elastic Beanstalk environment.
5016
+ # Must be the ARN of an Elastic Beanstalk resource.
4735
5017
  # @return [String]
4736
5018
  #
4737
5019
  # @!attribute [rw] tags_to_add