aws-sdk-connectwisdomservice 1.12.0 → 1.14.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: 9aee9274a2aa582494d46a47e8244af47a82aecbb0fa8ca9d3f558e85f59d9f0
4
- data.tar.gz: dfd396a0a3ec125c25f7ccf35109b900e4a652d390bd65590ceda6e18bfbd8c6
3
+ metadata.gz: 1b5470184908338a53ce3fb36c378b6b6eac336ded3c6365a17e9db2f9b27845
4
+ data.tar.gz: 8be132750d73a22ecc47de3cc04cb0992b4b13f74ddde47511fc4246c50a0dba
5
5
  SHA512:
6
- metadata.gz: 9e198dee36b953b9437c9e51955b62a7c3e3d0afecc798798fccca0c5e91fb4335557117414cdefa0b2fdeaca1e42ce104b1f5470300840c44e005a9195224ec
7
- data.tar.gz: 02bc778f116ba22fd3e5e11a6db5b6fe22ad6f55774d3bf1ee923d521133f3a9352ccce65c3a241c5cf5e8fd05a61b988bf885fd19426e191128a00282833f7b
6
+ metadata.gz: 852f54376069f22981604473887b5c1325c9bec1aa2126f3c1b87837c240464836241e94cb7a4317e3e37e1c21cec0247628851e2915db4f4cf7a49124a44807
7
+ data.tar.gz: 44ad6f6f270db973d62075ea294ca830a657fe485b90df14d2dd7e866d7f6db72bcc7a80d5d2a4059c1a4286fd46154378e526f140080ea573a27c0b282351d7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.13.0 (2023-03-13)
10
+ ------------------
11
+
12
+ * Feature - This release extends Wisdom CreateKnowledgeBase API to support SharePoint connector type by removing the @required trait for objectField
13
+
4
14
  1.12.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.14.0
@@ -275,6 +275,11 @@ module Aws::ConnectWisdomService
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -372,11 +377,17 @@ module Aws::ConnectWisdomService
372
377
  #
373
378
  # @option params [String] :client_token
374
379
  # A unique, case-sensitive identifier that you provide to ensure the
375
- # idempotency of the request.
380
+ # idempotency of the request. If not provided, the Amazon Web Services
381
+ # SDK populates this field. For more information about idempotency, see
382
+ # [Making retries safe with idempotent APIs][1].
376
383
  #
377
384
  # **A suitable default value is auto-generated.** You should normally
378
385
  # not need to pass this option.**
379
386
  #
387
+ #
388
+ #
389
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
390
+ #
380
391
  # @option params [String] :description
381
392
  # The description of the assistant.
382
393
  #
@@ -448,11 +459,17 @@ module Aws::ConnectWisdomService
448
459
  #
449
460
  # @option params [String] :client_token
450
461
  # A unique, case-sensitive identifier that you provide to ensure the
451
- # idempotency of the request.
462
+ # idempotency of the request. If not provided, the Amazon Web Services
463
+ # SDK populates this field. For more information about idempotency, see
464
+ # [Making retries safe with idempotent APIs][1].
452
465
  #
453
466
  # **A suitable default value is auto-generated.** You should normally
454
467
  # not need to pass this option.**
455
468
  #
469
+ #
470
+ #
471
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
472
+ #
456
473
  # @option params [Hash<String,String>] :tags
457
474
  # The tags used to organize, track, or control access for this resource.
458
475
  #
@@ -504,11 +521,17 @@ module Aws::ConnectWisdomService
504
521
  #
505
522
  # @option params [String] :client_token
506
523
  # A unique, case-sensitive identifier that you provide to ensure the
507
- # idempotency of the request.
524
+ # idempotency of the request. If not provided, the Amazon Web Services
525
+ # SDK populates this field. For more information about idempotency, see
526
+ # [Making retries safe with idempotent APIs][1].
508
527
  #
509
528
  # **A suitable default value is auto-generated.** You should normally
510
529
  # not need to pass this option.**
511
530
  #
531
+ #
532
+ #
533
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
534
+ #
512
535
  # @option params [required, String] :knowledge_base_id
513
536
  # The identifier of the knowledge base. Can be either the ID or the ARN.
514
537
  # URLs cannot contain the ARN.
@@ -602,21 +625,41 @@ module Aws::ConnectWisdomService
602
625
  # DataIntegrations with external knowledge bases such as Salesforce and
603
626
  # ServiceNow. If you do, you'll get an `InvalidRequestException` error.
604
627
  #
