aws-sdk-qconnect 1.33.0 → 1.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 391d8f8653a115862d46a8df65c92404e6d4234fba596ccb158bcc1adc04be45
4
- data.tar.gz: 47a8cf9a76170aa16d7ec9e57bb85098fdbf201ffab4d5b0f3b280f8f541abb7
3
+ metadata.gz: 85d863d217802da12800e0b9938549c8beabddd290e1237b32fc4ae51882b47e
4
+ data.tar.gz: f35a3775ecf18dc49e17054308609bae9ec95a3123715dee12edd3ff40c4ba0b
5
5
  SHA512:
6
- metadata.gz: 259343ec8f5e2f298e2cab4391426336ea4d64a73d53a3df9b54f1899f78016ede6821fecd01bf29f909316d0a7cfa8d6c99343409e4b2f0c39145f73450c340
7
- data.tar.gz: bc91f098e3a8cab20a8d6573335ae96c954e2a5549a4a7986e781924acba6dedd6c4e25e5bb7881b52a6e1c63e2a46abbb6a95b019d2c06214cac9fbf76d655a
6
+ metadata.gz: 9a628ff3adf7096dfafc45514a5549c7eeecee9a6643035ceec59c9341769a95b371877f424f839af82c9c7e46c1f1809adaf8410122f4224ddbc66f2cd6ed1e
7
+ data.tar.gz: 15a0337725af7e66da1f0aa4d40d5bae77fe91a5f6046546f5ee8c3a6afcae959eb2a933ec6d4314ced811539d67a99baf910d32bc5c63299ef10f9778163736
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2025-06-27)
5
+ ------------------
6
+
7
+ * Feature - Adding UnauthorizedException to public SDK
8
+
9
+ 1.34.0 (2025-06-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.33.0 (2025-05-12)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.35.0
@@ -4013,7 +4013,7 @@ module Aws::QConnect
4013
4013
  # in Connect JavaScript library (amazon-q-connectjs) into your
4014
4014
  # applications.
4015
4015
  #
4016
- # Retrieves recommendations for the specified session. To avoid
4016
+ # Retrieves recommendations for the specified session. To avoid
4017
4017
  # retrieving the same recommendations in subsequent calls, use
4018
4018
  # [NotifyRecommendationsReceived][1]. This API supports long-polling
4019
4019
  # behavior with the `waitTimeSeconds` parameter. Short poll is the
@@ -5409,7 +5409,7 @@ module Aws::QConnect
5409
5409
  # in Connect JavaScript library (amazon-q-connectjs) into your
5410
5410
  # applications.
5411
5411
  #
5412
- # Performs a manual search against the specified assistant. To retrieve
5412
+ # Performs a manual search against the specified assistant. To retrieve
5413
5413
  # recommendations for an assistant, use [GetRecommendations][1].
5414
5414
  #
5415
5415
  #
@@ -7799,7 +7799,7 @@ module Aws::QConnect
7799
7799
  tracer: tracer
7800
7800
  )
7801
7801
  context[:gem_name] = 'aws-sdk-qconnect'
7802
- context[:gem_version] = '1.33.0'
7802
+ context[:gem_version] = '1.35.0'
7803
7803
  Seahorse::Client::Request.new(handlers, context)
7804
7804
  end
7805
7805
 
@@ -524,6 +524,7 @@ module Aws::QConnect
524
524
  TimeToLive = Shapes::IntegerShape.new(name: 'TimeToLive')
525
525
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
526
526
  TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
527
+ UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
527
528
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
528
529
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
529
530
  UpdateAIAgentRequest = Shapes::StructureShape.new(name: 'UpdateAIAgentRequest')
@@ -2504,6 +2505,9 @@ module Aws::QConnect
2504
2505
  TooManyTagsException.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, location_name: "resourceName"))
2505
2506
  TooManyTagsException.struct_class = Types::TooManyTagsException
2506
2507
 
2508
+ UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2509
+ UnauthorizedException.struct_class = Types::UnauthorizedException
2510
+
2507
2511
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
2508
2512
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
2509
2513
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -2701,6 +2705,7 @@ module Aws::QConnect
2701
2705
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2702
2706
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2703
2707
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2708
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2704
2709
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2705
2710
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2706
2711
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -2715,9 +2720,10 @@ module Aws::QConnect
2715
2720
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2716
2721
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2717
2722
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2723
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2718
2724
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2719
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2720
2725
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2726
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2721
2727
  end)
