aws-sdk-transcribeservice 1.110.0 → 1.111.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: c1dac03852c72a7a88d775853bf3a87c1b541cdd2a4741d833169f60d39e4a35
4
- data.tar.gz: a873bf3d29624dda708e3a2f2bf6574e703fd82dd963f81b727626876bf64bfd
3
+ metadata.gz: f2cbc0506d8923571e1a404b029051133c8525ec64248acc24643d71a892a892
4
+ data.tar.gz: a94a5c60c71d2e1d6173a19ebe17e3ff4f2107914892431532631e2aa99f70bc
5
5
  SHA512:
6
- metadata.gz: 5ba215c4e8d4d133159219d5e7b08b4ac83f6f8f27da5c1bf5d22cba9dcebdfac3661cd8350da2d0e2ceb383a2029a0704d1f89525f1aa343e33007ceb67d851
7
- data.tar.gz: 89f40940d0c9b8cc0a0819354b68406cd3a16862dc67878f177cd801e700ce0198a18af1445f332701e4fe504c2d092d32c4df2f9c80c3638821a4c4e9a1c395
6
+ metadata.gz: baa7ebd7f6a50e547e4818da0cbd3821a124657483f40d56f66513c66f79826ca7078ea088fe4d8a84f2ff3c425f855c5c17d4e0f3b98837b360ece9d1075915
7
+ data.tar.gz: '094e9950582cd887ba08fb0b20c653480e15f57d9c660433c2c447564cefc086146c2fb7b9aac265fe3326608062180ac8438d1a2fdf1da6deca5f160ca9854f'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.111.0 (2025-01-13)
5
+ ------------------
6
+
7
+ * Feature - This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories.
8
+
4
9
  1.110.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.110.0
1
+ 1.111.0
@@ -500,6 +500,17 @@ module Aws::TranscribeService
500
500
  # customer's sentiment was positive during the last 30 seconds of the
501
501
  # call.
502
502
  #
503
+ # @option params [Array<Types::Tag>] :tags
504
+ # Adds one or more custom tags, each in the form of a key:value pair, to
505
+ # a new call analytics category at the time you start this new job.
506
+ #
507
+ # To learn more about using tags with Amazon Transcribe, refer to
508
+ # [Tagging resources][1].
509
+ #
510
+ #
511
+ #
512
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html
513
+ #
503
514
  # @option params [String] :input_type
504
515
  # Choose whether you want to create a real-time or a post-call category
505
516
  # for your Call Analytics transcription.
@@ -595,6 +606,12 @@ module Aws::TranscribeService
595
606
  # },
596
607
  # },
597
608
  # ],
609
+ # tags: [
610
+ # {
611
+ # key: "TagKey", # required
612
+ # value: "TagValue", # required
613
+ # },
614
+ # ],
598
615
  # input_type: "REAL_TIME", # accepts REAL_TIME, POST_CALL
599
616
  # })
600
617
  #
@@ -650,6 +667,9 @@ module Aws::TranscribeService
650
667
  # resp.category_properties.rules[0].sentiment_filter.negate #=> Boolean
651
668
  # resp.category_properties.create_time #=> Time
652
669
  # resp.category_properties.last_update_time #=> Time
670
+ # resp.category_properties.tags #=> Array
671
+ # resp.category_properties.tags[0].key #=> String
672
+ # resp.category_properties.tags[0].value #=> String
653
673
  # resp.category_properties.input_type #=> String, one of "REAL_TIME", "POST_CALL"
654
674
  #
655
675
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/CreateCallAnalyticsCategory AWS API Documentation
@@ -1505,6 +1525,9 @@ module Aws::TranscribeService
1505
1525
  # resp.category_properties.rules[0].sentiment_filter.negate #=> Boolean
1506
1526
  # resp.category_properties.create_time #=> Time
1507
1527
  # resp.category_properties.last_update_time #=> Time
1528
+ # resp.category_properties.tags #=> Array
1529
+ # resp.category_properties.tags[0].key #=> String
1530
+ # resp.category_properties.tags[0].value #=> String
1508
1531
  # resp.category_properties.input_type #=> String, one of "REAL_TIME", "POST_CALL"
1509
1532
  #
1510
1533
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/GetCallAnalyticsCategory AWS API Documentation
@@ -1587,6 +1610,9 @@ module Aws::TranscribeService
1587
1610
  # resp.call_analytics_job.channel_definitions #=> Array
1588
1611
  # resp.call_analytics_job.channel_definitions[0].channel_id #=> Integer
1589
1612
  # resp.call_analytics_job.channel_definitions[0].participant_role #=> String, one of "AGENT", "CUSTOMER"
1613
+ # resp.call_analytics_job.tags #=> Array
1614
+ # resp.call_analytics_job.tags[0].key #=> String
1615
+ # resp.call_analytics_job.tags[0].value #=> String
1590
1616
  #
