aws-sdk-pinpointsmsvoice 1.17.1 → 1.18.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: 3be9171abb1d11529de08622ca02a5d506d7baa39a828fe9160c20f0fd5fa0f9
4
- data.tar.gz: e46c46a421e1985f86485ad234793944c8b0e6b464d518a2f2df49c0fa832286
3
+ metadata.gz: f20d7834c10f0123ad60b90b76437ba661539c48ffe0b9665c853f9b6a4cc548
4
+ data.tar.gz: 9d724db9227cbc5c58869160a62030ddacc9891e857ce78b2758c51e8fb8cd1c
5
5
  SHA512:
6
- metadata.gz: d6eebb223e31e031b5f7e71e19081bfb595a1dcc9139b58a0eaed626173dc7193fc36ae0d535848f996d0f8e47fbe71b7f490349e0cb4d0856068bcfa502aed0
7
- data.tar.gz: 05b4e2ad290a9e89aca54a0679063d5f090832b5e41760472d4e72a3b8c236d2b9650258e0c9029059c369740802292c805f33873c4f0df9c96a114ad3ac3b9c
6
+ metadata.gz: 0515044d2b0bb5d6409da4bfc8c9d9120deca711d4e86797d72ee5805027c045918ffce0793f4c77548e362e73cbc409b68121000a3668bd3a56934e93be2fdd
7
+ data.tar.gz: 720ddab5fb96069fc03b29a9650dfcafc139182ed16b911f94252b9ca0457272e41320cdcd2b6f055fdd43c48f41a1b2dc2c86bb87949e93f8775d58403ec9a1
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-pinpointsmsvoice/customizations'
45
47
  # @service
46
48
  module Aws::PinpointSMSVoice
47
49
 
48
- GEM_VERSION = '1.17.1'
50
+ GEM_VERSION = '1.18.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -615,7 +617,7 @@ module Aws::PinpointSMSVoice
615
617
  params: params,
616
618
  config: config)
617
619
  context[:gem_name] = 'aws-sdk-pinpointsmsvoice'
618
- context[:gem_version] = '1.17.1'
620
+ context[:gem_version] = '1.18.0'
619
621
  Seahorse::Client::Request.new(handlers, context)
620
622
  end
621
623
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -17,6 +19,7 @@ module Aws::PinpointSMSVoice
17
19
  #
18
20
  class AlreadyExistsException < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -29,6 +32,7 @@ module Aws::PinpointSMSVoice
29
32
  #
30
33
  class BadRequestException < Struct.new(
31
34
  :message)
35
+ SENSITIVE = []
32
36
  include Aws::Structure
33
37
  end
34
38
 
@@ -51,6 +55,7 @@ module Aws::PinpointSMSVoice
51
55
  #
52
56
  class CallInstructionsMessageType < Struct.new(
53
57
  :text)
58
+ SENSITIVE = []
54
59
  include Aws::Structure
55
60
  end
56
61
 
@@ -81,6 +86,7 @@ module Aws::PinpointSMSVoice
81
86
  class CloudWatchLogsDestination < Struct.new(
82
87
  :iam_role_arn,
83
88
  :log_group_arn)
89
+ SENSITIVE = []
84
90
  include Aws::Structure
85
91
  end
86
92
 
@@ -126,6 +132,7 @@ module Aws::PinpointSMSVoice
126
132
  :configuration_set_name,
127
133
  :event_destination,
128
134
  :event_destination_name)
135
+ SENSITIVE = []
129
136
  include Aws::Structure
130
137
  end
131
138
 
@@ -153,6 +160,7 @@ module Aws::PinpointSMSVoice
153
160
  #
154
161
  class CreateConfigurationSetRequest < Struct.new(
155
162
  :configuration_set_name)
163
+ SENSITIVE = []
156
164
  include Aws::Structure
157
165
  end
158
166
 
@@ -182,6 +190,7 @@ module Aws::PinpointSMSVoice
182
190
  class DeleteConfigurationSetEventDestinationRequest < Struct.new(
183
191
  :configuration_set_name,
184
192
  :event_destination_name)
193
+ SENSITIVE = []
185
194
  include Aws::Structure
186
195
  end
187
196
 
@@ -206,6 +215,7 @@ module Aws::PinpointSMSVoice
206
215
  #
207
216
  class DeleteConfigurationSetRequest < Struct.new(
208
217
  :configuration_set_name)
218
+ SENSITIVE = []
209
219
  include Aws::Structure
210
220
  end
211
221
 
@@ -258,6 +268,7 @@ module Aws::PinpointSMSVoice
258
268
  :matching_event_types,
259
269
  :name,
260
270
  :sns_destination)
271
+ SENSITIVE = []
261
272
  include Aws::Structure
262
273
  end
263
274
 
@@ -317,6 +328,7 @@ module Aws::PinpointSMSVoice
317
328
  :kinesis_firehose_destination,