2722
2728
 
2723
2729
  api.add_operation(:create_ai_guardrail, Seahorse::Model::Operation.new.tap do |o|
@@ -2729,6 +2735,7 @@ module Aws::QConnect
2729
2735
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2730
2736
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2731
2737
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2738
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2732
2739
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2733
2740
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2734
2741
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -2743,9 +2750,10 @@ module Aws::QConnect
2743
2750
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2744
2751
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2745
2752
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2753
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2746
2754
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2747
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2748
2755
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2756
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2749
2757
  end)
2750
2758
 
2751
2759
  api.add_operation(:create_ai_prompt, Seahorse::Model::Operation.new.tap do |o|
@@ -2757,6 +2765,7 @@ module Aws::QConnect
2757
2765
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2758
2766
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2759
2767
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2768
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2760
2769
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2761
2770
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2762
2771
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -2771,9 +2780,10 @@ module Aws::QConnect
2771
2780
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2772
2781
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2773
2782
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2783
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2774
2784
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2775
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2776
2785
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2786
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2777
2787
  end)
2778
2788
 
2779
2789
  api.add_operation(:create_assistant, Seahorse::Model::Operation.new.tap do |o|
@@ -2785,6 +2795,7 @@ module Aws::QConnect
2785
2795
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2786
2796
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2787
2797
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2798
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2788
2799
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2789
2800
  end)
2790
2801
 
@@ -2810,6 +2821,7 @@ module Aws::QConnect
2810
2821
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2811
2822
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2812
2823
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2824
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2813
2825
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2814
2826
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2815
2827
  end)
@@ -2823,6 +2835,7 @@ module Aws::QConnect
2823
2835
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2824
2836
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2825
2837
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2838
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2826
2839
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2827
2840
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2828
2841
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -2837,6 +2850,7 @@ module Aws::QConnect
2837
2850
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2838
2851
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2839
2852
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2853
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2840
2854
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2841
2855
  end)
2842
2856
 
@@ -2863,6 +2877,7 @@ module Aws::QConnect
2863
2877
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2864
2878
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2865
2879
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2880
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2866
2881
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2867
2882
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2868
2883
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -2891,6 +2906,7 @@ module Aws::QConnect
2891
2906
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2892
2907
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2893
2908
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2909
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2894
2910
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2895
2911
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2896
2912
  end)
@@ -2903,6 +2919,7 @@ module Aws::QConnect
2903
2919
  o.output = Shapes::ShapeRef.new(shape: CreateSessionResponse)
2904
2920
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2905
2921
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2922
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2906
2923
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2907
2924
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2908
2925
  end)
@@ -2927,6 +2944,7 @@ module Aws::QConnect
2927
2944
  o.input = Shapes::ShapeRef.new(shape: DeleteAIAgentRequest)
2928
2945
  o.output = Shapes::ShapeRef.new(shape: DeleteAIAgentResponse)
2929
2946
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2947
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2930
2948
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2931
2949
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2932
2950
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -2938,8 +2956,9 @@ module Aws::QConnect
2938
2956
  o.http_request_uri = "/assistants/{assistantId}/aiagents/{aiAgentId}/versions/{versionNumber}"
2939
2957
  o.input = Shapes::ShapeRef.new(shape: DeleteAIAgentVersionRequest)
2940
2958
  o.output = Shapes::ShapeRef.new(shape: DeleteAIAgentVersionResponse)
2941
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2942
2959
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2960
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2961
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2943
2962
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2944
2963
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2945
2964
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -2951,8 +2970,9 @@ module Aws::QConnect
2951
2970
  o.http_request_uri = "/assistants/{assistantId}/aiguardrails/{aiGuardrailId}"
2952
2971
  o.input = Shapes::ShapeRef.new(shape: DeleteAIGuardrailRequest)
2953
2972
  o.output = Shapes::ShapeRef.new(shape: DeleteAIGuardrailResponse)
2954
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2955
2973
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2974
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2975
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2956
2976
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2957
2977
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2958
2978
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -2964,8 +2984,9 @@ module Aws::QConnect
2964
2984
  o.http_request_uri = "/assistants/{assistantId}/aiguardrails/{aiGuardrailId}/versions/{versionNumber}"
2965
2985
  o.input = Shapes::ShapeRef.new(shape: DeleteAIGuardrailVersionRequest)
