aws-sdk 2.1393.0 → 2.1394.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/CHANGELOG.md +9 -1
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +3 -0
- package/apis/metadata.json +8 -0
- package/apis/payment-cryptography-2021-09-14.examples.json +5 -0
- package/apis/payment-cryptography-2021-09-14.min.json +770 -0
- package/apis/payment-cryptography-2021-09-14.paginators.json +22 -0
- package/apis/payment-cryptography-data-2022-02-03.examples.json +5 -0
- package/apis/payment-cryptography-data-2022-02-03.min.json +1018 -0
- package/apis/payment-cryptography-data-2022-02-03.paginators.json +4 -0
- package/apis/servicecatalog-2015-12-10.min.json +38 -29
- package/apis/timestream-write-2018-11-01.min.json +36 -8
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/athena.d.ts +6 -2
- package/clients/comprehendmedical.d.ts +4 -4
- package/clients/paymentcryptography.d.ts +867 -0
- package/clients/paymentcryptography.js +18 -0
- package/clients/paymentcryptographydata.d.ts +1161 -0
- package/clients/paymentcryptographydata.js +18 -0
- package/clients/servicecatalog.d.ts +10 -2
- package/clients/timestreamwrite.d.ts +39 -4
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +81 -7
- package/dist/aws-sdk.js +52 -32
- package/dist/aws-sdk.min.js +98 -98
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -993,6 +993,9 @@
|
|
993
993
|
"ProductName": {},
|
994
994
|
"Verbose": {
|
995
995
|
"type": "boolean"
|
996
|
+
},
|
997
|
+
"IncludeProvisioningArtifactParameters": {
|
998
|
+
"type": "boolean"
|
996
999
|
}
|
997
1000
|
}
|
998
1001
|
},
|
@@ -1005,7 +1008,10 @@
|
|
1005
1008
|
"Info": {
|
1006
1009
|
"shape": "S27"
|
1007
1010
|
},
|
1008
|
-
"Status": {}
|
1011
|
+
"Status": {},
|
1012
|
+
"ProvisioningArtifactParameters": {
|
1013
|
+
"shape": "S6l"
|
1014
|
+
}
|
1009
1015
|
}
|
1010
1016
|
}
|
1011
1017
|
},
|
@@ -1026,34 +1032,7 @@
|
|
1026
1032
|
"type": "structure",
|
1027
1033
|
"members": {
|
1028
1034
|
"ProvisioningArtifactParameters": {
|
1029
|
-
"
|
1030
|
-
"member": {
|
1031
|
-
"type": "structure",
|
1032
|
-
"members": {
|
1033
|
-
"ParameterKey": {},
|
1034
|
-
"DefaultValue": {},
|
1035
|
-
"ParameterType": {},
|
1036
|
-
"IsNoEcho": {
|
1037
|
-
"type": "boolean"
|
1038
|
-
},
|
1039
|
-
"Description": {},
|
1040
|
-
"ParameterConstraints": {
|
1041
|
-
"type": "structure",
|
1042
|
-
"members": {
|
1043
|
-
"AllowedValues": {
|
1044
|
-
"type": "list",
|
1045
|
-
"member": {}
|
1046
|
-
},
|
1047
|
-
"AllowedPattern": {},
|
1048
|
-
"ConstraintDescription": {},
|
1049
|
-
"MaxLength": {},
|
1050
|
-
"MinLength": {},
|
1051
|
-
"MaxValue": {},
|
1052
|
-
"MinValue": {}
|
1053
|
-
}
|
1054
|
-
}
|
1055
|
-
}
|
1056
|
-
}
|
1035
|
+
"shape": "S6l"
|
1057
1036
|
},
|
1058
1037
|
"ConstraintSummaries": {
|
1059
1038
|
"shape": "S6w"
|
@@ -2950,6 +2929,36 @@
|
|
2950
2929
|
"LaunchRoleArn": {}
|
2951
2930
|
}
|
2952
2931
|
},
|
2932
|
+
"S6l": {
|
2933
|
+
"type": "list",
|
2934
|
+
"member": {
|
2935
|
+
"type": "structure",
|
2936
|
+
"members": {
|
2937
|
+
"ParameterKey": {},
|
2938
|
+
"DefaultValue": {},
|
2939
|
+
"ParameterType": {},
|
2940
|
+
"IsNoEcho": {
|
2941
|
+
"type": "boolean"
|
2942
|
+
},
|
2943
|
+
"Description": {},
|
2944
|
+
"ParameterConstraints": {
|
2945
|
+
"type": "structure",
|
2946
|
+
"members": {
|
2947
|
+
"AllowedValues": {
|
2948
|
+
"type": "list",
|
2949
|
+
"member": {}
|
2950
|
+
},
|
2951
|
+
"AllowedPattern": {},
|
2952
|
+
"ConstraintDescription": {},
|
2953
|
+
"MaxLength": {},
|
2954
|
+
"MinLength": {},
|
2955
|
+
"MaxValue": {},
|
2956
|
+
"MinValue": {}
|
2957
|
+
}
|
2958
|
+
}
|
2959
|
+
}
|
2960
|
+
}
|
2961
|
+
},
|
2953
2962
|
"S6w": {
|
2954
2963
|
"type": "list",
|
2955
2964
|
"member": {
|
@@ -102,6 +102,9 @@
|
|
102
102
|
},
|
103
103
|
"MagneticStoreWriteProperties": {
|
104
104
|
"shape": "S1e"
|
105
|
+
},
|
106
|
+
"Schema": {
|
107
|
+
"shape": "S1h"
|
105
108
|
}
|
106
109
|
}
|
107
110
|
},
|
@@ -109,7 +112,7 @@
|
|
109
112
|
"type": "structure",
|
110
113
|
"members": {
|
111
114
|
"Table": {
|
112
|
-
"shape": "
|
115
|
+
"shape": "S1n"
|
113
116
|
}
|
114
117
|
}
|
115
118
|
},
|
@@ -292,7 +295,7 @@
|
|
292
295
|
"type": "structure",
|
293
296
|
"members": {
|
294
297
|
"Table": {
|
295
|
-
"shape": "
|
298
|
+
"shape": "S1n"
|
296
299
|
}
|
297
300
|
}
|
298
301
|
},
|
@@ -385,7 +388,7 @@
|
|
385
388
|
"Tables": {
|
386
389
|
"type": "list",
|
387
390
|
"member": {
|
388
|
-
"shape": "
|
391
|
+
"shape": "S1n"
|
389
392
|
}
|
390
393
|
},
|
391
394
|
"NextToken": {}
|
@@ -519,6 +522,9 @@
|
|
519
522
|
},
|
520
523
|
"MagneticStoreWriteProperties": {
|
521
524
|
"shape": "S1e"
|
525
|
+
},
|
526
|
+
"Schema": {
|
527
|
+
"shape": "S1h"
|
522
528
|
}
|
523
529
|
}
|
524
530
|
},
|
@@ -526,7 +532,7 @@
|
|
526
532
|
"type": "structure",
|
527
533
|
"members": {
|
528
534
|
"Table": {
|
529
|
-
"shape": "
|
535
|
+
"shape": "S1n"
|
530
536
|
}
|
531
537
|
}
|
532
538
|
},
|
@@ -546,12 +552,12 @@
|
|
546
552
|
"DatabaseName": {},
|
547
553
|
"TableName": {},
|
548
554
|
"CommonAttributes": {
|
549
|
-
"shape": "
|
555
|
+
"shape": "S2v"
|
550
556
|
},
|
551
557
|
"Records": {
|
552
558
|
"type": "list",
|
553
559
|
"member": {
|
554
|
-
"shape": "
|
560
|
+
"shape": "S2v"
|
555
561
|
}
|
556
562
|
}
|
557
563
|
}
|
@@ -778,7 +784,26 @@
|
|
778
784
|
}
|
779
785
|
}
|
780
786
|
},
|
781
|
-
"
|
787
|
+
"S1h": {
|
788
|
+
"type": "structure",
|
789
|
+
"members": {
|
790
|
+
"CompositePartitionKey": {
|
791
|
+
"type": "list",
|
792
|
+
"member": {
|
793
|
+
"type": "structure",
|
794
|
+
"required": [
|
795
|
+
"Type"
|
796
|
+
],
|
797
|
+
"members": {
|
798
|
+
"Type": {},
|
799
|
+
"Name": {},
|
800
|
+
"EnforcementInRecord": {}
|
801
|
+
}
|
802
|
+
}
|
803
|
+
}
|
804
|
+
}
|
805
|
+
},
|
806
|
+
"S1n": {
|
782
807
|
"type": "structure",
|
783
808
|
"members": {
|
784
809
|
"Arn": {},
|
@@ -796,10 +821,13 @@
|
|
796
821
|
},
|
797
822
|
"MagneticStoreWriteProperties": {
|
798
823
|
"shape": "S1e"
|
824
|
+
},
|
825
|
+
"Schema": {
|
826
|
+
"shape": "S1h"
|
799
827
|
}
|
800
828
|
}
|
801
829
|
},
|
802
|
-
"
|
830
|
+
"S2v": {
|
803
831
|
"type": "structure",
|
804
832
|
"members": {
|
805
833
|
"Dimensions": {
|
package/clients/all.d.ts
CHANGED
@@ -344,3 +344,5 @@ export import IVSRealTime = require('./ivsrealtime');
|
|
344
344
|
export import VPCLattice = require('./vpclattice');
|
345
345
|
export import OSIS = require('./osis');
|
346
346
|
export import MediaPackageV2 = require('./mediapackagev2');
|
347
|
+
export import PaymentCryptography = require('./paymentcryptography');
|
348
|
+
export import PaymentCryptographyData = require('./paymentcryptographydata');
|
package/clients/all.js
CHANGED
@@ -345,5 +345,7 @@ module.exports = {
|
|
345
345
|
IVSRealTime: require('./ivsrealtime'),
|
346
346
|
VPCLattice: require('./vpclattice'),
|
347
347
|
OSIS: require('./osis'),
|
348
|
-
MediaPackageV2: require('./mediapackagev2')
|
348
|
+
MediaPackageV2: require('./mediapackagev2'),
|
349
|
+
PaymentCryptography: require('./paymentcryptography'),
|
350
|
+
PaymentCryptographyData: require('./paymentcryptographydata')
|
349
351
|
};
|
package/clients/athena.d.ts
CHANGED
@@ -1157,6 +1157,10 @@ declare namespace Athena {
|
|
1157
1157
|
* Contains additional notebook engine MAP<string, string> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the StartSessionRequest$NotebookVersion field, and then add a key named NotebookId to AdditionalConfigs that has the value of the Athena notebook ID.
|
1158
1158
|
*/
|
1159
1159
|
AdditionalConfigs?: ParametersMap;
|
1160
|
+
/**
|
1161
|
+
* Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.
|
1162
|
+
*/
|
1163
|
+
SparkProperties?: ParametersMap;
|
1160
1164
|
}
|
1161
1165
|
export interface EngineVersion {
|
1162
1166
|
/**
|
@@ -2942,7 +2946,7 @@ declare namespace Athena {
|
|
2942
2946
|
*/
|
2943
2947
|
ExecutionRole?: RoleArn;
|
2944
2948
|
/**
|
2945
|
-
* Specifies the KMS key that is used to encrypt the user's data stores in Athena.
|
2949
|
+
* Specifies the KMS key that is used to encrypt the user's data stores in Athena. This setting does not apply to Athena SQL workgroups.
|
2946
2950
|
*/
|
2947
2951
|
CustomerContentEncryptionConfiguration?: CustomerContentEncryptionConfiguration;
|
2948
2952
|
/**
|
@@ -2980,7 +2984,7 @@ declare namespace Athena {
|
|
2980
2984
|
*/
|
2981
2985
|
EngineVersion?: EngineVersion;
|
2982
2986
|
/**
|
2983
|
-
* Removes content encryption configuration
|
2987
|
+
* Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.
|
2984
2988
|
*/
|
2985
2989
|
RemoveCustomerContentEncryptionConfiguration?: BoxedBoolean;
|
2986
2990
|
/**
|
@@ -622,7 +622,7 @@ declare namespace ComprehendMedical {
|
|
622
622
|
export type ICD10CMEntityCategory = "MEDICAL_CONDITION"|string;
|
623
623
|
export type ICD10CMEntityList = ICD10CMEntity[];
|
624
624
|
export type ICD10CMEntityType = "DX_NAME"|"TIME_EXPRESSION"|string;
|
625
|
-
export type ICD10CMRelationshipType = "OVERLAP"|"SYSTEM_ORGAN_SITE"|string;
|
625
|
+
export type ICD10CMRelationshipType = "OVERLAP"|"SYSTEM_ORGAN_SITE"|"QUALITY"|string;
|
626
626
|
export interface ICD10CMTrait {
|
627
627
|
/**
|
628
628
|
* Provides a name or contextual description about the trait.
|
@@ -851,7 +851,7 @@ declare namespace ComprehendMedical {
|
|
851
851
|
*/
|
852
852
|
S3Key?: S3Key;
|
853
853
|
}
|
854
|
-
export type RelationshipType = "EVERY"|"WITH_DOSAGE"|"ADMINISTERED_VIA"|"FOR"|"NEGATIVE"|"OVERLAP"|"DOSAGE"|"ROUTE_OR_MODE"|"FORM"|"FREQUENCY"|"DURATION"|"STRENGTH"|"RATE"|"ACUITY"|"TEST_VALUE"|"TEST_UNITS"|"TEST_UNIT"|"DIRECTION"|"SYSTEM_ORGAN_SITE"|"AMOUNT"|string;
|
854
|
+
export type RelationshipType = "EVERY"|"WITH_DOSAGE"|"ADMINISTERED_VIA"|"FOR"|"NEGATIVE"|"OVERLAP"|"DOSAGE"|"ROUTE_OR_MODE"|"FORM"|"FREQUENCY"|"DURATION"|"STRENGTH"|"RATE"|"ACUITY"|"TEST_VALUE"|"TEST_UNITS"|"TEST_UNIT"|"DIRECTION"|"SYSTEM_ORGAN_SITE"|"AMOUNT"|"USAGE"|"QUALITY"|string;
|
855
855
|
export interface RxNormAttribute {
|
856
856
|
/**
|
857
857
|
* The type of attribute. The types of attributes recognized by InferRxNorm are BRAND_NAME and GENERIC_NAME.
|
@@ -959,7 +959,7 @@ declare namespace ComprehendMedical {
|
|
959
959
|
Score?: Float;
|
960
960
|
}
|
961
961
|
export type RxNormTraitList = RxNormTrait[];
|
962
|
-
export type RxNormTraitName = "NEGATION"|string;
|
962
|
+
export type RxNormTraitName = "NEGATION"|"PAST_HISTORY"|string;
|
963
963
|
export type S3Bucket = string;
|
964
964
|
export type S3Key = string;
|
965
965
|
export interface SNOMEDCTAttribute {
|
@@ -1084,7 +1084,7 @@ declare namespace ComprehendMedical {
|
|
1084
1084
|
export type SNOMEDCTEntityCategory = "MEDICAL_CONDITION"|"ANATOMY"|"TEST_TREATMENT_PROCEDURE"|string;
|
1085
1085
|
export type SNOMEDCTEntityList = SNOMEDCTEntity[];
|
1086
1086
|
export type SNOMEDCTEntityType = "DX_NAME"|"TEST_NAME"|"PROCEDURE_NAME"|"TREATMENT_NAME"|string;
|
1087
|
-
export type SNOMEDCTRelationshipType = "ACUITY"|"QUALITY"|"TEST_VALUE"|"TEST_UNITS"|"DIRECTION"|"SYSTEM_ORGAN_SITE"|string;
|
1087
|
+
export type SNOMEDCTRelationshipType = "ACUITY"|"QUALITY"|"TEST_VALUE"|"TEST_UNITS"|"DIRECTION"|"SYSTEM_ORGAN_SITE"|"TEST_UNIT"|string;
|
1088
1088
|
export interface SNOMEDCTTrait {
|
1089
1089
|
/**
|
1090
1090
|
* The name or contextual description of a detected trait.
|