1591
1617
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/GetCallAnalyticsJob AWS API Documentation
1592
1618
  #
@@ -2023,6 +2049,9 @@ module Aws::TranscribeService
2023
2049
  # resp.categories[0].rules[0].sentiment_filter.negate #=> Boolean
2024
2050
  # resp.categories[0].create_time #=> Time
2025
2051
  # resp.categories[0].last_update_time #=> Time
2052
+ # resp.categories[0].tags #=> Array
2053
+ # resp.categories[0].tags[0].key #=> String
2054
+ # resp.categories[0].tags[0].value #=> String
2026
2055
  # resp.categories[0].input_type #=> String, one of "REAL_TIME", "POST_CALL"
2027
2056
  #
2028
2057
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ListCallAnalyticsCategories AWS API Documentation
@@ -2790,6 +2819,17 @@ module Aws::TranscribeService
2790
2819
  # vocabulary filters, and custom vocabularies to your Call Analytics
2791
2820
  # job.
2792
2821
  #
2822
+ # @option params [Array<Types::Tag>] :tags
2823
+ # Adds one or more custom tags, each in the form of a key:value pair, to
2824
+ # a new call analytics job at the time you start this new job.
2825
+ #
2826
+ # To learn more about using tags with Amazon Transcribe, refer to
2827
+ # [Tagging resources][1].
2828
+ #
2829
+ #
2830
+ #
2831
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html
2832
+ #
2793
2833
  # @option params [Array<Types::ChannelDefinition>] :channel_definitions
2794
2834
  # Makes it possible to specify which speaker is on which channel. For
2795
2835
  # example, if your agent is the first participant to speak, you would
@@ -2834,6 +2874,12 @@ module Aws::TranscribeService
2834
2874
  # generate_abstractive_summary: false, # required
2835
2875
  # },
2836
2876
  # },
2877
+ # tags: [
2878
+ # {
2879
+ # key: "TagKey", # required
2880
+ # value: "TagValue", # required
2881
+ # },
2882
+ # ],
2837
2883
  # channel_definitions: [
2838
2884
  # {
2839
2885
  # channel_id: 1,
@@ -2881,6 +2927,9 @@ module Aws::TranscribeService
2881
2927
  # resp.call_analytics_job.channel_definitions #=> Array
2882
2928
  # resp.call_analytics_job.channel_definitions[0].channel_id #=> Integer
2883
2929
  # resp.call_analytics_job.channel_definitions[0].participant_role #=> String, one of "AGENT", "CUSTOMER"
2930
+ # resp.call_analytics_job.tags #=> Array
2931
+ # resp.call_analytics_job.tags[0].key #=> String
2932
+ # resp.call_analytics_job.tags[0].value #=> String
2884
2933
  #
2885
2934
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/StartCallAnalyticsJob AWS API Documentation
2886
2935
  #
@@ -4208,6 +4257,9 @@ module Aws::TranscribeService
4208
4257
  # resp.category_properties.rules[0].sentiment_filter.negate #=> Boolean
4209
4258
  # resp.category_properties.create_time #=> Time
4210
4259
  # resp.category_properties.last_update_time #=> Time
4260
+ # resp.category_properties.tags #=> Array
4261
+ # resp.category_properties.tags[0].key #=> String
4262
+ # resp.category_properties.tags[0].value #=> String
4211
4263
  # resp.category_properties.input_type #=> String, one of "REAL_TIME", "POST_CALL"
4212
4264
  #
4213
4265
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/UpdateCallAnalyticsCategory AWS API Documentation
@@ -4481,7 +4533,7 @@ module Aws::TranscribeService
4481
4533
  tracer: tracer
4482
4534
  )
4483
4535
  context[:gem_name] = 'aws-sdk-transcribeservice'
4484
- context[:gem_version] = '1.110.0'
4536
+ context[:gem_version] = '1.111.0'
4485
4537
  Seahorse::Client::Request.new(handlers, context)
4486
4538
  end
4487
4539
 
@@ -254,6 +254,7 @@ module Aws::TranscribeService
254
254
  CallAnalyticsJob.add_member(:identified_language_score, Shapes::ShapeRef.new(shape: IdentifiedLanguageScore, location_name: "IdentifiedLanguageScore"))
255
255
  CallAnalyticsJob.add_member(:settings, Shapes::ShapeRef.new(shape: CallAnalyticsJobSettings, location_name: "Settings"))
256
256
  CallAnalyticsJob.add_member(:channel_definitions, Shapes::ShapeRef.new(shape: ChannelDefinitions, location_name: "ChannelDefinitions"))
257
+ CallAnalyticsJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
257
258
  CallAnalyticsJob.struct_class = Types::CallAnalyticsJob
258
259
 
