@grepr/cli 1.4.6-89f48f6 → 1.4.7

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.
@@ -2893,14 +2893,10 @@ export interface components {
2893
2893
  awsAccountId: string;
2894
2894
  /** @description The name of the S3 bucket to use for the data warehouse */
2895
2895
  bucketName: string;
2896
- /** @description The external ID for the assumed role ARN */
2897
- externalId: string;
2898
- /** @description Nonce for bucket name generation */
2899
- nonce: string;
2900
- /** @description The organization name */
2901
- orgName: string;
2902
2896
  /** @description The AWS region the bucket must be created in. Matches the region the Grepr deployment is running in. */
2903
2897
  region: string;
2898
+ /** @description The IAM role name for the data warehouse integration */
2899
+ roleName: string;
2904
2900
  /** @description The name of the CloudFormation stack */
2905
2901
  stackName: string;
2906
2902
  };