aws-sdk 2.801.0 → 2.805.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 +25 -1
- package/README.md +1 -1
- package/apis/amplifybackend-2020-08-11.min.json +0 -8
- package/apis/batch-2016-08-10.min.json +81 -21
- package/apis/compute-optimizer-2019-11-01.min.json +110 -0
- package/apis/{profile-2020-08-15.examples.json → customer-profiles-2020-08-15.examples.json} +0 -0
- package/apis/{profile-2020-08-15.min.json → customer-profiles-2020-08-15.min.json} +3 -3
- package/apis/{profile-2020-08-15.paginators.json → customer-profiles-2020-08-15.paginators.json} +0 -0
- package/apis/dms-2016-01-01.min.json +9 -1
- package/apis/ec2-2016-11-15.min.json +4 -0
- package/apis/lambda-2015-03-31.examples.json +6 -6
- package/apis/license-manager-2018-08-01.min.json +957 -51
- package/apis/medialive-2017-10-14.min.json +240 -158
- package/apis/metadata.json +4 -3
- package/apis/rds-2014-10-31.min.json +200 -132
- package/apis/servicecatalog-appregistry-2020-06-24.min.json +80 -0
- package/apis/ssm-2014-11-06.min.json +348 -203
- package/clients/all.d.ts +1 -1
- package/clients/all.js +2 -2
- package/clients/amplifybackend.d.ts +74 -74
- package/clients/batch.d.ts +200 -133
- package/clients/computeoptimizer.d.ts +179 -22
- package/clients/{profile.d.ts → customerprofiles.d.ts} +63 -63
- package/clients/customerprofiles.js +18 -0
- package/clients/directoryservice.d.ts +24 -21
- package/clients/dms.d.ts +16 -0
- package/clients/ec2.d.ts +6 -2
- package/clients/kafka.d.ts +4 -4
- package/clients/lambda.d.ts +10 -10
- package/clients/licensemanager.d.ts +1350 -72
- package/clients/medialive.d.ts +80 -1
- package/clients/rds.d.ts +128 -43
- package/clients/servicecatalogappregistry.d.ts +61 -0
- package/clients/ssm.d.ts +197 -10
- package/clients/workspaces.d.ts +10 -10
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +31 -27
- package/dist/aws-sdk.js +565 -343
- package/dist/aws-sdk.min.js +60 -60
- package/lib/config_service_placeholders.d.ts +2 -2
- package/lib/core.js +1 -1
- package/lib/services/s3.js +6 -2
- package/package.json +1 -1
- package/clients/profile.js +0 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,31 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.805.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.805.0
|
|
6
|
+
* bugfix: S3: fixed a bug where createPresignedPost could result in a process crash.
|
|
7
|
+
* feature: DMS: Added PreserveTransaction setting to preserve order of CDC for S3 as target. Added CsvNoSupValue setting to replace empty value for columns not included in the supplemental log for S3 as target.
|
|
8
|
+
* feature: ServiceCatalogAppRegistry: AWS Service Catalog AppRegistry now supports adding, removing, and listing tags on resources after they are created.
|
|
9
|
+
|
|
10
|
+
## 2.804.0
|
|
11
|
+
* feature: EC2: This release introduces tag-on-create capability for the CreateImage API. A user can now specify tags that will be applied to the new resources (image, snapshots or both), during creation time.
|
|
12
|
+
* feature: Kafka: Adding HEALING to ClusterState.
|
|
13
|
+
* feature: Lambda: Added the additional enum InvalidImage to StateReasonCode and LastUpdateStatusReasonCode fields.
|
|
14
|
+
* feature: LicenseManager: Automated Discovery now has support for custom tags, and detects software uninstalls.
|
|
15
|
+
* feature: MediaLive: AWS Elemental MediaLive now supports black video and audio silence as new conditions to trigger automatic input failover.
|
|
16
|
+
* feature: RDS: Adds support for Amazon RDS Cross-Region Automated Backups, the ability to setup automatic replication of snapshots and transaction logs from a primary AWS Region to a secondary AWS Region.
|
|
17
|
+
* feature: SSM: AWS Systems Manager Patch Manager MAC OS Support and OpsMetadata Store APIs to store operational metadata for an Application.
|
|
18
|
+
* feature: WorkSpaces: Update the import-workspace-image API to have "BYOL_REGULAR_WSP" as a valid input string for ingestion-process.
|
|
19
|
+
|
|
20
|
+
## 2.803.0
|
|
21
|
+
* feature: Batch: This release adds support for customer to run Batch Jobs on ECS Fargate, the serverless compute engine built for containers on AWS. Customer can also propagate Job and Job Definition Tags to ECS Task.
|
|
22
|
+
* feature: ComputeOptimizer: This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for EBS volumes that are attached to instances.
|
|
23
|
+
* feature: LicenseManager: AWS License Manager enables managed entitlements for AWS customers and Software Vendors (ISV). You can track and distribute license entitlements from AWS Marketplace and supported ISVs.
|
|
24
|
+
|
|
25
|
+
## 2.802.0
|
|
26
|
+
* bugfix: Profile: Removes an incorrectly named service `Profile` that was included in release, v2.801.0
|
|
27
|
+
* feature: CustomerProfiles: This is the first release of Amazon Connect Customer Profiles, a unified customer profile for your Amazon Connect contact center.
|
|
28
|
+
|
|
5
29
|
## 2.801.0
|
|
6
30
|
* feature: AmplifyBackend: (New Service) The Amplify Admin UI offers an accessible way to develop app backends and manage app content. We recommend that you use the Amplify Admin UI to manage the backend of your Amplify app.
|
|
7
31
|
* feature: AppIntegrations: The Amazon AppIntegrations service (in preview release) enables you to configure and reuse connections to external applications.
|
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ version.
|
|
|
25
25
|
To use the SDK in the browser, simply add the following script tag to your
|
|
26
26
|
HTML pages:
|
|
27
27
|
|
|
28
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
28
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.805.0.min.js"></script>
|
|
29
29
|
|
|
30
30
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
31
31
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -254,13 +254,19 @@
|
|
|
254
254
|
"shape": "S1b"
|
|
255
255
|
},
|
|
256
256
|
"timeout": {
|
|
257
|
-
"shape": "
|
|
257
|
+
"shape": "S24"
|
|
258
258
|
},
|
|
259
259
|
"nodeProperties": {
|
|
260
|
-
"shape": "
|
|
260
|
+
"shape": "S25"
|
|
261
261
|
},
|
|
262
262
|
"tags": {
|
|
263
263
|
"shape": "Si"
|
|
264
|
+
},
|
|
265
|
+
"propagateTags": {
|
|
266
|
+
"type": "boolean"
|
|
267
|
+
},
|
|
268
|
+
"platformCapabilities": {
|
|
269
|
+
"shape": "S28"
|
|
264
270
|
}
|
|
265
271
|
}
|
|
266
272
|
}
|
|
@@ -373,7 +379,7 @@
|
|
|
373
379
|
"reason": {},
|
|
374
380
|
"logStreamName": {},
|
|
375
381
|
"networkInterfaces": {
|
|
376
|
-
"shape": "
|
|
382
|
+
"shape": "S2n"
|
|
377
383
|
}
|
|
378
384
|
}
|
|
379
385
|
},
|
|
@@ -401,7 +407,7 @@
|
|
|
401
407
|
"type": "long"
|
|
402
408
|
},
|
|
403
409
|
"dependsOn": {
|
|
404
|
-
"shape": "
|
|
410
|
+
"shape": "S2q"
|
|
405
411
|
},
|
|
406
412
|
"jobDefinition": {},
|
|
407
413
|
"parameters": {
|
|
@@ -450,7 +456,7 @@
|
|
|
450
456
|
"logStreamName": {},
|
|
451
457
|
"instanceType": {},
|
|
452
458
|
"networkInterfaces": {
|
|
453
|
-
"shape": "
|
|
459
|
+
"shape": "S2n"
|
|
454
460
|
},
|
|
455
461
|
"resourceRequirements": {
|
|
456
462
|
"shape": "S1m"
|
|
@@ -463,6 +469,12 @@
|
|
|
463
469
|
},
|
|
464
470
|
"secrets": {
|
|
465
471
|
"shape": "S1z"
|
|
472
|
+
},
|
|
473
|
+
"networkConfiguration": {
|
|
474
|
+
"shape": "S21"
|
|
475
|
+
},
|
|
476
|
+
"fargatePlatformConfiguration": {
|
|
477
|
+
"shape": "S23"
|
|
466
478
|
}
|
|
467
479
|
}
|
|
468
480
|
},
|
|
@@ -478,7 +490,7 @@
|
|
|
478
490
|
}
|
|
479
491
|
},
|
|
480
492
|
"nodeProperties": {
|
|
481
|
-
"shape": "
|
|
493
|
+
"shape": "S25"
|
|
482
494
|
},
|
|
483
495
|
"arrayProperties": {
|
|
484
496
|
"type": "structure",
|
|
@@ -499,10 +511,16 @@
|
|
|
499
511
|
}
|
|
500
512
|
},
|
|
501
513
|
"timeout": {
|
|
502
|
-
"shape": "
|
|
514
|
+
"shape": "S24"
|
|
503
515
|
},
|
|
504
516
|
"tags": {
|
|
505
517
|
"shape": "Si"
|
|
518
|
+
},
|
|
519
|
+
"propagateTags": {
|
|
520
|
+
"type": "boolean"
|
|
521
|
+
},
|
|
522
|
+
"platformCapabilities": {
|
|
523
|
+
"shape": "S28"
|
|
506
524
|
}
|
|
507
525
|
}
|
|
508
526
|
}
|
|
@@ -643,16 +661,22 @@
|
|
|
643
661
|
"shape": "S1b"
|
|
644
662
|
},
|
|
645
663
|
"nodeProperties": {
|
|
646
|
-
"shape": "
|
|
664
|
+
"shape": "S25"
|
|
647
665
|
},
|
|
648
666
|
"retryStrategy": {
|
|
649
667
|
"shape": "S17"
|
|
650
668
|
},
|
|
669
|
+
"propagateTags": {
|
|
670
|
+
"type": "boolean"
|
|
671
|
+
},
|
|
651
672
|
"timeout": {
|
|
652
|
-
"shape": "
|
|
673
|
+
"shape": "S24"
|
|
653
674
|
},
|
|
654
675
|
"tags": {
|
|
655
676
|
"shape": "Si"
|
|
677
|
+
},
|
|
678
|
+
"platformCapabilities": {
|
|
679
|
+
"shape": "S28"
|
|
656
680
|
}
|
|
657
681
|
}
|
|
658
682
|
},
|
|
@@ -695,14 +719,14 @@
|
|
|
695
719
|
}
|
|
696
720
|
},
|
|
697
721
|
"dependsOn": {
|
|
698
|
-
"shape": "
|
|
722
|
+
"shape": "S2q"
|
|
699
723
|
},
|
|
700
724
|
"jobDefinition": {},
|
|
701
725
|
"parameters": {
|
|
702
726
|
"shape": "S16"
|
|
703
727
|
},
|
|
704
728
|
"containerOverrides": {
|
|
705
|
-
"shape": "
|
|
729
|
+
"shape": "S3b"
|
|
706
730
|
},
|
|
707
731
|
"nodeOverrides": {
|
|
708
732
|
"type": "structure",
|
|
@@ -720,7 +744,7 @@
|
|
|
720
744
|
"members": {
|
|
721
745
|
"targetNodes": {},
|
|
722
746
|
"containerOverrides": {
|
|
723
|
-
"shape": "
|
|
747
|
+
"shape": "S3b"
|
|
724
748
|
}
|
|
725
749
|
}
|
|
726
750
|
}
|
|
@@ -730,8 +754,11 @@
|
|
|
730
754
|
"retryStrategy": {
|
|
731
755
|
"shape": "S17"
|
|
732
756
|
},
|
|
757
|
+
"propagateTags": {
|
|
758
|
+
"type": "boolean"
|
|
759
|
+
},
|
|
733
760
|
"timeout": {
|
|
734
|
-
"shape": "
|
|
761
|
+
"shape": "S24"
|
|
735
762
|
},
|
|
736
763
|
"tags": {
|
|
737
764
|
"shape": "Si"
|
|
@@ -848,6 +875,12 @@
|
|
|
848
875
|
},
|
|
849
876
|
"desiredvCpus": {
|
|
850
877
|
"type": "integer"
|
|
878
|
+
},
|
|
879
|
+
"subnets": {
|
|
880
|
+
"shape": "Sb"
|
|
881
|
+
},
|
|
882
|
+
"securityGroupIds": {
|
|
883
|
+
"shape": "Sb"
|
|
851
884
|
}
|
|
852
885
|
}
|
|
853
886
|
},
|
|
@@ -896,11 +929,8 @@
|
|
|
896
929
|
"type": "structure",
|
|
897
930
|
"required": [
|
|
898
931
|
"type",
|
|
899
|
-
"minvCpus",
|
|
900
932
|
"maxvCpus",
|
|
901
|
-
"
|
|
902
|
-
"subnets",
|
|
903
|
-
"instanceRole"
|
|
933
|
+
"subnets"
|
|
904
934
|
],
|
|
905
935
|
"members": {
|
|
906
936
|
"type": {},
|
|
@@ -1020,9 +1050,13 @@
|
|
|
1020
1050
|
"members": {
|
|
1021
1051
|
"image": {},
|
|
1022
1052
|
"vcpus": {
|
|
1053
|
+
"deprecated": true,
|
|
1054
|
+
"deprecatedMessage": "This field is deprecated, use resourceRequirements instead.",
|
|
1023
1055
|
"type": "integer"
|
|
1024
1056
|
},
|
|
1025
1057
|
"memory": {
|
|
1058
|
+
"deprecated": true,
|
|
1059
|
+
"deprecatedMessage": "This field is deprecated, use resourceRequirements instead.",
|
|
1026
1060
|
"type": "integer"
|
|
1027
1061
|
},
|
|
1028
1062
|
"command": {
|
|
@@ -1061,6 +1095,12 @@
|
|
|
1061
1095
|
},
|
|
1062
1096
|
"secrets": {
|
|
1063
1097
|
"shape": "S1z"
|
|
1098
|
+
},
|
|
1099
|
+
"networkConfiguration": {
|
|
1100
|
+
"shape": "S21"
|
|
1101
|
+
},
|
|
1102
|
+
"fargatePlatformConfiguration": {
|
|
1103
|
+
"shape": "S23"
|
|
1064
1104
|
}
|
|
1065
1105
|
}
|
|
1066
1106
|
},
|
|
@@ -1221,6 +1261,18 @@
|
|
|
1221
1261
|
}
|
|
1222
1262
|
},
|
|
1223
1263
|
"S21": {
|
|
1264
|
+
"type": "structure",
|
|
1265
|
+
"members": {
|
|
1266
|
+
"assignPublicIp": {}
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
"S23": {
|
|
1270
|
+
"type": "structure",
|
|
1271
|
+
"members": {
|
|
1272
|
+
"platformVersion": {}
|
|
1273
|
+
}
|
|
1274
|
+
},
|
|
1275
|
+
"S24": {
|
|
1224
1276
|
"type": "structure",
|
|
1225
1277
|
"members": {
|
|
1226
1278
|
"attemptDurationSeconds": {
|
|
@@ -1228,7 +1280,7 @@
|
|
|
1228
1280
|
}
|
|
1229
1281
|
}
|
|
1230
1282
|
},
|
|
1231
|
-
"
|
|
1283
|
+
"S25": {
|
|
1232
1284
|
"type": "structure",
|
|
1233
1285
|
"required": [
|
|
1234
1286
|
"numNodes",
|
|
@@ -1259,7 +1311,11 @@
|
|
|
1259
1311
|
}
|
|
1260
1312
|
}
|
|
1261
1313
|
},
|
|
1262
|
-
"
|
|
1314
|
+
"S28": {
|
|
1315
|
+
"type": "list",
|
|
1316
|
+
"member": {}
|
|
1317
|
+
},
|
|
1318
|
+
"S2n": {
|
|
1263
1319
|
"type": "list",
|
|
1264
1320
|
"member": {
|
|
1265
1321
|
"type": "structure",
|
|
@@ -1270,7 +1326,7 @@
|
|
|
1270
1326
|
}
|
|
1271
1327
|
}
|
|
1272
1328
|
},
|
|
1273
|
-
"
|
|
1329
|
+
"S2q": {
|
|
1274
1330
|
"type": "list",
|
|
1275
1331
|
"member": {
|
|
1276
1332
|
"type": "structure",
|
|
@@ -1280,13 +1336,17 @@
|
|
|
1280
1336
|
}
|
|
1281
1337
|
}
|
|
1282
1338
|
},
|
|
1283
|
-
"
|
|
1339
|
+
"S3b": {
|
|
1284
1340
|
"type": "structure",
|
|
1285
1341
|
"members": {
|
|
1286
1342
|
"vcpus": {
|
|
1343
|
+
"deprecated": true,
|
|
1344
|
+
"deprecatedMessage": "This field is deprecated, use resourceRequirements instead.",
|
|
1287
1345
|
"type": "integer"
|
|
1288
1346
|
},
|
|
1289
1347
|
"memory": {
|
|
1348
|
+
"deprecated": true,
|
|
1349
|
+
"deprecatedMessage": "This field is deprecated, use resourceRequirements instead.",
|
|
1290
1350
|
"type": "integer"
|
|
1291
1351
|
},
|
|
1292
1352
|
"command": {
|
|
@@ -218,6 +218,95 @@
|
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
},
|
|
221
|
+
"GetEBSVolumeRecommendations": {
|
|
222
|
+
"input": {
|
|
223
|
+
"type": "structure",
|
|
224
|
+
"members": {
|
|
225
|
+
"volumeArns": {
|
|
226
|
+
"type": "list",
|
|
227
|
+
"member": {}
|
|
228
|
+
},
|
|
229
|
+
"nextToken": {},
|
|
230
|
+
"maxResults": {
|
|
231
|
+
"type": "integer"
|
|
232
|
+
},
|
|
233
|
+
"filters": {
|
|
234
|
+
"type": "list",
|
|
235
|
+
"member": {
|
|
236
|
+
"type": "structure",
|
|
237
|
+
"members": {
|
|
238
|
+
"name": {},
|
|
239
|
+
"values": {
|
|
240
|
+
"shape": "S7"
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
"accountIds": {
|
|
246
|
+
"shape": "Sp"
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
"output": {
|
|
251
|
+
"type": "structure",
|
|
252
|
+
"members": {
|
|
253
|
+
"nextToken": {},
|
|
254
|
+
"volumeRecommendations": {
|
|
255
|
+
"type": "list",
|
|
256
|
+
"member": {
|
|
257
|
+
"type": "structure",
|
|
258
|
+
"members": {
|
|
259
|
+
"volumeArn": {},
|
|
260
|
+
"accountId": {},
|
|
261
|
+
"currentConfiguration": {
|
|
262
|
+
"shape": "S28"
|
|
263
|
+
},
|
|
264
|
+
"finding": {},
|
|
265
|
+
"utilizationMetrics": {
|
|
266
|
+
"type": "list",
|
|
267
|
+
"member": {
|
|
268
|
+
"type": "structure",
|
|
269
|
+
"members": {
|
|
270
|
+
"name": {},
|
|
271
|
+
"statistic": {},
|
|
272
|
+
"value": {
|
|
273
|
+
"type": "double"
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
"lookBackPeriodInDays": {
|
|
279
|
+
"type": "double"
|
|
280
|
+
},
|
|
281
|
+
"volumeRecommendationOptions": {
|
|
282
|
+
"type": "list",
|
|
283
|
+
"member": {
|
|
284
|
+
"type": "structure",
|
|
285
|
+
"members": {
|
|
286
|
+
"configuration": {
|
|
287
|
+
"shape": "S28"
|
|
288
|
+
},
|
|
289
|
+
"performanceRisk": {
|
|
290
|
+
"type": "double"
|
|
291
|
+
},
|
|
292
|
+
"rank": {
|
|
293
|
+
"type": "integer"
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
"lastRefreshTimestamp": {
|
|
299
|
+
"type": "timestamp"
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
"errors": {
|
|
305
|
+
"shape": "S1u"
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
},
|
|
221
310
|
"GetEC2InstanceRecommendations": {
|
|
222
311
|
"input": {
|
|
223
312
|
"type": "structure",
|
|
@@ -524,6 +613,27 @@
|
|
|
524
613
|
"message": {}
|
|
525
614
|
}
|
|
526
615
|
}
|
|
616
|
+
},
|
|
617
|
+
"S28": {
|
|
618
|
+
"type": "structure",
|
|
619
|
+
"members": {
|
|
620
|
+
"volumeType": {},
|
|
621
|
+
"volumeSize": {
|
|
622
|
+
"type": "integer"
|
|
623
|
+
},
|
|
624
|
+
"volumeBaselineIOPS": {
|
|
625
|
+
"type": "integer"
|
|
626
|
+
},
|
|
627
|
+
"volumeBurstIOPS": {
|
|
628
|
+
"type": "integer"
|
|
629
|
+
},
|
|
630
|
+
"volumeBaselineThroughput": {
|
|
631
|
+
"type": "integer"
|
|
632
|
+
},
|
|
633
|
+
"volumeBurstThroughput": {
|
|
634
|
+
"type": "integer"
|
|
635
|
+
}
|
|
636
|
+
}
|
|
527
637
|
}
|
|
528
638
|
}
|
|
529
639
|
}
|
package/apis/{profile-2020-08-15.examples.json → customer-profiles-2020-08-15.examples.json}
RENAMED
|
File without changes
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"endpointPrefix": "profile",
|
|
6
6
|
"jsonVersion": "1.1",
|
|
7
7
|
"protocol": "rest-json",
|
|
8
|
-
"serviceAbbreviation": "
|
|
8
|
+
"serviceAbbreviation": "Customer Profiles",
|
|
9
9
|
"serviceFullName": "Amazon Connect Customer Profiles",
|
|
10
|
-
"serviceId": "
|
|
10
|
+
"serviceId": "Customer Profiles",
|
|
11
11
|
"signatureVersion": "v4",
|
|
12
12
|
"signingName": "profile",
|
|
13
|
-
"uid": "
|
|
13
|
+
"uid": "customer-profiles-2020-08-15"
|
|
14
14
|
},
|
|
15
15
|
"operations": {
|
|
16
16
|
"AddProfileKey": {
|
package/apis/{profile-2020-08-15.paginators.json → customer-profiles-2020-08-15.paginators.json}
RENAMED
|
File without changes
|
|
@@ -1754,7 +1754,15 @@
|
|
|
1754
1754
|
"type": "boolean"
|
|
1755
1755
|
},
|
|
1756
1756
|
"DatePartitionSequence": {},
|
|
1757
|
-
"DatePartitionDelimiter": {}
|
|
1757
|
+
"DatePartitionDelimiter": {},
|
|
1758
|
+
"UseCsvNoSupValue": {
|
|
1759
|
+
"type": "boolean"
|
|
1760
|
+
},
|
|
1761
|
+
"CsvNoSupValue": {},
|
|
1762
|
+
"PreserveTransactions": {
|
|
1763
|
+
"type": "boolean"
|
|
1764
|
+
},
|
|
1765
|
+
"CdcPath": {}
|
|
1758
1766
|
}
|
|
1759
1767
|
},
|
|
1760
1768
|
"Sw": {
|
|
@@ -649,9 +649,9 @@
|
|
|
649
649
|
"output": {
|
|
650
650
|
}
|
|
651
651
|
},
|
|
652
|
-
"description": "The following example
|
|
653
|
-
"id": "to-
|
|
654
|
-
"title": "To
|
|
652
|
+
"description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
|
|
653
|
+
"id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
|
|
654
|
+
"title": "To get a provisioned concurrency configuration"
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
657
|
"input": {
|
|
@@ -671,9 +671,9 @@
|
|
|
671
671
|
"output": {
|
|
672
672
|
}
|
|
673
673
|
},
|
|
674
|
-
"description": "The following example
|
|
675
|
-
"id": "to-
|
|
676
|
-
"title": "To
|
|
674
|
+
"description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
|
|
675
|
+
"id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
|
|
676
|
+
"title": "To view a provisioned concurrency configuration"
|
|
677
677
|
}
|
|
678
678
|
],
|
|
679
679
|
"Invoke": [
|