2966
2986
  o.output = Shapes::ShapeRef.new(shape: DeleteAIGuardrailVersionResponse)
2967
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2968
2987
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2988
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2989
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2969
2990
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2970
2991
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2971
2992
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -2978,6 +2999,7 @@ module Aws::QConnect
2978
2999
  o.input = Shapes::ShapeRef.new(shape: DeleteAIPromptRequest)
2979
3000
  o.output = Shapes::ShapeRef.new(shape: DeleteAIPromptResponse)
2980
3001
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3002
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2981
3003
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2982
3004
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2983
3005
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -2989,8 +3011,9 @@ module Aws::QConnect
2989
3011
  o.http_request_uri = "/assistants/{assistantId}/aiprompts/{aiPromptId}/versions/{versionNumber}"
2990
3012
  o.input = Shapes::ShapeRef.new(shape: DeleteAIPromptVersionRequest)
2991
3013
  o.output = Shapes::ShapeRef.new(shape: DeleteAIPromptVersionResponse)
2992
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2993
3014
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3015
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3016
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2994
3017
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2995
3018
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2996
3019
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -3003,6 +3026,7 @@ module Aws::QConnect
3003
3026
  o.input = Shapes::ShapeRef.new(shape: DeleteAssistantRequest)
3004
3027
  o.output = Shapes::ShapeRef.new(shape: DeleteAssistantResponse)
3005
3028
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3029
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3006
3030
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3007
3031
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3008
3032
  end)
@@ -3014,6 +3038,7 @@ module Aws::QConnect
3014
3038
  o.input = Shapes::ShapeRef.new(shape: DeleteAssistantAssociationRequest)
3015
3039
  o.output = Shapes::ShapeRef.new(shape: DeleteAssistantAssociationResponse)
3016
3040
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3041
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3017
3042
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3018
3043
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3019
3044
  end)
@@ -3024,8 +3049,9 @@ module Aws::QConnect
3024
3049
  o.http_request_uri = "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}"
3025
3050
  o.input = Shapes::ShapeRef.new(shape: DeleteContentRequest)
3026
3051
  o.output = Shapes::ShapeRef.new(shape: DeleteContentResponse)
3027
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3028
3052
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3053
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3054
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3029
3055
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3030
3056
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3031
3057
  end)
@@ -3037,6 +3063,7 @@ module Aws::QConnect
3037
3063
  o.input = Shapes::ShapeRef.new(shape: DeleteContentAssociationRequest)
3038
3064
  o.output = Shapes::ShapeRef.new(shape: DeleteContentAssociationResponse)
3039
3065
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3066
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3040
3067
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3041
3068
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3042
3069
  end)
@@ -3047,8 +3074,9 @@ module Aws::QConnect
3047
3074
  o.http_request_uri = "/knowledgeBases/{knowledgeBaseId}/importJobs/{importJobId}"
3048
3075
  o.input = Shapes::ShapeRef.new(shape: DeleteImportJobRequest)
3049
3076
  o.output = Shapes::ShapeRef.new(shape: DeleteImportJobResponse)
3050
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3051
3077
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3078
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3079
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3052
3080
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3053
3081
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3054
3082
  end)
@@ -3061,6 +3089,7 @@ module Aws::QConnect
3061
3089
  o.output = Shapes::ShapeRef.new(shape: DeleteKnowledgeBaseResponse)
3062
3090
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3063
3091
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3092
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3064
3093
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3065
3094
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3066
3095
  end)
@@ -3098,6 +3127,7 @@ module Aws::QConnect
3098
3127
  o.input = Shapes::ShapeRef.new(shape: DeleteQuickResponseRequest)
3099
3128
  o.output = Shapes::ShapeRef.new(shape: DeleteQuickResponseResponse)
3100
3129
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3130
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3101
3131
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3102
3132
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3103
3133
  end)
@@ -3109,6 +3139,7 @@ module Aws::QConnect
3109
3139
  o.input = Shapes::ShapeRef.new(shape: GetAIAgentRequest)
3110
3140
  o.output = Shapes::ShapeRef.new(shape: GetAIAgentResponse)
3111
3141
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3142
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3112
3143
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3113
3144
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3114
3145
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -3121,6 +3152,7 @@ module Aws::QConnect
3121
3152
  o.input = Shapes::ShapeRef.new(shape: GetAIGuardrailRequest)
3122
3153
  o.output = Shapes::ShapeRef.new(shape: GetAIGuardrailResponse)