259
260
  CallAnalyticsJobDetails.add_member(:skipped, Shapes::ShapeRef.new(shape: CallAnalyticsSkippedFeatureList, location_name: "Skipped"))
@@ -292,6 +293,7 @@ module Aws::TranscribeService
292
293
  CategoryProperties.add_member(:rules, Shapes::ShapeRef.new(shape: RuleList, location_name: "Rules"))
293
294
  CategoryProperties.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreateTime"))
294
295
  CategoryProperties.add_member(:last_update_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastUpdateTime"))
296
+ CategoryProperties.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
295
297
  CategoryProperties.add_member(:input_type, Shapes::ShapeRef.new(shape: InputType, location_name: "InputType"))
296
298
  CategoryProperties.struct_class = Types::CategoryProperties
297
299
 
@@ -313,6 +315,7 @@ module Aws::TranscribeService
313
315
 
314
316
  CreateCallAnalyticsCategoryRequest.add_member(:category_name, Shapes::ShapeRef.new(shape: CategoryName, required: true, location_name: "CategoryName"))
315
317
  CreateCallAnalyticsCategoryRequest.add_member(:rules, Shapes::ShapeRef.new(shape: RuleList, required: true, location_name: "Rules"))
318
+ CreateCallAnalyticsCategoryRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
316
319
  CreateCallAnalyticsCategoryRequest.add_member(:input_type, Shapes::ShapeRef.new(shape: InputType, location_name: "InputType"))
317
320
  CreateCallAnalyticsCategoryRequest.struct_class = Types::CreateCallAnalyticsCategoryRequest
318
321
 
@@ -779,6 +782,7 @@ module Aws::TranscribeService
779
782
  StartCallAnalyticsJobRequest.add_member(:output_encryption_kms_key_id, Shapes::ShapeRef.new(shape: KMSKeyId, location_name: "OutputEncryptionKMSKeyId"))
780
783
  StartCallAnalyticsJobRequest.add_member(:data_access_role_arn, Shapes::ShapeRef.new(shape: DataAccessRoleArn, location_name: "DataAccessRoleArn"))
781
784
  StartCallAnalyticsJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: CallAnalyticsJobSettings, location_name: "Settings"))
785
+ StartCallAnalyticsJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
782
786
  StartCallAnalyticsJobRequest.add_member(:channel_definitions, Shapes::ShapeRef.new(shape: ChannelDefinitions, location_name: "ChannelDefinitions"))
783
787
  StartCallAnalyticsJobRequest.struct_class = Types::StartCallAnalyticsJobRequest
784
788
 
@@ -247,6 +247,11 @@ module Aws::TranscribeService
247
247
  # Indicates which speaker is on which channel.
248
248
  # @return [Array<Types::ChannelDefinition>]
249
249
  #
250
+ # @!attribute [rw] tags
251
+ # The tags, each in the form of a key:value pair, assigned to the
252
+ # specified call analytics job.
253
+ # @return [Array<Types::Tag>]
254
+ #
250
255
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/CallAnalyticsJob AWS API Documentation
251
256
  #
252
257
  class CallAnalyticsJob < Struct.new(
@@ -265,7 +270,8 @@ module Aws::TranscribeService
265
270
  :data_access_role_arn,
266
271
  :identified_language_score,
267
272
  :settings,
268
- :channel_definitions)
273
+ :channel_definitions,
274
+ :tags)
269
275
  SENSITIVE = []
270
276
  include Aws::Structure
271
277
  end
@@ -561,6 +567,11 @@ module Aws::TranscribeService
561
567
  # UTC-7 on May 5, 2022.
562
568
  # @return [Time]
563
569
  #
570
+ # @!attribute [rw] tags
571
+ # The tags, each in the form of a key:value pair, assigned to the
572
+ # specified call analytics category.
573
+ # @return [Array<Types::Tag>]
574
+ #
564
575
  # @!attribute [rw] input_type
565
576
  # The input type associated with the specified category. `POST_CALL`
566
577
  # refers to a category that is applied to batch transcriptions;
@@ -575,6 +586,7 @@ module Aws::TranscribeService
575
586
  :rules,
576
587
  :create_time,
577
588
  :last_update_time,
589
+ :tags,
578
590
  :input_type)
579
591
  SENSITIVE = []
580
592
  include Aws::Structure
@@ -679,6 +691,18 @@ module Aws::TranscribeService
679
691
  # 30 seconds of the call.
680
692
  # @return [Array<Types::Rule>]
681
693
  #
694
+ # @!attribute [rw] tags
695
+ # Adds one or more custom tags, each in the form of a key:value pair,
696
+ # to a new call analytics category at the time you start this new job.
697
+ #
698
+ # To learn more about using tags with Amazon Transcribe, refer to
699
+ # [Tagging resources][1].
700
+ #
701
+ #
702
+ #
703
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html
704
+ # @return [Array<Types::Tag>]
705
+ #
682
706
  # @!attribute [rw] input_type
