aws-sdk-chime 1.2.0 → 1.3.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: 5e5dea0416429df8254127e749a297ab22645bc0
4
- data.tar.gz: 60227e0903201d460761ab3ee2ac6a8617cbebad
3
+ metadata.gz: 5345314f90fd4d4d08f15dbc6ac2d7b20ad121b9
4
+ data.tar.gz: 670382c6197d07833e78b353707d9e9812b64e93
5
5
  SHA512:
6
- metadata.gz: 862cf3e115d56bf12d3e9d0b7f9abff5fa8f0e9d66330e839a45006f596a94713a4b85b6e7b2abf44d15a092f55c7415f88e16b5d20a85a226320a62001956a7
7
- data.tar.gz: 667f5716d064291c0636ae3a4a2db4ac09b815d5208f570e52d130a32636851eee5d121e2178492039d7a7ee21cebc0529b50dcddd73fa52a3e16d6bc547f1ac
6
+ metadata.gz: 5b0700b3824097171febde518db6b25e939a4326cf4c858652eb8ff76713db297b97edf48e398658ca6bd74e21e20df43ac968beb23d124d0e7d208809f6960e
7
+ data.tar.gz: 9ab1cc4c0f2456f0e174978173d5d8875d6a31741871e9a2d1e762b2c1a64edaf74cba803ac5d5db84364f4625ce3dd7a85fbf6a4294c7f60fec0e60fe647716
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-chime/customizations'
42
42
  # @service
43
43
  module Aws::Chime
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.0'
46
46
 
47
47
  end
@@ -225,7 +225,7 @@ module Aws::Chime
225
225
  #
226
226
  #
227
227
  #
228
- # [1]: http://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html
228
+ # [1]: https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html
229
229
  #
230
230
  # @option params [required, String] :account_id
231
231
  # The Amazon Chime account ID.
@@ -272,7 +272,7 @@ module Aws::Chime
272
272
  #
273
273
  #
274
274
  #
275
- # [1]: http://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html
275
+ # [1]: https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html
276
276
  #
277
277
  # @option params [required, String] :account_id
278
278
  # The Amazon Chime account ID.
@@ -357,7 +357,7 @@ module Aws::Chime
357
357
  #
358
358
  #
359
359
  #
360
- # [1]: http://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html
360
+ # [1]: https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html
361
361
  #
362
362
  # @option params [required, String] :name
363
363
  # The name of the Amazon Chime account.
@@ -470,7 +470,7 @@ module Aws::Chime
470
470
  #
471
471
  #
472
472
  #
473
- # [1]: http://docs.aws.amazon.com/chime/latest/ag/policies.html
473
+ # [1]: https://docs.aws.amazon.com/chime/latest/ag/policies.html
474
474
  #
475
475
  # @option params [required, String] :account_id
476
476
  # The Amazon Chime account ID.
@@ -808,7 +808,7 @@ module Aws::Chime
808
808
  #
809
809
  #
810
810
  #
811
- # [1]: http://docs.aws.amazon.com/chime/latest/ag/policies.html
811
+ # [1]: https://docs.aws.amazon.com/chime/latest/ag/policies.html
812
812
  #
813
813
  # @option params [required, String] :account_id
814
814
  # The Amazon Chime account ID.
@@ -897,7 +897,7 @@ module Aws::Chime
897
897
  params: params,
898
898
  config: config)
899
899
  context[:gem_name] = 'aws-sdk-chime'
900
- context[:gem_version] = '1.2.0'
900
+ context[:gem_version] = '1.3.0'
901
901
  Seahorse::Client::Request.new(handlers, context)
902
902
  end
903
903
 
@@ -30,7 +30,7 @@ module Aws::Chime
30
30
  #
31
31
  #
32
32
  #
33
- # [1]: http://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html
33
+ # [1]: https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html
34
34
  # @return [String]
35
35
  #
36
36
  # @!attribute [rw] created_timestamp
@@ -66,7 +66,7 @@ module Aws::Chime
66
66
  #
67
67
  #
68
68
  #
69
- # [1]: http://docs.aws.amazon.com/chime/latest/ag/policies.html
69
+ # [1]: https://docs.aws.amazon.com/chime/latest/ag/policies.html
70
70
  #
71
71
  # @note When making an API call, you may pass AccountSettings
72
72
  # data as a hash:
@@ -88,7 +88,7 @@ module Aws::Chime
88
88
  #
89
89
  #
90
90
  #
91
- # [1]: http://docs.aws.amazon.com/chime/latest/ug/chime-join-meeting.html
91
+ # [1]: https://docs.aws.amazon.com/chime/latest/ug/chime-join-meeting.html
92
92
  # @return [Boolean]
93
93
  #
94
94
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AccountSettings AWS API Documentation
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.2.0
4
+ version: 1.3.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-20 00:00:00.000000000 Z
11
+ date: 2019-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core