605
- # <p>For example, you're programmatically managing your external knowledge base, and you want to add or remove one of the fields that is being ingested from Salesforce. Do the following:</p> <ol> <li> <p>Call <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_DeleteKnowledgeBase.html">DeleteKnowledgeBase</a>.</p> </li> <li> <p>Call <a href="https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_DeleteDataIntegration.html">DeleteDataIntegration</a>.</p> </li> <li> <p>Call <a href="https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html">CreateDataIntegration</a> to recreate the DataIntegration or a create different one.</p> </li> <li> <p>Call CreateKnowledgeBase.</p> </li> </ol> </note>
628
+ # For example, you're programmatically managing your external knowledge
629
+ # base, and you want to add or remove one of the fields that is being
630
+ # ingested from Salesforce. Do the following:
631
+ #
632
+ # 1. Call [DeleteKnowledgeBase][2].
633
+ #
634
+ # 2. Call [DeleteDataIntegration][3].
635
+ #
636
+ # 3. Call [CreateDataIntegration][4] to recreate the DataIntegration or
637
+ # a create different one.
638
+ #
639
+ # 4. Call CreateKnowledgeBase.
606
640
  #
607
641
  # </note>
608
642
  #
609
643
  #
610
644
  #
611
645
  # [1]: https://docs.aws.amazon.com/appintegrations/latest/APIReference/Welcome.html
646
+ # [2]: https://docs.aws.amazon.com/wisdom/latest/APIReference/API_DeleteKnowledgeBase.html
647
+ # [3]: https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_DeleteDataIntegration.html
648
+ # [4]: https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html
612
649
  #
613
650
  # @option params [String] :client_token
614
651
  # A unique, case-sensitive identifier that you provide to ensure the
615
- # idempotency of the request.
652
+ # idempotency of the request. If not provided, the Amazon Web Services
653
+ # SDK populates this field. For more information about idempotency, see
654
+ # [Making retries safe with idempotent APIs][1].
616
655
  #
617
656
  # **A suitable default value is auto-generated.** You should normally
618
657
  # not need to pass this option.**
619
658
  #
659
+ #
660
+ #
661
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
662
+ #
620
663
  # @option params [String] :description
621
664
  # The description.
622
665
  #
@@ -661,7 +704,7 @@ module Aws::ConnectWisdomService
661
704
  # source_configuration: {
662
705
  # app_integrations: {
663
706
  # app_integration_arn: "GenericArn", # required
664
- # object_fields: ["NonEmptyString"], # required
707
+ # object_fields: ["NonEmptyString"],
665
708
  # },
666
709
  # },
667
710
  # tags: {
@@ -705,11 +748,17 @@ module Aws::ConnectWisdomService
705
748
  #
706
749
  # @option params [String] :client_token
707
750
  # A unique, case-sensitive identifier that you provide to ensure the
708
- # idempotency of the request.
751
+ # idempotency of the request. If not provided, the Amazon Web Services
752
+ # SDK populates this field. For more information about idempotency, see
753
+ # [Making retries safe with idempotent APIs][1].
709
754
  #
710
755
  # **A suitable default value is auto-generated.** You should normally
711
756
  # not need to pass this option.**
712
757
  #
758
+ #
759
+ #
760
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
761
+ #
713
762
  # @option params [String] :description
714
763
  # The description.
715
764
  #
@@ -1966,7 +2015,7 @@ module Aws::ConnectWisdomService
1966
2015
  params: params,
1967
2016
  config: config)
1968
2017
  context[:gem_name] = 'aws-sdk-connectwisdomservice'
1969
- context[:gem_version] = '1.12.0'
2018
+ context[:gem_version] = '1.14.0'
1970
2019
  Seahorse::Client::Request.new(handlers, context)
1971
2020
  end
1972
2021
 
@@ -171,7 +171,7 @@ module Aws::ConnectWisdomService
171
171
  AccessDeniedException.struct_class = Types::AccessDeniedException
172
172
 
173
173
  AppIntegrationsConfiguration.add_member(:app_integration_arn, Shapes::ShapeRef.new(shape: GenericArn, required: true, location_name: "appIntegrationArn"))
174
- AppIntegrationsConfiguration.add_member(:object_fields, Shapes::ShapeRef.new(shape: ObjectFieldsList, required: true, location_name: "objectFields"))
174
+ AppIntegrationsConfiguration.add_member(:object_fields, Shapes::ShapeRef.new(shape: ObjectFieldsList, location_name: "objectFields"))
175
175
  AppIntegrationsConfiguration.struct_class = Types::AppIntegrationsConfiguration
176
176
 
177
177
  AssistantAssociationData.add_member(:assistant_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "assistantArn"))
@@ -50,9 +50,6 @@ module Aws::ConnectWisdomService
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
- if self[:region].nil?
54
- raise ArgumentError, "Missing required EndpointParameter: :region"
55
- end
56
53
  self[:use_dual_stack] = options[:use_dual_stack]
57
54
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
58
55
  if self[:use_dual_stack].nil?
