cdk-comprehend-s3olap 2.0.94 → 2.0.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +651 -18
  8. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +11 -0
  9. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +12 -3
  10. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +45 -45
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1374 -1105
  12. package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +41 -15
  13. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +174 -20
  14. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +632 -0
  15. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +22 -10
  16. package/node_modules/aws-sdk/clients/drs.d.ts +3 -2
  17. package/node_modules/aws-sdk/clients/ec2.d.ts +276 -5
  18. package/node_modules/aws-sdk/clients/evidently.d.ts +42 -5
  19. package/node_modules/aws-sdk/clients/kendra.d.ts +8 -8
  20. package/node_modules/aws-sdk/clients/transfer.d.ts +206 -0
  21. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  22. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
  23. package/node_modules/aws-sdk/dist/aws-sdk.js +1377 -1108
  24. package/node_modules/aws-sdk/dist/aws-sdk.min.js +70 -70
  25. package/node_modules/aws-sdk/lib/core.js +1 -1
  26. package/node_modules/aws-sdk/package.json +1 -1
  27. package/node_modules/get-intrinsic/CHANGELOG.md +7 -0
  28. package/node_modules/get-intrinsic/index.js +1 -1
  29. package/node_modules/get-intrinsic/package.json +7 -4
  30. package/package.json +4 -4
@@ -12,11 +12,11 @@ declare class CustomerProfiles extends Service {
12
12
  constructor(options?: CustomerProfiles.Types.ClientConfiguration)
13
13
  config: Config & CustomerProfiles.Types.ClientConfiguration;
14
14
  /**
15
- * Associates a new key value with a specific profile, such as a Contact Trace Record (CTR) ContactId. A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.
15
+ * Associates a new key value with a specific profile, such as a Contact Record ContactId. A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.
16
16
  */
17
17
  addProfileKey(params: CustomerProfiles.Types.AddProfileKeyRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.AddProfileKeyResponse) => void): Request<CustomerProfiles.Types.AddProfileKeyResponse, AWSError>;
18
18
  /**
19
- * Associates a new key value with a specific profile, such as a Contact Trace Record (CTR) ContactId. A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.
19
+ * Associates a new key value with a specific profile, such as a Contact Record ContactId. A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.
20
20
  */
21
21
  addProfileKey(callback?: (err: AWSError, data: CustomerProfiles.Types.AddProfileKeyResponse) => void): Request<CustomerProfiles.Types.AddProfileKeyResponse, AWSError>;
22
22
  /**
@@ -252,27 +252,27 @@ declare class CustomerProfiles extends Service {
252
252
  */
253
253
  mergeProfiles(callback?: (err: AWSError, data: CustomerProfiles.Types.MergeProfilesResponse) => void): Request<CustomerProfiles.Types.MergeProfilesResponse, AWSError>;
254
254
  /**
255
- * Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect. An integration can belong to only one domain.
255
+ * Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect. An integration can belong to only one domain. To add or remove tags on an existing Integration, see TagResource / UntagResource.
256
256
  */
257
257
  putIntegration(params: CustomerProfiles.Types.PutIntegrationRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.PutIntegrationResponse) => void): Request<CustomerProfiles.Types.PutIntegrationResponse, AWSError>;
258
258
  /**
259
- * Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect. An integration can belong to only one domain.
259
+ * Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect. An integration can belong to only one domain. To add or remove tags on an existing Integration, see TagResource / UntagResource.
260
260
  */
261
261
  putIntegration(callback?: (err: AWSError, data: CustomerProfiles.Types.PutIntegrationResponse) => void): Request<CustomerProfiles.Types.PutIntegrationResponse, AWSError>;
262
262
  /**
263
- * Adds additional objects to customer profiles of a given ObjectType. When adding a specific profile object, like a Contact Trace Record (CTR), an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional CTRs with the same phone number will be mapped to the same inferred profile. When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition. PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.
263
+ * Adds additional objects to customer profiles of a given ObjectType. When adding a specific profile object, like a Contact Record, an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional Contact Records with the same phone number will be mapped to the same inferred profile. When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition. PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.
264
264
  */
265
265
  putProfileObject(params: CustomerProfiles.Types.PutProfileObjectRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.PutProfileObjectResponse) => void): Request<CustomerProfiles.Types.PutProfileObjectResponse, AWSError>;
266
266
  /**
267
- * Adds additional objects to customer profiles of a given ObjectType. When adding a specific profile object, like a Contact Trace Record (CTR), an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional CTRs with the same phone number will be mapped to the same inferred profile. When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition. PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.
267
+ * Adds additional objects to customer profiles of a given ObjectType. When adding a specific profile object, like a Contact Record, an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional Contact Records with the same phone number will be mapped to the same inferred profile. When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition. PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.
268
268
  */
269
269
  putProfileObject(callback?: (err: AWSError, data: CustomerProfiles.Types.PutProfileObjectResponse) => void): Request<CustomerProfiles.Types.PutProfileObjectResponse, AWSError>;
270
270
  /**
271
- * Defines a ProfileObjectType.
271
+ * Defines a ProfileObjectType. To add or remove tags on an existing ObjectType, see TagResource/UntagResource.
272
272
  */