318
329
  :matching_event_types,
319
330
  :sns_destination)
331
+ SENSITIVE = []
320
332
  include Aws::Structure
321
333
  end
322
334
 
@@ -334,6 +346,7 @@ module Aws::PinpointSMSVoice
334
346
  #
335
347
  class GetConfigurationSetEventDestinationsRequest < Struct.new(
336
348
  :configuration_set_name)
349
+ SENSITIVE = []
337
350
  include Aws::Structure
338
351
  end
339
352
 
@@ -349,6 +362,7 @@ module Aws::PinpointSMSVoice
349
362
  #
350
363
  class GetConfigurationSetEventDestinationsResponse < Struct.new(
351
364
  :event_destinations)
365
+ SENSITIVE = []
352
366
  include Aws::Structure
353
367
  end
354
368
 
@@ -363,6 +377,7 @@ module Aws::PinpointSMSVoice
363
377
  #
364
378
  class InternalServiceErrorException < Struct.new(
365
379
  :message)
380
+ SENSITIVE = []
366
381
  include Aws::Structure
367
382
  end
368
383
 
@@ -392,6 +407,7 @@ module Aws::PinpointSMSVoice
392
407
  class KinesisFirehoseDestination < Struct.new(
393
408
  :delivery_stream_arn,
394
409
  :iam_role_arn)
410
+ SENSITIVE = []
395
411
  include Aws::Structure
396
412
  end
397
413
 
@@ -404,6 +420,7 @@ module Aws::PinpointSMSVoice
404
420
  #
405
421
  class LimitExceededException < Struct.new(
406
422
  :message)
423
+ SENSITIVE = []
407
424
  include Aws::Structure
408
425
  end
409
426
 
@@ -426,6 +443,7 @@ module Aws::PinpointSMSVoice
426
443
  class ListConfigurationSetsRequest < Struct.new(
427
444
  :next_token,
428
445
  :page_size)
446
+ SENSITIVE = []
429
447
  include Aws::Structure
430
448
  end
431
449
 
@@ -447,6 +465,7 @@ module Aws::PinpointSMSVoice
447
465
  class ListConfigurationSetsResponse < Struct.new(
448
466
  :configuration_sets,
449
467
  :next_token)
468
+ SENSITIVE = []
450
469
  include Aws::Structure
451
470
  end
452
471
 
@@ -459,6 +478,7 @@ module Aws::PinpointSMSVoice
459
478
  #
460
479
  class NotFoundException < Struct.new(
461
480
  :message)
481
+ SENSITIVE = []
462
482
  include Aws::Structure
463
483
  end
464
484
 
@@ -494,6 +514,7 @@ module Aws::PinpointSMSVoice
494
514
  :language_code,
495
515
  :text,
496
516
  :voice_id)
517
+ SENSITIVE = []
497
518
  include Aws::Structure
498
519
  end
499
520
 
@@ -529,6 +550,7 @@ module Aws::PinpointSMSVoice
529
550
  :language_code,
530
551
  :text,
531
552
  :voice_id)
553
+ SENSITIVE = []
532
554
  include Aws::Structure
533
555
  end
534
556
 
@@ -593,6 +615,7 @@ module Aws::PinpointSMSVoice
593
615
  :content,
594
616
  :destination_phone_number,
595
617
  :origination_phone_number)
618
+ SENSITIVE = []
596
619
  include Aws::Structure
597
620
  end
598
621
 
@@ -607,6 +630,7 @@ module Aws::PinpointSMSVoice
607
630
  #
608
631
  class SendVoiceMessageResponse < Struct.new(
609
632
  :message_id)
633
+ SENSITIVE = []
610
634
  include Aws::Structure
611
635
  end
612
636
 
@@ -629,6 +653,7 @@ module Aws::PinpointSMSVoice
629
653
  #
630
654
  class SnsDestination < Struct.new(
631
655
  :topic_arn)
656
+ SENSITIVE = []
632
657
  include Aws::Structure
633
658
  end
634
659
 
@@ -642,6 +667,7 @@ module Aws::PinpointSMSVoice
642
667
  #
643
668
  class TooManyRequestsException < Struct.new(
644
669
  :message)
670
+ SENSITIVE = []
645
671
  include Aws::Structure
646
672
  end
647
673
 
@@ -687,6 +713,7 @@ module Aws::PinpointSMSVoice
687
713
  :configuration_set_name,
688
714
  :event_destination,
689
715
  :event_destination_name)
716
+ SENSITIVE = []
690
717
  include Aws::Structure
691
718
  end
692
719
 
@@ -738,6 +765,7 @@ module Aws::PinpointSMSVoice
738
765
  :call_instructions_message,
739
766
  :plain_text_message,
740
767
  :ssml_message)
768
+ SENSITIVE = []
741
769
  include Aws::Structure
742
770
  end
743
771
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pinpointsmsvoice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.1
4
+ version: 1.18.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core