683
707
  # Choose whether you want to create a real-time or a post-call
684
708
  # category for your Call Analytics transcription.
@@ -700,6 +724,7 @@ module Aws::TranscribeService
700
724
  class CreateCallAnalyticsCategoryRequest < Struct.new(
701
725
  :category_name,
702
726
  :rules,
727
+ :tags,
703
728
  :input_type)
704
729
  SENSITIVE = []
705
730
  include Aws::Structure
@@ -4009,6 +4034,18 @@ module Aws::TranscribeService
4009
4034
  # job.
4010
4035
  # @return [Types::CallAnalyticsJobSettings]
4011
4036
  #
4037
+ # @!attribute [rw] tags
4038
+ # Adds one or more custom tags, each in the form of a key:value pair,
4039
+ # to a new call analytics job at the time you start this new job.
4040
+ #
4041
+ # To learn more about using tags with Amazon Transcribe, refer to
4042
+ # [Tagging resources][1].
4043
+ #
4044
+ #
4045
+ #
4046
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html
4047
+ # @return [Array<Types::Tag>]
4048
+ #
4012
4049
  # @!attribute [rw] channel_definitions
4013
4050
  # Makes it possible to specify which speaker is on which channel. For
4014
4051
  # example, if your agent is the first participant to speak, you would
@@ -4026,6 +4063,7 @@ module Aws::TranscribeService
4026
4063
  :output_encryption_kms_key_id,
4027
4064
  :data_access_role_arn,
4028
4065
  :settings,
4066
+ :tags,
4029
4067
  :channel_definitions)
4030
4068
  SENSITIVE = []
4031
4069
  include Aws::Structure
@@ -54,7 +54,7 @@ module Aws::TranscribeService
54
54
  autoload :EndpointProvider, 'aws-sdk-transcribeservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-transcribeservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.110.0'
57
+ GEM_VERSION = '1.111.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -155,6 +155,12 @@ module Aws
155
155
  }?
156
156
  },
157
157
  ],
158
+ ?tags: Array[
159
+ {
160
+ key: ::String,
161
+ value: ::String
162
+ },
163
+ ],
158
164
  ?input_type: ("REAL_TIME" | "POST_CALL")
159
165
  ) -> _CreateCallAnalyticsCategoryResponseSuccess
160
166
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCallAnalyticsCategoryResponseSuccess
@@ -591,6 +597,12 @@ module Aws
591
597
  generate_abstractive_summary: bool
592
598
  }?
593
599
  },
600
+ ?tags: Array[
601
+ {
602
+ key: ::String,
603
+ value: ::String
604
+ },
605
+ ],
594
606
  ?channel_definitions: Array[
595
607
  {
596
608
  channel_id: ::Integer?,
data/sig/types.rbs CHANGED
@@ -38,6 +38,7 @@ module Aws::TranscribeService
38
38
  attr_accessor identified_language_score: ::Float
39
39
  attr_accessor settings: Types::CallAnalyticsJobSettings
40
40
  attr_accessor channel_definitions: ::Array[Types::ChannelDefinition]
41
+ attr_accessor tags: ::Array[Types::Tag]
41
42
  SENSITIVE: []
42
43
  end
43
44
 
@@ -82,6 +83,7 @@ module Aws::TranscribeService
82
83
  attr_accessor rules: ::Array[Types::Rule]
83
84
  attr_accessor create_time: ::Time
84
85
  attr_accessor last_update_time: ::Time
86
+ attr_accessor tags: ::Array[Types::Tag]
85
87
  attr_accessor input_type: ("REAL_TIME" | "POST_CALL")
86
88
  SENSITIVE: []
87
89
  end
@@ -107,6 +109,7 @@ module Aws::TranscribeService
107
109
  class CreateCallAnalyticsCategoryRequest
108
110
  attr_accessor category_name: ::String
109
111
  attr_accessor rules: ::Array[Types::Rule]
112
+ attr_accessor tags: ::Array[Types::Tag]
110
113
  attr_accessor input_type: ("REAL_TIME" | "POST_CALL")
111
114
  SENSITIVE: []
112
115
  end
@@ -719,6 +722,7 @@ module Aws::TranscribeService
719
722
  attr_accessor output_encryption_kms_key_id: ::String
720
723
  attr_accessor data_access_role_arn: ::String
721
724
  attr_accessor settings: Types::CallAnalyticsJobSettings
725
+ attr_accessor tags: ::Array[Types::Tag]
722
726
  attr_accessor channel_definitions: ::Array[Types::ChannelDefinition]
723
727
  SENSITIVE: []
724
728
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribeservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.110.0
4
+ version: 1.111.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-10-18 00:00:00.000000000 Z
11
+ date: 2025-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core