cdk-comprehend-s3olap 2.0.94 → 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.
@@ -229,14 +229,17 @@
229
229
  "name"
230
230
  ],
231
231
  "members": {
232
+ "appConfigResource": {
233
+ "shape": "S2u"
234
+ },
232
235
  "dataDelivery": {
233
236
  "type": "structure",
234
237
  "members": {
235
238
  "cloudWatchLogs": {
236
- "shape": "S2v"
239
+ "shape": "S2x"
237
240
  },
238
241
  "s3Destination": {
239
- "shape": "S2x"
242
+ "shape": "S2z"
240
243
  }
241
244
  }
242
245
  },
@@ -254,7 +257,7 @@
254
257
  ],
255
258
  "members": {
256
259
  "project": {
257
- "shape": "S32"
260
+ "shape": "S34"
258
261
  }
259
262
  }
260
263
  }
@@ -288,7 +291,7 @@
288
291
  ],
289
292
  "members": {
290
293
  "segment": {
291
- "shape": "S3b"
294
+ "shape": "S3e"
292
295
  }
293
296
  }
294
297
  }
@@ -690,7 +693,7 @@
690
693
  ],
691
694
  "members": {
692
695
  "project": {
693
- "shape": "S32"
696
+ "shape": "S34"
694
697
  }
695
698
  }
696
699
  }
@@ -720,7 +723,7 @@
720
723
  ],
721
724
  "members": {
722
725
  "segment": {
723
- "shape": "S3b"
726
+ "shape": "S3e"
724
727
  }
725
728
  }
726
729
  }
@@ -1036,7 +1039,7 @@
1036
1039
  "segments": {
1037
1040
  "type": "list",
1038
1041
  "member": {
1039
- "shape": "S3b"
1042
+ "shape": "S3e"
1040
1043
  }
1041
1044
  }
1042
1045
  }
@@ -1514,6 +1517,9 @@
1514
1517
  "project"
1515
1518
  ],
1516
1519
  "members": {
1520
+ "appConfigResource": {
1521
+ "shape": "S2u"
1522
+ },
1517
1523
  "description": {},
1518
1524
  "project": {
1519
1525
  "location": "uri",
@@ -1528,7 +1534,7 @@
1528
1534
  ],
1529
1535
  "members": {
1530
1536
  "project": {
1531
- "shape": "S32"
1537
+ "shape": "S34"
1532
1538
  }
1533
1539
  }
1534
1540
  }
@@ -1546,14 +1552,14 @@
1546
1552
  ],
1547
1553
  "members": {
1548
1554
  "cloudWatchLogs": {
1549
- "shape": "S2v"
1555
+ "shape": "S2x"
1550
1556
  },
1551
1557
  "project": {
1552
1558
  "location": "uri",
1553
1559
  "locationName": "project"
1554
1560
  },
1555
1561
  "s3Destination": {
1556
- "shape": "S2x"
1562
+ "shape": "S2z"
1557
1563
  }
1558
1564
  }
1559
1565
  },
@@ -1564,7 +1570,7 @@
1564
1570
  ],
1565
1571
  "members": {
1566
1572
  "project": {
1567
- "shape": "S32"
1573
+ "shape": "S34"
1568
1574
  }
1569
1575
  }
1570
1576
  }
@@ -2035,20 +2041,27 @@
2035
2041
  "type": {}
2036
2042
  }
2037
2043
  },
