aws-sdk-ecs 1.26.0 → 1.27.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
  SHA1:
3
- metadata.gz: d4831d2d97d19e7e4c4a9c1279f057f6fdf405c5
4
- data.tar.gz: 9f1adb0c179cb5c351f791f89a58cebbb5f79682
3
+ metadata.gz: 3160cd99c2fd8f80cb5787c8f7918ddb89d71676
4
+ data.tar.gz: 68ed41550cf15ac539af489d642f0443ea518934
5
5
  SHA512:
6
- metadata.gz: c237d99d361047a091c5c80d06de8cd17a6a580e4ed6bec6dd0fb01be9847be4fc6bd909ae71ceaa866dbc1c0907f645146705175850383d3c6cc0d9cc3ce7a3
7
- data.tar.gz: a74dff04557edb8201638b3c8eb012a3b4330ab717fc51c41f0b6e5972377e2e95f83f00d1696d93bfe536274a6dcb4896592aa3b7a5623e5f01de2cddd16ebe
6
+ metadata.gz: bc467297ecf55d29f085e0a8e3d8388ab7ed92ffee8a16a4c543e31692f6c5fef58aa4242f209c46c9de7e10449c431c4681fb7f62ca37e92b233eb7ba6457ee
7
+ data.tar.gz: b9ab1b3f9b4005ba1e991531fbbf5288cda9626cda280a77e566ca60f4e7cd5a47320aef6064f5bfd784950ad5b1d207e642bd001e6311c3379c2c100c82a2f6
data/lib/aws-sdk-ecs.rb CHANGED
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-ecs/customizations'
43
43
  # @service
44
44
  module Aws::ECS
45
45
 
46
- GEM_VERSION = '1.26.0'
46
+ GEM_VERSION = '1.27.0'
47
47
 
48
48
  end
@@ -3284,7 +3284,7 @@ module Aws::ECS
3284
3284
  #
3285
3285
  # @option params [required, String] :value
3286
3286
  # The account setting value for the specified principal ARN. Accepted
3287
- # values are `ENABLED` and `DISABLED`.
3287
+ # values are `enabled` and `disabled`.
3288
3288
  #
3289
3289
  # @option params [String] :principal_arn
3290
3290
  # The ARN of the principal, which can be an IAM user, IAM role, or the
@@ -5621,7 +5621,7 @@ module Aws::ECS
5621
5621
  params: params,
5622
5622
  config: config)
5623
5623
  context[:gem_name] = 'aws-sdk-ecs'
5624
- context[:gem_version] = '1.26.0'
5624
+ context[:gem_version] = '1.27.0'
5625
5625
  Seahorse::Client::Request.new(handlers, context)
5626
5626
  end
5627
5627
 
@@ -4370,7 +4370,7 @@ module Aws::ECS
4370
4370
  #
4371
4371
  # @!attribute [rw] value
4372
4372
  # The account setting value for the specified principal ARN. Accepted
4373
- # values are `ENABLED` and `DISABLED`.
4373
+ # values are `enabled` and `disabled`.
4374
4374
  # @return [String]
4375
4375
  #
4376
4376
  # @!attribute [rw] principal_arn
@@ -5678,9 +5678,9 @@ module Aws::ECS
5678
5678
  # @return [String]
5679
5679
  #
5680
5680
  # @!attribute [rw] value
5681
- # The current account setting for the resource name. If `ENABLED`,
5681
+ # The current account setting for the resource name. If `enabled`,
5682
5682
  # then the resource will receive the new Amazon Resource Name (ARN)
5683
- # and resource identifier (ID) format. If `DISABLED`, then the
5683
+ # and resource identifier (ID) format. If `disabled`, then the
5684
5684
  # resource will receive the old Amazon Resource Name (ARN) and
5685
5685
  # resource identifier (ID) format.
5686
5686
  # @return [String]
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.26.0
4
+ version: 1.27.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: 2018-11-28 00:00:00.000000000 Z
11
+ date: 2018-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core