Group
Extension

Matches 35358

Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/MediaConvert/NexGuardFileMarkerSettings.pm ( view source; MetaCPAN )
 License => Str

Use the base64 license string that Nagra provides you. Enter it
directly in your JSON job specification or in the console. Required
when you include Nagra NexGuard File Marker waterma
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/MediaConvert/XavcSettings.pm ( view source; MetaCPAN )
 decimal approximations of fractions. If
you are creating your transcoding job specification as a JSON file
without the console, use FramerateControl to specify which value the
service uses for the fr
 reduce the duration of your video.
Related settings: You must also set Frame rate to 25. In your JSON job
specification, set (framerateControl) to (SPECIFIED),
(framerateNumerator) to 25 and (framera
cally
applies the best types of quantization for your video content. Include
this setting in your JSON job specification only when you choose to
change the default value for Adaptive quantization. For
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/MediaConvert/XavcHdProfileSettings.pm ( view source; MetaCPAN )
cally
applies the best types of quantization for your video content. Include
this setting in your JSON job specification only when you choose to
change the default value for Adaptive quantization. Ena
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/MediaConvert/AutomatedAbrSettings.pm ( view source; MetaCPAN )
is limit. When you set this to Auto in the console, which is
equivalent to excluding it from your JSON job specification,
MediaConvert defaults to a limit of 15.


=head2 MinAbrBitrate => Int

Optiona
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/MediaConvert/Vp8Settings.pm ( view source; MetaCPAN )
pecify your frame
rate as a fraction. If you are creating your transcoding job
specification as a JSON file without the console, use FramerateControl
to specify which value the service uses for the fr
the console, choose any value
other than Follow source. To specify a different PAR by editing the
JSON job specification, choose SPECIFIED. When you choose SPECIFIED for
this setting, you must also sp
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/WAFV2/All.pm ( view source; MetaCPAN )
AF has parsed and extracted from the
web request JSON body that are within the JsonBody C<MatchScope>. This
is used with the FieldToMatch option C<JsonBody>.

This is used only to indicate the web req
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/ElastiCache/LogDeliveryConfiguration.pm ( view source; MetaCPAN )
loudwatch-logs> or
C<kinesis-firehose>.


=head2 LogFormat => Str

Returns the log format, either JSON or TEXT.


=head2 LogType => Str

Refers to slow-log (https://redis.io/commands/slowlog).


=head
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/Macie2/Record.pm ( view source; MetaCPAN )
by default/object.tt
package Paws::Macie2::Record;
  use Moose;
  has JsonPath => (is => 'ro', isa => 'Str', request_name => 'jsonPath', traits => ['NameInRequest']);
  has RecordIndex => (is => 'ro',
ample, if Att1 is expected to be a Paws::Macie2::Record object:

  $service_obj->Method(Att1 => { JsonPath => $value, ..., RecordIndex => $value  });

=head3 Results returned from an API call

Use acc
;
  $result->Att1->JsonPath

=head1 DESCRIPTION

Specifies the location of an occurrence of sensitive data in an Apache
Avro object container, Apache Parquet file, JSON file, or JSON Lines
file.

=hea
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/CodeDeploy/RawString.pm ( view source; MetaCPAN )
AML-formatted or
JSON-formatted string. For AWS Lambda deployments, the revision is the
same as the AppSpec file.

=head1 ATTRIBUTES


=head2 Content => Str

The YAML-formatted or JSON-formatted revis
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/CodeDeploy/GetApplicationRevision.pm ( view source; MetaCPAN )
=> 'MyS3Bucket',     # OPTIONAL
          BundleType => 'tar',     # values: tar, tgz, zip, YAML, JSON; OPTIONAL
          ETag       => 'MyETag',  # OPTIONAL
          Key        => 'MyS3Key', # OPTI
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/Quicksight/UpdateDataSet.pm ( view source; MetaCPAN )
   Type => 'STRING'
                , # values: STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON

              },
              ...
            ],    # min: 1, max: 2048; OPTIONAL
          }, 
   Type => 'STRING'
                , # values: STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON

              },
              ...
            ],    # min: 1, max: 2048; OPTIONAL
            N
   Type => 'STRING'
                , # values: STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON

              },
              ...
            ],    # min: 1, max: 2048; OPTIONAL
            U
