aws-sdk 2.1421.0 → 2.1423.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 +22 -1
- package/README.md +1 -1
- package/apis/billingconductor-2021-07-30.min.json +96 -68
- package/apis/customer-profiles-2020-08-15.min.json +253 -57
- package/apis/datasync-2018-11-09.min.json +198 -102
- package/apis/ec2-2016-11-15.min.json +300 -278
- package/apis/emr-serverless-2021-07-13.min.json +25 -3
- package/apis/entityresolution-2018-05-10.examples.json +5 -0
- package/apis/entityresolution-2018-05-10.min.json +823 -0
- package/apis/entityresolution-2018-05-10.paginators.json +22 -0
- package/apis/glue-2017-03-31.min.json +390 -318
- package/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
- package/apis/managedblockchain-query-2023-05-04.min.json +438 -0
- package/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
- package/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
- package/apis/metadata.json +7 -0
- package/apis/rds-2014-10-31.min.json +2 -1
- package/apis/sagemaker-2017-07-24.min.json +4 -0
- package/apis/securityhub-2018-10-26.min.json +145 -108
- package/apis/sts-2011-06-15.min.json +21 -11
- package/apis/transfer-2018-11-05.min.json +117 -73
- package/apis/wisdom-2020-10-19.min.json +77 -59
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/billingconductor.d.ts +102 -69
- package/clients/cloudcontrol.d.ts +1 -1
- package/clients/customerprofiles.d.ts +204 -4
- package/clients/datasync.d.ts +171 -27
- package/clients/dynamodb.d.ts +4 -4
- package/clients/ec2.d.ts +26 -0
- package/clients/emrserverless.d.ts +33 -2
- package/clients/entityresolution.d.ts +815 -0
- package/clients/entityresolution.js +18 -0
- package/clients/glue.d.ts +123 -1
- package/clients/healthlake.d.ts +70 -70
- package/clients/lambda.d.ts +1 -1
- package/clients/managedblockchainquery.d.ts +494 -0
- package/clients/managedblockchainquery.js +19 -0
- package/clients/mediaconvert.d.ts +421 -414
- package/clients/opensearchserverless.d.ts +1 -1
- package/clients/polly.d.ts +2 -2
- package/clients/rds.d.ts +14 -10
- package/clients/route53.d.ts +13 -13
- package/clients/sagemaker.d.ts +4 -4
- package/clients/securityhub.d.ts +69 -10
- package/clients/sts.d.ts +17 -1
- package/clients/transfer.d.ts +85 -19
- package/clients/wisdom.d.ts +24 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +97 -16
- package/dist/aws-sdk.js +333 -293
- package/dist/aws-sdk.min.js +67 -67
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +2 -2
- package/package.json +1 -1
@@ -256,7 +256,7 @@
|
|
256
256
|
"shape": "S1o"
|
257
257
|
},
|
258
258
|
"jobDriver": {
|
259
|
-
"shape": "
|
259
|
+
"shape": "S24"
|
260
260
|
},
|
261
261
|
"tags": {
|
262
262
|
"shape": "Sj"
|
@@ -531,7 +531,7 @@
|
|
531
531
|
},
|
532
532
|
"executionRoleArn": {},
|
533
533
|
"jobDriver": {
|
534
|
-
"shape": "
|
534
|
+
"shape": "S24"
|
535
535
|
},
|
536
536
|
"configurationOverrides": {
|
537
537
|
"shape": "S1o"
|
@@ -888,6 +888,28 @@
|
|
888
888
|
},
|
889
889
|
"encryptionKeyArn": {}
|
890
890
|
}
|
891
|
+
},
|
892
|
+
"cloudWatchLoggingConfiguration": {
|
893
|
+
"type": "structure",
|
894
|
+
"required": [
|
895
|
+
"enabled"
|
896
|
+
],
|
897
|
+
"members": {
|
898
|
+
"enabled": {
|
899
|
+
"type": "boolean"
|
900
|
+
},
|
901
|
+
"logGroupName": {},
|
902
|
+
"logStreamNamePrefix": {},
|
903
|
+
"encryptionKeyArn": {},
|
904
|
+
"logTypes": {
|
905
|
+
"type": "map",
|
906
|
+
"key": {},
|
907
|
+
"value": {
|
908
|
+
"type": "list",
|
909
|
+
"member": {}
|
910
|
+
}
|
911
|
+
}
|
912
|
+
}
|
891
913
|
}
|
892
914
|
}
|
893
915
|
}
|
@@ -914,7 +936,7 @@
|
|
914
936
|
}
|
915
937
|
}
|
916
938
|
},
|
917
|
-
"
|
939
|
+
"S24": {
|
918
940
|
"type": "structure",
|
919
941
|
"members": {
|
920
942
|
"sparkSubmit": {
|