//go:build no_runtime_type_checking package awskinesis // Building without runtime type checking enabled, so all the below just return nil func (s *jsiiProxy_Stream) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error { return nil } func (s *jsiiProxy_Stream) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error { return nil } func (s *jsiiProxy_Stream) validateGetResourceNameAttributeParameters(nameAttr *string) error { return nil } func (s *jsiiProxy_Stream) validateGrantParameters(grantee awsiam.IGrantable) error { return nil } func (s *jsiiProxy_Stream) validateGrantReadParameters(grantee awsiam.IGrantable) error { return nil } func (s *jsiiProxy_Stream) validateGrantReadWriteParameters(grantee awsiam.IGrantable) error { return nil } func (s *jsiiProxy_Stream) validateGrantWriteParameters(grantee awsiam.IGrantable) error { return nil } func (s *jsiiProxy_Stream) validateMetricParameters(metricName *string, props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricGetRecordsParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricGetRecordsBytesParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricGetRecordsIteratorAgeMillisecondsParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricGetRecordsLatencyParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricGetRecordsSuccessParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricIncomingBytesParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricIncomingRecordsParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricPutRecordBytesParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricPutRecordLatencyParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricPutRecordsBytesParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricPutRecordsFailedRecordsParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricPutRecordsLatencyParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricPutRecordsSuccessParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricPutRecordsSuccessfulRecordsParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricPutRecordsThrottledRecordsParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricPutRecordsTotalRecordsParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricPutRecordSuccessParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricReadProvisionedThroughputExceededParameters(props *awscloudwatch.MetricOptions) error { return nil } func (s *jsiiProxy_Stream) validateMetricWriteProvisionedThroughputExceededParameters(props *awscloudwatch.MetricOptions) error { return nil } func validateStream_FromStreamArnParameters(scope constructs.Construct, id *string, streamArn *string) error { return nil } func validateStream_FromStreamAttributesParameters(scope constructs.Construct, id *string, attrs *StreamAttributes) error { return nil } func validateStream_IsConstructParameters(x interface{}) error { return nil } func validateStream_IsOwnedResourceParameters(construct constructs.IConstruct) error { return nil } func validateStream_IsResourceParameters(construct constructs.IConstruct) error { return nil } func validateNewStreamParameters(scope constructs.Construct, id *string, props *StreamProps) error { return nil }