aws-sdk-chime 1.50.0 → 1.51.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: c09cdb75d4a88983a9fc6855526f9f425437bab02c7e0e0cb2347542668a1714
4
- data.tar.gz: f50ac7793940c16b68104db72f5d15714470207e404296c8bcc7f37f083bdb02
3
+ metadata.gz: 0b1d7d03df7c1a1e4b3740661a3a72306e15fa3a1527e17ef16ccf154a8cc9de
4
+ data.tar.gz: 9a717530a776973667aefad50d3c0195a3b1d7d6ccfc6b5674ba3edc004a1a1b
5
5
  SHA512:
6
- metadata.gz: 2571f36292fe9f82bd213c2b83de8b9bc080c69c56959670983e76f308823d58518513ecd6e01ced7796882e116a3921a254d16ce59d798b69c2b3241dd97b2c
7
- data.tar.gz: 2ab22bb9dd394a732dd11adfacaf43bbda210a82223521f6c601fa252cbdc9dcd86a96126757b3db16489cfbbd8c7daa3ada2a06f211d13bab02f9ee3f460286
6
+ metadata.gz: 2783acf467e216472008bae26a0466f0fc24d656309c3ddbabf0001b1318217fc402a913c9d2f64d9fa65109ddfde4e93ae696469f40a304917091482ef3cea3
7
+ data.tar.gz: f1647bf9c2ed7e5ea030fbd74e115f9dbe7188fcca602103628ce17dd23f1a470175f170d43f616b29ef3aff6aa0028744a8f91b9604122858fd3791641f328e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2021-07-16)
5
+ ------------------
6
+
7
+ * Feature - This SDK release adds Account Status as one of the attributes in Account API response
8
+
4
9
  1.50.0 (2021-07-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
data/lib/aws-sdk-chime.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-chime/customizations'
48
48
  # @!group service
49
49
  module Aws::Chime
50
50
 
51
- GEM_VERSION = '1.50.0'
51
+ GEM_VERSION = '1.51.0'
52
52
 
53
53
  end
@@ -899,6 +899,7 @@ module Aws::Chime
899
899
  # resp.account.default_license #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
900
900
  # resp.account.supported_licenses #=> Array
901
901
  # resp.account.supported_licenses[0] #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
902
+ # resp.account.account_status #=> String, one of "Suspended", "Active"
902
903
  # resp.account.signin_delegate_groups #=> Array
903
904
  # resp.account.signin_delegate_groups[0].group_name #=> String
904
905
  #
@@ -3562,6 +3563,7 @@ module Aws::Chime
3562
3563
  # resp.account.default_license #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
3563
3564
  # resp.account.supported_licenses #=> Array
3564
3565
  # resp.account.supported_licenses[0] #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
3566
+ # resp.account.account_status #=> String, one of "Suspended", "Active"
3565
3567
  # resp.account.signin_delegate_groups #=> Array
3566
3568
  # resp.account.signin_delegate_groups[0].group_name #=> String
3567
3569
  #
@@ -4768,6 +4770,7 @@ module Aws::Chime
4768
4770
  # resp.accounts[0].default_license #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
4769
4771
  # resp.accounts[0].supported_licenses #=> Array
4770
4772
  # resp.accounts[0].supported_licenses[0] #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
4773
+ # resp.accounts[0].account_status #=> String, one of "Suspended", "Active"
4771
4774
  # resp.accounts[0].signin_delegate_groups #=> Array
4772
4775
  # resp.accounts[0].signin_delegate_groups[0].group_name #=> String
4773
4776
  # resp.next_token #=> String
@@ -7408,6 +7411,7 @@ module Aws::Chime
7408
7411
  # resp.account.default_license #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
7409
7412
  # resp.account.supported_licenses #=> Array
7410
7413
  # resp.account.supported_licenses[0] #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
7414
+ # resp.account.account_status #=> String, one of "Suspended", "Active"
7411
7415
  # resp.account.signin_delegate_groups #=> Array
7412
7416
  # resp.account.signin_delegate_groups[0].group_name #=> String
7413
7417
  #
@@ -8336,7 +8340,7 @@ module Aws::Chime
8336
8340
  params: params,
8337
8341
  config: config)
8338
8342
  context[:gem_name] = 'aws-sdk-chime'
8339
- context[:gem_version] = '1.50.0'
8343
+ context[:gem_version] = '1.51.0'
8340
8344
  Seahorse::Client::Request.new(handlers, context)
8341
8345
  end
8342
8346
 
@@ -18,6 +18,7 @@ module Aws::Chime
18
18
  AccountList = Shapes::ListShape.new(name: 'AccountList')
19
19
  AccountName = Shapes::StringShape.new(name: 'AccountName')
20
20
  AccountSettings = Shapes::StructureShape.new(name: 'AccountSettings')
21
+ AccountStatus = Shapes::StringShape.new(name: 'AccountStatus')
21
22
  AccountType = Shapes::StringShape.new(name: 'AccountType')
22
23
  AlexaForBusinessMetadata = Shapes::StructureShape.new(name: 'AlexaForBusinessMetadata')
23
24
  Alpha2CountryCode = Shapes::StringShape.new(name: 'Alpha2CountryCode')
@@ -625,6 +626,7 @@ module Aws::Chime
625
626
  Account.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "CreatedTimestamp"))
626
627
  Account.add_member(:default_license, Shapes::ShapeRef.new(shape: License, location_name: "DefaultLicense"))
627
628
  Account.add_member(:supported_licenses, Shapes::ShapeRef.new(shape: LicenseList, location_name: "SupportedLicenses"))
629
+ Account.add_member(:account_status, Shapes::ShapeRef.new(shape: AccountStatus, location_name: "AccountStatus"))
628
630
  Account.add_member(:signin_delegate_groups, Shapes::ShapeRef.new(shape: SigninDelegateGroupList, location_name: "SigninDelegateGroups"))
629
631
  Account.struct_class = Types::Account
630
632
 
@@ -64,6 +64,10 @@ module Aws::Chime
64
64
  # Supported licenses for the Amazon Chime account.
65
65
  # @return [Array<String>]
66
66
  #
67
+ # @!attribute [rw] account_status
68
+ # The status of the account, `Suspended` or `Active`.
69
+ # @return [String]
70
+ #
67
71
  # @!attribute [rw] signin_delegate_groups
68
72
  # The sign-in delegate groups associated with the account.
69
73
  # @return [Array<Types::SigninDelegateGroup>]
@@ -78,6 +82,7 @@ module Aws::Chime
78
82
  :created_timestamp,
79
83
  :default_license,
80
84
  :supported_licenses,
85
+ :account_status,
81
86
  :signin_delegate_groups)
82
87
  SENSITIVE = []
83
88
  include Aws::Structure
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chime
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: 2021-07-07 00:00:00.000000000 Z
11
+ date: 2021-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core