aws-sdk-connect 1.32.0 → 1.33.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: e062dfbd3106a56eda16ffa2ec9780e9153e126aa9bb8174ab7e8193afc41ed2
4
- data.tar.gz: d58f148d07215bd5776cb987e0240a5b1ff24647ea2c2378411364c991141ce5
3
+ metadata.gz: 44c12cc23a338295a3b3af6ed951fa38a9d587124e12c03278e2060dcf777fc5
4
+ data.tar.gz: 3ece6d08a9ef134764c1db0057c718325bc597007ae8f7bb32a81d5908f8fe09
5
5
  SHA512:
6
- metadata.gz: 164a7a83ce3fa576638cb5a93cd02bcfe3236d5e07b8d4b2e0bdb6a66e719d9b676d1da9a4561bbb49a44b8d3f6fbe6f133d68932ab74265f6b53b28396436f8
7
- data.tar.gz: 2ee4e3e77a428792fc415dc61d4d8991d2635beb6a6a1df4a5074b5a1673759b814624247178bb7713a0aeb42cf2d480a0022d94d24a9fe5bbddd722fb60dab5
6
+ metadata.gz: f8ec6f2dff23e0185fc5d176a6319e16536f93cba19e2473829f6fb17790c31295605998bcd8415ed0c22defb3aa862fe705d6d1d452d52385c5ea9f8c59d36c
7
+ data.tar.gz: ea727d8d1eb5e7bf07b9b4f7bb41741b6239c83bcf92a3a57276308c9f2343b7464b890de39167f6520b658d4f3158a6f8d4c91688557998ce3a9940acb363ca
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-connect/customizations'
48
48
  # @!group service
49
49
  module Aws::Connect
50
50
 
51
- GEM_VERSION = '1.32.0'
51
+ GEM_VERSION = '1.33.0'
52
52
 
53
53
  end
@@ -368,6 +368,13 @@ module Aws::Connect
368
368
 
369
369
  # Creates a contact flow for the specified Amazon Connect instance.
370
370
  #
371
+ # You can also create and update contact flows using the [Amazon Connect
372
+ # Flow language][1].
373
+ #
374
+ #
375
+ #
376
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html
377
+ #
371
378
  # @option params [required, String] :instance_id
372
379
  # The identifier of the Amazon Connect instance.
373
380
  #
@@ -633,6 +640,13 @@ module Aws::Connect
633
640
 
634
641
  # Describes the specified contact flow.
635
642
  #
643
+ # You can also create and update contact flows using the [Amazon Connect
644
+ # Flow language][1].
645
+ #
646
+ #
647
+ #
648
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html
649
+ #
636
650
  # @option params [required, String] :instance_id
637
651
  # The identifier of the Amazon Connect instance.
638
652
  #
@@ -1435,12 +1449,16 @@ module Aws::Connect
1435
1449
  # Provides information about the contact flows for the specified Amazon
1436
1450
  # Connect instance.
1437
1451
  #
1438
- # For more information about contact flows, see [Contact Flows][1] in
1452
+ # You can also create and update contact flows using the [Amazon Connect
1453
+ # Flow language][1].
1454
+ #
1455
+ # For more information about contact flows, see [Contact Flows][2] in
1439
1456
  # the *Amazon Connect Administrator Guide*.
1440
1457
  #
1441
1458
  #
1442
1459
  #
1443
- # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html
1460
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html
1461
+ # [2]: https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html
1444
1462
  #
1445
1463
  # @option params [required, String] :instance_id
1446
1464
  # The identifier of the Amazon Connect instance.
@@ -2399,7 +2417,8 @@ module Aws::Connect
2399
2417
 
2400
2418
  # Adds the specified tags to the specified resource.
2401
2419
  #
2402
- # The supported resource type is users.
2420
+ # The supported resource types are users, routing profiles, and contact
2421
+ # flows.
2403
2422
  #