273
273
  putProfileObjectType(params: CustomerProfiles.Types.PutProfileObjectTypeRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.PutProfileObjectTypeResponse) => void): Request<CustomerProfiles.Types.PutProfileObjectTypeResponse, AWSError>;
274
274
  /**
275
- * Defines a ProfileObjectType.
275
+ * Defines a ProfileObjectType. To add or remove tags on an existing ObjectType, see TagResource/UntagResource.
276
276
  */
277
277
  putProfileObjectType(callback?: (err: AWSError, data: CustomerProfiles.Types.PutProfileObjectTypeResponse) => void): Request<CustomerProfiles.Types.PutProfileObjectTypeResponse, AWSError>;
278
278
  /**
@@ -300,11 +300,11 @@ declare class CustomerProfiles extends Service {
300
300
  */
301
301
  untagResource(callback?: (err: AWSError, data: CustomerProfiles.Types.UntagResourceResponse) => void): Request<CustomerProfiles.Types.UntagResourceResponse, AWSError>;
302
302
  /**
303
- * Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key. After a domain is created, the name can’t be changed. Use this API or CreateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.
303
+ * Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key. After a domain is created, the name can’t be changed. Use this API or CreateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply. To add or remove tags on an existing Domain, see TagResource/UntagResource.
304
304
  */
305
305
  updateDomain(params: CustomerProfiles.Types.UpdateDomainRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.UpdateDomainResponse) => void): Request<CustomerProfiles.Types.UpdateDomainResponse, AWSError>;
306
306
  /**
307
- * Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key. After a domain is created, the name can’t be changed. Use this API or CreateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.
307
+ * Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key. After a domain is created, the name can’t be changed. Use this API or CreateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply. To add or remove tags on an existing Domain, see TagResource/UntagResource.
308
308
  */
309
309
  updateDomain(callback?: (err: AWSError, data: CustomerProfiles.Types.UpdateDomainResponse) => void): Request<CustomerProfiles.Types.UpdateDomainResponse, AWSError>;
310
310
  /**
@@ -1176,6 +1176,10 @@ declare namespace CustomerProfiles {
1176
1176
  * Unique identifier for the workflow.
1177
1177
  */
1178
1178
  WorkflowId?: string1To255;
1179
+ /**
1180
+ * Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition
1181
+ */
1182
+ IsUnstructured?: optionalBoolean;
1179
1183
  }
1180
1184
  export interface GetMatchesRequest {
1181
1185
  /**
@@ -1585,6 +1589,10 @@ declare namespace CustomerProfiles {
1585
1589
  * Unique identifier for the workflow.
1586
1590
  */
1587
1591
  WorkflowId?: string1To255;
1592
+ /**
1593
+ * Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition
1594
+ */
1595
+ IsUnstructured?: optionalBoolean;
1588
1596
  }
1589
1597
  export interface ListIntegrationsRequest {
1590
1598
  /**
@@ -2101,6 +2109,10 @@ declare namespace CustomerProfiles {
2101
2109
  * Unique identifier for the workflow.
2102
2110
  */
2103
2111
  WorkflowId?: string1To255;
2112
+ /**
2113
+ * Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition
2114
+ */
2115
+ IsUnstructured?: optionalBoolean;
2104
2116
  }
