@salesforce/lds-adapters-analytics-unifiedanalytics 1.404.0-dev4 → 1.404.0-dev5

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/src/raml/api.raml CHANGED
@@ -3033,6 +3033,32 @@ types:
3033
3033
  tenantKeyId:
3034
3034
  description: Tenant Key Id
3035
3035
  type: string
3036
+ SFDrivePresignedCredentialInputRepresentation:
3037
+ description: Input representation for sf drive Presigned credentials
3038
+ type: CdpAssetBaseInputRepresentation
3039
+ properties:
3040
+ driveDirectory:
3041
+ description: The driveDirectory in sfdrive for which presigned url required
3042
+ type: string
3043
+ fileName:
3044
+ description: The fileName in sfdrive for which presigned url required
3045
+ type: string
3046
+ SFDrivePresignedCredentialRepresentation:
3047
+ description: Response representation for SFDrive Presigned Credentials Request
3048
+ type: object
3049
+ properties:
3050
+ expiryTime:
3051
+ description: presignedUrl expiry timestamp
3052
+ type: string
3053
+ headers:
3054
+ description: kms key details for byok enabled org
3055
+ type: object
3056
+ properties:
3057
+ //:
3058
+ type: string
3059
+ presignedUrl:
3060
+ description: presignedUrl of given directory and filename
3061
+ type: string
3036
3062
  /tableau:
3037
3063
  /admin/monitoring/events:
3038
3064
  post:
@@ -4051,6 +4077,20 @@ types:
4051
4077
  application/json:
4052
4078
  type: SFDriveCredentialInputRepresentation
4053
4079
  (oas-body-name): generateSFDriveCredentialsInput
4080
+ /ssot/sf-drive/actions/generate-presigned-credential:
4081
+ post:
4082
+ displayName: postSfDrivePresignedCredentials
4083
+ description: sfdrive api to get presigned Url
4084
+ responses:
4085
+ '200':
4086
+ description: Success
4087
+ body:
4088
+ application/json:
4089
+ type: SFDrivePresignedCredentialRepresentation
4090
+ body:
4091
+ application/json:
4092
+ type: SFDrivePresignedCredentialInputRepresentation
4093
+ (oas-body-name): generateSFDrivePresignedCredentialsInput
4054
4094
 
4055
4095
  /tableau/marketplace/listings/{listingId}/install:
4056
4096
  get:
@@ -193,6 +193,11 @@ types:
193
193
  (luvio.opaque): true
194
194
  (luvio.key):
195
195
  fullyQualifiedLocationInDrive: fullyQualifiedLocationInDrive
196
+ SFDrivePresignedCredentialRepresentation:
197
+ (luvio.ttl): 1000
198
+ (luvio.opaque): true
199
+ (luvio.key):
200
+ presignedUrl: presignedUrl
196
201
 
197
202
  /tableau/admin/monitoring/events:
198
203
  post:
@@ -425,6 +430,11 @@ types:
425
430
  (luvio.adapter):
426
431
  name: generateSFDriveCredentials
427
432
 
433
+ /ssot/sf-drive/actions/generate-presigned-credential:
434
+ post:
435
+ (luvio.adapter):
436
+ name: generateSFDrivePresignedCredentials
437
+
428
438
  /tableau/marketplace/listings/{listingId}/install:
429
439
  get:
430
440
  (luvio.adapter):