aws-sdk 2.1650.0 → 2.1652.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/cloudhsmv2-2017-04-28.min.json +69 -17
- package/apis/cognito-identity-2014-06-30.min.json +23 -5
- package/apis/connect-2017-08-08.min.json +450 -286
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/docdb-2014-10-31.min.json +7 -1
- package/apis/elasticmapreduce-2009-03-31.min.json +15 -3
- package/apis/glue-2017-03-31.min.json +93 -89
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -1
- package/apis/opensearch-2021-01-01.min.json +98 -141
- 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/pi-2018-02-27.min.json +4 -1
- 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/acmpca.d.ts +3 -3
- package/clients/cloudhsmv2.d.ts +117 -34
- package/clients/connect.d.ts +213 -16
- package/clients/eks.d.ts +1 -1
- package/clients/emr.d.ts +12 -4
- package/clients/glue.d.ts +6 -0
- package/clients/kinesisanalyticsv2.d.ts +1 -1
- package/clients/opensearch.d.ts +0 -53
- package/clients/paymentcryptography.d.ts +3 -3
- package/clients/paymentcryptographydata.d.ts +302 -260
- package/clients/paymentcryptographydata.js +1 -0
- package/clients/pi.d.ts +2 -2
- package/clients/wafv2.d.ts +1 -1
- package/clients/workspaces.d.ts +44 -44
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +303 -296
- package/dist/aws-sdk.js +573 -315
- package/dist/aws-sdk.min.js +107 -107
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/opensearch.d.ts
CHANGED
@@ -517,25 +517,6 @@ declare class OpenSearch extends Service {
|
|
517
517
|
upgradeDomain(callback?: (err: AWSError, data: OpenSearch.Types.UpgradeDomainResponse) => void): Request<OpenSearch.Types.UpgradeDomainResponse, AWSError>;
|
518
518
|
}
|
519
519
|
declare namespace OpenSearch {
|
520
|
-
export interface AIMLOptionsInput {
|
521
|
-
/**
|
522
|
-
* Container for parameters required for natural language query generation on the specified domain.
|
523
|
-
*/
|
524
|
-
NaturalLanguageQueryGenerationOptions?: NaturalLanguageQueryGenerationOptionsInput;
|
525
|
-
}
|
526
|
-
export interface AIMLOptionsOutput {
|
527
|
-
/**
|
528
|
-
* Container for parameters required for natural language query generation on the specified domain.
|
529
|
-
*/
|
530
|
-
NaturalLanguageQueryGenerationOptions?: NaturalLanguageQueryGenerationOptionsOutput;
|
531
|
-
}
|
532
|
-
export interface AIMLOptionsStatus {
|
533
|
-
/**
|
534
|
-
* Machine learning options on the specified domain.
|
535
|
-
*/
|
536
|
-
Options?: AIMLOptionsOutput;
|
537
|
-
Status?: OptionStatus;
|
538
|
-
}
|
539
520
|
export type ARN = string;
|
540
521
|
export type AWSAccount = string;
|
541
522
|
export interface AWSDomainInformation {
|
@@ -1224,10 +1205,6 @@ declare namespace OpenSearch {
|
|
1224
1205
|
* Software update options for the domain.
|
1225
1206
|
*/
|
1226
1207
|
SoftwareUpdateOptions?: SoftwareUpdateOptions;
|
1227
|
-
/**
|
1228
|
-
* Options for all machine learning features for the specified domain.
|
1229
|
-
*/
|
1230
|
-
AIMLOptions?: AIMLOptionsInput;
|
1231
1208
|
}
|
1232
1209
|
export interface CreateDomainResponse {
|
1233
1210
|
/**
|
@@ -1887,10 +1864,6 @@ declare namespace OpenSearch {
|
|
1887
1864
|
* Information about the domain properties that are currently being modified.
|
1888
1865
|
*/
|
1889
1866
|
ModifyingProperties?: ModifyingPropertiesList;
|
1890
|
-
/**
|
1891
|
-
* Container for parameters required to enable all machine learning features.
|
1892
|
-
*/
|
1893
|
-
AIMLOptions?: AIMLOptionsStatus;
|
1894
1867
|
}
|
1895
1868
|
export interface DomainEndpointOptions {
|
1896
1869
|
/**
|
@@ -2187,10 +2160,6 @@ declare namespace OpenSearch {
|
|
2187
2160
|
* Information about the domain properties that are currently being modified.
|
2188
2161
|
*/
|
2189
2162
|
ModifyingProperties?: ModifyingPropertiesList;
|
2190
|
-
/**
|
2191
|
-
* Container for parameters required to enable all machine learning features.
|
2192
|
-
*/
|
2193
|
-
AIMLOptions?: AIMLOptionsOutput;
|
2194
2163
|
}
|
2195
2164
|
export type DomainStatusList = DomainStatus[];
|
2196
2165
|
export type Double = number;
|
@@ -2951,24 +2920,6 @@ declare namespace OpenSearch {
|
|
2951
2920
|
ValueType?: PropertyValueType;
|
2952
2921
|
}
|
2953
2922
|
export type ModifyingPropertiesList = ModifyingProperties[];
|
2954
|
-
export type NaturalLanguageQueryGenerationCurrentState = "NOT_ENABLED"|"ENABLE_COMPLETE"|"ENABLE_IN_PROGRESS"|"ENABLE_FAILED"|"DISABLE_COMPLETE"|"DISABLE_IN_PROGRESS"|"DISABLE_FAILED"|string;
|
2955
|
-
export type NaturalLanguageQueryGenerationDesiredState = "ENABLED"|"DISABLED"|string;
|
2956
|
-
export interface NaturalLanguageQueryGenerationOptionsInput {
|
2957
|
-
/**
|
2958
|
-
* The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.
|
2959
|
-
*/
|
2960
|
-
DesiredState?: NaturalLanguageQueryGenerationDesiredState;
|
2961
|
-
}
|
2962
|
-
export interface NaturalLanguageQueryGenerationOptionsOutput {
|
2963
|
-
/**
|
2964
|
-
* The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.
|
2965
|
-
*/
|
2966
|
-
DesiredState?: NaturalLanguageQueryGenerationDesiredState;
|
2967
|
-
/**
|
2968
|
-
* The current state of the natural language query generation feature, indicating completion, in progress, or failure.
|
2969
|
-
*/
|
2970
|
-
CurrentState?: NaturalLanguageQueryGenerationCurrentState;
|
2971
|
-
}
|
2972
2923
|
export type NextToken = string;
|
2973
2924
|
export type NodeId = string;
|
2974
2925
|
export type NodeStatus = "Active"|"StandBy"|"NotAvailable"|string;
|
@@ -3771,10 +3722,6 @@ declare namespace OpenSearch {
|
|
3771
3722
|
* Service software update options for the domain.
|
3772
3723
|
*/
|
3773
3724
|
SoftwareUpdateOptions?: SoftwareUpdateOptions;
|
3774
|
-
/**
|
3775
|
-
* Options for all machine learning features for the specified domain.
|
3776
|
-
*/
|
3777
|
-
AIMLOptions?: AIMLOptionsInput;
|
3778
3725
|
}
|
3779
3726
|
export interface UpdateDomainConfigResponse {
|
3780
3727
|
/**
|
@@ -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
|
/**
|