aws-sdk-elasticbeanstalk 1.54.0 → 1.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ecaaf81735446fae26d96241f0c081d6d4768993101082d50d3326911fdb13b4
4
- data.tar.gz: be07da89ec7b4be45d51727516cfa5a2f10a6b5332ed9b36cad0338c8cb3e065
3
+ metadata.gz: fee43bf774240ec0dbbbb3dc740b72e30d49fdc7959b2d3c010e099881fb4ccb
4
+ data.tar.gz: 8d0564e0ed6a7dba0718a67b8437fb7695e6e6fd8d614fab19fb4677cd908f34
5
5
  SHA512:
6
- metadata.gz: 05d3980baa66e64b25a45fc5036aa63890106230c1e40bb980b5a562077e9961b92f6f2623453f56571c3db327e4ca741eda808288b27538482e456e92ecd197
7
- data.tar.gz: 757f4a98f1fdb50e6d70fbdb91f81ae41846cb4e0c31954158bc692dabfdd06b258f9ca37fa9c345d8ee858e627fdcfef897853272809ed5f33f33d2cc45dbd8
6
+ metadata.gz: 568214ce9594327c1a990cf7e7dfd83745d55fcd61a3b8e987e5c6a31c269af4dcefc14b2aa96e1c96f2c3ac2f75f7acced7edd41c11750b8d6360913bc2835c
7
+ data.tar.gz: 88bc01a1200697439e3510b15134629bd794906986e2cc212060b1e9c6811ca81749e606bca456ac86781f3be2a939043aa509027d791b289e4a72a00d3e073f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.54.0 (2023-01-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -275,6 +275,11 @@ module Aws::ElasticBeanstalk
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -2480,10 +2485,10 @@ module Aws::ElasticBeanstalk
2480
2485
  # @option params [Boolean] :include_deleted
2481
2486
  # Indicates whether to include deleted environments:
2482
2487
  #
2483
- # `true`\: Environments that have been deleted after
2488
+ # `true`: Environments that have been deleted after
2484
2489
  # `IncludedDeletedBackTo` are displayed.
2485
2490
  #
2486
- # `false`\: Do not include deleted environments.
2491
+ # `false`: Do not include deleted environments.
2487
2492
  #
2488
2493
  # @option params [Time,DateTime,Date,Integer,String] :included_deleted_back_to
2489
2494
  # If specified when `IncludeDeleted` is set to `true`, then environments
@@ -3102,31 +3107,31 @@ module Aws::ElasticBeanstalk
3102
3107
  # `SearchFilter` terms. Most operators take a single value. The `in` and
3103
3108
  # `not_in` operators can take multiple values.
3104
3109
  #
3105
- # * `Attribute = BranchName`\:
3110
+ # * `Attribute = BranchName`:
3106
3111
  #
3107
- # * `Operator`\: `=` \| `!=` \| `begins_with` \| `ends_with` \|
3112
+ # * `Operator`: `=` \| `!=` \| `begins_with` \| `ends_with` \|
3108
3113
  # `contains` \| `in` \| `not_in`
3109
3114
  #
3110
3115
  # ^
3111
3116
  #
3112
- # * `Attribute = LifecycleState`\:
3117
+ # * `Attribute = LifecycleState`:
3113
3118
  #
3114
- # * `Operator`\: `=` \| `!=` \| `in` \| `not_in`
3119
+ # * `Operator`: `=` \| `!=` \| `in` \| `not_in`
3115
3120
  #
3116
- # * `Values`\: `beta` \| `supported` \| `deprecated` \| `retired`
3121
+ # * `Values`: `beta` \| `supported` \| `deprecated` \| `retired`
3117
3122
  #
3118
- # * `Attribute = PlatformName`\:
3123
+ # * `Attribute = PlatformName`:
3119
3124
  #
3120
- # * `Operator`\: `=` \| `!=` \| `begins_with` \| `ends_with` \|
3125
+ # * `Operator`: `=` \| `!=` \| `begins_with` \| `ends_with` \|
3121
3126
  # `contains` \| `in` \| `not_in`
3122
3127
  #
3123
3128
  # ^
3124
3129
  #
3125
- # * `Attribute = TierType`\:
3130
+ # * `Attribute = TierType`:
3126
3131
  #
3127
- # * `Operator`\: `=` \| `!=`
3132
+ # * `Operator`: `=` \| `!=`
3128
3133
  #
3129
- # * `Values`\: `WebServer/Standard` \| `Worker/SQS/HTTP`
3134
+ # * `Values`: `WebServer/Standard` \| `Worker/SQS/HTTP`
3130
3135
  #
3131
3136
  # Array size: limited to 10 `SearchFilter` objects.
3132
3137
  #
@@ -3630,11 +3635,11 @@ module Aws::ElasticBeanstalk
3630
3635
  # Indicates whether the associated AWS resources should shut down when
3631
3636
  # the environment is terminated:
3632
3637
  #
3633
- # * `true`\: The specified environment as well as the associated AWS
3638
+ # * `true`: The specified environment as well as the associated AWS
3634
3639
  # resources, such as Auto Scaling group and LoadBalancer, are
3635
3640
  # terminated.
3636
3641
  #
3637
- # * `false`\: AWS Elastic Beanstalk resource management is removed from
3642
+ # * `false`: AWS Elastic Beanstalk resource management is removed from
3638
3643
  # the environment, but the AWS resources continue to operate.
3639
3644
  #
3640
3645
  # For more information, see the [ AWS Elastic Beanstalk User Guide. ][1]
@@ -4542,7 +4547,7 @@ module Aws::ElasticBeanstalk
4542
4547
  params: params,
4543
4548
  config: config)
