cdk-lambda-subminute 2.0.412 → 2.0.413

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.
@@ -52,11 +52,11 @@ declare class GlobalAccelerator extends Service {
52
52
  */
53
53
  createAccelerator(callback?: (err: AWSError, data: GlobalAccelerator.Types.CreateAcceleratorResponse) => void): Request<GlobalAccelerator.Types.CreateAcceleratorResponse, AWSError>;
54
54
  /**
55
- * Create a cross-account attachment in Global Accelerator. You create a cross-account attachment to specify the principals who have permission to add to accelerators in their own account the resources in your account that you also list in the attachment. A principal can be an Amazon Web Services account number or the Amazon Resource Name (ARN) for an accelerator. For account numbers that are listed as principals, to add a resource listed in the attachment to an accelerator, you must sign in to an account specified as a principal. Then you can add the resources that are listed to any of your accelerators. If an accelerator ARN is listed in the cross-account attachment as a principal, anyone with permission to make updates to the accelerator can add as endpoints resources that are listed in the attachment.
55
+ * Create a cross-account attachment in Global Accelerator. You create a cross-account attachment to specify the principals who have permission to work with resources in accelerators in their own account. You specify, in the same attachment, the resources that are shared. A principal can be an Amazon Web Services account number or the Amazon Resource Name (ARN) for an accelerator. For account numbers that are listed as principals, to work with a resource listed in the attachment, you must sign in to an account specified as a principal. Then, you can work with resources that are listed, with any of your accelerators. If an accelerator ARN is listed in the cross-account attachment as a principal, anyone with permission to make updates to the accelerator can work with resources that are listed in the attachment. Specify each principal and resource separately. To specify two CIDR address pools, list them individually under Resources, and so on. For a command line operation, for example, you might use a statement like the following: "Resources": [{"Cidr": "169.254.60.0/24"},{"Cidr": "169.254.59.0/24"}] For more information, see Working with cross-account attachments and resources in Global Accelerator in the Global Accelerator Developer Guide.
56
56
  */
57
57
  createCrossAccountAttachment(params: GlobalAccelerator.Types.CreateCrossAccountAttachmentRequest, callback?: (err: AWSError, data: GlobalAccelerator.Types.CreateCrossAccountAttachmentResponse) => void): Request<GlobalAccelerator.Types.CreateCrossAccountAttachmentResponse, AWSError>;
58
58
  /**
59
- * Create a cross-account attachment in Global Accelerator. You create a cross-account attachment to specify the principals who have permission to add to accelerators in their own account the resources in your account that you also list in the attachment. A principal can be an Amazon Web Services account number or the Amazon Resource Name (ARN) for an accelerator. For account numbers that are listed as principals, to add a resource listed in the attachment to an accelerator, you must sign in to an account specified as a principal. Then you can add the resources that are listed to any of your accelerators. If an accelerator ARN is listed in the cross-account attachment as a principal, anyone with permission to make updates to the accelerator can add as endpoints resources that are listed in the attachment.
59
+ * Create a cross-account attachment in Global Accelerator. You create a cross-account attachment to specify the principals who have permission to work with resources in accelerators in their own account. You specify, in the same attachment, the resources that are shared. A principal can be an Amazon Web Services account number or the Amazon Resource Name (ARN) for an accelerator. For account numbers that are listed as principals, to work with a resource listed in the attachment, you must sign in to an account specified as a principal. Then, you can work with resources that are listed, with any of your accelerators. If an accelerator ARN is listed in the cross-account attachment as a principal, anyone with permission to make updates to the accelerator can work with resources that are listed in the attachment. Specify each principal and resource separately. To specify two CIDR address pools, list them individually under Resources, and so on. For a command line operation, for example, you might use a statement like the following: "Resources": [{"Cidr": "169.254.60.0/24"},{"Cidr": "169.254.59.0/24"}] For more information, see Working with cross-account attachments and resources in Global Accelerator in the Global Accelerator Developer Guide.
60
60
  */
61
61
  createCrossAccountAttachment(callback?: (err: AWSError, data: GlobalAccelerator.Types.CreateCrossAccountAttachmentResponse) => void): Request<GlobalAccelerator.Types.CreateCrossAccountAttachmentResponse, AWSError>;
62
62
  /**
@@ -108,11 +108,11 @@ declare class GlobalAccelerator extends Service {
108
108
  */
109
109
  deleteAccelerator(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
110
110
  /**
111
- * Delete a cross-account attachment. When you delete an attachment, Global Accelerator revokes the permission to use the resources in the attachment from all principals in the list of principals. Global Accelerator revokes the permission for specific resources by doing the following: If the principal is an account ID, Global Accelerator reviews every accelerator in the account and removes cross-account endpoints from all accelerators. If the principal is an accelerator, Global Accelerator reviews just that accelerator and removes cross-account endpoints from it. If there are overlapping permissions provided by multiple cross-account attachments, Global Accelerator only removes endpoints if there are no current cross-account attachments that provide access permission. For example, if you delete a cross-account attachment that lists an accelerator as a principal, but another cross-account attachment includes the account ID that owns that accelerator, endpoints will not be removed from the accelerator.
111
+ * Delete a cross-account attachment. When you delete an attachment, Global Accelerator revokes the permission to use the resources in the attachment from all principals in the list of principals. Global Accelerator revokes the permission for specific resources. For more information, see Working with cross-account attachments and resources in Global Accelerator in the Global Accelerator Developer Guide.
112
112
  */
113
113
  deleteCrossAccountAttachment(params: GlobalAccelerator.Types.DeleteCrossAccountAttachmentRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
114
114
  /**
115
- * Delete a cross-account attachment. When you delete an attachment, Global Accelerator revokes the permission to use the resources in the attachment from all principals in the list of principals. Global Accelerator revokes the permission for specific resources by doing the following: If the principal is an account ID, Global Accelerator reviews every accelerator in the account and removes cross-account endpoints from all accelerators. If the principal is an accelerator, Global Accelerator reviews just that accelerator and removes cross-account endpoints from it. If there are overlapping permissions provided by multiple cross-account attachments, Global Accelerator only removes endpoints if there are no current cross-account attachments that provide access permission. For example, if you delete a cross-account attachment that lists an accelerator as a principal, but another cross-account attachment includes the account ID that owns that accelerator, endpoints will not be removed from the accelerator.
115
+ * Delete a cross-account attachment. When you delete an attachment, Global Accelerator revokes the permission to use the resources in the attachment from all principals in the list of principals. Global Accelerator revokes the permission for specific resources. For more information, see Working with cross-account attachments and resources in Global Accelerator in the Global Accelerator Developer Guide.
116
116
  */
117
117
  deleteCrossAccountAttachment(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
118
118
  /**
@@ -268,19 +268,19 @@ declare class GlobalAccelerator extends Service {
268
268
  */
269
269
  listCrossAccountAttachments(callback?: (err: AWSError, data: GlobalAccelerator.Types.ListCrossAccountAttachmentsResponse) => void): Request<GlobalAccelerator.Types.ListCrossAccountAttachmentsResponse, AWSError>;
270
270
  /**
271
- * List the accounts that have cross-account endpoints.
271
+ * List the accounts that have cross-account resources. For more information, see Working with cross-account attachments and resources in Global Accelerator in the Global Accelerator Developer Guide.
272
272
  */
273
273
  listCrossAccountResourceAccounts(params: GlobalAccelerator.Types.ListCrossAccountResourceAccountsRequest, callback?: (err: AWSError, data: GlobalAccelerator.Types.ListCrossAccountResourceAccountsResponse) => void): Request<GlobalAccelerator.Types.ListCrossAccountResourceAccountsResponse, AWSError>;
274
274
  /**
275
- * List the accounts that have cross-account endpoints.
275
+ * List the accounts that have cross-account resources. For more information, see Working with cross-account attachments and resources in Global Accelerator in the Global Accelerator Developer Guide.
276
276
  */
277
277
  listCrossAccountResourceAccounts(callback?: (err: AWSError, data: GlobalAccelerator.Types.ListCrossAccountResourceAccountsResponse) => void): Request<GlobalAccelerator.Types.ListCrossAccountResourceAccountsResponse, AWSError>;
278
278
  /**
279
- * List the cross-account endpoints available to add to an accelerator.
279
+ * List the cross-account resources available to work with.
280
280
  */
281
281
  listCrossAccountResources(params: GlobalAccelerator.Types.ListCrossAccountResourcesRequest, callback?: (err: AWSError, data: GlobalAccelerator.Types.ListCrossAccountResourcesResponse) => void): Request<GlobalAccelerator.Types.ListCrossAccountResourcesResponse, AWSError>;
282
282
  /**
283
- * List the cross-account endpoints available to add to an accelerator.
283
+ * List the cross-account resources available to work with.
284
284
  */
285
285
  listCrossAccountResources(callback?: (err: AWSError, data: GlobalAccelerator.Types.ListCrossAccountResourcesResponse) => void): Request<GlobalAccelerator.Types.ListCrossAccountResourcesResponse, AWSError>;
286
286
  /**
@@ -404,11 +404,11 @@ declare class GlobalAccelerator extends Service {
404
404
  */
405
405
  updateAcceleratorAttributes(callback?: (err: AWSError, data: GlobalAccelerator.Types.UpdateAcceleratorAttributesResponse) => void): Request<GlobalAccelerator.Types.UpdateAcceleratorAttributesResponse, AWSError>;
406
406
  /**
407
- * Update a cross-account attachment to add or remove principals or resources. When you update an attachment to remove a principal (account ID or accelerator) or a resource, Global Accelerator revokes the permission for specific resources by doing the following: If the principal is an account ID, Global Accelerator reviews every accelerator in the account and removes cross-account endpoints from all accelerators. If the principal is an accelerator, Global Accelerator reviews just that accelerator and removes cross-account endpoints from it. If there are overlapping permissions provided by multiple cross-account attachments, Global Accelerator only removes endpoints if there are no current cross-account attachments that provide access permission. For example, if you delete a cross-account attachment that lists an accelerator as a principal, but another cross-account attachment includes the account ID that owns that accelerator, endpoints will not be removed from the accelerator.
407
+ * Update a cross-account attachment to add or remove principals or resources. When you update an attachment to remove a principal (account ID or accelerator) or a resource, Global Accelerator revokes the permission for specific resources. For more information, see Working with cross-account attachments and resources in Global Accelerator in the Global Accelerator Developer Guide.
408
408
  */
409
409
  updateCrossAccountAttachment(params: GlobalAccelerator.Types.UpdateCrossAccountAttachmentRequest, callback?: (err: AWSError, data: GlobalAccelerator.Types.UpdateCrossAccountAttachmentResponse) => void): Request<GlobalAccelerator.Types.UpdateCrossAccountAttachmentResponse, AWSError>;
410
410
  /**
411
- * Update a cross-account attachment to add or remove principals or resources. When you update an attachment to remove a principal (account ID or accelerator) or a resource, Global Accelerator revokes the permission for specific resources by doing the following: If the principal is an account ID, Global Accelerator reviews every accelerator in the account and removes cross-account endpoints from all accelerators. If the principal is an accelerator, Global Accelerator reviews just that accelerator and removes cross-account endpoints from it. If there are overlapping permissions provided by multiple cross-account attachments, Global Accelerator only removes endpoints if there are no current cross-account attachments that provide access permission. For example, if you delete a cross-account attachment that lists an accelerator as a principal, but another cross-account attachment includes the account ID that owns that accelerator, endpoints will not be removed from the accelerator.
411
+ * Update a cross-account attachment to add or remove principals or resources. When you update an attachment to remove a principal (account ID or accelerator) or a resource, Global Accelerator revokes the permission for specific resources. For more information, see Working with cross-account attachments and resources in Global Accelerator in the Global Accelerator Developer Guide.
412
412
  */
413
413
  updateCrossAccountAttachment(callback?: (err: AWSError, data: GlobalAccelerator.Types.UpdateCrossAccountAttachmentResponse) => void): Request<GlobalAccelerator.Types.UpdateCrossAccountAttachmentResponse, AWSError>;
414
414
  /**
@@ -576,7 +576,7 @@ declare namespace GlobalAccelerator {
576
576
  }
577
577
  export interface AdvertiseByoipCidrRequest {
578
578
  /**
579
- * The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.
579
+ * The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range. For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
580
580
  */
581
581
  Cidr: GenericString;
582
582
  }
@@ -640,7 +640,7 @@ declare namespace GlobalAccelerator {
640
640
  export type AwsAccountIds = AwsAccountId[];
641
641
  export interface ByoipCidr {
642
642
  /**
643
- * The address range, in CIDR notation.
643
+ * The address range, in CIDR notation. For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
644
644
  */
645
645
  Cidr?: GenericString;
646
646
  /**
@@ -714,11 +714,11 @@ declare namespace GlobalAccelerator {
714
714
  */
715
715
  Name: AttachmentName;
716
716
  /**
717
- * The principals to list in the cross-account attachment. A principal can be an Amazon Web Services account number or the Amazon Resource Name (ARN) for an accelerator.
717
+ * The principals to include in the cross-account attachment. A principal can be an Amazon Web Services account number or the Amazon Resource Name (ARN) for an accelerator.
718
718
  */
719
719
  Principals?: Principals;
720
720
  /**
721
- * The Amazon Resource Names (ARNs) for the resources to list in the cross-account attachment. A resource can be any supported Amazon Web Services resource type for Global Accelerator.
721
+ * The Amazon Resource Names (ARNs) for the resources to include in the cross-account attachment. A resource can be any supported Amazon Web Services resource type for Global Accelerator or a CIDR range for a bring your own IP address (BYOIP) address pool.
722
722
  */
723
723
  Resources?: Resources;
724
724
  /**
@@ -726,7 +726,7 @@ declare namespace GlobalAccelerator {
726
726
  */
727
727
  IdempotencyToken: IdempotencyToken;
728
728
  /**
729
- * Create tags for cross-account attachment. For more information, see Tagging in Global Accelerator in the Global Accelerator Developer Guide.
729
+ * Add tags for a cross-account attachment. For more information, see Tagging in Global Accelerator in the Global Accelerator Developer Guide.
730
730
  */
731
731
  Tags?: Tags;
732
732
  }
@@ -898,7 +898,11 @@ declare namespace GlobalAccelerator {
898
898
  */
899
899
  EndpointId?: GenericString;
900
900
  /**
901
- * The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can be added to accelerators and principals that have permission to add the endpoints to accelerators.
901
+ * An IP address range, in CIDR format, that is specified as an Amazon Web Services resource. The address must be provisioned and advertised in Global Accelerator by following the bring your own IP address (BYOIP) process for Global Accelerator. For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
902
+ */
903
+ Cidr?: GenericString;
904
+ /**
905
+ * The Amazon Resource Name (ARN) of the cross-account attachment that specifies the resources (endpoints or CIDR range) that can be added to accelerators and principals that have permission to add them.
902
906
  */
903
907
  AttachmentArn?: GenericString;
904
908
  }
@@ -994,7 +998,7 @@ declare namespace GlobalAccelerator {
994
998
  */
995
999
  EndpointId?: GenericString;
996
1000
  /**
997
- * The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can be added to accelerators and principals that have permission to add the endpoints to accelerators.
1001
+ * The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can be added to accelerators and principals that have permission to add the endpoints.
998
1002
  */
999
1003
  AttachmentArn?: GenericString;
1000
1004
  }
@@ -1104,7 +1108,7 @@ declare namespace GlobalAccelerator {
1104
1108
  }
1105
1109
  export interface DeprovisionByoipCidrRequest {
1106
1110
  /**
1107
- * The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.
1111
+ * The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range. For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
1108
1112
  */
1109
1113
  Cidr: GenericString;
1110
1114
  }
@@ -1261,7 +1265,7 @@ declare namespace GlobalAccelerator {
1261
1265
  export type DestinationPorts = PortNumber[];
1262
1266
  export interface EndpointConfiguration {
1263
1267
  /**
1264
- * An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. A resource must be valid and active when you add it as an endpoint. An Application Load Balancer can be either internal or internet-facing.
1268
+ * An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. A resource must be valid and active when you add it as an endpoint. For cross-account endpoints, this must be the ARN of the resource.
1265
1269
  */
1266
1270
  EndpointId?: GenericString;
1267
1271
  /**
@@ -1273,7 +1277,7 @@ declare namespace GlobalAccelerator {
1273
1277
  */
1274
1278
  ClientIPPreservationEnabled?: GenericBoolean;
1275
1279
  /**
1276
- * The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can be added to accelerators and principals that have permission to add the endpoints to accelerators.
1280
+ * The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can be added to accelerators and principals that have permission to add the endpoints.
1277
1281
  */
1278
1282
  AttachmentArn?: GenericString;
1279
1283
  }
@@ -1448,7 +1452,7 @@ declare namespace GlobalAccelerator {
1448
1452
  }
1449
1453
  export interface ListCrossAccountResourceAccountsResponse {
1450
1454
  /**
1451
- * The account IDs of principals (resource owners) in a cross-account attachment who can add endpoints (resources) listed in the same attachment.
1455
+ * The account IDs of principals (resource owners) in a cross-account attachment who can work with resources listed in the same attachment.
1452
1456
  */
1453
1457
  ResourceOwnerAwsAccountIds?: AwsAccountIds;
1454
1458
  }
@@ -1462,7 +1466,7 @@ declare namespace GlobalAccelerator {
1462
1466
  */
1463
1467
  ResourceOwnerAwsAccountId: AwsAccountId;
1464
1468
  /**
1465
- * The number of cross-account endpoints objects that you want to return with this call. The default value is 10.
1469
+ * The number of cross-account resource objects that you want to return with this call. The default value is 10.
1466
1470
  */
1467
1471
  MaxResults?: MaxResults;
1468
1472
  /**
@@ -1472,7 +1476,7 @@ declare namespace GlobalAccelerator {
1472
1476
  }
1473
1477
  export interface ListCrossAccountResourcesResponse {
1474
1478
  /**
1475
- * The endpoints attached to an accelerator in a cross-account attachment.
1479
+ * The cross-account resources used with an accelerator.
1476
1480
  */
1477
1481
  CrossAccountResources?: CrossAccountResources;
1478
1482
  /**
@@ -1741,7 +1745,7 @@ declare namespace GlobalAccelerator {
1741
1745
  export type Protocols = Protocol[];
1742
1746
  export interface ProvisionByoipCidrRequest {
1743
1747
  /**
1744
- * The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.
1748
+ * The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this Amazon Web Services Region or another Region. For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
1745
1749
  */
1746
1750
  Cidr: GenericString;
1747
1751
  /**
@@ -1777,11 +1781,15 @@ declare namespace GlobalAccelerator {
1777
1781
  }
1778
1782
  export interface Resource {
1779
1783
  /**
1780
- * The endpoint ID for the endpoint (Amazon Web Services resource).
1784
+ * The endpoint ID for the endpoint that is specified as a Amazon Web Services resource. An endpoint ID for the cross-account feature is the ARN of an Amazon Web Services resource, such as a Network Load Balancer, that Global Accelerator supports as an endpoint for an accelerator.
1781
1785
  */
1782
- EndpointId: GenericString;
1786
+ EndpointId?: GenericString;
1787
+ /**
1788
+ * An IP address range, in CIDR format, that is specified as resource. The address must be provisioned and advertised in Global Accelerator by following the bring your own IP address (BYOIP) process for Global Accelerator For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
1789
+ */
1790
+ Cidr?: GenericString;
1783
1791
  /**
1784
- * The Amazon Web Services Region where a resource is located.
1792
+ * The Amazon Web Services Region where a shared endpoint resource is located.
1785
1793
  */
1786
1794
  Region?: GenericString;
1787
1795
  }
@@ -1897,19 +1905,19 @@ declare namespace GlobalAccelerator {
1897
1905
  */
1898
1906
  Name?: AttachmentName;
1899
1907
  /**
1900
- * The principals to add to the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN) of an accelerator that the attachment gives permission to add the resources from another account, listed in the attachment. To add more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.
1908
+ * The principals to add to the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN) of an accelerator that the attachment gives permission to work with resources from another account. The resources are also listed in the attachment. To add more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.
1901
1909
  */
1902
1910
  AddPrincipals?: Principals;
1903
1911
  /**
1904
- * The principals to remove from the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN) of an accelerator that is given permission to add the resources from another account, listed in the cross-account attachment. To remove more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.
1912
+ * The principals to remove from the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN) of an accelerator that the attachment gives permission to work with resources from another account. The resources are also listed in the attachment. To remove more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.
1905
1913
  */
1906
1914
  RemovePrincipals?: Principals;
1907
1915
  /**
1908
- * The resources to add to the cross-account attachment. A resource listed in a cross-account attachment can be added to an accelerator by the principals that are listed in the attachment. To add more than one resource, separate the resource ARNs with commas.
1916
+ * The resources to add to the cross-account attachment. A resource listed in a cross-account attachment can be used with an accelerator by the principals that are listed in the attachment. To add more than one resource, separate the resource ARNs with commas.
1909
1917
  */
1910
1918
  AddResources?: Resources;
1911
1919
  /**
1912
- * The resources to remove from the cross-account attachment. A resource listed in a cross-account attachment can be added to an accelerator fy principals that are listed in the cross-account attachment. To remove more than one resource, separate the resource ARNs with commas.
1920
+ * The resources to remove from the cross-account attachment. A resource listed in a cross-account attachment can be used with an accelerator by the principals that are listed in the attachment. To remove more than one resource, separate the resource ARNs with commas.
1913
1921
  */
1914
1922
  RemoveResources?: Resources;
1915
1923
  }
@@ -2053,13 +2061,13 @@ declare namespace GlobalAccelerator {
2053
2061
  }
2054
2062
  export interface WithdrawByoipCidrRequest {
2055
2063
  /**
2056
- * The address range, in CIDR notation.
2064
+ * The address range, in CIDR notation. For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
2057
2065
  */
2058
2066
  Cidr: GenericString;
2059
2067
  }
2060
2068
  export interface WithdrawByoipCidrResponse {
2061
2069
  /**
2062
- * Information about the address pool.
2070
+ * Information about the BYOIP address pool.
2063
2071
  */
2064
2072
  ByoipCidr?: ByoipCidr;
2065
2073
  }
@@ -3516,6 +3516,37 @@ This field is optional; when no value is specified the encoder will choose the n
3516
3516
  * Timecode burn-in settings
3517
3517
  */
3518
3518
  TimecodeBurninSettings?: TimecodeBurninSettings;
3519
+ /**
3520
+ * If you are setting up the picture as a tile, you must set this to "disabled". In all other configurations, you typically enter "enabled".
3521
+ */
3522
+ MvOverPictureBoundaries?: H265MvOverPictureBoundaries;
3523
+ /**
3524
+ * If you are setting up the picture as a tile, you must set this to "disabled". In other configurations, you typically enter "enabled".
3525
+ */
3526
+ MvTemporalPredictor?: H265MvTemporalPredictor;
3527
+ /**
3528
+ * Set this field to set up the picture as a tile. You must also set tileWidth.
3529
+ The tile height must result in 22 or fewer rows in the frame. The tile width
3530
+ must result in 20 or fewer columns in the frame. And finally, the product of the
3531
+ column count and row count must be 64 of less.
3532
+ If the tile width and height are specified, MediaLive will override the video
3533
+ codec slices field with a value that MediaLive calculates
3534
+ */
3535
+ TileHeight?: __integerMin64Max2160;
3536
+ /**
3537
+ * Set to "padded" to force MediaLive to add padding to the frame, to obtain a frame that is a whole multiple of the tile size.
3538
+ If you are setting up the picture as a tile, you must enter "padded".
3539
+ In all other configurations, you typically enter "none".
3540
+ */
3541
+ TilePadding?: H265TilePadding;
3542
+ /**
3543
+ * Set this field to set up the picture as a tile. See tileHeight for more information.
3544
+ */
3545
+ TileWidth?: __integerMin256Max3840;
3546
+ /**
3547
+ * Select the tree block size used for encoding. If you enter "auto", the encoder will pick the best size. If you are setting up the picture as a tile, you must set this to 32x32. In all other configurations, you typically enter "auto".
3548
+ */
3549
+ TreeblockSize?: H265TreeblockSize;
3519
3550
  }
3520
3551
  export type H265Tier = "HIGH"|"MAIN"|string;
3521
3552
  export type H265TimecodeInsertionBehavior = "DISABLED"|"PIC_TIMING_SEI"|string;
@@ -7696,6 +7727,12 @@ one destination per packager.
7696
7727
  Vpc?: VpcOutputSettingsDescription;
7697
7728
  }
7698
7729
  export type __listOfChannelPipelineIdToRestart = ChannelPipelineIdToRestart[];
7730
+ export type H265MvOverPictureBoundaries = "DISABLED"|"ENABLED"|string;
7731
+ export type H265MvTemporalPredictor = "DISABLED"|"ENABLED"|string;
7732
+ export type H265TilePadding = "NONE"|"PADDED"|string;
7733
+ export type H265TreeblockSize = "AUTO"|"TREE_SIZE_32X32"|string;
7734
+ export type __integerMin256Max3840 = number;
7735
+ export type __integerMin64Max2160 = number;
7699
7736
  /**
7700
7737
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
7701
7738
  */
@@ -3012,7 +3012,7 @@ declare namespace SageMaker {
3012
3012
  export type AppImageConfigList = AppImageConfigDetails[];
3013
3013
  export type AppImageConfigName = string;
3014
3014
  export type AppImageConfigSortKey = "CreationTime"|"LastModifiedTime"|"Name"|string;
3015
- export type AppInstanceType = "system"|"ml.t3.micro"|"ml.t3.small"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.8xlarge"|"ml.m5.12xlarge"|"ml.m5.16xlarge"|"ml.m5.24xlarge"|"ml.m5d.large"|"ml.m5d.xlarge"|"ml.m5d.2xlarge"|"ml.m5d.4xlarge"|"ml.m5d.8xlarge"|"ml.m5d.12xlarge"|"ml.m5d.16xlarge"|"ml.m5d.24xlarge"|"ml.c5.large"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.12xlarge"|"ml.c5.18xlarge"|"ml.c5.24xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.geospatial.interactive"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|string;
3015
+ export type AppInstanceType = "system"|"ml.t3.micro"|"ml.t3.small"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.8xlarge"|"ml.m5.12xlarge"|"ml.m5.16xlarge"|"ml.m5.24xlarge"|"ml.m5d.large"|"ml.m5d.xlarge"|"ml.m5d.2xlarge"|"ml.m5d.4xlarge"|"ml.m5d.8xlarge"|"ml.m5d.12xlarge"|"ml.m5d.16xlarge"|"ml.m5d.24xlarge"|"ml.c5.large"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.12xlarge"|"ml.c5.18xlarge"|"ml.c5.24xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.geospatial.interactive"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.p5.48xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.m7i.large"|"ml.m7i.xlarge"|"ml.m7i.2xlarge"|"ml.m7i.4xlarge"|"ml.m7i.8xlarge"|"ml.m7i.12xlarge"|"ml.m7i.16xlarge"|"ml.m7i.24xlarge"|"ml.m7i.48xlarge"|"ml.c6i.large"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.4xlarge"|"ml.c6i.8xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.c7i.large"|"ml.c7i.xlarge"|"ml.c7i.2xlarge"|"ml.c7i.4xlarge"|"ml.c7i.8xlarge"|"ml.c7i.12xlarge"|"ml.c7i.16xlarge"|"ml.c7i.24xlarge"|"ml.c7i.48xlarge"|"ml.r6i.large"|"ml.r6i.xlarge"|"ml.r6i.2xlarge"|"ml.r6i.4xlarge"|"ml.r6i.8xlarge"|"ml.r6i.12xlarge"|"ml.r6i.16xlarge"|"ml.r6i.24xlarge"|"ml.r6i.32xlarge"|"ml.r7i.large"|"ml.r7i.xlarge"|"ml.r7i.2xlarge"|"ml.r7i.4xlarge"|"ml.r7i.8xlarge"|"ml.r7i.12xlarge"|"ml.r7i.16xlarge"|"ml.r7i.24xlarge"|"ml.r7i.48xlarge"|"ml.m6id.large"|"ml.m6id.xlarge"|"ml.m6id.2xlarge"|"ml.m6id.4xlarge"|"ml.m6id.8xlarge"|"ml.m6id.12xlarge"|"ml.m6id.16xlarge"|"ml.m6id.24xlarge"|"ml.m6id.32xlarge"|"ml.c6id.large"|"ml.c6id.xlarge"|"ml.c6id.2xlarge"|"ml.c6id.4xlarge"|"ml.c6id.8xlarge"|"ml.c6id.12xlarge"|"ml.c6id.16xlarge"|"ml.c6id.24xlarge"|"ml.c6id.32xlarge"|"ml.r6id.large"|"ml.r6id.xlarge"|"ml.r6id.2xlarge"|"ml.r6id.4xlarge"|"ml.r6id.8xlarge"|"ml.r6id.12xlarge"|"ml.r6id.16xlarge"|"ml.r6id.24xlarge"|"ml.r6id.32xlarge"|string;
3016
3016
  export type AppList = AppDetails[];
3017
3017
  export type AppManaged = boolean;
3018
3018
  export type AppName = string;
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1584.0',
86
+ VERSION: '2.1585.0',
87
87
 
88
88
  /**
89
89
  * @api private