aws-sdk 2.1573.0 → 2.1575.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.
@@ -36,11 +36,11 @@ declare class GuardDuty extends Service {
36
36
  */
37
37
  archiveFindings(callback?: (err: AWSError, data: GuardDuty.Types.ArchiveFindingsResponse) => void): Request<GuardDuty.Types.ArchiveFindingsResponse, AWSError>;
38
38
  /**
39
- * Creates a single Amazon GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each Region where you enable the service. You can have only one detector per account per Region. All data sources are enabled in a new detector by default. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
39
+ * Creates a single GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each Region where you enable the service. You can have only one detector per account per Region. All data sources are enabled in a new detector by default. When you don't specify any features, with an exception to RUNTIME_MONITORING, all the optional features are enabled by default. When you specify some of the features, any feature that is not specified in the API call gets enabled by default, with an exception to RUNTIME_MONITORING. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
40
40
  */
41
41
  createDetector(params: GuardDuty.Types.CreateDetectorRequest, callback?: (err: AWSError, data: GuardDuty.Types.CreateDetectorResponse) => void): Request<GuardDuty.Types.CreateDetectorResponse, AWSError>;
42
42
  /**
43
- * Creates a single Amazon GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each Region where you enable the service. You can have only one detector per account per Region. All data sources are enabled in a new detector by default. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
43
+ * Creates a single GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each Region where you enable the service. You can have only one detector per account per Region. All data sources are enabled in a new detector by default. When you don't specify any features, with an exception to RUNTIME_MONITORING, all the optional features are enabled by default. When you specify some of the features, any feature that is not specified in the API call gets enabled by default, with an exception to RUNTIME_MONITORING. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
44
44
  */
45
45
  createDetector(callback?: (err: AWSError, data: GuardDuty.Types.CreateDetectorResponse) => void): Request<GuardDuty.Types.CreateDetectorResponse, AWSError>;
46
46
  /**
@@ -316,7 +316,7 @@ declare class GuardDuty extends Service {
316
316
  */
317
317
  getMembers(callback?: (err: AWSError, data: GuardDuty.Types.GetMembersResponse) => void): Request<GuardDuty.Types.GetMembersResponse, AWSError>;
318
318
  /**
319
- * Retrieves how many active member accounts in your Amazon Web Services organization have each feature enabled within GuardDuty. Only a delegated GuardDuty administrator of an organization can run this API. When you create a new Amazon Web Services organization, it might take up to 24 hours to generate the statistics for the entire organization.
319
+ * Retrieves how many active member accounts have each feature enabled within GuardDuty. Only a delegated GuardDuty administrator of an organization can run this API. When you create a new organization, it might take up to 24 hours to generate the statistics for the entire organization.
320
320
  */
321
321
  getOrganizationStatistics(callback?: (err: AWSError, data: GuardDuty.Types.GetOrganizationStatisticsResponse) => void): Request<GuardDuty.Types.GetOrganizationStatisticsResponse, AWSError>;
322
322
  /**
@@ -440,11 +440,11 @@ declare class GuardDuty extends Service {
440
440
  */
441
441
  listThreatIntelSets(callback?: (err: AWSError, data: GuardDuty.Types.ListThreatIntelSetsResponse) => void): Request<GuardDuty.Types.ListThreatIntelSetsResponse, AWSError>;
442
442
  /**
443
- * Initiates the malware scan. Invoking this API will automatically create the Service-linked role in the corresponding account.
443
+ * Initiates the malware scan. Invoking this API will automatically create the Service-linked role in the corresponding account. When the malware scan starts, you can use the associated scan ID to track the status of the scan. For more information, see DescribeMalwareScans.
444
444
  */
445
445
  startMalwareScan(params: GuardDuty.Types.StartMalwareScanRequest, callback?: (err: AWSError, data: GuardDuty.Types.StartMalwareScanResponse) => void): Request<GuardDuty.Types.StartMalwareScanResponse, AWSError>;
446
446
  /**
447
- * Initiates the malware scan. Invoking this API will automatically create the Service-linked role in the corresponding account.
447
+ * Initiates the malware scan. Invoking this API will automatically create the Service-linked role in the corresponding account. When the malware scan starts, you can use the associated scan ID to track the status of the scan. For more information, see DescribeMalwareScans.
448
448
  */
449
449
  startMalwareScan(callback?: (err: AWSError, data: GuardDuty.Types.StartMalwareScanResponse) => void): Request<GuardDuty.Types.StartMalwareScanResponse, AWSError>;
450
450
  /**
@@ -488,11 +488,11 @@ declare class GuardDuty extends Service {
488
488
  */
489
489
  untagResource(callback?: (err: AWSError, data: GuardDuty.Types.UntagResourceResponse) => void): Request<GuardDuty.Types.UntagResourceResponse, AWSError>;
490
490
  /**
491
- * Updates the GuardDuty detector specified by the detectorId. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
491
+ * Updates the GuardDuty detector specified by the detector ID. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
492
492
  */
493
493
  updateDetector(params: GuardDuty.Types.UpdateDetectorRequest, callback?: (err: AWSError, data: GuardDuty.Types.UpdateDetectorResponse) => void): Request<GuardDuty.Types.UpdateDetectorResponse, AWSError>;
494
494
  /**
495
- * Updates the GuardDuty detector specified by the detectorId. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
495
+ * Updates the GuardDuty detector specified by the detector ID. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
496
496
  */
497
497
  updateDetector(callback?: (err: AWSError, data: GuardDuty.Types.UpdateDetectorResponse) => void): Request<GuardDuty.Types.UpdateDetectorResponse, AWSError>;
498
498
  /**
@@ -528,19 +528,19 @@ declare class GuardDuty extends Service {
528
528
  */
529
529
  updateMalwareScanSettings(callback?: (err: AWSError, data: GuardDuty.Types.UpdateMalwareScanSettingsResponse) => void): Request<GuardDuty.Types.UpdateMalwareScanSettingsResponse, AWSError>;
530
530
  /**
531
- * Contains information on member accounts to be updated. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
531
+ * Contains information on member accounts to be updated. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
532
532
  */
533
533
  updateMemberDetectors(params: GuardDuty.Types.UpdateMemberDetectorsRequest, callback?: (err: AWSError, data: GuardDuty.Types.UpdateMemberDetectorsResponse) => void): Request<GuardDuty.Types.UpdateMemberDetectorsResponse, AWSError>;
534
534
  /**
535
- * Contains information on member accounts to be updated. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
535
+ * Contains information on member accounts to be updated. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
536
536
  */
537
537
  updateMemberDetectors(callback?: (err: AWSError, data: GuardDuty.Types.UpdateMemberDetectorsResponse) => void): Request<GuardDuty.Types.UpdateMemberDetectorsResponse, AWSError>;
538
538
  /**
539
- * Configures the delegated administrator account with the provided values. You must provide a value for either autoEnableOrganizationMembers or autoEnable, but not both. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
539
+ * Configures the delegated administrator account with the provided values. You must provide a value for either autoEnableOrganizationMembers or autoEnable, but not both. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
540
540
  */
541
541
  updateOrganizationConfiguration(params: GuardDuty.Types.UpdateOrganizationConfigurationRequest, callback?: (err: AWSError, data: GuardDuty.Types.UpdateOrganizationConfigurationResponse) => void): Request<GuardDuty.Types.UpdateOrganizationConfigurationResponse, AWSError>;
542
542
  /**
543
- * Configures the delegated administrator account with the provided values. You must provide a value for either autoEnableOrganizationMembers or autoEnable, but not both. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
543
+ * Configures the delegated administrator account with the provided values. You must provide a value for either autoEnableOrganizationMembers or autoEnable, but not both. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
544
544
  */
545
545
  updateOrganizationConfiguration(callback?: (err: AWSError, data: GuardDuty.Types.UpdateOrganizationConfigurationResponse) => void): Request<GuardDuty.Types.UpdateOrganizationConfigurationResponse, AWSError>;
546
546
  /**
@@ -1606,7 +1606,7 @@ declare namespace GuardDuty {
1606
1606
  */
1607
1607
  NextToken?: String;
1608
1608
  /**
1609
- * Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled automatically. ALL: Indicates that all accounts in the organization have GuardDuty enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty. NONE: Indicates that GuardDuty will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually.
1609
+ * Indicates the auto-enablement configuration of GuardDuty or any of the corresponding protection plans for the member accounts in the organization. NEW: Indicates that when a new account joins the organization, they will have GuardDuty or any of the corresponding protection plans enabled automatically. ALL: Indicates that all accounts in the organization have GuardDuty and any of the corresponding protection plans enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty. NONE: Indicates that GuardDuty or any of the corresponding protection plans will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually. When you update the auto-enable setting from ALL or NEW to NONE, this action doesn't disable the corresponding option for your existing accounts. This configuration will apply to the new accounts that join the organization. After you update the auto-enable settings, no new account will have the corresponding option as enabled.
1610
1610
  */
1611
1611
  AutoEnableOrganizationMembers?: AutoEnableMembers;
1612
1612
  }