4544
4549
  context[:gem_name] = 'aws-sdk-elasticbeanstalk'
4545
- context[:gem_version] = '1.54.0'
4550
+ context[:gem_version] = '1.55.0'
4546
4551
  Seahorse::Client::Request.new(handlers, context)
4547
4552
  end
4548
4553
 
@@ -582,9 +582,9 @@ module Aws::ElasticBeanstalk
582
582
  # @!attribute [rw] available
583
583
  # Indicates if the specified CNAME is available:
584
584
  #
585
- # * `true`\: The CNAME is available.
585
+ # * `true` : The CNAME is available.
586
586
  #
587
- # * `false`\: The CNAME is not available.
587
+ # * `false` : The CNAME is not available.
588
588
  # @return [Boolean]
589
589
  #
590
590
  # @!attribute [rw] fully_qualified_cname
@@ -662,14 +662,14 @@ module Aws::ElasticBeanstalk
662
662
  # An indication of which action is required if the value for this
663
663
  # configuration option changes:
664
664
  #
665
- # * `NoInterruption`\: There is no interruption to the environment or
665
+ # * `NoInterruption` : There is no interruption to the environment or
666
666
  # application availability.
667
667
  #
668
- # * `RestartEnvironment`\: The environment is entirely restarted, all
668
+ # * `RestartEnvironment` : The environment is entirely restarted, all
669
669
  # AWS resources are deleted and recreated, and the environment is
670
670
  # unavailable during the process.
671
671
  #
672
- # * `RestartApplicationServer`\: The environment is available the
672
+ # * `RestartApplicationServer` : The environment is available the
673
673
  # entire time. However, a short application outage occurs when the
674
674
  # application servers on the running Amazon EC2 instances are
675
675
  # restarted.
@@ -678,11 +678,11 @@ module Aws::ElasticBeanstalk
678
678
  # @!attribute [rw] user_defined
679
679
  # An indication of whether the user defined this configuration option:
680
680
  #
681
- # * `true`\: This configuration option was defined by the user. It is
681
+ # * `true` : This configuration option was defined by the user. It is
682
682
  # a valid choice for specifying if this as an `Option to Remove`
683
683
  # when updating configuration settings.
684
684
  #
685
- # * `false`\: This configuration was not defined by the user.
685
+ # * `false` : This configuration was not defined by the user.
686
686
  #
687
687
  # Constraint: You can remove only `UserDefined` options from a
688
688
  # configuration.
@@ -694,16 +694,16 @@ module Aws::ElasticBeanstalk
694
694
  # An indication of which type of values this option has and whether it
695
695
  # is allowable to select one or more than one of the possible values:
696
696
  #
697
- # * `Scalar`\: Values for this option are a single selection from the
697
+ # * `Scalar` : Values for this option are a single selection from the
698
698
  # possible values, or an unformatted string, or numeric value
699
699
  # governed by the `MIN/MAX/Regex` constraints.
700
700
  #
701
- # * `List`\: Values for this option are multiple selections from the
701
+ # * `List` : Values for this option are multiple selections from the
702
702
  # possible values.
703
703
  #
704
- # * `Boolean`\: Values for this option are either `true` or `false` .
704
+ # * `Boolean` : Values for this option are either `true` or `false` .
705
705
  #
706
- # * `Json`\: Values for this option are a JSON representation of a
706
+ # * `Json` : Values for this option are a JSON representation of a
707
707
  # `ConfigDocument`.
708
708
  # @return [String]
709
709
  #
@@ -846,16 +846,16 @@ module Aws::ElasticBeanstalk
846
846
  # `DeploymentStatus` parameter indicates the deployment status of this
847
847
  # configuration set:
848
848
  #
849
- # * `null`\: This configuration is not associated with a running
849
+ # * `null`: This configuration is not associated with a running
850
850
  # environment.
851
851
  #
