aws-sdk-ecs 1.118.0 → 1.119.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: 6d51f932c0ca092778235d7913b205e68085c38e16916c14fd36d88c33ff0e67
4
+ data.tar.gz: 2d98839ec831ff8d645b5c73acccba8471bd9ca2f7ddc3a6bc069063a24d0ec7
5
5
  SHA512:
6
- metadata.gz: c9c51d94299aa0163551e021e1eca6610a602889b1bd209d4b9d32a4f3498aea01e9d618e31cd45609e0a9dadacd4deeb76cd70ff7a2ba255a168a9726965ef2
7
- data.tar.gz: 389b6393d2fff0bba2c95389c095a8d66591623096fd82548b41413662fa266ec4c0b9870e796c9b2295e4b4ba36fbd2c078df387017d01824f0a540fc44bbf7
6
+ metadata.gz: 947aa8c44aff67b696dcf19e464f421f12cfe3839b4e3e65efbc119a360ed5cc57e803cb9c9b7294dab73a7da98c6737c1644f148d069dd41c4e0ef5067b7832
7
+ data.tar.gz: 9d8bbb734c54e354781e8ba19be00c22a43bc91470838cf5a0b3dbf55959e9eb01a6ce496f89b306fd36f70b6aed571ebcbc73c7d03e63b34a5a028f707c8a76
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.119.0 (2023-05-18)
5
+ ------------------
6
+
7
+ * Feature - Documentation only release to address various tickets.
8
+
4
9
  1.118.0 (2023-05-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.118.0
1
+ 1.119.0
@@ -946,7 +946,7 @@ module Aws::ECS
946
946
  #
947
947
  # @option params [Integer] :desired_count
948
948
  # The number of instantiations of the specified task definition to place
949
- # and keep running on your cluster.
949
+ # and keep running in your service.
950
950
  #
951
951
  # This is required if `schedulingStrategy` is `REPLICA` or isn't
952
952
  # specified. If `schedulingStrategy` is `DAEMON` then this isn't
@@ -9704,7 +9704,7 @@ module Aws::ECS
9704
9704
  params: params,
9705
9705
  config: config)
9706
9706
  context[:gem_name] = 'aws-sdk-ecs'
9707
- context[:gem_version] = '1.118.0'
9707
+ context[:gem_version] = '1.119.0'
9708
9708
  Seahorse::Client::Request.new(handlers, context)
9709
9709
  end
9710
9710
 
@@ -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.119.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.119.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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core