aws-sdk-chime 1.59.0 → 1.60.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: dae23354d29ff8015443a8b57c81ccafe9f155164616862cabb5ee83371a7c5d
4
- data.tar.gz: cfda055a5ce4a7140ca01b6796baacf71d35510b69197cc0295bf8d916ffa198
3
+ metadata.gz: 8e3ec0b01b78bfbe0429930aed5864aca3971dae50e7fae8714c6c4ead0e9d83
4
+ data.tar.gz: 99fe70a860076ef937e75b4b8321ae1d924f69eb11cb41a0a180d6b42e9e11cb
5
5
  SHA512:
6
- metadata.gz: aae7fde7a2f2d9259cd71f81dde004751de4a9a5f7811203d67f9b1ffde495b08942023f2cee481d51d407e986e38ffb70e5fe113f99eb2d1a3fbe776c0f91c4
7
- data.tar.gz: b30bde6906ef6f34dcd3bfba41fc37576ccef8b57318edf4cb0ff85ae4575a23b07302f0d871ca9450cec49f1ce9d0e0ebc15d7b98127176d62fe58722e685ab
6
+ metadata.gz: 70206ee5c014f5c5b1c6d34de2ab33bd9ab19c0c587ce76eb76a9b15790cf4b11ef02f81d3b498a0a7b77c4dd7f07e724f46a726bcc91e81bbfdb8224947e658
7
+ data.tar.gz: d738af32712dad9b73f86decd9d580ba65fd45f31a15e001bf5180352babb2506ba4116ad83b5b7b062dcff395c938b7946c9edd4afe5ea3e22bfa02f59ef592
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2021-10-22)
5
+ ------------------
6
+
7
+ * Feature - Chime VoiceConnector and VoiceConnectorGroup APIs will now return an ARN.
8
+
4
9
  1.59.0 (2021-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -2224,6 +2224,7 @@ module Aws::Chime
2224
2224
  # resp.voice_connector.require_encryption #=> Boolean
2225
2225
  # resp.voice_connector.created_timestamp #=> Time
2226
2226
  # resp.voice_connector.updated_timestamp #=> Time
2227
+ # resp.voice_connector.voice_connector_arn #=> String
2227
2228
  #
2228
2229
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateVoiceConnector AWS API Documentation
2229
2230
  #
@@ -2274,6 +2275,7 @@ module Aws::Chime
2274
2275
  # resp.voice_connector_group.voice_connector_items[0].priority #=> Integer
2275
2276
  # resp.voice_connector_group.created_timestamp #=> Time
2276
2277
  # resp.voice_connector_group.updated_timestamp #=> Time
2278
+ # resp.voice_connector_group.voice_connector_group_arn #=> String
2277
2279
  #
2278
2280
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateVoiceConnectorGroup AWS API Documentation
2279
2281
  #
@@ -4457,6 +4459,7 @@ module Aws::Chime
4457
4459
  # resp.voice_connector.require_encryption #=> Boolean
4458
4460
  # resp.voice_connector.created_timestamp #=> Time
4459
4461
  # resp.voice_connector.updated_timestamp #=> Time
4462
+ # resp.voice_connector.voice_connector_arn #=> String
4460
4463
  #
4461
4464
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetVoiceConnector AWS API Documentation
4462
4465
  #
@@ -4524,6 +4527,7 @@ module Aws::Chime
4524
4527
  # resp.voice_connector_group.voice_connector_items[0].priority #=> Integer
4525
4528
  # resp.voice_connector_group.created_timestamp #=> Time
4526
4529
  # resp.voice_connector_group.updated_timestamp #=> Time
4530
+ # resp.voice_connector_group.voice_connector_group_arn #=> String
4527
4531
  #
4528
4532
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetVoiceConnectorGroup AWS API Documentation
4529
4533
  #
@@ -6226,6 +6230,7 @@ module Aws::Chime
6226
6230
  # resp.voice_connector_groups[0].voice_connector_items[0].priority #=> Integer
6227
6231
  # resp.voice_connector_groups[0].created_timestamp #=> Time
6228
6232
  # resp.voice_connector_groups[0].updated_timestamp #=> Time
6233
+ # resp.voice_connector_groups[0].voice_connector_group_arn #=> String
6229
6234
  # resp.next_token #=> String
6230
6235
  #
6231
6236
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListVoiceConnectorGroups AWS API Documentation
@@ -6300,6 +6305,7 @@ module Aws::Chime
6300
6305
  # resp.voice_connectors[0].require_encryption #=> Boolean
6301
6306
  # resp.voice_connectors[0].created_timestamp #=> Time
6302
6307
  # resp.voice_connectors[0].updated_timestamp #=> Time
6308
+ # resp.voice_connectors[0].voice_connector_arn #=> String
6303
6309
  # resp.next_token #=> String
6304
6310
  #
6305
6311
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListVoiceConnectors AWS API Documentation
@@ -8392,6 +8398,7 @@ module Aws::Chime
8392
8398
  # resp.voice_connector.require_encryption #=> Boolean
8393
8399
  # resp.voice_connector.created_timestamp #=> Time
8394
8400
  # resp.voice_connector.updated_timestamp #=> Time
8401
+ # resp.voice_connector.voice_connector_arn #=> String
8395
8402
  #
8396
8403
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateVoiceConnector AWS API Documentation
8397
8404
  #
@@ -8440,6 +8447,7 @@ module Aws::Chime
8440
8447
  # resp.voice_connector_group.voice_connector_items[0].priority #=> Integer
8441
8448
  # resp.voice_connector_group.created_timestamp #=> Time
8442
8449
  # resp.voice_connector_group.updated_timestamp #=> Time
8450
+ # resp.voice_connector_group.voice_connector_group_arn #=> String
8443
8451
  #
8444
8452
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateVoiceConnectorGroup AWS API Documentation
8445
8453
  #
@@ -8463,7 +8471,7 @@ module Aws::Chime
8463
8471
  params: params,
8464
8472
  config: config)
