aws-sdk 2.1509.0 → 2.1511.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.
@@ -1229,6 +1229,53 @@
1229
1229
  },
1230
1230
  "idempotent": true
1231
1231
  },
1232
+ "PutFeedback": {
1233
+ "http": {
1234
+ "method": "PUT",
1235
+ "requestUri": "/assistants/{assistantId}/feedback",
1236
+ "responseCode": 200
1237
+ },
1238
+ "input": {
1239
+ "type": "structure",
1240
+ "required": [
1241
+ "assistantId",
1242
+ "contentFeedback",
1243
+ "targetId",
1244
+ "targetType"
1245
+ ],
1246
+ "members": {
1247
+ "assistantId": {
1248
+ "location": "uri",
1249
+ "locationName": "assistantId"
1250
+ },
1251
+ "contentFeedback": {
1252
+ "shape": "S4x"
1253
+ },
1254
+ "targetId": {},
1255
+ "targetType": {}
1256
+ }
1257
+ },
1258
+ "output": {
1259
+ "type": "structure",
1260
+ "required": [
1261
+ "assistantArn",
1262
+ "assistantId",
1263
+ "contentFeedback",
1264
+ "targetId",
1265
+ "targetType"
1266
+ ],
1267
+ "members": {
1268
+ "assistantArn": {},
1269
+ "assistantId": {},
1270
+ "contentFeedback": {
1271
+ "shape": "S4x"
1272
+ },
1273
+ "targetId": {},
1274
+ "targetType": {}
1275
+ }
1276
+ },
1277
+ "idempotent": true
1278
+ },
1232
1279
  "QueryAssistant": {
1233
1280
  "http": {
1234
1281
  "requestUri": "/assistants/{assistantId}/query",
@@ -1358,7 +1405,7 @@
1358
1405
  "locationName": "nextToken"
1359
1406
  },
1360
1407
  "searchExpression": {
1361
- "shape": "S59"
1408
+ "shape": "S5f"
1362
1409
  }
1363
1410
  }
1364
1411
  },
@@ -1493,10 +1540,10 @@
1493
1540
  ],
1494
1541
  "members": {
1495
1542
  "attributesInterpolated": {
1496
- "shape": "S60"
1543
+ "shape": "S66"
1497
1544
  },
1498
1545
  "attributesNotInterpolated": {
1499
- "shape": "S60"
1546
+ "shape": "S66"
1500
1547
  },
1501
1548
  "channels": {
1502
1549
  "shape": "S1d"
@@ -1562,7 +1609,7 @@
1562
1609
  "locationName": "nextToken"
1563
1610
  },
1564
1611
  "searchExpression": {
1565
- "shape": "S59"
1612
+ "shape": "S5f"
1566
1613
  }
1567
1614
  }
1568
1615
  },
@@ -2466,7 +2513,22 @@
2466
2513
  "shape": "S2k"
2467
2514
  }
2468
2515
  },
2469
- "S59": {
2516
+ "S4x": {
2517
+ "type": "structure",
2518
+ "members": {
2519
+ "generativeContentFeedbackData": {
2520
+ "type": "structure",
2521
+ "required": [
2522
+ "relevance"
2523
+ ],
2524
+ "members": {
2525
+ "relevance": {}
2526
+ }
2527
+ }
2528
+ },
2529
+ "union": true
2530
+ },
2531
+ "S5f": {
2470
2532
  "type": "structure",
2471
2533
  "required": [
2472
2534
  "filters"
@@ -2490,7 +2552,7 @@
2490
2552
  }
2491
2553
  }
2492
2554
  },
2493
- "S60": {
2555
+ "S66": {
2494
2556
  "type": "list",
2495
2557
  "member": {},
2496
2558
  "sensitive": true
@@ -59,7 +59,8 @@
59
59
  "LockConfiguration": {
60
60
  "shape": "Sf"
61
61
  },
62
- "LockState": {}
62
+ "LockState": {},
63
+ "RuleArn": {}
63
64
  }
64
65
  }