2038
- "S2v": {
2044
+ "S2u": {
2039
2045
  "type": "structure",
2040
2046
  "members": {
2041
- "logGroup": {}
2047
+ "applicationId": {},
2048
+ "environmentId": {}
2042
2049
  }
2043
2050
  },
2044
2051
  "S2x": {
2052
+ "type": "structure",
2053
+ "members": {
2054
+ "logGroup": {}
2055
+ }
2056
+ },
2057
+ "S2z": {
2045
2058
  "type": "structure",
2046
2059
  "members": {
2047
2060
  "bucket": {},
2048
2061
  "prefix": {}
2049
2062
  }
2050
2063
  },
2051
- "S32": {
2064
+ "S34": {
2052
2065
  "type": "structure",
2053
2066
  "required": [
2054
2067
  "arn",
@@ -2064,6 +2077,19 @@
2064
2077
  "activeLaunchCount": {
2065
2078
  "type": "long"
2066
2079
  },
2080
+ "appConfigResource": {
2081
+ "type": "structure",
2082
+ "required": [
2083
+ "applicationId",
2084
+ "configurationProfileId",
2085
+ "environmentId"
2086
+ ],
2087
+ "members": {
2088
+ "applicationId": {},
2089
+ "configurationProfileId": {},
2090
+ "environmentId": {}
2091
+ }
2092
+ },
2067
2093
  "arn": {},
2068
2094
  "createdTime": {
2069
2095
  "type": "timestamp"
@@ -2106,7 +2132,7 @@
2106
2132
  }
2107
2133
  }
2108
2134
  },
2109
- "S3b": {
2135
+ "S3e": {
2110
2136
  "type": "structure",
2111
2137
  "required": [
2112
2138
  "arn",
@@ -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": "S3l"
485
+ "shape": "S3n"
473
486
  },
474
487
  "CertificateChain": {
475
- "shape": "S3m"
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": "S3x"
576
+ "shape": "S3z"
564
577
  },
565
578
  "ServiceMetadata": {
566
- "shape": "S41"
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": "S48"
597
+ "shape": "S4a"
585
598
  },
586
599
  "OnExceptionSteps": {
587
- "shape": "S48"
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": "S4l"
713
+ "shape": "S4u"
661
714
  },
662
715
  "SshKexs": {
663
- "shape": "S4l"
716
+ "shape": "S4u"
664
717
  },
665
718
  "SshMacs": {
666
- "shape": "S4l"
719
+ "shape": "S4u"
667
720
  },
668
721
  "TlsCiphers": {
669
- "shape": "S4l"
722
+ "shape": "S4u"
670
723
  }
671
724
  }
672
725
  }
@@ -846,10 +899,10 @@
846
899
  "members": {
847
900
  "Usage": {},
848
901
  "Certificate": {
849
- "shape": "S3l"
902
+ "shape": "S3n"
850
903
  },
851
904
  "CertificateChain": {
852
- "shape": "S3m"
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": "S3x"
1169
+ "shape": "S3z"
1087
1170
  },
1088
1171
  "ServiceMetadata": {
1089
- "shape": "S41"
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
- "S3l": {
2016
+ "S3n": {
1863
2017
  "type": "string",
1864
2018
  "sensitive": true
1865
2019
  },
1866
- "S3m": {
2020
+ "S3o": {
1867
2021
  "type": "string",
1868
2022
  "sensitive": true
1869
2023
  },
1870
- "S3x": {
2024
+ "S3z": {
1871
2025
  "type": "structure",
1872
2026
  "members": {
1873
2027
  "S3FileLocation": {
@@ -1884,7 +2038,7 @@
1884
2038
  }
1885
2039
  }
1886
2040
  },
1887
- "S41": {
2041
+ "S43": {
1888
2042
  "type": "structure",
1889
2043
  "required": [
1890
2044
  "UserDetails"
@@ -1904,7 +2058,7 @@
1904
2058
  }
1905
2059
  }
1906
2060
  },
1907
- "S48": {
2061
+ "S4a": {
1908
2062
  "type": "list",
1909
2063
  "member": {
1910
2064
  "type": "structure",
@@ -1925,7 +2079,7 @@
1925
2079
  }
1926
2080
  }
1927
2081
  },
1928
- "S4l": {
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 Trace Record (CTR) 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.
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 Trace Record (CTR) 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.
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 Trace Record (CTR), 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 CTRs 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.
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 Trace Record (CTR), 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 CTRs 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.
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?: ISO8601DatetimeString;
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?: ISO8601DatetimeString;
939
+ elapsedReplicationDuration?: ISO8601DurationString;
939
940
  /**
940
941
  * The date and time of the first byte that was replicated from the Source Server.
941
942
  */