//go:build !no_runtime_type_checking package awsdynamodb import ( "fmt" _jsii_ "github.com/aws/jsii-runtime-go/runtime" "github.com/aws/aws-cdk-go/awscdk/v2/awscloudwatch" "github.com/aws/aws-cdk-go/awscdk/v2/awsiam" ) func (i *jsiiProxy_ITable) validateGrantParameters(grantee awsiam.IGrantable) error { if grantee == nil { return fmt.Errorf("parameter grantee is required, but nil was provided") } return nil } func (i *jsiiProxy_ITable) validateGrantFullAccessParameters(grantee awsiam.IGrantable) error { if grantee == nil { return fmt.Errorf("parameter grantee is required, but nil was provided") } return nil } func (i *jsiiProxy_ITable) validateGrantReadDataParameters(grantee awsiam.IGrantable) error { if grantee == nil { return fmt.Errorf("parameter grantee is required, but nil was provided") } return nil } func (i *jsiiProxy_ITable) validateGrantReadWriteDataParameters(grantee awsiam.IGrantable) error { if grantee == nil { return fmt.Errorf("parameter grantee is required, but nil was provided") } return nil } func (i *jsiiProxy_ITable) validateGrantStreamParameters(grantee awsiam.IGrantable) error { if grantee == nil { return fmt.Errorf("parameter grantee is required, but nil was provided") } return nil } func (i *jsiiProxy_ITable) validateGrantStreamReadParameters(grantee awsiam.IGrantable) error { if grantee == nil { return fmt.Errorf("parameter grantee is required, but nil was provided") } return nil } func (i *jsiiProxy_ITable) validateGrantTableListStreamsParameters(grantee awsiam.IGrantable) error { if grantee == nil { return fmt.Errorf("parameter grantee is required, but nil was provided") } return nil } func (i *jsiiProxy_ITable) validateGrantWriteDataParameters(grantee awsiam.IGrantable) error { if grantee == nil { return fmt.Errorf("parameter grantee is required, but nil was provided") } return nil } func (i *jsiiProxy_ITable) validateMetricParameters(metricName *string, props *awscloudwatch.MetricOptions) error { if metricName == nil { return fmt.Errorf("parameter metricName is required, but nil was provided") } if err := _jsii_.ValidateStruct(props, func() string { return "parameter props" }); err != nil { return err } return nil } func (i *jsiiProxy_ITable) validateMetricConditionalCheckFailedRequestsParameters(props *awscloudwatch.MetricOptions) error { if err := _jsii_.ValidateStruct(props, func() string { return "parameter props" }); err != nil { return err } return nil } func (i *jsiiProxy_ITable) validateMetricConsumedReadCapacityUnitsParameters(props *awscloudwatch.MetricOptions) error { if err := _jsii_.ValidateStruct(props, func() string { return "parameter props" }); err != nil { return err } return nil } func (i *jsiiProxy_ITable) validateMetricConsumedWriteCapacityUnitsParameters(props *awscloudwatch.MetricOptions) error { if err := _jsii_.ValidateStruct(props, func() string { return "parameter props" }); err != nil { return err } return nil } func (i *jsiiProxy_ITable) validateMetricSuccessfulRequestLatencyParameters(props *awscloudwatch.MetricOptions) error { if err := _jsii_.ValidateStruct(props, func() string { return "parameter props" }); err != nil { return err } return nil } func (i *jsiiProxy_ITable) validateMetricSystemErrorsForOperationsParameters(props *SystemErrorsForOperationsMetricOptions) error { if err := _jsii_.ValidateStruct(props, func() string { return "parameter props" }); err != nil { return err } return nil } func (i *jsiiProxy_ITable) validateMetricThrottledRequestsParameters(props *awscloudwatch.MetricOptions) error { if err := _jsii_.ValidateStruct(props, func() string { return "parameter props" }); err != nil { return err } return nil } func (i *jsiiProxy_ITable) validateMetricThrottledRequestsForOperationsParameters(props *OperationsMetricOptions) error { if err := _jsii_.ValidateStruct(props, func() string { return "parameter props" }); err != nil { return err } return nil } func (i *jsiiProxy_ITable) validateMetricUserErrorsParameters(props *awscloudwatch.MetricOptions) error { if err := _jsii_.ValidateStruct(props, func() string { return "parameter props" }); err != nil { return err } return nil }