65
66
  },
@@ -123,7 +124,8 @@
123
124
  "LockState": {},
124
125
  "LockEndTime": {
125
126
  "type": "timestamp"
126
- }
127
+ },
128
+ "RuleArn": {}
127
129
  }
128
130
  }
129
131
  },
@@ -162,7 +164,8 @@
162
164
  "RetentionPeriod": {
163
165
  "shape": "S2"
164
166
  },
165
- "LockState": {}
167
+ "LockState": {},
168
+ "RuleArn": {}
166
169
  }
167
170
  }
168
171
  },
@@ -235,7 +238,8 @@
235
238
  "LockConfiguration": {
236
239
  "shape": "Sf"
237
240
  },
238
- "LockState": {}
241
+ "LockState": {},
242
+ "RuleArn": {}
239
243
  }
240
244
  }
241
245
  },
@@ -302,7 +306,8 @@
302
306
  "LockState": {},
303
307
  "LockEndTime": {
304
308
  "type": "timestamp"
305
- }
309
+ },
310
+ "RuleArn": {}
306
311
  }
307
312
  }
308
313
  },
@@ -378,7 +383,8 @@
378
383
  "LockState": {},
379
384
  "LockEndTime": {
380
385
  "type": "timestamp"
381
- }
386
+ },
387
+ "RuleArn": {}
382
388
  }
383
389
  }
384
390
  }
@@ -212,6 +212,9 @@
212
212
  },
213
213
  "validationSettings": {
214
214
  "shape": "S1j"
215
+ },
216
+ "description": {
217
+ "shape": "S1l"
215
218
  }
216
219
  }
217
220
  },
@@ -249,7 +252,7 @@
249
252
  },
250
253
  "policyStoreId": {},
251
254
  "description": {
252
- "shape": "S1o"
255
+ "shape": "S1p"
253
256
  },
254
257
  "statement": {
255
258
  "shape": "S1d"
@@ -501,6 +504,9 @@
501
504
  },
502
505
  "lastUpdatedDate": {
503
506
  "shape": "S17"
507
+ },
508
+ "description": {
509
+ "shape": "S1l"
504
510
  }
505
511
  }
506
512
  }
@@ -530,7 +536,7 @@
530
536
  "policyStoreId": {},
531
537
  "policyTemplateId": {},
532
538
  "description": {
533
- "shape": "S1o"
539
+ "shape": "S1p"
534
540
  },
535
541
  "statement": {
536
542
  "shape": "S1d"
@@ -565,13 +571,16 @@
565
571
  "members": {
566
572
  "policyStoreId": {},
567
573
  "schema": {
568
- "shape": "S2e"
574
+ "shape": "S2f"
569
575
  },
570
576
  "createdDate": {
571
577
  "shape": "S17"
572
578
  },
573
579
  "lastUpdatedDate": {
574
580
  "shape": "S17"
581
+ },
582
+ "namespaces": {
583
+ "shape": "S2g"
575
584
  }
576
585
  }
577
586
  }
