cdk-comprehend-s3olap 2.0.5 → 2.0.8

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.
Files changed (32) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
  8. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +105 -48
  9. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +146 -143
  10. package/node_modules/aws-sdk/apis/metadata.json +0 -4
  11. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +67 -0
  12. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  13. package/node_modules/aws-sdk/clients/all.js +1 -2
  14. package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
  15. package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
  16. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +69 -2
  17. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +6 -1
  18. package/node_modules/aws-sdk/clients/outposts.d.ts +94 -0
  19. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +17 -9
  20. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +38 -59
  21. package/node_modules/aws-sdk/dist/aws-sdk.js +18 -14
  22. package/node_modules/aws-sdk/dist/aws-sdk.min.js +36 -36
  23. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  24. package/node_modules/aws-sdk/lib/core.js +1 -1
  25. package/node_modules/aws-sdk/lib/util.js +15 -7
  26. package/node_modules/aws-sdk/package.json +1 -1
  27. package/package.json +5 -5
  28. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.examples.json +0 -5
  29. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +0 -1206
  30. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +0 -40
  31. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +0 -1525
  32. package/node_modules/aws-sdk/clients/redshiftserverless.js +0 -18
@@ -1166,9 +1166,5 @@
1166
1166
  },
1167
1167
  "m2": {
1168
1168
  "name": "M2"
1169
- },
1170
- "redshiftserverless": {
1171
- "prefix": "redshift-serverless",
1172
- "name": "RedshiftServerless"
1173
1169
  }
1174
1170
  }
@@ -209,6 +209,44 @@
209
209
  }
210
210
  }
211
211
  },
212
+ "GetConnection": {
213
+ "http": {
214
+ "method": "GET",
215
+ "requestUri": "/connections/{ConnectionId}"
216
+ },
217
+ "input": {
218
+ "type": "structure",
219
+ "required": [
220
+ "ConnectionId"
221
+ ],
222
+ "members": {
223
+ "ConnectionId": {
224
+ "location": "uri",
225
+ "locationName": "ConnectionId"
226
+ }
227
+ }
228
+ },
229
+ "output": {
230
+ "type": "structure",
231
+ "members": {
232
+ "ConnectionId": {},
233
+ "ConnectionDetails": {
234
+ "type": "structure",
235
+ "members": {
236
+ "ClientPublicKey": {},
237
+ "ServerPublicKey": {},
238
+ "ServerEndpoint": {},
239
+ "ClientTunnelAddress": {},
240
+ "ServerTunnelAddress": {},
241
+ "AllowedIps": {
242
+ "type": "list",
243
+ "member": {}
244
+ }
245
+ }
246
+ }
247
+ }
248
+ }
249
+ },
212
250
  "GetOrder": {
213
251
  "http": {
214
252
  "method": "GET",
@@ -650,6 +688,35 @@
650
688
  }
651
689
  }
652
690
  },
