cdk-lambda-subminute 2.0.325 → 2.0.326

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.
Files changed (39) hide show
  1. package/.jsii +16 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/b2bi-2022-06-23.examples.json +0 -709
  5. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +84 -20
  6. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +269 -201
  7. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +85 -65
  8. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +4 -1
  9. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +479 -317
  10. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  11. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.examples.json +5 -0
  12. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.min.json +1286 -0
  13. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.paginators.json +28 -0
  14. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +548 -466
  15. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  16. package/node_modules/aws-sdk/clients/all.js +2 -1
  17. package/node_modules/aws-sdk/clients/appstream.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/b2bi.d.ts +45 -45
  19. package/node_modules/aws-sdk/clients/billingconductor.d.ts +98 -3
  20. package/node_modules/aws-sdk/clients/connect.d.ts +94 -38
  21. package/node_modules/aws-sdk/clients/controltower.d.ts +3 -3
  22. package/node_modules/aws-sdk/clients/firehose.d.ts +24 -0
  23. package/node_modules/aws-sdk/clients/gamelift.d.ts +14 -10
  24. package/node_modules/aws-sdk/clients/iot.d.ts +173 -1
  25. package/node_modules/aws-sdk/clients/neptunegraph.d.ts +1394 -0
  26. package/node_modules/aws-sdk/clients/neptunegraph.js +19 -0
  27. package/node_modules/aws-sdk/clients/opensearch.d.ts +23 -23
  28. package/node_modules/aws-sdk/clients/quicksight.d.ts +75 -3
  29. package/node_modules/aws-sdk/clients/workspaces.d.ts +3 -3
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +68 -10
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +844 -587
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
  34. package/node_modules/aws-sdk/dist-tools/service-collector.js +1 -1
  35. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  36. package/node_modules/aws-sdk/lib/core.js +1 -1
  37. package/node_modules/aws-sdk/lib/services/neptunegraph.js +14 -0
  38. package/node_modules/aws-sdk/package.json +1 -1
  39. package/package.json +3 -3