3123
3154
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3155
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3124
3156
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3125
3157
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3126
3158
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -3133,6 +3165,7 @@ module Aws::QConnect
3133
3165
  o.input = Shapes::ShapeRef.new(shape: GetAIPromptRequest)
3134
3166
  o.output = Shapes::ShapeRef.new(shape: GetAIPromptResponse)
3135
3167
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3168
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3136
3169
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3137
3170
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3138
3171
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -3145,6 +3178,7 @@ module Aws::QConnect
3145
3178
  o.input = Shapes::ShapeRef.new(shape: GetAssistantRequest)
3146
3179
  o.output = Shapes::ShapeRef.new(shape: GetAssistantResponse)
3147
3180
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3181
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3148
3182
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3149
3183
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3150
3184
  end)
@@ -3156,6 +3190,7 @@ module Aws::QConnect
3156
3190
  o.input = Shapes::ShapeRef.new(shape: GetAssistantAssociationRequest)
3157
3191
  o.output = Shapes::ShapeRef.new(shape: GetAssistantAssociationResponse)
3158
3192
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3193
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3159
3194
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3160
3195
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3161
3196
  end)
@@ -3167,6 +3202,7 @@ module Aws::QConnect
3167
3202
  o.input = Shapes::ShapeRef.new(shape: GetContentRequest)
3168
3203
  o.output = Shapes::ShapeRef.new(shape: GetContentResponse)
3169
3204
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3205
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3170
3206
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3171
3207
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3172
3208
  end)
@@ -3178,6 +3214,7 @@ module Aws::QConnect
3178
3214
  o.input = Shapes::ShapeRef.new(shape: GetContentAssociationRequest)
3179
3215
  o.output = Shapes::ShapeRef.new(shape: GetContentAssociationResponse)
3180
3216
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3217
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3181
3218
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3182
3219
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3183
3220
  end)
@@ -3189,6 +3226,7 @@ module Aws::QConnect
3189
3226
  o.input = Shapes::ShapeRef.new(shape: GetContentSummaryRequest)
3190
3227
  o.output = Shapes::ShapeRef.new(shape: GetContentSummaryResponse)
3191
3228
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3229
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3192
3230
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3193
3231
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3194
3232
  end)
@@ -3211,6 +3249,7 @@ module Aws::QConnect
3211
3249
  o.input = Shapes::ShapeRef.new(shape: GetKnowledgeBaseRequest)
3212
3250
  o.output = Shapes::ShapeRef.new(shape: GetKnowledgeBaseResponse)
3213
3251
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3252
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3214
3253
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3215
3254
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3216
3255
  end)
@@ -3222,6 +3261,7 @@ module Aws::QConnect
3222
3261
  o.input = Shapes::ShapeRef.new(shape: GetMessageTemplateRequest)
3223
3262
  o.output = Shapes::ShapeRef.new(shape: GetMessageTemplateResponse)
3224
3263
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3264
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3225
3265
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3226
3266
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3227
3267
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -3245,6 +3285,7 @@ module Aws::QConnect
3245
3285
  o.input = Shapes::ShapeRef.new(shape: GetQuickResponseRequest)
3246
3286
  o.output = Shapes::ShapeRef.new(shape: GetQuickResponseResponse)
3247
3287
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3288
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3248
3289
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3249
3290
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3250
3291
  end)
@@ -3268,6 +3309,7 @@ module Aws::QConnect
3268
3309
  o.input = Shapes::ShapeRef.new(shape: GetSessionRequest)
3269
3310
  o.output = Shapes::ShapeRef.new(shape: GetSessionResponse)
3270
3311
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3312
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3271
3313
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3272
3314
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3273
3315
  end)
@@ -3279,9 +3321,10 @@ module Aws::QConnect
3279
3321
  o.input = Shapes::ShapeRef.new(shape: ListAIAgentVersionsRequest)
3280
3322
  o.output = Shapes::ShapeRef.new(shape: ListAIAgentVersionsResponse)