852
- # * `pending`\: This is a draft configuration that is not deployed to
852
+ # * `pending`: This is a draft configuration that is not deployed to
853
853
  # the associated environment but is in the process of deploying.
854
854
  #
855
- # * `deployed`\: This is the configuration that is currently deployed
855
+ # * `deployed`: This is the configuration that is currently deployed
856
856
  # to the associated running environment.
857
857
  #
858
- # * `failed`\: This is a draft configuration that failed to
858
+ # * `failed`: This is a draft configuration that failed to
859
859
  # successfully deploy.
860
860
  # @return [String]
861
861
  #
@@ -1520,11 +1520,11 @@ module Aws::ElasticBeanstalk
1520
1520
  # @!attribute [rw] status
1521
1521
  # The status of the deployment:
1522
1522
  #
1523
- # * `In Progress`\: The deployment is in progress.
1523
+ # * `In Progress` : The deployment is in progress.
1524
1524
  #
1525
- # * `Deployed`\: The deployment succeeded.
1525
+ # * `Deployed` : The deployment succeeded.
1526
1526
  #
1527
- # * `Failed`\: The deployment failed.
1527
+ # * `Failed` : The deployment failed.
1528
1528
  # @return [String]
1529
1529
  #
1530
1530
  # @!attribute [rw] deployment_time
@@ -1925,10 +1925,10 @@ module Aws::ElasticBeanstalk
1925
1925
  # @!attribute [rw] include_deleted
1926
1926
  # Indicates whether to include deleted environments:
1927
1927
  #
1928
- # `true`\: Environments that have been deleted after
1928
+ # `true`: Environments that have been deleted after
1929
1929
  # `IncludedDeletedBackTo` are displayed.
1930
1930
  #
1931
- # `false`\: Do not include deleted environments.
1931
+ # `false`: Do not include deleted environments.
1932
1932
  # @return [Boolean]
1933
1933
  #
1934
1934
  # @!attribute [rw] included_deleted_back_to
@@ -2220,17 +2220,17 @@ module Aws::ElasticBeanstalk
2220
2220
  # @!attribute [rw] status
2221
2221
  # The current operational status of the environment:
2222
2222
  #
2223
- # * `Launching`\: Environment is in the process of initial deployment.
2223
+ # * `Launching`: Environment is in the process of initial deployment.
2224
2224
  #
2225
- # * `Updating`\: Environment is in the process of updating its
2225
+ # * `Updating`: Environment is in the process of updating its
2226
2226
  # configuration settings or application version.
2227
2227
  #
2228
- # * `Ready`\: Environment is available to have an action performed on
2228
+ # * `Ready`: Environment is available to have an action performed on
2229
2229
  # it, such as update or terminate.
2230
2230
  #
2231
- # * `Terminating`\: Environment is in the shut-down process.
2231
+ # * `Terminating`: Environment is in the shut-down process.
2232
2232
  #
2233
- # * `Terminated`\: Environment is not running.
2233
+ # * `Terminated`: Environment is not running.
2234
2234
  # @return [String]
2235
2235
  #
2236
2236
  # @!attribute [rw] abortable_operation_in_progress
@@ -2246,16 +2246,16 @@ module Aws::ElasticBeanstalk
2246
2246
  # Describes the health status of the environment. AWS Elastic
2247
2247
  # Beanstalk indicates the failure levels for a running environment:
2248
2248
  #
2249
- # * `Red`\: Indicates the environment is not responsive. Occurs when
2249
+ # * `Red`: Indicates the environment is not responsive. Occurs when
2250
2250
  # three or more consecutive failures occur for an environment.
2251
2251
  #
2252
- # * `Yellow`\: Indicates that something is wrong. Occurs when two
2252
+ # * `Yellow`: Indicates that something is wrong. Occurs when two
2253
2253
  # consecutive failures occur for an environment.
2254
2254
  #
2255
- # * `Green`\: Indicates the environment is healthy and fully
2255
+ # * `Green`: Indicates the environment is healthy and fully
2256
2256
  # functional.
2257
2257
  #
2258
- # * `Grey`\: Default health for a new environment. The environment is
2258
+ # * `Grey`: Default health for a new environment. The environment is
2259
2259
  # not fully launched and health checks have not started or health
2260
2260
  # checks are suspended during an `UpdateEnvironment` or
2261
2261
  # `RestartEnvironment` request.
@@ -2809,31 +2809,31 @@ module Aws::ElasticBeanstalk
2809
2809
  # `SearchFilter` terms. Most operators take a single value. The `in`
2810
2810
  # and `not_in` operators can take multiple values.
2811
2811
  #
2812
- # * `Attribute = BranchName`\:
2812
+ # * `Attribute = BranchName`:
2813
2813
  #