2105
2117
  export interface PutProfileObjectRequest {
2106
2118
  /**
@@ -420,7 +420,7 @@ declare namespace Drs {
420
420
  /**
421
421
  * Data replication lag duration.
422
422
  */
423
- lagDuration?: ISO8601DatetimeString;
423
+ lagDuration?: ISO8601DurationString;
424
424
  /**
425
425
  * The disks that should be replicated.
426
426
  */
@@ -779,6 +779,7 @@ declare namespace Drs {
779
779
  }
780
780
  export type IPsList = BoundedString[];
781
781
  export type ISO8601DatetimeString = string;
782
+ export type ISO8601DurationString = string;
782
783
  export interface IdentificationHints {
783
784
  /**
784
785
  * AWS Instance ID identification hint.
@@ -935,7 +936,7 @@ declare namespace Drs {
935
936
  /**
936
937
  * The amount of time that the Source Server has been replicating for.
937
938
  */
938
- elapsedReplicationDuration?: ISO8601DatetimeString;
939
+ elapsedReplicationDuration?: ISO8601DurationString;
939
940
  /**
940
941
  * The date and time of the first byte that was replicated from the Source Server.
941
942
  */
@@ -436,6 +436,22 @@ declare class EC2 extends Service {
436
436
  * Adds a route to a network to a Client VPN endpoint. Each Client VPN endpoint has a route table that describes the available destination network routes. Each route in the route table specifies the path for traffic to specific resources or networks.
437
437
  */
438
438
  createClientVpnRoute(callback?: (err: AWSError, data: EC2.Types.CreateClientVpnRouteResult) => void): Request<EC2.Types.CreateClientVpnRouteResult, AWSError>;
439
+ /**
440
+ * Creates a range of customer-owned IP addresses.
441
+ */
442
+ createCoipCidr(params: EC2.Types.CreateCoipCidrRequest, callback?: (err: AWSError, data: EC2.Types.CreateCoipCidrResult) => void): Request<EC2.Types.CreateCoipCidrResult, AWSError>;
443
+ /**
444
+ * Creates a range of customer-owned IP addresses.
445
+ */
446
+ createCoipCidr(callback?: (err: AWSError, data: EC2.Types.CreateCoipCidrResult) => void): Request<EC2.Types.CreateCoipCidrResult, AWSError>;
447
+ /**
448
+ * Creates a pool of customer-owned IP (CoIP) addresses.
449
+ */
450
+ createCoipPool(params: EC2.Types.CreateCoipPoolRequest, callback?: (err: AWSError, data: EC2.Types.CreateCoipPoolResult) => void): Request<EC2.Types.CreateCoipPoolResult, AWSError>;
451
+ /**
452
+ * Creates a pool of customer-owned IP (CoIP) addresses.
453
+ */
454
+ createCoipPool(callback?: (err: AWSError, data: EC2.Types.CreateCoipPoolResult) => void): Request<EC2.Types.CreateCoipPoolResult, AWSError>;
439
455
  /**
440
456
  * Provides information to Amazon Web Services about your customer gateway device. The customer gateway device is the appliance at your end of the VPN connection. You must provide the IP address of the customer gateway device’s external interface. The IP address must be static and can be behind a device performing network address translation (NAT). For devices that use Border Gateway Protocol (BGP), you can also provide the device's BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don't have an ASN already, you can use a private ASN. For more information, see Customer gateway options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide. To create more than one customer gateway with the same VPN type, IP address, and BGP ASN, specify a unique device name for each customer gateway. An identical request returns information about the existing customer gateway; it doesn't create a new customer gateway.
441
457
  */
@@ -581,13 +597,29 @@ declare class EC2 extends Service {
581
597
  */
582
598
  createLaunchTemplateVersion(callback?: (err: AWSError, data: EC2.Types.CreateLaunchTemplateVersionResult) => void): Request<EC2.Types.CreateLaunchTemplateVersionResult, AWSError>;
583
599
  /**
584
- * Creates a static route for the specified local gateway route table.
600
+ * Creates a static route for the specified local gateway route table. You must specify one of the following targets: LocalGatewayVirtualInterfaceGroupId NetworkInterfaceId
585
601
  */
586
602
  createLocalGatewayRoute(params: EC2.Types.CreateLocalGatewayRouteRequest, callback?: (err: AWSError, data: EC2.Types.CreateLocalGatewayRouteResult) => void): Request<EC2.Types.CreateLocalGatewayRouteResult, AWSError>;
587
603
  /**
588
- * Creates a static route for the specified local gateway route table.
604
+ * Creates a static route for the specified local gateway route table. You must specify one of the following targets: LocalGatewayVirtualInterfaceGroupId NetworkInterfaceId
589
605
  */
590
606
  createLocalGatewayRoute(callback?: (err: AWSError, data: EC2.Types.CreateLocalGatewayRouteResult) => void): Request<EC2.Types.CreateLocalGatewayRouteResult, AWSError>;
607
+ /**
608
+ * Creates a local gateway route table.
609
+ */
610
+ createLocalGatewayRouteTable(params: EC2.Types.CreateLocalGatewayRouteTableRequest, callback?: (err: AWSError, data: EC2.Types.CreateLocalGatewayRouteTableResult) => void): Request<EC2.Types.CreateLocalGatewayRouteTableResult, AWSError>;
611
+ /**
612
+ * Creates a local gateway route table.
613
+ */
614
+ createLocalGatewayRouteTable(callback?: (err: AWSError, data: EC2.Types.CreateLocalGatewayRouteTableResult) => void): Request<EC2.Types.CreateLocalGatewayRouteTableResult, AWSError>;
615
+ /**
616
+ * Creates a local gateway route table virtual interface group association.
617
+ */
618
+ createLocalGatewayRouteTableVirtualInterfaceGroupAssociation(params: EC2.Types.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest, callback?: (err: AWSError, data: EC2.Types.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult) => void): Request<EC2.Types.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult, AWSError>;
619
+ /**
620
+ * Creates a local gateway route table virtual interface group association.
621
+ */
622
+ createLocalGatewayRouteTableVirtualInterfaceGroupAssociation(callback?: (err: AWSError, data: EC2.Types.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult) => void): Request<EC2.Types.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult, AWSError>;
591
623
  /**
592
624
  * Associates the specified VPC with the specified local gateway route table.
593
625
  */
@@ -996,6 +1028,22 @@ declare class EC2 extends Service {
996
1028
  * Deletes a route from a Client VPN endpoint. You can only delete routes that you manually added using the CreateClientVpnRoute action. You cannot delete routes that were automatically added when associating a subnet. To remove routes that have been automatically added, disassociate the target subnet from the Client VPN endpoint.
997
1029
  */
998
1030
  deleteClientVpnRoute(callback?: (err: AWSError, data: EC2.Types.DeleteClientVpnRouteResult) => void): Request<EC2.Types.DeleteClientVpnRouteResult, AWSError>;
1031
+ /**
1032
+ * Deletes a range of customer-owned IP addresses.
1033
+ */
1034
+ deleteCoipCidr(params: EC2.Types.DeleteCoipCidrRequest, callback?: (err: AWSError, data: EC2.Types.DeleteCoipCidrResult) => void): Request<EC2.Types.DeleteCoipCidrResult, AWSError>;
1035
+ /**
1036
+ * Deletes a range of customer-owned IP addresses.
1037
+ */
1038
+ deleteCoipCidr(callback?: (err: AWSError, data: EC2.Types.DeleteCoipCidrResult) => void): Request<EC2.Types.DeleteCoipCidrResult, AWSError>;
1039
+ /**
1040
+ * Deletes a pool of customer-owned IP (CoIP) addresses.
1041
+ */
1042
+ deleteCoipPool(params: EC2.Types.DeleteCoipPoolRequest, callback?: (err: AWSError, data: EC2.Types.DeleteCoipPoolResult) => void): Request<EC2.Types.DeleteCoipPoolResult, AWSError>;
1043
+ /**
1044
+ * Deletes a pool of customer-owned IP (CoIP) addresses.
1045
+ */
1046
+ deleteCoipPool(callback?: (err: AWSError, data: EC2.Types.DeleteCoipPoolResult) => void): Request<EC2.Types.DeleteCoipPoolResult, AWSError>;
999
1047
  /**
1000
1048
  * Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.
1001
1049
  */
@@ -1116,6 +1164,22 @@ declare class EC2 extends Service {
1116
1164
  * Deletes the specified route from the specified local gateway route table.
1117
1165
  */
1118
1166
  deleteLocalGatewayRoute(callback?: (err: AWSError, data: EC2.Types.DeleteLocalGatewayRouteResult) => void): Request<EC2.Types.DeleteLocalGatewayRouteResult, AWSError>;
1167
+ /**
1168
+ * Deletes a local gateway route table.
1169
+ */
1170
+ deleteLocalGatewayRouteTable(params: EC2.Types.DeleteLocalGatewayRouteTableRequest, callback?: (err: AWSError, data: EC2.Types.DeleteLocalGatewayRouteTableResult) => void): Request<EC2.Types.DeleteLocalGatewayRouteTableResult, AWSError>;
1171
+ /**
1172
+ * Deletes a local gateway route table.
1173
+ */
1174
+ deleteLocalGatewayRouteTable(callback?: (err: AWSError, data: EC2.Types.DeleteLocalGatewayRouteTableResult) => void): Request<EC2.Types.DeleteLocalGatewayRouteTableResult, AWSError>;
1175
+ /**
1176
+ * Deletes a local gateway route table virtual interface group association.
1177
+ */
1178
+ deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation(params: EC2.Types.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest, callback?: (err: AWSError, data: EC2.Types.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult) => void): Request<EC2.Types.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult, AWSError>;
1179
+ /**
1180
+ * Deletes a local gateway route table virtual interface group association.
1181
+ */
1182
+ deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation(callback?: (err: AWSError, data: EC2.Types.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult) => void): Request<EC2.Types.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult, AWSError>;
1119
1183
  /**
1120
1184
  * Deletes the specified association between a VPC and local gateway route table.
1121
1185
  */
@@ -3524,6 +3588,14 @@ declare class EC2 extends Service {
3524
3588
  * Modifies a launch template. You can specify which version of the launch template to set as the default version. When launching an instance, the default version applies when a launch template version is not specified.
3525
3589
  */
3526
3590
  modifyLaunchTemplate(callback?: (err: AWSError, data: EC2.Types.ModifyLaunchTemplateResult) => void): Request<EC2.Types.ModifyLaunchTemplateResult, AWSError>;
3591
+ /**
3592
+ * Modifies the specified local gateway route.
3593
+ */
3594
+ modifyLocalGatewayRoute(params: EC2.Types.ModifyLocalGatewayRouteRequest, callback?: (err: AWSError, data: EC2.Types.ModifyLocalGatewayRouteResult) => void): Request<EC2.Types.ModifyLocalGatewayRouteResult, AWSError>;
3595
+ /**
3596
+ * Modifies the specified local gateway route.
3597
+ */
3598
+ modifyLocalGatewayRoute(callback?: (err: AWSError, data: EC2.Types.ModifyLocalGatewayRouteResult) => void): Request<EC2.Types.ModifyLocalGatewayRouteResult, AWSError>;
3527
3599
  /**
3528
3600
  * Modifies the specified managed prefix list. Adding or removing entries in a prefix list creates a new version of the prefix list. Changing the name of the prefix list does not affect the version. If you specify a current version number that does not match the true current version number, the request fails.
3529
3601
  */
@@ -4572,7 +4644,7 @@ declare namespace EC2 {
4572
4644
  }
4573
4645
  export type AcceleratorManufacturer = "nvidia"|"amd"|"amazon-web-services"|"xilinx"|string;
4574
4646
  export type AcceleratorManufacturerSet = AcceleratorManufacturer[];
4575
- export type AcceleratorName = "a100"|"v100"|"k80"|"t4"|"m60"|"radeon-pro-v520"|"vu9p"|string;
4647
+ export type AcceleratorName = "a100"|"v100"|"k80"|"t4"|"m60"|"radeon-pro-v520"|"vu9p"|"inferentia"|"k520"|string;
4576
4648
  export type AcceleratorNameSet = AcceleratorName[];
4577
4649
  export interface AcceleratorTotalMemoryMiB {
4578
4650
  /**
@@ -7233,6 +7305,20 @@ declare namespace EC2 {
7233
7305
  CoIp?: String;
7234
7306
  }
7235
7307
  export type CoipAddressUsageSet = CoipAddressUsage[];
7308
+ export interface CoipCidr {
7309
+ /**
7310
+ * An address range in a customer-owned IP address space.
7311
+ */
7312
+ Cidr?: String;
7313
+ /**
7314
+ * The ID of the address pool.
7315
+ */
7316
+ CoipPoolId?: Ipv4PoolCoipId;
7317
+ /**
7318
+ * The ID of the local gateway route table.
7319
+ */
7320
+ LocalGatewayRouteTableId?: String;
7321
+ }
7236
7322
  export interface CoipPool {
7237
7323
  /**
7238
7324
  * The ID of the address pool.
@@ -7835,6 +7921,43 @@ declare namespace EC2 {
7835
7921
  */
7836
7922
  Status?: ClientVpnRouteStatus;
7837
7923
  }
7924
+ export interface CreateCoipCidrRequest {
7925
+ /**
7926
+ * A customer-owned IP address range to create.
7927
+ */
7928
+ Cidr: String;
7929
+ /**
7930
+ * The ID of the address pool.
7931
+ */
7932
+ CoipPoolId: Ipv4PoolCoipId;
7933
+ /**
7934
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
7935
+ */
7936
+ DryRun?: Boolean;
7937
+ }
7938
+ export interface CreateCoipCidrResult {
7939
+ /**
7940
+ * Information about a range of customer-owned IP addresses.
7941
+ */
7942
+ CoipCidr?: CoipCidr;
7943
+ }
7944
+ export interface CreateCoipPoolRequest {
7945
+ /**
7946
+ * The ID of the local gateway route table.
7947
+ */
7948
+ LocalGatewayRouteTableId: LocalGatewayRoutetableId;
7949
+ /**
7950
+ * The tags to assign to the CoIP address pool.
7951
+ */
7952
+ TagSpecifications?: TagSpecificationList;
7953
+ /**
7954
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
7955
+ */
7956
+ DryRun?: Boolean;
7957
+ }
7958
+ export interface CreateCoipPoolResult {
7959
+ CoipPool?: CoipPool;
7960
+ }
7838
7961
  export interface CreateCustomerGatewayRequest {
7839
7962
  /**
7840
7963
  * For devices that support BGP, the customer gateway's BGP ASN. Default: 65000
@@ -8523,11 +8646,15 @@ declare namespace EC2 {
8523
8646
  /**
8524
8647
  * The ID of the virtual interface group.
8525
8648
  */
8526
- LocalGatewayVirtualInterfaceGroupId: LocalGatewayVirtualInterfaceGroupId;
8649
+ LocalGatewayVirtualInterfaceGroupId?: LocalGatewayVirtualInterfaceGroupId;
8527
8650
  /**
8528
8651
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
8529
8652
  */
8530
8653
  DryRun?: Boolean;
8654
+ /**
8655
+ * The ID of the network interface.
8656
+ */
8657
+ NetworkInterfaceId?: NetworkInterfaceId;
8531
8658
  }
8532
8659
  export interface CreateLocalGatewayRouteResult {
8533
8660
  /**
@@ -8535,6 +8662,48 @@ declare namespace EC2 {
8535
8662
  */
8536
8663
  Route?: LocalGatewayRoute;
8537
8664
  }
8665
+ export interface CreateLocalGatewayRouteTableRequest {
8666
+ /**
8667
+ * The ID of the local gateway.
8668
+ */
8669
+ LocalGatewayId: LocalGatewayId;
8670
+ /**
8671
+ * The mode of the local gateway route table.
8672
+ */
8673
+ Mode?: LocalGatewayRouteTableMode;
8674
+ /**
8675
+ * The tags assigned to the local gateway route table.
8676
+ */
8677
+ TagSpecifications?: TagSpecificationList;
8678
+ /**
8679
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
8680
+ */
8681
+ DryRun?: Boolean;
8682
+ }
8683
+ export interface CreateLocalGatewayRouteTableResult {
8684
+ LocalGatewayRouteTable?: LocalGatewayRouteTable;
8685
+ }
8686
+ export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
8687
+ /**
8688
+ * The ID of the local gateway route table.
8689
+ */
8690
+ LocalGatewayRouteTableId: LocalGatewayRoutetableId;
8691
+ /**
8692
+ * The ID of the local gateway route table virtual interface group association.
8693
+ */
8694
+ LocalGatewayVirtualInterfaceGroupId: LocalGatewayVirtualInterfaceGroupId;
8695
+ /**
8696
+ * The tags assigned to the local gateway route table virtual interface group association.
8697
+ */
8698
+ TagSpecifications?: TagSpecificationList;
8699
+ /**
8700
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
8701
+ */
8702
+ DryRun?: Boolean;
8703
+ }
8704
+ export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
8705
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
8706
+ }
8538
8707
  export interface CreateLocalGatewayRouteTableVpcAssociationRequest {
8539
8708
  /**
8540
8709
  * The ID of the local gateway route table.
@@ -10326,6 +10495,39 @@ declare namespace EC2 {
10326
10495
  */
10327
10496
  Status?: ClientVpnRouteStatus;
10328
10497
  }
10498
+ export interface DeleteCoipCidrRequest {
10499
+ /**
10500
+ * A customer-owned IP address range that you want to delete.
10501
+ */
10502
+ Cidr: String;
10503
+ /**
10504
+ * The ID of the customer-owned address pool.
10505
+ */
10506
+ CoipPoolId: Ipv4PoolCoipId;
10507
+ /**
10508
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
10509
+ */
10510
+ DryRun?: Boolean;
10511
+ }
10512
+ export interface DeleteCoipCidrResult {
10513
+ /**
10514
+ * Information about a range of customer-owned IP addresses.
10515
+ */
10516
+ CoipCidr?: CoipCidr;
10517
+ }
10518
+ export interface DeleteCoipPoolRequest {
10519
+ /**
10520
+ * The ID of the CoIP pool that you want to delete.
10521
+ */
10522
+ CoipPoolId: Ipv4PoolCoipId;
10523
+ /**
10524
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
10525
+ */
10526
+ DryRun?: Boolean;
10527
+ }
10528
+ export interface DeleteCoipPoolResult {
10529
+ CoipPool?: CoipPool;
10530
+ }
10329
10531
  export interface DeleteCustomerGatewayRequest {
10330
10532
  /**
10331
10533
  * The ID of the customer gateway.
@@ -10653,6 +10855,32 @@ declare namespace EC2 {
10653
10855
  */
10654
10856
  Route?: LocalGatewayRoute;
10655
10857
  }
10858
+ export interface DeleteLocalGatewayRouteTableRequest {
10859
+ /**
10860
+ * The ID of the local gateway route table.
10861
+ */
10862
+ LocalGatewayRouteTableId: LocalGatewayRoutetableId;
10863
+ /**
10864
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
10865
+ */
10866
+ DryRun?: Boolean;
10867
+ }
10868
+ export interface DeleteLocalGatewayRouteTableResult {
10869
+ LocalGatewayRouteTable?: LocalGatewayRouteTable;
10870
+ }
10871
+ export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
10872
+ /**
10873
+ * The ID of the local gateway route table virtual interface group association.
10874
+ */
10875
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationId: LocalGatewayRouteTableVirtualInterfaceGroupAssociationId;
10876
+ /**
10877
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
10878
+ */
10879
+ DryRun?: Boolean;
10880
+ }
10881
+ export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
10882
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
10883
+ }
10656
10884
  export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
10657
10885
  /**
10658
10886
  * The ID of the association.
@@ -23513,6 +23741,18 @@ declare namespace EC2 {
23513
23741
  * The ID of the Amazon Web Services account that owns the local gateway route.
23514
23742
  */
23515
23743
  OwnerId?: String;
23744
+ /**
23745
+ * The ID of the subnet.
23746
+ */
23747
+ SubnetId?: SubnetId;
23748
+ /**
23749
+ * The ID of the customer-owned address pool.
23750
+ */
23751
+ CoipPoolId?: CoipPoolId;
23752
+ /**
23753
+ * The ID of the network interface.
23754
+ */
23755
+ NetworkInterfaceId?: NetworkInterfaceId;
23516
23756
  }
23517
23757
  export type LocalGatewayRouteList = LocalGatewayRoute[];
23518
23758
  export type LocalGatewayRouteState = "pending"|"active"|"blackhole"|"deleting"|"deleted"|string;
@@ -23545,8 +23785,14 @@ declare namespace EC2 {
23545
23785
  * The tags assigned to the local gateway route table.
23546
23786
  */
23547
23787
  Tags?: TagList;
23788
+ /**
23789
+ * The mode of the local gateway route table.
23790
+ */
23791
+ Mode?: LocalGatewayRouteTableMode;
23792
+ StateReason?: StateReason;
23548
23793
  }
23549
23794
  export type LocalGatewayRouteTableIdSet = LocalGatewayRoutetableId[];
23795
+ export type LocalGatewayRouteTableMode = "direct-vpc-routing"|"coip"|string;
23550
23796
  export type LocalGatewayRouteTableSet = LocalGatewayRouteTable[];
23551
23797
  export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
23552
23798
  /**
@@ -24611,6 +24857,31 @@ declare namespace EC2 {
24611
24857
  */
24612
24858
  LaunchTemplate?: LaunchTemplate;
24613
24859
  }
24860
+ export interface ModifyLocalGatewayRouteRequest {
24861
+ /**
24862
+ * The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.
24863
+ */
24864
+ DestinationCidrBlock: String;
24865
+ /**
24866
+ * The ID of the local gateway route table.
24867
+ */
24868
+ LocalGatewayRouteTableId: LocalGatewayRoutetableId;
24869
+ /**
24870
+ * The ID of the virtual interface group.
24871
+ */
24872
+ LocalGatewayVirtualInterfaceGroupId?: LocalGatewayVirtualInterfaceGroupId;
24873
+ /**
24874
+ * The ID of the network interface.
24875
+ */
24876
+ NetworkInterfaceId?: NetworkInterfaceId;
24877
+ /**
24878
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
24879
+ */
24880
+ DryRun?: Boolean;
24881
+ }
24882
+ export interface ModifyLocalGatewayRouteResult {
24883
+ Route?: LocalGatewayRoute;
24884
+ }
24614
24885
  export interface ModifyManagedPrefixListRequest {
24615
24886
  /**
24616
24887
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
@@ -28802,7 +29073,7 @@ declare namespace EC2 {
28802
29073
  */
28803
29074
  ResourceTypes?: ValueStringList;
28804
29075
  }
28805
- export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-service"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"vpn-connection-device-type"|string;
29076
+ export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-service"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"vpn-connection-device-type"|string;
28806
29077
  export interface ResponseError {
28807
29078
  /**
28808
29079
  * The error code.
@@ -52,11 +52,11 @@ declare class Evidently extends Service {
52
52
  */
53
53
  createProject(callback?: (err: AWSError, data: Evidently.Types.CreateProjectResponse) => void): Request<Evidently.Types.CreateProjectResponse, AWSError>;
54
54
  /**
55
- * Use this operation to define a segment of your audience. A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age. Using a segment in an experiment limits that experiment to evaluate only the users who match the segment criteria. Using one or more segments in a launch allow you to define different traffic splits for the different audience segments. &lt;p&gt;For more information about segment pattern syntax, see &lt;a href=&quot;https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Evidently-segments-syntax.html&quot;&gt; Segment rule pattern syntax&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;The pattern that you define for a segment is matched against the value of &lt;code&gt;evaluationContext&lt;/code&gt;, which is passed into Evidently in the &lt;a href=&quot;https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_EvaluateFeature.html&quot;&gt;EvaluateFeature&lt;/a&gt; operation, when Evidently assigns a feature variation to a user.&lt;/p&gt;
55
+ * Use this operation to define a segment of your audience. A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age. Using a segment in an experiment limits that experiment to evaluate only the users who match the segment criteria. Using one or more segments in a launch allows you to define different traffic splits for the different audience segments. &lt;p&gt;For more information about segment pattern syntax, see &lt;a href=&quot;https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Evidently-segments.html#CloudWatch-Evidently-segments-syntax.html&quot;&gt; Segment rule pattern syntax&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;The pattern that you define for a segment is matched against the value of &lt;code&gt;evaluationContext&lt;/code&gt;, which is passed into Evidently in the &lt;a href=&quot;https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_EvaluateFeature.html&quot;&gt;EvaluateFeature&lt;/a&gt; operation, when Evidently assigns a feature variation to a user.&lt;/p&gt;
56
56
  */
57
57
  createSegment(params: Evidently.Types.CreateSegmentRequest, callback?: (err: AWSError, data: Evidently.Types.CreateSegmentResponse) => void): Request<Evidently.Types.CreateSegmentResponse, AWSError>;
58
58
  /**
59
- * Use this operation to define a segment of your audience. A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age. Using a segment in an experiment limits that experiment to evaluate only the users who match the segment criteria. Using one or more segments in a launch allow you to define different traffic splits for the different audience segments. &lt;p&gt;For more information about segment pattern syntax, see &lt;a href=&quot;https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Evidently-segments-syntax.html&quot;&gt; Segment rule pattern syntax&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;The pattern that you define for a segment is matched against the value of &lt;code&gt;evaluationContext&lt;/code&gt;, which is passed into Evidently in the &lt;a href=&quot;https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_EvaluateFeature.html&quot;&gt;EvaluateFeature&lt;/a&gt; operation, when Evidently assigns a feature variation to a user.&lt;/p&gt;
59
+ * Use this operation to define a segment of your audience. A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age. Using a segment in an experiment limits that experiment to evaluate only the users who match the segment criteria. Using one or more segments in a launch allows you to define different traffic splits for the different audience segments. &lt;p&gt;For more information about segment pattern syntax, see &lt;a href=&quot;https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Evidently-segments.html#CloudWatch-Evidently-segments-syntax.html&quot;&gt; Segment rule pattern syntax&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;The pattern that you define for a segment is matched against the value of &lt;code&gt;evaluationContext&lt;/code&gt;, which is passed into Evidently in the &lt;a href=&quot;https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_EvaluateFeature.html&quot;&gt;EvaluateFeature&lt;/a&gt; operation, when Evidently assigns a feature variation to a user.&lt;/p&gt;
60
60
  */
61
61
  createSegment(callback?: (err: AWSError, data: Evidently.Types.CreateSegmentResponse) => void): Request<Evidently.Types.CreateSegmentResponse, AWSError>;
62
62
  /**
@@ -116,11 +116,11 @@ declare class Evidently extends Service {
116
116
  */
117
117
  getExperiment(callback?: (err: AWSError, data: Evidently.Types.GetExperimentResponse) => void): Request<Evidently.Types.GetExperimentResponse, AWSError>;
118
118
  /**
119
- * Retrieves the results of a running or completed experiment. No results are available until there have been 100 events for each variation and at least 10 minutes have passed since the start of the experiment. Experiment results are available up to 63 days after the start of the experiment. They are not available after that because of CloudWatch data retention policies.
119
+ * Retrieves the results of a running or completed experiment. No results are available until there have been 100 events for each variation and at least 10 minutes have passed since the start of the experiment. To increase the statistical power, Evidently performs an additional offline p-value analysis at the end of the experiment. Offline p-value analysis can detect statistical significance in some cases where the anytime p-values used during the experiment do not find statistical significance. Experiment results are available up to 63 days after the start of the experiment. They are not available after that because of CloudWatch data retention policies.
120
120
  */
121
121
  getExperimentResults(params: Evidently.Types.GetExperimentResultsRequest, callback?: (err: AWSError, data: Evidently.Types.GetExperimentResultsResponse) => void): Request<Evidently.Types.GetExperimentResultsResponse, AWSError>;
122
122
  /**
123
- * Retrieves the results of a running or completed experiment. No results are available until there have been 100 events for each variation and at least 10 minutes have passed since the start of the experiment. Experiment results are available up to 63 days after the start of the experiment. They are not available after that because of CloudWatch data retention policies.
123
+ * Retrieves the results of a running or completed experiment. No results are available until there have been 100 events for each variation and at least 10 minutes have passed since the start of the experiment. To increase the statistical power, Evidently performs an additional offline p-value analysis at the end of the experiment. Offline p-value analysis can detect statistical significance in some cases where the anytime p-values used during the experiment do not find statistical significance. Experiment results are available up to 63 days after the start of the experiment. They are not available after that because of CloudWatch data retention policies.
124
124
  */
125
125
  getExperimentResults(callback?: (err: AWSError, data: Evidently.Types.GetExperimentResultsResponse) => void): Request<Evidently.Types.GetExperimentResultsResponse, AWSError>;
126
126
  /**
@@ -317,6 +317,7 @@ declare class Evidently extends Service {
317
317
  updateProjectDataDelivery(callback?: (err: AWSError, data: Evidently.Types.UpdateProjectDataDeliveryResponse) => void): Request<Evidently.Types.UpdateProjectDataDeliveryResponse, AWSError>;
318
318
  }
319
319
  declare namespace Evidently {
320
+ export type AppConfigResourceId = string;
320
321
  export type Arn = string;
321
322
  export interface BatchEvaluateFeatureRequest {
322
323
  /**
@@ -477,6 +478,10 @@ declare namespace Evidently {
477
478
  launch: Launch;
478
479
  }
479
480
  export interface CreateProjectRequest {
481
+ /**
482
+ * Use this parameter if the project will use client-side evaluation powered by AppConfig. Client-side evaluation allows your application to assign variations to user sessions locally instead of by calling the EvaluateFeature operation. This mitigates the latency and availability risks that come with an API call. For more information, see Client-side evaluation - powered by AppConfig. This parameter is a structure that contains information about the AppConfig application and environment that will be used as for client-side evaluation. To create a project that uses client-side evaluation, you must have the evidently:ExportProjectAsConfiguration permission.
483
+ */
484
+ appConfigResource?: ProjectAppConfigResourceConfig;
480
485
  /**
481
486
  * A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. If you choose not to store these events, Evidently deletes them after using them to produce metrics and other experiment results that you can view.
482
487
  */
@@ -1470,6 +1475,10 @@ declare namespace Evidently {
1470
1475
  * The number of ongoing launches currently in the project.
1471
1476
  */
1472
1477
  activeLaunchCount?: Long;
1478
+ /**
1479
+ * This structure defines the configuration of how your application integrates with AppConfig to run client-side evaluation.
1480
+ */
1481
+ appConfigResource?: ProjectAppConfigResource;
1473
1482
  /**
1474
1483
  * The name or ARN of the project.
1475
1484
  */
@@ -1515,6 +1524,30 @@ declare namespace Evidently {
1515
1524
  */
1516
1525
  tags?: TagMap;
1517
1526
  }
1527
+ export interface ProjectAppConfigResource {
1528
+ /**
1529
+ * The ID of the AppConfig application to use for client-side evaluation.
1530
+ */
1531
+ applicationId: AppConfigResourceId;
1532
+ /**
1533
+ * The ID of the AppConfig profile to use for client-side evaluation.
1534
+ */
1535
+ configurationProfileId: AppConfigResourceId;
1536
+ /**
1537
+ * The ID of the AppConfig environment to use for client-side evaluation. This must be an environment that is within the application that you specify for applicationId.
1538
+ */
1539
+ environmentId: AppConfigResourceId;
1540
+ }
1541
+ export interface ProjectAppConfigResourceConfig {
1542
+ /**
1543
+ * The ID of the AppConfig application to use for client-side evaluation.
1544
+ */
1545
+ applicationId?: AppConfigResourceId;
1546
+ /**
1547
+ * The ID of the AppConfig environment to use for client-side evaluation. This must be an environment that is within the application that you specify for applicationId.
1548
+ */
1549
+ environmentId?: AppConfigResourceId;
1550
+ }
1518
1551
  export type ProjectArn = string;
1519
1552
  export interface ProjectDataDelivery {
1520
1553
  /**
@@ -1754,7 +1787,7 @@ declare namespace Evidently {
1754
1787
  */
1755
1788
  name: SegmentName;
1756
1789
  /**
1757
- *
1790
+ * The pattern that defines the attributes to use to evalute whether a user session will be in the segment. For more information about the pattern syntax, see Segment rule pattern syntax.
1758
1791
  */
1759
1792
  pattern: SegmentPattern;
1760
1793
  /**
@@ -2097,6 +2130,10 @@ declare namespace Evidently {
2097
2130
  project: Project;
2098
2131
  }
2099
2132
  export interface UpdateProjectRequest {
2133
+ /**
2134
+ * Use this parameter if the project will use client-side evaluation powered by AppConfig. Client-side evaluation allows your application to assign variations to user sessions locally instead of by calling the EvaluateFeature operation. This mitigates the latency and availability risks that come with an API call. allows you to This parameter is a structure that contains information about the AppConfig application that will be used for client-side evaluation.
2135
+ */
2136
+ appConfigResource?: ProjectAppConfigResourceConfig;
2100
2137
  /**
2101
2138
  * An optional description of the project.
2102
2139
  */