@pulumi/snowflake 0.63.0-alpha.1734439451 → 1.0.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/account.d.ts +40 -86
- package/account.js +12 -5
- package/account.js.map +1 -1
- package/accountParameter.d.ts +7 -7
- package/accountParameter.js +1 -1
- package/accountRole.d.ts +4 -4
- package/accountRole.js +1 -1
- package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.d.ts +4 -13
- package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js +1 -1
- package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js.map +1 -1
- package/apiAuthenticationIntegrationWithClientCredentials.d.ts +4 -13
- package/apiAuthenticationIntegrationWithClientCredentials.js +1 -1
- package/apiAuthenticationIntegrationWithClientCredentials.js.map +1 -1
- package/apiAuthenticationIntegrationWithJwtBearer.d.ts +4 -13
- package/apiAuthenticationIntegrationWithJwtBearer.js +1 -1
- package/apiAuthenticationIntegrationWithJwtBearer.js.map +1 -1
- package/authenticationPolicy.d.ts +9 -9
- package/config/vars.d.ts +6 -74
- package/config/vars.js +6 -83
- package/config/vars.js.map +1 -1
- package/database.d.ts +4 -4
- package/database.js +1 -1
- package/databaseRole.d.ts +6 -6
- package/{unsafeExecute.d.ts → execute.d.ts} +21 -14
- package/{unsafeExecute.js → execute.js} +17 -10
- package/execute.js.map +1 -0
- package/externalOauthIntegration.d.ts +12 -12
- package/externalOauthIntegration.js +1 -1
- package/externalVolume.d.ts +5 -3
- package/externalVolume.js +2 -0
- package/externalVolume.js.map +1 -1
- package/functionJava.d.ts +324 -0
- package/{function.js → functionJava.js} +40 -22
- package/functionJava.js.map +1 -0
- package/functionJavascript.d.ts +240 -0
- package/functionJavascript.js +106 -0
- package/functionJavascript.js.map +1 -0
- package/functionPython.d.ts +324 -0
- package/functionPython.js +123 -0
- package/functionPython.js.map +1 -0
- package/functionScala.d.ts +324 -0
- package/functionScala.js +123 -0
- package/functionScala.js.map +1 -0
- package/functionSql.d.ts +228 -0
- package/functionSql.js +104 -0
- package/functionSql.js.map +1 -0
- package/getAccountRoles.d.ts +57 -0
- package/getAccountRoles.js +32 -0
- package/getAccountRoles.js.map +1 -0
- package/getAccounts.d.ts +25 -7
- package/getAccounts.js +10 -2
- package/getAccounts.js.map +1 -1
- package/getAlerts.d.ts +4 -0
- package/getAlerts.js +4 -0
- package/getAlerts.js.map +1 -1
- package/getConnections.d.ts +2 -48
- package/getConnections.js +2 -48
- package/getConnections.js.map +1 -1
- package/getCortexSearchServices.d.ts +4 -0
- package/getCortexSearchServices.js +4 -0
- package/getCortexSearchServices.js.map +1 -1
- package/getCurrentAccount.d.ts +4 -0
- package/getCurrentAccount.js +4 -0
- package/getCurrentAccount.js.map +1 -1
- package/getCurrentRole.d.ts +6 -0
- package/getCurrentRole.js +6 -0
- package/getCurrentRole.js.map +1 -1
- package/getDatabase.d.ts +4 -0
- package/getDatabase.js +4 -0
- package/getDatabase.js.map +1 -1
- package/getDatabaseRole.d.ts +4 -0
- package/getDatabaseRole.js +4 -0
- package/getDatabaseRole.js.map +1 -1
- package/getDatabaseRoles.d.ts +2 -6
- package/getDatabaseRoles.js +2 -6
- package/getDatabaseRoles.js.map +1 -1
- package/getDatabases.d.ts +2 -6
- package/getDatabases.js +2 -6
- package/getDatabases.js.map +1 -1
- package/getDynamicTables.d.ts +6 -0
- package/getDynamicTables.js +6 -0
- package/getDynamicTables.js.map +1 -1
- package/getExternalFunctions.d.ts +4 -0
- package/getExternalFunctions.js +4 -0
- package/getExternalFunctions.js.map +1 -1
- package/getExternalTables.d.ts +4 -0
- package/getExternalTables.js +4 -0
- package/getExternalTables.js.map +1 -1
- package/getFailoverGroups.d.ts +6 -0
- package/getFailoverGroups.js +6 -0
- package/getFailoverGroups.js.map +1 -1
- package/getFileFormats.d.ts +4 -0
- package/getFileFormats.js +4 -0
- package/getFileFormats.js.map +1 -1
- package/getFunctions.d.ts +4 -0
- package/getFunctions.js +4 -0
- package/getFunctions.js.map +1 -1
- package/getGrants.d.ts +0 -4
- package/getGrants.js +0 -4
- package/getGrants.js.map +1 -1
- package/getMaskingPolicies.d.ts +2 -6
- package/getMaskingPolicies.js +2 -6
- package/getMaskingPolicies.js.map +1 -1
- package/getMaterializedViews.d.ts +4 -0
- package/getMaterializedViews.js +4 -0
- package/getMaterializedViews.js.map +1 -1
- package/getNetworkPolicies.d.ts +2 -6
- package/getNetworkPolicies.js +2 -6
- package/getNetworkPolicies.js.map +1 -1
- package/getParameters.d.ts +4 -0
- package/getParameters.js +4 -0
- package/getParameters.js.map +1 -1
- package/getPipes.d.ts +4 -0
- package/getPipes.js +4 -0
- package/getPipes.js.map +1 -1
- package/getProcedures.d.ts +4 -0
- package/getProcedures.js +4 -0
- package/getProcedures.js.map +1 -1
- package/getResourceMonitors.d.ts +2 -6
- package/getResourceMonitors.js +2 -6
- package/getResourceMonitors.js.map +1 -1
- package/getRowAccessPolicies.d.ts +2 -6
- package/getRowAccessPolicies.js +2 -6
- package/getRowAccessPolicies.js.map +1 -1
- package/getSchemas.d.ts +6 -4
- package/getSchemas.js +6 -4
- package/getSchemas.js.map +1 -1
- package/getSecrets.d.ts +2 -6
- package/getSecrets.js +2 -6
- package/getSecrets.js.map +1 -1
- package/getSecurityIntegrations.d.ts +2 -6
- package/getSecurityIntegrations.js +2 -6
- package/getSecurityIntegrations.js.map +1 -1
- package/getSequences.d.ts +4 -0
- package/getSequences.js +4 -0
- package/getSequences.js.map +1 -1
- package/getShares.d.ts +4 -0
- package/getShares.js +4 -0
- package/getShares.js.map +1 -1
- package/getStages.d.ts +4 -0
- package/getStages.js +4 -0
- package/getStages.js.map +1 -1
- package/getStorageIntegrations.d.ts +4 -0
- package/getStorageIntegrations.js +4 -0
- package/getStorageIntegrations.js.map +1 -1
- package/getStreamlits.d.ts +2 -6
- package/getStreamlits.js +2 -6
- package/getStreamlits.js.map +1 -1
- package/getStreams.d.ts +2 -6
- package/getStreams.js +2 -6
- package/getStreams.js.map +1 -1
- package/getSystemGenerateScimAccessToken.d.ts +4 -0
- package/getSystemGenerateScimAccessToken.js +4 -0
- package/getSystemGenerateScimAccessToken.js.map +1 -1
- package/getSystemGetPrivateLinkConfig.d.ts +4 -0
- package/getSystemGetPrivateLinkConfig.js +4 -0
- package/getSystemGetPrivateLinkConfig.js.map +1 -1
- package/getSystemGetSnowflakePlatformInfo.d.ts +6 -0
- package/getSystemGetSnowflakePlatformInfo.js +6 -0
- package/getSystemGetSnowflakePlatformInfo.js.map +1 -1
- package/getTables.d.ts +4 -0
- package/getTables.js +4 -0
- package/getTables.js.map +1 -1
- package/getTags.d.ts +2 -6
- package/getTags.js +2 -6
- package/getTags.js.map +1 -1
- package/getTasks.d.ts +0 -4
- package/getTasks.js +0 -4
- package/getTasks.js.map +1 -1
- package/getUsers.d.ts +2 -6
- package/getUsers.js +2 -6
- package/getUsers.js.map +1 -1
- package/getViews.d.ts +2 -6
- package/getViews.js +2 -6
- package/getViews.js.map +1 -1
- package/getWarehouses.d.ts +2 -6
- package/getWarehouses.js +2 -6
- package/getWarehouses.js.map +1 -1
- package/grantAccountRole.d.ts +9 -9
- package/grantApplicationRole.d.ts +3 -3
- package/grantDatabaseRole.d.ts +12 -12
- package/grantOwnership.d.ts +6 -6
- package/grantPrivilegesToAccountRole.d.ts +6 -6
- package/grantPrivilegesToDatabaseRole.d.ts +6 -6
- package/grantPrivilegesToShare.d.ts +18 -18
- package/index.d.ts +36 -36
- package/index.js +62 -60
- package/index.js.map +1 -1
- package/legacyServiceUser.d.ts +9 -9
- package/maskingPolicy.d.ts +9 -9
- package/networkPolicy.d.ts +10 -10
- package/networkPolicy.js +1 -1
- package/oauthIntegrationForCustomClients.d.ts +23 -15
- package/oauthIntegrationForCustomClients.js +3 -4
- package/oauthIntegrationForCustomClients.js.map +1 -1
- package/oauthIntegrationForPartnerApplications.d.ts +16 -8
- package/oauthIntegrationForPartnerApplications.js +2 -3
- package/oauthIntegrationForPartnerApplications.js.map +1 -1
- package/package.json +2 -2
- package/passwordPolicy.d.ts +7 -0
- package/passwordPolicy.js +7 -0
- package/passwordPolicy.js.map +1 -1
- package/primaryConnection.d.ts +7 -7
- package/primaryConnection.js +1 -1
- package/procedureJava.d.ts +345 -0
- package/procedureJava.js +128 -0
- package/procedureJava.js.map +1 -0
- package/procedureJavascript.d.ts +249 -0
- package/procedureJavascript.js +106 -0
- package/procedureJavascript.js.map +1 -0
- package/procedurePython.d.ts +333 -0
- package/procedurePython.js +126 -0
- package/procedurePython.js.map +1 -0
- package/procedureScala.d.ts +345 -0
- package/procedureScala.js +128 -0
- package/procedureScala.js.map +1 -0
- package/procedureSql.d.ts +249 -0
- package/{procedure.js → procedureSql.js} +36 -32
- package/procedureSql.js.map +1 -0
- package/provider.d.ts +11 -182
- package/provider.js +10 -21
- package/provider.js.map +1 -1
- package/resourceMonitor.d.ts +7 -9
- package/resourceMonitor.js +1 -3
- package/resourceMonitor.js.map +1 -1
- package/rowAccessPolicy.d.ts +9 -9
- package/saml2Integration.d.ts +4 -4
- package/saml2Integration.js +1 -1
- package/schema.d.ts +6 -8
- package/schema.js +0 -2
- package/schema.js.map +1 -1
- package/scimIntegration.d.ts +7 -7
- package/scimIntegration.js +1 -1
- package/secondaryConnection.d.ts +7 -7
- package/secondaryConnection.js +1 -1
- package/secondaryDatabase.d.ts +7 -7
- package/secondaryDatabase.js +1 -1
- package/secretWithAuthorizationCodeGrant.d.ts +12 -12
- package/secretWithBasicAuthentication.d.ts +9 -9
- package/secretWithClientCredentials.d.ts +12 -12
- package/secretWithGenericString.d.ts +9 -9
- package/serviceUser.d.ts +9 -9
- package/sharedDatabase.d.ts +7 -7
- package/sharedDatabase.js +1 -1
- package/streamOnDirectoryTable.d.ts +12 -21
- package/streamOnDirectoryTable.js.map +1 -1
- package/streamOnExternalTable.d.ts +12 -21
- package/streamOnExternalTable.js.map +1 -1
- package/streamOnTable.d.ts +12 -21
- package/streamOnTable.js.map +1 -1
- package/streamOnView.d.ts +12 -21
- package/streamOnView.js.map +1 -1
- package/streamlit.d.ts +18 -20
- package/streamlit.js +0 -2
- package/streamlit.js.map +1 -1
- package/tag.d.ts +12 -12
- package/tagAssociation.d.ts +11 -31
- package/tagAssociation.js +2 -4
- package/tagAssociation.js.map +1 -1
- package/task.d.ts +25 -27
- package/task.js +1 -3
- package/task.js.map +1 -1
- package/types/input.d.ts +828 -47
- package/types/output.d.ts +846 -94
- package/user.d.ts +9 -9
- package/view.d.ts +12 -21
- package/view.js.map +1 -1
- package/warehouse.d.ts +7 -7
- package/warehouse.js +1 -1
- package/databaseOld.d.ts +0 -147
- package/databaseOld.js +0 -70
- package/databaseOld.js.map +0 -1
- package/function.d.ts +0 -247
- package/function.js.map +0 -1
- package/getRole.d.ts +0 -66
- package/getRole.js +0 -50
- package/getRole.js.map +0 -1
- package/getRoles.d.ts +0 -61
- package/getRoles.js +0 -36
- package/getRoles.js.map +0 -1
- package/oauthIntegration.d.ts +0 -171
- package/oauthIntegration.js +0 -79
- package/oauthIntegration.js.map +0 -1
- package/procedure.d.ts +0 -253
- package/procedure.js.map +0 -1
- package/role.d.ts +0 -76
- package/role.js +0 -62
- package/role.js.map +0 -1
- package/samlIntegration.d.ts +0 -243
- package/samlIntegration.js +0 -104
- package/samlIntegration.js.map +0 -1
- package/sessionParameter.d.ts +0 -91
- package/sessionParameter.js +0 -68
- package/sessionParameter.js.map +0 -1
- package/stream.d.ts +0 -181
- package/stream.js +0 -86
- package/stream.js.map +0 -1
- package/tagMaskingPolicyAssociation.d.ts +0 -69
- package/tagMaskingPolicyAssociation.js +0 -66
- package/tagMaskingPolicyAssociation.js.map +0 -1
- package/unsafeExecute.js.map +0 -1
package/types/output.d.ts
CHANGED
|
@@ -11,6 +11,37 @@ export interface AccountRoleShowOutput {
|
|
|
11
11
|
name: string;
|
|
12
12
|
owner: string;
|
|
13
13
|
}
|
|
14
|
+
export interface AccountShowOutput {
|
|
15
|
+
accountLocator: string;
|
|
16
|
+
accountLocatorUrl: string;
|
|
17
|
+
accountName: string;
|
|
18
|
+
accountOldUrlLastUsed: string;
|
|
19
|
+
accountOldUrlSavedOn: string;
|
|
20
|
+
accountUrl: string;
|
|
21
|
+
comment: string;
|
|
22
|
+
consumptionBillingEntityName: string;
|
|
23
|
+
createdOn: string;
|
|
24
|
+
droppedOn: string;
|
|
25
|
+
edition: string;
|
|
26
|
+
isEventsAccount: boolean;
|
|
27
|
+
isOrgAdmin: boolean;
|
|
28
|
+
isOrganizationAccount: boolean;
|
|
29
|
+
managedAccounts: number;
|
|
30
|
+
marketplaceConsumerBillingEntityName: string;
|
|
31
|
+
marketplaceProviderBillingEntityName: string;
|
|
32
|
+
movedOn: string;
|
|
33
|
+
movedToOrganization: string;
|
|
34
|
+
oldAccountUrl: string;
|
|
35
|
+
organizationName: string;
|
|
36
|
+
organizationOldUrl: string;
|
|
37
|
+
organizationOldUrlLastUsed: string;
|
|
38
|
+
organizationOldUrlSavedOn: string;
|
|
39
|
+
organizationUrlExpirationOn: string;
|
|
40
|
+
regionGroup: string;
|
|
41
|
+
restoredOn: string;
|
|
42
|
+
scheduledDeletionTime: string;
|
|
43
|
+
snowflakeRegion: string;
|
|
44
|
+
}
|
|
14
45
|
export interface AlertAlertSchedule {
|
|
15
46
|
/**
|
|
16
47
|
* Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday)
|
|
@@ -333,10 +364,6 @@ export interface AuthenticationPolicyShowOutput {
|
|
|
333
364
|
ownerRoleType: string;
|
|
334
365
|
schemaName: string;
|
|
335
366
|
}
|
|
336
|
-
export interface DatabaseOldReplicationConfiguration {
|
|
337
|
-
accounts: string[];
|
|
338
|
-
ignoreEditionCheck?: boolean;
|
|
339
|
-
}
|
|
340
367
|
export interface DatabaseReplication {
|
|
341
368
|
/**
|
|
342
369
|
* Entry to enable replication and optionally failover for a given account identifier.
|
|
@@ -349,7 +376,7 @@ export interface DatabaseReplication {
|
|
|
349
376
|
}
|
|
350
377
|
export interface DatabaseReplicationEnableToAccount {
|
|
351
378
|
/**
|
|
352
|
-
* Specifies account identifier for which replication should be enabled. The account identifiers should be in the form of `"<organization_name>"."<account_name>"`.
|
|
379
|
+
* Specifies account identifier for which replication should be enabled. The account identifiers should be in the form of `"<organization_name>"."<account_name>"`. For more information about this resource, see docs.
|
|
353
380
|
*/
|
|
354
381
|
accountIdentifier: string;
|
|
355
382
|
/**
|
|
@@ -621,80 +648,459 @@ export interface FailoverGroupReplicationScheduleCron {
|
|
|
621
648
|
*/
|
|
622
649
|
timeZone: string;
|
|
623
650
|
}
|
|
624
|
-
export interface
|
|
651
|
+
export interface FunctionJavaArgument {
|
|
625
652
|
/**
|
|
626
|
-
* The argument
|
|
653
|
+
* The argument type.
|
|
654
|
+
*/
|
|
655
|
+
argDataType: string;
|
|
656
|
+
argDefaultValue?: string;
|
|
657
|
+
/**
|
|
658
|
+
* The argument name.
|
|
659
|
+
*/
|
|
660
|
+
argName: string;
|
|
661
|
+
}
|
|
662
|
+
export interface FunctionJavaImport {
|
|
663
|
+
/**
|
|
664
|
+
* Path for import on stage, without the leading `/`.
|
|
665
|
+
*/
|
|
666
|
+
pathOnStage: string;
|
|
667
|
+
stageLocation: string;
|
|
668
|
+
}
|
|
669
|
+
export interface FunctionJavaParameter {
|
|
670
|
+
enableConsoleOutputs: outputs.FunctionJavaParameterEnableConsoleOutput[];
|
|
671
|
+
logLevels: outputs.FunctionJavaParameterLogLevel[];
|
|
672
|
+
metricLevels: outputs.FunctionJavaParameterMetricLevel[];
|
|
673
|
+
traceLevels: outputs.FunctionJavaParameterTraceLevel[];
|
|
674
|
+
}
|
|
675
|
+
export interface FunctionJavaParameterEnableConsoleOutput {
|
|
676
|
+
default: string;
|
|
677
|
+
description: string;
|
|
678
|
+
key: string;
|
|
679
|
+
level: string;
|
|
680
|
+
value: string;
|
|
681
|
+
}
|
|
682
|
+
export interface FunctionJavaParameterLogLevel {
|
|
683
|
+
default: string;
|
|
684
|
+
description: string;
|
|
685
|
+
key: string;
|
|
686
|
+
level: string;
|
|
687
|
+
value: string;
|
|
688
|
+
}
|
|
689
|
+
export interface FunctionJavaParameterMetricLevel {
|
|
690
|
+
default: string;
|
|
691
|
+
description: string;
|
|
692
|
+
key: string;
|
|
693
|
+
level: string;
|
|
694
|
+
value: string;
|
|
695
|
+
}
|
|
696
|
+
export interface FunctionJavaParameterTraceLevel {
|
|
697
|
+
default: string;
|
|
698
|
+
description: string;
|
|
699
|
+
key: string;
|
|
700
|
+
level: string;
|
|
701
|
+
value: string;
|
|
702
|
+
}
|
|
703
|
+
export interface FunctionJavaSecret {
|
|
704
|
+
/**
|
|
705
|
+
* Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL*ACCESS*INTEGRATIONS parameter.
|
|
706
|
+
*/
|
|
707
|
+
secretId: string;
|
|
708
|
+
/**
|
|
709
|
+
* The variable that will be used in handler code when retrieving information from the secret.
|
|
627
710
|
*/
|
|
711
|
+
secretVariableName: string;
|
|
712
|
+
}
|
|
713
|
+
export interface FunctionJavaShowOutput {
|
|
714
|
+
argumentsRaw: string;
|
|
715
|
+
catalogName: string;
|
|
716
|
+
createdOn: string;
|
|
717
|
+
description: string;
|
|
718
|
+
externalAccessIntegrations: string;
|
|
719
|
+
isAggregate: boolean;
|
|
720
|
+
isAnsi: boolean;
|
|
721
|
+
isBuiltin: boolean;
|
|
722
|
+
isDataMetric: boolean;
|
|
723
|
+
isExternalFunction: boolean;
|
|
724
|
+
isMemoizable: boolean;
|
|
725
|
+
isSecure: boolean;
|
|
726
|
+
isTableFunction: boolean;
|
|
727
|
+
language: string;
|
|
728
|
+
maxNumArguments: number;
|
|
729
|
+
minNumArguments: number;
|
|
628
730
|
name: string;
|
|
731
|
+
schemaName: string;
|
|
732
|
+
secrets: string;
|
|
733
|
+
validForClustering: boolean;
|
|
734
|
+
}
|
|
735
|
+
export interface FunctionJavaTargetPath {
|
|
629
736
|
/**
|
|
630
|
-
*
|
|
737
|
+
* Path for import on stage, without the leading `/`.
|
|
631
738
|
*/
|
|
632
|
-
|
|
739
|
+
pathOnStage: string;
|
|
740
|
+
stageLocation: string;
|
|
633
741
|
}
|
|
634
|
-
export interface
|
|
742
|
+
export interface FunctionJavascriptArgument {
|
|
635
743
|
/**
|
|
636
|
-
*
|
|
744
|
+
* The argument type.
|
|
637
745
|
*/
|
|
638
|
-
|
|
746
|
+
argDataType: string;
|
|
747
|
+
argDefaultValue?: string;
|
|
639
748
|
/**
|
|
640
|
-
*
|
|
749
|
+
* The argument name.
|
|
641
750
|
*/
|
|
642
|
-
|
|
751
|
+
argName: string;
|
|
752
|
+
}
|
|
753
|
+
export interface FunctionJavascriptParameter {
|
|
754
|
+
enableConsoleOutputs: outputs.FunctionJavascriptParameterEnableConsoleOutput[];
|
|
755
|
+
logLevels: outputs.FunctionJavascriptParameterLogLevel[];
|
|
756
|
+
metricLevels: outputs.FunctionJavascriptParameterMetricLevel[];
|
|
757
|
+
traceLevels: outputs.FunctionJavascriptParameterTraceLevel[];
|
|
758
|
+
}
|
|
759
|
+
export interface FunctionJavascriptParameterEnableConsoleOutput {
|
|
760
|
+
default: string;
|
|
761
|
+
description: string;
|
|
762
|
+
key: string;
|
|
763
|
+
level: string;
|
|
764
|
+
value: string;
|
|
765
|
+
}
|
|
766
|
+
export interface FunctionJavascriptParameterLogLevel {
|
|
767
|
+
default: string;
|
|
768
|
+
description: string;
|
|
769
|
+
key: string;
|
|
770
|
+
level: string;
|
|
771
|
+
value: string;
|
|
772
|
+
}
|
|
773
|
+
export interface FunctionJavascriptParameterMetricLevel {
|
|
774
|
+
default: string;
|
|
775
|
+
description: string;
|
|
776
|
+
key: string;
|
|
777
|
+
level: string;
|
|
778
|
+
value: string;
|
|
779
|
+
}
|
|
780
|
+
export interface FunctionJavascriptParameterTraceLevel {
|
|
781
|
+
default: string;
|
|
782
|
+
description: string;
|
|
783
|
+
key: string;
|
|
784
|
+
level: string;
|
|
785
|
+
value: string;
|
|
786
|
+
}
|
|
787
|
+
export interface FunctionJavascriptShowOutput {
|
|
788
|
+
argumentsRaw: string;
|
|
789
|
+
catalogName: string;
|
|
790
|
+
createdOn: string;
|
|
791
|
+
description: string;
|
|
792
|
+
externalAccessIntegrations: string;
|
|
793
|
+
isAggregate: boolean;
|
|
794
|
+
isAnsi: boolean;
|
|
795
|
+
isBuiltin: boolean;
|
|
796
|
+
isDataMetric: boolean;
|
|
797
|
+
isExternalFunction: boolean;
|
|
798
|
+
isMemoizable: boolean;
|
|
799
|
+
isSecure: boolean;
|
|
800
|
+
isTableFunction: boolean;
|
|
801
|
+
language: string;
|
|
802
|
+
maxNumArguments: number;
|
|
803
|
+
minNumArguments: number;
|
|
804
|
+
name: string;
|
|
805
|
+
schemaName: string;
|
|
806
|
+
secrets: string;
|
|
807
|
+
validForClustering: boolean;
|
|
808
|
+
}
|
|
809
|
+
export interface FunctionPythonArgument {
|
|
643
810
|
/**
|
|
644
|
-
*
|
|
811
|
+
* The argument type.
|
|
645
812
|
*/
|
|
646
|
-
|
|
813
|
+
argDataType: string;
|
|
814
|
+
argDefaultValue?: string;
|
|
647
815
|
/**
|
|
648
|
-
*
|
|
816
|
+
* The argument name.
|
|
649
817
|
*/
|
|
650
|
-
|
|
818
|
+
argName: string;
|
|
819
|
+
}
|
|
820
|
+
export interface FunctionPythonImport {
|
|
651
821
|
/**
|
|
652
|
-
*
|
|
822
|
+
* Path for import on stage, without the leading `/`.
|
|
653
823
|
*/
|
|
654
|
-
|
|
824
|
+
pathOnStage: string;
|
|
825
|
+
stageLocation: string;
|
|
826
|
+
}
|
|
827
|
+
export interface FunctionPythonParameter {
|
|
828
|
+
enableConsoleOutputs: outputs.FunctionPythonParameterEnableConsoleOutput[];
|
|
829
|
+
logLevels: outputs.FunctionPythonParameterLogLevel[];
|
|
830
|
+
metricLevels: outputs.FunctionPythonParameterMetricLevel[];
|
|
831
|
+
traceLevels: outputs.FunctionPythonParameterTraceLevel[];
|
|
832
|
+
}
|
|
833
|
+
export interface FunctionPythonParameterEnableConsoleOutput {
|
|
834
|
+
default: string;
|
|
835
|
+
description: string;
|
|
836
|
+
key: string;
|
|
837
|
+
level: string;
|
|
838
|
+
value: string;
|
|
839
|
+
}
|
|
840
|
+
export interface FunctionPythonParameterLogLevel {
|
|
841
|
+
default: string;
|
|
842
|
+
description: string;
|
|
843
|
+
key: string;
|
|
844
|
+
level: string;
|
|
845
|
+
value: string;
|
|
846
|
+
}
|
|
847
|
+
export interface FunctionPythonParameterMetricLevel {
|
|
848
|
+
default: string;
|
|
849
|
+
description: string;
|
|
850
|
+
key: string;
|
|
851
|
+
level: string;
|
|
852
|
+
value: string;
|
|
853
|
+
}
|
|
854
|
+
export interface FunctionPythonParameterTraceLevel {
|
|
855
|
+
default: string;
|
|
856
|
+
description: string;
|
|
857
|
+
key: string;
|
|
858
|
+
level: string;
|
|
859
|
+
value: string;
|
|
860
|
+
}
|
|
861
|
+
export interface FunctionPythonSecret {
|
|
655
862
|
/**
|
|
656
|
-
*
|
|
863
|
+
* Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL*ACCESS*INTEGRATIONS parameter.
|
|
657
864
|
*/
|
|
658
|
-
|
|
865
|
+
secretId: string;
|
|
659
866
|
/**
|
|
660
|
-
*
|
|
867
|
+
* The variable that will be used in handler code when retrieving information from the secret.
|
|
661
868
|
*/
|
|
869
|
+
secretVariableName: string;
|
|
870
|
+
}
|
|
871
|
+
export interface FunctionPythonShowOutput {
|
|
872
|
+
argumentsRaw: string;
|
|
873
|
+
catalogName: string;
|
|
662
874
|
createdOn: string;
|
|
875
|
+
description: string;
|
|
876
|
+
externalAccessIntegrations: string;
|
|
877
|
+
isAggregate: boolean;
|
|
878
|
+
isAnsi: boolean;
|
|
879
|
+
isBuiltin: boolean;
|
|
880
|
+
isDataMetric: boolean;
|
|
881
|
+
isExternalFunction: boolean;
|
|
882
|
+
isMemoizable: boolean;
|
|
883
|
+
isSecure: boolean;
|
|
884
|
+
isTableFunction: boolean;
|
|
885
|
+
language: string;
|
|
886
|
+
maxNumArguments: number;
|
|
887
|
+
minNumArguments: number;
|
|
888
|
+
name: string;
|
|
889
|
+
schemaName: string;
|
|
890
|
+
secrets: string;
|
|
891
|
+
validForClustering: boolean;
|
|
892
|
+
}
|
|
893
|
+
export interface FunctionScalaArgument {
|
|
663
894
|
/**
|
|
664
|
-
*
|
|
895
|
+
* The argument type.
|
|
665
896
|
*/
|
|
666
|
-
|
|
897
|
+
argDataType: string;
|
|
898
|
+
argDefaultValue?: string;
|
|
667
899
|
/**
|
|
668
|
-
*
|
|
900
|
+
* The argument name.
|
|
669
901
|
*/
|
|
670
|
-
|
|
902
|
+
argName: string;
|
|
903
|
+
}
|
|
904
|
+
export interface FunctionScalaImport {
|
|
671
905
|
/**
|
|
672
|
-
*
|
|
906
|
+
* Path for import on stage, without the leading `/`.
|
|
673
907
|
*/
|
|
674
|
-
|
|
908
|
+
pathOnStage: string;
|
|
909
|
+
stageLocation: string;
|
|
910
|
+
}
|
|
911
|
+
export interface FunctionScalaParameter {
|
|
912
|
+
enableConsoleOutputs: outputs.FunctionScalaParameterEnableConsoleOutput[];
|
|
913
|
+
logLevels: outputs.FunctionScalaParameterLogLevel[];
|
|
914
|
+
metricLevels: outputs.FunctionScalaParameterMetricLevel[];
|
|
915
|
+
traceLevels: outputs.FunctionScalaParameterTraceLevel[];
|
|
916
|
+
}
|
|
917
|
+
export interface FunctionScalaParameterEnableConsoleOutput {
|
|
918
|
+
default: string;
|
|
919
|
+
description: string;
|
|
920
|
+
key: string;
|
|
921
|
+
level: string;
|
|
922
|
+
value: string;
|
|
923
|
+
}
|
|
924
|
+
export interface FunctionScalaParameterLogLevel {
|
|
925
|
+
default: string;
|
|
926
|
+
description: string;
|
|
927
|
+
key: string;
|
|
928
|
+
level: string;
|
|
929
|
+
value: string;
|
|
930
|
+
}
|
|
931
|
+
export interface FunctionScalaParameterMetricLevel {
|
|
932
|
+
default: string;
|
|
933
|
+
description: string;
|
|
934
|
+
key: string;
|
|
935
|
+
level: string;
|
|
936
|
+
value: string;
|
|
937
|
+
}
|
|
938
|
+
export interface FunctionScalaParameterTraceLevel {
|
|
939
|
+
default: string;
|
|
940
|
+
description: string;
|
|
941
|
+
key: string;
|
|
942
|
+
level: string;
|
|
943
|
+
value: string;
|
|
944
|
+
}
|
|
945
|
+
export interface FunctionScalaSecret {
|
|
675
946
|
/**
|
|
676
|
-
*
|
|
947
|
+
* Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL*ACCESS*INTEGRATIONS parameter.
|
|
677
948
|
*/
|
|
678
|
-
|
|
949
|
+
secretId: string;
|
|
679
950
|
/**
|
|
680
|
-
*
|
|
951
|
+
* The variable that will be used in handler code when retrieving information from the secret.
|
|
681
952
|
*/
|
|
682
|
-
|
|
953
|
+
secretVariableName: string;
|
|
954
|
+
}
|
|
955
|
+
export interface FunctionScalaShowOutput {
|
|
956
|
+
argumentsRaw: string;
|
|
957
|
+
catalogName: string;
|
|
958
|
+
createdOn: string;
|
|
959
|
+
description: string;
|
|
960
|
+
externalAccessIntegrations: string;
|
|
961
|
+
isAggregate: boolean;
|
|
962
|
+
isAnsi: boolean;
|
|
963
|
+
isBuiltin: boolean;
|
|
964
|
+
isDataMetric: boolean;
|
|
965
|
+
isExternalFunction: boolean;
|
|
966
|
+
isMemoizable: boolean;
|
|
967
|
+
isSecure: boolean;
|
|
968
|
+
isTableFunction: boolean;
|
|
969
|
+
language: string;
|
|
970
|
+
maxNumArguments: number;
|
|
971
|
+
minNumArguments: number;
|
|
972
|
+
name: string;
|
|
973
|
+
schemaName: string;
|
|
974
|
+
secrets: string;
|
|
975
|
+
validForClustering: boolean;
|
|
976
|
+
}
|
|
977
|
+
export interface FunctionScalaTargetPath {
|
|
683
978
|
/**
|
|
684
|
-
*
|
|
979
|
+
* Path for import on stage, without the leading `/`.
|
|
685
980
|
*/
|
|
686
|
-
|
|
981
|
+
pathOnStage: string;
|
|
982
|
+
stageLocation: string;
|
|
983
|
+
}
|
|
984
|
+
export interface FunctionSqlArgument {
|
|
687
985
|
/**
|
|
688
|
-
*
|
|
986
|
+
* The argument type.
|
|
689
987
|
*/
|
|
690
|
-
|
|
988
|
+
argDataType: string;
|
|
989
|
+
argDefaultValue?: string;
|
|
691
990
|
/**
|
|
692
|
-
*
|
|
991
|
+
* The argument name.
|
|
693
992
|
*/
|
|
694
|
-
|
|
993
|
+
argName: string;
|
|
994
|
+
}
|
|
995
|
+
export interface FunctionSqlParameter {
|
|
996
|
+
enableConsoleOutputs: outputs.FunctionSqlParameterEnableConsoleOutput[];
|
|
997
|
+
logLevels: outputs.FunctionSqlParameterLogLevel[];
|
|
998
|
+
metricLevels: outputs.FunctionSqlParameterMetricLevel[];
|
|
999
|
+
traceLevels: outputs.FunctionSqlParameterTraceLevel[];
|
|
1000
|
+
}
|
|
1001
|
+
export interface FunctionSqlParameterEnableConsoleOutput {
|
|
1002
|
+
default: string;
|
|
1003
|
+
description: string;
|
|
1004
|
+
key: string;
|
|
1005
|
+
level: string;
|
|
1006
|
+
value: string;
|
|
1007
|
+
}
|
|
1008
|
+
export interface FunctionSqlParameterLogLevel {
|
|
1009
|
+
default: string;
|
|
1010
|
+
description: string;
|
|
1011
|
+
key: string;
|
|
1012
|
+
level: string;
|
|
1013
|
+
value: string;
|
|
1014
|
+
}
|
|
1015
|
+
export interface FunctionSqlParameterMetricLevel {
|
|
1016
|
+
default: string;
|
|
1017
|
+
description: string;
|
|
1018
|
+
key: string;
|
|
1019
|
+
level: string;
|
|
1020
|
+
value: string;
|
|
1021
|
+
}
|
|
1022
|
+
export interface FunctionSqlParameterTraceLevel {
|
|
1023
|
+
default: string;
|
|
1024
|
+
description: string;
|
|
1025
|
+
key: string;
|
|
1026
|
+
level: string;
|
|
1027
|
+
value: string;
|
|
1028
|
+
}
|
|
1029
|
+
export interface FunctionSqlShowOutput {
|
|
1030
|
+
argumentsRaw: string;
|
|
1031
|
+
catalogName: string;
|
|
1032
|
+
createdOn: string;
|
|
1033
|
+
description: string;
|
|
1034
|
+
externalAccessIntegrations: string;
|
|
1035
|
+
isAggregate: boolean;
|
|
1036
|
+
isAnsi: boolean;
|
|
1037
|
+
isBuiltin: boolean;
|
|
1038
|
+
isDataMetric: boolean;
|
|
1039
|
+
isExternalFunction: boolean;
|
|
1040
|
+
isMemoizable: boolean;
|
|
1041
|
+
isSecure: boolean;
|
|
1042
|
+
isTableFunction: boolean;
|
|
1043
|
+
language: string;
|
|
1044
|
+
maxNumArguments: number;
|
|
1045
|
+
minNumArguments: number;
|
|
1046
|
+
name: string;
|
|
1047
|
+
schemaName: string;
|
|
1048
|
+
secrets: string;
|
|
1049
|
+
validForClustering: boolean;
|
|
1050
|
+
}
|
|
1051
|
+
export interface GetAccountRolesAccountRole {
|
|
695
1052
|
/**
|
|
696
|
-
*
|
|
1053
|
+
* Holds the output of SHOW ROLES.
|
|
1054
|
+
*/
|
|
1055
|
+
showOutputs: outputs.GetAccountRolesAccountRoleShowOutput[];
|
|
1056
|
+
}
|
|
1057
|
+
export interface GetAccountRolesAccountRoleShowOutput {
|
|
1058
|
+
assignedToUsers: number;
|
|
1059
|
+
comment: string;
|
|
1060
|
+
createdOn: string;
|
|
1061
|
+
grantedRoles: number;
|
|
1062
|
+
grantedToRoles: number;
|
|
1063
|
+
isCurrent: boolean;
|
|
1064
|
+
isDefault: boolean;
|
|
1065
|
+
isInherited: boolean;
|
|
1066
|
+
name: string;
|
|
1067
|
+
owner: string;
|
|
1068
|
+
}
|
|
1069
|
+
export interface GetAccountsAccount {
|
|
1070
|
+
/**
|
|
1071
|
+
* Holds the output of SHOW ACCOUNTS.
|
|
697
1072
|
*/
|
|
1073
|
+
showOutputs: outputs.GetAccountsAccountShowOutput[];
|
|
1074
|
+
}
|
|
1075
|
+
export interface GetAccountsAccountShowOutput {
|
|
1076
|
+
accountLocator: string;
|
|
1077
|
+
accountLocatorUrl: string;
|
|
1078
|
+
accountName: string;
|
|
1079
|
+
accountOldUrlLastUsed: string;
|
|
1080
|
+
accountOldUrlSavedOn: string;
|
|
1081
|
+
accountUrl: string;
|
|
1082
|
+
comment: string;
|
|
1083
|
+
consumptionBillingEntityName: string;
|
|
1084
|
+
createdOn: string;
|
|
1085
|
+
droppedOn: string;
|
|
1086
|
+
edition: string;
|
|
1087
|
+
isEventsAccount: boolean;
|
|
1088
|
+
isOrgAdmin: boolean;
|
|
1089
|
+
isOrganizationAccount: boolean;
|
|
1090
|
+
managedAccounts: number;
|
|
1091
|
+
marketplaceConsumerBillingEntityName: string;
|
|
1092
|
+
marketplaceProviderBillingEntityName: string;
|
|
1093
|
+
movedOn: string;
|
|
1094
|
+
movedToOrganization: string;
|
|
1095
|
+
oldAccountUrl: string;
|
|
1096
|
+
organizationName: string;
|
|
1097
|
+
organizationOldUrl: string;
|
|
1098
|
+
organizationOldUrlLastUsed: string;
|
|
1099
|
+
organizationOldUrlSavedOn: string;
|
|
1100
|
+
organizationUrlExpirationOn: string;
|
|
1101
|
+
regionGroup: string;
|
|
1102
|
+
restoredOn: string;
|
|
1103
|
+
scheduledDeletionTime: string;
|
|
698
1104
|
snowflakeRegion: string;
|
|
699
1105
|
}
|
|
700
1106
|
export interface GetAlertsAlert {
|
|
@@ -1478,24 +1884,6 @@ export interface GetResourceMonitorsResourceMonitorShowOutput {
|
|
|
1478
1884
|
suspendImmediateAt: number;
|
|
1479
1885
|
usedCredits: number;
|
|
1480
1886
|
}
|
|
1481
|
-
export interface GetRolesRole {
|
|
1482
|
-
/**
|
|
1483
|
-
* Holds the output of SHOW ROLES.
|
|
1484
|
-
*/
|
|
1485
|
-
showOutputs: outputs.GetRolesRoleShowOutput[];
|
|
1486
|
-
}
|
|
1487
|
-
export interface GetRolesRoleShowOutput {
|
|
1488
|
-
assignedToUsers: number;
|
|
1489
|
-
comment: string;
|
|
1490
|
-
createdOn: string;
|
|
1491
|
-
grantedRoles: number;
|
|
1492
|
-
grantedToRoles: number;
|
|
1493
|
-
isCurrent: boolean;
|
|
1494
|
-
isDefault: boolean;
|
|
1495
|
-
isInherited: boolean;
|
|
1496
|
-
name: string;
|
|
1497
|
-
owner: string;
|
|
1498
|
-
}
|
|
1499
1887
|
export interface GetRowAccessPoliciesIn {
|
|
1500
1888
|
/**
|
|
1501
1889
|
* Returns records for the entire account.
|
|
@@ -3694,11 +4082,11 @@ export interface GrantOwnershipOn {
|
|
|
3694
4082
|
}
|
|
3695
4083
|
export interface GrantOwnershipOnAll {
|
|
3696
4084
|
/**
|
|
3697
|
-
* The fully qualified name of the database.
|
|
4085
|
+
* The fully qualified name of the database. For more information about this resource, see docs.
|
|
3698
4086
|
*/
|
|
3699
4087
|
inDatabase?: string;
|
|
3700
4088
|
/**
|
|
3701
|
-
* The fully qualified name of the schema.
|
|
4089
|
+
* The fully qualified name of the schema. For more information about this resource, see docs.
|
|
3702
4090
|
*/
|
|
3703
4091
|
inSchema?: string;
|
|
3704
4092
|
/**
|
|
@@ -3708,11 +4096,11 @@ export interface GrantOwnershipOnAll {
|
|
|
3708
4096
|
}
|
|
3709
4097
|
export interface GrantOwnershipOnFuture {
|
|
3710
4098
|
/**
|
|
3711
|
-
* The fully qualified name of the database.
|
|
4099
|
+
* The fully qualified name of the database. For more information about this resource, see docs.
|
|
3712
4100
|
*/
|
|
3713
4101
|
inDatabase?: string;
|
|
3714
4102
|
/**
|
|
3715
|
-
* The fully qualified name of the schema.
|
|
4103
|
+
* The fully qualified name of the schema. For more information about this resource, see docs.
|
|
3716
4104
|
*/
|
|
3717
4105
|
inSchema?: string;
|
|
3718
4106
|
/**
|
|
@@ -4533,6 +4921,16 @@ export interface OauthIntegrationForCustomClientsDescribeOutputPreAuthorizedRole
|
|
|
4533
4921
|
type: string;
|
|
4534
4922
|
value: string;
|
|
4535
4923
|
}
|
|
4924
|
+
export interface OauthIntegrationForCustomClientsRelatedParameter {
|
|
4925
|
+
oauthAddPrivilegedRolesToBlockedLists: outputs.OauthIntegrationForCustomClientsRelatedParameterOauthAddPrivilegedRolesToBlockedList[];
|
|
4926
|
+
}
|
|
4927
|
+
export interface OauthIntegrationForCustomClientsRelatedParameterOauthAddPrivilegedRolesToBlockedList {
|
|
4928
|
+
default: string;
|
|
4929
|
+
description: string;
|
|
4930
|
+
key: string;
|
|
4931
|
+
level: string;
|
|
4932
|
+
value: string;
|
|
4933
|
+
}
|
|
4536
4934
|
export interface OauthIntegrationForCustomClientsShowOutput {
|
|
4537
4935
|
category: string;
|
|
4538
4936
|
comment: string;
|
|
@@ -4676,6 +5074,16 @@ export interface OauthIntegrationForPartnerApplicationsDescribeOutputPreAuthoriz
|
|
|
4676
5074
|
type: string;
|
|
4677
5075
|
value: string;
|
|
4678
5076
|
}
|
|
5077
|
+
export interface OauthIntegrationForPartnerApplicationsRelatedParameter {
|
|
5078
|
+
oauthAddPrivilegedRolesToBlockedLists: outputs.OauthIntegrationForPartnerApplicationsRelatedParameterOauthAddPrivilegedRolesToBlockedList[];
|
|
5079
|
+
}
|
|
5080
|
+
export interface OauthIntegrationForPartnerApplicationsRelatedParameterOauthAddPrivilegedRolesToBlockedList {
|
|
5081
|
+
default: string;
|
|
5082
|
+
description: string;
|
|
5083
|
+
key: string;
|
|
5084
|
+
level: string;
|
|
5085
|
+
value: string;
|
|
5086
|
+
}
|
|
4679
5087
|
export interface OauthIntegrationForPartnerApplicationsShowOutput {
|
|
4680
5088
|
category: string;
|
|
4681
5089
|
comment: string;
|
|
@@ -4712,15 +5120,385 @@ export interface PrimaryConnectionShowOutput {
|
|
|
4712
5120
|
regionGroup: string;
|
|
4713
5121
|
snowflakeRegion: string;
|
|
4714
5122
|
}
|
|
4715
|
-
export interface
|
|
5123
|
+
export interface ProcedureJavaArgument {
|
|
4716
5124
|
/**
|
|
4717
|
-
* The argument
|
|
5125
|
+
* The argument type.
|
|
5126
|
+
*/
|
|
5127
|
+
argDataType: string;
|
|
5128
|
+
argDefaultValue?: string;
|
|
5129
|
+
/**
|
|
5130
|
+
* The argument name.
|
|
5131
|
+
*/
|
|
5132
|
+
argName: string;
|
|
5133
|
+
}
|
|
5134
|
+
export interface ProcedureJavaImport {
|
|
5135
|
+
/**
|
|
5136
|
+
* Path for import on stage, without the leading `/`.
|
|
5137
|
+
*/
|
|
5138
|
+
pathOnStage: string;
|
|
5139
|
+
stageLocation: string;
|
|
5140
|
+
}
|
|
5141
|
+
export interface ProcedureJavaParameter {
|
|
5142
|
+
enableConsoleOutputs: outputs.ProcedureJavaParameterEnableConsoleOutput[];
|
|
5143
|
+
logLevels: outputs.ProcedureJavaParameterLogLevel[];
|
|
5144
|
+
metricLevels: outputs.ProcedureJavaParameterMetricLevel[];
|
|
5145
|
+
traceLevels: outputs.ProcedureJavaParameterTraceLevel[];
|
|
5146
|
+
}
|
|
5147
|
+
export interface ProcedureJavaParameterEnableConsoleOutput {
|
|
5148
|
+
default: string;
|
|
5149
|
+
description: string;
|
|
5150
|
+
key: string;
|
|
5151
|
+
level: string;
|
|
5152
|
+
value: string;
|
|
5153
|
+
}
|
|
5154
|
+
export interface ProcedureJavaParameterLogLevel {
|
|
5155
|
+
default: string;
|
|
5156
|
+
description: string;
|
|
5157
|
+
key: string;
|
|
5158
|
+
level: string;
|
|
5159
|
+
value: string;
|
|
5160
|
+
}
|
|
5161
|
+
export interface ProcedureJavaParameterMetricLevel {
|
|
5162
|
+
default: string;
|
|
5163
|
+
description: string;
|
|
5164
|
+
key: string;
|
|
5165
|
+
level: string;
|
|
5166
|
+
value: string;
|
|
5167
|
+
}
|
|
5168
|
+
export interface ProcedureJavaParameterTraceLevel {
|
|
5169
|
+
default: string;
|
|
5170
|
+
description: string;
|
|
5171
|
+
key: string;
|
|
5172
|
+
level: string;
|
|
5173
|
+
value: string;
|
|
5174
|
+
}
|
|
5175
|
+
export interface ProcedureJavaSecret {
|
|
5176
|
+
/**
|
|
5177
|
+
* Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL*ACCESS*INTEGRATIONS parameter.
|
|
5178
|
+
*/
|
|
5179
|
+
secretId: string;
|
|
5180
|
+
/**
|
|
5181
|
+
* The variable that will be used in handler code when retrieving information from the secret.
|
|
5182
|
+
*/
|
|
5183
|
+
secretVariableName: string;
|
|
5184
|
+
}
|
|
5185
|
+
export interface ProcedureJavaShowOutput {
|
|
5186
|
+
argumentsRaw: string;
|
|
5187
|
+
catalogName: string;
|
|
5188
|
+
createdOn: string;
|
|
5189
|
+
description: string;
|
|
5190
|
+
externalAccessIntegrations: string;
|
|
5191
|
+
isAggregate: boolean;
|
|
5192
|
+
isAnsi: boolean;
|
|
5193
|
+
isBuiltin: boolean;
|
|
5194
|
+
isSecure: boolean;
|
|
5195
|
+
isTableFunction: boolean;
|
|
5196
|
+
maxNumArguments: number;
|
|
5197
|
+
minNumArguments: number;
|
|
5198
|
+
name: string;
|
|
5199
|
+
schemaName: string;
|
|
5200
|
+
secrets: string;
|
|
5201
|
+
validForClustering: boolean;
|
|
5202
|
+
}
|
|
5203
|
+
export interface ProcedureJavaTargetPath {
|
|
5204
|
+
/**
|
|
5205
|
+
* Path for import on stage, without the leading `/`.
|
|
4718
5206
|
*/
|
|
5207
|
+
pathOnStage: string;
|
|
5208
|
+
stageLocation: string;
|
|
5209
|
+
}
|
|
5210
|
+
export interface ProcedureJavascriptArgument {
|
|
5211
|
+
/**
|
|
5212
|
+
* The argument type.
|
|
5213
|
+
*/
|
|
5214
|
+
argDataType: string;
|
|
5215
|
+
argDefaultValue?: string;
|
|
5216
|
+
/**
|
|
5217
|
+
* The argument name.
|
|
5218
|
+
*/
|
|
5219
|
+
argName: string;
|
|
5220
|
+
}
|
|
5221
|
+
export interface ProcedureJavascriptParameter {
|
|
5222
|
+
enableConsoleOutputs: outputs.ProcedureJavascriptParameterEnableConsoleOutput[];
|
|
5223
|
+
logLevels: outputs.ProcedureJavascriptParameterLogLevel[];
|
|
5224
|
+
metricLevels: outputs.ProcedureJavascriptParameterMetricLevel[];
|
|
5225
|
+
traceLevels: outputs.ProcedureJavascriptParameterTraceLevel[];
|
|
5226
|
+
}
|
|
5227
|
+
export interface ProcedureJavascriptParameterEnableConsoleOutput {
|
|
5228
|
+
default: string;
|
|
5229
|
+
description: string;
|
|
5230
|
+
key: string;
|
|
5231
|
+
level: string;
|
|
5232
|
+
value: string;
|
|
5233
|
+
}
|
|
5234
|
+
export interface ProcedureJavascriptParameterLogLevel {
|
|
5235
|
+
default: string;
|
|
5236
|
+
description: string;
|
|
5237
|
+
key: string;
|
|
5238
|
+
level: string;
|
|
5239
|
+
value: string;
|
|
5240
|
+
}
|
|
5241
|
+
export interface ProcedureJavascriptParameterMetricLevel {
|
|
5242
|
+
default: string;
|
|
5243
|
+
description: string;
|
|
5244
|
+
key: string;
|
|
5245
|
+
level: string;
|
|
5246
|
+
value: string;
|
|
5247
|
+
}
|
|
5248
|
+
export interface ProcedureJavascriptParameterTraceLevel {
|
|
5249
|
+
default: string;
|
|
5250
|
+
description: string;
|
|
5251
|
+
key: string;
|
|
5252
|
+
level: string;
|
|
5253
|
+
value: string;
|
|
5254
|
+
}
|
|
5255
|
+
export interface ProcedureJavascriptShowOutput {
|
|
5256
|
+
argumentsRaw: string;
|
|
5257
|
+
catalogName: string;
|
|
5258
|
+
createdOn: string;
|
|
5259
|
+
description: string;
|
|
5260
|
+
externalAccessIntegrations: string;
|
|
5261
|
+
isAggregate: boolean;
|
|
5262
|
+
isAnsi: boolean;
|
|
5263
|
+
isBuiltin: boolean;
|
|
5264
|
+
isSecure: boolean;
|
|
5265
|
+
isTableFunction: boolean;
|
|
5266
|
+
maxNumArguments: number;
|
|
5267
|
+
minNumArguments: number;
|
|
4719
5268
|
name: string;
|
|
5269
|
+
schemaName: string;
|
|
5270
|
+
secrets: string;
|
|
5271
|
+
validForClustering: boolean;
|
|
5272
|
+
}
|
|
5273
|
+
export interface ProcedurePythonArgument {
|
|
4720
5274
|
/**
|
|
4721
|
-
* The argument type
|
|
5275
|
+
* The argument type.
|
|
4722
5276
|
*/
|
|
4723
|
-
|
|
5277
|
+
argDataType: string;
|
|
5278
|
+
argDefaultValue?: string;
|
|
5279
|
+
/**
|
|
5280
|
+
* The argument name.
|
|
5281
|
+
*/
|
|
5282
|
+
argName: string;
|
|
5283
|
+
}
|
|
5284
|
+
export interface ProcedurePythonImport {
|
|
5285
|
+
/**
|
|
5286
|
+
* Path for import on stage, without the leading `/`.
|
|
5287
|
+
*/
|
|
5288
|
+
pathOnStage: string;
|
|
5289
|
+
stageLocation: string;
|
|
5290
|
+
}
|
|
5291
|
+
export interface ProcedurePythonParameter {
|
|
5292
|
+
enableConsoleOutputs: outputs.ProcedurePythonParameterEnableConsoleOutput[];
|
|
5293
|
+
logLevels: outputs.ProcedurePythonParameterLogLevel[];
|
|
5294
|
+
metricLevels: outputs.ProcedurePythonParameterMetricLevel[];
|
|
5295
|
+
traceLevels: outputs.ProcedurePythonParameterTraceLevel[];
|
|
5296
|
+
}
|
|
5297
|
+
export interface ProcedurePythonParameterEnableConsoleOutput {
|
|
5298
|
+
default: string;
|
|
5299
|
+
description: string;
|
|
5300
|
+
key: string;
|
|
5301
|
+
level: string;
|
|
5302
|
+
value: string;
|
|
5303
|
+
}
|
|
5304
|
+
export interface ProcedurePythonParameterLogLevel {
|
|
5305
|
+
default: string;
|
|
5306
|
+
description: string;
|
|
5307
|
+
key: string;
|
|
5308
|
+
level: string;
|
|
5309
|
+
value: string;
|
|
5310
|
+
}
|
|
5311
|
+
export interface ProcedurePythonParameterMetricLevel {
|
|
5312
|
+
default: string;
|
|
5313
|
+
description: string;
|
|
5314
|
+
key: string;
|
|
5315
|
+
level: string;
|
|
5316
|
+
value: string;
|
|
5317
|
+
}
|
|
5318
|
+
export interface ProcedurePythonParameterTraceLevel {
|
|
5319
|
+
default: string;
|
|
5320
|
+
description: string;
|
|
5321
|
+
key: string;
|
|
5322
|
+
level: string;
|
|
5323
|
+
value: string;
|
|
5324
|
+
}
|
|
5325
|
+
export interface ProcedurePythonSecret {
|
|
5326
|
+
/**
|
|
5327
|
+
* Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL*ACCESS*INTEGRATIONS parameter.
|
|
5328
|
+
*/
|
|
5329
|
+
secretId: string;
|
|
5330
|
+
/**
|
|
5331
|
+
* The variable that will be used in handler code when retrieving information from the secret.
|
|
5332
|
+
*/
|
|
5333
|
+
secretVariableName: string;
|
|
5334
|
+
}
|
|
5335
|
+
export interface ProcedurePythonShowOutput {
|
|
5336
|
+
argumentsRaw: string;
|
|
5337
|
+
catalogName: string;
|
|
5338
|
+
createdOn: string;
|
|
5339
|
+
description: string;
|
|
5340
|
+
externalAccessIntegrations: string;
|
|
5341
|
+
isAggregate: boolean;
|
|
5342
|
+
isAnsi: boolean;
|
|
5343
|
+
isBuiltin: boolean;
|
|
5344
|
+
isSecure: boolean;
|
|
5345
|
+
isTableFunction: boolean;
|
|
5346
|
+
maxNumArguments: number;
|
|
5347
|
+
minNumArguments: number;
|
|
5348
|
+
name: string;
|
|
5349
|
+
schemaName: string;
|
|
5350
|
+
secrets: string;
|
|
5351
|
+
validForClustering: boolean;
|
|
5352
|
+
}
|
|
5353
|
+
export interface ProcedureScalaArgument {
|
|
5354
|
+
/**
|
|
5355
|
+
* The argument type.
|
|
5356
|
+
*/
|
|
5357
|
+
argDataType: string;
|
|
5358
|
+
argDefaultValue?: string;
|
|
5359
|
+
/**
|
|
5360
|
+
* The argument name.
|
|
5361
|
+
*/
|
|
5362
|
+
argName: string;
|
|
5363
|
+
}
|
|
5364
|
+
export interface ProcedureScalaImport {
|
|
5365
|
+
/**
|
|
5366
|
+
* Path for import on stage, without the leading `/`.
|
|
5367
|
+
*/
|
|
5368
|
+
pathOnStage: string;
|
|
5369
|
+
stageLocation: string;
|
|
5370
|
+
}
|
|
5371
|
+
export interface ProcedureScalaParameter {
|
|
5372
|
+
enableConsoleOutputs: outputs.ProcedureScalaParameterEnableConsoleOutput[];
|
|
5373
|
+
logLevels: outputs.ProcedureScalaParameterLogLevel[];
|
|
5374
|
+
metricLevels: outputs.ProcedureScalaParameterMetricLevel[];
|
|
5375
|
+
traceLevels: outputs.ProcedureScalaParameterTraceLevel[];
|
|
5376
|
+
}
|
|
5377
|
+
export interface ProcedureScalaParameterEnableConsoleOutput {
|
|
5378
|
+
default: string;
|
|
5379
|
+
description: string;
|
|
5380
|
+
key: string;
|
|
5381
|
+
level: string;
|
|
5382
|
+
value: string;
|
|
5383
|
+
}
|
|
5384
|
+
export interface ProcedureScalaParameterLogLevel {
|
|
5385
|
+
default: string;
|
|
5386
|
+
description: string;
|
|
5387
|
+
key: string;
|
|
5388
|
+
level: string;
|
|
5389
|
+
value: string;
|
|
5390
|
+
}
|
|
5391
|
+
export interface ProcedureScalaParameterMetricLevel {
|
|
5392
|
+
default: string;
|
|
5393
|
+
description: string;
|
|
5394
|
+
key: string;
|
|
5395
|
+
level: string;
|
|
5396
|
+
value: string;
|
|
5397
|
+
}
|
|
5398
|
+
export interface ProcedureScalaParameterTraceLevel {
|
|
5399
|
+
default: string;
|
|
5400
|
+
description: string;
|
|
5401
|
+
key: string;
|
|
5402
|
+
level: string;
|
|
5403
|
+
value: string;
|
|
5404
|
+
}
|
|
5405
|
+
export interface ProcedureScalaSecret {
|
|
5406
|
+
/**
|
|
5407
|
+
* Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL*ACCESS*INTEGRATIONS parameter.
|
|
5408
|
+
*/
|
|
5409
|
+
secretId: string;
|
|
5410
|
+
/**
|
|
5411
|
+
* The variable that will be used in handler code when retrieving information from the secret.
|
|
5412
|
+
*/
|
|
5413
|
+
secretVariableName: string;
|
|
5414
|
+
}
|
|
5415
|
+
export interface ProcedureScalaShowOutput {
|
|
5416
|
+
argumentsRaw: string;
|
|
5417
|
+
catalogName: string;
|
|
5418
|
+
createdOn: string;
|
|
5419
|
+
description: string;
|
|
5420
|
+
externalAccessIntegrations: string;
|
|
5421
|
+
isAggregate: boolean;
|
|
5422
|
+
isAnsi: boolean;
|
|
5423
|
+
isBuiltin: boolean;
|
|
5424
|
+
isSecure: boolean;
|
|
5425
|
+
isTableFunction: boolean;
|
|
5426
|
+
maxNumArguments: number;
|
|
5427
|
+
minNumArguments: number;
|
|
5428
|
+
name: string;
|
|
5429
|
+
schemaName: string;
|
|
5430
|
+
secrets: string;
|
|
5431
|
+
validForClustering: boolean;
|
|
5432
|
+
}
|
|
5433
|
+
export interface ProcedureScalaTargetPath {
|
|
5434
|
+
/**
|
|
5435
|
+
* Path for import on stage, without the leading `/`.
|
|
5436
|
+
*/
|
|
5437
|
+
pathOnStage: string;
|
|
5438
|
+
stageLocation: string;
|
|
5439
|
+
}
|
|
5440
|
+
export interface ProcedureSqlArgument {
|
|
5441
|
+
/**
|
|
5442
|
+
* The argument type.
|
|
5443
|
+
*/
|
|
5444
|
+
argDataType: string;
|
|
5445
|
+
argDefaultValue?: string;
|
|
5446
|
+
/**
|
|
5447
|
+
* The argument name.
|
|
5448
|
+
*/
|
|
5449
|
+
argName: string;
|
|
5450
|
+
}
|
|
5451
|
+
export interface ProcedureSqlParameter {
|
|
5452
|
+
enableConsoleOutputs: outputs.ProcedureSqlParameterEnableConsoleOutput[];
|
|
5453
|
+
logLevels: outputs.ProcedureSqlParameterLogLevel[];
|
|
5454
|
+
metricLevels: outputs.ProcedureSqlParameterMetricLevel[];
|
|
5455
|
+
traceLevels: outputs.ProcedureSqlParameterTraceLevel[];
|
|
5456
|
+
}
|
|
5457
|
+
export interface ProcedureSqlParameterEnableConsoleOutput {
|
|
5458
|
+
default: string;
|
|
5459
|
+
description: string;
|
|
5460
|
+
key: string;
|
|
5461
|
+
level: string;
|
|
5462
|
+
value: string;
|
|
5463
|
+
}
|
|
5464
|
+
export interface ProcedureSqlParameterLogLevel {
|
|
5465
|
+
default: string;
|
|
5466
|
+
description: string;
|
|
5467
|
+
key: string;
|
|
5468
|
+
level: string;
|
|
5469
|
+
value: string;
|
|
5470
|
+
}
|
|
5471
|
+
export interface ProcedureSqlParameterMetricLevel {
|
|
5472
|
+
default: string;
|
|
5473
|
+
description: string;
|
|
5474
|
+
key: string;
|
|
5475
|
+
level: string;
|
|
5476
|
+
value: string;
|
|
5477
|
+
}
|
|
5478
|
+
export interface ProcedureSqlParameterTraceLevel {
|
|
5479
|
+
default: string;
|
|
5480
|
+
description: string;
|
|
5481
|
+
key: string;
|
|
5482
|
+
level: string;
|
|
5483
|
+
value: string;
|
|
5484
|
+
}
|
|
5485
|
+
export interface ProcedureSqlShowOutput {
|
|
5486
|
+
argumentsRaw: string;
|
|
5487
|
+
catalogName: string;
|
|
5488
|
+
createdOn: string;
|
|
5489
|
+
description: string;
|
|
5490
|
+
externalAccessIntegrations: string;
|
|
5491
|
+
isAggregate: boolean;
|
|
5492
|
+
isAnsi: boolean;
|
|
5493
|
+
isBuiltin: boolean;
|
|
5494
|
+
isSecure: boolean;
|
|
5495
|
+
isTableFunction: boolean;
|
|
5496
|
+
maxNumArguments: number;
|
|
5497
|
+
minNumArguments: number;
|
|
5498
|
+
name: string;
|
|
5499
|
+
schemaName: string;
|
|
5500
|
+
secrets: string;
|
|
5501
|
+
validForClustering: boolean;
|
|
4724
5502
|
}
|
|
4725
5503
|
export interface ResourceMonitorShowOutput {
|
|
4726
5504
|
comment: string;
|
|
@@ -4737,18 +5515,6 @@ export interface ResourceMonitorShowOutput {
|
|
|
4737
5515
|
suspendImmediateAt: number;
|
|
4738
5516
|
usedCredits: number;
|
|
4739
5517
|
}
|
|
4740
|
-
export interface RoleShowOutput {
|
|
4741
|
-
assignedToUsers: number;
|
|
4742
|
-
comment: string;
|
|
4743
|
-
createdOn: string;
|
|
4744
|
-
grantedRoles: number;
|
|
4745
|
-
grantedToRoles: number;
|
|
4746
|
-
isCurrent: boolean;
|
|
4747
|
-
isDefault: boolean;
|
|
4748
|
-
isInherited: boolean;
|
|
4749
|
-
name: string;
|
|
4750
|
-
owner: string;
|
|
4751
|
-
}
|
|
4752
5518
|
export interface RowAccessPolicyArgument {
|
|
4753
5519
|
/**
|
|
4754
5520
|
* The argument name
|
|
@@ -6139,20 +6905,6 @@ export interface TableTag {
|
|
|
6139
6905
|
*/
|
|
6140
6906
|
value: string;
|
|
6141
6907
|
}
|
|
6142
|
-
export interface TagAssociationObjectIdentifier {
|
|
6143
|
-
/**
|
|
6144
|
-
* Name of the database that the object was created in.
|
|
6145
|
-
*/
|
|
6146
|
-
database?: string;
|
|
6147
|
-
/**
|
|
6148
|
-
* Name of the object to associate the tag with.
|
|
6149
|
-
*/
|
|
6150
|
-
name: string;
|
|
6151
|
-
/**
|
|
6152
|
-
* Name of the schema that the object was created in.
|
|
6153
|
-
*/
|
|
6154
|
-
schema?: string;
|
|
6155
|
-
}
|
|
6156
6908
|
export interface TagShowOutput {
|
|
6157
6909
|
allowedValues: string[];
|
|
6158
6910
|
comment: string;
|
|
@@ -7188,7 +7940,7 @@ export interface ViewColumn {
|
|
|
7188
7940
|
}
|
|
7189
7941
|
export interface ViewColumnMaskingPolicy {
|
|
7190
7942
|
/**
|
|
7191
|
-
* Specifies the masking policy to set on a column.
|
|
7943
|
+
* Specifies the masking policy to set on a column. For more information about this resource, see docs.
|
|
7192
7944
|
*/
|
|
7193
7945
|
policyName: string;
|
|
7194
7946
|
/**
|
|
@@ -7246,7 +7998,7 @@ export interface ViewRowAccessPolicy {
|
|
|
7246
7998
|
*/
|
|
7247
7999
|
ons: string[];
|
|
7248
8000
|
/**
|
|
7249
|
-
* Row access policy name.
|
|
8001
|
+
* Row access policy name. For more information about this resource, see docs.
|
|
7250
8002
|
*/
|
|
7251
8003
|
policyName: string;
|
|
7252
8004
|
}
|