cdk-lambda-subminute 2.0.456 → 2.0.458
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +33 -33
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +442 -94
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancing-2012-06-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +4 -1
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +7 -1
- package/node_modules/aws-sdk/apis/memorydb-2021-01-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +374 -346
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +16 -1
- package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +90 -23
- package/node_modules/aws-sdk/clients/appstream.d.ts +8 -8
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -3
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +481 -1
- package/node_modules/aws-sdk/clients/elasticache.d.ts +196 -196
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +45 -5
- package/node_modules/aws-sdk/clients/memorydb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +12 -0
- package/node_modules/aws-sdk/clients/tnb.d.ts +95 -18
- package/node_modules/aws-sdk/clients/workspaces.d.ts +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +498 -132
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -92
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -5,11 +5,17 @@
|
|
5
5
|
"endpointPrefix": "rolesanywhere",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "IAM Roles Anywhere",
|
9
12
|
"serviceId": "RolesAnywhere",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"signingName": "rolesanywhere",
|
12
|
-
"uid": "rolesanywhere-2018-05-10"
|
15
|
+
"uid": "rolesanywhere-2018-05-10",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
13
19
|
},
|
14
20
|
"operations": {
|
15
21
|
"CreateProfile": {
|
@@ -24,6 +30,9 @@
|
|
24
30
|
"roleArns"
|
25
31
|
],
|
26
32
|
"members": {
|
33
|
+
"acceptRoleSessionName": {
|
34
|
+
"type": "boolean"
|
35
|
+
},
|
27
36
|
"durationSeconds": {
|
28
37
|
"type": "integer"
|
29
38
|
},
|
@@ -717,6 +726,9 @@
|
|
717
726
|
"profileId"
|
718
727
|
],
|
719
728
|
"members": {
|
729
|
+
"acceptRoleSessionName": {
|
730
|
+
"type": "boolean"
|
731
|
+
},
|
720
732
|
"durationSeconds": {
|
721
733
|
"type": "integer"
|
722
734
|
},
|
@@ -810,6 +822,9 @@
|
|
810
822
|
"Sf": {
|
811
823
|
"type": "structure",
|
812
824
|
"members": {
|
825
|
+
"acceptRoleSessionName": {
|
826
|
+
"type": "boolean"
|
827
|
+
},
|
813
828
|
"attributeMappings": {
|
814
829
|
"type": "list",
|
815
830
|
"member": {
|
@@ -5,11 +5,17 @@
|
|
5
5
|
"endpointPrefix": "tnb",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "AWS Telco Network Builder",
|
9
12
|
"serviceId": "tnb",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"signingName": "tnb",
|
12
|
-
"uid": "tnb-2008-10-21"
|
15
|
+
"uid": "tnb-2008-10-21",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
13
19
|
},
|
14
20
|
"operations": {
|
15
21
|
"CancelSolNetworkOperation": {
|
@@ -521,8 +527,45 @@
|
|
521
527
|
"createdAt": {
|
522
528
|
"shape": "S15"
|
523
529
|
},
|
530
|
+
"instantiateMetadata": {
|
531
|
+
"type": "structure",
|
532
|
+
"required": [
|
533
|
+
"nsdInfoId"
|
534
|
+
],
|
535
|
+
"members": {
|
536
|
+
"additionalParamsForNs": {
|
537
|
+
"shape": "S1x"
|
538
|
+
},
|
539
|
+
"nsdInfoId": {}
|
540
|
+
}
|
541
|
+
},
|
524
542
|
"lastModified": {
|
525
543
|
"shape": "S15"
|
544
|
+
},
|
545
|
+
"modifyVnfInfoMetadata": {
|
546
|
+
"type": "structure",
|
547
|
+
"required": [
|
548
|
+
"vnfConfigurableProperties",
|
549
|
+
"vnfInstanceId"
|
550
|
+
],
|
551
|
+
"members": {
|
552
|
+
"vnfConfigurableProperties": {
|
553
|
+
"shape": "S1x"
|
554
|
+
},
|
555
|
+
"vnfInstanceId": {}
|
556
|
+
}
|
557
|
+
},
|
558
|
+
"updateNsMetadata": {
|
559
|
+
"type": "structure",
|
560
|
+
"required": [
|
561
|
+
"nsdInfoId"
|
562
|
+
],
|
563
|
+
"members": {
|
564
|
+
"additionalParamsForNs": {
|
565
|
+
"shape": "S1x"
|
566
|
+
},
|
567
|
+
"nsdInfoId": {}
|
568
|
+
}
|
526
569
|
}
|
527
570
|
}
|
528
571
|
},
|
@@ -558,7 +601,8 @@
|
|
558
601
|
"taskStatus": {}
|
559
602
|
}
|
560
603
|
}
|
561
|
-
}
|
604
|
+
},
|
605
|
+
"updateType": {}
|
562
606
|
}
|
563
607
|
}
|
564
608
|
},
|
@@ -611,7 +655,7 @@
|
|
611
655
|
"shape": "S15"
|
612
656
|
},
|
613
657
|
"nsd": {
|
614
|
-
"shape": "
|
658
|
+
"shape": "S2c"
|
615
659
|
}
|
616
660
|
}
|
617
661
|
},
|
@@ -625,7 +669,7 @@
|
|
625
669
|
"shape": "S4"
|
626
670
|
},
|
627
671
|
"vnfPkgIds": {
|
628
|
-
"shape": "
|
672
|
+
"shape": "S2d"
|
629
673
|
}
|
630
674
|
}
|
631
675
|
}
|
@@ -711,7 +755,7 @@
|
|
711
755
|
],
|
712
756
|
"members": {
|
713
757
|
"additionalParamsForNs": {
|
714
|
-
"shape": "
|
758
|
+
"shape": "S1x"
|
715
759
|
},
|
716
760
|
"dryRun": {
|
717
761
|
"location": "querystring",
|
@@ -963,6 +1007,10 @@
|
|
963
1007
|
"nextToken": {
|
964
1008
|
"location": "querystring",
|
965
1009
|
"locationName": "nextpage_opaque_marker"
|
1010
|
+
},
|
1011
|
+
"nsInstanceId": {
|
1012
|
+
"location": "querystring",
|
1013
|
+
"locationName": "nsInstanceId"
|
966
1014
|
}
|
967
1015
|
}
|
968
1016
|
},
|
@@ -999,11 +1047,14 @@
|
|
999
1047
|
},
|
1000
1048
|
"lastModified": {
|
1001
1049
|
"shape": "S15"
|
1002
|
-
}
|
1050
|
+
},
|
1051
|
+
"nsdInfoId": {},
|
1052
|
+
"vnfInstanceId": {}
|
1003
1053
|
}
|
1004
1054
|
},
|
1005
1055
|
"nsInstanceId": {},
|
1006
|
-
"operationState": {}
|
1056
|
+
"operationState": {},
|
1057
|
+
"updateType": {}
|
1007
1058
|
}
|
1008
1059
|
}
|
1009
1060
|
},
|
@@ -1076,7 +1127,7 @@
|
|
1076
1127
|
"nsdUsageState": {},
|
1077
1128
|
"nsdVersion": {},
|
1078
1129
|
"vnfPkgIds": {
|
1079
|
-
"shape": "
|
1130
|
+
"shape": "S2d"
|
1080
1131
|
}
|
1081
1132
|
}
|
1082
1133
|
}
|
@@ -1133,7 +1184,7 @@
|
|
1133
1184
|
"locationName": "Content-Type"
|
1134
1185
|
},
|
1135
1186
|
"file": {
|
1136
|
-
"
|
1187
|
+
"shape": "S3l"
|
1137
1188
|
},
|
1138
1189
|
"vnfPkgId": {
|
1139
1190
|
"location": "uri",
|
@@ -1188,7 +1239,7 @@
|
|
1188
1239
|
"locationName": "Content-Type"
|
1189
1240
|
},
|
1190
1241
|
"file": {
|
1191
|
-
"
|
1242
|
+
"shape": "S3l"
|
1192
1243
|
},
|
1193
1244
|
"nsdInfoId": {
|
1194
1245
|
"location": "uri",
|
@@ -1215,7 +1266,7 @@
|
|
1215
1266
|
"type": "structure",
|
1216
1267
|
"members": {
|
1217
1268
|
"nsd": {
|
1218
|
-
"shape": "
|
1269
|
+
"shape": "S2c"
|
1219
1270
|
}
|
1220
1271
|
}
|
1221
1272
|
},
|
@@ -1223,7 +1274,7 @@
|
|
1223
1274
|
"nsdName": {},
|
1224
1275
|
"nsdVersion": {},
|
1225
1276
|
"vnfPkgIds": {
|
1226
|
-
"shape": "
|
1277
|
+
"shape": "S2d"
|
1227
1278
|
}
|
1228
1279
|
}
|
1229
1280
|
},
|
@@ -1367,7 +1418,7 @@
|
|
1367
1418
|
],
|
1368
1419
|
"members": {
|
1369
1420
|
"vnfConfigurableProperties": {
|
1370
|
-
"shape": "
|
1421
|
+
"shape": "S1x"
|
1371
1422
|
},
|
1372
1423
|
"vnfInstanceId": {}
|
1373
1424
|
}
|
@@ -1379,6 +1430,18 @@
|
|
1379
1430
|
"tags": {
|
1380
1431
|
"shape": "S4"
|
1381
1432
|
},
|
1433
|
+
"updateNs": {
|
1434
|
+
"type": "structure",
|
1435
|
+
"required": [
|
1436
|
+
"nsdInfoId"
|
1437
|
+
],
|
1438
|
+
"members": {
|
1439
|
+
"additionalParamsForNs": {
|
1440
|
+
"shape": "S1x"
|
1441
|
+
},
|
1442
|
+
"nsdInfoId": {}
|
1443
|
+
}
|
1444
|
+
},
|
1382
1445
|
"updateType": {}
|
1383
1446
|
}
|
1384
1447
|
},
|
@@ -1440,7 +1503,7 @@
|
|
1440
1503
|
"locationName": "Content-Type"
|
1441
1504
|
},
|
1442
1505
|
"file": {
|
1443
|
-
"
|
1506
|
+
"shape": "S3l"
|
1444
1507
|
},
|
1445
1508
|
"vnfPkgId": {
|
1446
1509
|
"location": "uri",
|
@@ -1495,7 +1558,7 @@
|
|
1495
1558
|
"locationName": "Content-Type"
|
1496
1559
|
},
|
1497
1560
|
"file": {
|
1498
|
-
"
|
1561
|
+
"shape": "S3l"
|
1499
1562
|
},
|
1500
1563
|
"nsdInfoId": {
|
1501
1564
|
"location": "uri",
|
@@ -1522,7 +1585,7 @@
|
|
1522
1585
|
"type": "structure",
|
1523
1586
|
"members": {
|
1524
1587
|
"nsd": {
|
1525
|
-
"shape": "
|
1588
|
+
"shape": "S2c"
|
1526
1589
|
}
|
1527
1590
|
}
|
1528
1591
|
},
|
@@ -1530,7 +1593,7 @@
|
|
1530
1593
|
"nsdName": {},
|
1531
1594
|
"nsdVersion": {},
|
1532
1595
|
"vnfPkgIds": {
|
1533
|
-
"shape": "
|
1596
|
+
"shape": "S2d"
|
1534
1597
|
}
|
1535
1598
|
}
|
1536
1599
|
},
|
@@ -1576,7 +1639,12 @@
|
|
1576
1639
|
"title": {}
|
1577
1640
|
}
|
1578
1641
|
},
|
1579
|
-
"
|
1642
|
+
"S1x": {
|
1643
|
+
"type": "structure",
|
1644
|
+
"members": {},
|
1645
|
+
"document": true
|
1646
|
+
},
|
1647
|
+
"S2c": {
|
1580
1648
|
"type": "structure",
|
1581
1649
|
"members": {
|
1582
1650
|
"overrides": {
|
@@ -1584,14 +1652,13 @@
|
|
1584
1652
|
}
|
1585
1653
|
}
|
1586
1654
|
},
|
1587
|
-
"
|
1655
|
+
"S2d": {
|
1588
1656
|
"type": "list",
|
1589
1657
|
"member": {}
|
1590
1658
|
},
|
1591
|
-
"
|
1592
|
-
"type": "
|
1593
|
-
"
|
1594
|
-
"document": true
|
1659
|
+
"S3l": {
|
1660
|
+
"type": "blob",
|
1661
|
+
"sensitive": true
|
1595
1662
|
}
|
1596
1663
|
}
|
1597
1664
|
}
|
@@ -1290,7 +1290,7 @@ declare namespace AppStream {
|
|
1290
1290
|
*/
|
1291
1291
|
MaxUserDurationInSeconds?: Integer;
|
1292
1292
|
/**
|
1293
|
-
* The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. Specify a value between 60 and
|
1293
|
+
* The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. Specify a value between 60 and 36000.
|
1294
1294
|
*/
|
1295
1295
|
DisconnectTimeoutInSeconds?: Integer;
|
1296
1296
|
/**
|
@@ -1314,7 +1314,7 @@ declare namespace AppStream {
|
|
1314
1314
|
*/
|
1315
1315
|
Tags?: Tags;
|
1316
1316
|
/**
|
1317
|
-
* The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If they try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and
|
1317
|
+
* The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If they try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0. If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
|
1318
1318
|
*/
|
1319
1319
|
IdleDisconnectTimeoutInSeconds?: Integer;
|
1320
1320
|
/**
|
@@ -2358,7 +2358,7 @@ declare namespace AppStream {
|
|
2358
2358
|
*/
|
2359
2359
|
MaxUserDurationInSeconds?: Integer;
|
2360
2360
|
/**
|
2361
|
-
* The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. Specify a value between 60 and
|
2361
|
+
* The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. Specify a value between 60 and 36000.
|
2362
2362
|
*/
|
2363
2363
|
DisconnectTimeoutInSeconds?: Integer;
|
2364
2364
|
/**
|
@@ -2386,7 +2386,7 @@ declare namespace AppStream {
|
|
2386
2386
|
*/
|
2387
2387
|
DomainJoinInfo?: DomainJoinInfo;
|
2388
2388
|
/**
|
2389
|
-
* The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and
|
2389
|
+
* The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0. If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
|
2390
2390
|
*/
|
2391
2391
|
IdleDisconnectTimeoutInSeconds?: Integer;
|
2392
2392
|
/**
|
@@ -2723,7 +2723,7 @@ declare namespace AppStream {
|
|
2723
2723
|
export type OrganizationalUnitDistinguishedNamesList = OrganizationalUnitDistinguishedName[];
|
2724
2724
|
export type PackagingType = "CUSTOM"|"APPSTREAM2"|string;
|
2725
2725
|
export type Permission = "ENABLED"|"DISABLED"|string;
|
2726
|
-
export type PlatformType = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|string;
|
2726
|
+
export type PlatformType = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8"|string;
|
2727
2727
|
export type Platforms = PlatformType[];
|
2728
2728
|
export type PreferredProtocol = "TCP"|"UDP"|string;
|
2729
2729
|
export type RedirectURL = string;
|
@@ -3205,7 +3205,7 @@ declare namespace AppStream {
|
|
3205
3205
|
*/
|
3206
3206
|
MaxUserDurationInSeconds?: Integer;
|
3207
3207
|
/**
|
3208
|
-
* The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. Specify a value between 60 and
|
3208
|
+
* The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. Specify a value between 60 and 36000.
|
3209
3209
|
*/
|
3210
3210
|
DisconnectTimeoutInSeconds?: Integer;
|
3211
3211
|
/**
|
@@ -3229,7 +3229,7 @@ declare namespace AppStream {
|
|
3229
3229
|
*/
|
3230
3230
|
DomainJoinInfo?: DomainJoinInfo;
|
3231
3231
|
/**
|
3232
|
-
* The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and
|
3232
|
+
* The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0. If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
|
3233
3233
|
*/
|
3234
3234
|
IdleDisconnectTimeoutInSeconds?: Integer;
|
3235
3235
|
/**
|
@@ -3417,7 +3417,7 @@ declare namespace AppStream {
|
|
3417
3417
|
*/
|
3418
3418
|
Permission: Permission;
|
3419
3419
|
/**
|
3420
|
-
* Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session. This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions. This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can't be specified when the permission is DISABLED.
|
3420
|
+
* Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session. This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions. This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can't be specified when the permission is DISABLED. The value can be between 1 and 20,971,520 (20 MB).
|
3421
3421
|
*/
|
3422
3422
|
MaximumLength?: Integer;
|
3423
3423
|
}
|
@@ -756,7 +756,7 @@ declare namespace AutoScaling {
|
|
756
756
|
/**
|
757
757
|
* One or more subnet IDs, if applicable, separated by commas.
|
758
758
|
*/
|
759
|
-
VPCZoneIdentifier?:
|
759
|
+
VPCZoneIdentifier?: XmlStringMaxLen5000;
|
760
760
|
/**
|
761
761
|
* The metrics enabled for the group.
|
762
762
|
*/
|
@@ -1095,7 +1095,7 @@ declare namespace AutoScaling {
|
|
1095
1095
|
/**
|
1096
1096
|
* A comma-separated list of subnet IDs for a virtual private cloud (VPC) where instances in the Auto Scaling group can be created. If you specify VPCZoneIdentifier with AvailabilityZones, the subnets that you specify must reside in those Availability Zones.
|
1097
1097
|
*/
|
1098
|
-
VPCZoneIdentifier?:
|
1098
|
+
VPCZoneIdentifier?: XmlStringMaxLen5000;
|
1099
1099
|
/**
|
1100
1100
|
* A policy or a list of policies that are used to select the instance to terminate. These policies are executed in the order that you list them. For more information, see Configure termination policies for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide. Valid values: Default | AllocationStrategy | ClosestToNextInstanceHour | NewestInstance | OldestInstance | OldestLaunchConfiguration | OldestLaunchTemplate | arn:aws:lambda:region:account-id:function:my-function:my-alias
|
1101
1101
|
*/
|
@@ -3570,7 +3570,7 @@ declare namespace AutoScaling {
|
|
3570
3570
|
/**
|
3571
3571
|
* A comma-separated list of subnet IDs for a virtual private cloud (VPC). If you specify VPCZoneIdentifier with AvailabilityZones, the subnets that you specify must reside in those Availability Zones.
|
3572
3572
|
*/
|
3573
|
-
VPCZoneIdentifier?:
|
3573
|
+
VPCZoneIdentifier?: XmlStringMaxLen5000;
|
3574
3574
|
/**
|
3575
3575
|
* A policy or a list of policies that are used to select the instances to terminate. The policies are executed in the order that you list them. For more information, see Configure termination policies for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide. Valid values: Default | AllocationStrategy | ClosestToNextInstanceHour | NewestInstance | OldestInstance | OldestLaunchConfiguration | OldestLaunchTemplate | arn:aws:lambda:region:account-id:function:my-function:my-alias
|
3576
3576
|
*/
|
@@ -3652,6 +3652,7 @@ declare namespace AutoScaling {
|
|
3652
3652
|
export type XmlStringMaxLen2047 = string;
|
3653
3653
|
export type XmlStringMaxLen255 = string;
|
3654
3654
|
export type XmlStringMaxLen32 = string;
|
3655
|
+
export type XmlStringMaxLen5000 = string;
|
3655
3656
|
export type XmlStringMaxLen511 = string;
|
3656
3657
|
export type XmlStringMaxLen64 = string;
|
3657
3658
|
export type XmlStringMetricLabel = string;
|