2404
2423
  # For sample policies that use tags, see [Amazon Connect Identity-Based
2405
2424
  # Policy Examples][1] in the *Amazon Connect Administrator Guide*.
@@ -2477,6 +2496,9 @@ module Aws::Connect
2477
2496
  # Contact attributes are available in Amazon Connect for 24 months, and
2478
2497
  # are then deleted.
2479
2498
  #
2499
+ # This operation is also available in the Amazon Connect Flow language.
2500
+ # See [UpdateContactAttributes][1].
2501
+ #
2480
2502
  # **Important:** You cannot use the operation to update attributes for
2481
2503
  # contacts that occurred prior to the release of the API, September 12,
2482
2504
  # 2018. You can update attributes only for contacts that started after
@@ -2485,6 +2507,10 @@ module Aws::Connect
2485
2507
  # returned. This applies also to queued callbacks that were initiated
2486
2508
  # prior to the release of the API but are still active in your instance.
2487
2509
  #
2510
+ #
2511
+ #
2512
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/contact-actions-updatecontactattributes.html
2513
+ #
2488
2514
  # @option params [required, String] :initial_contact_id
2489
2515
  # The identifier of the contact. This is the identifier of the contact
2490
2516
  # associated with the first interaction with the contact center.
@@ -2523,6 +2549,13 @@ module Aws::Connect
2523
2549
 
2524
2550
  # Updates the specified contact flow.
2525
2551
  #
2552
+ # You can also create and update contact flows using the [Amazon Connect
2553
+ # Flow language][1].
2554
+ #
2555
+ #
2556
+ #
2557
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html
2558
+ #
2526
2559
  # @option params [required, String] :instance_id
2527
2560
  # The identifier of the Amazon Connect instance.
2528
2561
  #
@@ -2530,7 +2563,13 @@ module Aws::Connect
2530
2563
  # The identifier of the contact flow.
2531
2564
  #
2532
2565
  # @option params [required, String] :content
2533
- # The content of the contact flow.
2566
+ # The JSON string that represents contact flow’s content. For an
2567
+ # example, see [Example contact flow in Amazon Connect Flow language][1]
2568
+ # in the *Amazon Connect Administrator Guide*.
2569
+ #
2570
+ #
2571
+ #
2572
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language-example.html
2534
2573
  #
2535
2574
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2536
2575
  #
@@ -2913,7 +2952,7 @@ module Aws::Connect
2913
2952
  params: params,
2914
2953
  config: config)
2915
2954
  context[:gem_name] = 'aws-sdk-connect'
2916
- context[:gem_version] = '1.32.0'
2955
+ context[:gem_version] = '1.33.0'
2917
2956
  Seahorse::Client::Request.new(handlers, context)
2918
2957
  end
2919
2958
 
@@ -142,6 +142,13 @@ module Aws::Connect
142
142
 
143
143
  # Contains summary information about a contact flow.
144
144
  #
145
+ # You can also create and update contact flows using the [Amazon Connect
146
+ # Flow language][1].
147
+ #
148
+ #
149
+ #
150
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html
151
+ #
145
152
  # @!attribute [rw] id
146
153
  # The identifier of the contact flow.
147
154
  # @return [String]
@@ -3306,7 +3313,13 @@ module Aws::Connect
3306
3313
  # @return [String]
3307
3314
  #
3308
3315
  # @!attribute [rw] content
3309
- # The content of the contact flow.
3316
+ # The JSON string that represents contact flow’s content. For an
3317
+ # example, see [Example contact flow in Amazon Connect Flow
3318
+ # language][1] in the *Amazon Connect Administrator Guide*.
3319
+ #
3320
+ #
3321
+ #
3322
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language-example.html
3310
3323
  # @return [String]
3311
3324
  #
3312
3325
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowContentRequest AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.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-09-16 00:00:00.000000000 Z
11
+ date: 2020-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core