@@ -628,10 +637,10 @@
628
637
  "members": {
629
638
  "policyStoreId": {},
630
639
  "identityToken": {
631
- "shape": "S2i"
640
+ "shape": "S2l"
632
641
  },
633
642
  "accessToken": {
634
- "shape": "S2i"
643
+ "shape": "S2l"
635
644
  },
636
645
  "action": {
637
646
  "shape": "Sk"
@@ -754,10 +763,10 @@
754
763
  "type": "structure",
755
764
  "members": {
756
765
  "principal": {
757
- "shape": "S2w"
766
+ "shape": "S2z"
758
767
  },
759
768
  "resource": {
760
- "shape": "S2w"
769
+ "shape": "S2z"
761
770
  },
762
771
  "policyType": {},
763
772
  "policyTemplateId": {}
@@ -866,6 +875,12 @@
866
875
  "arn": {},
867
876
  "createdDate": {
868
877
  "shape": "S17"
878
+ },
879
+ "lastUpdatedDate": {
880
+ "shape": "S17"
881
+ },
882
+ "description": {
883
+ "shape": "S1l"
869
884
  }
870
885
  }
871
886
  }
@@ -908,7 +923,7 @@
908
923
  "policyStoreId": {},
909
924
  "policyTemplateId": {},
910
925
  "description": {
911
- "shape": "S1o"
926
+ "shape": "S1p"
912
927
  },
913
928
  "createdDate": {
914
929
  "shape": "S17"
@@ -935,7 +950,7 @@
935
950
  "type": "structure",
936
951
  "members": {
937
952
  "cedarJson": {
938
- "shape": "S2e"
953
+ "shape": "S2f"
939
954
  }
940
955
  },
941
956
  "union": true
@@ -953,11 +968,7 @@
953
968
  "members": {
954
969
  "policyStoreId": {},
955
970
  "namespaces": {
956
- "type": "list",
957
- "member": {
958
- "type": "string",
959
- "sensitive": true
960
- }
971
+ "shape": "S2g"
961
972
  },
962
973
  "createdDate": {
963
974
  "shape": "S17"
@@ -1097,6 +1108,9 @@
1097
1108
  "policyStoreId": {},
1098
1109
  "validationSettings": {
1099
1110
  "shape": "S1j"
1111
+ },
1112
+ "description": {
1113
+ "shape": "S1l"
1100
1114
  }
1101
1115
  }
1102
1116
  },
@@ -1133,7 +1147,7 @@
1133
1147
  "policyStoreId": {},
1134
1148
  "policyTemplateId": {},
1135
1149
  "description": {
1136
- "shape": "S1o"
1150
+ "shape": "S1p"
1137
1151
  },
1138
1152
  "statement": {
1139
1153
  "shape": "S1d"
@@ -1351,19 +1365,30 @@
1351
1365
  "mode": {}
1352
1366
  }
1353
1367
  },
1354
- "S1o": {
1368
+ "S1l": {
1369
+ "type": "string",
1370
+ "sensitive": true
1371
+ },
1372
+ "S1p": {
1355
1373
  "type": "string",
1356
1374
  "sensitive": true
1357
1375
  },
1358
- "S2e": {
1376
+ "S2f": {
1359
1377
  "type": "string",
1360
1378
  "sensitive": true
1361
1379
  },
1362
- "S2i": {
1380
+ "S2g": {
1381
+ "type": "list",
1382
+ "member": {
1383
+ "type": "string",
1384
+ "sensitive": true
1385
+ }
1386
+ },
1387
+ "S2l": {
1363
1388
  "type": "string",
1364
1389
  "sensitive": true
1365
1390
  },
1366
- "S2w": {
1391
+ "S2z": {
1367
1392
  "type": "structure",
1368
1393
  "members": {
1369
1394
  "unspecified": {
@@ -548,6 +548,10 @@ declare namespace Billingconductor {
548
548
  * A CustomLineItemChargeDetails that describes the charge details for a custom line item.
549
549
  */
550
550
  ChargeDetails: CustomLineItemChargeDetails;
551
+ /**
552
+ * The Amazon Web Services account in which this custom line item will be applied to.
553
+ */
554
+ AccountId?: AccountId;
551
555
  }
552
556
  export interface CreateCustomLineItemOutput {
553
557
  /**
@@ -737,6 +741,10 @@ declare namespace Billingconductor {
737
741
  * The number of resources that are associated to the custom line item.
738
742
  */
739
743
  AssociationSize?: NumberOfAssociations;
744
+ /**
745
+ * The Amazon Web Services account in which this custom line item will be applied to.
746
+ */
747
+ AccountId?: AccountId;
740
748
  }
741
749
  export type CustomLineItemName = string;
742
750
  export type CustomLineItemNameList = CustomLineItemName[];
@@ -805,6 +813,10 @@ declare namespace Billingconductor {
805
813
  * The inclusive start time.
806
814
  */
807
815
  StartTime?: Instant;
816
+ /**
817
+ * The Amazon Web Services account in which this custom line item will be applied to.
818
+ */
819
+ AccountId?: AccountId;
808
820
  }
809
821
  export interface DeleteBillingGroupInput {
810
822
  /**
@@ -1134,6 +1146,10 @@ declare namespace Billingconductor {
1134
1146
  * A list of custom line item ARNs to retrieve information.
1135
1147
  */
1136
1148
  Arns?: CustomLineItemArns;
1149
+ /**
1150
+ * The Amazon Web Services accounts in which this custom line item will be applied to.
1151
+ */
1152
+ AccountIds?: AccountIdList;
1137
1153
  }
1138
1154
  export interface ListCustomLineItemsInput {
1139
1155
  /**
@@ -127,6 +127,19 @@ declare namespace Braket {
127
127
  */
128
128
  scriptModeConfig?: ScriptModeConfig;
129
129
  }
130
+ export interface Association {
131
+ /**
132
+ * The Amazon Braket resource arn.
133
+ */
134
+ arn: BraketResourceArn;
135
+ /**
136
+ * The association type for the specified Amazon Braket resource arn.
137
+ */
138
+ type: AssociationType;
139
+ }
140
+ export type AssociationType = "RESERVATION_TIME_WINDOW_ARN"|string;
141
+ export type Associations = Association[];
142
+ export type BraketResourceArn = string;
130
143
  export interface CancelJobRequest {
131
144
  /**
132
145
  * The ARN of the Amazon Braket job to cancel.
@@ -176,6 +189,10 @@ declare namespace Braket {
176
189
  * Definition of the Amazon Braket job to be created. Specifies the container image the job uses and information about the Python scripts used for entry and training.
177
190
  */
178
191
  algorithmSpecification: AlgorithmSpecification;
192
+ /**
193
+ * The list of Amazon Braket resources associated with the hybrid job.
194
+ */
195
+ associations?: CreateJobRequestAssociationsList;
179
196
  /**
180
197
  * Information about the output locations for job checkpoint data.
181
198
  */
@@ -221,6 +238,7 @@ declare namespace Braket {
221
238
  */
222
239
  tags?: TagsMap;
223
240
  }
241
+ export type CreateJobRequestAssociationsList = Association[];
224
242
  export type CreateJobRequestInputDataConfigList = InputFileConfig[];
225
243
  export type CreateJobRequestJobNameString = string;
226
244
  export interface CreateJobResponse {
@@ -234,6 +252,10 @@ declare namespace Braket {
234
252
  * The action associated with the task.
235
253
  */
236
254
  action: JsonValue;
255
+ /**
256
+ * The list of Amazon Braket resources associated with the quantum task.
257
+ */
258
+ associations?: CreateQuantumTaskRequestAssociationsList;
237
259
  /**
238
260
  * The client token associated with the request.
239
261
  */
@@ -267,6 +289,7 @@ declare namespace Braket {
267
289
  */
268
290
  tags?: TagsMap;
269
291
  }
292
+ export type CreateQuantumTaskRequestAssociationsList = Association[];
270
293
  export type CreateQuantumTaskRequestDeviceParametersString = string;
271
294
  export type CreateQuantumTaskRequestOutputS3BucketString = string;
272
295
  export type CreateQuantumTaskRequestOutputS3KeyPrefixString = string;
@@ -381,6 +404,10 @@ declare namespace Braket {
381
404
  * Definition of the Amazon Braket job created. Specifies the container image the job uses, information about the Python scripts used for entry and training, and the user-defined metrics used to evaluation the job.
382
405
  */
383
406
  algorithmSpecification: AlgorithmSpecification;
407
+ /**
408
+ * The list of Amazon Braket resources associated with the hybrid job.
409
+ */
410
+ associations?: Associations;
384
411
  /**
385
412
  * The billable time the Amazon Braket job used to complete.
386
413
  */
@@ -465,11 +492,15 @@ declare namespace Braket {
465
492
  */
466
493
  additionalAttributeNames?: QuantumTaskAdditionalAttributeNamesList;
467
494
  /**
468
- * the ARN of the task to retrieve.
495
+ * The ARN of the task to retrieve.
469
496
  */
470
497
  quantumTaskArn: QuantumTaskArn;
471
498
  }
472
499
  export interface GetQuantumTaskResponse {
500
+ /**
501
+ * The list of Amazon Braket resources associated with the quantum task.
502
+ */
503
+ associations?: Associations;
473
504
  /**
474
505
  * The time at which the task was created.
475
506
  */
@@ -596,7 +627,7 @@ declare namespace Braket {
596
627
  */
597
628
  message?: JobEventDetailsMessageString;
598
629
  /**
599
- * TThe type of event that occurred related to the Amazon Braket job.
630
+ * The type of event that occurred related to the Amazon Braket job.
600
631
  */
601
632
  timeOfEvent?: SyntheticTimestamp_date_time;
602
633
  }
@@ -143,9 +143,9 @@ declare namespace Cloud9 {
143
143
  */
144
144
  subnetId?: SubnetId;
145
145
  /**
146
- * The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path. From December 04, 2023, you will be required to include the imageId parameter for the CreateEnvironmentEC2 action. This change will be reflected across all direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services CloudFormation. This change will only affect direct API consumers, and not Cloud9 console users. From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available image IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support in December 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux 2 as the AMI to create your environment as it is fully supported. This change will only affect direct API consumers, and not Cloud9 console users. Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04. AMI aliases Amazon Linux (default): amazonlinux-1-x86_64 Amazon Linux 2: amazonlinux-2-x86_64 Ubuntu 18.04: ubuntu-18.04-x86_64 Ubuntu 22.04: ubuntu-22.04-x86_64 SSM paths Amazon Linux (default): resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64 Amazon Linux 2: resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64 Ubuntu 18.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64 Ubuntu 22.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64
146
+ * The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path. From December 04, 2023, you will be required to include the imageId parameter for the CreateEnvironmentEC2 action. This change will be reflected across all direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services CloudFormation. This change will only affect direct API consumers, and not Cloud9 console users. From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available image IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support in December 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux 2 as the AMI to create your environment as it is fully supported. This change will only affect direct API consumers, and not Cloud9 console users. Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04. AMI aliases Amazon Linux: amazonlinux-1-x86_64 Amazon Linux 2: amazonlinux-2-x86_64 Ubuntu 18.04: ubuntu-18.04-x86_64 Ubuntu 22.04: ubuntu-22.04-x86_64 SSM paths Amazon Linux: resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64 Amazon Linux 2: resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64 Ubuntu 18.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64 Ubuntu 22.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64
147
147
  */
148
- imageId?: ImageId;
148
+ imageId: ImageId;
149
149
  /**
150
150
  * The number of minutes until the running instance is shut down after the environment has last been used.
151
151
  */
@@ -428,7 +428,7 @@ declare namespace Finspace {
428
428
  */
429
429
  databaseName: DatabaseName;
430
430
  /**
431
- * A list of change request objects that are run in order. A change request object consists of changeType , s3Path, and a dbPath. A changeType can has the following values: PUT – Adds or updates files in a database. DELETE – Deletes files in a database. All the change requests require a mandatory dbPath attribute that defines the path within the database directory. The s3Path attribute defines the s3 source file path and is required for a PUT change type. Here is an example of how you can use the change request object: [ { "changeType": "PUT", "s3Path":"s3://bucket/db/2020.01.02/", "dbPath":"/2020.01.02/"}, { "changeType": "PUT", "s3Path":"s3://bucket/db/sym", "dbPath":"/"}, { "changeType": "DELETE", "dbPath": "/2020.01.01/"} ] In this example, the first request with PUT change type allows you to add files in the given s3Path under the 2020.01.02 partition of the database. The second request with PUT change type allows you to add a single sym file at database root location. The last request with DELETE change type allows you to delete the files under the 2020.01.01 partition of the database.
431
+ * A list of change request objects that are run in order. A change request object consists of changeType , s3Path, and dbPath. A changeType can has the following values: PUT – Adds or updates files in a database. DELETE – Deletes files in a database. All the change requests require a mandatory dbPath attribute that defines the path within the database directory. All database paths must start with a leading / and end with a trailing /. The s3Path attribute defines the s3 source file path and is required for a PUT change type. The s3path must end with a trailing / if it is a directory and must end without a trailing / if it is a file. Here are few examples of how you can use the change request object: This request adds a single sym file at database root location. { "changeType": "PUT", "s3Path":"s3://bucket/db/sym", "dbPath":"/"} This request adds files in the given s3Path under the 2020.01.02 partition of the database. { "changeType": "PUT", "s3Path":"s3://bucket/db/2020.01.02/", "dbPath":"/2020.01.02/"} This request adds files in the given s3Path under the taq table partition of the database. [ { "changeType": "PUT", "s3Path":"s3://bucket/db/2020.01.02/taq/", "dbPath":"/2020.01.02/taq/"}] This request deletes the 2020.01.02 partition of the database. [{ "changeType": "DELETE", "dbPath": "/2020.01.02/"} ] The DELETE request allows you to delete the existing files under the 2020.01.02 partition of the database, and the PUT request adds a new taq table under it. [ {"changeType": "DELETE", "dbPath":"/2020.01.02/"}, {"changeType": "PUT", "s3Path":"s3://bucket/db/2020.01.02/taq/", "dbPath":"/2020.01.02/taq/"}]
432
432
  */
433
433
  changeRequests: ChangeRequests;
434
434
  /**
@@ -484,7 +484,7 @@ declare namespace Finspace {
484
484
  */
485
485
  clusterName: KxClusterName;
486
486
  /**
487
- * Specifies the type of KDB database that is being created. The following types are available: HDB – A Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed kdb databases mounted to the cluster. RDB – A Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the savedownStorageConfiguration parameter. GATEWAY – A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.
487
+ * Specifies the type of KDB database that is being created. The following types are available: HDB – A Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed kdb databases mounted to the cluster. RDB – A Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the savedownStorageConfiguration parameter. GATEWAY – A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage. GP – A general purpose cluster allows you to quickly iterate on code during development by granting greater access to system commands and enabling a fast reload of custom code. This cluster type can optionally mount databases including cache and savedown storage. For this cluster type, the node count is fixed at 1. It does not support autoscaling and supports only SINGLE AZ mode.
488
488
  */
489
489
  clusterType: KxClusterType;
490
490
  /**
@@ -566,7 +566,7 @@ declare namespace Finspace {
566
566
  */
567
567
  clusterName?: KxClusterName;
568
568
  /**
569
- * Specifies the type of KDB database that is being created. The following types are available: HDB – A Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed kdb databases mounted to the cluster. RDB – A Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the savedownStorageConfiguration parameter. GATEWAY – A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.
569
+ * Specifies the type of KDB database that is being created. The following types are available: HDB – A Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed kdb databases mounted to the cluster. RDB – A Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the savedownStorageConfiguration parameter. GATEWAY – A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage. GP – A general purpose cluster allows you to quickly iterate on code during development by granting greater access to system commands and enabling a fast reload of custom code. This cluster type can optionally mount databases including cache and savedown storage. For this cluster type, the node count is fixed at 1. It does not support autoscaling and supports only SINGLE AZ mode.
570
570
  */
571
571
  clusterType?: KxClusterType;
572
572
  /**
@@ -1041,7 +1041,7 @@ declare namespace Finspace {
1041
1041
  */
1042
1042
  clusterName?: KxClusterName;
1043
1043
  /**
1044
- * Specifies the type of KDB database that is being created. The following types are available: HDB – A Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed kdb databases mounted to the cluster. RDB – A Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the savedownStorageConfiguration parameter. GATEWAY – A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.
1044
+ * Specifies the type of KDB database that is being created. The following types are available: HDB – A Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed kdb databases mounted to the cluster. RDB – A Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the savedownStorageConfiguration parameter. GATEWAY – A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage. GP – A general purpose cluster allows you to quickly iterate on code during development by granting greater access to system commands and enabling a fast reload of custom code. This cluster type can optionally mount databases including cache and savedown storage. For this cluster type, the node count is fixed at 1. It does not support autoscaling and supports only SINGLE AZ mode.
1045
1045
  */
1046
1046
  clusterType?: KxClusterType;
1047
1047
  /**
@@ -1349,7 +1349,7 @@ declare namespace Finspace {
1349
1349
  */
1350
1350
  clusterName?: KxClusterName;
1351
1351
  /**
1352
- * Specifies the type of KDB database that is being created. The following types are available: HDB – A Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed kdb databases mounted to the cluster. RDB – A Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the savedownStorageConfiguration parameter. GATEWAY – A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.
1352
+ * Specifies the type of KDB database that is being created. The following types are available: HDB – A Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed kdb databases mounted to the cluster. RDB – A Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the savedownStorageConfiguration parameter. GATEWAY – A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage. GP – A general purpose cluster allows you to quickly iterate on code during development by granting greater access to system commands and enabling a fast reload of custom code. This cluster type can optionally mount databases including cache and savedown storage. For this cluster type, the node count is fixed at 1. It does not support autoscaling and supports only SINGLE AZ mode.
1353
1353
  */
1354
1354
  clusterType?: KxClusterType;
1355
1355
  /**
@@ -1387,17 +1387,17 @@ declare namespace Finspace {
1387
1387
  }
1388
1388
  export interface KxClusterCodeDeploymentConfiguration {
1389
1389
  /**
1390
- * The type of deployment that you want on a cluster. ROLLING – This options updates the cluster by stopping the exiting q process and starting a new q process with updated configuration. FORCE – This option updates the cluster by immediately stopping all the running processes before starting up new ones with the updated configuration.
1390
+ * The type of deployment that you want on a cluster. ROLLING – This options updates the cluster by stopping the exiting q process and starting a new q process with updated configuration. NO_RESTART – This option updates the cluster without stopping the running q process. It is only available for GP type cluster. This option is quicker as it reduces the turn around time to update configuration on a cluster. With this deployment mode, you cannot update the initializationScript and commandLineArguments parameters. FORCE – This option updates the cluster by immediately stopping all the running processes before starting up new ones with the updated configuration.
1391
1391
  */
1392
1392
  deploymentStrategy: KxClusterCodeDeploymentStrategy;
1393
1393
  }
1394
- export type KxClusterCodeDeploymentStrategy = "ROLLING"|"FORCE"|string;
1394
+ export type KxClusterCodeDeploymentStrategy = "NO_RESTART"|"ROLLING"|"FORCE"|string;
1395
1395
  export type KxClusterDescription = string;
1396
1396
  export type KxClusterName = string;
1397
1397
  export type KxClusterNodeIdString = string;
1398
1398
  export type KxClusterStatus = "PENDING"|"CREATING"|"CREATE_FAILED"|"RUNNING"|"UPDATING"|"DELETING"|"DELETED"|"DELETE_FAILED"|string;
1399
1399
  export type KxClusterStatusReason = string;
1400
- export type KxClusterType = "HDB"|"RDB"|"GATEWAY"|string;
1400
+ export type KxClusterType = "HDB"|"RDB"|"GATEWAY"|"GP"|string;
1401
1401
  export type KxClusters = KxCluster[];
1402
1402
  export interface KxCommandLineArgument {
1403
1403
  /**
@@ -1667,7 +1667,7 @@ declare namespace Finspace {
1667
1667
  */
1668
1668
  environmentId: KxEnvironmentId;
1669
1669
  /**
1670
- * Specifies the type of KDB database that is being created. The following types are available: HDB – A Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed kdb databases mounted to the cluster. RDB – A Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the savedownStorageConfiguration parameter. GATEWAY – A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.
1670
+ * Specifies the type of KDB database that is being created. The following types are available: HDB – A Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed kdb databases mounted to the cluster. RDB – A Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the savedownStorageConfiguration parameter. GATEWAY – A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage. GP – A general purpose cluster allows you to quickly iterate on code during development by granting greater access to system commands and enabling a fast reload of custom code. This cluster type can optionally mount databases including cache and savedown storage. For this cluster type, the node count is fixed at 1. It does not support autoscaling and supports only SINGLE AZ mode.
1671
1671
  */
1672
1672
  clusterType?: KxClusterType;
1673
1673
  /**
@@ -1927,11 +1927,11 @@ declare namespace Finspace {
1927
1927
  clientToken?: ClientTokenString;
1928
1928
  code: CodeConfiguration;
1929
1929
  /**
1930
- * Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.
1930
+ * Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q. You cannot update this parameter for a NO_RESTART deployment.
1931
1931
  */
1932
1932
  initializationScript?: InitializationScriptFilePath;
1933
1933
  /**
1934
- * Specifies the key-value pairs to make them available inside the cluster.
1934
+ * Specifies the key-value pairs to make them available inside the cluster. You cannot update this parameter for a NO_RESTART deployment.
1935
1935
  */
1936
1936
  commandLineArguments?: KxCommandLineArguments;
1937
1937
  /**
@@ -1533,6 +1533,27 @@ one destination per packager.
1533
1533
  }
1534
1534
  export interface ClaimDeviceResponse {
1535
1535
  }
1536
+ export interface ColorCorrection {
1537
+ /**
1538
+ * The color space of the input.
1539
+ */
1540
+ InputColorSpace: ColorSpace;
1541
+ /**
1542
+ * The color space of the output.
1543
+ */
1544
+ OutputColorSpace: ColorSpace;
1545
+ /**
1546
+ * The URI of the 3D LUT file. The protocol must be 's3:' or 's3ssl:':.
1547
+ */
1548
+ Uri: __string;
1549
+ }
1550
+ export interface ColorCorrectionSettings {
1551
+ /**
1552
+ * An array of colorCorrections that applies when you are using 3D LUT files to perform color conversion on video. Each colorCorrection contains one 3D LUT file (that defines the color mapping for converting an input color space to an output color space), and the input/output combination that this 3D LUT file applies to. MediaLive reads the color space in the input metadata, determines the color space that you have specified for the output, and finds and uses the LUT file that applies to this combination.
1553
+ */
1554
+ GlobalColorCorrections: __listOfColorCorrection;
1555
+ }
1556
+ export type ColorSpace = "HDR10"|"HLG_2020"|"REC_601"|"REC_709"|string;
1536
1557
  export interface ColorSpacePassthroughSettings {
1537
1558
  }
1538
1559
  export interface CreateChannelRequest {
@@ -2881,6 +2902,10 @@ You specify only the font family. All other style information (color, bold, posi
2881
2902
  * Settings for caption decriptions
2882
2903
  */
2883
2904
  CaptionDescriptions?: __listOfCaptionDescription;
2905
+ /**
2906
+ * Color correction settings
2907
+ */
2908
+ ColorCorrectionSettings?: ColorCorrectionSettings;
2884
2909
  /**
2885
2910
  * Feature Activations
2886
2911
  */
@@ -7522,6 +7547,7 @@ If STANDARD channel, subnet IDs must be mapped to two unique availability zones
7522
7547
  export type __listOfCaptionSelector = CaptionSelector[];
7523
7548
  export type __listOfChannelEgressEndpoint = ChannelEgressEndpoint[];
7524
7549
  export type __listOfChannelSummary = ChannelSummary[];
7550
+ export type __listOfColorCorrection = ColorCorrection[];
7525
7551
  export type __listOfFailoverCondition = FailoverCondition[];
7526
7552
  export type __listOfHlsAdMarkers = HlsAdMarkers[];
7527
7553
  export type __listOfInput = Input[];