aws-sdk 2.1651.0 → 2.1653.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/apigateway-2015-07-09.min.json +7 -1
- package/apis/cognito-identity-2014-06-30.min.json +23 -5
- package/apis/connect-2017-08-08.min.json +432 -285
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/docdb-2014-10-31.min.json +7 -1
- package/apis/fms-2018-01-01.min.json +4 -1
- package/apis/payment-cryptography-2021-09-14.min.json +10 -1
- package/apis/payment-cryptography-data-2022-02-03.min.json +409 -367
- package/apis/payment-cryptography-data-2022-02-03.waiters2.json +5 -0
- package/apis/s3-2006-03-01.examples.json +103 -103
- package/apis/s3-2006-03-01.min.json +37 -5
- package/apis/states-2016-11-23.min.json +4 -1
- package/apis/swf-2012-01-25.min.json +4 -1
- package/apis/wafv2-2019-07-29.min.json +4 -1
- package/clients/connect.d.ts +184 -6
- package/clients/ec2.d.ts +9 -9
- package/clients/eks.d.ts +1 -1
- package/clients/paymentcryptography.d.ts +3 -3
- package/clients/paymentcryptographydata.d.ts +302 -260
- package/clients/paymentcryptographydata.js +1 -0
- package/clients/s3.d.ts +34 -10
- package/clients/wafv2.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +299 -292
- package/dist/aws-sdk.js +508 -299
- package/dist/aws-sdk.min.js +107 -107
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/connect.d.ts
CHANGED
@@ -579,6 +579,14 @@ declare class Connect extends Service {
|
|
579
579
|
* This API is in preview release for Amazon Connect and is subject to change. Describes an agent status.
|
580
580
|
*/
|
581
581
|
describeAgentStatus(callback?: (err: AWSError, data: Connect.Types.DescribeAgentStatusResponse) => void): Request<Connect.Types.DescribeAgentStatusResponse, AWSError>;
|
582
|
+
/**
|
583
|
+
* This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Describes the target authentication profile.
|
584
|
+
*/
|
585
|
+
describeAuthenticationProfile(params: Connect.Types.DescribeAuthenticationProfileRequest, callback?: (err: AWSError, data: Connect.Types.DescribeAuthenticationProfileResponse) => void): Request<Connect.Types.DescribeAuthenticationProfileResponse, AWSError>;
|
586
|
+
/**
|
587
|
+
* This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Describes the target authentication profile.
|
588
|
+
*/
|
589
|
+
describeAuthenticationProfile(callback?: (err: AWSError, data: Connect.Types.DescribeAuthenticationProfileResponse) => void): Request<Connect.Types.DescribeAuthenticationProfileResponse, AWSError>;
|
582
590
|
/**
|
583
591
|
* This API is in preview release for Amazon Connect and is subject to change. Describes the specified contact. Contact information remains available in Amazon Connect for 24 months, and then it is deleted. Only data from November 12, 2021, and later is returned by this API.
|
584
592
|
*/
|
@@ -995,6 +1003,14 @@ declare class Connect extends Service {
|
|
995
1003
|
* This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all approved origins associated with the instance.
|
996
1004
|
*/
|
997
1005
|
listApprovedOrigins(callback?: (err: AWSError, data: Connect.Types.ListApprovedOriginsResponse) => void): Request<Connect.Types.ListApprovedOriginsResponse, AWSError>;
|
1006
|
+
/**
|
1007
|
+
* This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Provides summary information about the authentication profiles in a specified Amazon Connect instance.
|
1008
|
+
*/
|
1009
|
+
listAuthenticationProfiles(params: Connect.Types.ListAuthenticationProfilesRequest, callback?: (err: AWSError, data: Connect.Types.ListAuthenticationProfilesResponse) => void): Request<Connect.Types.ListAuthenticationProfilesResponse, AWSError>;
|
1010
|
+
/**
|
1011
|
+
* This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Provides summary information about the authentication profiles in a specified Amazon Connect instance.
|
1012
|
+
*/
|
1013
|
+
listAuthenticationProfiles(callback?: (err: AWSError, data: Connect.Types.ListAuthenticationProfilesResponse) => void): Request<Connect.Types.ListAuthenticationProfilesResponse, AWSError>;
|
998
1014
|
/**
|
999
1015
|
* This API is in preview release for Amazon Connect and is subject to change. For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance. Use this API to returns both Amazon Lex V1 and V2 bots.
|
1000
1016
|
*/
|
@@ -1500,11 +1516,11 @@ declare class Connect extends Service {
|
|
1500
1516
|
*/
|
1501
1517
|
sendChatIntegrationEvent(callback?: (err: AWSError, data: Connect.Types.SendChatIntegrationEventResponse) => void): Request<Connect.Types.SendChatIntegrationEventResponse, AWSError>;
|
1502
1518
|
/**
|
1503
|
-
* Provides a pre-signed Amazon S3 URL in response for uploading your content. You may only use this API to upload attachments to
|
1519
|
+
* Provides a pre-signed Amazon S3 URL in response for uploading your content. You may only use this API to upload attachments to an Amazon Connect Case.
|
1504
1520
|
*/
|
1505
1521
|
startAttachedFileUpload(params: Connect.Types.StartAttachedFileUploadRequest, callback?: (err: AWSError, data: Connect.Types.StartAttachedFileUploadResponse) => void): Request<Connect.Types.StartAttachedFileUploadResponse, AWSError>;
|
1506
1522
|
/**
|
1507
|
-
* Provides a pre-signed Amazon S3 URL in response for uploading your content. You may only use this API to upload attachments to
|
1523
|
+
* Provides a pre-signed Amazon S3 URL in response for uploading your content. You may only use this API to upload attachments to an Amazon Connect Case.
|
1508
1524
|
*/
|
1509
1525
|
startAttachedFileUpload(callback?: (err: AWSError, data: Connect.Types.StartAttachedFileUploadResponse) => void): Request<Connect.Types.StartAttachedFileUploadResponse, AWSError>;
|
1510
1526
|
/**
|
@@ -1651,6 +1667,14 @@ declare class Connect extends Service {
|
|
1651
1667
|
* This API is in preview release for Amazon Connect and is subject to change. Updates agent status.
|
1652
1668
|
*/
|
1653
1669
|
updateAgentStatus(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1670
|
+
/**
|
1671
|
+
* This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Updates the selected authentication profile.
|
1672
|
+
*/
|
1673
|
+
updateAuthenticationProfile(params: Connect.Types.UpdateAuthenticationProfileRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1674
|
+
/**
|
1675
|
+
* This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Updates the selected authentication profile.
|
1676
|
+
*/
|
1677
|
+
updateAuthenticationProfile(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1654
1678
|
/**
|
1655
1679
|
* This API is in preview release for Amazon Connect and is subject to change. Adds or updates user-defined contact information associated with the specified contact. At least one field to be updated must be present in the request. You can add or update user-defined contact information for both ongoing and completed contacts.
|
1656
1680
|
*/
|
@@ -2015,6 +2039,7 @@ declare class Connect extends Service {
|
|
2015
2039
|
declare namespace Connect {
|
2016
2040
|
export type ARN = string;
|
2017
2041
|
export type AWSAccountId = string;
|
2042
|
+
export type AccessTokenDuration = number;
|
2018
2043
|
export type ActionSummaries = ActionSummary[];
|
2019
2044
|
export interface ActionSummary {
|
2020
2045
|
/**
|
@@ -2673,6 +2698,86 @@ declare namespace Connect {
|
|
2673
2698
|
PotentialQualityIssues?: PotentialAudioQualityIssues;
|
2674
2699
|
}
|
2675
2700
|
export type AudioQualityScore = number;
|
2701
|
+
export interface AuthenticationProfile {
|
2702
|
+
/**
|
2703
|
+
* A unique identifier for the authentication profile.
|
2704
|
+
*/
|
2705
|
+
Id?: AuthenticationProfileId;
|
2706
|
+
/**
|
2707
|
+
* The Amazon Resource Name (ARN) for the authentication profile.
|
2708
|
+
*/
|
2709
|
+
Arn?: ARN;
|
2710
|
+
/**
|
2711
|
+
* The name for the authentication profile.
|
2712
|
+
*/
|
2713
|
+
Name?: AuthenticationProfileName;
|
2714
|
+
/**
|
2715
|
+
* The description for the authentication profile.
|
2716
|
+
*/
|
2717
|
+
Description?: AuthenticationProfileDescription;
|
2718
|
+
/**
|
2719
|
+
* A list of IP address range strings that are allowed to access the Amazon Connect instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Amazon Connect Administrator Guide.
|
2720
|
+
*/
|
2721
|
+
AllowedIps?: IpCidrList;
|
2722
|
+
/**
|
2723
|
+
* A list of IP address range strings that are blocked from accessing the Amazon Connect instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Amazon Connect Administrator Guide.
|
2724
|
+
*/
|
2725
|
+
BlockedIps?: IpCidrList;
|
2726
|
+
/**
|
2727
|
+
* Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance. The default authentication profile applies to all agents in an Amazon Connect instance, unless overridden by another authentication profile.
|
2728
|
+
*/
|
2729
|
+
IsDefault?: Boolean;
|
2730
|
+
/**
|
2731
|
+
* The timestamp when the authentication profile was created.
|
2732
|
+
*/
|
2733
|
+
CreatedTime?: Timestamp;
|
2734
|
+
/**
|
2735
|
+
* The timestamp when the authentication profile was last modified.
|
2736
|
+
*/
|
2737
|
+
LastModifiedTime?: Timestamp;
|
2738
|
+
/**
|
2739
|
+
* The Amazon Web Services Region where the authentication profile was last modified.
|
2740
|
+
*/
|
2741
|
+
LastModifiedRegion?: RegionName;
|
2742
|
+
/**
|
2743
|
+
* The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, see Configure the session duration in the Amazon Connect Administrator Guide.
|
2744
|
+
*/
|
2745
|
+
PeriodicSessionDuration?: AccessTokenDuration;
|
2746
|
+
/**
|
2747
|
+
* The long lived session duration for users logged in to Amazon Connect, in minutes. After this time period, users must log in again. For more information, see Configure the session duration in the Amazon Connect Administrator Guide.
|
2748
|
+
*/
|
2749
|
+
MaxSessionDuration?: RefreshTokenDuration;
|
2750
|
+
}
|
2751
|
+
export type AuthenticationProfileDescription = string;
|
2752
|
+
export type AuthenticationProfileId = string;
|
2753
|
+
export type AuthenticationProfileName = string;
|
2754
|
+
export interface AuthenticationProfileSummary {
|
2755
|
+
/**
|
2756
|
+
* The unique identifier of the authentication profile.
|
2757
|
+
*/
|
2758
|
+
Id?: AuthenticationProfileId;
|
2759
|
+
/**
|
2760
|
+
* The Amazon Resource Name (ARN) of the authentication profile summary.
|
2761
|
+
*/
|
2762
|
+
Arn?: ARN;
|
2763
|
+
/**
|
2764
|
+
* The name of the authentication profile summary.
|
2765
|
+
*/
|
2766
|
+
Name?: AuthenticationProfileName;
|
2767
|
+
/**
|
2768
|
+
* Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance. The default authentication profile applies to all agents in an Amazon Connect instance, unless overridden by another authentication profile.
|
2769
|
+
*/
|
2770
|
+
IsDefault?: Boolean;
|
2771
|
+
/**
|
2772
|
+
* The timestamp when the authentication profile summary was last modified.
|
2773
|
+
*/
|
2774
|
+
LastModifiedTime?: Timestamp;
|
2775
|
+
/**
|
2776
|
+
* The Amazon Web Services Region when the authentication profile summary was last modified.
|
2777
|
+
*/
|
2778
|
+
LastModifiedRegion?: RegionName;
|
2779
|
+
}
|
2780
|
+
export type AuthenticationProfileSummaryList = AuthenticationProfileSummary[];
|
2676
2781
|
export type AutoAccept = boolean;
|
2677
2782
|
export interface AvailableNumberSummary {
|
2678
2783
|
/**
|
@@ -2951,7 +3056,7 @@ declare namespace Connect {
|
|
2951
3056
|
export type ComparisonOperator = string;
|
2952
3057
|
export interface CompleteAttachedFileUploadRequest {
|
2953
3058
|
/**
|
2954
|
-
* The unique identifier of the Connect instance.
|
3059
|
+
* The unique identifier of the Amazon Connect instance.
|
2955
3060
|
*/
|
2956
3061
|
InstanceId: InstanceId;
|
2957
3062
|
/**
|
@@ -4740,6 +4845,22 @@ declare namespace Connect {
|
|
4740
4845
|
*/
|
4741
4846
|
AgentStatus?: AgentStatus;
|
4742
4847
|
}
|
4848
|
+
export interface DescribeAuthenticationProfileRequest {
|
4849
|
+
/**
|
4850
|
+
* A unique identifier for the authentication profile.
|
4851
|
+
*/
|
4852
|
+
AuthenticationProfileId: AuthenticationProfileId;
|
4853
|
+
/**
|
4854
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
4855
|
+
*/
|
4856
|
+
InstanceId: InstanceId;
|
4857
|
+
}
|
4858
|
+
export interface DescribeAuthenticationProfileResponse {
|
4859
|
+
/**
|
4860
|
+
* The authentication profile object being described.
|
4861
|
+
*/
|
4862
|
+
AuthenticationProfile?: AuthenticationProfile;
|
4863
|
+
}
|
4743
4864
|
export interface DescribeContactEvaluationRequest {
|
4744
4865
|
/**
|
4745
4866
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -7101,6 +7222,8 @@ declare namespace Connect {
|
|
7101
7222
|
Id?: TaskTemplateFieldIdentifier;
|
7102
7223
|
}
|
7103
7224
|
export type InvisibleTaskTemplateFields = InvisibleFieldInfo[];
|
7225
|
+
export type IpCidr = string;
|
7226
|
+
export type IpCidrList = IpCidr[];
|
7104
7227
|
export type JoinToken = string;
|
7105
7228
|
export type KeyId = string;
|
7106
7229
|
export interface KinesisFirehoseConfig {
|
@@ -7237,6 +7360,30 @@ declare namespace Connect {
|
|
7237
7360
|
*/
|
7238
7361
|
NextToken?: NextToken;
|
7239
7362
|
}
|
7363
|
+
export interface ListAuthenticationProfilesRequest {
|
7364
|
+
/**
|
7365
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
7366
|
+
*/
|
7367
|
+
InstanceId: InstanceId;
|
7368
|
+
/**
|
7369
|
+
* The maximum number of results to return per page.
|
7370
|
+
*/
|
7371
|
+
MaxResults?: MaxResult1000;
|
7372
|
+
/**
|
7373
|
+
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
7374
|
+
*/
|
7375
|
+
NextToken?: NextToken;
|
7376
|
+
}
|
7377
|
+
export interface ListAuthenticationProfilesResponse {
|
7378
|
+
/**
|
7379
|
+
* A summary of a given authentication profile.
|
7380
|
+
*/
|
7381
|
+
AuthenticationProfileSummaryList?: AuthenticationProfileSummaryList;
|
7382
|
+
/**
|
7383
|
+
* If there are additional results, this is the token for the next set of results.
|
7384
|
+
*/
|
7385
|
+
NextToken?: NextToken;
|
7386
|
+
}
|
7240
7387
|
export interface ListBotsRequest {
|
7241
7388
|
/**
|
7242
7389
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -9492,6 +9639,7 @@ declare namespace Connect {
|
|
9492
9639
|
export type ReferenceType = "URL"|"ATTACHMENT"|"NUMBER"|"STRING"|"DATE"|"EMAIL"|string;
|
9493
9640
|
export type ReferenceTypes = ReferenceType[];
|
9494
9641
|
export type ReferenceValue = string;
|
9642
|
+
export type RefreshTokenDuration = number;
|
9495
9643
|
export type RegionName = string;
|
9496
9644
|
export type RehydrationType = "ENTIRE_PAST_SESSION"|"FROM_SEGMENT"|string;
|
9497
9645
|
export interface ReleasePhoneNumberRequest {
|
@@ -10018,7 +10166,7 @@ declare namespace Connect {
|
|
10018
10166
|
}
|
10019
10167
|
export interface SearchContactFlowsResponse {
|
10020
10168
|
/**
|
10021
|
-
* Information about the
|
10169
|
+
* Information about the flows.
|
10022
10170
|
*/
|
10023
10171
|
ContactFlows?: ContactFlowSearchSummaryList;
|
10024
10172
|
/**
|
@@ -10749,7 +10897,7 @@ declare namespace Connect {
|
|
10749
10897
|
*/
|
10750
10898
|
ClientToken?: ClientToken;
|
10751
10899
|
/**
|
10752
|
-
* The unique identifier of the Connect instance.
|
10900
|
+
* The unique identifier of the Amazon Connect instance.
|
10753
10901
|
*/
|
10754
10902
|
InstanceId: InstanceId;
|
10755
10903
|
/**
|
@@ -11073,7 +11221,7 @@ declare namespace Connect {
|
|
11073
11221
|
*/
|
11074
11222
|
ClientToken?: ClientToken;
|
11075
11223
|
/**
|
11076
|
-
* The identifier of the flow for the call. To see the ContactFlowId in the Amazon Connect admin website, on the navigation menu go to Routing,
|
11224
|
+
* The identifier of the flow for the call. To see the ContactFlowId in the Amazon Connect admin website, on the navigation menu go to Routing, Flows. Choose the flow. On the flow page, under the name of the flow, choose Show additional flow information. The ContactFlowId is the last part of the ARN, shown here in bold: arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/846ec553-a005-41c0-8341-xxxxxxxxxxxx
|
11077
11225
|
*/
|
11078
11226
|
ContactFlowId: ContactFlowId;
|
11079
11227
|
/**
|
@@ -11694,6 +11842,36 @@ declare namespace Connect {
|
|
11694
11842
|
*/
|
11695
11843
|
ResetOrderNumber?: Boolean;
|
11696
11844
|
}
|
11845
|
+
export interface UpdateAuthenticationProfileRequest {
|
11846
|
+
/**
|
11847
|
+
* A unique identifier for the authentication profile.
|
11848
|
+
*/
|
11849
|
+
AuthenticationProfileId: AuthenticationProfileId;
|
11850
|
+
/**
|
11851
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
11852
|
+
*/
|
11853
|
+
InstanceId: InstanceId;
|
11854
|
+
/**
|
11855
|
+
* The name for the authentication profile.
|
11856
|
+
*/
|
11857
|
+
Name?: AuthenticationProfileName;
|
11858
|
+
/**
|
11859
|
+
* The description for the authentication profile.
|
11860
|
+
*/
|
11861
|
+
Description?: AuthenticationProfileDescription;
|
11862
|
+
/**
|
11863
|
+
* A list of IP address range strings that are allowed to access the instance. For more information on how to configure IP addresses, seeConfigure session timeouts in the Amazon Connect Administrator Guide.
|
11864
|
+
*/
|
11865
|
+
AllowedIps?: IpCidrList;
|
11866
|
+
/**
|
11867
|
+
* A list of IP address range strings that are blocked from accessing the instance. For more information on how to configure IP addresses, For more information on how to configure IP addresses, see Configure IP-based access control in the Amazon Connect Administrator Guide.
|
11868
|
+
*/
|
11869
|
+
BlockedIps?: IpCidrList;
|
11870
|
+
/**
|
11871
|
+
* The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, For more information on how to configure IP addresses, see Configure session timeouts in the Amazon Connect Administrator Guide.
|
11872
|
+
*/
|
11873
|
+
PeriodicSessionDuration?: AccessTokenDuration;
|
11874
|
+
}
|
11697
11875
|
export interface UpdateCaseActionDefinition {
|
11698
11876
|
/**
|
11699
11877
|
* An array of objects with Field ID and Value data.
|
package/clients/ec2.d.ts
CHANGED
@@ -7377,7 +7377,7 @@ declare namespace EC2 {
|
|
7377
7377
|
*/
|
7378
7378
|
StatusMessage?: String;
|
7379
7379
|
/**
|
7380
|
-
* The state of the address
|
7380
|
+
* The state of the address range. advertised: The address range is being advertised to the internet by Amazon Web Services. deprovisioned: The address range is deprovisioned. failed-deprovision: The request to deprovision the address range was unsuccessful. Ensure that all EIPs from the range have been deallocated and try again. failed-provision: The request to provision the address range was unsuccessful. pending-deprovision: You’ve submitted a request to deprovision an address range and it's pending. pending-provision: You’ve submitted a request to provision an address range and it's pending. provisioned: The address range is provisioned and can be advertised. The range is not currently advertised. provisioned-not-publicly-advertisable: The address range is provisioned and cannot be advertised.
|
7381
7381
|
*/
|
7382
7382
|
State?: ByoipCidrState;
|
7383
7383
|
/**
|
@@ -9546,7 +9546,7 @@ declare namespace EC2 {
|
|
9546
9546
|
*/
|
9547
9547
|
SecurityGroupIds?: SecurityGroupIdStringListRequest;
|
9548
9548
|
/**
|
9549
|
-
* Indicates whether
|
9549
|
+
* Indicates whether the client IP address is preserved as the source. The following are the possible values. true - Use the client IP address as the source. false - Use the network interface IP address as the source. Default: false
|
9550
9550
|
*/
|
9551
9551
|
PreserveClientIp?: Boolean;
|
9552
9552
|
/**
|
@@ -11656,7 +11656,7 @@ declare namespace EC2 {
|
|
11656
11656
|
*/
|
11657
11657
|
KmsKeyId?: KmsKeyId;
|
11658
11658
|
/**
|
11659
|
-
* The Amazon Resource Name (ARN) of the Outpost.
|
11659
|
+
* The Amazon Resource Name (ARN) of the Outpost on which to create the volume. If you intend to use a volume with an instance running on an outpost, then you must create the volume on the same outpost as the instance. You can't use a volume created in an Amazon Web Services Region with an instance on an Amazon Web Services outpost, or the other way around.
|
11660
11660
|
*/
|
11661
11661
|
OutpostArn?: String;
|
11662
11662
|
/**
|
@@ -18019,7 +18019,7 @@ declare namespace EC2 {
|
|
18019
18019
|
*/
|
18020
18020
|
Filters?: FilterList;
|
18021
18021
|
/**
|
18022
|
-
* The volume IDs.
|
18022
|
+
* The volume IDs. If not specified, then all volumes are included in the response.
|
18023
18023
|
*/
|
18024
18024
|
VolumeIds?: VolumeIdStringList;
|
18025
18025
|
/**
|
@@ -23157,7 +23157,7 @@ declare namespace EC2 {
|
|
23157
23157
|
export type HostReservationId = string;
|
23158
23158
|
export type HostReservationIdSet = HostReservationId[];
|
23159
23159
|
export type HostReservationSet = HostReservation[];
|
23160
|
-
export type HostTenancy = "dedicated"|"host"|string;
|
23160
|
+
export type HostTenancy = "default"|"dedicated"|"host"|string;
|
23161
23161
|
export type HostnameType = "ip-name"|"resource-name"|string;
|
23162
23162
|
export type Hour = number;
|
23163
23163
|
export type HttpTokensState = "optional"|"required"|string;
|
@@ -25096,7 +25096,7 @@ declare namespace EC2 {
|
|
25096
25096
|
*/
|
25097
25097
|
AllowedInstanceTypes?: AllowedInstanceTypeSet;
|
25098
25098
|
/**
|
25099
|
-
* [Price protection] The price protection threshold for Spot Instances, as a percentage of an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. If you set
|
25099
|
+
* [Price protection] The price protection threshold for Spot Instances, as a percentage of an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is based on the per vCPU or per memory price instead of the per instance price. Only one of SpotMaxPricePercentageOverLowestPrice or MaxSpotPriceAsPercentageOfOptimalOnDemandPrice can be specified. If you don't specify either, Amazon EC2 will automatically apply optimal price protection to consistently select from a wide range of instance types. To indicate no price protection threshold for Spot Instances, meaning you want to consider all instance types that match your attributes, include one of these parameters and specify a high value, such as 999999.
|
25100
25100
|
*/
|
25101
25101
|
MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: Integer;
|
25102
25102
|
}
|
@@ -25194,7 +25194,7 @@ declare namespace EC2 {
|
|
25194
25194
|
*/
|
25195
25195
|
AllowedInstanceTypes?: AllowedInstanceTypeSet;
|
25196
25196
|
/**
|
25197
|
-
* [Price protection] The price protection threshold for Spot Instances, as a percentage of an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. If you set
|
25197
|
+
* [Price protection] The price protection threshold for Spot Instances, as a percentage of an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is based on the per vCPU or per memory price instead of the per instance price. Only one of SpotMaxPricePercentageOverLowestPrice or MaxSpotPriceAsPercentageOfOptimalOnDemandPrice can be specified. If you don't specify either, Amazon EC2 will automatically apply optimal price protection to consistently select from a wide range of instance types. To indicate no price protection threshold for Spot Instances, meaning you want to consider all instance types that match your attributes, include one of these parameters and specify a high value, such as 999999.
|
25198
25198
|
*/
|
25199
25199
|
MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: Integer;
|
25200
25200
|
}
|
@@ -28622,7 +28622,7 @@ declare namespace EC2 {
|
|
28622
28622
|
*/
|
28623
28623
|
SriovNetSupport?: AttributeValue;
|
28624
28624
|
/**
|
28625
|
-
* Changes the instance's user data to the specified value.
|
28625
|
+
* Changes the instance's user data to the specified value. User data must be base64-encoded. Depending on the tool or SDK that you're using, the base64-encoding might be performed for you. For more information, see Work with instance user data.
|
28626
28626
|
*/
|
28627
28627
|
UserData?: BlobAttributeValue;
|
28628
28628
|
/**
|
@@ -34686,7 +34686,7 @@ declare namespace EC2 {
|
|
34686
34686
|
*/
|
34687
34687
|
SubnetId?: SubnetId;
|
34688
34688
|
/**
|
34689
|
-
* The user data
|
34689
|
+
* The user data to make available to the instance. User data must be base64-encoded. Depending on the tool or SDK that you're using, the base64-encoding might be performed for you. For more information, see Work with instance user data.
|
34690
34690
|
*/
|
34691
34691
|
UserData?: RunInstancesUserData;
|
34692
34692
|
/**
|
package/clients/eks.d.ts
CHANGED
@@ -860,7 +860,7 @@ declare namespace EKS {
|
|
860
860
|
export type BoxedBoolean = boolean;
|
861
861
|
export type BoxedInteger = number;
|
862
862
|
export type Capacity = number;
|
863
|
-
export type CapacityTypes = "ON_DEMAND"|"SPOT"|string;
|
863
|
+
export type CapacityTypes = "ON_DEMAND"|"SPOT"|"CAPACITY_BLOCK"|string;
|
864
864
|
export type Category = "UPGRADE_READINESS"|string;
|
865
865
|
export type CategoryList = Category[];
|
866
866
|
export interface Certificate {
|
@@ -256,6 +256,7 @@ declare namespace PaymentCryptography {
|
|
256
256
|
*/
|
257
257
|
Key: Key;
|
258
258
|
}
|
259
|
+
export type EvenHexLengthBetween16And32 = string;
|
259
260
|
export interface ExportAttributes {
|
260
261
|
/**
|
261
262
|
* Parameter information for IPEK export.
|
@@ -351,7 +352,7 @@ declare namespace PaymentCryptography {
|
|
351
352
|
/**
|
352
353
|
* A random number value that is unique to the TR-34 key block generated using 2 pass. The operation will fail, if a random nonce value is not provided for a TR-34 key block generated using 2 pass.
|
353
354
|
*/
|
354
|
-
RandomNonce?:
|
355
|
+
RandomNonce?: EvenHexLengthBetween16And32;
|
355
356
|
/**
|
356
357
|
* Optional metadata for export associated with the key material. This data is signed but transmitted in clear text.
|
357
358
|
*/
|
@@ -461,7 +462,6 @@ declare namespace PaymentCryptography {
|
|
461
462
|
*/
|
462
463
|
KeyCertificateChain: CertificateType;
|
463
464
|
}
|
464
|
-
export type HexLength16 = string;
|
465
465
|
export type HexLength20Or24 = string;
|
466
466
|
export interface ImportKeyCryptogram {
|
467
467
|
KeyAttributes: KeyAttributes;
|
@@ -563,7 +563,7 @@ declare namespace PaymentCryptography {
|
|
563
563
|
/**
|
564
564
|
* A random number value that is unique to the TR-34 key block generated using 2 pass. The operation will fail, if a random nonce value is not provided for a TR-34 key block generated using 2 pass.
|
565
565
|
*/
|
566
|
-
RandomNonce?:
|
566
|
+
RandomNonce?: EvenHexLengthBetween16And32;
|
567
567
|
}
|
568
568
|
export interface Key {
|
569
569
|
/**
|