cdk-lambda-subminute 2.0.411 → 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.
- package/.jsii +4 -4
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +2 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +129 -70
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +2 -3
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +219 -199
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +4 -3
- package/node_modules/aws-sdk/clients/codebuild.d.ts +16 -12
- package/node_modules/aws-sdk/clients/ec2.d.ts +85 -7
- package/node_modules/aws-sdk/clients/ecs.d.ts +15 -15
- package/node_modules/aws-sdk/clients/firehose.d.ts +1 -1
- package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +41 -33
- package/node_modules/aws-sdk/clients/kendra.d.ts +33 -33
- package/node_modules/aws-sdk/clients/medialive.d.ts +37 -0
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +5 -5
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -1
- package/node_modules/aws-sdk/clients/securityhub.d.ts +9 -5
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +134 -74
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +71 -71
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
-
*
|
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
|
-
*
|
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
|
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.
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
}
|
@@ -164,11 +164,11 @@ declare class Kendra extends Service {
|
|
164
164
|
*/
|
165
165
|
deleteFaq(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
166
166
|
/**
|
167
|
-
* Deletes an
|
167
|
+
* Deletes an Amazon Kendra index. An exception is not thrown if the index is already being deleted. While the index is being deleted, the Status field returned by a call to the DescribeIndex API is set to DELETING.
|
168
168
|
*/
|
169
169
|
deleteIndex(params: Kendra.Types.DeleteIndexRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
170
170
|
/**
|
171
|
-
* Deletes an
|
171
|
+
* Deletes an Amazon Kendra index. An exception is not thrown if the index is already being deleted. While the index is being deleted, the Status field returned by a call to the DescribeIndex API is set to DELETING.
|
172
172
|
*/
|
173
173
|
deleteIndex(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
174
174
|
/**
|
@@ -188,11 +188,11 @@ declare class Kendra extends Service {
|
|
188
188
|
*/
|
189
189
|
deleteQuerySuggestionsBlockList(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
190
190
|
/**
|
191
|
-
* Deletes an
|
191
|
+
* Deletes an Amazon Kendra thesaurus.
|
192
192
|
*/
|
193
193
|
deleteThesaurus(params: Kendra.Types.DeleteThesaurusRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
194
194
|
/**
|
195
|
-
* Deletes an
|
195
|
+
* Deletes an Amazon Kendra thesaurus.
|
196
196
|
*/
|
197
197
|
deleteThesaurus(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
198
198
|
/**
|
@@ -236,11 +236,11 @@ declare class Kendra extends Service {
|
|
236
236
|
*/
|
237
237
|
describeFeaturedResultsSet(callback?: (err: AWSError, data: Kendra.Types.DescribeFeaturedResultsSetResponse) => void): Request<Kendra.Types.DescribeFeaturedResultsSetResponse, AWSError>;
|
238
238
|
/**
|
239
|
-
* Gets information about an
|
239
|
+
* Gets information about an Amazon Kendra index.
|
240
240
|
*/
|
241
241
|
describeIndex(params: Kendra.Types.DescribeIndexRequest, callback?: (err: AWSError, data: Kendra.Types.DescribeIndexResponse) => void): Request<Kendra.Types.DescribeIndexResponse, AWSError>;
|
242
242
|
/**
|
243
|
-
* Gets information about an
|
243
|
+
* Gets information about an Amazon Kendra index.
|
244
244
|
*/
|
245
245
|
describeIndex(callback?: (err: AWSError, data: Kendra.Types.DescribeIndexResponse) => void): Request<Kendra.Types.DescribeIndexResponse, AWSError>;
|
246
246
|
/**
|
@@ -268,11 +268,11 @@ declare class Kendra extends Service {
|
|
268
268
|
*/
|
269
269
|
describeQuerySuggestionsConfig(callback?: (err: AWSError, data: Kendra.Types.DescribeQuerySuggestionsConfigResponse) => void): Request<Kendra.Types.DescribeQuerySuggestionsConfigResponse, AWSError>;
|
270
270
|
/**
|
271
|
-
* Gets information about an
|
271
|
+
* Gets information about an Amazon Kendra thesaurus.
|
272
272
|
*/
|
273
273
|
describeThesaurus(params: Kendra.Types.DescribeThesaurusRequest, callback?: (err: AWSError, data: Kendra.Types.DescribeThesaurusResponse) => void): Request<Kendra.Types.DescribeThesaurusResponse, AWSError>;
|
274
274
|
/**
|
275
|
-
* Gets information about an
|
275
|
+
* Gets information about an Amazon Kendra thesaurus.
|
276
276
|
*/
|
277
277
|
describeThesaurus(callback?: (err: AWSError, data: Kendra.Types.DescribeThesaurusResponse) => void): Request<Kendra.Types.DescribeThesaurusResponse, AWSError>;
|
278
278
|
/**
|
@@ -484,11 +484,11 @@ declare class Kendra extends Service {
|
|
484
484
|
*/
|
485
485
|
updateAccessControlConfiguration(callback?: (err: AWSError, data: Kendra.Types.UpdateAccessControlConfigurationResponse) => void): Request<Kendra.Types.UpdateAccessControlConfigurationResponse, AWSError>;
|
486
486
|
/**
|
487
|
-
* Updates an
|
487
|
+
* Updates an Amazon Kendra data source connector.
|
488
488
|
*/
|
489
489
|
updateDataSource(params: Kendra.Types.UpdateDataSourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
490
490
|
/**
|
491
|
-
* Updates an
|
491
|
+
* Updates an Amazon Kendra data source connector.
|
492
492
|
*/
|
493
493
|
updateDataSource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
494
494
|
/**
|
@@ -508,11 +508,11 @@ declare class Kendra extends Service {
|
|
508
508
|
*/
|
509
509
|
updateFeaturedResultsSet(callback?: (err: AWSError, data: Kendra.Types.UpdateFeaturedResultsSetResponse) => void): Request<Kendra.Types.UpdateFeaturedResultsSetResponse, AWSError>;
|
510
510
|
/**
|
511
|
-
* Updates an
|
511
|
+
* Updates an Amazon Kendra index.
|
512
512
|
*/
|
513
513
|
updateIndex(params: Kendra.Types.UpdateIndexRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
514
514
|
/**
|
515
|
-
* Updates an
|
515
|
+
* Updates an Amazon Kendra index.
|
516
516
|
*/
|
517
517
|
updateIndex(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
518
518
|
/**
|
@@ -1526,7 +1526,7 @@ declare namespace Kendra {
|
|
1526
1526
|
*/
|
1527
1527
|
UserContextPolicy?: UserContextPolicy;
|
1528
1528
|
/**
|
1529
|
-
* Gets users and groups from IAM Identity Center identity source. To configure this, see UserGroupResolutionConfiguration.
|
1529
|
+
* Gets users and groups from IAM Identity Center identity source. To configure this, see UserGroupResolutionConfiguration. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
1530
1530
|
*/
|
1531
1531
|
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
|
1532
1532
|
}
|
@@ -1628,7 +1628,7 @@ declare namespace Kendra {
|
|
1628
1628
|
}
|
1629
1629
|
export interface DataSourceConfiguration {
|
1630
1630
|
/**
|
1631
|
-
* Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
1631
|
+
* Provides the configuration information to connect to an Amazon S3 bucket as your data source. Amazon Kendra now supports an upgraded Amazon S3 connector. You must now use the TemplateConfiguration object instead of the S3DataSourceConfiguration object to configure your connector. Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector. We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
1632
1632
|
*/
|
1633
1633
|
S3Configuration?: S3DataSourceConfiguration;
|
1634
1634
|
/**
|
@@ -1665,11 +1665,11 @@ declare namespace Kendra {
|
|
1665
1665
|
*/
|
1666
1666
|
WorkDocsConfiguration?: WorkDocsConfiguration;
|
1667
1667
|
/**
|
1668
|
-
* Provides the configuration information to connect to Amazon FSx as your data source.
|
1668
|
+
* Provides the configuration information to connect to Amazon FSx as your data source. Amazon Kendra now supports an upgraded Amazon FSx Windows connector. You must now use the TemplateConfiguration object instead of the FsxConfiguration object to configure your connector. Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector. We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
1669
1669
|
*/
|
1670
1670
|
FsxConfiguration?: FsxConfiguration;
|
1671
1671
|
/**
|
1672
|
-
* Provides the configuration information to connect to Slack as your data source.
|
1672
|
+
* Provides the configuration information to connect to Slack as your data source. Amazon Kendra now supports an upgraded Slack connector. You must now use the TemplateConfiguration object instead of the SlackConfiguration object to configure your connector. Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector. We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
1673
1673
|
*/
|
1674
1674
|
SlackConfiguration?: SlackConfiguration;
|
1675
1675
|
/**
|
@@ -1685,11 +1685,11 @@ declare namespace Kendra {
|
|
1685
1685
|
*/
|
1686
1686
|
JiraConfiguration?: JiraConfiguration;
|
1687
1687
|
/**
|
1688
|
-
* Provides the configuration information to connect to GitHub as your data source.
|
1688
|
+
* Provides the configuration information to connect to GitHub as your data source. Amazon Kendra now supports an upgraded GitHub connector. You must now use the TemplateConfiguration object instead of the GitHubConfiguration object to configure your connector. Connectors configured using the older console and API architecture will continue to function as configured. However, you won’t be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector. We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
1689
1689
|
*/
|
1690
1690
|
GitHubConfiguration?: GitHubConfiguration;
|
1691
1691
|
/**
|
1692
|
-
* Provides the configuration information to connect to Alfresco as your data source.
|
1692
|
+
* Provides the configuration information to connect to Alfresco as your data source. Support for AlfrescoConfiguration ended May 2023. We recommend migrating to or using the Alfresco data source template schema / TemplateConfiguration API.
|
1693
1693
|
*/
|
1694
1694
|
AlfrescoConfiguration?: AlfrescoConfiguration;
|
1695
1695
|
/**
|
@@ -2242,11 +2242,11 @@ declare namespace Kendra {
|
|
2242
2242
|
*/
|
2243
2243
|
Edition?: IndexEdition;
|
2244
2244
|
/**
|
2245
|
-
* The Amazon Resource Name (ARN) of the IAM role that gives Amazon Kendra permission to write to your Amazon
|
2245
|
+
* The Amazon Resource Name (ARN) of the IAM role that gives Amazon Kendra permission to write to your Amazon CloudWatch logs.
|
2246
2246
|
*/
|
2247
2247
|
RoleArn?: RoleArn;
|
2248
2248
|
/**
|
2249
|
-
* The identifier of the
|
2249
|
+
* The identifier of the KMS customer master key (CMK) that is used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs.
|
2250
2250
|
*/
|
2251
2251
|
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
|
2252
2252
|
/**
|
@@ -2262,7 +2262,7 @@ declare namespace Kendra {
|
|
2262
2262
|
*/
|
2263
2263
|
CreatedAt?: Timestamp;
|
2264
2264
|
/**
|
2265
|
-
* The Unix when the index was last updated.
|
2265
|
+
* The Unix timestamp when the index was last updated.
|
2266
2266
|
*/
|
2267
2267
|
UpdatedAt?: Timestamp;
|
2268
2268
|
/**
|
@@ -2290,7 +2290,7 @@ declare namespace Kendra {
|
|
2290
2290
|
*/
|
2291
2291
|
UserContextPolicy?: UserContextPolicy;
|
2292
2292
|
/**
|
2293
|
-
* Whether you have enabled
|
2293
|
+
* Whether you have enabled IAM Identity Center identity source for your users and groups. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
2294
2294
|
*/
|
2295
2295
|
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
|
2296
2296
|
}
|
@@ -3958,7 +3958,7 @@ declare namespace Kendra {
|
|
3958
3958
|
*/
|
3959
3959
|
HostUrl: Url;
|
3960
3960
|
/**
|
3961
|
-
* The name of the organization of the GitHub Enterprise Server (
|
3961
|
+
* The name of the organization of the GitHub Enterprise Server (on-premises) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting Your organizations under your profile picture dropdown.
|
3962
3962
|
*/
|
3963
3963
|
OrganizationName: OrganizationName;
|
3964
3964
|
/**
|
@@ -4107,7 +4107,7 @@ declare namespace Kendra {
|
|
4107
4107
|
*/
|
4108
4108
|
IndexId: IndexId;
|
4109
4109
|
/**
|
4110
|
-
* The input query text for the search. Amazon Kendra truncates queries at 30 token words, which excludes punctuation and stop words. Truncation still applies if you use Boolean or more advanced, complex queries.
|
4110
|
+
* The input query text for the search. Amazon Kendra truncates queries at 30 token words, which excludes punctuation and stop words. Truncation still applies if you use Boolean or more advanced, complex queries. For example, Timeoff AND October AND Category:HR is counted as 3 tokens: timeoff, october, hr. For more information, see Searching with advanced query syntax in the Amazon Kendra Developer Guide.
|
4111
4111
|
*/
|
4112
4112
|
QueryText?: QueryText;
|
4113
4113
|
/**
|
@@ -4196,7 +4196,7 @@ declare namespace Kendra {
|
|
4196
4196
|
export type QueryResultFormat = "TABLE"|"TEXT"|string;
|
4197
4197
|
export interface QueryResultItem {
|
4198
4198
|
/**
|
4199
|
-
* The identifier for the query result.
|
4199
|
+
* The unique identifier for the query result item id (Id) and the query result item document id (DocumentId) combined. The value of this field changes with every request, even when you have the same documents.
|
4200
4200
|
*/
|
4201
4201
|
Id?: ResultId;
|
4202
4202
|
/**
|
@@ -4337,7 +4337,7 @@ declare namespace Kendra {
|
|
4337
4337
|
export type ReadAccessType = "ALLOW"|"DENY"|string;
|
4338
4338
|
export interface Relevance {
|
4339
4339
|
/**
|
4340
|
-
* Indicates that this field determines how "fresh" a document is. For example, if document 1 was created on November 5, and document 2 was created on October 31, document 1 is "fresher" than document 2.
|
4340
|
+
* Indicates that this field determines how "fresh" a document is. For example, if document 1 was created on November 5, and document 2 was created on October 31, document 1 is "fresher" than document 2. Only applies to DATE fields.
|
4341
4341
|
*/
|
4342
4342
|
Freshness?: DocumentMetadataBoolean;
|
4343
4343
|
/**
|
@@ -4349,11 +4349,11 @@ declare namespace Kendra {
|
|
4349
4349
|
*/
|
4350
4350
|
Duration?: Duration;
|
4351
4351
|
/**
|
4352
|
-
* Determines how values should be interpreted. When the RankOrder field is ASCENDING, higher numbers are better. For example, a document with a rating score of 10 is higher ranking than a document with a rating score of 1. When the RankOrder field is DESCENDING, lower numbers are better. For example, in a task tracking application, a priority 1 task is more important than a priority 5 task. Only applies to LONG
|
4352
|
+
* Determines how values should be interpreted. When the RankOrder field is ASCENDING, higher numbers are better. For example, a document with a rating score of 10 is higher ranking than a document with a rating score of 1. When the RankOrder field is DESCENDING, lower numbers are better. For example, in a task tracking application, a priority 1 task is more important than a priority 5 task. Only applies to LONG fields.
|
4353
4353
|
*/
|
4354
4354
|
RankOrder?: Order;
|
4355
4355
|
/**
|
4356
|
-
* A list of values that should be given a different boost when they appear in the result list. For example, if you are boosting a field called "department,
|
4356
|
+
* A list of values that should be given a different boost when they appear in the result list. For example, if you are boosting a field called "department", query terms that match the department field are boosted in the result. However, you can add entries from the department field to boost documents with those values higher. For example, you can add entries to the map with names of departments. If you add "HR",5 and "Legal",3 those departments are given special attention when they appear in the metadata of a document. When those terms appear they are given the specified importance instead of the regular importance for the boost.
|
4357
4357
|
*/
|
4358
4358
|
ValueImportanceMap?: ValueImportanceMap;
|
4359
4359
|
}
|
@@ -4378,7 +4378,7 @@ declare namespace Kendra {
|
|
4378
4378
|
*/
|
4379
4379
|
IndexId: IndexId;
|
4380
4380
|
/**
|
4381
|
-
* The input query text to retrieve relevant passages for the search. Amazon Kendra truncates queries at 30 token words, which excludes punctuation and stop words. Truncation still applies if you use Boolean or more advanced, complex queries.
|
4381
|
+
* The input query text to retrieve relevant passages for the search. Amazon Kendra truncates queries at 30 token words, which excludes punctuation and stop words. Truncation still applies if you use Boolean or more advanced, complex queries. For example, Timeoff AND October AND Category:HR is counted as 3 tokens: timeoff, october, hr. For more information, see Searching with advanced query syntax in the Amazon Kendra Developer Guide.
|
4382
4382
|
*/
|
4383
4383
|
QueryText: QueryText;
|
4384
4384
|
/**
|
@@ -4459,11 +4459,11 @@ declare namespace Kendra {
|
|
4459
4459
|
*/
|
4460
4460
|
InclusionPrefixes?: DataSourceInclusionsExclusionsStrings;
|
4461
4461
|
/**
|
4462
|
-
* A list of glob patterns
|
4462
|
+
* A list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the given pattern) for certain file names and file types to include in your index. If a document matches both an inclusion and exclusion prefix or pattern, the exclusion prefix takes precendence and the document is not indexed. Examples of glob patterns include: /myapp/config/*—All files inside config directory. ***.png—All .png files in all directories. ***.{png, ico, md}—All .png, .ico or .md files in all directories. /myapp/src/***.ts—All .ts files inside src directory (and all its subdirectories). **!(*.module).ts—All .ts files but not .module.ts *.png , *.jpg—All PNG and JPEG image files in a directory (files with the extensions .png and .jpg). *internal*—All files in a directory that contain 'internal' in the file name, such as 'internal', 'internal_only', 'company_internal'. ***internal*—All internal-related files in a directory and its subdirectories. For more examples, see Use of Exclude and Include Filters in the Amazon Web Services CLI Command Reference.
|
4463
4463
|
*/
|
4464
4464
|
InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
|
4465
4465
|
/**
|
4466
|
-
* A list of glob patterns
|
4466
|
+
* A list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the given pattern) for certain file names and file types to exclude from your index. If a document matches both an inclusion and exclusion prefix or pattern, the exclusion prefix takes precendence and the document is not indexed. Examples of glob patterns include: /myapp/config/*—All files inside config directory. ***.png—All .png files in all directories. ***.{png, ico, md}—All .png, .ico or .md files in all directories. /myapp/src/***.ts—All .ts files inside src directory (and all its subdirectories). **!(*.module).ts—All .ts files but not .module.ts *.png , *.jpg—All PNG and JPEG image files in a directory (files with the extensions .png and .jpg). *internal*—All files in a directory that contain 'internal' in the file name, such as 'internal', 'internal_only', 'company_internal'. ***internal*—All internal-related files in a directory and its subdirectories. For more examples, see Use of Exclude and Include Filters in the Amazon Web Services CLI Command Reference.
|
4467
4467
|
*/
|
4468
4468
|
ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
|
4469
4469
|
DocumentsMetadataConfiguration?: DocumentsMetadataConfiguration;
|
@@ -5357,7 +5357,7 @@ declare namespace Kendra {
|
|
5357
5357
|
*/
|
5358
5358
|
Id: IndexId;
|
5359
5359
|
/**
|
5360
|
-
*
|
5360
|
+
* A new name for the index.
|
5361
5361
|
*/
|
5362
5362
|
Name?: IndexName;
|
5363
5363
|
/**
|
@@ -5385,7 +5385,7 @@ declare namespace Kendra {
|
|
5385
5385
|
*/
|
5386
5386
|
UserContextPolicy?: UserContextPolicy;
|
5387
5387
|
/**
|
5388
|
-
*
|
5388
|
+
* Gets users and groups from IAM Identity Center identity source. To configure this, see UserGroupResolutionConfiguration. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
5389
5389
|
*/
|
5390
5390
|
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
|
5391
5391
|
}
|
@@ -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
|
*/
|
@@ -132,11 +132,11 @@ declare class RolesAnywhere extends Service {
|
|
132
132
|
*/
|
133
133
|
getTrustAnchor(callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
|
134
134
|
/**
|
135
|
-
* Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA). IAM Roles Anywhere validates against the CRL before issuing credentials. Required permissions: rolesanywhere:ImportCrl.
|
135
|
+
* Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA).In order to be properly imported, a CRL must be in PEM format. IAM Roles Anywhere validates against the CRL before issuing credentials. Required permissions: rolesanywhere:ImportCrl.
|
136
136
|
*/
|
137
137
|
importCrl(params: RolesAnywhere.Types.ImportCrlRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
138
138
|
/**
|
139
|
-
* Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA). IAM Roles Anywhere validates against the CRL before issuing credentials. Required permissions: rolesanywhere:ImportCrl.
|
139
|
+
* Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA).In order to be properly imported, a CRL must be in PEM format. IAM Roles Anywhere validates against the CRL before issuing credentials. Required permissions: rolesanywhere:ImportCrl.
|
140
140
|
*/
|
141
141
|
importCrl(callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
142
142
|
/**
|
@@ -242,7 +242,7 @@ declare namespace RolesAnywhere {
|
|
242
242
|
export type Boolean = boolean;
|
243
243
|
export interface CreateProfileRequest {
|
244
244
|
/**
|
245
|
-
*
|
245
|
+
* Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details.
|
246
246
|
*/
|
247
247
|
durationSeconds?: CreateProfileRequestDurationSecondsInteger;
|
248
248
|
/**
|
@@ -541,7 +541,7 @@ declare namespace RolesAnywhere {
|
|
541
541
|
*/
|
542
542
|
createdBy?: String;
|
543
543
|
/**
|
544
|
-
*
|
544
|
+
* Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details.
|
545
545
|
*/
|
546
546
|
durationSeconds?: Integer;
|
547
547
|
/**
|
@@ -837,7 +837,7 @@ declare namespace RolesAnywhere {
|
|
837
837
|
export type UpdateCrlRequestCrlDataBlob = Buffer|Uint8Array|Blob|string;
|
838
838
|
export interface UpdateProfileRequest {
|
839
839
|
/**
|
840
|
-
*
|
840
|
+
* Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details.
|
841
841
|
*/
|
842
842
|
durationSeconds?: UpdateProfileRequestDurationSecondsInteger;
|
843
843
|
/**
|