aws-sdk 2.1393.0 → 2.1395.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.
- package/CHANGELOG.md +12 -1
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +3 -0
- package/apis/connect-2017-08-08.min.json +263 -62
- package/apis/connect-2017-08-08.paginators.json +27 -0
- package/apis/metadata.json +8 -0
- package/apis/payment-cryptography-2021-09-14.examples.json +5 -0
- package/apis/payment-cryptography-2021-09-14.min.json +770 -0
- package/apis/payment-cryptography-2021-09-14.paginators.json +22 -0
- package/apis/payment-cryptography-data-2022-02-03.examples.json +5 -0
- package/apis/payment-cryptography-data-2022-02-03.min.json +1018 -0
- package/apis/payment-cryptography-data-2022-02-03.paginators.json +4 -0
- package/apis/servicecatalog-2015-12-10.min.json +38 -29
- package/apis/timestream-write-2018-11-01.min.json +36 -8
- package/clients/acmpca.d.ts +2 -2
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/athena.d.ts +6 -2
- package/clients/comprehendmedical.d.ts +4 -4
- package/clients/connect.d.ts +197 -2
- package/clients/paymentcryptography.d.ts +867 -0
- package/clients/paymentcryptography.js +18 -0
- package/clients/paymentcryptographydata.d.ts +1161 -0
- package/clients/paymentcryptographydata.js +18 -0
- package/clients/servicecatalog.d.ts +10 -2
- package/clients/timestreamwrite.d.ts +39 -4
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +83 -9
- package/dist/aws-sdk.js +342 -94
- package/dist/aws-sdk.min.js +98 -98
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,18 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1395.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1395.0
|
6
|
+
* feature: Connect: This release adds search APIs for Prompts, Quick Connects and Hours of Operations, which can be used to search for those resources within a Connect Instance.
|
7
|
+
|
8
|
+
## 2.1394.0
|
9
|
+
* feature: Athena: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
|
10
|
+
* feature: ComprehendMedical: This release supports a new set of entities and traits.
|
11
|
+
* feature: PaymentCryptography: Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing.
|
12
|
+
* feature: PaymentCryptographyData: Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing.
|
13
|
+
* feature: ServiceCatalog: New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product
|
14
|
+
* feature: TimestreamWrite: This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation.
|
15
|
+
|
5
16
|
## 2.1393.0
|
6
17
|
* feature: CloudFormation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT
|
7
18
|
* feature: CloudWatchLogs: This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via "inheritedProperties" list in the response.
|
package/README.md
CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
71
71
|
To use the SDK in the browser, simply add the following script tag to your
|
72
72
|
HTML pages:
|
73
73
|
|
74
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1395.0.min.js"></script>
|
75
75
|
|
76
76
|
You can also build a custom browser SDK with your specified set of AWS services.
|
77
77
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -1996,20 +1996,7 @@
|
|
1996
1996
|
"type": "structure",
|
1997
1997
|
"members": {
|
1998
1998
|
"HoursOfOperation": {
|
1999
|
-
"
|
2000
|
-
"members": {
|
2001
|
-
"HoursOfOperationId": {},
|
2002
|
-
"HoursOfOperationArn": {},
|
2003
|
-
"Name": {},
|
2004
|
-
"Description": {},
|
2005
|
-
"TimeZone": {},
|
2006
|
-
"Config": {
|
2007
|
-
"shape": "S3h"
|
2008
|
-
},
|
2009
|
-
"Tags": {
|
2010
|
-
"shape": "S1n"
|
2011
|
-
}
|
2012
|
-
}
|
1999
|
+
"shape": "Sa4"
|
2013
2000
|
}
|
2014
2001
|
}
|
2015
2002
|
}
|
@@ -2203,16 +2190,7 @@
|
|
2203
2190
|
"type": "structure",
|
2204
2191
|
"members": {
|
2205
2192
|
"Prompt": {
|
2206
|
-
"
|
2207
|
-
"members": {
|
2208
|
-
"PromptARN": {},
|
2209
|
-
"PromptId": {},
|
2210
|
-
"Name": {},
|
2211
|
-
"Description": {},
|
2212
|
-
"Tags": {
|
2213
|
-
"shape": "S1n"
|
2214
|
-
}
|
2215
|
-
}
|
2193
|
+
"shape": "Sar"
|
2216
2194
|
}
|
2217
2195
|
}
|
2218
2196
|
}
|
@@ -2274,19 +2252,7 @@
|
|
2274
2252
|
"type": "structure",
|
2275
2253
|
"members": {
|
2276
2254
|
"QuickConnect": {
|
2277
|
-
"
|
2278
|
-
"members": {
|
2279
|
-
"QuickConnectARN": {},
|
2280
|
-
"QuickConnectId": {},
|
2281
|
-
"Name": {},
|
2282
|
-
"Description": {},
|
2283
|
-
"QuickConnectConfig": {
|
2284
|
-
"shape": "S4r"
|
2285
|
-
},
|
2286
|
-
"Tags": {
|
2287
|
-
"shape": "S1n"
|
2288
|
-
}
|
2289
|
-
}
|
2255
|
+
"shape": "Say"
|
2290
2256
|
}
|
2291
2257
|
}
|
2292
2258
|
}
|
@@ -5461,6 +5427,94 @@
|
|
5461
5427
|
}
|
5462
5428
|
}
|
5463
5429
|
},
|
5430
|
+
"SearchHoursOfOperations": {
|
5431
|
+
"http": {
|
5432
|
+
"requestUri": "/search-hours-of-operations"
|
5433
|
+
},
|
5434
|
+
"input": {
|
5435
|
+
"type": "structure",
|
5436
|
+
"required": [
|
5437
|
+
"InstanceId"
|
5438
|
+
],
|
5439
|
+
"members": {
|
5440
|
+
"InstanceId": {},
|
5441
|
+
"NextToken": {},
|
5442
|
+
"MaxResults": {
|
5443
|
+
"type": "integer"
|
5444
|
+
},
|
5445
|
+
"SearchFilter": {
|
5446
|
+
"type": "structure",
|
5447
|
+
"members": {
|
5448
|
+
"TagFilter": {
|
5449
|
+
"shape": "Sk1"
|
5450
|
+
}
|
5451
|
+
}
|
5452
|
+
},
|
5453
|
+
"SearchCriteria": {
|
5454
|
+
"shape": "Sk5"
|
5455
|
+
}
|
5456
|
+
}
|
5457
|
+
},
|
5458
|
+
"output": {
|
5459
|
+
"type": "structure",
|
5460
|
+
"members": {
|
5461
|
+
"HoursOfOperations": {
|
5462
|
+
"type": "list",
|
5463
|
+
"member": {
|
5464
|
+
"shape": "Sa4"
|
5465
|
+
}
|
5466
|
+
},
|
5467
|
+
"NextToken": {},
|
5468
|
+
"ApproximateTotalCount": {
|
5469
|
+
"type": "long"
|
5470
|
+
}
|
5471
|
+
}
|
5472
|
+
}
|
5473
|
+
},
|
5474
|
+
"SearchPrompts": {
|
5475
|
+
"http": {
|
5476
|
+
"requestUri": "/search-prompts"
|
5477
|
+
},
|
5478
|
+
"input": {
|
5479
|
+
"type": "structure",
|
5480
|
+
"required": [
|
5481
|
+
"InstanceId"
|
5482
|
+
],
|
5483
|
+
"members": {
|
5484
|
+
"InstanceId": {},
|
5485
|
+
"NextToken": {},
|
5486
|
+
"MaxResults": {
|
5487
|
+
"type": "integer"
|
5488
|
+
},
|
5489
|
+
"SearchFilter": {
|
5490
|
+
"type": "structure",
|
5491
|
+
"members": {
|
5492
|
+
"TagFilter": {
|
5493
|
+
"shape": "Sk1"
|
5494
|
+
}
|
5495
|
+
}
|
5496
|
+
},
|
5497
|
+
"SearchCriteria": {
|
5498
|
+
"shape": "Skd"
|
5499
|
+
}
|
5500
|
+
}
|
5501
|
+
},
|
5502
|
+
"output": {
|
5503
|
+
"type": "structure",
|
5504
|
+
"members": {
|
5505
|
+
"Prompts": {
|
5506
|
+
"type": "list",
|
5507
|
+
"member": {
|
5508
|
+
"shape": "Sar"
|
5509
|
+
}
|
5510
|
+
},
|
5511
|
+
"NextToken": {},
|
5512
|
+
"ApproximateTotalCount": {
|
5513
|
+
"type": "long"
|
5514
|
+
}
|
5515
|
+
}
|
5516
|
+
}
|
5517
|
+
},
|
5464
5518
|
"SearchQueues": {
|
5465
5519
|
"http": {
|
5466
5520
|
"requestUri": "/search-queues"
|
@@ -5485,7 +5539,7 @@
|
|
5485
5539
|
}
|
5486
5540
|
},
|
5487
5541
|
"SearchCriteria": {
|
5488
|
-
"shape": "
|
5542
|
+
"shape": "Skj"
|
5489
5543
|
}
|
5490
5544
|
}
|
5491
5545
|
},
|
@@ -5505,6 +5559,50 @@
|
|
5505
5559
|
}
|
5506
5560
|
}
|
5507
5561
|
},
|
5562
|
+
"SearchQuickConnects": {
|
5563
|
+
"http": {
|
5564
|
+
"requestUri": "/search-quick-connects"
|
5565
|
+
},
|
5566
|
+
"input": {
|
5567
|
+
"type": "structure",
|
5568
|
+
"required": [
|
5569
|
+
"InstanceId"
|
5570
|
+
],
|
5571
|
+
"members": {
|
5572
|
+
"InstanceId": {},
|
5573
|
+
"NextToken": {},
|
5574
|
+
"MaxResults": {
|
5575
|
+
"type": "integer"
|
5576
|
+
},
|
5577
|
+
"SearchFilter": {
|
5578
|
+
"type": "structure",
|
5579
|
+
"members": {
|
5580
|
+
"TagFilter": {
|
5581
|
+
"shape": "Sk1"
|
5582
|
+
}
|
5583
|
+
}
|
5584
|
+
},
|
5585
|
+
"SearchCriteria": {
|
5586
|
+
"shape": "Skq"
|
5587
|
+
}
|
5588
|
+
}
|
5589
|
+
},
|
5590
|
+
"output": {
|
5591
|
+
"type": "structure",
|
5592
|
+
"members": {
|
5593
|
+
"QuickConnects": {
|
5594
|
+
"type": "list",
|
5595
|
+
"member": {
|
5596
|
+
"shape": "Say"
|
5597
|
+
}
|
5598
|
+
},
|
5599
|
+
"NextToken": {},
|
5600
|
+
"ApproximateTotalCount": {
|
5601
|
+
"type": "long"
|
5602
|
+
}
|
5603
|
+
}
|
5604
|
+
}
|
5605
|
+
},
|
5508
5606
|
"SearchRoutingProfiles": {
|
5509
5607
|
"http": {
|
5510
5608
|
"requestUri": "/search-routing-profiles"
|
@@ -5529,7 +5627,7 @@
|
|
5529
5627
|
}
|
5530
5628
|
},
|
5531
5629
|
"SearchCriteria": {
|
5532
|
-
"shape": "
|
5630
|
+
"shape": "Skw"
|
5533
5631
|
}
|
5534
5632
|
}
|
5535
5633
|
},
|
@@ -5565,7 +5663,7 @@
|
|
5565
5663
|
"type": "integer"
|
5566
5664
|
},
|
5567
5665
|
"SearchCriteria": {
|
5568
|
-
"shape": "
|
5666
|
+
"shape": "Sl1"
|
5569
5667
|
},
|
5570
5668
|
"SearchFilter": {
|
5571
5669
|
"type": "structure",
|
@@ -5624,7 +5722,7 @@
|
|
5624
5722
|
}
|
5625
5723
|
},
|
5626
5724
|
"SearchCriteria": {
|
5627
|
-
"shape": "
|
5725
|
+
"shape": "Sl9"
|
5628
5726
|
}
|
5629
5727
|
}
|
5630
5728
|
},
|
@@ -6067,7 +6165,7 @@
|
|
6067
6165
|
"locationName": "EvaluationId"
|
6068
6166
|
},
|
6069
6167
|
"Answers": {
|
6070
|
-
"shape": "
|
6168
|
+
"shape": "Sml"
|
6071
6169
|
},
|
6072
6170
|
"Notes": {
|
6073
6171
|
"shape": "S9h"
|
@@ -6290,7 +6388,7 @@
|
|
6290
6388
|
"locationName": "EvaluationId"
|
6291
6389
|
},
|
6292
6390
|
"Answers": {
|
6293
|
-
"shape": "
|
6391
|
+
"shape": "Sml"
|
6294
6392
|
},
|
6295
6393
|
"Notes": {
|
6296
6394
|
"shape": "S9h"
|
@@ -7233,19 +7331,19 @@
|
|
7233
7331
|
"type": "structure",
|
7234
7332
|
"members": {
|
7235
7333
|
"LevelOne": {
|
7236
|
-
"shape": "
|
7334
|
+
"shape": "Son"
|
7237
7335
|
},
|
7238
7336
|
"LevelTwo": {
|
7239
|
-
"shape": "
|
7337
|
+
"shape": "Son"
|
7240
7338
|
},
|
7241
7339
|
"LevelThree": {
|
7242
|
-
"shape": "
|
7340
|
+
"shape": "Son"
|
7243
7341
|
},
|
7244
7342
|
"LevelFour": {
|
7245
|
-
"shape": "
|
7343
|
+
"shape": "Son"
|
7246
7344
|
},
|
7247
7345
|
"LevelFive": {
|
7248
|
-
"shape": "
|
7346
|
+
"shape": "Son"
|
7249
7347
|
}
|
7250
7348
|
}
|
7251
7349
|
},
|
@@ -8035,6 +8133,22 @@
|
|
8035
8133
|
}
|
8036
8134
|
}
|
8037
8135
|
},
|
8136
|
+
"Sa4": {
|
8137
|
+
"type": "structure",
|
8138
|
+
"members": {
|
8139
|
+
"HoursOfOperationId": {},
|
8140
|
+
"HoursOfOperationArn": {},
|
8141
|
+
"Name": {},
|
8142
|
+
"Description": {},
|
8143
|
+
"TimeZone": {},
|
8144
|
+
"Config": {
|
8145
|
+
"shape": "S3h"
|
8146
|
+
},
|
8147
|
+
"Tags": {
|
8148
|
+
"shape": "S1n"
|
8149
|
+
}
|
8150
|
+
}
|
8151
|
+
},
|
8038
8152
|
"Sad": {
|
8039
8153
|
"type": "structure",
|
8040
8154
|
"members": {
|
@@ -8042,6 +8156,18 @@
|
|
8042
8156
|
"Value": {}
|
8043
8157
|
}
|
8044
8158
|
},
|
8159
|
+
"Sar": {
|
8160
|
+
"type": "structure",
|
8161
|
+
"members": {
|
8162
|
+
"PromptARN": {},
|
8163
|
+
"PromptId": {},
|
8164
|
+
"Name": {},
|
8165
|
+
"Description": {},
|
8166
|
+
"Tags": {
|
8167
|
+
"shape": "S1n"
|
8168
|
+
}
|
8169
|
+
}
|
8170
|
+
},
|
8045
8171
|
"Sau": {
|
8046
8172
|
"type": "structure",
|
8047
8173
|
"members": {
|
@@ -8062,6 +8188,21 @@
|
|
8062
8188
|
}
|
8063
8189
|
}
|
8064
8190
|
},
|
8191
|
+
"Say": {
|
8192
|
+
"type": "structure",
|
8193
|
+
"members": {
|
8194
|
+
"QuickConnectARN": {},
|
8195
|
+
"QuickConnectId": {},
|
8196
|
+
"Name": {},
|
8197
|
+
"Description": {},
|
8198
|
+
"QuickConnectConfig": {
|
8199
|
+
"shape": "S4r"
|
8200
|
+
},
|
8201
|
+
"Tags": {
|
8202
|
+
"shape": "S1n"
|
8203
|
+
}
|
8204
|
+
}
|
8205
|
+
},
|
8065
8206
|
"Sb1": {
|
8066
8207
|
"type": "structure",
|
8067
8208
|
"members": {
|
@@ -8317,8 +8458,7 @@
|
|
8317
8458
|
},
|
8318
8459
|
"StringCondition": {
|
8319
8460
|
"shape": "Sk7"
|
8320
|
-
}
|
8321
|
-
"QueueTypeCondition": {}
|
8461
|
+
}
|
8322
8462
|
}
|
8323
8463
|
},
|
8324
8464
|
"Sk6": {
|
@@ -8335,24 +8475,24 @@
|
|
8335
8475
|
"ComparisonType": {}
|
8336
8476
|
}
|
8337
8477
|
},
|
8338
|
-
"
|
8478
|
+
"Skd": {
|
8339
8479
|
"type": "structure",
|
8340
8480
|
"members": {
|
8341
8481
|
"OrConditions": {
|
8342
|
-
"shape": "
|
8482
|
+
"shape": "Ske"
|
8343
8483
|
},
|
8344
8484
|
"AndConditions": {
|
8345
|
-
"shape": "
|
8485
|
+
"shape": "Ske"
|
8346
8486
|
},
|
8347
8487
|
"StringCondition": {
|
8348
8488
|
"shape": "Sk7"
|
8349
8489
|
}
|
8350
8490
|
}
|
8351
8491
|
},
|
8352
|
-
"
|
8492
|
+
"Ske": {
|
8353
8493
|
"type": "list",
|
8354
8494
|
"member": {
|
8355
|
-
"shape": "
|
8495
|
+
"shape": "Skd"
|
8356
8496
|
}
|
8357
8497
|
},
|
8358
8498
|
"Skj": {
|
@@ -8366,7 +8506,8 @@
|
|
8366
8506
|
},
|
8367
8507
|
"StringCondition": {
|
8368
8508
|
"shape": "Sk7"
|
8369
|
-
}
|
8509
|
+
},
|
8510
|
+
"QueueTypeCondition": {}
|
8370
8511
|
}
|
8371
8512
|
},
|
8372
8513
|
"Skk": {
|
@@ -8375,14 +8516,74 @@
|
|
8375
8516
|
"shape": "Skj"
|
8376
8517
|
}
|
8377
8518
|
},
|
8519
|
+
"Skq": {
|
8520
|
+
"type": "structure",
|
8521
|
+
"members": {
|
8522
|
+
"OrConditions": {
|
8523
|
+
"shape": "Skr"
|
8524
|
+
},
|
8525
|
+
"AndConditions": {
|
8526
|
+
"shape": "Skr"
|
8527
|
+
},
|
8528
|
+
"StringCondition": {
|
8529
|
+
"shape": "Sk7"
|
8530
|
+
}
|
8531
|
+
}
|
8532
|
+
},
|
8378
8533
|
"Skr": {
|
8534
|
+
"type": "list",
|
8535
|
+
"member": {
|
8536
|
+
"shape": "Skq"
|
8537
|
+
}
|
8538
|
+
},
|
8539
|
+
"Skw": {
|
8540
|
+
"type": "structure",
|
8541
|
+
"members": {
|
8542
|
+
"OrConditions": {
|
8543
|
+
"shape": "Skx"
|
8544
|
+
},
|
8545
|
+
"AndConditions": {
|
8546
|
+
"shape": "Skx"
|
8547
|
+
},
|
8548
|
+
"StringCondition": {
|
8549
|
+
"shape": "Sk7"
|
8550
|
+
}
|
8551
|
+
}
|
8552
|
+
},
|
8553
|
+
"Skx": {
|
8554
|
+
"type": "list",
|
8555
|
+
"member": {
|
8556
|
+
"shape": "Skw"
|
8557
|
+
}
|
8558
|
+
},
|
8559
|
+
"Sl1": {
|
8560
|
+
"type": "structure",
|
8561
|
+
"members": {
|
8562
|
+
"OrConditions": {
|
8563
|
+
"shape": "Sl2"
|
8564
|
+
},
|
8565
|
+
"AndConditions": {
|
8566
|
+
"shape": "Sl2"
|
8567
|
+
},
|
8568
|
+
"StringCondition": {
|
8569
|
+
"shape": "Sk7"
|
8570
|
+
}
|
8571
|
+
}
|
8572
|
+
},
|
8573
|
+
"Sl2": {
|
8574
|
+
"type": "list",
|
8575
|
+
"member": {
|
8576
|
+
"shape": "Sl1"
|
8577
|
+
}
|
8578
|
+
},
|
8579
|
+
"Sl9": {
|
8379
8580
|
"type": "structure",
|
8380
8581
|
"members": {
|
8381
8582
|
"OrConditions": {
|
8382
|
-
"shape": "
|
8583
|
+
"shape": "Sla"
|
8383
8584
|
},
|
8384
8585
|
"AndConditions": {
|
8385
|
-
"shape": "
|
8586
|
+
"shape": "Sla"
|
8386
8587
|
},
|
8387
8588
|
"StringCondition": {
|
8388
8589
|
"shape": "Sk7"
|
@@ -8396,13 +8597,13 @@
|
|
8396
8597
|
}
|
8397
8598
|
}
|
8398
8599
|
},
|
8399
|
-
"
|
8600
|
+
"Sla": {
|
8400
8601
|
"type": "list",
|
8401
8602
|
"member": {
|
8402
|
-
"shape": "
|
8603
|
+
"shape": "Sl9"
|
8403
8604
|
}
|
8404
8605
|
},
|
8405
|
-
"
|
8606
|
+
"Sml": {
|
8406
8607
|
"type": "map",
|
8407
8608
|
"key": {},
|
8408
8609
|
"value": {
|
@@ -8414,7 +8615,7 @@
|
|
8414
8615
|
}
|
8415
8616
|
}
|
8416
8617
|
},
|
8417
|
-
"
|
8618
|
+
"Son": {
|
8418
8619
|
"type": "structure",
|
8419
8620
|
"required": [
|
8420
8621
|
"Name"
|
@@ -228,6 +228,24 @@
|
|
228
228
|
"output_token": "NextToken",
|
229
229
|
"result_key": "AvailableNumbersList"
|
230
230
|
},
|
231
|
+
"SearchHoursOfOperations": {
|
232
|
+
"input_token": "NextToken",
|
233
|
+
"limit_key": "MaxResults",
|
234
|
+
"non_aggregate_keys": [
|
235
|
+
"ApproximateTotalCount"
|
236
|
+
],
|
237
|
+
"output_token": "NextToken",
|
238
|
+
"result_key": "HoursOfOperations"
|
239
|
+
},
|
240
|
+
"SearchPrompts": {
|
241
|
+
"input_token": "NextToken",
|
242
|
+
"limit_key": "MaxResults",
|
243
|
+
"non_aggregate_keys": [
|
244
|
+
"ApproximateTotalCount"
|
245
|
+
],
|
246
|
+
"output_token": "NextToken",
|
247
|
+
"result_key": "Prompts"
|
248
|
+
},
|
231
249
|
"SearchQueues": {
|
232
250
|
"input_token": "NextToken",
|
233
251
|
"limit_key": "MaxResults",
|
@@ -237,6 +255,15 @@
|
|
237
255
|
"output_token": "NextToken",
|
238
256
|
"result_key": "Queues"
|
239
257
|
},
|
258
|
+
"SearchQuickConnects": {
|
259
|
+
"input_token": "NextToken",
|
260
|
+
"limit_key": "MaxResults",
|
261
|
+
"non_aggregate_keys": [
|
262
|
+
"ApproximateTotalCount"
|
263
|
+
],
|
264
|
+
"output_token": "NextToken",
|
265
|
+
"result_key": "QuickConnects"
|
266
|
+
},
|
240
267
|
"SearchRoutingProfiles": {
|
241
268
|
"input_token": "NextToken",
|
242
269
|
"limit_key": "MaxResults",
|
package/apis/metadata.json
CHANGED
@@ -1299,5 +1299,13 @@
|
|
1299
1299
|
},
|
1300
1300
|
"mediapackagev2": {
|
1301
1301
|
"name": "MediaPackageV2"
|
1302
|
+
},
|
1303
|
+
"paymentcryptography": {
|
1304
|
+
"prefix": "payment-cryptography",
|
1305
|
+
"name": "PaymentCryptography"
|
1306
|
+
},
|
1307
|
+
"paymentcryptographydata": {
|
1308
|
+
"prefix": "payment-cryptography-data",
|
1309
|
+
"name": "PaymentCryptographyData"
|
1302
1310
|
}
|
1303
1311
|
}
|