@@ -1459,6 +1459,14 @@ declare class Connect extends Service {
1459
1459
  * When a contact is being recorded, this API suspends recording whatever is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would be suspended. For example, you might suspend the screen recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording the screen. The period of time that the recording is suspended is filled with silence in the final recording. Voice and screen recordings are supported.
1460
1460
  */
1461
1461
  suspendContactRecording(callback?: (err: AWSError, data: Connect.Types.SuspendContactRecordingResponse) => void): Request<Connect.Types.SuspendContactRecordingResponse, AWSError>;
1462
+ /**
1463
+ * Adds the specified tags to the contact resource. For more information about this API is used, see Set up granular billing for a detailed view of your Amazon Connect usage.
1464
+ */
1465
+ tagContact(params: Connect.Types.TagContactRequest, callback?: (err: AWSError, data: Connect.Types.TagContactResponse) => void): Request<Connect.Types.TagContactResponse, AWSError>;
1466
+ /**
1467
+ * Adds the specified tags to the contact resource. For more information about this API is used, see Set up granular billing for a detailed view of your Amazon Connect usage.
1468
+ */
1469
+ tagContact(callback?: (err: AWSError, data: Connect.Types.TagContactResponse) => void): Request<Connect.Types.TagContactResponse, AWSError>;
1462
1470
  /**
1463
1471
  * Adds the specified tags to the specified resource. Some of the supported resource types are agents, routing profiles, queues, quick connects, contact flows, agent statuses, hours of operation, phone numbers, security profiles, and task templates. For a complete list, see Tagging resources in Amazon Connect. For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
1464
1472
  */
@@ -1475,6 +1483,14 @@ declare class Connect extends Service {
1475
1483
  * Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created. You can transfer a contact to another queue by providing the flow which orchestrates the contact to the destination queue. This gives you more control over contact handling and helps you adhere to the service level agreement (SLA) guaranteed to your customers. Note the following requirements: Transfer is supported for only TASK contacts. Do not use both QueueId and UserId in the same call. The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer to queue flow. The TransferContact API can be called only on active contacts. A contact cannot be transferred more than 11 times.
1476
1484
  */
1477
1485
  transferContact(callback?: (err: AWSError, data: Connect.Types.TransferContactResponse) => void): Request<Connect.Types.TransferContactResponse, AWSError>;
1486
+ /**
1487
+ * Removes the specified tags from the contact resource. For more information about this API is used, see Set up granular billing for a detailed view of your Amazon Connect usage.
1488
+ */
1489
+ untagContact(params: Connect.Types.UntagContactRequest, callback?: (err: AWSError, data: Connect.Types.UntagContactResponse) => void): Request<Connect.Types.UntagContactResponse, AWSError>;
1490
+ /**
1491
+ * Removes the specified tags from the contact resource. For more information about this API is used, see Set up granular billing for a detailed view of your Amazon Connect usage.
1492
+ */
1493
+ untagContact(callback?: (err: AWSError, data: Connect.Types.UntagContactResponse) => void): Request<Connect.Types.UntagContactResponse, AWSError>;
1478
1494
  /**
1479
1495
  * Removes the specified tags from the specified resource.
1480
1496
  */
@@ -1946,7 +1962,7 @@ declare namespace Connect {
1946
1962
  */
1947
1963
  State?: AgentStatusState;
1948
1964
  /**
1949
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
1965
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
1950
1966
  */
1951
1967
  Tags?: TagMap;
1952
1968
  /**
@@ -2500,7 +2516,7 @@ declare namespace Connect {
2500
2516
  */
2501
2517
  PhoneNumberDescription?: PhoneNumberDescription;
2502
2518
  /**
2503
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
2519
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
2504
2520
  */
2505
2521
  Tags?: TagMap;
2506
2522
  /**
@@ -2552,7 +2568,7 @@ declare namespace Connect {
2552
2568
  */
2553
2569
  InstanceId?: InstanceId;
2554
2570
  /**
2555
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
2571
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
2556
2572
  */
2557
2573
  Tags?: TagMap;
2558
2574
  /**
@@ -2643,6 +2659,10 @@ declare namespace Connect {
2643
2659
  * Information about Amazon Connect Wisdom.
2644
2660
  */
2645
2661
  WisdomInfo?: WisdomInfo;
2662
+ /**
2663
+ * Tags associated with the contact. This contains both Amazon Web Services generated and user-defined tags.
2664
+ */
2665
+ Tags?: ContactTagMap;
2646
2666
  }
2647
2667
  export interface ContactDataRequest {
2648
2668
  /**
@@ -2707,7 +2727,7 @@ declare namespace Connect {
2707
2727
  */
2708
2728
  Content?: ContactFlowContent;
2709
2729
  /**
2710
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
2730
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
2711
2731
  */
2712
2732
  Tags?: TagMap;
2713
2733
  }
@@ -2744,7 +2764,7 @@ declare namespace Connect {
2744
2764
  */
2745
2765
  Status?: ContactFlowModuleStatus;
2746
2766
  /**
2747
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
2767
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
2748
2768
  */
2749
2769
  Tags?: TagMap;
2750
2770
  }
@@ -2805,6 +2825,10 @@ declare namespace Connect {
2805
2825
  export type ContactReferences = {[key: string]: Reference};
2806
2826
  export type ContactState = "INCOMING"|"PENDING"|"CONNECTING"|"CONNECTED"|"CONNECTED_ONHOLD"|"MISSED"|"ERROR"|"ENDED"|"REJECTED"|string;
2807
2827
  export type ContactStates = ContactState[];
2828
+ export type ContactTagKey = string;
2829
+ export type ContactTagKeys = ContactTagKey[];
2830
+ export type ContactTagMap = {[key: string]: ContactTagValue};
2831
+ export type ContactTagValue = string;
2808
2832
  export type Content = string;
2809
2833
  export type ContentType = string;
2810
2834
  export interface ControlPlaneTagFilter {
@@ -2843,7 +2867,7 @@ declare namespace Connect {
2843
2867
  */
2844
2868
  DisplayOrder?: AgentStatusOrderNumber;
2845
2869
  /**
2846
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
2870
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
2847
2871
  */
2848
2872
  Tags?: TagMap;
2849
2873
  }
@@ -2875,7 +2899,7 @@ declare namespace Connect {
2875
2899
  */
2876
2900
  Content: ContactFlowModuleContent;
2877
2901
  /**
2878
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
2902
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
2879
2903
  */
2880
2904
  Tags?: TagMap;
2881
2905
  /**
@@ -2915,7 +2939,7 @@ declare namespace Connect {
2915
2939
  */
2916
2940
  Content: ContactFlowContent;
2917
2941
  /**
2918
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
2942
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
2919
2943
  */
2920
2944
  Tags?: TagMap;
2921
2945
  }
@@ -2987,7 +3011,7 @@ declare namespace Connect {
2987
3011
  */
2988
3012
  Config: HoursOfOperationConfigList;
2989
3013
  /**
2990
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
3014
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
2991
3015
  */
2992
3016
  Tags?: TagMap;
2993
3017
  }
@@ -3067,7 +3091,7 @@ declare namespace Connect {
3067
3091
  */
3068
3092
  SourceType?: SourceType;
3069
3093
  /**
3070
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
3094
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
3071
3095
  */
3072
3096
  Tags?: TagMap;
3073
3097
  }
@@ -3155,7 +3179,7 @@ declare namespace Connect {
3155
3179
  */
3156
3180
  S3Uri: S3Uri;
3157
3181
  /**
3158
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
3182
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
3159
3183
  */
3160
3184
  Tags?: TagMap;
3161
3185
  }
@@ -3199,7 +3223,7 @@ declare namespace Connect {
3199
3223
  */
3200
3224
  QuickConnectIds?: QuickConnectsList;
3201
3225
  /**
3202
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
3226
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
3203
3227
  */
3204
3228
  Tags?: TagMap;
3205
3229
  }
@@ -3231,7 +3255,7 @@ declare namespace Connect {
3231
3255
  */
3232
3256
  QuickConnectConfig: QuickConnectConfig;
3233
3257
  /**
3234
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
3258
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
3235
3259
  */
3236
3260
  Tags?: TagMap;
3237
3261
  }
@@ -3271,7 +3295,7 @@ declare namespace Connect {
3271
3295
  */
3272
3296
  MediaConcurrencies: MediaConcurrencies;
3273
3297
  /**
3274
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
3298
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
3275
3299
  */
3276
3300
  Tags?: TagMap;
3277
3301
  /**
@@ -3348,7 +3372,7 @@ declare namespace Connect {
3348
3372
  */
3349
3373
  InstanceId: InstanceId;
3350
3374
  /**
3351
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
3375
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
3352
3376
  */
3353
3377
  Tags?: TagMap;
3354
3378
  /**
@@ -3440,7 +3464,7 @@ declare namespace Connect {
3440
3464
  */
3441
3465
  ClientToken?: ClientToken;
3442
3466
  /**
3443
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
3467
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
3444
3468
  */
3445
3469
  Tags?: TagMap;
3446
3470
  }
@@ -3468,7 +3492,7 @@ declare namespace Connect {
3468
3492
  */
3469
3493
  UseCaseType: UseCaseType;
3470
3494
  /**
3471
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
3495
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
3472
3496
  */
3473
3497
  Tags?: TagMap;
3474
3498
  }
@@ -3496,7 +3520,7 @@ declare namespace Connect {
3496
3520
  */
3497
3521
  InstanceId: InstanceId;
3498
3522
  /**
3499
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
3523
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
3500
3524
  */
3501
3525
  Tags?: TagMap;
3502
3526
  }
@@ -3548,7 +3572,7 @@ declare namespace Connect {
3548
3572
  */
3549
3573
  InstanceId: InstanceId;
3550
3574
  /**
3551
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
3575
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
3552
3576
  */
3553
3577
  Tags?: TagMap;
3554
3578
  }
@@ -3644,7 +3668,7 @@ declare namespace Connect {
3644
3668
  */
3645
3669
  Content: VocabularyContent;
3646
3670
  /**
3647
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
3671
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
3648
3672
  */
3649
3673
  Tags?: TagMap;
3650
3674
  }
@@ -4684,7 +4708,7 @@ declare namespace Connect {
4684
4708
  */
4685
4709
  LastModifiedTime: Timestamp;
4686
4710
  /**
4687
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
4711
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
4688
4712
  */
4689
4713
  Tags?: TagMap;
4690
4714
  }
@@ -4776,7 +4800,7 @@ declare namespace Connect {
4776
4800
  */
4777
4801
  LastModifiedBy: ARN;
4778
4802
  /**
4779
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
4803
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
4780
4804
  */
4781
4805
  Tags?: TagMap;
4782
4806
  }
@@ -5564,7 +5588,7 @@ declare namespace Connect {
5564
5588
  */
5565
5589
  CreatedTime?: timestamp;
5566
5590
  /**
5567
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
5591
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
5568
5592
  */
5569
5593
  Tags?: TagMap;
5570
5594
  }
@@ -5622,7 +5646,7 @@ declare namespace Connect {
5622
5646
  */
5623
5647
  HierarchyPath?: HierarchyPath;
5624
5648
  /**
5625
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
5649
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
5626
5650
  */
5627
5651
  Tags?: TagMap;
5628
5652
  /**
@@ -5868,7 +5892,7 @@ declare namespace Connect {
5868
5892
  */
5869
5893
  Config?: HoursOfOperationConfigList;
5870
5894
  /**
5871
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
5895
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
5872
5896
  */
5873
5897
  Tags?: TagMap;
5874
5898
  /**
@@ -5966,7 +5990,7 @@ declare namespace Connect {
5966
5990
  */
5967
5991
  PhoneNumberDescription?: PhoneNumberDescription;
5968
5992
  /**
5969
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
5993
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
5970
5994
  */
5971
5995
  Tags?: TagMap;
5972
5996
  /**
@@ -7640,7 +7664,7 @@ declare namespace Connect {
7640
7664
  export type NotificationDeliveryType = "EMAIL"|string;
7641
7665
  export interface NotificationRecipientType {
7642
7666
  /**
7643
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. Amazon Connect users with the specified tags will be notified.
7667
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }. Amazon Connect users with the specified tags will be notified.
7644
7668
  */
7645
7669
  UserTags?: UserTagMap;
7646
7670
  /**
@@ -7831,7 +7855,7 @@ declare namespace Connect {
7831
7855
  */
7832
7856
  Description?: PromptDescription;
7833
7857
  /**
7834
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
7858
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
7835
7859
  */
7836
7860
  Tags?: TagMap;
7837
7861
  /**
@@ -7939,7 +7963,7 @@ declare namespace Connect {
7939
7963
  */
7940
7964
  Status?: QueueStatus;
7941
7965
  /**
7942
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
7966
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
7943
7967
  */
7944
7968
  Tags?: TagMap;
7945
7969
  /**
@@ -8061,7 +8085,7 @@ declare namespace Connect {
8061
8085
  */
8062
8086
  QuickConnectConfig?: QuickConnectConfig;
8063
8087
  /**
8064
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
8088
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
8065
8089
  */
8066
8090
  Tags?: TagMap;
8067
8091
  /**
@@ -8508,7 +8532,7 @@ declare namespace Connect {
8508
8532
  */
8509
8533
  DefaultOutboundQueueId?: QueueId;
8510
8534
  /**
8511
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
8535
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
8512
8536
  */
8513
8537
  Tags?: TagMap;
8514
8538
  /**
@@ -8687,7 +8711,7 @@ declare namespace Connect {
8687
8711
  */
8688
8712
  LastUpdatedBy: ARN;
8689
8713
  /**
8690
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
8714
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
8691
8715
  */
8692
8716
  Tags?: TagMap;
8693
8717
  }
@@ -9173,7 +9197,7 @@ declare namespace Connect {
9173
9197
  */
9174
9198
  Description?: SecurityProfileDescription;
9175
9199
  /**
9176
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
9200
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
9177
9201
  */
9178
9202
  Tags?: TagMap;
9179
9203
  /**
@@ -9234,7 +9258,7 @@ declare namespace Connect {
9234
9258
  */
9235
9259
  Description?: SecurityProfileDescription;
9236
9260
  /**
9237
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
9261
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
9238
9262
  */
9239
9263
  Tags?: TagMap;
9240
9264
  }
@@ -9808,6 +9832,22 @@ declare namespace Connect {
9808
9832
  */
9809
9833
  TagValue?: String;
9810
9834
  }
9835
+ export interface TagContactRequest {
9836
+ /**
9837
+ * The identifier of the contact in this instance of Amazon Connect.
9838
+ */
9839
+ ContactId: ContactId;
9840
+ /**
9841
+ * The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
9842
+ */
9843
+ InstanceId: InstanceId;
9844
+ /**
9845
+ * The tags to be assigned to the contact resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }. Authorization is not supported by this tag.
9846
+ */
9847
+ Tags: ContactTagMap;
9848
+ }
9849
+ export interface TagContactResponse {
9850
+ }
9811
9851
  export type TagKey = string;
9812
9852
  export type TagKeyList = TagKey[];
9813
9853
  export type TagKeyString = string;
@@ -9819,7 +9859,7 @@ declare namespace Connect {
9819
9859
  */
9820
9860
  resourceArn: ARN;
9821
9861
  /**
9822
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
9862
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
9823
9863
  */
9824
9864
  tags: TagMap;
9825
9865
  }
@@ -10030,7 +10070,7 @@ declare namespace Connect {
10030
10070
  */
10031
10071
  Status?: TrafficDistributionGroupStatus;
10032
10072
  /**
10033
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
10073
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
10034
10074
  */
10035
10075
  Tags?: TagMap;
10036
10076
  /**
@@ -10115,6 +10155,22 @@ declare namespace Connect {
10115
10155
  }
10116
10156
  export type URI = string;
10117
10157
  export type Unit = "SECONDS"|"COUNT"|"PERCENT"|string;
10158
+ export interface UntagContactRequest {
10159
+ /**
10160
+ * The identifier of the contact in this instance of Amazon Connect.
10161
+ */
10162
+ ContactId: ContactId;
10163
+ /**
10164
+ * The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
10165
+ */
10166
+ InstanceId: InstanceId;
10167
+ /**
10168
+ * A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.
10169
+ */
10170
+ TagKeys: ContactTagKeys;
10171
+ }
10172
+ export interface UntagContactResponse {
10173
+ }
10118
10174
  export interface UntagResourceRequest {
10119
10175
  /**
10120
10176
  * The Amazon Resource Name (ARN) of the resource.
@@ -11292,7 +11348,7 @@ declare namespace Connect {
11292
11348
  */
11293
11349
  SecurityProfileIds?: SecurityProfileIds;
11294
11350
  /**
11295
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
11351
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
11296
11352
  */
11297
11353
  Tags?: TagMap;
11298
11354
  /**
@@ -11512,7 +11568,7 @@ declare namespace Connect {
11512
11568
  */
11513
11569
  Content?: VocabularyContent;
11514
11570
  /**
11515
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
11571
+ * The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
11516
11572
  */
11517
11573
  Tags?: TagMap;
11518
11574
  }
@@ -169,7 +169,7 @@ declare namespace ControlTower {
169
169
  export type ControlOperationType = "ENABLE_CONTROL"|"DISABLE_CONTROL"|"UPDATE_ENABLED_CONTROL"|string;
170
170
  export interface CreateLandingZoneInput {
171
171
  /**
172
- * The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review The manifest file.
172
+ * The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review Launch your landing zone.
173
173
  */
174
174
  manifest: Manifest;
175
175
  /**
@@ -404,7 +404,7 @@ declare namespace ControlTower {
404
404
  */
405
405
  latestAvailableVersion?: LandingZoneVersion;
406
406
  /**
407
- * The landing zone manifest.yaml text file that specifies the landing zone configurations.
407
+ * The landing zone manifest JSON text file that specifies the landing zone configurations.
408
408
  */
409
409
  manifest: Manifest;
410
410
  /**
@@ -591,7 +591,7 @@ declare namespace ControlTower {
591
591
  */
592
592
  landingZoneIdentifier: String;
593
593
  /**
594
- * The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review The manifest file.
594
+ * The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review Launch your landing zone.
595
595
  */
596
596
  manifest: Manifest;
597
597
  /**
@@ -1876,6 +1876,18 @@ declare namespace Firehose {
1876
1876
  */
1877
1877
  MSKSourceDescription?: MSKSourceDescription;
1878
1878
  }
1879
+ export interface SplunkBufferingHints {
1880
+ /**
1881
+ * Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 60 (1 minute).
1882
+ */
1883
+ IntervalInSeconds?: SplunkBufferingIntervalInSeconds;
1884
+ /**
1885
+ * Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
1886
+ */
1887
+ SizeInMBs?: SplunkBufferingSizeInMBs;
1888
+ }
1889
+ export type SplunkBufferingIntervalInSeconds = number;
1890
+ export type SplunkBufferingSizeInMBs = number;
1879
1891
  export interface SplunkDestinationConfiguration {
1880
1892
  /**
1881
1893
  * The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.
@@ -1913,6 +1925,10 @@ declare namespace Firehose {
1913
1925
  * The Amazon CloudWatch logging options for your delivery stream.
1914
1926
  */
1915
1927
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1928
+ /**
1929
+ * The buffering options. If no value is specified, the default values for Splunk are used.
1930
+ */
1931
+ BufferingHints?: SplunkBufferingHints;
1916
1932
  }
1917
1933
  export interface SplunkDestinationDescription {
1918
1934
  /**
@@ -1951,6 +1967,10 @@ declare namespace Firehose {
1951
1967
  * The Amazon CloudWatch logging options for your delivery stream.
1952
1968
  */
1953
1969
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1970
+ /**
1971
+ * The buffering options. If no value is specified, the default values for Splunk are used.
1972
+ */
1973
+ BufferingHints?: SplunkBufferingHints;
1954
1974
  }
1955
1975
  export interface SplunkDestinationUpdate {
1956
1976
  /**
@@ -1989,6 +2009,10 @@ declare namespace Firehose {
1989
2009
  * The Amazon CloudWatch logging options for your delivery stream.
1990
2010
  */
1991
2011
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
2012
+ /**
2013
+ * The buffering options. If no value is specified, the default values for Splunk are used.
2014
+ */
2015
+ BufferingHints?: SplunkBufferingHints;
1992
2016
  }
1993
2017
  export type SplunkRetryDurationInSeconds = number;
1994
2018
  export interface SplunkRetryOptions {