@azure/arm-redisenterprisecache 4.0.0-alpha.20250619.1 → 4.0.0-alpha.20250718.2
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/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +96 -44
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/accessPolicyAssignmentOperations.js +45 -52
- package/dist/browser/operations/accessPolicyAssignmentOperations.js.map +1 -1
- package/dist/browser/operations/databases.js +133 -100
- package/dist/browser/operations/databases.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/operationsStatus.js +1 -0
- package/dist/browser/operations/operationsStatus.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +32 -39
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +10 -27
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/redisEnterprise.js +78 -97
- package/dist/browser/operations/redisEnterprise.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/redisEnterpriseManagementClient.js +20 -5
- package/dist/browser/redisEnterpriseManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +96 -44
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.js +45 -51
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.js.map +1 -1
- package/dist/commonjs/operations/databases.js +133 -99
- package/dist/commonjs/operations/databases.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/operationsStatus.js +1 -0
- package/dist/commonjs/operations/operationsStatus.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +32 -38
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +10 -26
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/redisEnterprise.js +78 -96
- package/dist/commonjs/operations/redisEnterprise.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/redisEnterpriseManagementClient.js +20 -5
- package/dist/commonjs/redisEnterpriseManagementClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +96 -44
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/accessPolicyAssignmentOperations.js +45 -52
- package/dist/esm/operations/accessPolicyAssignmentOperations.js.map +1 -1
- package/dist/esm/operations/databases.js +133 -100
- package/dist/esm/operations/databases.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/operationsStatus.js +1 -0
- package/dist/esm/operations/operationsStatus.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +32 -39
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +10 -27
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/redisEnterprise.js +78 -97
- package/dist/esm/operations/redisEnterprise.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/redisEnterpriseManagementClient.js +20 -5
- package/dist/esm/redisEnterpriseManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +96 -44
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/accessPolicyAssignmentOperations.js +45 -52
- package/dist/react-native/operations/accessPolicyAssignmentOperations.js.map +1 -1
- package/dist/react-native/operations/databases.js +133 -100
- package/dist/react-native/operations/databases.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/operationsStatus.js +1 -0
- package/dist/react-native/operations/operationsStatus.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +32 -39
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +10 -27
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/redisEnterprise.js +78 -97
- package/dist/react-native/operations/redisEnterprise.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/redisEnterpriseManagementClient.js +20 -5
- package/dist/react-native/redisEnterpriseManagementClient.js.map +1 -1
- package/package.json +2 -2
- /package/review/{arm-redisenterprisecache.api.md → arm-redisenterprisecache-node.api.md} +0 -0
package/dist/browser/lroImpl.js
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { __rest } from "tslib";
|
|
9
8
|
export function createLroSpec(inputs) {
|
|
10
9
|
const { args, spec, sendOperationFn } = inputs;
|
|
11
10
|
return {
|
|
@@ -13,8 +12,13 @@ export function createLroSpec(inputs) {
|
|
|
13
12
|
requestPath: spec.path,
|
|
14
13
|
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
15
14
|
sendPollRequest: (path, options) => {
|
|
16
|
-
const { requestBody
|
|
17
|
-
return sendOperationFn(args,
|
|
15
|
+
const { requestBody, ...restSpec } = spec;
|
|
16
|
+
return sendOperationFn(args, {
|
|
17
|
+
...restSpec,
|
|
18
|
+
httpMethod: "GET",
|
|
19
|
+
path,
|
|
20
|
+
abortSignal: options?.abortSignal,
|
|
21
|
+
});
|
|
18
22
|
},
|
|
19
23
|
};
|
|
20
24
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAQH,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|
|
@@ -1235,64 +1235,78 @@ export const PrivateEndpointConnection = {
|
|
|
1235
1235
|
type: {
|
|
1236
1236
|
name: "Composite",
|
|
1237
1237
|
className: "PrivateEndpointConnection",
|
|
1238
|
-
modelProperties:
|
|
1238
|
+
modelProperties: {
|
|
1239
|
+
...Resource.type.modelProperties,
|
|
1240
|
+
privateEndpoint: {
|
|
1239
1241
|
serializedName: "properties.privateEndpoint",
|
|
1240
1242
|
type: {
|
|
1241
1243
|
name: "Composite",
|
|
1242
1244
|
className: "PrivateEndpoint",
|
|
1243
1245
|
},
|
|
1244
|
-
},
|
|
1246
|
+
},
|
|
1247
|
+
privateLinkServiceConnectionState: {
|
|
1245
1248
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1246
1249
|
type: {
|
|
1247
1250
|
name: "Composite",
|
|
1248
1251
|
className: "PrivateLinkServiceConnectionState",
|
|
1249
1252
|
},
|
|
1250
|
-
},
|
|
1253
|
+
},
|
|
1254
|
+
provisioningState: {
|
|
1251
1255
|
serializedName: "properties.provisioningState",
|
|
1252
1256
|
readOnly: true,
|
|
1253
1257
|
type: {
|
|
1254
1258
|
name: "String",
|
|
1255
1259
|
},
|
|
1256
|
-
}
|
|
1260
|
+
},
|
|
1261
|
+
},
|
|
1257
1262
|
},
|
|
1258
1263
|
};
|
|
1259
1264
|
export const TrackedResource = {
|
|
1260
1265
|
type: {
|
|
1261
1266
|
name: "Composite",
|
|
1262
1267
|
className: "TrackedResource",
|
|
1263
|
-
modelProperties:
|
|
1268
|
+
modelProperties: {
|
|
1269
|
+
...Resource.type.modelProperties,
|
|
1270
|
+
tags: {
|
|
1264
1271
|
serializedName: "tags",
|
|
1265
1272
|
type: {
|
|
1266
1273
|
name: "Dictionary",
|
|
1267
1274
|
value: { type: { name: "String" } },
|
|
1268
1275
|
},
|
|
1269
|
-
},
|
|
1276
|
+
},
|
|
1277
|
+
location: {
|
|
1270
1278
|
serializedName: "location",
|
|
1271
1279
|
required: true,
|
|
1272
1280
|
type: {
|
|
1273
1281
|
name: "String",
|
|
1274
1282
|
},
|
|
1275
|
-
}
|
|
1283
|
+
},
|
|
1284
|
+
},
|
|
1276
1285
|
},
|
|
1277
1286
|
};
|
|
1278
1287
|
export const ProxyResourceAutoGenerated = {
|
|
1279
1288
|
type: {
|
|
1280
1289
|
name: "Composite",
|
|
1281
1290
|
className: "ProxyResourceAutoGenerated",
|
|
1282
|
-
modelProperties:
|
|
1291
|
+
modelProperties: {
|
|
1292
|
+
...Resource.type.modelProperties,
|
|
1293
|
+
},
|
|
1283
1294
|
},
|
|
1284
1295
|
};
|
|
1285
1296
|
export const PrivateLinkResource = {
|
|
1286
1297
|
type: {
|
|
1287
1298
|
name: "Composite",
|
|
1288
1299
|
className: "PrivateLinkResource",
|
|
1289
|
-
modelProperties:
|
|
1300
|
+
modelProperties: {
|
|
1301
|
+
...Resource.type.modelProperties,
|
|
1302
|
+
groupId: {
|
|
1290
1303
|
serializedName: "properties.groupId",
|
|
1291
1304
|
readOnly: true,
|
|
1292
1305
|
type: {
|
|
1293
1306
|
name: "String",
|
|
1294
1307
|
},
|
|
1295
|
-
},
|
|
1308
|
+
},
|
|
1309
|
+
requiredMembers: {
|
|
1296
1310
|
serializedName: "properties.requiredMembers",
|
|
1297
1311
|
readOnly: true,
|
|
1298
1312
|
type: {
|
|
@@ -1303,7 +1317,8 @@ export const PrivateLinkResource = {
|
|
|
1303
1317
|
},
|
|
1304
1318
|
},
|
|
1305
1319
|
},
|
|
1306
|
-
},
|
|
1320
|
+
},
|
|
1321
|
+
requiredZoneNames: {
|
|
1307
1322
|
serializedName: "properties.requiredZoneNames",
|
|
1308
1323
|
type: {
|
|
1309
1324
|
name: "Sequence",
|
|
@@ -1313,33 +1328,40 @@ export const PrivateLinkResource = {
|
|
|
1313
1328
|
},
|
|
1314
1329
|
},
|
|
1315
1330
|
},
|
|
1316
|
-
}
|
|
1331
|
+
},
|
|
1332
|
+
},
|
|
1317
1333
|
},
|
|
1318
1334
|
};
|
|
1319
1335
|
export const ProxyResource = {
|
|
1320
1336
|
type: {
|
|
1321
1337
|
name: "Composite",
|
|
1322
1338
|
className: "ProxyResource",
|
|
1323
|
-
modelProperties:
|
|
1339
|
+
modelProperties: {
|
|
1340
|
+
...ResourceAutoGenerated.type.modelProperties,
|
|
1341
|
+
},
|
|
1324
1342
|
},
|
|
1325
1343
|
};
|
|
1326
1344
|
export const Cluster = {
|
|
1327
1345
|
type: {
|
|
1328
1346
|
name: "Composite",
|
|
1329
1347
|
className: "Cluster",
|
|
1330
|
-
modelProperties:
|
|
1348
|
+
modelProperties: {
|
|
1349
|
+
...TrackedResource.type.modelProperties,
|
|
1350
|
+
kind: {
|
|
1331
1351
|
serializedName: "kind",
|
|
1332
1352
|
readOnly: true,
|
|
1333
1353
|
type: {
|
|
1334
1354
|
name: "String",
|
|
1335
1355
|
},
|
|
1336
|
-
},
|
|
1356
|
+
},
|
|
1357
|
+
sku: {
|
|
1337
1358
|
serializedName: "sku",
|
|
1338
1359
|
type: {
|
|
1339
1360
|
name: "Composite",
|
|
1340
1361
|
className: "Sku",
|
|
1341
1362
|
},
|
|
1342
|
-
},
|
|
1363
|
+
},
|
|
1364
|
+
zones: {
|
|
1343
1365
|
serializedName: "zones",
|
|
1344
1366
|
type: {
|
|
1345
1367
|
name: "Sequence",
|
|
@@ -1349,59 +1371,69 @@ export const Cluster = {
|
|
|
1349
1371
|
},
|
|
1350
1372
|
},
|
|
1351
1373
|
},
|
|
1352
|
-
},
|
|
1374
|
+
},
|
|
1375
|
+
identity: {
|
|
1353
1376
|
serializedName: "identity",
|
|
1354
1377
|
type: {
|
|
1355
1378
|
name: "Composite",
|
|
1356
1379
|
className: "ManagedServiceIdentity",
|
|
1357
1380
|
},
|
|
1358
|
-
},
|
|
1381
|
+
},
|
|
1382
|
+
highAvailability: {
|
|
1359
1383
|
serializedName: "properties.highAvailability",
|
|
1360
1384
|
type: {
|
|
1361
1385
|
name: "String",
|
|
1362
1386
|
},
|
|
1363
|
-
},
|
|
1387
|
+
},
|
|
1388
|
+
minimumTlsVersion: {
|
|
1364
1389
|
serializedName: "properties.minimumTlsVersion",
|
|
1365
1390
|
type: {
|
|
1366
1391
|
name: "String",
|
|
1367
1392
|
},
|
|
1368
|
-
},
|
|
1393
|
+
},
|
|
1394
|
+
encryption: {
|
|
1369
1395
|
serializedName: "properties.encryption",
|
|
1370
1396
|
type: {
|
|
1371
1397
|
name: "Composite",
|
|
1372
1398
|
className: "ClusterPropertiesEncryption",
|
|
1373
1399
|
},
|
|
1374
|
-
},
|
|
1400
|
+
},
|
|
1401
|
+
hostName: {
|
|
1375
1402
|
serializedName: "properties.hostName",
|
|
1376
1403
|
readOnly: true,
|
|
1377
1404
|
type: {
|
|
1378
1405
|
name: "String",
|
|
1379
1406
|
},
|
|
1380
|
-
},
|
|
1407
|
+
},
|
|
1408
|
+
provisioningState: {
|
|
1381
1409
|
serializedName: "properties.provisioningState",
|
|
1382
1410
|
readOnly: true,
|
|
1383
1411
|
type: {
|
|
1384
1412
|
name: "String",
|
|
1385
1413
|
},
|
|
1386
|
-
},
|
|
1414
|
+
},
|
|
1415
|
+
redundancyMode: {
|
|
1387
1416
|
serializedName: "properties.redundancyMode",
|
|
1388
1417
|
readOnly: true,
|
|
1389
1418
|
type: {
|
|
1390
1419
|
name: "String",
|
|
1391
1420
|
},
|
|
1392
|
-
},
|
|
1421
|
+
},
|
|
1422
|
+
resourceState: {
|
|
1393
1423
|
serializedName: "properties.resourceState",
|
|
1394
1424
|
readOnly: true,
|
|
1395
1425
|
type: {
|
|
1396
1426
|
name: "String",
|
|
1397
1427
|
},
|
|
1398
|
-
},
|
|
1428
|
+
},
|
|
1429
|
+
redisVersion: {
|
|
1399
1430
|
serializedName: "properties.redisVersion",
|
|
1400
1431
|
readOnly: true,
|
|
1401
1432
|
type: {
|
|
1402
1433
|
name: "String",
|
|
1403
1434
|
},
|
|
1404
|
-
},
|
|
1435
|
+
},
|
|
1436
|
+
privateEndpointConnections: {
|
|
1405
1437
|
serializedName: "properties.privateEndpointConnections",
|
|
1406
1438
|
readOnly: true,
|
|
1407
1439
|
type: {
|
|
@@ -1413,20 +1445,24 @@ export const Cluster = {
|
|
|
1413
1445
|
},
|
|
1414
1446
|
},
|
|
1415
1447
|
},
|
|
1416
|
-
}
|
|
1448
|
+
},
|
|
1449
|
+
},
|
|
1417
1450
|
},
|
|
1418
1451
|
};
|
|
1419
1452
|
export const AccessPolicyAssignment = {
|
|
1420
1453
|
type: {
|
|
1421
1454
|
name: "Composite",
|
|
1422
1455
|
className: "AccessPolicyAssignment",
|
|
1423
|
-
modelProperties:
|
|
1456
|
+
modelProperties: {
|
|
1457
|
+
...ProxyResourceAutoGenerated.type.modelProperties,
|
|
1458
|
+
provisioningState: {
|
|
1424
1459
|
serializedName: "properties.provisioningState",
|
|
1425
1460
|
readOnly: true,
|
|
1426
1461
|
type: {
|
|
1427
1462
|
name: "String",
|
|
1428
1463
|
},
|
|
1429
|
-
},
|
|
1464
|
+
},
|
|
1465
|
+
accessPolicyName: {
|
|
1430
1466
|
constraints: {
|
|
1431
1467
|
Pattern: new RegExp("^([a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9]|[a-zA-Z0-9])$"),
|
|
1432
1468
|
},
|
|
@@ -1434,58 +1470,69 @@ export const AccessPolicyAssignment = {
|
|
|
1434
1470
|
type: {
|
|
1435
1471
|
name: "String",
|
|
1436
1472
|
},
|
|
1437
|
-
},
|
|
1473
|
+
},
|
|
1474
|
+
user: {
|
|
1438
1475
|
serializedName: "properties.user",
|
|
1439
1476
|
type: {
|
|
1440
1477
|
name: "Composite",
|
|
1441
1478
|
className: "AccessPolicyAssignmentPropertiesUser",
|
|
1442
1479
|
},
|
|
1443
|
-
}
|
|
1480
|
+
},
|
|
1481
|
+
},
|
|
1444
1482
|
},
|
|
1445
1483
|
};
|
|
1446
1484
|
export const Database = {
|
|
1447
1485
|
type: {
|
|
1448
1486
|
name: "Composite",
|
|
1449
1487
|
className: "Database",
|
|
1450
|
-
modelProperties:
|
|
1488
|
+
modelProperties: {
|
|
1489
|
+
...ProxyResource.type.modelProperties,
|
|
1490
|
+
clientProtocol: {
|
|
1451
1491
|
serializedName: "properties.clientProtocol",
|
|
1452
1492
|
type: {
|
|
1453
1493
|
name: "String",
|
|
1454
1494
|
},
|
|
1455
|
-
},
|
|
1495
|
+
},
|
|
1496
|
+
port: {
|
|
1456
1497
|
serializedName: "properties.port",
|
|
1457
1498
|
type: {
|
|
1458
1499
|
name: "Number",
|
|
1459
1500
|
},
|
|
1460
|
-
},
|
|
1501
|
+
},
|
|
1502
|
+
provisioningState: {
|
|
1461
1503
|
serializedName: "properties.provisioningState",
|
|
1462
1504
|
readOnly: true,
|
|
1463
1505
|
type: {
|
|
1464
1506
|
name: "String",
|
|
1465
1507
|
},
|
|
1466
|
-
},
|
|
1508
|
+
},
|
|
1509
|
+
resourceState: {
|
|
1467
1510
|
serializedName: "properties.resourceState",
|
|
1468
1511
|
readOnly: true,
|
|
1469
1512
|
type: {
|
|
1470
1513
|
name: "String",
|
|
1471
1514
|
},
|
|
1472
|
-
},
|
|
1515
|
+
},
|
|
1516
|
+
clusteringPolicy: {
|
|
1473
1517
|
serializedName: "properties.clusteringPolicy",
|
|
1474
1518
|
type: {
|
|
1475
1519
|
name: "String",
|
|
1476
1520
|
},
|
|
1477
|
-
},
|
|
1521
|
+
},
|
|
1522
|
+
evictionPolicy: {
|
|
1478
1523
|
serializedName: "properties.evictionPolicy",
|
|
1479
1524
|
type: {
|
|
1480
1525
|
name: "String",
|
|
1481
1526
|
},
|
|
1482
|
-
},
|
|
1527
|
+
},
|
|
1528
|
+
persistence: {
|
|
1483
1529
|
serializedName: "properties.persistence",
|
|
1484
1530
|
type: {
|
|
1485
1531
|
name: "Composite",
|
|
1486
1532
|
className: "Persistence",
|
|
1487
1533
|
},
|
|
1488
|
-
},
|
|
1534
|
+
},
|
|
1535
|
+
modules: {
|
|
1489
1536
|
serializedName: "properties.modules",
|
|
1490
1537
|
type: {
|
|
1491
1538
|
name: "Sequence",
|
|
@@ -1496,29 +1543,34 @@ export const Database = {
|
|
|
1496
1543
|
},
|
|
1497
1544
|
},
|
|
1498
1545
|
},
|
|
1499
|
-
},
|
|
1546
|
+
},
|
|
1547
|
+
geoReplication: {
|
|
1500
1548
|
serializedName: "properties.geoReplication",
|
|
1501
1549
|
type: {
|
|
1502
1550
|
name: "Composite",
|
|
1503
1551
|
className: "DatabasePropertiesGeoReplication",
|
|
1504
1552
|
},
|
|
1505
|
-
},
|
|
1553
|
+
},
|
|
1554
|
+
redisVersion: {
|
|
1506
1555
|
serializedName: "properties.redisVersion",
|
|
1507
1556
|
readOnly: true,
|
|
1508
1557
|
type: {
|
|
1509
1558
|
name: "String",
|
|
1510
1559
|
},
|
|
1511
|
-
},
|
|
1560
|
+
},
|
|
1561
|
+
deferUpgrade: {
|
|
1512
1562
|
serializedName: "properties.deferUpgrade",
|
|
1513
1563
|
type: {
|
|
1514
1564
|
name: "String",
|
|
1515
1565
|
},
|
|
1516
|
-
},
|
|
1566
|
+
},
|
|
1567
|
+
accessKeysAuthentication: {
|
|
1517
1568
|
serializedName: "properties.accessKeysAuthentication",
|
|
1518
1569
|
type: {
|
|
1519
1570
|
name: "String",
|
|
1520
1571
|
},
|
|
1521
|
-
}
|
|
1572
|
+
},
|
|
1573
|
+
},
|
|
1522
1574
|
},
|
|
1523
1575
|
};
|
|
1524
1576
|
export const RedisEnterpriseUpdateHeaders = {
|