aws-sdk-ecs 1.72.0 → 1.73.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c76b86dd5a8de56d22b04dc78e36c493b0d6da99e70f1f9164ab6c0ab121f71
4
- data.tar.gz: d6ed2538d1c7db997ff9aa4a2507377f245f03f68a47aebcc0b37c36f1a51679
3
+ metadata.gz: 2ce4b9d63f0a3ac35e9f450b75484c1e1f62fd928c2c5f7340d93ad250b0d0da
4
+ data.tar.gz: 18db2fbf028023275c5df462c931e75a749d8acdce2a2d319d065eb5f5b34f8d
5
5
  SHA512:
6
- metadata.gz: 3829f88cfba80e49027022a5d76124a87b63b6666859befda49489fa1ca3ca4c313a7df0ce6d10b9a72552c2b012db6e3d5a6b0accd137676a3c7df27f5665dc
7
- data.tar.gz: 6a5d5ff6cdc2c4e15a4aea4cce5efaedfa7a44eaf596eff983b3244ddd6e2ae63838dbccdc98725bf9204969d6270ff3c89c85773d9c16c87033501b2e631f26
6
+ metadata.gz: 3f9203fdb773ad226029efb9dabead360d5d1051349b1c15b1029fafadf93b79548ef705eebdb25b2a9f482f195e0714ec281f14e6ab6c40986e5e5fc4719859
7
+ data.tar.gz: 52c1e07507a78a3d39648c2ba757614a7051c52557b578947fd9205f6e128aa5ae6f136654b05ac0f666c7f2bf98e07cbf59543ad5ceb1d60a10b1cb2d53c789
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ecs/customizations'
49
49
  # @!group service
50
50
  module Aws::ECS
51
51
 
52
- GEM_VERSION = '1.72.0'
52
+ GEM_VERSION = '1.73.0'
53
53
 
54
54
  end
@@ -2525,6 +2525,9 @@ module Aws::ECS
2525
2525
  # resp.task_definition.proxy_configuration.properties #=> Array
2526
2526
  # resp.task_definition.proxy_configuration.properties[0].name #=> String
2527
2527
  # resp.task_definition.proxy_configuration.properties[0].value #=> String
2528
+ # resp.task_definition.registered_at #=> Time
2529
+ # resp.task_definition.deregistered_at #=> Time
2530
+ # resp.task_definition.registered_by #=> String
2528
2531
  #
2529
2532
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DeregisterTaskDefinition AWS API Documentation
2530
2533
  #
@@ -3403,6 +3406,9 @@ module Aws::ECS
3403
3406
  # resp.task_definition.proxy_configuration.properties #=> Array
3404
3407
  # resp.task_definition.proxy_configuration.properties[0].name #=> String
3405
3408
  # resp.task_definition.proxy_configuration.properties[0].value #=> String
3409
+ # resp.task_definition.registered_at #=> Time
3410
+ # resp.task_definition.deregistered_at #=> Time
3411
+ # resp.task_definition.registered_by #=> String
3406
3412
  # resp.tags #=> Array
3407
3413
  # resp.tags[0].key #=> String
3408
3414
  # resp.tags[0].value #=> String
@@ -5976,6 +5982,9 @@ module Aws::ECS
5976
5982
  # resp.task_definition.proxy_configuration.properties #=> Array
5977
5983
  # resp.task_definition.proxy_configuration.properties[0].name #=> String
5978
5984
  # resp.task_definition.proxy_configuration.properties[0].value #=> String
5985
+ # resp.task_definition.registered_at #=> Time
5986
+ # resp.task_definition.deregistered_at #=> Time
5987
+ # resp.task_definition.registered_by #=> String
5979
5988
  # resp.tags #=> Array
5980
5989
  # resp.tags[0].key #=> String
5981
5990
  # resp.tags[0].value #=> String
@@ -7205,11 +7214,11 @@ module Aws::ECS
7205
7214
  # Modifies the parameters for a capacity provider.
7206
7215
  #
7207
7216
  # @option params [required, String] :name
7208
- # An object representing the parameters to update for the Auto Scaling
7209
- # group capacity provider.
7217
+ # The name of the capacity provider to update.
7210
7218
  #
7211
7219
  # @option params [required, Types::AutoScalingGroupProviderUpdate] :auto_scaling_group_provider
