aws-sdk-ecs 1.50.0 → 1.51.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/lib/aws-sdk-ecs.rb +1 -1
- data/lib/aws-sdk-ecs/client.rb +2 -14
- data/lib/aws-sdk-ecs/client_api.rb +0 -1
- data/lib/aws-sdk-ecs/types.rb +14 -13
- 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: 876634c74086e3906aa4c4745fc31a99bf3fa9a0
|
4
|
+
data.tar.gz: b012718bd9676809024af6609d6eb85313f7c624
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19f7bdf92d36a784b549beea0f5509278c663c27a662f80897aa2b3dedafb36617a356233b95c78096120cb3c760dedbf83a5ddd22b91c8339b4b643629dab32
|
7
|
+
data.tar.gz: 1fa593b17efb590b738adf86fd27bce3eb69645d1d71b6974eb761537a04502ef5c27975ea68a33cdb15cdb7b8cb5f5b79f6157ef39e87c014c860e1646d94cc
|
data/lib/aws-sdk-ecs.rb
CHANGED
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -2954,9 +2954,6 @@ module Aws::ECS
|
|
2954
2954
|
# resp.tasks[0].containers[0].memory_reservation #=> String
|
2955
2955
|
# resp.tasks[0].containers[0].gpu_ids #=> Array
|
2956
2956
|
# resp.tasks[0].containers[0].gpu_ids[0] #=> String
|
2957
|
-
# resp.tasks[0].containers[0].firelens_configuration.type #=> String, one of "fluentd", "fluentbit"
|
2958
|
-
# resp.tasks[0].containers[0].firelens_configuration.options #=> Hash
|
2959
|
-
# resp.tasks[0].containers[0].firelens_configuration.options["String"] #=> String
|
2960
2957
|
# resp.tasks[0].started_by #=> String
|
2961
2958
|
# resp.tasks[0].version #=> Integer
|
2962
2959
|
# resp.tasks[0].stopped_reason #=> String
|
@@ -4594,7 +4591,7 @@ module Aws::ECS
|
|
4594
4591
|
# The process namespace to use for the containers in the task. The valid
|
4595
4592
|
# values are `host` or `task`. If `host` is specified, then all
|
4596
4593
|
# containers within the tasks that specified the `host` PID mode on the
|
4597
|
-
# same container instance share the same
|
4594
|
+
# same container instance share the same process namespace with the host
|
4598
4595
|
# Amazon EC2 instance. If `task` is specified, all containers within the
|
4599
4596
|
# specified task share the same process namespace. If no value is
|
4600
4597
|
# specified, the default is a private namespace. For more information,
|
@@ -5434,9 +5431,6 @@ module Aws::ECS
|
|
5434
5431
|
# resp.tasks[0].containers[0].memory_reservation #=> String
|
5435
5432
|
# resp.tasks[0].containers[0].gpu_ids #=> Array
|
5436
5433
|
# resp.tasks[0].containers[0].gpu_ids[0] #=> String
|
5437
|
-
# resp.tasks[0].containers[0].firelens_configuration.type #=> String, one of "fluentd", "fluentbit"
|
5438
|
-
# resp.tasks[0].containers[0].firelens_configuration.options #=> Hash
|
5439
|
-
# resp.tasks[0].containers[0].firelens_configuration.options["String"] #=> String
|
5440
5434
|
# resp.tasks[0].started_by #=> String
|
5441
5435
|
# resp.tasks[0].version #=> Integer
|
5442
5436
|
# resp.tasks[0].stopped_reason #=> String
|
@@ -5702,9 +5696,6 @@ module Aws::ECS
|
|
5702
5696
|
# resp.tasks[0].containers[0].memory_reservation #=> String
|
5703
5697
|
# resp.tasks[0].containers[0].gpu_ids #=> Array
|
5704
5698
|
# resp.tasks[0].containers[0].gpu_ids[0] #=> String
|
5705
|
-
# resp.tasks[0].containers[0].firelens_configuration.type #=> String, one of "fluentd", "fluentbit"
|
5706
|
-
# resp.tasks[0].containers[0].firelens_configuration.options #=> Hash
|
5707
|
-
# resp.tasks[0].containers[0].firelens_configuration.options["String"] #=> String
|
5708
5699
|
# resp.tasks[0].started_by #=> String
|
5709
5700
|
# resp.tasks[0].version #=> Integer
|
5710
5701
|
# resp.tasks[0].stopped_reason #=> String
|
@@ -5849,9 +5840,6 @@ module Aws::ECS
|
|
5849
5840
|
# resp.task.containers[0].memory_reservation #=> String
|
5850
5841
|
# resp.task.containers[0].gpu_ids #=> Array
|
5851
5842
|
# resp.task.containers[0].gpu_ids[0] #=> String
|
5852
|
-
# resp.task.containers[0].firelens_configuration.type #=> String, one of "fluentd", "fluentbit"
|
5853
|
-
# resp.task.containers[0].firelens_configuration.options #=> Hash
|
5854
|
-
# resp.task.containers[0].firelens_configuration.options["String"] #=> String
|
5855
5843
|
# resp.task.started_by #=> String
|
5856
5844
|
# resp.task.version #=> Integer
|
5857
5845
|
# resp.task.stopped_reason #=> String
|
@@ -7041,7 +7029,7 @@ module Aws::ECS
|
|
7041
7029
|
params: params,
|
7042
7030
|
config: config)
|
7043
7031
|
context[:gem_name] = 'aws-sdk-ecs'
|
7044
|
-
context[:gem_version] = '1.
|
7032
|
+
context[:gem_version] = '1.51.0'
|
7045
7033
|
Seahorse::Client::Request.new(handlers, context)
|
7046
7034
|
end
|
7047
7035
|
|
@@ -365,7 +365,6 @@ module Aws::ECS
|
|
365
365
|
Container.add_member(:memory, Shapes::ShapeRef.new(shape: String, location_name: "memory"))
|
366
366
|
Container.add_member(:memory_reservation, Shapes::ShapeRef.new(shape: String, location_name: "memoryReservation"))
|
367
367
|
Container.add_member(:gpu_ids, Shapes::ShapeRef.new(shape: GpuIds, location_name: "gpuIds"))
|
368
|
-
Container.add_member(:firelens_configuration, Shapes::ShapeRef.new(shape: FirelensConfiguration, location_name: "firelensConfiguration"))
|
369
368
|
Container.struct_class = Types::Container
|
370
369
|
|
371
370
|
ContainerDefinition.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -404,10 +404,6 @@ module Aws::ECS
|
|
404
404
|
# The IDs of each GPU assigned to the container.
|
405
405
|
# @return [Array<String>]
|
406
406
|
#
|
407
|
-
# @!attribute [rw] firelens_configuration
|
408
|
-
# The FireLens configuration for the container.
|
409
|
-
# @return [Types::FirelensConfiguration]
|
410
|
-
#
|
411
407
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/Container AWS API Documentation
|
412
408
|
#
|
413
409
|
class Container < Struct.new(
|
@@ -426,8 +422,7 @@ module Aws::ECS
|
|
426
422
|
:cpu,
|
427
423
|
:memory,
|
428
424
|
:memory_reservation,
|
429
|
-
:gpu_ids
|
430
|
-
:firelens_configuration)
|
425
|
+
:gpu_ids)
|
431
426
|
include Aws::Structure
|
432
427
|
end
|
433
428
|
|
@@ -4945,8 +4940,8 @@ module Aws::ECS
|
|
4945
4940
|
# are `awslogs`, `splunk`, and `awsfirelens`.
|
4946
4941
|
#
|
4947
4942
|
# For tasks using the EC2 launch type, the supported log drivers are
|
4948
|
-
# `awslogs`, `fluentd`, `gelf`, `json-file`, `journald`, `
|
4949
|
-
# `splunk`, and `awsfirelens`.
|
4943
|
+
# `awslogs`, `fluentd`, `gelf`, `json-file`, `journald`, `logentries`,
|
4944
|
+
# `syslog`, `splunk`, and `awsfirelens`.
|
4950
4945
|
#
|
4951
4946
|
# For more information about using the `awslogs` log driver, see
|
4952
4947
|
# [Using the awslogs Log Driver][1] in the *Amazon Elastic Container
|
@@ -4989,7 +4984,13 @@ module Aws::ECS
|
|
4989
4984
|
# @return [Hash<String,String>]
|
4990
4985
|
#
|
4991
4986
|
# @!attribute [rw] secret_options
|
4992
|
-
# The secrets to pass to the log configuration.
|
4987
|
+
# The secrets to pass to the log configuration. For more information,
|
4988
|
+
# see [Specifying Sensitive Data][1] in the *Amazon Elastic Container
|
4989
|
+
# Service Developer Guide*.
|
4990
|
+
#
|
4991
|
+
#
|
4992
|
+
#
|
4993
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html
|
4993
4994
|
# @return [Array<Types::Secret>]
|
4994
4995
|
#
|
4995
4996
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/LogConfiguration AWS API Documentation
|
@@ -6136,8 +6137,8 @@ module Aws::ECS
|
|
6136
6137
|
# The process namespace to use for the containers in the task. The
|
6137
6138
|
# valid values are `host` or `task`. If `host` is specified, then all
|
6138
6139
|
# containers within the tasks that specified the `host` PID mode on
|
6139
|
-
# the same container instance share the same
|
6140
|
-
# host Amazon EC2 instance. If `task` is specified, all containers
|
6140
|
+
# the same container instance share the same process namespace with
|
6141
|
+
# the host Amazon EC2 instance. If `task` is specified, all containers
|
6141
6142
|
# within the specified task share the same process namespace. If no
|
6142
6143
|
# value is specified, the default is a private namespace. For more
|
6143
6144
|
# information, see [PID settings][1] in the *Docker run reference*.
|
@@ -8249,8 +8250,8 @@ module Aws::ECS
|
|
8249
8250
|
# The process namespace to use for the containers in the task. The
|
8250
8251
|
# valid values are `host` or `task`. If `host` is specified, then all
|
8251
8252
|
# containers within the tasks that specified the `host` PID mode on
|
8252
|
-
# the same container instance share the same
|
8253
|
-
# host Amazon EC2 instance. If `task` is specified, all containers
|
8253
|
+
# the same container instance share the same process namespace with
|
8254
|
+
# the host Amazon EC2 instance. If `task` is specified, all containers
|
8254
8255
|
# within the specified task share the same process namespace. If no
|
8255
8256
|
# value is specified, the default is a private namespace. For more
|
8256
8257
|
# information, see [PID settings][1] in the *Docker run reference*.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ecs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.51.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: 2019-09-
|
11
|
+
date: 2019-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|