@@ -14,36 +14,39 @@ module Aws::ConnectWisdomService
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint)
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
- end
27
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
- return Aws::Endpoints::Endpoint.new(url: "https://wisdom-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
- end
31
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
- end
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
33
18
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
- return Aws::Endpoints::Endpoint.new(url: "https://wisdom-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
- end
37
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
38
20
  end
39
21
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
40
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
41
- return Aws::Endpoints::Endpoint.new(url: "https://wisdom.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://wisdom-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
34
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://wisdom-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
+ end
38
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
+ end
40
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ return Aws::Endpoints::Endpoint.new(url: "https://wisdom.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
+ end
44
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
42
45
  end
43
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
46
+ return Aws::Endpoints::Endpoint.new(url: "https://wisdom.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
44
47
  end
45
- return Aws::Endpoints::Endpoint.new(url: "https://wisdom.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
46
48
  end
49
+ raise ArgumentError, "Invalid Configuration: Missing Region"
47
50
  raise ArgumentError, 'No endpoint could be resolved'
48
51
 
49
52
  end
@@ -29,11 +29,38 @@ module Aws::ConnectWisdomService
29
29
  # @!attribute [rw] app_integration_arn
30
30
  # The Amazon Resource Name (ARN) of the AppIntegrations
31
31
  # DataIntegration to use for ingesting content.
32
+ #
33
+ # * For [ Salesforce][1], your AppIntegrations DataIntegration must
34
+ # have an ObjectConfiguration if objectFields is not provided,
35
+ # including at least `Id`, `ArticleNumber`, `VersionNumber`,
36
+ # `Title`, `PublishStatus`, and `IsDeleted` as source fields.
37
+ #
38
+ # * For [ ServiceNow][2], your AppIntegrations DataIntegration must
39
+ # have an ObjectConfiguration if objectFields is not provided,
40
+ # including at least `number`, `short_description`, `sys_mod_count`,
41
+ # `workflow_state`, and `active` as source fields.
42
+ #
43
+ # * For [ Zendesk][3], your AppIntegrations DataIntegration must have
44
+ # an ObjectConfiguration if `objectFields` is not provided,
45
+ # including at least `id`, `title`, `updated_at`, and `draft` as
46
+ # source fields.
47
+ #
48
+ # * For [ SharePoint][4], your AppIntegrations DataIntegration must
49
+ # have a FileConfiguration, including only file extensions that are
50
+ # among `docx`, `pdf`, `html`, `htm`, and `txt`.
51
+ #
52
+ #
53
+ #
54
+ # [1]: https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/sforce_api_objects_knowledge__kav.htm
55
+ # [2]: https://developer.servicenow.com/dev.do#!/reference/api/rome/rest/knowledge-management-api
56
+ # [3]: https://developer.zendesk.com/api-reference/help_center/help-center-api/articles/
57
+ # [4]: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/sharepoint-net-server-csom-jsom-and-rest-api-index
32
58
  # @return [String]
33
59
  #
34
60
  # @!attribute [rw] object_fields
35
61
  # The fields from the source that are made available to your agents in
36
- # Wisdom.
62
+ # Wisdom. Optional if ObjectConfiguration is included in the provided
63
+ # DataIntegration.
37
64
  #
38
65
  # * For [ Salesforce][1], you must include at least `Id`,
39
66
  # `ArticleNumber`, `VersionNumber`, `Title`, `PublishStatus`, and
@@ -43,6 +70,9 @@ module Aws::ConnectWisdomService
43
70
  # `short_description`, `sys_mod_count`, `workflow_state`, and
44
71
  # `active`.
45
72
  #
73
+ # * For [ Zendesk][3], you must include at least `id`, `title`,
74
+ # `updated_at`, and `draft`.
75
+ #
46
76
  # Make sure to include additional fields. These fields are indexed and
47
77
  # used to source recommendations.
48
78
  #
@@ -50,6 +80,7 @@ module Aws::ConnectWisdomService
50
80
  #
51
81
  # [1]: https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/sforce_api_objects_knowledge__kav.htm
52
82
  # [2]: https://developer.servicenow.com/dev.do#!/reference/api/rome/rest/knowledge-management-api
83
+ # [3]: https://developer.zendesk.com/api-reference/help_center/help-center-api/articles/
53
84
  # @return [Array<String>]
54
85
  #
55
86
  # @see http://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/AppIntegrationsConfiguration AWS API Documentation
@@ -506,10 +537,16 @@ module Aws::ConnectWisdomService
506
537
  #
507
538
  # @!attribute [rw] client_token
508
539
  # A unique, case-sensitive identifier that you provide to ensure the
509
- # idempotency of the request.
540
+ # idempotency of the request. If not provided, the Amazon Web Services
541
+ # SDK populates this field. For more information about idempotency,
542
+ # see [Making retries safe with idempotent APIs][1].
510
543
  #
511
544
  # **A suitable default value is auto-generated.** You should normally
512
545
  # not need to pass this option.
546
+ #
547
+ #
548
+ #
549
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
513
550
  # @return [String]
514
551
  #
515
552
  # @!attribute [rw] tags
@@ -543,10 +580,16 @@ module Aws::ConnectWisdomService
543
580
 
544
581
  # @!attribute [rw] client_token
545
582
  # A unique, case-sensitive identifier that you provide to ensure the
546
- # idempotency of the request.
583
+ # idempotency of the request. If not provided, the Amazon Web Services
584
+ # SDK populates this field. For more information about idempotency,
585
+ # see [Making retries safe with idempotent APIs][1].
547
586
  #
548
587
  # **A suitable default value is auto-generated.** You should normally
549
588
  # not need to pass this option.
589
+ #
590
+ #
591
+ #
592
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
550
593
  # @return [String]
551
594
  #
552
595
  # @!attribute [rw] description
@@ -597,10 +640,16 @@ module Aws::ConnectWisdomService
597
640
 
598
641
  # @!attribute [rw] client_token
599
642
  # A unique, case-sensitive identifier that you provide to ensure the
600
- # idempotency of the request.
643
+ # idempotency of the request. If not provided, the Amazon Web Services
644
+ # SDK populates this field. For more information about idempotency,
645
+ # see [Making retries safe with idempotent APIs][1].
601
646
  #
602
647
  # **A suitable default value is auto-generated.** You should normally
603
648
  # not need to pass this option.
649
+ #
650
+ #
651
+ #
652
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
604
653
  # @return [String]
605
654
  #
606
655
  # @!attribute [rw] knowledge_base_id
@@ -680,10 +729,16 @@ module Aws::ConnectWisdomService
680
729
 
681
730
  # @!attribute [rw] client_token
682
731
  # A unique, case-sensitive identifier that you provide to ensure the
683
- # idempotency of the request.
732
+ # idempotency of the request. If not provided, the Amazon Web Services
733
+ # SDK populates this field. For more information about idempotency,
734
+ # see [Making retries safe with idempotent APIs][1].
684
735
  #
685
736
  # **A suitable default value is auto-generated.** You should normally
686
737
  # not need to pass this option.
738
+ #
739
+ #
740
+ #
741
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
687
742
  # @return [String]
688
743
  #
689
744
  # @!attribute [rw] description
@@ -753,10 +808,16 @@ module Aws::ConnectWisdomService
753
808
  #
754
809
  # @!attribute [rw] client_token
755
810
  # A unique, case-sensitive identifier that you provide to ensure the
756
- # idempotency of the request.
811
+ # idempotency of the request. If not provided, the Amazon Web Services
812
+ # SDK populates this field. For more information about idempotency,
813
+ # see [Making retries safe with idempotent APIs][1].
757
814
  #
758
815
  # **A suitable default value is auto-generated.** You should normally
759
816
  # not need to pass this option.
817
+ #
818
+ #
819
+ #
820
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
760
821
  # @return [String]
761
822
  #
762
823
  # @!attribute [rw] description
@@ -1774,7 +1835,7 @@ module Aws::ConnectWisdomService
1774
1835
  # @!attribute [rw] template_uri
1775
1836
  # A URI template containing exactly one variable in `$\{variableName\}
1776
1837
  # `format. This can only be set for `EXTERNAL` knowledge bases. For
1777
- # Salesforce and ServiceNow, the variable must be one of the
1838
+ # Salesforce, ServiceNow, and Zendesk, the variable must be one of the
1778
1839
  # following:
1779
1840
  #
1780
1841
  # * Salesforce: `Id`, `ArticleNumber`, `VersionNumber`, `Title`,
@@ -1782,9 +1843,15 @@ module Aws::ConnectWisdomService
1782
1843
  #
1783
1844
  # * ServiceNow: `number`, `short_description`, `sys_mod_count`,
1784
1845
  # `workflow_state`, or `active`
1785
- # ^
1786
1846
  #
1787
- # <p>The variable is replaced with the actual value for a piece of content when calling <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetContent.html">GetContent</a>. </p>
1847
+ # * Zendesk: `id`, `title`, `updated_at`, or `draft`
1848
+ #
1849
+ # The variable is replaced with the actual value for a piece of
1850
+ # content when calling [GetContent][1].
1851
+ #
1852
+ #
1853
+ #
1854
+ # [1]: https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetContent.html
1788
1855
  # @return [String]
1789
1856
  #
1790
1857
  # @see http://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/RenderingConfiguration AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connectwisdomservice/customizations'
52
52
  # @!group service
53
53
  module Aws::ConnectWisdomService
54
54
 
55
- GEM_VERSION = '1.12.0'
55
+ GEM_VERSION = '1.14.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectwisdomservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.14.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement