cdk-comprehend-s3olap 2.0.93 → 2.0.95
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-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +12 -3
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +45 -45
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +273 -234
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +90 -45
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +41 -15
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +174 -20
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +22 -10
- package/node_modules/aws-sdk/clients/drs.d.ts +3 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +54 -4
- package/node_modules/aws-sdk/clients/eks.d.ts +67 -9
- package/node_modules/aws-sdk/clients/evidently.d.ts +42 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +8 -8
- package/node_modules/aws-sdk/clients/transfer.d.ts +206 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +15 -7
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +35 -19
- package/node_modules/aws-sdk/dist/aws-sdk.js +276 -237
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +67 -67
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/get-intrinsic/CHANGELOG.md +7 -0
- package/node_modules/get-intrinsic/index.js +1 -1
- package/node_modules/get-intrinsic/package.json +7 -4
- package/node_modules/is-callable/.eslintrc +0 -11
- package/node_modules/is-callable/CHANGELOG.md +25 -0
- package/node_modules/is-callable/index.js +13 -5
- package/node_modules/is-callable/package.json +27 -13
- package/node_modules/is-callable/test/index.js +26 -5
- package/package.json +4 -4
- package/node_modules/is-callable/.eslintignore +0 -1
- package/node_modules/is-callable/.istanbul.yml +0 -47
@@ -301,6 +301,19 @@
|
|
301
301
|
}
|
302
302
|
}
|
303
303
|
},
|
304
|
+
"DeleteHostKey": {
|
305
|
+
"input": {
|
306
|
+
"type": "structure",
|
307
|
+
"required": [
|
308
|
+
"ServerId",
|
309
|
+
"HostKeyId"
|
310
|
+
],
|
311
|
+
"members": {
|
312
|
+
"ServerId": {},
|
313
|
+
"HostKeyId": {}
|
314
|
+
}
|
315
|
+
}
|
316
|
+
},
|
304
317
|
"DeleteProfile": {
|
305
318
|
"input": {
|
306
319
|
"type": "structure",
|
@@ -469,10 +482,10 @@
|
|
469
482
|
"Usage": {},
|
470
483
|
"Status": {},
|
471
484
|
"Certificate": {
|
472
|
-
"shape": "
|
485
|
+
"shape": "S3n"
|
473
486
|
},
|
474
487
|
"CertificateChain": {
|
475
|
-
"shape": "
|
488
|
+
"shape": "S3o"
|
476
489
|
},
|
477
490
|
"ActiveDate": {
|
478
491
|
"type": "timestamp"
|
@@ -560,10 +573,10 @@
|
|
560
573
|
"members": {
|
561
574
|
"ExecutionId": {},
|
562
575
|
"InitialFileLocation": {
|
563
|
-
"shape": "
|
576
|
+
"shape": "S3z"
|
564
577
|
},
|
565
578
|
"ServiceMetadata": {
|
566
|
-
"shape": "
|
579
|
+
"shape": "S43"
|
567
580
|
},
|
568
581
|
"ExecutionRole": {},
|
569
582
|
"LoggingConfiguration": {
|
@@ -581,10 +594,10 @@
|
|
581
594
|
"type": "structure",
|
582
595
|
"members": {
|
583
596
|
"Steps": {
|
584
|
-
"shape": "
|
597
|
+
"shape": "S4a"
|
585
598
|
},
|
586
599
|
"OnExceptionSteps": {
|
587
|
-
"shape": "
|
600
|
+
"shape": "S4a"
|
588
601
|
}
|
589
602
|
}
|
590
603
|
}
|
@@ -593,6 +606,46 @@
|
|
593
606
|
}
|
594
607
|
}
|
595
608
|
},
|
609
|
+
"DescribeHostKey": {
|
610
|
+
"input": {
|
611
|
+
"type": "structure",
|
612
|
+
"required": [
|
613
|
+
"ServerId",
|
614
|
+
"HostKeyId"
|
615
|
+
],
|
616
|
+
"members": {
|
617
|
+
"ServerId": {},
|
618
|
+
"HostKeyId": {}
|
619
|
+
}
|
620
|
+
},
|
621
|
+
"output": {
|
622
|
+
"type": "structure",
|
623
|
+
"required": [
|
624
|
+
"HostKey"
|
625
|
+
],
|
626
|
+
"members": {
|
627
|
+
"HostKey": {
|
628
|
+
"type": "structure",
|
629
|
+
"required": [
|
630
|
+
"Arn"
|
631
|
+
],
|
632
|
+
"members": {
|
633
|
+
"Arn": {},
|
634
|
+
"HostKeyId": {},
|
635
|
+
"HostKeyFingerprint": {},
|
636
|
+
"Description": {},
|
637
|
+
"Type": {},
|
638
|
+
"DateImported": {
|
639
|
+
"type": "timestamp"
|
640
|
+
},
|
641
|
+
"Tags": {
|
642
|
+
"shape": "Sk"
|
643
|
+
}
|
644
|
+
}
|
645
|
+
}
|
646
|
+
}
|
647
|
+
}
|
648
|
+
},
|
596
649
|
"DescribeProfile": {
|
597
650
|
"input": {
|
598
651
|
"type": "structure",
|
@@ -657,16 +710,16 @@
|
|
657
710
|
},
|
658
711
|
"SecurityPolicyName": {},
|
659
712
|
"SshCiphers": {
|
660
|
-
"shape": "
|
713
|
+
"shape": "S4u"
|
661
714
|
},
|
662
715
|
"SshKexs": {
|
663
|
-
"shape": "
|
716
|
+
"shape": "S4u"
|
664
717
|
},
|
665
718
|
"SshMacs": {
|
666
|
-
"shape": "
|
719
|
+
"shape": "S4u"
|
667
720
|
},
|
668
721
|
"TlsCiphers": {
|
669
|
-
"shape": "
|
722
|
+
"shape": "S4u"
|
670
723
|
}
|
671
724
|
}
|
672
725
|
}
|
@@ -846,10 +899,10 @@
|
|
846
899
|
"members": {
|
847
900
|
"Usage": {},
|
848
901
|
"Certificate": {
|
849
|
-
"shape": "
|
902
|
+
"shape": "S3n"
|
850
903
|
},
|
851
904
|
"CertificateChain": {
|
852
|
-
"shape": "
|
905
|
+
"shape": "S3o"
|
853
906
|
},
|
854
907
|
"PrivateKey": {
|
855
908
|
"type": "string",
|
@@ -877,6 +930,36 @@
|
|
877
930
|
}
|
878
931
|
}
|
879
932
|
},
|
933
|
+
"ImportHostKey": {
|
934
|
+
"input": {
|
935
|
+
"type": "structure",
|
936
|
+
"required": [
|
937
|
+
"ServerId",
|
938
|
+
"HostKeyBody"
|
939
|
+
],
|
940
|
+
"members": {
|
941
|
+
"ServerId": {},
|
942
|
+
"HostKeyBody": {
|
943
|
+
"shape": "S1k"
|
944
|
+
},
|
945
|
+
"Description": {},
|
946
|
+
"Tags": {
|
947
|
+
"shape": "Sk"
|
948
|
+
}
|
949
|
+
}
|
950
|
+
},
|
951
|
+
"output": {
|
952
|
+
"type": "structure",
|
953
|
+
"required": [
|
954
|
+
"ServerId",
|
955
|
+
"HostKeyId"
|
956
|
+
],
|
957
|
+
"members": {
|
958
|
+
"ServerId": {},
|
959
|
+
"HostKeyId": {}
|
960
|
+
}
|
961
|
+
}
|
962
|
+
},
|
880
963
|
"ImportSshPublicKey": {
|
881
964
|
"input": {
|
882
965
|
"type": "structure",
|
@@ -1083,10 +1166,10 @@
|
|
1083
1166
|
"members": {
|
1084
1167
|
"ExecutionId": {},
|
1085
1168
|
"InitialFileLocation": {
|
1086
|
-
"shape": "
|
1169
|
+
"shape": "S3z"
|
1087
1170
|
},
|
1088
1171
|
"ServiceMetadata": {
|
1089
|
-
"shape": "
|
1172
|
+
"shape": "S43"
|
1090
1173
|
},
|
1091
1174
|
"Status": {}
|
1092
1175
|
}
|
@@ -1095,6 +1178,51 @@
|
|
1095
1178
|
}
|
1096
1179
|
}
|
1097
1180
|
},
|
1181
|
+
"ListHostKeys": {
|
1182
|
+
"input": {
|
1183
|
+
"type": "structure",
|
1184
|
+
"required": [
|
1185
|
+
"ServerId"
|
1186
|
+
],
|
1187
|
+
"members": {
|
1188
|
+
"MaxResults": {
|
1189
|
+
"type": "integer"
|
1190
|
+
},
|
1191
|
+
"NextToken": {},
|
1192
|
+
"ServerId": {}
|
1193
|
+
}
|
1194
|
+
},
|
1195
|
+
"output": {
|
1196
|
+
"type": "structure",
|
1197
|
+
"required": [
|
1198
|
+
"ServerId",
|
1199
|
+
"HostKeys"
|
1200
|
+
],
|
1201
|
+
"members": {
|
1202
|
+
"NextToken": {},
|
1203
|
+
"ServerId": {},
|
1204
|
+
"HostKeys": {
|
1205
|
+
"type": "list",
|
1206
|
+
"member": {
|
1207
|
+
"type": "structure",
|
1208
|
+
"required": [
|
1209
|
+
"Arn"
|
1210
|
+
],
|
1211
|
+
"members": {
|
1212
|
+
"Arn": {},
|
1213
|
+
"HostKeyId": {},
|
1214
|
+
"Fingerprint": {},
|
1215
|
+
"Description": {},
|
1216
|
+
"Type": {},
|
1217
|
+
"DateImported": {
|
1218
|
+
"type": "timestamp"
|
1219
|
+
}
|
1220
|
+
}
|
1221
|
+
}
|
1222
|
+
}
|
1223
|
+
}
|
1224
|
+
}
|
1225
|
+
},
|
1098
1226
|
"ListProfiles": {
|
1099
1227
|
"input": {
|
1100
1228
|
"type": "structure",
|
@@ -1542,6 +1670,32 @@
|
|
1542
1670
|
}
|
1543
1671
|
}
|
1544
1672
|
},
|
1673
|
+
"UpdateHostKey": {
|
1674
|
+
"input": {
|
1675
|
+
"type": "structure",
|
1676
|
+
"required": [
|
1677
|
+
"ServerId",
|
1678
|
+
"HostKeyId",
|
1679
|
+
"Description"
|
1680
|
+
],
|
1681
|
+
"members": {
|
1682
|
+
"ServerId": {},
|
1683
|
+
"HostKeyId": {},
|
1684
|
+
"Description": {}
|
1685
|
+
}
|
1686
|
+
},
|
1687
|
+
"output": {
|
1688
|
+
"type": "structure",
|
1689
|
+
"required": [
|
1690
|
+
"ServerId",
|
1691
|
+
"HostKeyId"
|
1692
|
+
],
|
1693
|
+
"members": {
|
1694
|
+
"ServerId": {},
|
1695
|
+
"HostKeyId": {}
|
1696
|
+
}
|
1697
|
+
}
|
1698
|
+
},
|
1545
1699
|
"UpdateProfile": {
|
1546
1700
|
"input": {
|
1547
1701
|
"type": "structure",
|
@@ -1859,15 +2013,15 @@
|
|
1859
2013
|
"Path": {}
|
1860
2014
|
}
|
1861
2015
|
},
|
1862
|
-
"
|
2016
|
+
"S3n": {
|
1863
2017
|
"type": "string",
|
1864
2018
|
"sensitive": true
|
1865
2019
|
},
|
1866
|
-
"
|
2020
|
+
"S3o": {
|
1867
2021
|
"type": "string",
|
1868
2022
|
"sensitive": true
|
1869
2023
|
},
|
1870
|
-
"
|
2024
|
+
"S3z": {
|
1871
2025
|
"type": "structure",
|
1872
2026
|
"members": {
|
1873
2027
|
"S3FileLocation": {
|
@@ -1884,7 +2038,7 @@
|
|
1884
2038
|
}
|
1885
2039
|
}
|
1886
2040
|
},
|
1887
|
-
"
|
2041
|
+
"S43": {
|
1888
2042
|
"type": "structure",
|
1889
2043
|
"required": [
|
1890
2044
|
"UserDetails"
|
@@ -1904,7 +2058,7 @@
|
|
1904
2058
|
}
|
1905
2059
|
}
|
1906
2060
|
},
|
1907
|
-
"
|
2061
|
+
"S4a": {
|
1908
2062
|
"type": "list",
|
1909
2063
|
"member": {
|
1910
2064
|
"type": "structure",
|
@@ -1925,7 +2079,7 @@
|
|
1925
2079
|
}
|
1926
2080
|
}
|
1927
2081
|
},
|
1928
|
-
"
|
2082
|
+
"S4u": {
|
1929
2083
|
"type": "list",
|
1930
2084
|
"member": {}
|
1931
2085
|
}
|
@@ -12,11 +12,11 @@ declare class CustomerProfiles extends Service {
|
|
12
12
|
constructor(options?: CustomerProfiles.Types.ClientConfiguration)
|
13
13
|
config: Config & CustomerProfiles.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Associates a new key value with a specific profile, such as a Contact
|
15
|
+
* Associates a new key value with a specific profile, such as a Contact Record ContactId. A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.
|
16
16
|
*/
|
17
17
|
addProfileKey(params: CustomerProfiles.Types.AddProfileKeyRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.AddProfileKeyResponse) => void): Request<CustomerProfiles.Types.AddProfileKeyResponse, AWSError>;
|
18
18
|
/**
|
19
|
-
* Associates a new key value with a specific profile, such as a Contact
|
19
|
+
* Associates a new key value with a specific profile, such as a Contact Record ContactId. A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.
|
20
20
|
*/
|
21
21
|
addProfileKey(callback?: (err: AWSError, data: CustomerProfiles.Types.AddProfileKeyResponse) => void): Request<CustomerProfiles.Types.AddProfileKeyResponse, AWSError>;
|
22
22
|
/**
|
@@ -252,27 +252,27 @@ declare class CustomerProfiles extends Service {
|
|
252
252
|
*/
|
253
253
|
mergeProfiles(callback?: (err: AWSError, data: CustomerProfiles.Types.MergeProfilesResponse) => void): Request<CustomerProfiles.Types.MergeProfilesResponse, AWSError>;
|
254
254
|
/**
|
255
|
-
* Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect. An integration can belong to only one domain.
|
255
|
+
* Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect. An integration can belong to only one domain. To add or remove tags on an existing Integration, see TagResource / UntagResource.
|
256
256
|
*/
|
257
257
|
putIntegration(params: CustomerProfiles.Types.PutIntegrationRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.PutIntegrationResponse) => void): Request<CustomerProfiles.Types.PutIntegrationResponse, AWSError>;
|
258
258
|
/**
|
259
|
-
* Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect. An integration can belong to only one domain.
|
259
|
+
* Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect. An integration can belong to only one domain. To add or remove tags on an existing Integration, see TagResource / UntagResource.
|
260
260
|
*/
|
261
261
|
putIntegration(callback?: (err: AWSError, data: CustomerProfiles.Types.PutIntegrationResponse) => void): Request<CustomerProfiles.Types.PutIntegrationResponse, AWSError>;
|
262
262
|
/**
|
263
|
-
* Adds additional objects to customer profiles of a given ObjectType. When adding a specific profile object, like a Contact
|
263
|
+
* Adds additional objects to customer profiles of a given ObjectType. When adding a specific profile object, like a Contact Record, an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional Contact Records with the same phone number will be mapped to the same inferred profile. When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition. PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.
|
264
264
|
*/
|
265
265
|
putProfileObject(params: CustomerProfiles.Types.PutProfileObjectRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.PutProfileObjectResponse) => void): Request<CustomerProfiles.Types.PutProfileObjectResponse, AWSError>;
|
266
266
|
/**
|
267
|
-
* Adds additional objects to customer profiles of a given ObjectType. When adding a specific profile object, like a Contact
|
267
|
+
* Adds additional objects to customer profiles of a given ObjectType. When adding a specific profile object, like a Contact Record, an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional Contact Records with the same phone number will be mapped to the same inferred profile. When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition. PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.
|
268
268
|
*/
|
269
269
|
putProfileObject(callback?: (err: AWSError, data: CustomerProfiles.Types.PutProfileObjectResponse) => void): Request<CustomerProfiles.Types.PutProfileObjectResponse, AWSError>;
|
270
270
|
/**
|
271
|
-
* Defines a ProfileObjectType.
|
271
|
+
* Defines a ProfileObjectType. To add or remove tags on an existing ObjectType, see TagResource/UntagResource.
|
272
272
|
*/
|
273
273
|
putProfileObjectType(params: CustomerProfiles.Types.PutProfileObjectTypeRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.PutProfileObjectTypeResponse) => void): Request<CustomerProfiles.Types.PutProfileObjectTypeResponse, AWSError>;
|
274
274
|
/**
|
275
|
-
* Defines a ProfileObjectType.
|
275
|
+
* Defines a ProfileObjectType. To add or remove tags on an existing ObjectType, see TagResource/UntagResource.
|
276
276
|
*/
|
277
277
|
putProfileObjectType(callback?: (err: AWSError, data: CustomerProfiles.Types.PutProfileObjectTypeResponse) => void): Request<CustomerProfiles.Types.PutProfileObjectTypeResponse, AWSError>;
|
278
278
|
/**
|
@@ -300,11 +300,11 @@ declare class CustomerProfiles extends Service {
|
|
300
300
|
*/
|
301
301
|
untagResource(callback?: (err: AWSError, data: CustomerProfiles.Types.UntagResourceResponse) => void): Request<CustomerProfiles.Types.UntagResourceResponse, AWSError>;
|
302
302
|
/**
|
303
|
-
* Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key. After a domain is created, the name can’t be changed. Use this API or CreateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.
|
303
|
+
* Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key. After a domain is created, the name can’t be changed. Use this API or CreateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply. To add or remove tags on an existing Domain, see TagResource/UntagResource.
|
304
304
|
*/
|
305
305
|
updateDomain(params: CustomerProfiles.Types.UpdateDomainRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.UpdateDomainResponse) => void): Request<CustomerProfiles.Types.UpdateDomainResponse, AWSError>;
|
306
306
|
/**
|
307
|
-
* Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key. After a domain is created, the name can’t be changed. Use this API or CreateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.
|
307
|
+
* Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key. After a domain is created, the name can’t be changed. Use this API or CreateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply. To add or remove tags on an existing Domain, see TagResource/UntagResource.
|
308
308
|
*/
|
309
309
|
updateDomain(callback?: (err: AWSError, data: CustomerProfiles.Types.UpdateDomainResponse) => void): Request<CustomerProfiles.Types.UpdateDomainResponse, AWSError>;
|
310
310
|
/**
|
@@ -1176,6 +1176,10 @@ declare namespace CustomerProfiles {
|
|
1176
1176
|
* Unique identifier for the workflow.
|
1177
1177
|
*/
|
1178
1178
|
WorkflowId?: string1To255;
|
1179
|
+
/**
|
1180
|
+
* Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition
|
1181
|
+
*/
|
1182
|
+
IsUnstructured?: optionalBoolean;
|
1179
1183
|
}
|
1180
1184
|
export interface GetMatchesRequest {
|
1181
1185
|
/**
|
@@ -1585,6 +1589,10 @@ declare namespace CustomerProfiles {
|
|
1585
1589
|
* Unique identifier for the workflow.
|
1586
1590
|
*/
|
1587
1591
|
WorkflowId?: string1To255;
|
1592
|
+
/**
|
1593
|
+
* Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition
|
1594
|
+
*/
|
1595
|
+
IsUnstructured?: optionalBoolean;
|
1588
1596
|
}
|
1589
1597
|
export interface ListIntegrationsRequest {
|
1590
1598
|
/**
|
@@ -2101,6 +2109,10 @@ declare namespace CustomerProfiles {
|
|
2101
2109
|
* Unique identifier for the workflow.
|
2102
2110
|
*/
|
2103
2111
|
WorkflowId?: string1To255;
|
2112
|
+
/**
|
2113
|
+
* Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition
|
2114
|
+
*/
|
2115
|
+
IsUnstructured?: optionalBoolean;
|
2104
2116
|
}
|
2105
2117
|
export interface PutProfileObjectRequest {
|
2106
2118
|
/**
|
@@ -420,7 +420,7 @@ declare namespace Drs {
|
|
420
420
|
/**
|
421
421
|
* Data replication lag duration.
|
422
422
|
*/
|
423
|
-
lagDuration?:
|
423
|
+
lagDuration?: ISO8601DurationString;
|
424
424
|
/**
|
425
425
|
* The disks that should be replicated.
|
426
426
|
*/
|
@@ -779,6 +779,7 @@ declare namespace Drs {
|
|
779
779
|
}
|
780
780
|
export type IPsList = BoundedString[];
|
781
781
|
export type ISO8601DatetimeString = string;
|
782
|
+
export type ISO8601DurationString = string;
|
782
783
|
export interface IdentificationHints {
|
783
784
|
/**
|
784
785
|
* AWS Instance ID identification hint.
|
@@ -935,7 +936,7 @@ declare namespace Drs {
|
|
935
936
|
/**
|
936
937
|
* The amount of time that the Source Server has been replicating for.
|
937
938
|
*/
|
938
|
-
elapsedReplicationDuration?:
|
939
|
+
elapsedReplicationDuration?: ISO8601DurationString;
|
939
940
|
/**
|
940
941
|
* The date and time of the first byte that was replicated from the Source Server.
|
941
942
|
*/
|
@@ -581,11 +581,11 @@ declare class EC2 extends Service {
|
|
581
581
|
*/
|
582
582
|
createLaunchTemplateVersion(callback?: (err: AWSError, data: EC2.Types.CreateLaunchTemplateVersionResult) => void): Request<EC2.Types.CreateLaunchTemplateVersionResult, AWSError>;
|
583
583
|
/**
|
584
|
-
* Creates a static route for the specified local gateway route table.
|
584
|
+
* Creates a static route for the specified local gateway route table. You must specify one of the following targets: LocalGatewayVirtualInterfaceGroupId NetworkInterfaceId
|
585
585
|
*/
|
586
586
|
createLocalGatewayRoute(params: EC2.Types.CreateLocalGatewayRouteRequest, callback?: (err: AWSError, data: EC2.Types.CreateLocalGatewayRouteResult) => void): Request<EC2.Types.CreateLocalGatewayRouteResult, AWSError>;
|
587
587
|
/**
|
588
|
-
* Creates a static route for the specified local gateway route table.
|
588
|
+
* Creates a static route for the specified local gateway route table. You must specify one of the following targets: LocalGatewayVirtualInterfaceGroupId NetworkInterfaceId
|
589
589
|
*/
|
590
590
|
createLocalGatewayRoute(callback?: (err: AWSError, data: EC2.Types.CreateLocalGatewayRouteResult) => void): Request<EC2.Types.CreateLocalGatewayRouteResult, AWSError>;
|
591
591
|
/**
|
@@ -3524,6 +3524,14 @@ declare class EC2 extends Service {
|
|
3524
3524
|
* Modifies a launch template. You can specify which version of the launch template to set as the default version. When launching an instance, the default version applies when a launch template version is not specified.
|
3525
3525
|
*/
|
3526
3526
|
modifyLaunchTemplate(callback?: (err: AWSError, data: EC2.Types.ModifyLaunchTemplateResult) => void): Request<EC2.Types.ModifyLaunchTemplateResult, AWSError>;
|
3527
|
+
/**
|
3528
|
+
* Modifies the specified local gateway route.
|
3529
|
+
*/
|
3530
|
+
modifyLocalGatewayRoute(params: EC2.Types.ModifyLocalGatewayRouteRequest, callback?: (err: AWSError, data: EC2.Types.ModifyLocalGatewayRouteResult) => void): Request<EC2.Types.ModifyLocalGatewayRouteResult, AWSError>;
|
3531
|
+
/**
|
3532
|
+
* Modifies the specified local gateway route.
|
3533
|
+
*/
|
3534
|
+
modifyLocalGatewayRoute(callback?: (err: AWSError, data: EC2.Types.ModifyLocalGatewayRouteResult) => void): Request<EC2.Types.ModifyLocalGatewayRouteResult, AWSError>;
|
3527
3535
|
/**
|
3528
3536
|
* Modifies the specified managed prefix list. Adding or removing entries in a prefix list creates a new version of the prefix list. Changing the name of the prefix list does not affect the version. If you specify a current version number that does not match the true current version number, the request fails.
|
3529
3537
|
*/
|
@@ -4572,7 +4580,7 @@ declare namespace EC2 {
|
|
4572
4580
|
}
|
4573
4581
|
export type AcceleratorManufacturer = "nvidia"|"amd"|"amazon-web-services"|"xilinx"|string;
|
4574
4582
|
export type AcceleratorManufacturerSet = AcceleratorManufacturer[];
|
4575
|
-
export type AcceleratorName = "a100"|"v100"|"k80"|"t4"|"m60"|"radeon-pro-v520"|"vu9p"|string;
|
4583
|
+
export type AcceleratorName = "a100"|"v100"|"k80"|"t4"|"m60"|"radeon-pro-v520"|"vu9p"|"inferentia"|"k520"|string;
|
4576
4584
|
export type AcceleratorNameSet = AcceleratorName[];
|
4577
4585
|
export interface AcceleratorTotalMemoryMiB {
|
4578
4586
|
/**
|
@@ -8523,11 +8531,15 @@ declare namespace EC2 {
|
|
8523
8531
|
/**
|
8524
8532
|
* The ID of the virtual interface group.
|
8525
8533
|
*/
|
8526
|
-
LocalGatewayVirtualInterfaceGroupId
|
8534
|
+
LocalGatewayVirtualInterfaceGroupId?: LocalGatewayVirtualInterfaceGroupId;
|
8527
8535
|
/**
|
8528
8536
|
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
8529
8537
|
*/
|
8530
8538
|
DryRun?: Boolean;
|
8539
|
+
/**
|
8540
|
+
* The ID of the network interface.
|
8541
|
+
*/
|
8542
|
+
NetworkInterfaceId?: NetworkInterfaceId;
|
8531
8543
|
}
|
8532
8544
|
export interface CreateLocalGatewayRouteResult {
|
8533
8545
|
/**
|
@@ -23513,6 +23525,18 @@ declare namespace EC2 {
|
|
23513
23525
|
* The ID of the Amazon Web Services account that owns the local gateway route.
|
23514
23526
|
*/
|
23515
23527
|
OwnerId?: String;
|
23528
|
+
/**
|
23529
|
+
* The ID of the subnet.
|
23530
|
+
*/
|
23531
|
+
SubnetId?: SubnetId;
|
23532
|
+
/**
|
23533
|
+
* The ID of the customer-owned address pool.
|
23534
|
+
*/
|
23535
|
+
CoipPoolId?: CoipPoolId;
|
23536
|
+
/**
|
23537
|
+
* The ID of the network interface.
|
23538
|
+
*/
|
23539
|
+
NetworkInterfaceId?: NetworkInterfaceId;
|
23516
23540
|
}
|
23517
23541
|
export type LocalGatewayRouteList = LocalGatewayRoute[];
|
23518
23542
|
export type LocalGatewayRouteState = "pending"|"active"|"blackhole"|"deleting"|"deleted"|string;
|
@@ -23545,8 +23569,13 @@ declare namespace EC2 {
|
|
23545
23569
|
* The tags assigned to the local gateway route table.
|
23546
23570
|
*/
|
23547
23571
|
Tags?: TagList;
|
23572
|
+
/**
|
23573
|
+
* The mode of the local gateway route table.
|
23574
|
+
*/
|
23575
|
+
Mode?: LocalGatewayRouteTableMode;
|
23548
23576
|
}
|
23549
23577
|
export type LocalGatewayRouteTableIdSet = LocalGatewayRoutetableId[];
|
23578
|
+
export type LocalGatewayRouteTableMode = "direct-vpc-routing"|"coip"|string;
|
23550
23579
|
export type LocalGatewayRouteTableSet = LocalGatewayRouteTable[];
|
23551
23580
|
export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
|
23552
23581
|
/**
|
@@ -24611,6 +24640,27 @@ declare namespace EC2 {
|
|
24611
24640
|
*/
|
24612
24641
|
LaunchTemplate?: LaunchTemplate;
|
24613
24642
|
}
|
24643
|
+
export interface ModifyLocalGatewayRouteRequest {
|
24644
|
+
/**
|
24645
|
+
* The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.
|
24646
|
+
*/
|
24647
|
+
DestinationCidrBlock: String;
|
24648
|
+
/**
|
24649
|
+
* The ID of the local gateway route table.
|
24650
|
+
*/
|
24651
|
+
LocalGatewayRouteTableId: LocalGatewayRoutetableId;
|
24652
|
+
/**
|
24653
|
+
* The ID of the network interface.
|
24654
|
+
*/
|
24655
|
+
NetworkInterfaceId: NetworkInterfaceId;
|
24656
|
+
/**
|
24657
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
24658
|
+
*/
|
24659
|
+
DryRun?: Boolean;
|
24660
|
+
}
|
24661
|
+
export interface ModifyLocalGatewayRouteResult {
|
24662
|
+
Route?: LocalGatewayRoute;
|
24663
|
+
}
|
24614
24664
|
export interface ModifyManagedPrefixListRequest {
|
24615
24665
|
/**
|
24616
24666
|
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|