aws-sdk-ecs 1.118.0 → 1.120.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: 800f6bdffb7243ba2c5adc64c8b0da72ab60ff66749b0262ca6f8a2f4fc26366
4
- data.tar.gz: 18cbb49e6faa571451822572f3f05d0bd109e58ff8e76fc749eaaf9932e3c96e
3
+ metadata.gz: a1af72e2ff9f69a3028c9b32da765a3588ce292b719893768cb9b7190d79fb92
4
+ data.tar.gz: f7e676219bc5adc3e9689d106b79dfcf803abadcb26c1732e4aa4567c83d38d7
5
5
  SHA512:
6
- metadata.gz: c9c51d94299aa0163551e021e1eca6610a602889b1bd209d4b9d32a4f3498aea01e9d618e31cd45609e0a9dadacd4deeb76cd70ff7a2ba255a168a9726965ef2
7
- data.tar.gz: 389b6393d2fff0bba2c95389c095a8d66591623096fd82548b41413662fa266ec4c0b9870e796c9b2295e4b4ba36fbd2c078df387017d01824f0a540fc44bbf7
6
+ metadata.gz: 3bf835f5eba54dbfd66b896265b609eccb7ef88db00720f4ad25bcc88fe5d6d1a04be63e09dfe16c972f19bab4e46e5ffe66db742013ed4912be428a454c89f6
7
+ data.tar.gz: f3d00314a46afdbbe8b8f1ab0856468e262bcac073ffaedaa8212139da8a14865ab2e68743a5cd3b55b8d83d723241ca0b18ceda913bf6ed20999ab864cac95e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.120.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.119.0 (2023-05-18)
10
+ ------------------
11
+
12
+ * Feature - Documentation only release to address various tickets.
13
+
4
14
  1.118.0 (2023-05-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.118.0
1
+ 1.120.0
@@ -275,6 +275,11 @@ module Aws::ECS
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
@@ -946,7 +951,7 @@ module Aws::ECS
946
951
  #
947
952
  # @option params [Integer] :desired_count
948
953
  # The number of instantiations of the specified task definition to place
949
- # and keep running on your cluster.
954
+ # and keep running in your service.
950
955
  #
951
956
  # This is required if `schedulingStrategy` is `REPLICA` or isn't
952
957
  # specified. If `schedulingStrategy` is `DAEMON` then this isn't
@@ -9704,7 +9709,7 @@ module Aws::ECS
9704
9709
  params: params,
9705
9710
  config: config)
9706
9711
  context[:gem_name] = 'aws-sdk-ecs'
9707
- context[:gem_version] = '1.118.0'
9712
+ context[:gem_version] = '1.120.0'
9708
9713
  Seahorse::Client::Request.new(handlers, context)
9709
9714
  end
9710
9715
 
@@ -837,11 +837,6 @@ module Aws::ECS
837
837
  #
838
838
  # @!attribute [rw] image_digest
839
839
  # The container image manifest digest.
840
- #
841
- # <note markdown="1"> The `imageDigest` is only returned if the container is using an
842
- # image hosted in Amazon ECR, otherwise it is omitted.
843
- #
844
- # </note>
845
840
  # @return [String]
846
841
  #
847
842
  # @!attribute [rw] runtime_id
@@ -2601,7 +2596,7 @@ module Aws::ECS
2601
2596
  #
2602
2597
  # @!attribute [rw] desired_count
2603
2598
  # The number of instantiations of the specified task definition to
2604
- # place and keep running on your cluster.
2599
+ # place and keep running in your service.
2605
2600
  #
2606
2601
  # This is required if `schedulingStrategy` is `REPLICA` or isn't
2607
2602
  # specified. If `schedulingStrategy` is `DAEMON` then this isn't
data/lib/aws-sdk-ecs.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ecs/customizations'
53
53
  # @!group service
54
54
  module Aws::ECS
55
55
 
56
- GEM_VERSION = '1.118.0'
56
+ GEM_VERSION = '1.120.0'
57
57
 
58
58
  end
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.118.0
4
+ version: 1.120.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-05-04 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