@@ -4712,7 +4712,7 @@ declare namespace GuardDuty {
4712
4712
  */
4713
4713
  Features?: OrganizationFeaturesConfigurations;
4714
4714
  /**
4715
- * Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. You must provide a value for either autoEnableOrganizationMembers or autoEnable. Use one of the following configuration values for autoEnableOrganizationMembers: NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled automatically. ALL: Indicates that all accounts in the organization have GuardDuty enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty. It may take up to 24 hours to update the configuration for all the member accounts. NONE: Indicates that GuardDuty will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually.
4715
+ * Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. You must provide a value for either autoEnableOrganizationMembers or autoEnable. Use one of the following configuration values for autoEnableOrganizationMembers: NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled automatically. ALL: Indicates that all accounts in the organization have GuardDuty enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty. It may take up to 24 hours to update the configuration for all the member accounts. NONE: Indicates that GuardDuty will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually. When you update the auto-enable setting from ALL or NEW to NONE, this action doesn't disable the corresponding option for your existing accounts. This configuration will apply to the new accounts that join the organization. After you update the auto-enable settings, no new account will have the corresponding option as enabled.
4716
4716
  */
4717
4717
  AutoEnableOrganizationMembers?: AutoEnableMembers;
4718
4718
  }
@@ -4798,7 +4798,7 @@ declare namespace GuardDuty {
4798
4798
  Total?: Total;
4799
4799
  }