2814
- # * `Operator`\: `=` \| `!=` \| `begins_with` \| `ends_with` \|
2814
+ # * `Operator`: `=` \| `!=` \| `begins_with` \| `ends_with` \|
2815
2815
  # `contains` \| `in` \| `not_in`
2816
2816
  #
2817
2817
  # ^
2818
2818
  #
2819
- # * `Attribute = LifecycleState`\:
2819
+ # * `Attribute = LifecycleState`:
2820
2820
  #
2821
- # * `Operator`\: `=` \| `!=` \| `in` \| `not_in`
2821
+ # * `Operator`: `=` \| `!=` \| `in` \| `not_in`
2822
2822
  #
2823
- # * `Values`\: `beta` \| `supported` \| `deprecated` \| `retired`
2823
+ # * `Values`: `beta` \| `supported` \| `deprecated` \| `retired`
2824
2824
  #
2825
- # * `Attribute = PlatformName`\:
2825
+ # * `Attribute = PlatformName`:
2826
2826
  #
2827
- # * `Operator`\: `=` \| `!=` \| `begins_with` \| `ends_with` \|
2827
+ # * `Operator`: `=` \| `!=` \| `begins_with` \| `ends_with` \|
2828
2828
  # `contains` \| `in` \| `not_in`
2829
2829
  #
2830
2830
  # ^
2831
2831
  #
2832
- # * `Attribute = TierType`\:
2832
+ # * `Attribute = TierType`:
2833
2833
  #
2834
- # * `Operator`\: `=` \| `!=`
2834
+ # * `Operator`: `=` \| `!=`
2835
2835
  #
2836
- # * `Values`\: `WebServer/Standard` \| `Worker/SQS/HTTP`
2836
+ # * `Values`: `WebServer/Standard` \| `Worker/SQS/HTTP`
2837
2837
  #
2838
2838
  # Array size: limited to 10 `SearchFilter` objects.
2839
2839
  #
@@ -3393,14 +3393,14 @@ module Aws::ElasticBeanstalk
3393
3393
  # The following list shows valid filter values for some filter
3394
3394
  # attributes.
3395
3395
  #
3396
- # * `PlatformStatus`\: `Creating` \| `Failed` \| `Ready` \| `Deleting`
3396
+ # * `PlatformStatus`: `Creating` \| `Failed` \| `Ready` \| `Deleting`
3397
3397
  # \| `Deleted`
3398
3398
  #
3399
- # * `PlatformLifecycleState`\: `recommended`
3399
+ # * `PlatformLifecycleState`: `recommended`
3400
3400
  #
3401
- # * `SupportedTier`\: `WebServer/Standard` \| `Worker/SQS/HTTP`
3401
+ # * `SupportedTier`: `WebServer/Standard` \| `Worker/SQS/HTTP`
3402
3402
  #
3403
- # * `SupportedAddon`\: `Log/S3` \| `Monitoring/Healthd` \|
3403
+ # * `SupportedAddon`: `Log/S3` \| `Monitoring/Healthd` \|
3404
3404
  # `WorkerDaemon/SQSD`
3405
3405
  # @return [Array<String>]
3406
3406
  #
@@ -4170,12 +4170,12 @@ module Aws::ElasticBeanstalk
4170
4170
  # Indicates whether the associated AWS resources should shut down when
4171
4171
  # the environment is terminated:
4172
4172
  #
4173
- # * `true`\: The specified environment as well as the associated AWS
4173
+ # * `true`: The specified environment as well as the associated AWS
4174
4174
  # resources, such as Auto Scaling group and LoadBalancer, are
4175
4175
  # terminated.
4176
4176
  #
4177
- # * `false`\: AWS Elastic Beanstalk resource management is removed
4178
- # from the environment, but the AWS resources continue to operate.
4177
+ # * `false`: AWS Elastic Beanstalk resource management is removed from
4178
+ # the environment, but the AWS resources continue to operate.
4179
4179
  #
4180
4180
  # For more information, see the [ AWS Elastic Beanstalk User Guide.
4181
4181
  # ][1]
@@ -4565,10 +4565,10 @@ module Aws::ElasticBeanstalk
4565
4565
  # @!attribute [rw] severity
4566
4566
  # An indication of the severity of this message:
4567
4567
  #
4568
- # * `error`\: This message indicates that this is not a valid setting
4568
+ # * `error`: This message indicates that this is not a valid setting
4569
4569
  # for an option.
4570
4570
  #
4571
- # * `warning`\: This message is providing information you should take
4571
+ # * `warning`: This message is providing information you should take
4572
4572
  # into account.
4573
4573
  # @return [String]
4574
4574
  #
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-elasticbeanstalk/customizations'
53
53
  # @!group service
54
54
  module Aws::ElasticBeanstalk
55
55
 
56
- GEM_VERSION = '1.54.0'
56
+ GEM_VERSION = '1.55.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticbeanstalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-27 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement