@awboost/cfntypes 0.100.111 → 0.100.112
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.
@@ -75938,7 +75938,7 @@ export type HealthLakeFHIRDatastoreIdentityProviderConfiguration = {
|
|
75938
75938
|
/**
|
75939
75939
|
* Type of Authorization Strategy. The two types of supported Authorization strategies are SMART_ON_FHIR_V1 and AWS_AUTH.
|
75940
75940
|
*/
|
75941
|
-
AuthorizationStrategy: "SMART_ON_FHIR_V1" | "AWS_AUTH";
|
75941
|
+
AuthorizationStrategy: "SMART_ON_FHIR_V1" | "AWS_AUTH" | "SMART_ON_FHIR";
|
75942
75942
|
/**
|
75943
75943
|
* Flag to indicate if fine-grained authorization will be enabled for the datastore
|
75944
75944
|
*/
|