4800
4800
  export type UsageDataSourceResultList = UsageDataSourceResult[];
4801
- export type UsageFeature = "FLOW_LOGS"|"CLOUD_TRAIL"|"DNS_LOGS"|"S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|"LAMBDA_NETWORK_LOGS"|"EKS_RUNTIME_MONITORING"|"FARGATE_RUNTIME_MONITORING"|"EC2_RUNTIME_MONITORING"|string;
4801
+ export type UsageFeature = "FLOW_LOGS"|"CLOUD_TRAIL"|"DNS_LOGS"|"S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|"LAMBDA_NETWORK_LOGS"|"EKS_RUNTIME_MONITORING"|"FARGATE_RUNTIME_MONITORING"|"EC2_RUNTIME_MONITORING"|"RDS_DBI_PROTECTION_PROVISIONED"|"RDS_DBI_PROTECTION_SERVERLESS"|string;
4802
4802
  export type UsageFeatureList = UsageFeature[];
4803
4803
  export interface UsageFeatureResult {
4804
4804
  /**
@@ -298,6 +298,10 @@ declare namespace MediaPackageV2 {
298
298
  * The date and time the channel group was modified.
299
299
  */
300
300
  ModifiedAt: Timestamp;
301
+ /**
302
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
303
+ */
304
+ ETag?: EntityTag;
301
305
  /**
302
306
  * The description for your channel group.
303
307
  */
@@ -355,6 +359,10 @@ declare namespace MediaPackageV2 {
355
359
  */
356
360
  Description?: ResourceDescription;
357
361
  IngestEndpoints?: IngestEndpointList;
362
+ /**
363
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
364
+ */
365
+ ETag?: EntityTag;
358
366
  /**
359
367
  * The comma-separated list of tag key:value pairs assigned to the channel.
360
368
  */
@@ -502,6 +510,10 @@ declare namespace MediaPackageV2 {
502
510
  * A low-latency HLS manifest configuration.
503
511
  */
504
512
  LowLatencyHlsManifests?: GetLowLatencyHlsManifests;
513
+ /**
514
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
515
+ */
516
+ ETag?: EntityTag;
505
517
  /**
506
518
  * The comma-separated list of tag key:value pairs assigned to the origin endpoint.
507
519
  */
@@ -612,6 +624,7 @@ declare namespace MediaPackageV2 {
612
624
  */
613
625
  CmafEncryptionMethod?: CmafEncryptionMethod;
614
626
  }
627
+ export type EntityTag = string;
615
628
  export interface FilterConfiguration {
616
629
  /**
617
630
  * Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.
@@ -663,6 +676,10 @@ declare namespace MediaPackageV2 {
663
676
  * The description for your channel group.
664
677
  */
665
678
  Description?: ResourceDescription;
679
+ /**
680
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
681
+ */
682
+ ETag?: EntityTag;
666
683
  /**
667
684
  * The comma-separated list of tag key:value pairs assigned to the channel group.
668
685
  */
@@ -728,6 +745,10 @@ declare namespace MediaPackageV2 {
728
745
  */
729
746
  Description?: ResourceDescription;
730
747
  IngestEndpoints?: IngestEndpointList;
748
+ /**
749
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
750
+ */
751
+ ETag?: EntityTag;
731
752
  /**
732
753
  * The comma-separated list of tag key:value pairs assigned to the channel.
733
754
  */
@@ -875,6 +896,10 @@ declare namespace MediaPackageV2 {
875
896
  * A low-latency HLS manifest configuration.
876
897
  */
877
898
  LowLatencyHlsManifests?: GetLowLatencyHlsManifests;
899
+ /**
900
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
901
+ */
902
+ ETag?: EntityTag;
878
903
  /**
879
904
  * The comma-separated list of tag key:value pairs assigned to the origin endpoint.
880
905
  */
@@ -1195,6 +1220,10 @@ declare namespace MediaPackageV2 {
1195
1220
  * The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
1196
1221
  */
1197
1222
  ChannelGroupName: ResourceName;
1223
+ /**
1224
+ * The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.
1225
+ */
1226
+ ETag?: EntityTag;
1198
1227
  /**
1199
1228
  * Any descriptive information that you want to add to the channel group for future identification purposes.
1200
1229
  */
@@ -1225,6 +1254,10 @@ declare namespace MediaPackageV2 {
1225
1254
  * The description for your channel group.
1226
1255
  */
1227
1256
  Description?: ResourceDescription;
1257
+ /**
1258
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
1259
+ */
1260
+ ETag?: EntityTag;
1228
1261
  /**
1229
1262
  * The comma-separated list of tag key:value pairs assigned to the channel group.
1230
1263
  */
@@ -1239,6 +1272,10 @@ declare namespace MediaPackageV2 {
1239
1272
  * The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
1240
1273
  */
1241
1274
  ChannelName: ResourceName;
1275
+ /**
1276
+ * The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.
1277
+ */
1278
+ ETag?: EntityTag;
1242
1279
  /**
1243
1280
  * Any descriptive information that you want to add to the channel for future identification purposes.
1244
1281
  */
@@ -1270,6 +1307,10 @@ declare namespace MediaPackageV2 {
1270
1307
  */
1271
1308
  Description?: ResourceDescription;
1272
1309
  IngestEndpoints?: IngestEndpointList;
1310
+ /**
1311
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
1312
+ */
1313
+ ETag?: EntityTag;
1273
1314
  /**
1274
1315
  * The comma-separated list of tag key:value pairs assigned to the channel.
1275
1316
  */
@@ -1312,6 +1353,10 @@ declare namespace MediaPackageV2 {
1312
1353
  * A low-latency HLS manifest configuration.
1313
1354
  */
1314
1355
  LowLatencyHlsManifests?: CreateLowLatencyHlsManifests;
1356
+ /**
1357
+ * The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.
1358
+ */
1359
+ ETag?: EntityTag;
1315
1360
  }
1316
1361
  export type UpdateOriginEndpointRequestStartoverWindowSecondsInteger = number;
1317
1362
  export interface UpdateOriginEndpointResponse {
@@ -1363,6 +1408,10 @@ declare namespace MediaPackageV2 {
1363
1408
  * A low-latency HLS manifest configuration.
1364
1409
  */
1365
1410
  LowLatencyHlsManifests?: GetLowLatencyHlsManifests;
1411
+ /**
1412
+ * The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
1413
+ */
1414
+ ETag?: EntityTag;
1366
1415
  /**
1367
1416
  * The comma-separated list of tag key:value pairs assigned to the origin endpoint.
1368
1417
  */
@@ -29,11 +29,11 @@ declare class Transfer extends Service {
29
29
  */
30
30
  createAgreement(callback?: (err: AWSError, data: Transfer.Types.CreateAgreementResponse) => void): Request<Transfer.Types.CreateAgreementResponse, AWSError>;
31
31
  /**
32
- * Creates the connector, which captures the parameters for a connection for the AS2 or SFTP protocol. For AS2, the connector is required for sending files to an externally hosted AS2 server. For SFTP, the connector is required when sending files to an SFTP server or receiving files from an SFTP server. For more details about connectors, see Create AS2 connectors and Create SFTP connectors. You must specify exactly one configuration object: either for AS2 (As2Config) or SFTP (SftpConfig).
32
+ * Creates the connector, which captures the parameters for a connection for the AS2 or SFTP protocol. For AS2, the connector is required for sending files to an externally hosted AS2 server. For SFTP, the connector is required when sending files to an SFTP server or receiving files from an SFTP server. For more details about connectors, see Configure AS2 connectors and Create SFTP connectors. You must specify exactly one configuration object: either for AS2 (As2Config) or SFTP (SftpConfig).
33
33
  */
34
34
  createConnector(params: Transfer.Types.CreateConnectorRequest, callback?: (err: AWSError, data: Transfer.Types.CreateConnectorResponse) => void): Request<Transfer.Types.CreateConnectorResponse, AWSError>;
35
35
  /**
36
- * Creates the connector, which captures the parameters for a connection for the AS2 or SFTP protocol. For AS2, the connector is required for sending files to an externally hosted AS2 server. For SFTP, the connector is required when sending files to an SFTP server or receiving files from an SFTP server. For more details about connectors, see Create AS2 connectors and Create SFTP connectors. You must specify exactly one configuration object: either for AS2 (As2Config) or SFTP (SftpConfig).
36
+ * Creates the connector, which captures the parameters for a connection for the AS2 or SFTP protocol. For AS2, the connector is required for sending files to an externally hosted AS2 server. For SFTP, the connector is required when sending files to an SFTP server or receiving files from an SFTP server. For more details about connectors, see Configure AS2 connectors and Create SFTP connectors. You must specify exactly one configuration object: either for AS2 (As2Config) or SFTP (SftpConfig).
37
37
  */
38
38
  createConnector(callback?: (err: AWSError, data: Transfer.Types.CreateConnectorResponse) => void): Request<Transfer.Types.CreateConnectorResponse, AWSError>;
39
39
  /**
@@ -477,11 +477,11 @@ declare class Transfer extends Service {
477
477
  */
478
478
  updateServer(callback?: (err: AWSError, data: Transfer.Types.UpdateServerResponse) => void): Request<Transfer.Types.UpdateServerResponse, AWSError>;
479
479
  /**
480
- * Assigns new properties to a user. Parameters you pass modify any or all of the following: the home directory, role, and policy for the UserName and ServerId you specify. The response returns the ServerId and the UserName for the updated user.
480
+ * Assigns new properties to a user. Parameters you pass modify any or all of the following: the home directory, role, and policy for the UserName and ServerId you specify. The response returns the ServerId and the UserName for the updated user. In the console, you can select Restricted when you create or update a user. This ensures that the user can't access anything outside of their home directory. The programmatic way to configure this behavior is to update the user. Set their HomeDirectoryType to LOGICAL, and specify HomeDirectoryMappings with Entry as root (/) and Target as their home directory. For example, if the user's home directory is /test/admin-user, the following command updates the user so that their configuration in the console shows the Restricted flag as selected. aws transfer update-user --server-id &lt;server-id&gt; --user-name admin-user --home-directory-type LOGICAL --home-directory-mappings "[{\"Entry\":\"/\", \"Target\":\"/test/admin-user\"}]"
481
481
  */
482
482
  updateUser(params: Transfer.Types.UpdateUserRequest, callback?: (err: AWSError, data: Transfer.Types.UpdateUserResponse) => void): Request<Transfer.Types.UpdateUserResponse, AWSError>;
483
483
  /**
484
- * Assigns new properties to a user. Parameters you pass modify any or all of the following: the home directory, role, and policy for the UserName and ServerId you specify. The response returns the ServerId and the UserName for the updated user.
484
+ * Assigns new properties to a user. Parameters you pass modify any or all of the following: the home directory, role, and policy for the UserName and ServerId you specify. The response returns the ServerId and the UserName for the updated user. In the console, you can select Restricted when you create or update a user. This ensures that the user can't access anything outside of their home directory. The programmatic way to configure this behavior is to update the user. Set their HomeDirectoryType to LOGICAL, and specify HomeDirectoryMappings with Entry as root (/) and Target as their home directory. For example, if the user's home directory is /test/admin-user, the following command updates the user so that their configuration in the console shows the Restricted flag as selected. aws transfer update-user --server-id &lt;server-id&gt; --user-name admin-user --home-directory-type LOGICAL --home-directory-mappings "[{\"Entry\":\"/\", \"Target\":\"/test/admin-user\"}]"
485
485
  */
486
486
  updateUser(callback?: (err: AWSError, data: Transfer.Types.UpdateUserResponse) => void): Request<Transfer.Types.UpdateUserResponse, AWSError>;
487
487
  /**
@@ -525,7 +525,7 @@ declare namespace Transfer {
525
525
  */
526
526
  Compression?: CompressionEnum;
527
527
  /**
528
- * The algorithm that is used to encrypt the file. You can only specify NONE if the URL for your connector uses HTTPS. This ensures that no traffic is sent in clear text.
528
+ * The algorithm that is used to encrypt the file. Note the following: Do not use the DES_EDE3_CBC algorithm unless you must support a legacy client that requires it, as it is a weak encryption algorithm. You can only specify NONE if the URL for your connector uses HTTPS. Using HTTPS ensures that no traffic is sent in clear text.
529
529
  */
530
530
  EncryptionAlgorithm?: EncryptionAlg;
531
531
  /**
@@ -1623,11 +1623,11 @@ declare namespace Transfer {
1623
1623
  }
1624
1624
  export type EfsFileSystemId = string;
1625
1625
  export type EfsPath = string;
1626
- export type EncryptionAlg = "AES128_CBC"|"AES192_CBC"|"AES256_CBC"|"NONE"|string;
1626
+ export type EncryptionAlg = "AES128_CBC"|"AES192_CBC"|"AES256_CBC"|"DES_EDE3_CBC"|"NONE"|string;
1627
1627
  export type EncryptionType = "PGP"|string;
1628
1628
  export interface EndpointDetails {
1629
1629
  /**
1630
- * A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint. This property can only be set when EndpointType is set to VPC and it is only valid in the UpdateServer API.
1630
+ * A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint. An address allocation ID corresponds to the allocation ID of an Elastic IP address. This value can be retrieved from the allocationId field from the Amazon EC2 Address data type. One way to retrieve this value is by calling the EC2 DescribeAddresses API. This parameter is optional. Set this parameter if you want to make your VPC endpoint public-facing. For details, see Create an internet-facing endpoint for your server. This property can only be set as follows: EndpointType must be set to VPC The Transfer Family server must be offline. You cannot set this parameter for Transfer Family servers that use the FTP protocol. The server must already have SubnetIds populated (SubnetIds and AddressAllocationIds cannot be updated simultaneously). AddressAllocationIds can't contain duplicates, and must be equal in length to SubnetIds. For example, if you have three subnet IDs, you must also specify three address allocation IDs. Call the UpdateServer API to set or change this parameter.
1631
1631
  */
1632
1632
  AddressAllocationIds?: AddressAllocationIds;
1633
1633
  /**
@@ -2548,7 +2548,7 @@ declare namespace Transfer {
2548
2548
  */
2549
2549
  UserSecretId?: SecretId;
2550
2550
  /**
2551
- * The public portion of the host key, or keys, that are used to identify the external server to which you are connecting. You can use the ssh-keyscan command against the SFTP server to retrieve the necessary key. The three standard SSH public key format elements are &lt;key type&gt;, &lt;body base64&gt;, and an optional &lt;comment&gt;, with spaces between each element. Specify only the &lt;key type&gt; and &lt;body base64&gt;: do not enter the &lt;comment&gt; portion of the key. For the trusted host key, Transfer Family accepts RSA and ECDSA keys. For RSA keys, the &lt;key type&gt; string is ssh-rsa. For ECDSA keys, the &lt;key type&gt; string is either ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, or ecdsa-sha2-nistp521, depending on the size of the key you generated.
2551
+ * The public portion of the host key, or keys, that are used to identify the external server to which you are connecting. You can use the ssh-keyscan command against the SFTP server to retrieve the necessary key. The three standard SSH public key format elements are &lt;key type&gt;, &lt;body base64&gt;, and an optional &lt;comment&gt;, with spaces between each element. Specify only the &lt;key type&gt; and &lt;body base64&gt;: do not enter the &lt;comment&gt; portion of the key. For the trusted host key, Transfer Family accepts RSA and ECDSA keys. For RSA keys, the &lt;key type&gt; string is ssh-rsa. For ECDSA keys, the &lt;key type&gt; string is either ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, or ecdsa-sha2-nistp521, depending on the size of the key you generated. Run this command to retrieve the SFTP server host key, where your SFTP server name is ftp.host.com. ssh-keyscan ftp.host.com This prints the public host key to standard output. ftp.host.com ssh-rsa AAAAB3Nza...&lt;long-string-for-public-key Copy and paste this string into the TrustedHostKeys field for the create-connector command or into the Trusted host keys field in the console.
2552
2552
  */
2553
2553
  TrustedHostKeys?: SftpConnectorTrustedHostKeyList;
2554
2554
  }
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1573.0',
86
+ VERSION: '2.1575.0',
87
87
 
88
88
  /**
89
89
  * @api private
@@ -10135,9 +10135,7 @@ return /******/ (function(modules) { // webpackBootstrap
10135
10135
  var $TypeError = __webpack_require__(64);
10136
10136
  var $floor = GetIntrinsic('%Math.floor%');
10137
10137
 
10138
- /** @typedef {(...args: unknown[]) => unknown} Func */
10139
-
10140
- /** @type {<T extends Func = Func>(fn: T, length: number, loose?: boolean) => T} */
10138
+ /** @type {import('.')} */
10141
10139
  module.exports = function setFunctionLength(fn, length) {
10142
10140
  if (typeof fn !== 'function') {
10143
10141
  throw new $TypeError('`fn` is not a function');
@@ -10361,6 +10359,7 @@ return /******/ (function(modules) { // webpackBootstrap
10361
10359
  var callBound = __webpack_require__(57);
10362
10360
  var gOPD = __webpack_require__(75);
10363
10361
 
10362
+ /** @type {(O: object) => string} */
10364
10363
  var $toString = callBound('Object.prototype.toString');
10365
10364
  var hasToStringTag = __webpack_require__(55)();
10366
10365
 
@@ -10370,7 +10369,8 @@ return /******/ (function(modules) { // webpackBootstrap
10370
10369
  var $slice = callBound('String.prototype.slice');
10371
10370
  var getPrototypeOf = Object.getPrototypeOf; // require('getprototypeof');
10372
10371
 
10373
- var $indexOf = callBound('Array.prototype.indexOf', true) || /** @type {(array: readonly unknown[], value: unknown) => keyof array} */ function indexOf(array, value) {
10372
+ /** @type {<T = unknown>(array: readonly T[], value: unknown) => number} */
10373
+ var $indexOf = callBound('Array.prototype.indexOf', true) || function indexOf(array, value) {
10374
10374
  for (var i = 0; i < array.length; i += 1) {
10375
10375
  if (array[i] === value) {
10376
10376
  return i;
@@ -10379,9 +10379,8 @@ return /******/ (function(modules) { // webpackBootstrap
10379
10379
  return -1;
10380
10380
  };
10381
10381
 
10382
- /** @typedef {Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array} TypedArray */
10383
- /** @typedef {'Int8Array' | 'Uint8Array' | 'Uint8ClampedArray' | 'Int16Array' | 'Uint16Array' | 'Int32Array' | 'Uint32Array' | 'Float32Array' | 'Float64Array' | 'BigInt64Array' | 'BigUint64Array'} TypedArrayName */
10384
- /** @type {{ [k in `\$${TypedArrayName}`]?: (receiver: TypedArray) => string | typeof Uint8Array.prototype.slice.call | typeof Uint8Array.prototype.set.call } & { __proto__: null }} */
10382
+ /** @typedef {(receiver: import('.').TypedArray) => string | typeof Uint8Array.prototype.slice.call | typeof Uint8Array.prototype.set.call} Getter */
10383
+ /** @type {{ [k in `\$${import('.').TypedArrayName}`]?: Getter } & { __proto__: null }} */
10385
10384
  var cache = { __proto__: null };
10386
10385
  if (hasToStringTag && gOPD && getPrototypeOf) {
10387
10386
  forEach(typedArrays, function (typedArray) {
@@ -10410,13 +10409,14 @@ return /******/ (function(modules) { // webpackBootstrap
10410
10409
  });
10411
10410
  }
10412
10411
 
10413
- /** @type {import('.')} */
10412
+ /** @type {(value: object) => false | import('.').TypedArrayName} */
10414
10413
  var tryTypedArrays = function tryAllTypedArrays(value) {
10415
- /** @type {ReturnType<tryAllTypedArrays>} */ var found = false;
10414
+ /** @type {ReturnType<typeof tryAllTypedArrays>} */ var found = false;
10416
10415
  forEach(
10417
10416
  // eslint-disable-next-line no-extra-parens
10418
- /** @type {Record<`\$${TypedArrayName}`, typeof cache>} */ /** @type {any} */ (cache),
10419
- /** @type {(getter: typeof cache, name: `\$${TypedArrayName}`) => void} */ function (getter, typedArray) {
10417
+ /** @type {Record<`\$${TypedArrayName}`, Getter>} */ /** @type {any} */ (cache),
10418
+ /** @type {(getter: Getter, name: `\$${import('.').TypedArrayName}`) => void} */
10419
+ function (getter, typedArray) {
10420
10420
  if (!found) {
10421
10421
  try {
10422
10422
  // @ts-expect-error TODO: fix
@@ -10430,16 +10430,16 @@ return /******/ (function(modules) { // webpackBootstrap
10430
10430
  return found;
10431
10431
  };
10432
10432
 
10433
- /** @type {import('.')} */
10433
+ /** @type {(value: object) => false | import('.').TypedArrayName} */
10434
10434
  var trySlices = function tryAllSlices(value) {
10435
- /** @type {ReturnType<tryAllSlices>} */ var found = false;
10435
+ /** @type {ReturnType<typeof tryAllSlices>} */ var found = false;
10436
10436
  forEach(
10437
10437
  // eslint-disable-next-line no-extra-parens
10438
- /** @type {any} */ (cache),
10439
- /** @type {(getter: typeof cache, name: `\$${TypedArrayName}`) => void} */ function (getter, name) {
10438
+ /** @type {Record<`\$${TypedArrayName}`, Getter>} */ /** @type {any} */ (cache),
10439
+ /** @type {(getter: typeof cache, name: `\$${import('.').TypedArrayName}`) => void} */ function (getter, name) {
10440
10440
  if (!found) {
10441
10441
  try {
10442
- // @ts-expect-error TODO: fix
10442
+ // @ts-expect-error TODO: fix
10443
10443
  getter(value);
10444
10444
  found = $slice(name, 1);
10445
10445
  } catch (e) { /**/ }
@@ -10453,6 +10453,7 @@ return /******/ (function(modules) { // webpackBootstrap
10453
10453
  module.exports = function whichTypedArray(value) {
10454
10454
  if (!value || typeof value !== 'object') { return false; }
10455
10455
  if (!hasToStringTag) {
10456
+ /** @type {string} */
10456
10457
  var tag = $slice($toString(value), 8, -1);
10457
10458
  if ($indexOf(typedArrays, tag) > -1) {
10458
10459
  return tag;
@@ -14860,9 +14861,10 @@ return /******/ (function(modules) { // webpackBootstrap
14860
14861
  /***/ (function(module, exports, __webpack_require__) {
14861
14862
 
14862
14863
  /* WEBPACK VAR INJECTION */(function(process) {var warning = [
14863
- 'We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.\n',
14864
+ 'The AWS SDK for JavaScript (v2) will enter maintenance mode',
14865
+ 'on September 8, 2024 and reach end-of-support on September 8, 2025.\n',
14864
14866
  'Please migrate your code to use AWS SDK for JavaScript (v3).',
14865
- 'For more information, check the migration guide at https://a.co/7PzMCcy'
14867
+ 'For more information, check blog post at https://a.co/cUPnyil'
14866
14868
  ].join('\n');
14867
14869
 
14868
14870
  module.exports = {