aws-sdk-chime 1.88.0 → 1.89.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chime/client.rb +1 -1
- data/lib/aws-sdk-chime/types.rb +16 -16
- data/lib/aws-sdk-chime.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a09757810d00098205feb034026ff19d6af5ff1352cc417c242245d040a13de7
|
4
|
+
data.tar.gz: 1d7cd1a3bb99766fa427487753c8205050a390efc4bbd2ca285f97d6b2b0f652
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6cac5d6f1dbf5c566d8e9fcfc49972ef7c3c99dc2acd98bd639fe73941ebc623cb60ddb756903939e088286d8d052ead8ed148d02bef967968322756b8e5f22b
|
7
|
+
data.tar.gz: 1881e9eb22b9f93454580010b83ef1b0f88b2b9fa3ecfa73e97a55fd116627b5da62c0e2cd3be7c146a15ae3daad55a28a6e9494894ef01ba60821b9a019bc8d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.89.0
|
data/lib/aws-sdk-chime/client.rb
CHANGED
@@ -10321,7 +10321,7 @@ module Aws::Chime
|
|
10321
10321
|
params: params,
|
10322
10322
|
config: config)
|
10323
10323
|
context[:gem_name] = 'aws-sdk-chime'
|
10324
|
-
context[:gem_version] = '1.
|
10324
|
+
context[:gem_version] = '1.89.0'
|
10325
10325
|
Seahorse::Client::Request.new(handlers, context)
|
10326
10326
|
end
|
10327
10327
|
|
data/lib/aws-sdk-chime/types.rb
CHANGED
@@ -481,7 +481,7 @@ module Aws::Chime
|
|
481
481
|
:voice_connector_group_id,
|
482
482
|
:e164_phone_numbers,
|
483
483
|
:force_associate)
|
484
|
-
SENSITIVE = []
|
484
|
+
SENSITIVE = [:e164_phone_numbers]
|
485
485
|
include Aws::Structure
|
486
486
|
end
|
487
487
|
|
@@ -520,7 +520,7 @@ module Aws::Chime
|
|
520
520
|
:voice_connector_id,
|
521
521
|
:e164_phone_numbers,
|
522
522
|
:force_associate)
|
523
|
-
SENSITIVE = []
|
523
|
+
SENSITIVE = [:e164_phone_numbers]
|
524
524
|
include Aws::Structure
|
525
525
|
end
|
526
526
|
|
@@ -2250,7 +2250,7 @@ module Aws::Chime
|
|
2250
2250
|
class CreatePhoneNumberOrderRequest < Struct.new(
|
2251
2251
|
:product_type,
|
2252
2252
|
:e164_phone_numbers)
|
2253
|
-
SENSITIVE = []
|
2253
|
+
SENSITIVE = [:e164_phone_numbers]
|
2254
2254
|
include Aws::Structure
|
2255
2255
|
end
|
2256
2256
|
|
@@ -2311,7 +2311,7 @@ module Aws::Chime
|
|
2311
2311
|
:number_selection_behavior,
|
2312
2312
|
:geo_match_level,
|
2313
2313
|
:geo_match_params)
|
2314
|
-
SENSITIVE = [:name]
|
2314
|
+
SENSITIVE = [:participant_phone_numbers, :name]
|
2315
2315
|
include Aws::Structure
|
2316
2316
|
end
|
2317
2317
|
|
@@ -2427,7 +2427,7 @@ module Aws::Chime
|
|
2427
2427
|
:to_phone_number,
|
2428
2428
|
:sip_media_application_id,
|
2429
2429
|
:sip_headers)
|
2430
|
-
SENSITIVE = [:from_phone_number, :to_phone_number]
|
2430
|
+
SENSITIVE = [:from_phone_number, :to_phone_number, :sip_headers]
|
2431
2431
|
include Aws::Structure
|
2432
2432
|
end
|
2433
2433
|
|
@@ -3096,7 +3096,7 @@ module Aws::Chime
|
|
3096
3096
|
class DeleteVoiceConnectorTerminationCredentialsRequest < Struct.new(
|
3097
3097
|
:voice_connector_id,
|
3098
3098
|
:usernames)
|
3099
|
-
SENSITIVE = []
|
3099
|
+
SENSITIVE = [:usernames]
|
3100
3100
|
include Aws::Structure
|
3101
3101
|
end
|
3102
3102
|
|
@@ -3425,7 +3425,7 @@ module Aws::Chime
|
|
3425
3425
|
class DisassociatePhoneNumbersFromVoiceConnectorGroupRequest < Struct.new(
|
3426
3426
|
:voice_connector_group_id,
|
3427
3427
|
:e164_phone_numbers)
|
3428
|
-
SENSITIVE = []
|
3428
|
+
SENSITIVE = [:e164_phone_numbers]
|
3429
3429
|
include Aws::Structure
|
3430
3430
|
end
|
3431
3431
|
|
@@ -3456,7 +3456,7 @@ module Aws::Chime
|
|
3456
3456
|
class DisassociatePhoneNumbersFromVoiceConnectorRequest < Struct.new(
|
3457
3457
|
:voice_connector_id,
|
3458
3458
|
:e164_phone_numbers)
|
3459
|
-
SENSITIVE = []
|
3459
|
+
SENSITIVE = [:e164_phone_numbers]
|
3460
3460
|
include Aws::Structure
|
3461
3461
|
end
|
3462
3462
|
|
@@ -4723,7 +4723,7 @@ module Aws::Chime
|
|
4723
4723
|
:account_id,
|
4724
4724
|
:user_email_list,
|
4725
4725
|
:user_type)
|
4726
|
-
SENSITIVE = []
|
4726
|
+
SENSITIVE = [:user_email_list]
|
4727
4727
|
include Aws::Structure
|
4728
4728
|
end
|
4729
4729
|
|
@@ -5934,7 +5934,7 @@ module Aws::Chime
|
|
5934
5934
|
#
|
5935
5935
|
class ListVoiceConnectorTerminationCredentialsResponse < Struct.new(
|
5936
5936
|
:usernames)
|
5937
|
-
SENSITIVE = []
|
5937
|
+
SENSITIVE = [:usernames]
|
5938
5938
|
include Aws::Structure
|
5939
5939
|
end
|
5940
5940
|
|
@@ -7495,7 +7495,7 @@ module Aws::Chime
|
|
7495
7495
|
class SearchAvailablePhoneNumbersResponse < Struct.new(
|
7496
7496
|
:e164_phone_numbers,
|
7497
7497
|
:next_token)
|
7498
|
-
SENSITIVE = []
|
7498
|
+
SENSITIVE = [:e164_phone_numbers]
|
7499
7499
|
include Aws::Structure
|
7500
7500
|
end
|
7501
7501
|
|
@@ -7517,7 +7517,7 @@ module Aws::Chime
|
|
7517
7517
|
class SelectedVideoStreams < Struct.new(
|
7518
7518
|
:attendee_ids,
|
7519
7519
|
:external_user_ids)
|
7520
|
-
SENSITIVE = []
|
7520
|
+
SENSITIVE = [:external_user_ids]
|
7521
7521
|
include Aws::Structure
|
7522
7522
|
end
|
7523
7523
|
|
@@ -8150,7 +8150,7 @@ module Aws::Chime
|
|
8150
8150
|
:meeting_id,
|
8151
8151
|
:attendee_id,
|
8152
8152
|
:tag_keys)
|
8153
|
-
SENSITIVE = []
|
8153
|
+
SENSITIVE = [:tag_keys]
|
8154
8154
|
include Aws::Structure
|
8155
8155
|
end
|
8156
8156
|
|
@@ -8167,7 +8167,7 @@ module Aws::Chime
|
|
8167
8167
|
class UntagMeetingRequest < Struct.new(
|
8168
8168
|
:meeting_id,
|
8169
8169
|
:tag_keys)
|
8170
|
-
SENSITIVE = []
|
8170
|
+
SENSITIVE = [:tag_keys]
|
8171
8171
|
include Aws::Structure
|
8172
8172
|
end
|
8173
8173
|
|
@@ -8184,7 +8184,7 @@ module Aws::Chime
|
|
8184
8184
|
class UntagResourceRequest < Struct.new(
|
8185
8185
|
:resource_arn,
|
8186
8186
|
:tag_keys)
|
8187
|
-
SENSITIVE = [:resource_arn]
|
8187
|
+
SENSITIVE = [:resource_arn, :tag_keys]
|
8188
8188
|
include Aws::Structure
|
8189
8189
|
end
|
8190
8190
|
|
@@ -8687,7 +8687,7 @@ module Aws::Chime
|
|
8687
8687
|
:sip_media_application_id,
|
8688
8688
|
:transaction_id,
|
8689
8689
|
:arguments)
|
8690
|
-
SENSITIVE = []
|
8690
|
+
SENSITIVE = [:arguments]
|
8691
8691
|
include Aws::Structure
|
8692
8692
|
end
|
8693
8693
|
|
data/lib/aws-sdk-chime.rb
CHANGED
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.
|
4
|
+
version: 1.89.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: 2024-07-
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|