Documentation ¶
Index ¶
- type BatchGrantPermissionsFuture
- type BatchRevokePermissionsFuture
- type Client
- type DeregisterResourceFuture
- type DescribeResourceFuture
- type GetDataLakeSettingsFuture
- type GetEffectivePermissionsForPathFuture
- type GrantPermissionsFuture
- type ListPermissionsFuture
- type ListResourcesFuture
- type PutDataLakeSettingsFuture
- type RegisterResourceFuture
- type RevokePermissionsFuture
- type UpdateResourceFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchGrantPermissionsFuture ¶
type BatchGrantPermissionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGrantPermissionsFuture) Get ¶
func (r *BatchGrantPermissionsFuture) Get(ctx workflow.Context) (*lakeformation.BatchGrantPermissionsOutput, error)
type BatchRevokePermissionsFuture ¶
type BatchRevokePermissionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchRevokePermissionsFuture) Get ¶
func (r *BatchRevokePermissionsFuture) Get(ctx workflow.Context) (*lakeformation.BatchRevokePermissionsOutput, error)
type Client ¶
type Client interface { BatchGrantPermissions(ctx workflow.Context, input *lakeformation.BatchGrantPermissionsInput) (*lakeformation.BatchGrantPermissionsOutput, error) BatchGrantPermissionsAsync(ctx workflow.Context, input *lakeformation.BatchGrantPermissionsInput) *BatchGrantPermissionsFuture BatchRevokePermissions(ctx workflow.Context, input *lakeformation.BatchRevokePermissionsInput) (*lakeformation.BatchRevokePermissionsOutput, error) BatchRevokePermissionsAsync(ctx workflow.Context, input *lakeformation.BatchRevokePermissionsInput) *BatchRevokePermissionsFuture DeregisterResource(ctx workflow.Context, input *lakeformation.DeregisterResourceInput) (*lakeformation.DeregisterResourceOutput, error) DeregisterResourceAsync(ctx workflow.Context, input *lakeformation.DeregisterResourceInput) *DeregisterResourceFuture DescribeResource(ctx workflow.Context, input *lakeformation.DescribeResourceInput) (*lakeformation.DescribeResourceOutput, error) DescribeResourceAsync(ctx workflow.Context, input *lakeformation.DescribeResourceInput) *DescribeResourceFuture GetDataLakeSettings(ctx workflow.Context, input *lakeformation.GetDataLakeSettingsInput) (*lakeformation.GetDataLakeSettingsOutput, error) GetDataLakeSettingsAsync(ctx workflow.Context, input *lakeformation.GetDataLakeSettingsInput) *GetDataLakeSettingsFuture GetEffectivePermissionsForPath(ctx workflow.Context, input *lakeformation.GetEffectivePermissionsForPathInput) (*lakeformation.GetEffectivePermissionsForPathOutput, error) GetEffectivePermissionsForPathAsync(ctx workflow.Context, input *lakeformation.GetEffectivePermissionsForPathInput) *GetEffectivePermissionsForPathFuture GrantPermissions(ctx workflow.Context, input *lakeformation.GrantPermissionsInput) (*lakeformation.GrantPermissionsOutput, error) GrantPermissionsAsync(ctx workflow.Context, input *lakeformation.GrantPermissionsInput) *GrantPermissionsFuture ListPermissions(ctx workflow.Context, input *lakeformation.ListPermissionsInput) (*lakeformation.ListPermissionsOutput, error) ListPermissionsAsync(ctx workflow.Context, input *lakeformation.ListPermissionsInput) *ListPermissionsFuture ListResources(ctx workflow.Context, input *lakeformation.ListResourcesInput) (*lakeformation.ListResourcesOutput, error) ListResourcesAsync(ctx workflow.Context, input *lakeformation.ListResourcesInput) *ListResourcesFuture PutDataLakeSettings(ctx workflow.Context, input *lakeformation.PutDataLakeSettingsInput) (*lakeformation.PutDataLakeSettingsOutput, error) PutDataLakeSettingsAsync(ctx workflow.Context, input *lakeformation.PutDataLakeSettingsInput) *PutDataLakeSettingsFuture RegisterResource(ctx workflow.Context, input *lakeformation.RegisterResourceInput) (*lakeformation.RegisterResourceOutput, error) RegisterResourceAsync(ctx workflow.Context, input *lakeformation.RegisterResourceInput) *RegisterResourceFuture RevokePermissions(ctx workflow.Context, input *lakeformation.RevokePermissionsInput) (*lakeformation.RevokePermissionsOutput, error) RevokePermissionsAsync(ctx workflow.Context, input *lakeformation.RevokePermissionsInput) *RevokePermissionsFuture UpdateResource(ctx workflow.Context, input *lakeformation.UpdateResourceInput) (*lakeformation.UpdateResourceOutput, error) UpdateResourceAsync(ctx workflow.Context, input *lakeformation.UpdateResourceInput) *UpdateResourceFuture }
type DeregisterResourceFuture ¶
type DeregisterResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterResourceFuture) Get ¶
func (r *DeregisterResourceFuture) Get(ctx workflow.Context) (*lakeformation.DeregisterResourceOutput, error)
type DescribeResourceFuture ¶
type DescribeResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeResourceFuture) Get ¶
func (r *DescribeResourceFuture) Get(ctx workflow.Context) (*lakeformation.DescribeResourceOutput, error)
type GetDataLakeSettingsFuture ¶
type GetDataLakeSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDataLakeSettingsFuture) Get ¶
func (r *GetDataLakeSettingsFuture) Get(ctx workflow.Context) (*lakeformation.GetDataLakeSettingsOutput, error)
type GetEffectivePermissionsForPathFuture ¶
type GetEffectivePermissionsForPathFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetEffectivePermissionsForPathFuture) Get ¶
func (r *GetEffectivePermissionsForPathFuture) Get(ctx workflow.Context) (*lakeformation.GetEffectivePermissionsForPathOutput, error)
type GrantPermissionsFuture ¶
type GrantPermissionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GrantPermissionsFuture) Get ¶
func (r *GrantPermissionsFuture) Get(ctx workflow.Context) (*lakeformation.GrantPermissionsOutput, error)
type ListPermissionsFuture ¶
type ListPermissionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListPermissionsFuture) Get ¶
func (r *ListPermissionsFuture) Get(ctx workflow.Context) (*lakeformation.ListPermissionsOutput, error)
type ListResourcesFuture ¶
func (*ListResourcesFuture) Get ¶
func (r *ListResourcesFuture) Get(ctx workflow.Context) (*lakeformation.ListResourcesOutput, error)
type PutDataLakeSettingsFuture ¶
type PutDataLakeSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutDataLakeSettingsFuture) Get ¶
func (r *PutDataLakeSettingsFuture) Get(ctx workflow.Context) (*lakeformation.PutDataLakeSettingsOutput, error)
type RegisterResourceFuture ¶
type RegisterResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterResourceFuture) Get ¶
func (r *RegisterResourceFuture) Get(ctx workflow.Context) (*lakeformation.RegisterResourceOutput, error)
type RevokePermissionsFuture ¶
type RevokePermissionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RevokePermissionsFuture) Get ¶
func (r *RevokePermissionsFuture) Get(ctx workflow.Context) (*lakeformation.RevokePermissionsOutput, error)
type UpdateResourceFuture ¶
func (*UpdateResourceFuture) Get ¶
func (r *UpdateResourceFuture) Get(ctx workflow.Context) (*lakeformation.UpdateResourceOutput, error)
Click to show internal directories.
Click to hide internal directories.