aws-sdk-elasticbeanstalk 1.0.0.rc3 → 1.0.0.rc4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-elasticbeanstalk.rb +1 -1
- data/lib/aws-sdk-elasticbeanstalk/client.rb +323 -12
- data/lib/aws-sdk-elasticbeanstalk/client_api.rb +193 -0
- data/lib/aws-sdk-elasticbeanstalk/types.rb +694 -14
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9e13df718897b2360274f8688474b261fd590db
|
4
|
+
data.tar.gz: 057d5f2dda210ae726dc46c8300ca31caa7267a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 549654ff48eb82e2e78ca066056560d53782e47d9b65b4275fd7fabfa8366c53d1da9e5b2ae3e4b4c409b1ca1875a012cfaeea79e77d948bcc498555315c3f63
|
7
|
+
data.tar.gz: 2462b1999ea73f6ffd73dda02d54b61c291533be090cc2443a316b01dfc9063e21d851e75bd04a9a583bd7d59ae03a9881bf3d81eb812e527573f06c0977af54
|
@@ -163,6 +163,8 @@ module Aws::ElasticBeanstalk
|
|
163
163
|
# environment_name: "EnvironmentName",
|
164
164
|
# })
|
165
165
|
#
|
166
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/AbortEnvironmentUpdate AWS API Documentation
|
167
|
+
#
|
166
168
|
# @overload abort_environment_update(params = {})
|
167
169
|
# @param [Hash] params ({})
|
168
170
|
def abort_environment_update(params = {}, options = {})
|
@@ -205,6 +207,8 @@ module Aws::ElasticBeanstalk
|
|
205
207
|
# resp.action_type #=> String, one of "InstanceRefresh", "PlatformUpdate", "Unknown"
|
206
208
|
# resp.status #=> String
|
207
209
|
#
|
210
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplyEnvironmentManagedAction AWS API Documentation
|
211
|
+
#
|
208
212
|
# @overload apply_environment_managed_action(params = {})
|
209
213
|
# @param [Hash] params ({})
|
210
214
|
def apply_environment_managed_action(params = {}, options = {})
|
@@ -233,6 +237,8 @@ module Aws::ElasticBeanstalk
|
|
233
237
|
# resp.available #=> Boolean
|
234
238
|
# resp.fully_qualified_cname #=> String
|
235
239
|
#
|
240
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CheckDNSAvailability AWS API Documentation
|
241
|
+
#
|
236
242
|
# @overload check_dns_availability(params = {})
|
237
243
|
# @param [Hash] params ({})
|
238
244
|
def check_dns_availability(params = {}, options = {})
|
@@ -292,6 +298,7 @@ module Aws::ElasticBeanstalk
|
|
292
298
|
# resp.environments[0].application_name #=> String
|
293
299
|
# resp.environments[0].version_label #=> String
|
294
300
|
# resp.environments[0].solution_stack_name #=> String
|
301
|
+
# resp.environments[0].platform_arn #=> String
|
295
302
|
# resp.environments[0].template_name #=> String
|
296
303
|
# resp.environments[0].description #=> String
|
297
304
|
# resp.environments[0].endpoint_url #=> String
|
@@ -314,6 +321,8 @@ module Aws::ElasticBeanstalk
|
|
314
321
|
# resp.environments[0].environment_links[0].link_name #=> String
|
315
322
|
# resp.environments[0].environment_links[0].environment_name #=> String
|
316
323
|
#
|
324
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ComposeEnvironments AWS API Documentation
|
325
|
+
#
|
317
326
|
# @overload compose_environments(params = {})
|
318
327
|
# @param [Hash] params ({})
|
319
328
|
def compose_environments(params = {}, options = {})
|
@@ -382,6 +391,8 @@ module Aws::ElasticBeanstalk
|
|
382
391
|
# resp.application.resource_lifecycle_config.version_lifecycle_config.max_age_rule.max_age_in_days #=> Integer
|
383
392
|
# resp.application.resource_lifecycle_config.version_lifecycle_config.max_age_rule.delete_source_from_s3 #=> Boolean
|
384
393
|
#
|
394
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateApplication AWS API Documentation
|
395
|
+
#
|
385
396
|
# @overload create_application(params = {})
|
386
397
|
# @param [Hash] params ({})
|
387
398
|
def create_application(params = {}, options = {})
|
@@ -502,6 +513,8 @@ module Aws::ElasticBeanstalk
|
|
502
513
|
# resp.application_version.date_updated #=> Time
|
503
514
|
# resp.application_version.status #=> String, one of "Processed", "Unprocessed", "Failed", "Processing", "Building"
|
504
515
|
#
|
516
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateApplicationVersion AWS API Documentation
|
517
|
+
#
|
505
518
|
# @overload create_application_version(params = {})
|
506
519
|
# @param [Hash] params ({})
|
507
520
|
def create_application_version(params = {}, options = {})
|
@@ -551,6 +564,9 @@ module Aws::ElasticBeanstalk
|
|
551
564
|
# parameter is specified, AWS Elastic Beanstalk uses the same solution
|
552
565
|
# stack as the source configuration template.
|
553
566
|
#
|
567
|
+
# @option params [String] :platform_arn
|
568
|
+
# The ARN of the custome platform.
|
569
|
+
#
|
554
570
|
# @option params [Types::SourceConfiguration] :source_configuration
|
555
571
|
# If specified, AWS Elastic Beanstalk uses the configuration values from
|
556
572
|
# the specified configuration template to create a new configuration.
|
@@ -581,6 +597,7 @@ module Aws::ElasticBeanstalk
|
|
581
597
|
# @return [Types::ConfigurationSettingsDescription] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
582
598
|
#
|
583
599
|
# * {Types::ConfigurationSettingsDescription#solution_stack_name #solution_stack_name} => String
|
600
|
+
# * {Types::ConfigurationSettingsDescription#platform_arn #platform_arn} => String
|
584
601
|
# * {Types::ConfigurationSettingsDescription#application_name #application_name} => String
|
585
602
|
# * {Types::ConfigurationSettingsDescription#template_name #template_name} => String
|
586
603
|
# * {Types::ConfigurationSettingsDescription#description #description} => String
|
@@ -596,6 +613,7 @@ module Aws::ElasticBeanstalk
|
|
596
613
|
# application_name: "ApplicationName", # required
|
597
614
|
# template_name: "ConfigurationTemplateName", # required
|
598
615
|
# solution_stack_name: "SolutionStackName",
|
616
|
+
# platform_arn: "PlatformArn",
|
599
617
|
# source_configuration: {
|
600
618
|
# application_name: "ApplicationName",
|
601
619
|
# template_name: "ConfigurationTemplateName",
|
@@ -615,6 +633,7 @@ module Aws::ElasticBeanstalk
|
|
615
633
|
# @example Response structure
|
616
634
|
#
|
617
635
|
# resp.solution_stack_name #=> String
|
636
|
+
# resp.platform_arn #=> String
|
618
637
|
# resp.application_name #=> String
|
619
638
|
# resp.template_name #=> String
|
620
639
|
# resp.description #=> String
|
@@ -628,6 +647,8 @@ module Aws::ElasticBeanstalk
|
|
628
647
|
# resp.option_settings[0].option_name #=> String
|
629
648
|
# resp.option_settings[0].value #=> String
|
630
649
|
#
|
650
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateConfigurationTemplate AWS API Documentation
|
651
|
+
#
|
631
652
|
# @overload create_configuration_template(params = {})
|
632
653
|
# @param [Hash] params ({})
|
633
654
|
def create_configuration_template(params = {}, options = {})
|
@@ -697,21 +718,13 @@ module Aws::ElasticBeanstalk
|
|
697
718
|
# configuration template is found with this name, AWS Elastic Beanstalk
|
698
719
|
# returns an `InvalidParameterValue` error.
|
699
720
|
#
|
700
|
-
# Condition: You must specify either this parameter or a
|
701
|
-
# `SolutionStackName`, but not both. If you specify both, AWS Elastic
|
702
|
-
# Beanstalk returns an `InvalidParameterCombination` error. If you do
|
703
|
-
# not specify either, AWS Elastic Beanstalk returns a
|
704
|
-
# `MissingRequiredParameter` error.
|
705
|
-
#
|
706
721
|
# @option params [String] :solution_stack_name
|
707
722
|
# This is an alternative to specifying a template name. If specified,
|
708
723
|
# AWS Elastic Beanstalk sets the configuration values to the default
|
709
724
|
# values associated with the specified solution stack.
|
710
725
|
#
|
711
|
-
#
|
712
|
-
#
|
713
|
-
# `InvalidParameterCombination` error. If you do not specify either, AWS
|
714
|
-
# Elastic Beanstalk returns a `MissingRequiredParameter` error.
|
726
|
+
# @option params [String] :platform_arn
|
727
|
+
# The ARN of the custom platform.
|
715
728
|
#
|
716
729
|
# @option params [Array<Types::ConfigurationOptionSetting>] :option_settings
|
717
730
|
# If specified, AWS Elastic Beanstalk sets the specified configuration
|
@@ -730,6 +743,7 @@ module Aws::ElasticBeanstalk
|
|
730
743
|
# * {Types::EnvironmentDescription#application_name #application_name} => String
|
731
744
|
# * {Types::EnvironmentDescription#version_label #version_label} => String
|
732
745
|
# * {Types::EnvironmentDescription#solution_stack_name #solution_stack_name} => String
|
746
|
+
# * {Types::EnvironmentDescription#platform_arn #platform_arn} => String
|
733
747
|
# * {Types::EnvironmentDescription#template_name #template_name} => String
|
734
748
|
# * {Types::EnvironmentDescription#description #description} => String
|
735
749
|
# * {Types::EnvironmentDescription#endpoint_url #endpoint_url} => String
|
@@ -766,6 +780,7 @@ module Aws::ElasticBeanstalk
|
|
766
780
|
# version_label: "VersionLabel",
|
767
781
|
# template_name: "ConfigurationTemplateName",
|
768
782
|
# solution_stack_name: "SolutionStackName",
|
783
|
+
# platform_arn: "PlatformArn",
|
769
784
|
# option_settings: [
|
770
785
|
# {
|
771
786
|
# resource_name: "ResourceName",
|
@@ -790,6 +805,7 @@ module Aws::ElasticBeanstalk
|
|
790
805
|
# resp.application_name #=> String
|
791
806
|
# resp.version_label #=> String
|
792
807
|
# resp.solution_stack_name #=> String
|
808
|
+
# resp.platform_arn #=> String
|
793
809
|
# resp.template_name #=> String
|
794
810
|
# resp.description #=> String
|
795
811
|
# resp.endpoint_url #=> String
|
@@ -812,6 +828,8 @@ module Aws::ElasticBeanstalk
|
|
812
828
|
# resp.environment_links[0].link_name #=> String
|
813
829
|
# resp.environment_links[0].environment_name #=> String
|
814
830
|
#
|
831
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateEnvironment AWS API Documentation
|
832
|
+
#
|
815
833
|
# @overload create_environment(params = {})
|
816
834
|
# @param [Hash] params ({})
|
817
835
|
def create_environment(params = {}, options = {})
|
@@ -819,6 +837,71 @@ module Aws::ElasticBeanstalk
|
|
819
837
|
req.send_request(options)
|
820
838
|
end
|
821
839
|
|
840
|
+
# Create a new version of your custom platform.
|
841
|
+
#
|
842
|
+
# @option params [required, String] :platform_name
|
843
|
+
# The name of your custom platform.
|
844
|
+
#
|
845
|
+
# @option params [required, String] :platform_version
|
846
|
+
# The number, such as 1.0.2, for the new platform version.
|
847
|
+
#
|
848
|
+
# @option params [required, Types::S3Location] :platform_definition_bundle
|
849
|
+
# The location of the platform definition archive in Amazon S3.
|
850
|
+
#
|
851
|
+
# @option params [String] :environment_name
|
852
|
+
# The name of the builder environment.
|
853
|
+
#
|
854
|
+
# @option params [Array<Types::ConfigurationOptionSetting>] :option_settings
|
855
|
+
# The configuration option settings to apply to the builder environment.
|
856
|
+
#
|
857
|
+
# @return [Types::CreatePlatformVersionResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
858
|
+
#
|
859
|
+
# * {Types::CreatePlatformVersionResult#platform_summary #platform_summary} => Types::PlatformSummary
|
860
|
+
# * {Types::CreatePlatformVersionResult#builder #builder} => Types::Builder
|
861
|
+
#
|
862
|
+
# @example Request syntax with placeholder values
|
863
|
+
#
|
864
|
+
# resp = client.create_platform_version({
|
865
|
+
# platform_name: "PlatformName", # required
|
866
|
+
# platform_version: "PlatformVersion", # required
|
867
|
+
# platform_definition_bundle: { # required
|
868
|
+
# s3_bucket: "S3Bucket",
|
869
|
+
# s3_key: "S3Key",
|
870
|
+
# },
|
871
|
+
# environment_name: "EnvironmentName",
|
872
|
+
# option_settings: [
|
873
|
+
# {
|
874
|
+
# resource_name: "ResourceName",
|
875
|
+
# namespace: "OptionNamespace",
|
876
|
+
# option_name: "ConfigurationOptionName",
|
877
|
+
# value: "ConfigurationOptionValue",
|
878
|
+
# },
|
879
|
+
# ],
|
880
|
+
# })
|
881
|
+
#
|
882
|
+
# @example Response structure
|
883
|
+
#
|
884
|
+
# resp.platform_summary.platform_arn #=> String
|
885
|
+
# resp.platform_summary.platform_owner #=> String
|
886
|
+
# resp.platform_summary.platform_status #=> String, one of "Creating", "Failed", "Ready", "Deleting", "Deleted"
|
887
|
+
# resp.platform_summary.platform_category #=> String
|
888
|
+
# resp.platform_summary.operating_system_name #=> String
|
889
|
+
# resp.platform_summary.operating_system_version #=> String
|
890
|
+
# resp.platform_summary.supported_tier_list #=> Array
|
891
|
+
# resp.platform_summary.supported_tier_list[0] #=> String
|
892
|
+
# resp.platform_summary.supported_addon_list #=> Array
|
893
|
+
# resp.platform_summary.supported_addon_list[0] #=> String
|
894
|
+
# resp.builder.arn #=> String
|
895
|
+
#
|
896
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreatePlatformVersion AWS API Documentation
|
897
|
+
#
|
898
|
+
# @overload create_platform_version(params = {})
|
899
|
+
# @param [Hash] params ({})
|
900
|
+
def create_platform_version(params = {}, options = {})
|
901
|
+
req = build_request(:create_platform_version, params)
|
902
|
+
req.send_request(options)
|
903
|
+
end
|
904
|
+
|
822
905
|
# Creates the Amazon S3 storage location for the account.
|
823
906
|
#
|
824
907
|
# This location is used to store user log files.
|
@@ -831,6 +914,8 @@ module Aws::ElasticBeanstalk
|
|
831
914
|
#
|
832
915
|
# resp.s3_bucket #=> String
|
833
916
|
#
|
917
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateStorageLocation AWS API Documentation
|
918
|
+
#
|
834
919
|
# @overload create_storage_location(params = {})
|
835
920
|
# @param [Hash] params ({})
|
836
921
|
def create_storage_location(params = {}, options = {})
|
@@ -862,6 +947,8 @@ module Aws::ElasticBeanstalk
|
|
862
947
|
# terminate_env_by_force: false,
|
863
948
|
# })
|
864
949
|
#
|
950
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteApplication AWS API Documentation
|
951
|
+
#
|
865
952
|
# @overload delete_application(params = {})
|
866
953
|
# @param [Hash] params ({})
|
867
954
|
def delete_application(params = {}, options = {})
|
@@ -897,6 +984,8 @@ module Aws::ElasticBeanstalk
|
|
897
984
|
# delete_source_bundle: false,
|
898
985
|
# })
|
899
986
|
#
|
987
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteApplicationVersion AWS API Documentation
|
988
|
+
#
|
900
989
|
# @overload delete_application_version(params = {})
|
901
990
|
# @param [Hash] params ({})
|
902
991
|
def delete_application_version(params = {}, options = {})
|
@@ -928,6 +1017,8 @@ module Aws::ElasticBeanstalk
|
|
928
1017
|
# template_name: "ConfigurationTemplateName", # required
|
929
1018
|
# })
|
930
1019
|
#
|
1020
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteConfigurationTemplate AWS API Documentation
|
1021
|
+
#
|
931
1022
|
# @overload delete_configuration_template(params = {})
|
932
1023
|
# @param [Hash] params ({})
|
933
1024
|
def delete_configuration_template(params = {}, options = {})
|
@@ -961,6 +1052,8 @@ module Aws::ElasticBeanstalk
|
|
961
1052
|
# environment_name: "EnvironmentName", # required
|
962
1053
|
# })
|
963
1054
|
#
|
1055
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteEnvironmentConfiguration AWS API Documentation
|
1056
|
+
#
|
964
1057
|
# @overload delete_environment_configuration(params = {})
|
965
1058
|
# @param [Hash] params ({})
|
966
1059
|
def delete_environment_configuration(params = {}, options = {})
|
@@ -968,6 +1061,43 @@ module Aws::ElasticBeanstalk
|
|
968
1061
|
req.send_request(options)
|
969
1062
|
end
|
970
1063
|
|
1064
|
+
# Deletes the specified version of a custom platform.
|
1065
|
+
#
|
1066
|
+
# @option params [String] :platform_arn
|
1067
|
+
# The ARN of the version of the custom platform.
|
1068
|
+
#
|
1069
|
+
# @return [Types::DeletePlatformVersionResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1070
|
+
#
|
1071
|
+
# * {Types::DeletePlatformVersionResult#platform_summary #platform_summary} => Types::PlatformSummary
|
1072
|
+
#
|
1073
|
+
# @example Request syntax with placeholder values
|
1074
|
+
#
|
1075
|
+
# resp = client.delete_platform_version({
|
1076
|
+
# platform_arn: "PlatformArn",
|
1077
|
+
# })
|
1078
|
+
#
|
1079
|
+
# @example Response structure
|
1080
|
+
#
|
1081
|
+
# resp.platform_summary.platform_arn #=> String
|
1082
|
+
# resp.platform_summary.platform_owner #=> String
|
1083
|
+
# resp.platform_summary.platform_status #=> String, one of "Creating", "Failed", "Ready", "Deleting", "Deleted"
|
1084
|
+
# resp.platform_summary.platform_category #=> String
|
1085
|
+
# resp.platform_summary.operating_system_name #=> String
|
1086
|
+
# resp.platform_summary.operating_system_version #=> String
|
1087
|
+
# resp.platform_summary.supported_tier_list #=> Array
|
1088
|
+
# resp.platform_summary.supported_tier_list[0] #=> String
|
1089
|
+
# resp.platform_summary.supported_addon_list #=> Array
|
1090
|
+
# resp.platform_summary.supported_addon_list[0] #=> String
|
1091
|
+
#
|
1092
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeletePlatformVersion AWS API Documentation
|
1093
|
+
#
|
1094
|
+
# @overload delete_platform_version(params = {})
|
1095
|
+
# @param [Hash] params ({})
|
1096
|
+
def delete_platform_version(params = {}, options = {})
|
1097
|
+
req = build_request(:delete_platform_version, params)
|
1098
|
+
req.send_request(options)
|
1099
|
+
end
|
1100
|
+
|
971
1101
|
# Retrieve a list of application versions.
|
972
1102
|
#
|
973
1103
|
# @option params [String] :application_name
|
@@ -1015,6 +1145,8 @@ module Aws::ElasticBeanstalk
|
|
1015
1145
|
# resp.application_versions[0].status #=> String, one of "Processed", "Unprocessed", "Failed", "Processing", "Building"
|
1016
1146
|
# resp.next_token #=> String
|
1017
1147
|
#
|
1148
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeApplicationVersions AWS API Documentation
|
1149
|
+
#
|
1018
1150
|
# @overload describe_application_versions(params = {})
|
1019
1151
|
# @param [Hash] params ({})
|
1020
1152
|
def describe_application_versions(params = {}, options = {})
|
@@ -1057,6 +1189,8 @@ module Aws::ElasticBeanstalk
|
|
1057
1189
|
# resp.applications[0].resource_lifecycle_config.version_lifecycle_config.max_age_rule.max_age_in_days #=> Integer
|
1058
1190
|
# resp.applications[0].resource_lifecycle_config.version_lifecycle_config.max_age_rule.delete_source_from_s3 #=> Boolean
|
1059
1191
|
#
|
1192
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeApplications AWS API Documentation
|
1193
|
+
#
|
1060
1194
|
# @overload describe_applications(params = {})
|
1061
1195
|
# @param [Hash] params ({})
|
1062
1196
|
def describe_applications(params = {}, options = {})
|
@@ -1088,6 +1222,9 @@ module Aws::ElasticBeanstalk
|
|
1088
1222
|
# The name of the solution stack whose configuration options you want to
|
1089
1223
|
# describe.
|
1090
1224
|
#
|
1225
|
+
# @option params [String] :platform_arn
|
1226
|
+
# The ARN of the custom platform.
|
1227
|
+
#
|
1091
1228
|
# @option params [Array<Types::OptionSpecification>] :options
|
1092
1229
|
# If specified, restricts the descriptions to only the specified
|
1093
1230
|
# options.
|
@@ -1095,6 +1232,7 @@ module Aws::ElasticBeanstalk
|
|
1095
1232
|
# @return [Types::ConfigurationOptionsDescription] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1096
1233
|
#
|
1097
1234
|
# * {Types::ConfigurationOptionsDescription#solution_stack_name #solution_stack_name} => String
|
1235
|
+
# * {Types::ConfigurationOptionsDescription#platform_arn #platform_arn} => String
|
1098
1236
|
# * {Types::ConfigurationOptionsDescription#options #options} => Array<Types::ConfigurationOptionDescription>
|
1099
1237
|
#
|
1100
1238
|
# @example Request syntax with placeholder values
|
@@ -1104,6 +1242,7 @@ module Aws::ElasticBeanstalk
|
|
1104
1242
|
# template_name: "ConfigurationTemplateName",
|
1105
1243
|
# environment_name: "EnvironmentName",
|
1106
1244
|
# solution_stack_name: "SolutionStackName",
|
1245
|
+
# platform_arn: "PlatformArn",
|
1107
1246
|
# options: [
|
1108
1247
|
# {
|
1109
1248
|
# resource_name: "ResourceName",
|
@@ -1116,6 +1255,7 @@ module Aws::ElasticBeanstalk
|
|
1116
1255
|
# @example Response structure
|
1117
1256
|
#
|
1118
1257
|
# resp.solution_stack_name #=> String
|
1258
|
+
# resp.platform_arn #=> String
|
1119
1259
|
# resp.options #=> Array
|
1120
1260
|
# resp.options[0].namespace #=> String
|
1121
1261
|
# resp.options[0].name #=> String
|
@@ -1131,6 +1271,8 @@ module Aws::ElasticBeanstalk
|
|
1131
1271
|
# resp.options[0].regex.pattern #=> String
|
1132
1272
|
# resp.options[0].regex.label #=> String
|
1133
1273
|
#
|
1274
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeConfigurationOptions AWS API Documentation
|
1275
|
+
#
|
1134
1276
|
# @overload describe_configuration_options(params = {})
|
1135
1277
|
# @param [Hash] params ({})
|
1136
1278
|
def describe_configuration_options(params = {}, options = {})
|
@@ -1190,6 +1332,7 @@ module Aws::ElasticBeanstalk
|
|
1190
1332
|
#
|
1191
1333
|
# resp.configuration_settings #=> Array
|
1192
1334
|
# resp.configuration_settings[0].solution_stack_name #=> String
|
1335
|
+
# resp.configuration_settings[0].platform_arn #=> String
|
1193
1336
|
# resp.configuration_settings[0].application_name #=> String
|
1194
1337
|
# resp.configuration_settings[0].template_name #=> String
|
1195
1338
|
# resp.configuration_settings[0].description #=> String
|
@@ -1203,6 +1346,8 @@ module Aws::ElasticBeanstalk
|
|
1203
1346
|
# resp.configuration_settings[0].option_settings[0].option_name #=> String
|
1204
1347
|
# resp.configuration_settings[0].option_settings[0].value #=> String
|
1205
1348
|
#
|
1349
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeConfigurationSettings AWS API Documentation
|
1350
|
+
#
|
1206
1351
|
# @overload describe_configuration_settings(params = {})
|
1207
1352
|
# @param [Hash] params ({})
|
1208
1353
|
def describe_configuration_settings(params = {}, options = {})
|
@@ -1280,6 +1425,8 @@ module Aws::ElasticBeanstalk
|
|
1280
1425
|
# resp.instances_health.severe #=> Integer
|
1281
1426
|
# resp.refreshed_at #=> Time
|
1282
1427
|
#
|
1428
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentHealth AWS API Documentation
|
1429
|
+
#
|
1283
1430
|
# @overload describe_environment_health(params = {})
|
1284
1431
|
# @param [Hash] params ({})
|
1285
1432
|
def describe_environment_health(params = {}, options = {})
|
@@ -1328,6 +1475,8 @@ module Aws::ElasticBeanstalk
|
|
1328
1475
|
# resp.managed_action_history_items[0].finished_time #=> Time
|
1329
1476
|
# resp.next_token #=> String
|
1330
1477
|
#
|
1478
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentManagedActionHistory AWS API Documentation
|
1479
|
+
#
|
1331
1480
|
# @overload describe_environment_managed_action_history(params = {})
|
1332
1481
|
# @param [Hash] params ({})
|
1333
1482
|
def describe_environment_managed_action_history(params = {}, options = {})
|
@@ -1367,6 +1516,8 @@ module Aws::ElasticBeanstalk
|
|
1367
1516
|
# resp.managed_actions[0].status #=> String, one of "Scheduled", "Pending", "Running", "Unknown"
|
1368
1517
|
# resp.managed_actions[0].window_start_time #=> Time
|
1369
1518
|
#
|
1519
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentManagedActions AWS API Documentation
|
1520
|
+
#
|
1370
1521
|
# @overload describe_environment_managed_actions(params = {})
|
1371
1522
|
# @param [Hash] params ({})
|
1372
1523
|
def describe_environment_managed_actions(params = {}, options = {})
|
@@ -1418,6 +1569,8 @@ module Aws::ElasticBeanstalk
|
|
1418
1569
|
# resp.environment_resources.queues[0].name #=> String
|
1419
1570
|
# resp.environment_resources.queues[0].url #=> String
|
1420
1571
|
#
|
1572
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentResources AWS API Documentation
|
1573
|
+
#
|
1421
1574
|
# @overload describe_environment_resources(params = {})
|
1422
1575
|
# @param [Hash] params ({})
|
1423
1576
|
def describe_environment_resources(params = {}, options = {})
|
@@ -1480,6 +1633,7 @@ module Aws::ElasticBeanstalk
|
|
1480
1633
|
# resp.environments[0].application_name #=> String
|
1481
1634
|
# resp.environments[0].version_label #=> String
|
1482
1635
|
# resp.environments[0].solution_stack_name #=> String
|
1636
|
+
# resp.environments[0].platform_arn #=> String
|
1483
1637
|
# resp.environments[0].template_name #=> String
|
1484
1638
|
# resp.environments[0].description #=> String
|
1485
1639
|
# resp.environments[0].endpoint_url #=> String
|
@@ -1502,6 +1656,8 @@ module Aws::ElasticBeanstalk
|
|
1502
1656
|
# resp.environments[0].environment_links[0].link_name #=> String
|
1503
1657
|
# resp.environments[0].environment_links[0].environment_name #=> String
|
1504
1658
|
#
|
1659
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironments AWS API Documentation
|
1660
|
+
#
|
1505
1661
|
# @overload describe_environments(params = {})
|
1506
1662
|
# @param [Hash] params ({})
|
1507
1663
|
def describe_environments(params = {}, options = {})
|
@@ -1538,6 +1694,9 @@ module Aws::ElasticBeanstalk
|
|
1538
1694
|
# If specified, AWS Elastic Beanstalk restricts the returned
|
1539
1695
|
# descriptions to those associated with this environment.
|
1540
1696
|
#
|
1697
|
+
# @option params [String] :platform_arn
|
1698
|
+
# The ARN of the version of the custom platform.
|
1699
|
+
#
|
1541
1700
|
# @option params [String] :request_id
|
1542
1701
|
# If specified, AWS Elastic Beanstalk restricts the described events to
|
1543
1702
|
# include only those associated with this request ID.
|
@@ -1576,6 +1735,7 @@ module Aws::ElasticBeanstalk
|
|
1576
1735
|
# template_name: "ConfigurationTemplateName",
|
1577
1736
|
# environment_id: "EnvironmentId",
|
1578
1737
|
# environment_name: "EnvironmentName",
|
1738
|
+
# platform_arn: "PlatformArn",
|
1579
1739
|
# request_id: "RequestId",
|
1580
1740
|
# severity: "TRACE", # accepts TRACE, DEBUG, INFO, WARN, ERROR, FATAL
|
1581
1741
|
# start_time: Time.now,
|
@@ -1593,10 +1753,13 @@ module Aws::ElasticBeanstalk
|
|
1593
1753
|
# resp.events[0].version_label #=> String
|
1594
1754
|
# resp.events[0].template_name #=> String
|
1595
1755
|
# resp.events[0].environment_name #=> String
|
1756
|
+
# resp.events[0].platform_arn #=> String
|
1596
1757
|
# resp.events[0].request_id #=> String
|
1597
1758
|
# resp.events[0].severity #=> String, one of "TRACE", "DEBUG", "INFO", "WARN", "ERROR", "FATAL"
|
1598
1759
|
# resp.next_token #=> String
|
1599
1760
|
#
|
1761
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEvents AWS API Documentation
|
1762
|
+
#
|
1600
1763
|
# @overload describe_events(params = {})
|
1601
1764
|
# @param [Hash] params ({})
|
1602
1765
|
def describe_events(params = {}, options = {})
|
@@ -1682,6 +1845,8 @@ module Aws::ElasticBeanstalk
|
|
1682
1845
|
# resp.refreshed_at #=> Time
|
1683
1846
|
# resp.next_token #=> String
|
1684
1847
|
#
|
1848
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeInstancesHealth AWS API Documentation
|
1849
|
+
#
|
1685
1850
|
# @overload describe_instances_health(params = {})
|
1686
1851
|
# @param [Hash] params ({})
|
1687
1852
|
def describe_instances_health(params = {}, options = {})
|
@@ -1689,7 +1854,61 @@ module Aws::ElasticBeanstalk
|
|
1689
1854
|
req.send_request(options)
|
1690
1855
|
end
|
1691
1856
|
|
1692
|
-
#
|
1857
|
+
# Describes the version of the platform.
|
1858
|
+
#
|
1859
|
+
# @option params [String] :platform_arn
|
1860
|
+
# The ARN of the version of the platform.
|
1861
|
+
#
|
1862
|
+
# @return [Types::DescribePlatformVersionResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1863
|
+
#
|
1864
|
+
# * {Types::DescribePlatformVersionResult#platform_description #platform_description} => Types::PlatformDescription
|
1865
|
+
#
|
1866
|
+
# @example Request syntax with placeholder values
|
1867
|
+
#
|
1868
|
+
# resp = client.describe_platform_version({
|
1869
|
+
# platform_arn: "PlatformArn",
|
1870
|
+
# })
|
1871
|
+
#
|
1872
|
+
# @example Response structure
|
1873
|
+
#
|
1874
|
+
# resp.platform_description.platform_arn #=> String
|
1875
|
+
# resp.platform_description.platform_owner #=> String
|
1876
|
+
# resp.platform_description.platform_name #=> String
|
1877
|
+
# resp.platform_description.platform_version #=> String
|
1878
|
+
# resp.platform_description.solution_stack_name #=> String
|
1879
|
+
# resp.platform_description.platform_status #=> String, one of "Creating", "Failed", "Ready", "Deleting", "Deleted"
|
1880
|
+
# resp.platform_description.date_created #=> Time
|
1881
|
+
# resp.platform_description.date_updated #=> Time
|
1882
|
+
# resp.platform_description.platform_category #=> String
|
1883
|
+
# resp.platform_description.description #=> String
|
1884
|
+
# resp.platform_description.maintainer #=> String
|
1885
|
+
# resp.platform_description.operating_system_name #=> String
|
1886
|
+
# resp.platform_description.operating_system_version #=> String
|
1887
|
+
# resp.platform_description.programming_languages #=> Array
|
1888
|
+
# resp.platform_description.programming_languages[0].name #=> String
|
1889
|
+
# resp.platform_description.programming_languages[0].version #=> String
|
1890
|
+
# resp.platform_description.frameworks #=> Array
|
1891
|
+
# resp.platform_description.frameworks[0].name #=> String
|
1892
|
+
# resp.platform_description.frameworks[0].version #=> String
|
1893
|
+
# resp.platform_description.custom_ami_list #=> Array
|
1894
|
+
# resp.platform_description.custom_ami_list[0].virtualization_type #=> String
|
1895
|
+
# resp.platform_description.custom_ami_list[0].image_id #=> String
|
1896
|
+
# resp.platform_description.supported_tier_list #=> Array
|
1897
|
+
# resp.platform_description.supported_tier_list[0] #=> String
|
1898
|
+
# resp.platform_description.supported_addon_list #=> Array
|
1899
|
+
# resp.platform_description.supported_addon_list[0] #=> String
|
1900
|
+
#
|
1901
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribePlatformVersion AWS API Documentation
|
1902
|
+
#
|
1903
|
+
# @overload describe_platform_version(params = {})
|
1904
|
+
# @param [Hash] params ({})
|
1905
|
+
def describe_platform_version(params = {}, options = {})
|
1906
|
+
req = build_request(:describe_platform_version, params)
|
1907
|
+
req.send_request(options)
|
1908
|
+
end
|
1909
|
+
|
1910
|
+
# Returns a list of the available solution stack names, with the public
|
1911
|
+
# version first and then in reverse chronological order.
|
1693
1912
|
#
|
1694
1913
|
# @return [Types::ListAvailableSolutionStacksResultMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1695
1914
|
#
|
@@ -1705,6 +1924,8 @@ module Aws::ElasticBeanstalk
|
|
1705
1924
|
# resp.solution_stack_details[0].permitted_file_types #=> Array
|
1706
1925
|
# resp.solution_stack_details[0].permitted_file_types[0] #=> String
|
1707
1926
|
#
|
1927
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListAvailableSolutionStacks AWS API Documentation
|
1928
|
+
#
|
1708
1929
|
# @overload list_available_solution_stacks(params = {})
|
1709
1930
|
# @param [Hash] params ({})
|
1710
1931
|
def list_available_solution_stacks(params = {}, options = {})
|
@@ -1712,6 +1933,62 @@ module Aws::ElasticBeanstalk
|
|
1712
1933
|
req.send_request(options)
|
1713
1934
|
end
|
1714
1935
|
|
1936
|
+
# Lists the available platforms.
|
1937
|
+
#
|
1938
|
+
# @option params [Array<Types::PlatformFilter>] :filters
|
1939
|
+
# List only the platforms where the platform member value relates to one
|
1940
|
+
# of the supplied values.
|
1941
|
+
#
|
1942
|
+
# @option params [Integer] :max_records
|
1943
|
+
# The maximum number of platform values returned in one call.
|
1944
|
+
#
|
1945
|
+
# @option params [String] :next_token
|
1946
|
+
# The starting index into the remaining list of platforms. Use the
|
1947
|
+
# `NextToken` value from a previous `ListPlatformVersion` call.
|
1948
|
+
#
|
1949
|
+
# @return [Types::ListPlatformVersionsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1950
|
+
#
|
1951
|
+
# * {Types::ListPlatformVersionsResult#platform_summary_list #platform_summary_list} => Array<Types::PlatformSummary>
|
1952
|
+
# * {Types::ListPlatformVersionsResult#next_token #next_token} => String
|
1953
|
+
#
|
1954
|
+
# @example Request syntax with placeholder values
|
1955
|
+
#
|
1956
|
+
# resp = client.list_platform_versions({
|
1957
|
+
# filters: [
|
1958
|
+
# {
|
1959
|
+
# type: "PlatformFilterType",
|
1960
|
+
# operator: "PlatformFilterOperator",
|
1961
|
+
# values: ["PlatformFilterValue"],
|
1962
|
+
# },
|
1963
|
+
# ],
|
1964
|
+
# max_records: 1,
|
1965
|
+
# next_token: "Token",
|
1966
|
+
# })
|
1967
|
+
#
|
1968
|
+
# @example Response structure
|
1969
|
+
#
|
1970
|
+
# resp.platform_summary_list #=> Array
|
1971
|
+
# resp.platform_summary_list[0].platform_arn #=> String
|
1972
|
+
# resp.platform_summary_list[0].platform_owner #=> String
|
1973
|
+
# resp.platform_summary_list[0].platform_status #=> String, one of "Creating", "Failed", "Ready", "Deleting", "Deleted"
|
1974
|
+
# resp.platform_summary_list[0].platform_category #=> String
|
1975
|
+
# resp.platform_summary_list[0].operating_system_name #=> String
|
1976
|
+
# resp.platform_summary_list[0].operating_system_version #=> String
|
1977
|
+
# resp.platform_summary_list[0].supported_tier_list #=> Array
|
1978
|
+
# resp.platform_summary_list[0].supported_tier_list[0] #=> String
|
1979
|
+
# resp.platform_summary_list[0].supported_addon_list #=> Array
|
1980
|
+
# resp.platform_summary_list[0].supported_addon_list[0] #=> String
|
1981
|
+
# resp.next_token #=> String
|
1982
|
+
#
|
1983
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformVersions AWS API Documentation
|
1984
|
+
#
|
1985
|
+
# @overload list_platform_versions(params = {})
|
1986
|
+
# @param [Hash] params ({})
|
1987
|
+
def list_platform_versions(params = {}, options = {})
|
1988
|
+
req = build_request(:list_platform_versions, params)
|
1989
|
+
req.send_request(options)
|
1990
|
+
end
|
1991
|
+
|
1715
1992
|
# Deletes and recreates all of the AWS resources (for example: the Auto
|
1716
1993
|
# Scaling group, load balancer, etc.) for a specified environment and
|
1717
1994
|
# forces a restart.
|
@@ -1739,6 +2016,8 @@ module Aws::ElasticBeanstalk
|
|
1739
2016
|
# environment_name: "EnvironmentName",
|
1740
2017
|
# })
|
1741
2018
|
#
|
2019
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RebuildEnvironment AWS API Documentation
|
2020
|
+
#
|
1742
2021
|
# @overload rebuild_environment(params = {})
|
1743
2022
|
# @param [Hash] params ({})
|
1744
2023
|
def rebuild_environment(params = {}, options = {})
|
@@ -1798,6 +2077,8 @@ module Aws::ElasticBeanstalk
|
|
1798
2077
|
# info_type: "tail", # required, accepts tail, bundle
|
1799
2078
|
# })
|
1800
2079
|
#
|
2080
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RequestEnvironmentInfo AWS API Documentation
|
2081
|
+
#
|
1801
2082
|
# @overload request_environment_info(params = {})
|
1802
2083
|
# @param [Hash] params ({})
|
1803
2084
|
def request_environment_info(params = {}, options = {})
|
@@ -1831,6 +2112,8 @@ module Aws::ElasticBeanstalk
|
|
1831
2112
|
# environment_name: "EnvironmentName",
|
1832
2113
|
# })
|
1833
2114
|
#
|
2115
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RestartAppServer AWS API Documentation
|
2116
|
+
#
|
1834
2117
|
# @overload restart_app_server(params = {})
|
1835
2118
|
# @param [Hash] params ({})
|
1836
2119
|
def restart_app_server(params = {}, options = {})
|
@@ -1890,6 +2173,8 @@ module Aws::ElasticBeanstalk
|
|
1890
2173
|
# resp.environment_info[0].sample_timestamp #=> Time
|
1891
2174
|
# resp.environment_info[0].message #=> String
|
1892
2175
|
#
|
2176
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RetrieveEnvironmentInfo AWS API Documentation
|
2177
|
+
#
|
1893
2178
|
# @overload retrieve_environment_info(params = {})
|
1894
2179
|
# @param [Hash] params ({})
|
1895
2180
|
def retrieve_environment_info(params = {}, options = {})
|
@@ -1941,6 +2226,8 @@ module Aws::ElasticBeanstalk
|
|
1941
2226
|
# destination_environment_name: "EnvironmentName",
|
1942
2227
|
# })
|
1943
2228
|
#
|
2229
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/SwapEnvironmentCNAMEs AWS API Documentation
|
2230
|
+
#
|
1944
2231
|
# @overload swap_environment_cnames(params = {})
|
1945
2232
|
# @param [Hash] params ({})
|
1946
2233
|
def swap_environment_cnames(params = {}, options = {})
|
@@ -1996,6 +2283,7 @@ module Aws::ElasticBeanstalk
|
|
1996
2283
|
# * {Types::EnvironmentDescription#application_name #application_name} => String
|
1997
2284
|
# * {Types::EnvironmentDescription#version_label #version_label} => String
|
1998
2285
|
# * {Types::EnvironmentDescription#solution_stack_name #solution_stack_name} => String
|
2286
|
+
# * {Types::EnvironmentDescription#platform_arn #platform_arn} => String
|
1999
2287
|
# * {Types::EnvironmentDescription#template_name #template_name} => String
|
2000
2288
|
# * {Types::EnvironmentDescription#description #description} => String
|
2001
2289
|
# * {Types::EnvironmentDescription#endpoint_url #endpoint_url} => String
|
@@ -2026,6 +2314,7 @@ module Aws::ElasticBeanstalk
|
|
2026
2314
|
# resp.application_name #=> String
|
2027
2315
|
# resp.version_label #=> String
|
2028
2316
|
# resp.solution_stack_name #=> String
|
2317
|
+
# resp.platform_arn #=> String
|
2029
2318
|
# resp.template_name #=> String
|
2030
2319
|
# resp.description #=> String
|
2031
2320
|
# resp.endpoint_url #=> String
|
@@ -2048,6 +2337,8 @@ module Aws::ElasticBeanstalk
|
|
2048
2337
|
# resp.environment_links[0].link_name #=> String
|
2049
2338
|
# resp.environment_links[0].environment_name #=> String
|
2050
2339
|
#
|
2340
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/TerminateEnvironment AWS API Documentation
|
2341
|
+
#
|
2051
2342
|
# @overload terminate_environment(params = {})
|
2052
2343
|
# @param [Hash] params ({})
|
2053
2344
|
def terminate_environment(params = {}, options = {})
|
@@ -2101,6 +2392,8 @@ module Aws::ElasticBeanstalk
|
|
2101
2392
|
# resp.application.resource_lifecycle_config.version_lifecycle_config.max_age_rule.max_age_in_days #=> Integer
|
2102
2393
|
# resp.application.resource_lifecycle_config.version_lifecycle_config.max_age_rule.delete_source_from_s3 #=> Boolean
|
2103
2394
|
#
|
2395
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateApplication AWS API Documentation
|
2396
|
+
#
|
2104
2397
|
# @overload update_application(params = {})
|
2105
2398
|
# @param [Hash] params ({})
|
2106
2399
|
def update_application(params = {}, options = {})
|
@@ -2153,6 +2446,8 @@ module Aws::ElasticBeanstalk
|
|
2153
2446
|
# resp.resource_lifecycle_config.version_lifecycle_config.max_age_rule.max_age_in_days #=> Integer
|
2154
2447
|
# resp.resource_lifecycle_config.version_lifecycle_config.max_age_rule.delete_source_from_s3 #=> Boolean
|
2155
2448
|
#
|
2449
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateApplicationResourceLifecycle AWS API Documentation
|
2450
|
+
#
|
2156
2451
|
# @overload update_application_resource_lifecycle(params = {})
|
2157
2452
|
# @param [Hash] params ({})
|
2158
2453
|
def update_application_resource_lifecycle(params = {}, options = {})
|
@@ -2210,6 +2505,8 @@ module Aws::ElasticBeanstalk
|
|
2210
2505
|
# resp.application_version.date_updated #=> Time
|
2211
2506
|
# resp.application_version.status #=> String, one of "Processed", "Unprocessed", "Failed", "Processing", "Building"
|
2212
2507
|
#
|
2508
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateApplicationVersion AWS API Documentation
|
2509
|
+
#
|
2213
2510
|
# @overload update_application_version(params = {})
|
2214
2511
|
# @param [Hash] params ({})
|
2215
2512
|
def update_application_version(params = {}, options = {})
|
@@ -2262,6 +2559,7 @@ module Aws::ElasticBeanstalk
|
|
2262
2559
|
# @return [Types::ConfigurationSettingsDescription] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2263
2560
|
#
|
2264
2561
|
# * {Types::ConfigurationSettingsDescription#solution_stack_name #solution_stack_name} => String
|
2562
|
+
# * {Types::ConfigurationSettingsDescription#platform_arn #platform_arn} => String
|
2265
2563
|
# * {Types::ConfigurationSettingsDescription#application_name #application_name} => String
|
2266
2564
|
# * {Types::ConfigurationSettingsDescription#template_name #template_name} => String
|
2267
2565
|
# * {Types::ConfigurationSettingsDescription#description #description} => String
|
@@ -2297,6 +2595,7 @@ module Aws::ElasticBeanstalk
|
|
2297
2595
|
# @example Response structure
|
2298
2596
|
#
|
2299
2597
|
# resp.solution_stack_name #=> String
|
2598
|
+
# resp.platform_arn #=> String
|
2300
2599
|
# resp.application_name #=> String
|
2301
2600
|
# resp.template_name #=> String
|
2302
2601
|
# resp.description #=> String
|
@@ -2310,6 +2609,8 @@ module Aws::ElasticBeanstalk
|
|
2310
2609
|
# resp.option_settings[0].option_name #=> String
|
2311
2610
|
# resp.option_settings[0].value #=> String
|
2312
2611
|
#
|
2612
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateConfigurationTemplate AWS API Documentation
|
2613
|
+
#
|
2313
2614
|
# @overload update_configuration_template(params = {})
|
2314
2615
|
# @param [Hash] params ({})
|
2315
2616
|
def update_configuration_template(params = {}, options = {})
|
@@ -2388,6 +2689,9 @@ module Aws::ElasticBeanstalk
|
|
2388
2689
|
# This specifies the platform version that the environment will run
|
2389
2690
|
# after the environment is updated.
|
2390
2691
|
#
|
2692
|
+
# @option params [String] :platform_arn
|
2693
|
+
# The ARN of the platform, if used.
|
2694
|
+
#
|
2391
2695
|
# @option params [Array<Types::ConfigurationOptionSetting>] :option_settings
|
2392
2696
|
# If specified, AWS Elastic Beanstalk updates the configuration set
|
2393
2697
|
# associated with the running environment and sets the specified
|
@@ -2404,6 +2708,7 @@ module Aws::ElasticBeanstalk
|
|
2404
2708
|
# * {Types::EnvironmentDescription#application_name #application_name} => String
|
2405
2709
|
# * {Types::EnvironmentDescription#version_label #version_label} => String
|
2406
2710
|
# * {Types::EnvironmentDescription#solution_stack_name #solution_stack_name} => String
|
2711
|
+
# * {Types::EnvironmentDescription#platform_arn #platform_arn} => String
|
2407
2712
|
# * {Types::EnvironmentDescription#template_name #template_name} => String
|
2408
2713
|
# * {Types::EnvironmentDescription#description #description} => String
|
2409
2714
|
# * {Types::EnvironmentDescription#endpoint_url #endpoint_url} => String
|
@@ -2434,6 +2739,7 @@ module Aws::ElasticBeanstalk
|
|
2434
2739
|
# version_label: "VersionLabel",
|
2435
2740
|
# template_name: "ConfigurationTemplateName",
|
2436
2741
|
# solution_stack_name: "SolutionStackName",
|
2742
|
+
# platform_arn: "PlatformArn",
|
2437
2743
|
# option_settings: [
|
2438
2744
|
# {
|
2439
2745
|
# resource_name: "ResourceName",
|
@@ -2458,6 +2764,7 @@ module Aws::ElasticBeanstalk
|
|
2458
2764
|
# resp.application_name #=> String
|
2459
2765
|
# resp.version_label #=> String
|
2460
2766
|
# resp.solution_stack_name #=> String
|
2767
|
+
# resp.platform_arn #=> String
|
2461
2768
|
# resp.template_name #=> String
|
2462
2769
|
# resp.description #=> String
|
2463
2770
|
# resp.endpoint_url #=> String
|
@@ -2480,6 +2787,8 @@ module Aws::ElasticBeanstalk
|
|
2480
2787
|
# resp.environment_links[0].link_name #=> String
|
2481
2788
|
# resp.environment_links[0].environment_name #=> String
|
2482
2789
|
#
|
2790
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateEnvironment AWS API Documentation
|
2791
|
+
#
|
2483
2792
|
# @overload update_environment(params = {})
|
2484
2793
|
# @param [Hash] params ({})
|
2485
2794
|
def update_environment(params = {}, options = {})
|
@@ -2541,6 +2850,8 @@ module Aws::ElasticBeanstalk
|
|
2541
2850
|
# resp.messages[0].namespace #=> String
|
2542
2851
|
# resp.messages[0].option_name #=> String
|
2543
2852
|
#
|
2853
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ValidateConfigurationSettings AWS API Documentation
|
2854
|
+
#
|
2544
2855
|
# @overload validate_configuration_settings(params = {})
|
2545
2856
|
# @param [Hash] params ({})
|
2546
2857
|
def validate_configuration_settings(params = {}, options = {})
|
@@ -2561,7 +2872,7 @@ module Aws::ElasticBeanstalk
|
|
2561
2872
|
params: params,
|
2562
2873
|
config: config)
|
2563
2874
|
context[:gem_name] = 'aws-sdk-elasticbeanstalk'
|
2564
|
-
context[:gem_version] = '1.0.0.
|
2875
|
+
context[:gem_version] = '1.0.0.rc4'
|
2565
2876
|
Seahorse::Client::Request.new(handlers, context)
|
2566
2877
|
end
|
2567
2878
|
|