8465
8473
  context[:gem_name] = 'aws-sdk-chime'
8466
- context[:gem_version] = '1.59.0'
8474
+ context[:gem_version] = '1.60.0'
8467
8475
  Seahorse::Client::Request.new(handlers, context)
8468
8476
  end
8469
8477
 
@@ -2708,6 +2708,7 @@ module Aws::Chime
2708
2708
  VoiceConnector.add_member(:require_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireEncryption"))
2709
2709
  VoiceConnector.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "CreatedTimestamp"))
2710
2710
  VoiceConnector.add_member(:updated_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "UpdatedTimestamp"))
2711
+ VoiceConnector.add_member(:voice_connector_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "VoiceConnectorArn"))
2711
2712
  VoiceConnector.struct_class = Types::VoiceConnector
2712
2713
 
2713
2714
  VoiceConnectorGroup.add_member(:voice_connector_group_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "VoiceConnectorGroupId"))
@@ -2715,6 +2716,7 @@ module Aws::Chime
2715
2716
  VoiceConnectorGroup.add_member(:voice_connector_items, Shapes::ShapeRef.new(shape: VoiceConnectorItemList, location_name: "VoiceConnectorItems"))
2716
2717
  VoiceConnectorGroup.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "CreatedTimestamp"))
2717
2718
  VoiceConnectorGroup.add_member(:updated_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "UpdatedTimestamp"))
2719
+ VoiceConnectorGroup.add_member(:voice_connector_group_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "VoiceConnectorGroupArn"))
2718
2720
  VoiceConnectorGroup.struct_class = Types::VoiceConnectorGroup
2719
2721
 
2720
2722
  VoiceConnectorGroupList.member = Shapes::ShapeRef.new(shape: VoiceConnectorGroup)
@@ -11037,6 +11037,10 @@ module Aws::Chime
11037
11037
  # format.
11038
11038
  # @return [Time]
11039
11039
  #
11040
+ # @!attribute [rw] voice_connector_arn
11041
+ # The ARN of the specified Amazon Chime Voice Connector.
11042
+ # @return [String]
11043
+ #
11040
11044
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/VoiceConnector AWS API Documentation
11041
11045
  #
11042
11046
  class VoiceConnector < Struct.new(
@@ -11046,7 +11050,8 @@ module Aws::Chime
11046
11050
  :outbound_host_name,
11047
11051
  :require_encryption,
11048
11052
  :created_timestamp,
11049
- :updated_timestamp)
11053
+ :updated_timestamp,
11054
+ :voice_connector_arn)
11050
11055
  SENSITIVE = []
11051
11056
  include Aws::Structure
11052
11057
  end
@@ -11079,6 +11084,10 @@ module Aws::Chime
11079
11084
  # 8601 format.
11080
11085
  # @return [Time]
11081
11086
  #
11087
+ # @!attribute [rw] voice_connector_group_arn
11088
+ # The ARN of the specified Amazon Chime Voice Connector group.
11089
+ # @return [String]
11090
+ #
11082
11091
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/VoiceConnectorGroup AWS API Documentation
11083
11092
  #
11084
11093
  class VoiceConnectorGroup < Struct.new(
@@ -11086,7 +11095,8 @@ module Aws::Chime
11086
11095
  :name,
11087
11096
  :voice_connector_items,
11088
11097
  :created_timestamp,
11089
- :updated_timestamp)
11098
+ :updated_timestamp,
11099
+ :voice_connector_group_arn)
11090
11100
  SENSITIVE = []
11091
11101
  include Aws::Structure
11092
11102
  end
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.59.0'
51
+ GEM_VERSION = '1.60.0'
52
52
 
53
53
  end
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.59.0
4
+ version: 1.60.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-10-18 00:00:00.000000000 Z
11
+ date: 2021-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core