Data-Sah-DefaultValue ( P/PE/PERLANCAR/Data-Sah-DefaultValue-0.005.tar.gz, PERLANCAR, 2024; MetaCPAN )
Data-Sah-DefaultValue/lib/Data/Sah/DefaultValueJS.pm ( view source; MetaCPAN )
 {
        require File::Temp;
        require JSON::MaybeXS;
        #require String::ShellQuote;

        my $data = shift;

        state $json = JSON::MaybeXS->new->allow_nonref;

        # code t
$src = "var default_value_code = $code;\n\n".
            "console.log(JSON.stringify(default_value_code(".
                $json->encode($data).")))";

        my ($jsh, $jsfn) = File::Temp::tempfile
file $jsfn: $!";

        my $out = IPC::System::Options::readpipe($nodejs_path, $jsfn);
        $json->decode($out);
    };
}

1;
# ABSTRACT: Generate code to set default value

__END__

=pod

=encod
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/Quicksight/CreateDataSet.pm ( view source; MetaCPAN )
   Type => 'STRING'
                , # values: STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON

              },
              ...
            ],    # min: 1, max: 2048; OPTIONAL
          }, 
   Type => 'STRING'
                , # values: STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON

              },
              ...
            ],    # min: 1, max: 2048; OPTIONAL
            N
   Type => 'STRING'
                , # values: STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON

              },
              ...
            ],    # min: 1, max: 2048; OPTIONAL
            U
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/CodeDeploy/BatchGetApplicationRevisions.pm ( view source; MetaCPAN )
=> 'MyS3Bucket',     # OPTIONAL
            BundleType => 'tar',   # values: tar, tgz, zip, YAML, JSON; OPTIONAL
            ETag       => 'MyETag',         # OPTIONAL
            Key        => 'MyS3K
Data-Sah-DefaultValue ( P/PE/PERLANCAR/Data-Sah-DefaultValue-0.005.tar.gz, PERLANCAR, 2024; MetaCPAN )
Data-Sah-DefaultValue/lib/Data/Sah/Value/js/Str/repeat.pm ( view source; MetaCPAN )
package Data::Sah::Value::js::Str::repeat;

use 5.010001;
use strict;
use warnings;

use JSON::MaybeXS;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2024-01-17'; # DATE
our $DIST = 'Da
 %cargs = @_;

    my $gen_args = $cargs{args} // {};
    my $res = {};

    $res->{expr_value} = JSON::MaybeXS->new(allow_nonref=>1)->encode($gen_args->{str}) . ".repeat(" . ($gen_args->{n}//1) . ")"
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/XRay/PutTraceSegments.pm ( view source; MetaCPAN )
TRIBUTES


=head2 B<REQUIRED> TraceSegmentDocuments => ArrayRef[Str|Undef]

A string containing a JSON document defining one or more segments or
subsegments.




=head1 SEE ALSO

This class forms part
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/CodeDeploy/CreateDeployment.pm ( view source; MetaCPAN )
=> 'MyS3Bucket',     # OPTIONAL
          BundleType => 'tar',     # values: tar, tgz, zip, YAML, JSON; OPTIONAL
          ETag       => 'MyETag',  # OPTIONAL
          Key        => 'MyS3Key', # OPTI
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/CodeDeploy/RegisterApplicationRevision.pm ( view source; MetaCPAN )
=> 'MyS3Bucket',     # OPTIONAL
          BundleType => 'tar',     # values: tar, tgz, zip, YAML, JSON; OPTIONAL
          ETag       => 'MyETag',  # OPTIONAL
          Key        => 'MyS3Key', # OPTI
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/CodeDeploy/AppSpecContent.pm ( view source; MetaCPAN )
d1 DESCRIPTION

A revision for an AWS Lambda or Amazon ECS deployment that is a
YAML-formatted or JSON-formatted string. For AWS Lambda and Amazon ECS
deployments, the revision is the same as the AppS
recated C<RawString> data type.

=head1 ATTRIBUTES


=head2 Content => Str

The YAML-formatted or JSON-formatted revision string.

For an AWS Lambda deployment, the content includes a Lambda function
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/CodeDeploy/RevisionLocation.pm ( view source; MetaCPAN )
ontent of an AppSpec file for an AWS Lambda or Amazon ECS
deployment. The content is formatted as JSON or YAML and stored as a
RawString.


=head2 GitHubLocation => L<Paws::CodeDeploy::GitHubLocation>
vision stored in GitHub (EC2/On-premises
deployments only).

=item *

String: A YAML-formatted or JSON-formatted string (AWS Lambda
deployments only).

=item *

AppSpecContent: An C<AppSpecContent> ob
ntents
of an AppSpec file for an AWS Lambda or Amazon ECS deployment. The
content is formatted as JSON or YAML stored as a RawString.

=back



=head2 S3Location => L<Paws::CodeDeploy::S3Location>

In

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.