3281
3323
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3324
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3282
3325
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3283
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3284
3326
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3327
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3285
3328
  o[:pager] = Aws::Pager.new(
3286
3329
  limit_key: "max_results",
3287
3330
  tokens: {
@@ -3297,9 +3340,10 @@ module Aws::QConnect
3297
3340
  o.input = Shapes::ShapeRef.new(shape: ListAIAgentsRequest)
3298
3341
  o.output = Shapes::ShapeRef.new(shape: ListAIAgentsResponse)
3299
3342
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3343
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3300
3344
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3301
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3302
3345
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3346
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3303
3347
  o[:pager] = Aws::Pager.new(
3304
3348
  limit_key: "max_results",
3305
3349
  tokens: {
@@ -3315,9 +3359,10 @@ module Aws::QConnect
3315
3359
  o.input = Shapes::ShapeRef.new(shape: ListAIGuardrailVersionsRequest)
3316
3360
  o.output = Shapes::ShapeRef.new(shape: ListAIGuardrailVersionsResponse)
3317
3361
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3362
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3318
3363
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3319
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3320
3364
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3365
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3321
3366
  o[:pager] = Aws::Pager.new(
3322
3367
  limit_key: "max_results",
3323
3368
  tokens: {
@@ -3333,6 +3378,7 @@ module Aws::QConnect
3333
3378
  o.input = Shapes::ShapeRef.new(shape: ListAIGuardrailsRequest)
3334
3379
  o.output = Shapes::ShapeRef.new(shape: ListAIGuardrailsResponse)
3335
3380
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3381
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3336
3382
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3337
3383
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3338
3384
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -3351,9 +3397,10 @@ module Aws::QConnect
3351
3397
  o.input = Shapes::ShapeRef.new(shape: ListAIPromptVersionsRequest)
3352
3398
  o.output = Shapes::ShapeRef.new(shape: ListAIPromptVersionsResponse)
3353
3399
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3400
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3354
3401
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3355
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3356
3402
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3403
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3357
3404
  o[:pager] = Aws::Pager.new(
3358
3405
  limit_key: "max_results",
3359
3406
  tokens: {
@@ -3369,9 +3416,10 @@ module Aws::QConnect
3369
3416
  o.input = Shapes::ShapeRef.new(shape: ListAIPromptsRequest)
3370
3417
  o.output = Shapes::ShapeRef.new(shape: ListAIPromptsResponse)
3371
3418
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3419
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3372
3420
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3373
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3374
3421
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3422
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3375
3423
  o[:pager] = Aws::Pager.new(
3376
3424
  limit_key: "max_results",
3377
3425
  tokens: {
@@ -3404,6 +3452,7 @@ module Aws::QConnect
3404
3452
  o.input = Shapes::ShapeRef.new(shape: ListAssistantsRequest)
3405
3453
  o.output = Shapes::ShapeRef.new(shape: ListAssistantsResponse)
3406
3454
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3455
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3407
3456
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3408
3457
  o[:pager] = Aws::Pager.new(
3409
3458
  limit_key: "max_results",
@@ -3420,6 +3469,7 @@ module Aws::QConnect
3420
3469
  o.input = Shapes::ShapeRef.new(shape: ListContentAssociationsRequest)
3421
3470
  o.output = Shapes::ShapeRef.new(shape: ListContentAssociationsResponse)
3422
3471
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3472
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3423
3473
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3424
3474
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3425
3475
  o[:pager] = Aws::Pager.new(
@@ -3641,6 +3691,7 @@ module Aws::QConnect
3641
3691
  o.input = Shapes::ShapeRef.new(shape: SearchContentRequest)
3642
3692
  o.output = Shapes::ShapeRef.new(shape: SearchContentResponse)
3643
3693
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3694
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3644
3695
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3645
3696
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3646
3697
  o[:pager] = Aws::Pager.new(
@@ -3658,6 +3709,7 @@ module Aws::QConnect
3658
3709
  o.input = Shapes::ShapeRef.new(shape: SearchMessageTemplatesRequest)
3659
3710
  o.output = Shapes::ShapeRef.new(shape: SearchMessageTemplatesResponse)
3660
3711
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3712
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3661
3713
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3662
3714
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3663
3715
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -3677,6 +3729,7 @@ module Aws::QConnect
3677
3729
  o.output = Shapes::ShapeRef.new(shape: SearchQuickResponsesResponse)
3678
3730
  o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
3679
3731
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3732
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3680
3733
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3681
3734
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3682
3735
  o[:pager] = Aws::Pager.new(
@@ -3694,6 +3747,7 @@ module Aws::QConnect
3694
3747
  o.input = Shapes::ShapeRef.new(shape: SearchSessionsRequest)
3695
3748
  o.output = Shapes::ShapeRef.new(shape: SearchSessionsResponse)
3696
3749
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3750
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3697
3751
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3698
3752
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3699
3753
  o[:pager] = Aws::Pager.new(
@@ -3711,8 +3765,8 @@ module Aws::QConnect
3711
3765
  o.input = Shapes::ShapeRef.new(shape: SendMessageRequest)
3712
3766
  o.output = Shapes::ShapeRef.new(shape: SendMessageResponse)
3713
3767
  o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
3714
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3715
3768
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3769
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3716
3770
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3717
3771
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3718
3772
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -3725,6 +3779,7 @@ module Aws::QConnect
3725
3779
  o.input = Shapes::ShapeRef.new(shape: StartContentUploadRequest)
3726
3780
  o.output = Shapes::ShapeRef.new(shape: StartContentUploadResponse)
3727
3781
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3782
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3728
3783
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3729
3784
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3730
3785
  end)
@@ -3738,6 +3793,7 @@ module Aws::QConnect
3738
3793
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3739
3794
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3740
3795
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3796
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3741
3797
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3742
3798
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3743
3799
  end)
@@ -3767,8 +3823,9 @@ module Aws::QConnect
3767
3823
  o.http_request_uri = "/assistants/{assistantId}/aiagents/{aiAgentId}"
3768
3824
  o.input = Shapes::ShapeRef.new(shape: UpdateAIAgentRequest)
3769
3825
  o.output = Shapes::ShapeRef.new(shape: UpdateAIAgentResponse)
3770
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3771
3826
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3827
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3828
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3772
3829
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3773
3830
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3774
3831
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -3780,8 +3837,9 @@ module Aws::QConnect
3780
3837
  o.http_request_uri = "/assistants/{assistantId}/aiguardrails/{aiGuardrailId}"
3781
3838
  o.input = Shapes::ShapeRef.new(shape: UpdateAIGuardrailRequest)
3782
3839
  o.output = Shapes::ShapeRef.new(shape: UpdateAIGuardrailResponse)
3783
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3784
3840
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3841
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3842
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3785
3843
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3786
3844
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3787
3845
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -3793,8 +3851,9 @@ module Aws::QConnect
3793
3851
  o.http_request_uri = "/assistants/{assistantId}/aiprompts/{aiPromptId}"
3794
3852
  o.input = Shapes::ShapeRef.new(shape: UpdateAIPromptRequest)
3795
3853
  o.output = Shapes::ShapeRef.new(shape: UpdateAIPromptResponse)
3796
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3797
3854
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3855
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3856
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3798
3857
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3799
3858
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3800
3859
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -3819,6 +3878,7 @@ module Aws::QConnect
3819
3878
  o.input = Shapes::ShapeRef.new(shape: UpdateContentRequest)
3820
3879
  o.output = Shapes::ShapeRef.new(shape: UpdateContentResponse)
3821
3880
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3881
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3822
3882
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3823
3883
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
3824
3884
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3869,6 +3929,7 @@ module Aws::QConnect
3869
3929
  o.output = Shapes::ShapeRef.new(shape: UpdateQuickResponseResponse)
3870
3930
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3871
3931
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3932
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3872
3933
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3873
3934
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
3874
3935
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3881,6 +3942,7 @@ module Aws::QConnect
3881
3942
  o.input = Shapes::ShapeRef.new(shape: UpdateSessionRequest)
3882
3943
  o.output = Shapes::ShapeRef.new(shape: UpdateSessionResponse)
3883
3944
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3945
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3884
3946
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3885
3947
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3886
3948
  end)
@@ -3892,6 +3954,7 @@ module Aws::QConnect
3892
3954
  o.input = Shapes::ShapeRef.new(shape: UpdateSessionDataRequest)
3893
3955
  o.output = Shapes::ShapeRef.new(shape: UpdateSessionDataResponse)
3894
3956
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3957
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3895
3958
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3896
3959
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3897
3960
  end)
@@ -35,6 +35,7 @@ module Aws::QConnect
35
35
  # * {ServiceQuotaExceededException}
36
36
  # * {ThrottlingException}
37
37
  # * {TooManyTagsException}
38
+ # * {UnauthorizedException}
38
39
  # * {ValidationException}
39
40
  #
40
41
  # Additionally, error classes are dynamically generated for service errors based on the error code
@@ -181,6 +182,21 @@ module Aws::QConnect
181
182
  end
182
183
  end
183
184
 
185
+ class UnauthorizedException < ServiceError
186
+
187
+ # @param [Seahorse::Client::RequestContext] context
188
+ # @param [String] message
189
+ # @param [Aws::QConnect::Types::UnauthorizedException] data
190
+ def initialize(context, message, data = Aws::EmptyStructure.new)
191
+ super(context, message, data)
192
+ end
193
+
194
+ # @return [String]
195
+ def message
196
+ @message || @data[:message]
197
+ end
198
+ end
199
+
184
200
  class ValidationException < ServiceError
185
201
 
186
202
  # @param [Seahorse::Client::RequestContext] context
@@ -896,16 +896,15 @@ module Aws::QConnect
896
896
  # The locale to which specifies the language and region settings that
897
897
  # determine the response language for [QueryAssistant][1].
898
898
  #
899
- # <note markdown="1"> Changing this locale to anything other than `en_US`, `en_GB`, or
900
- # `en_AU` will turn off recommendations triggered by contact
901
- # transcripts for agent assistance, as this feature is not supported
902
- # in multiple languages.
899
+ # <note markdown="1"> For more information on supported locales, see [Language support for
900
+ # Amazon Q in Connect][2].
903
901
  #
904
902
  # </note>
905
903
  #
906
904
  #
907
905
  #
908
906
  # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_amazon-q-connect_QueryAssistant.html
907
+ # [2]: https://docs.aws.amazon.com/connect/latest/adminguide/supported-languages.html#qic-notes-languages
909
908
  # @return [String]
910
909
  #
911
910
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/AnswerRecommendationAIAgentConfiguration AWS API Documentation
@@ -6531,9 +6530,15 @@ module Aws::QConnect
6531
6530
  # The locale to which specifies the language and region settings that
6532
6531
  # determine the response language for [QueryAssistant][1].
6533
6532
  #
6533
+ # <note markdown="1"> For more information on supported locales, see [Language support for
6534
+ # Amazon Q in Connect][2].
6535
+ #
6536
+ # </note>
6537
+ #
6534
6538
  #
6535
6539
  #
6536
6540
  # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_amazon-q-connect_QueryAssistant.html
6541
+ # [2]: https://docs.aws.amazon.com/connect/latest/adminguide/supported-languages.html#qic-notes-languages
6537
6542
  # @return [String]
6538
6543
  #
6539
6544
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/ManualSearchAIAgentConfiguration AWS API Documentation
@@ -9485,6 +9490,19 @@ module Aws::QConnect
9485
9490
  include Aws::Structure
9486
9491
  end
9487
9492
 
9493
+ # You do not have permission to perform this action.
9494
+ #
9495
+ # @!attribute [rw] message
9496
+ # @return [String]
9497
+ #
9498
+ # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/UnauthorizedException AWS API Documentation
9499
+ #
9500
+ class UnauthorizedException < Struct.new(
9501
+ :message)
9502
+ SENSITIVE = []
9503
+ include Aws::Structure
9504
+ end
9505
+
9488
9506
  # @!attribute [rw] resource_arn
9489
9507
  # The Amazon Resource Name (ARN) of the resource.
9490
9508
  # @return [String]
@@ -55,7 +55,7 @@ module Aws::QConnect
55
55
  autoload :EndpointProvider, 'aws-sdk-qconnect/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-qconnect/endpoints'
57
57
 
58
- GEM_VERSION = '1.33.0'
58
+ GEM_VERSION = '1.35.0'
59
59
 
60
60
  end
61
61
 
data/sig/errors.rbs CHANGED
@@ -37,6 +37,9 @@ module Aws
37
37
  def message: () -> ::String
38
38
  def resource_name: () -> ::String
39
39
  end
40
+ class UnauthorizedException < ::Aws::Errors::ServiceError
41
+ def message: () -> ::String
42
+ end
40
43
  class ValidationException < ::Aws::Errors::ServiceError
41
44
  def message: () -> ::String
42
45
  end
data/sig/types.rbs CHANGED
@@ -2493,6 +2493,11 @@ module Aws::QConnect
2493
2493
  SENSITIVE: []
2494
2494
  end
2495
2495
 
2496
+ class UnauthorizedException
2497
+ attr_accessor message: ::String
2498
+ SENSITIVE: []
2499
+ end
2500
+
2496
2501
  class UntagResourceRequest
2497
2502
  attr_accessor resource_arn: ::String
2498
2503
  attr_accessor tag_keys: ::Array[::String]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '2.5'
87
+ version: '2.7'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="