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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 164fffe0a60ed194a7bc171672d52e920529e50b
4
- data.tar.gz: 88aba6f6b35f154b950dd118c30b1d68b4329831
3
+ metadata.gz: 876634c74086e3906aa4c4745fc31a99bf3fa9a0
4
+ data.tar.gz: b012718bd9676809024af6609d6eb85313f7c624
5
5
  SHA512:
6
- metadata.gz: 656270298f89bfdcf110ae8c3688edc5a67be35babfc4b082434ce2f764aaec523263d9b97b998a9111873bb0cbf53f49b27c11cf6272ffba041dfa8e43427b7
7
- data.tar.gz: 5ef7767ffd31b5776e62a4b7d7831a18174f7a7e12d304013c6b708fcfe77371265cad8a2951cab3baf67cd92baacc047c6604d54622da284e141a5c3ff230a3
6
+ metadata.gz: 19f7bdf92d36a784b549beea0f5509278c663c27a662f80897aa2b3dedafb36617a356233b95c78096120cb3c760dedbf83a5ddd22b91c8339b4b643629dab32
7
+ data.tar.gz: 1fa593b17efb590b738adf86fd27bce3eb69645d1d71b6974eb761537a04502ef5c27975ea68a33cdb15cdb7b8cb5f5b79f6157ef39e87c014c860e1646d94cc
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-ecs/customizations'
43
43
  # @service
44
44
  module Aws::ECS
45
45
 
46
- GEM_VERSION = '1.50.0'
46
+ GEM_VERSION = '1.51.0'
47
47
 
48
48
  end
@@ -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 IPC resources with the host
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.50.0'
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"))
@@ -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`, `syslog`,
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 IPC resources with the
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 IPC resources with the
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.50.0
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-19 00:00:00.000000000 Z
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