aws-sdk-elasticbeanstalk 1.102.0 → 1.103.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticbeanstalk/client.rb +1 -1
- data/lib/aws-sdk-elasticbeanstalk.rb +1 -1
- data/sig/client.rbs +20 -48
- data/sig/params.rbs +31 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c0ccb4da3216a0829389d67c57e144221879bad700bf87e2c2bd7450bb8a87e
|
|
4
|
+
data.tar.gz: 287cfa76fa2fc3d645a513e6a9ddaa10f744a14c8f0f0a2f34ae0675ac6a52ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23a185e0cac9beab8fc944409d2e3dcfd0505654e5e8478d8dc353d52fabcd90cd06e8370d9429b0cb9fe33a0bf1a5b8ab31f78b592f99a079ca832a9faa7e4b
|
|
7
|
+
data.tar.gz: 0c3f2a208356f8426a8f3ea3348c33c00670e367f7b7b54502bf72c6102109c2c61c67880f0f57322b81ec37ae4ca8eabfb1d1ec1ed3316a6d69c15bba09c661
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.103.0
|
|
@@ -4657,7 +4657,7 @@ module Aws::ElasticBeanstalk
|
|
|
4657
4657
|
tracer: tracer
|
|
4658
4658
|
)
|
|
4659
4659
|
context[:gem_name] = 'aws-sdk-elasticbeanstalk'
|
|
4660
|
-
context[:gem_version] = '1.
|
|
4660
|
+
context[:gem_version] = '1.103.0'
|
|
4661
4661
|
Seahorse::Client::Request.new(handlers, context)
|
|
4662
4662
|
end
|
|
4663
4663
|
|
data/sig/client.rbs
CHANGED
|
@@ -139,26 +139,12 @@ module Aws
|
|
|
139
139
|
def create_application: (
|
|
140
140
|
application_name: ::String,
|
|
141
141
|
?description: ::String,
|
|
142
|
-
?resource_lifecycle_config:
|
|
143
|
-
service_role: ::String?,
|
|
144
|
-
version_lifecycle_config: {
|
|
145
|
-
max_count_rule: {
|
|
146
|
-
enabled: bool,
|
|
147
|
-
max_count: ::Integer?,
|
|
148
|
-
delete_source_from_s3: bool?
|
|
149
|
-
}?,
|
|
150
|
-
max_age_rule: {
|
|
151
|
-
enabled: bool,
|
|
152
|
-
max_age_in_days: ::Integer?,
|
|
153
|
-
delete_source_from_s3: bool?
|
|
154
|
-
}?
|
|
155
|
-
}?
|
|
156
|
-
},
|
|
142
|
+
?resource_lifecycle_config: Params::application_resource_lifecycle_config,
|
|
157
143
|
?tags: Array[
|
|
158
144
|
{
|
|
159
145
|
key: ::String?,
|
|
160
146
|
value: ::String?
|
|
161
|
-
}
|
|
147
|
+
}
|
|
162
148
|
]
|
|
163
149
|
) -> _CreateApplicationResponseSuccess
|
|
164
150
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
|
|
@@ -194,7 +180,7 @@ module Aws
|
|
|
194
180
|
{
|
|
195
181
|
key: ::String?,
|
|
196
182
|
value: ::String?
|
|
197
|
-
}
|
|
183
|
+
}
|
|
198
184
|
]
|
|
199
185
|
) -> _CreateApplicationVersionResponseSuccess
|
|
200
186
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationVersionResponseSuccess
|
|
@@ -230,13 +216,13 @@ module Aws
|
|
|
230
216
|
namespace: ::String?,
|
|
231
217
|
option_name: ::String?,
|
|
232
218
|
value: ::String?
|
|
233
|
-
}
|
|
219
|
+
}
|
|
234
220
|
],
|
|
235
221
|
?tags: Array[
|
|
236
222
|
{
|
|
237
223
|
key: ::String?,
|
|
238
224
|
value: ::String?
|
|
239
|
-
}
|
|
225
|
+
}
|
|
240
226
|
]
|
|
241
227
|
) -> _CreateConfigurationTemplateResponseSuccess
|
|
242
228
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConfigurationTemplateResponseSuccess
|
|
@@ -281,7 +267,7 @@ module Aws
|
|
|
281
267
|
{
|
|
282
268
|
key: ::String?,
|
|
283
269
|
value: ::String?
|
|
284
|
-
}
|
|
270
|
+
}
|
|
285
271
|
],
|
|
286
272
|
?version_label: ::String,
|
|
287
273
|
?template_name: ::String,
|
|
@@ -293,14 +279,14 @@ module Aws
|
|
|
293
279
|
namespace: ::String?,
|
|
294
280
|
option_name: ::String?,
|
|
295
281
|
value: ::String?
|
|
296
|
-
}
|
|
282
|
+
}
|
|
297
283
|
],
|
|
298
284
|
?options_to_remove: Array[
|
|
299
285
|
{
|
|
300
286
|
resource_name: ::String?,
|
|
301
287
|
namespace: ::String?,
|
|
302
288
|
option_name: ::String?
|
|
303
|
-
}
|
|
289
|
+
}
|
|
304
290
|
],
|
|
305
291
|
?operations_role: ::String
|
|
306
292
|
) -> _CreateEnvironmentResponseSuccess
|
|
@@ -326,13 +312,13 @@ module Aws
|
|
|
326
312
|
namespace: ::String?,
|
|
327
313
|
option_name: ::String?,
|
|
328
314
|
value: ::String?
|
|
329
|
-
}
|
|
315
|
+
}
|
|
330
316
|
],
|
|
331
317
|
?tags: Array[
|
|
332
318
|
{
|
|
333
319
|
key: ::String?,
|
|
334
320
|
value: ::String?
|
|
335
|
-
}
|
|
321
|
+
}
|
|
336
322
|
]
|
|
337
323
|
) -> _CreatePlatformVersionResponseSuccess
|
|
338
324
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePlatformVersionResponseSuccess
|
|
@@ -434,7 +420,7 @@ module Aws
|
|
|
434
420
|
resource_name: ::String?,
|
|
435
421
|
namespace: ::String?,
|
|
436
422
|
option_name: ::String?
|
|
437
|
-
}
|
|
423
|
+
}
|
|
438
424
|
]
|
|
439
425
|
) -> _DescribeConfigurationOptionsResponseSuccess
|
|
440
426
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeConfigurationOptionsResponseSuccess
|
|
@@ -599,7 +585,7 @@ module Aws
|
|
|
599
585
|
attribute: ::String?,
|
|
600
586
|
operator: ::String?,
|
|
601
587
|
values: Array[::String]?
|
|
602
|
-
}
|
|
588
|
+
}
|
|
603
589
|
],
|
|
604
590
|
?max_records: ::Integer,
|
|
605
591
|
?next_token: ::String
|
|
@@ -618,7 +604,7 @@ module Aws
|
|
|
618
604
|
type: ::String?,
|
|
619
605
|
operator: ::String?,
|
|
620
606
|
values: Array[::String]?
|
|
621
|
-
}
|
|
607
|
+
}
|
|
622
608
|
],
|
|
623
609
|
?max_records: ::Integer,
|
|
624
610
|
?next_token: ::String
|
|
@@ -731,21 +717,7 @@ module Aws
|
|
|
731
717
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticBeanstalk/Client.html#update_application_resource_lifecycle-instance_method
|
|
732
718
|
def update_application_resource_lifecycle: (
|
|
733
719
|
application_name: ::String,
|
|
734
|
-
resource_lifecycle_config:
|
|
735
|
-
service_role: ::String?,
|
|
736
|
-
version_lifecycle_config: {
|
|
737
|
-
max_count_rule: {
|
|
738
|
-
enabled: bool,
|
|
739
|
-
max_count: ::Integer?,
|
|
740
|
-
delete_source_from_s3: bool?
|
|
741
|
-
}?,
|
|
742
|
-
max_age_rule: {
|
|
743
|
-
enabled: bool,
|
|
744
|
-
max_age_in_days: ::Integer?,
|
|
745
|
-
delete_source_from_s3: bool?
|
|
746
|
-
}?
|
|
747
|
-
}?
|
|
748
|
-
}
|
|
720
|
+
resource_lifecycle_config: Params::application_resource_lifecycle_config
|
|
749
721
|
) -> _UpdateApplicationResourceLifecycleResponseSuccess
|
|
750
722
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationResourceLifecycleResponseSuccess
|
|
751
723
|
|
|
@@ -785,14 +757,14 @@ module Aws
|
|
|
785
757
|
namespace: ::String?,
|
|
786
758
|
option_name: ::String?,
|
|
787
759
|
value: ::String?
|
|
788
|
-
}
|
|
760
|
+
}
|
|
789
761
|
],
|
|
790
762
|
?options_to_remove: Array[
|
|
791
763
|
{
|
|
792
764
|
resource_name: ::String?,
|
|
793
765
|
namespace: ::String?,
|
|
794
766
|
option_name: ::String?
|
|
795
|
-
}
|
|
767
|
+
}
|
|
796
768
|
]
|
|
797
769
|
) -> _UpdateConfigurationTemplateResponseSuccess
|
|
798
770
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConfigurationTemplateResponseSuccess
|
|
@@ -843,14 +815,14 @@ module Aws
|
|
|
843
815
|
namespace: ::String?,
|
|
844
816
|
option_name: ::String?,
|
|
845
817
|
value: ::String?
|
|
846
|
-
}
|
|
818
|
+
}
|
|
847
819
|
],
|
|
848
820
|
?options_to_remove: Array[
|
|
849
821
|
{
|
|
850
822
|
resource_name: ::String?,
|
|
851
823
|
namespace: ::String?,
|
|
852
824
|
option_name: ::String?
|
|
853
|
-
}
|
|
825
|
+
}
|
|
854
826
|
]
|
|
855
827
|
) -> _UpdateEnvironmentResponseSuccess
|
|
856
828
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentResponseSuccess
|
|
@@ -862,7 +834,7 @@ module Aws
|
|
|
862
834
|
{
|
|
863
835
|
key: ::String?,
|
|
864
836
|
value: ::String?
|
|
865
|
-
}
|
|
837
|
+
}
|
|
866
838
|
],
|
|
867
839
|
?tags_to_remove: Array[::String]
|
|
868
840
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -883,7 +855,7 @@ module Aws
|
|
|
883
855
|
namespace: ::String?,
|
|
884
856
|
option_name: ::String?,
|
|
885
857
|
value: ::String?
|
|
886
|
-
}
|
|
858
|
+
}
|
|
887
859
|
]
|
|
888
860
|
) -> _ValidateConfigurationSettingsResponseSuccess
|
|
889
861
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ValidateConfigurationSettingsResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module ElasticBeanstalk
|
|
10
|
+
module Params
|
|
11
|
+
type application_version_lifecycle_config = {
|
|
12
|
+
max_count_rule: {
|
|
13
|
+
enabled: bool,
|
|
14
|
+
max_count: ::Integer?,
|
|
15
|
+
delete_source_from_s3: bool?
|
|
16
|
+
}?,
|
|
17
|
+
max_age_rule: {
|
|
18
|
+
enabled: bool,
|
|
19
|
+
max_age_in_days: ::Integer?,
|
|
20
|
+
delete_source_from_s3: bool?
|
|
21
|
+
}?
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
type application_resource_lifecycle_config = {
|
|
25
|
+
service_role: ::String?,
|
|
26
|
+
version_lifecycle_config: Params::application_version_lifecycle_config?
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-elasticbeanstalk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.103.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-elasticbeanstalk/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|