691
+ "StartConnection": {
692
+ "http": {
693
+ "requestUri": "/connections"
694
+ },
695
+ "input": {
696
+ "type": "structure",
697
+ "required": [
698
+ "DeviceSerialNumber",
699
+ "AssetId",
700
+ "ClientPublicKey",
701
+ "NetworkInterfaceDeviceIndex"
702
+ ],
703
+ "members": {
704
+ "DeviceSerialNumber": {},
705
+ "AssetId": {},
706
+ "ClientPublicKey": {},
707
+ "NetworkInterfaceDeviceIndex": {
708
+ "type": "integer"
709
+ }
710
+ }
711
+ },
712
+ "output": {
713
+ "type": "structure",
714
+ "members": {
715
+ "ConnectionId": {},
716
+ "UnderlayIpAddress": {}
717
+ }
718
+ }
719
+ },
653
720
  "TagResource": {
654
721
  "http": {
655
722
  "requestUri": "/tags/{ResourceArn}"
@@ -306,4 +306,3 @@ export import Ivschat = require('./ivschat');
306
306
  export import ChimeSDKMediaPipelines = require('./chimesdkmediapipelines');
307
307
  export import EMRServerless = require('./emrserverless');
308
308
  export import M2 = require('./m2');
309
- export import RedshiftServerless = require('./redshiftserverless');
@@ -307,6 +307,5 @@ module.exports = {
307
307
  Ivschat: require('./ivschat'),
308
308
  ChimeSDKMediaPipelines: require('./chimesdkmediapipelines'),
309
309
  EMRServerless: require('./emrserverless'),
310
- M2: require('./m2'),
311
- RedshiftServerless: require('./redshiftserverless')
310
+ M2: require('./m2')
312
311
  };
@@ -774,7 +774,8 @@ declare namespace Budgets {
774
774
  */
775
775
  NextToken?: GenericString;
776
776
  }
777
- export type DimensionValues = GenericString[];
777
+ export type DimensionValue = string;
778
+ export type DimensionValues = DimensionValue[];
778
779
  export type EventType = "SYSTEM"|"CREATE_ACTION"|"DELETE_ACTION"|"UPDATE_ACTION"|"EXECUTE_ACTION"|string;
779
780
  export interface ExecuteBudgetActionRequest {
780
781
  AccountId: AccountId;
@@ -100,11 +100,11 @@ declare class FraudDetector extends Service {
100
100
  */
101
101
  createVariable(callback?: (err: AWSError, data: FraudDetector.Types.CreateVariableResult) => void): Request<FraudDetector.Types.CreateVariableResult, AWSError>;
102
102
  /**
103
- * Deletes data that was batch imported to Amazon Fraud Detector.
103
+ * Deletes the specified batch import job ID record. This action does not delete the data that was batch imported.
104
104
  */
105
105
  deleteBatchImportJob(params: FraudDetector.Types.DeleteBatchImportJobRequest, callback?: (err: AWSError, data: FraudDetector.Types.DeleteBatchImportJobResult) => void): Request<FraudDetector.Types.DeleteBatchImportJobResult, AWSError>;
106
106
  /**
107
- * Deletes data that was batch imported to Amazon Fraud Detector.
107
+ * Deletes the specified batch import job ID record. This action does not delete the data that was batch imported.
108
108
  */
109
109
  deleteBatchImportJob(callback?: (err: AWSError, data: FraudDetector.Types.DeleteBatchImportJobResult) => void): Request<FraudDetector.Types.DeleteBatchImportJobResult, AWSError>;
110
110
  /**
@@ -520,11 +520,11 @@ declare class FraudDetector extends Service {
520
520
  */
521
521
  updateModelVersion(callback?: (err: AWSError, data: FraudDetector.Types.UpdateModelVersionResult) => void): Request<FraudDetector.Types.UpdateModelVersionResult, AWSError>;
522
522
  /**
523
- * Updates the status of a model version. You can perform the following status updates: Change the TRAINING_COMPLETE status to ACTIVE. Change ACTIVE to INACTIVE.
523
+ * Updates the status of a model version. You can perform the following status updates: Change the TRAINING_IN_PROGRESS status to TRAINING_CANCELLED. Change the TRAINING_COMPLETE status to ACTIVE. Change ACTIVE to INACTIVE.
524
524
  */
525
525
  updateModelVersionStatus(params: FraudDetector.Types.UpdateModelVersionStatusRequest, callback?: (err: AWSError, data: FraudDetector.Types.UpdateModelVersionStatusResult) => void): Request<FraudDetector.Types.UpdateModelVersionStatusResult, AWSError>;
526
526
  /**
527
- * Updates the status of a model version. You can perform the following status updates: Change the TRAINING_COMPLETE status to ACTIVE. Change ACTIVE to INACTIVE.
527
+ * Updates the status of a model version. You can perform the following status updates: Change the TRAINING_IN_PROGRESS status to TRAINING_CANCELLED. Change the TRAINING_COMPLETE status to ACTIVE. Change ACTIVE to INACTIVE.
528
528
  */
529
529
  updateModelVersionStatus(callback?: (err: AWSError, data: FraudDetector.Types.UpdateModelVersionStatusResult) => void): Request<FraudDetector.Types.UpdateModelVersionStatusResult, AWSError>;
530
530
  /**
@@ -1790,7 +1790,7 @@ declare namespace FraudDetector {
1790
1790
  */
1791
1791
  detectorVersionId: wholeNumberVersionString;
1792
1792
  /**
1793
- * The timestamp that defines when the prediction was generated.
1793
+ * The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC. We recommend calling ListEventPredictions first, and using the predictionTimestamp value in the response to provide an accurate prediction timestamp value.
1794
1794
  */
1795
1795
  predictionTimestamp: time;
1796
1796
  }
@@ -219,6 +219,14 @@ declare class LookoutMetrics extends Service {
219
219
  * Removes tags from a detector, dataset, or alert.
220
220
  */
221
221
  untagResource(callback?: (err: AWSError, data: LookoutMetrics.Types.UntagResourceResponse) => void): Request<LookoutMetrics.Types.UntagResourceResponse, AWSError>;
222
+ /**
223
+ * Make changes to an existing alert.
224
+ */
225
+ updateAlert(params: LookoutMetrics.Types.UpdateAlertRequest, callback?: (err: AWSError, data: LookoutMetrics.Types.UpdateAlertResponse) => void): Request<LookoutMetrics.Types.UpdateAlertResponse, AWSError>;
226
+ /**
227
+ * Make changes to an existing alert.
228
+ */
229
+ updateAlert(callback?: (err: AWSError, data: LookoutMetrics.Types.UpdateAlertResponse) => void): Request<LookoutMetrics.Types.UpdateAlertResponse, AWSError>;
222
230
  /**
223
231
  * Updates a detector. After activation, you can only change a detector's ingestion delay and description.
224
232
  */
@@ -297,8 +305,22 @@ declare namespace LookoutMetrics {
297
305
  * The time at which the alert was created.
298
306
  */
299
307
  CreationTime?: Timestamp;
308
+ /**
309
+ * The configuration of the alert filters, containing MetricList and DimensionFilter.
310
+ */
311
+ AlertFilters?: AlertFilters;
300
312
  }
301
313
  export type AlertDescription = string;
314
+ export interface AlertFilters {
315
+ /**
316
+ * The list of measures that you want to get alerts for.
317
+ */
318
+ MetricList?: MetricNameList;
319
+ /**
320
+ * The list of DimensionFilter objects that are used for dimension-based filtering.
321
+ */
322
+ DimensionFilterList?: DimensionFilterList;
323
+ }
302
324
  export type AlertName = string;
303
325
  export type AlertStatus = "ACTIVE"|"INACTIVE"|string;
304
326
  export interface AlertSummary {
@@ -610,7 +632,7 @@ declare namespace LookoutMetrics {
610
632
  /**
611
633
  * An integer from 0 to 100 specifying the alert sensitivity threshold.
612
634
  */
613
- AlertSensitivityThreshold: SensitivityThreshold;
635
+ AlertSensitivityThreshold?: SensitivityThreshold;
614
636
  /**
615
637
  * A description of the alert.
616
638
  */
@@ -627,6 +649,10 @@ declare namespace LookoutMetrics {
627
649
  * A list of tags to apply to the alert.
628
650
  */
629
651
  Tags?: TagMap;
652
+ /**
653
+ * The configuration of the alert filters, containing MetricList and DimensionFilterList.
654
+ */
655
+ AlertFilters?: AlertFilters;
630
656
  }
631
657
  export interface CreateAlertResponse {
632
658
  /**
@@ -1030,6 +1056,17 @@ declare namespace LookoutMetrics {
1030
1056
  DimensionValueContributionList?: DimensionValueContributionList;
1031
1057
  }
1032
1058
  export type DimensionContributionList = DimensionContribution[];
1059
+ export interface DimensionFilter {
1060
+ /**
1061
+ * The name of the dimension to filter on.
1062
+ */
1063
+ DimensionName?: ColumnName;
1064
+ /**
1065
+ * The list of values for the dimension specified in DimensionName that you want to filter on.
1066
+ */
1067
+ DimensionValueList?: DimensionValueList;
1068
+ }
1069
+ export type DimensionFilterList = DimensionFilter[];
1033
1070
  export type DimensionList = ColumnName[];
1034
1071
  export interface DimensionNameValue {
1035
1072
  /**
@@ -1054,6 +1091,7 @@ declare namespace LookoutMetrics {
1054
1091
  ContributionScore?: Score;
1055
1092
  }
1056
1093
  export type DimensionValueContributionList = DimensionValueContribution[];
1094
+ export type DimensionValueList = DimensionValue[];
1057
1095
  export type ErrorMessage = string;
1058
1096
  export type ExecutionList = ExecutionStatus[];
1059
1097
  export interface ExecutionStatus {
@@ -1422,6 +1460,7 @@ declare namespace LookoutMetrics {
1422
1460
  export type MetricLevelImpactList = MetricLevelImpact[];
1423
1461
  export type MetricList = Metric[];
1424
1462
  export type MetricName = string;
1463
+ export type MetricNameList = MetricName[];
1425
1464
  export type MetricSetDescription = string;
1426
1465
  export type MetricSetName = string;
1427
1466
  export interface MetricSetSummary {
@@ -1600,7 +1639,7 @@ declare namespace LookoutMetrics {
1600
1639
  */
1601
1640
  SnsTopicArn: Arn;
1602
1641
  /**
1603
- * The format of the SNS topic.
1642
+ * The format of the SNS topic. JSON – Send JSON alerts with an anomaly ID and a link to the anomaly detail page. This is the default. LONG_TEXT – Send human-readable alerts with information about the impacted timeseries and a link to the anomaly detail page. We recommend this for email. SHORT_TEXT – Send human-readable alerts with a link to the anomaly detail page. We recommend this for SMS.
1604
1643
  */
1605
1644
  SnsFormat?: SnsFormat;
1606
1645
  }
@@ -1703,6 +1742,34 @@ declare namespace LookoutMetrics {
1703
1742
  }
1704
1743
  export interface UntagResourceResponse {
1705
1744
  }
1745
+ export interface UpdateAlertRequest {
1746
+ /**
1747
+ * The ARN of the alert to update.
1748
+ */
1749
+ AlertArn: Arn;
1750
+ /**
1751
+ * A description of the alert.
1752
+ */
1753
+ AlertDescription?: AlertDescription;
1754
+ /**
1755
+ * An integer from 0 to 100 specifying the alert sensitivity threshold.
1756
+ */
1757
+ AlertSensitivityThreshold?: SensitivityThreshold;
1758
+ /**
1759
+ * Action that will be triggered when there is an alert.
1760
+ */
1761
+ Action?: Action;
1762
+ /**
1763
+ * The configuration of the alert filters, containing MetricList and DimensionFilterList.
1764
+ */
1765
+ AlertFilters?: AlertFilters;
1766
+ }
1767
+ export interface UpdateAlertResponse {
1768
+ /**
1769
+ * The ARN of the updated alert.
1770
+ */
1771
+ AlertArn?: Arn;
1772
+ }
1706
1773
  export interface UpdateAnomalyDetectorRequest {
1707
1774
  /**
1708
1775
  * The ARN of the detector to update.
@@ -495,6 +495,7 @@ declare namespace MediaConvert {
495
495
  */
496
496
  StreamName?: __stringPatternWS;
497
497
  }
498
+ export type AudioDurationCorrection = "DISABLED"|"AUTO"|"TRACK"|"FRAME"|string;
498
499
  export type AudioLanguageCodeControl = "FOLLOW_INPUT"|"USE_CONFIGURED"|string;
499
500
  export type AudioNormalizationAlgorithm = "ITU_BS_1770_1"|"ITU_BS_1770_2"|"ITU_BS_1770_3"|"ITU_BS_1770_4"|string;
500
501
  export type AudioNormalizationAlgorithmControl = "CORRECT_AUDIO"|"MEASURE_ONLY"|string;
@@ -527,6 +528,10 @@ declare namespace MediaConvert {
527
528
  TargetLkfs?: __doubleMinNegative59Max0;
528
529
  }
529
530
  export interface AudioSelector {
531
+ /**
532
+ * Apply audio timing corrections to help synchronize audio and video in your output. To apply timing corrections, your input must meet the following requirements: * Container: MP4, or MOV, with an accurate time-to-sample (STTS) table. * Audio track: AAC. Choose from the following audio timing correction settings: * Disabled (Default): Apply no correction. * Auto: Recommended for most inputs. MediaConvert analyzes the audio timing in your input and determines which correction setting to use, if needed. * Track: Adjust the duration of each audio frame by a constant amount to align the audio track length with STTS duration. Track-level correction does not affect pitch, and is recommended for tonal audio content such as music. * Frame: Adjust the duration of each audio frame by a variable amount to align audio frames with STTS timestamps. No corrections are made to already-aligned frames. Frame-level correction may affect the pitch of corrected frames, and is recommended for atonal audio content such as speech or percussion.
533
+ */
534
+ AudioDurationCorrection?: AudioDurationCorrection;
530
535
  /**
531
536
  * Selects a specific language code from within an audio source, using the ISO 639-2 or ISO 639-3 three-letter language code
532
537
  */
@@ -3139,7 +3144,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3139
3144
  */
3140
3145
  TimecodeStart?: __stringMin11Max11Pattern01D20305D205D;
3141
3146
  /**
3142
- * Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. When you include Video generator, MediaConvert creates a video input with black frames and without an audio track. You can specify a value for Video generator, or you can specify an Input file, but you cannot specify both.
3147
+ * When you include Video generator, MediaConvert creates a video input with black frames. Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. You can specify Video generator, or you can specify an Input file, but you cannot specify both. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html
3143
3148
  */
3144
3149
  VideoGenerator?: InputVideoGenerator;
3145
3150
  /**
@@ -67,6 +67,14 @@ declare class Outposts extends Service {
67
67
  * Gets information about a catalog item.
68
68
  */
69
69
  getCatalogItem(callback?: (err: AWSError, data: Outposts.Types.GetCatalogItemOutput) => void): Request<Outposts.Types.GetCatalogItemOutput, AWSError>;
70
+ /**
71
+ * Amazon Web Services uses this action to install Outpost servers. Gets information about a specified connection. Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see Amazon Web Services managed policies for Amazon Web Services Outposts and Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail in the Amazon Web Services Outposts User Guide.
72
+ */
73
+ getConnection(params: Outposts.Types.GetConnectionRequest, callback?: (err: AWSError, data: Outposts.Types.GetConnectionResponse) => void): Request<Outposts.Types.GetConnectionResponse, AWSError>;
74
+ /**
75
+ * Amazon Web Services uses this action to install Outpost servers. Gets information about a specified connection. Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see Amazon Web Services managed policies for Amazon Web Services Outposts and Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail in the Amazon Web Services Outposts User Guide.
76
+ */
77
+ getConnection(callback?: (err: AWSError, data: Outposts.Types.GetConnectionResponse) => void): Request<Outposts.Types.GetConnectionResponse, AWSError>;
70
78
  /**
71
79
  * Gets an order.
72
80
  */
@@ -155,6 +163,14 @@ declare class Outposts extends Service {
155
163
  * Lists the tags for the specified resource.
156
164
  */
157
165
  listTagsForResource(callback?: (err: AWSError, data: Outposts.Types.ListTagsForResourceResponse) => void): Request<Outposts.Types.ListTagsForResourceResponse, AWSError>;
166
+ /**
167
+ * Amazon Web Services uses this action to install Outpost servers. Starts the connection required for Outpost server installation. Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see Amazon Web Services managed policies for Amazon Web Services Outposts and Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail in the Amazon Web Services Outposts User Guide.
168
+ */
169
+ startConnection(params: Outposts.Types.StartConnectionRequest, callback?: (err: AWSError, data: Outposts.Types.StartConnectionResponse) => void): Request<Outposts.Types.StartConnectionResponse, AWSError>;
170
+ /**
171
+ * Amazon Web Services uses this action to install Outpost servers. Starts the connection required for Outpost server installation. Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see Amazon Web Services managed policies for Amazon Web Services Outposts and Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail in the Amazon Web Services Outposts User Guide.
172
+ */
173
+ startConnection(callback?: (err: AWSError, data: Outposts.Types.StartConnectionResponse) => void): Request<Outposts.Types.StartConnectionResponse, AWSError>;
158
174
  /**
159
175
  * Adds tags to the specified resource.
160
176
  */
@@ -282,6 +298,8 @@ declare namespace Outposts {
282
298
  export type AvailabilityZoneId = string;
283
299
  export type AvailabilityZoneIdList = AvailabilityZoneId[];
284
300
  export type AvailabilityZoneList = AvailabilityZone[];
301
+ export type CIDR = string;
302
+ export type CIDRList = CIDR[];
285
303
  export interface CancelOrderInput {
286
304
  /**
287
305
  * The ID of the order to cancel.
@@ -334,6 +352,33 @@ declare namespace Outposts {
334
352
  */
335
353
  HostId?: HostId;
336
354
  }
355
+ export interface ConnectionDetails {
356
+ /**
357
+ * The public key of the client.
358
+ */
359
+ ClientPublicKey?: WireGuardPublicKey;
360
+ /**
361
+ * The public key of the server.
362
+ */
363
+ ServerPublicKey?: WireGuardPublicKey;
364
+ /**
365
+ * The endpoint for the server.
366
+ */
367
+ ServerEndpoint?: ServerEndpoint;
368
+ /**
369
+ * The client tunnel address.
370
+ */
371
+ ClientTunnelAddress?: CIDR;
372
+ /**
373
+ * The server tunnel address.
374
+ */
375
+ ServerTunnelAddress?: CIDR;
376
+ /**
377
+ * The allowed IP addresses.
378
+ */
379
+ AllowedIps?: CIDRList;
380
+ }
381
+ export type ConnectionId = string;
337
382
  export type ContactName = string;
338
383
  export type ContactPhoneNumber = string;
339
384
  export type CountryCode = string;
@@ -426,6 +471,7 @@ declare namespace Outposts {
426
471
  }
427
472
  export interface DeleteSiteOutput {
428
473
  }
474
+ export type DeviceSerialNumber = string;
429
475
  export type DistrictOrCounty = string;
430
476
  export interface EC2Capacity {
431
477
  /**
@@ -457,6 +503,22 @@ declare namespace Outposts {
457
503
  */
458
504
  CatalogItem?: CatalogItem;
459
505
  }
506
+ export interface GetConnectionRequest {
507
+ /**
508
+ * The ID of the connection you request.
509
+ */
510
+ ConnectionId: ConnectionId;
511
+ }
512
+ export interface GetConnectionResponse {
513
+ /**
514
+ * The ID of the connection you receive.
515
+ */
516
+ ConnectionId?: ConnectionId;
517
+ /**
518
+ * Information about a connection.
519
+ */
520
+ ConnectionDetails?: ConnectionDetails;
521
+ }
460
522
  export interface GetOrderInput {
461
523
  /**
462
524
  * The ID of the order.
@@ -679,6 +741,7 @@ declare namespace Outposts {
679
741
  export type MaxSize = string;
680
742
  export type MaximumSupportedWeightLbs = "NO_LIMIT"|"MAX_1400_LBS"|"MAX_1600_LBS"|"MAX_1800_LBS"|"MAX_2000_LBS"|string;
681
743
  export type Municipality = string;
744
+ export type NetworkInterfaceDeviceIndex = number;
682
745
  export type OpticalStandard = "OPTIC_10GBASE_SR"|"OPTIC_10GBASE_IR"|"OPTIC_10GBASE_LR"|"OPTIC_40GBASE_SR"|"OPTIC_40GBASE_ESR"|"OPTIC_40GBASE_IR4_LR4L"|"OPTIC_40GBASE_LR4"|"OPTIC_100GBASE_SR4"|"OPTIC_100GBASE_CWDM4"|"OPTIC_100GBASE_LR4"|"OPTIC_100G_PSM4_MSA"|"OPTIC_1000BASE_LX"|"OPTIC_1000BASE_SX"|string;
683
746
  export interface Order {
684
747
  /**
@@ -821,6 +884,7 @@ declare namespace Outposts {
821
884
  */
822
885
  MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs;
823
886
  }
887
+ export type ServerEndpoint = string;
824
888
  export interface Site {
825
889
  SiteId?: SiteId;
826
890
  AccountId?: AccountId;
@@ -858,6 +922,34 @@ declare namespace Outposts {
858
922
  export type SiteName = string;
859
923
  export type SiteNotes = string;
860
924
  export type SkuCode = string;
925
+ export interface StartConnectionRequest {
926
+ /**
927
+ * The serial number of the dongle.
928
+ */
929
+ DeviceSerialNumber: DeviceSerialNumber;
930
+ /**
931
+ * The ID of the Outpost server.
932
+ */
933
+ AssetId: AssetId;
934
+ /**
935
+ * The public key of the client.
936
+ */
937
+ ClientPublicKey: WireGuardPublicKey;
938
+ /**
939
+ * The device index of the network interface on the Outpost server.
940
+ */
941
+ NetworkInterfaceDeviceIndex: NetworkInterfaceDeviceIndex;
942
+ }
943
+ export interface StartConnectionResponse {
944
+ /**
945
+ * The ID of the connection.
946
+ */
947
+ ConnectionId?: ConnectionId;
948
+ /**
949
+ * The underlay IP address.
950
+ */
951
+ UnderlayIpAddress?: UnderlayIpAddress;
952
+ }
861
953
  export type StateOrRegion = string;
862
954
  export type StateOrRegionList = StateOrRegion[];
863
955
  export type SupportedHardwareType = "RACK"|"SERVER"|string;
@@ -882,6 +974,7 @@ declare namespace Outposts {
882
974
  }
883
975
  export type TagValue = string;
884
976
  export type Token = string;
977
+ export type UnderlayIpAddress = string;
885
978
  export interface UntagResourceRequest {
886
979
  /**
887
980
  * The Amazon Resource Name (ARN) of the resource.
@@ -995,6 +1088,7 @@ declare namespace Outposts {
995
1088
  }
996
1089
  export type UplinkCount = "UPLINK_COUNT_1"|"UPLINK_COUNT_2"|"UPLINK_COUNT_3"|"UPLINK_COUNT_4"|"UPLINK_COUNT_5"|"UPLINK_COUNT_6"|"UPLINK_COUNT_7"|"UPLINK_COUNT_8"|"UPLINK_COUNT_12"|"UPLINK_COUNT_16"|string;
997
1090
  export type UplinkGbps = "UPLINK_1G"|"UPLINK_10G"|"UPLINK_40G"|"UPLINK_100G"|string;
1091
+ export type WireGuardPublicKey = string;
998
1092
  export type outpostListDefinition = Outpost[];
999
1093
  export type siteListDefinition = Site[];
1000
1094
  /**