7212
- # The name of the capacity provider to update.
7220
+ # An object representing the parameters to update for the Auto Scaling
7221
+ # group capacity provider.
7213
7222
  #
7214
7223
  # @return [Types::UpdateCapacityProviderResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7215
7224
  #
@@ -8201,7 +8210,7 @@ module Aws::ECS
8201
8210
  params: params,
8202
8211
  config: config)
8203
8212
  context[:gem_name] = 'aws-sdk-ecs'
8204
- context[:gem_version] = '1.72.0'
8213
+ context[:gem_version] = '1.73.0'
8205
8214
  Seahorse::Client::Request.new(handlers, context)
8206
8215
  end
8207
8216
 
@@ -1402,6 +1402,9 @@ module Aws::ECS
1402
1402
  TaskDefinition.add_member(:pid_mode, Shapes::ShapeRef.new(shape: PidMode, location_name: "pidMode"))
1403
1403
  TaskDefinition.add_member(:ipc_mode, Shapes::ShapeRef.new(shape: IpcMode, location_name: "ipcMode"))
1404
1404
  TaskDefinition.add_member(:proxy_configuration, Shapes::ShapeRef.new(shape: ProxyConfiguration, location_name: "proxyConfiguration"))
1405
+ TaskDefinition.add_member(:registered_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "registeredAt"))
1406
+ TaskDefinition.add_member(:deregistered_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "deregisteredAt"))
1407
+ TaskDefinition.add_member(:registered_by, Shapes::ShapeRef.new(shape: String, location_name: "registeredBy"))
1405
1408
  TaskDefinition.struct_class = Types::TaskDefinition
1406
1409
 
1407
1410
  TaskDefinitionFieldList.member = Shapes::ShapeRef.new(shape: TaskDefinitionField)
@@ -1332,9 +1332,6 @@ module Aws::ECS
1332
1332
  # Variables][3] in the *Amazon Elastic Container Service Developer
1333
1333
  # Guide*.
1334
1334
  #
1335
- # This field is not valid for containers in tasks using the Fargate
1336
- # launch type.
1337
- #
1338
1335
  #
1339
1336
  #
1340
1337
  # [1]: https://docs.docker.com/engine/reference/run/#security-configuration
@@ -10193,6 +10190,18 @@ module Aws::ECS
10193
10190
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html
10194
10191
  # @return [Types::ProxyConfiguration]
10195
10192
  #
10193
+ # @!attribute [rw] registered_at
10194
+ # The Unix timestamp for when the task definition was registered.
10195
+ # @return [Time]
10196
+ #
10197
+ # @!attribute [rw] deregistered_at
10198
+ # The Unix timestamp for when the task definition was deregistered.
10199
+ # @return [Time]
10200
+ #
10201
+ # @!attribute [rw] registered_by
10202
+ # The principal that registered the task definition.
10203
+ # @return [String]
10204
+ #
10196
10205
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/TaskDefinition AWS API Documentation
10197
10206
  #
10198
10207
  class TaskDefinition < Struct.new(
@@ -10214,7 +10223,10 @@ module Aws::ECS
10214
10223
  :inference_accelerators,
10215
10224
  :pid_mode,
10216
10225
  :ipc_mode,
10217
- :proxy_configuration)
10226
+ :proxy_configuration,
10227
+ :registered_at,
10228
+ :deregistered_at,
10229
+ :registered_by)
10218
10230
  SENSITIVE = []
10219
10231
  include Aws::Structure
10220
10232
  end
@@ -10714,12 +10726,12 @@ module Aws::ECS
10714
10726
  # }
10715
10727
  #
10716
10728
  # @!attribute [rw] name
10717
- # An object representing the parameters to update for the Auto Scaling
10718
- # group capacity provider.
10729
+ # The name of the capacity provider to update.
10719
10730
  # @return [String]
10720
10731
  #
10721
10732
  # @!attribute [rw] auto_scaling_group_provider
10722
- # The name of the capacity provider to update.
10733
+ # An object representing the parameters to update for the Auto Scaling
10734
+ # group capacity provider.
10723
10735
  # @return [Types::AutoScalingGroupProviderUpdate]
10724
10736
  #
10725
10737
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/UpdateCapacityProviderRequest AWS API Documentation
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.72.0
4
+ version: 1.73.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: 2020-11-23 00:00:00.000000000 Z
11
+ date: 2021-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core