Group
Extension

Matches 35358

Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/RedShift/ScheduledAction.pm ( view source; MetaCPAN )
 are: C<"ACTIVE">, C<"DISABLED">
=head2 TargetAction => L<Paws::RedShift::ScheduledActionType>

A JSON format string of the Amazon Redshift API operation with input
parameters.

"C<{\"ResizeCluster\":
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/RedShift/ModifyClusterParameterGroup.pm ( view source; MetaCPAN )
 the workload management (WLM) configuration, you must supply all
the name-value pairs in the wlm_json_configuration parameter.




=head1 SEE ALSO

This class forms part of L<Paws>, documenting argum
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/Schemas/GetDiscoveredSchema.pm ( view source; MetaCPAN )
ES


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

An array of strings where each string is a JSON event. These are the
events that were used to generate the schema. The array includes a
single ty
vents.



=head2 B<REQUIRED> Type => Str

The type of event.

Valid values are: C<"OpenApi3">, C<"JSONSchemaDraft4">


=head1 SEE ALSO

This class forms part of L<Paws>, documenting arguments for meth
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/RedShift/Parameter.pm ( view source; MetaCPAN )
rameter.


=head2 ParameterValue => Str

The value of the parameter. If C<ParameterName> is
C<wlm_json_configuration>, then the maximum size of C<ParameterValue>
is 8000 characters.


=head2 Source =>
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/Schemas/GetDiscoveredSchemaInput.pm ( view source; MetaCPAN )
ES


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

An array of strings where each string is a JSON event. These are the
events that were used to generate the schema. The array includes a
single ty
Search-Elasticsearch-Async ( E/EZ/EZIMUEL/Search-Elasticsearch-Async-8.12.tar.gz, EZIMUEL, 2024; MetaCPAN )
Search-Elasticsearch-Async/lib/Search/Elasticsearch/Transport/Async.pm ( view source; MetaCPAN )
e method is changed to C<POST> when a body is present.

=item * C<source>

The body is encoded as JSON and added to the query string as the C<source>
parameter.  This has the advantage of still being 
   );

=item C<serialize>

Whether the C<body> should be serialized in the standard way (as plain
JSON) or using the special I<bulk> format:  C<"std"> or C<"bulk">.

=back

=head1 AUTHOR

Enrico Zimue
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/Net/JsonCaller.pm ( view source; MetaCPAN )
package Paws::Net::JsonCaller;
  use Paws;
  use Moose::Role;
  use JSON::MaybeXS;
  use POSIX qw(strftime);
  requires 'json_version';

  use Paws::Net::JsonResponse;

  has response_to_object => (
 
ault => sub {
      Paws::Net::JsonResponse->new;
    }
  );

  # converts the objects that represent the call into parameters that the API can understand
  sub _to_jsoncaller_params {
    my ($self, 
$_; ( $k => [ map { $self->_to_jsoncaller_params($_) } @{$params->Map->{$_} } ] ) } keys %{ $params->Map } };
      } else {
        return { map { $_ => $self->_to_jsoncaller_params($params->Map->{$_
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/Personalize/CreateSchema.pm ( view source; MetaCPAN )
IRED> Name => Str

The name for the schema.



=head2 B<REQUIRED> Schema => Str

A schema in Avro JSON format.




=head1 SEE ALSO

This class forms part of L<Paws>, documenting arguments for method C
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/Net/RestJsonCaller.pm ( view source; MetaCPAN )
t::RestJsonCaller;
  use Paws;
  use Moose::Role;
  use HTTP::Request::Common;
  use POSIX qw(strftime); 
  use URI::Template;
  use JSON::MaybeXS;
  use Scalar::Util;

  use Paws::Net::RestJsonRespon
 => sub {
      Paws::Net::RestJsonResponse->new;
    }
  );

  # converts the objects that represent the call into parameters that the API can understand
  sub _to_jsoncaller_params {
    my ($self, 
       $p{ $key } = $params->$att;
          } else {
            $p{ $key } = [ map { $self->_to_jsoncaller_params($_) } @{ $params->$att } ];
          }
        } elsif ($att_type->isa('Moose::Meta
Search-Elasticsearch-Cxn-NetCurl ( E/EZ/EZIMUEL/Search-Elasticsearch-Cxn-NetCurl-8.12.tar.gz, EZIMUEL, 2024; MetaCPAN )
Search-Elasticsearch-Cxn-NetCurl/lib/Search/Elasticsearch/Cxn/NetCurl.pm ( view source; MetaCPAN )
,

        # optional
        data        => $body_as_string,
        mime_type   => 'application/json',
        timeout     => $timeout
    });

Sends the request to the associated Elasticsearch node
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/Personalize/CreateBatchInferenceJob.pm ( view source; MetaCPAN )
 path that leads to the input file to base your
recommendations on. The input material must be in JSON format.



=head2 B<REQUIRED> JobName => Str

The name of the batch inference job to create.



=
Search-Elasticsearch-Async ( E/EZ/EZIMUEL/Search-Elasticsearch-Async-8.12.tar.gz, DRTECH, 2024; MetaCPAN )
Search-Elasticsearch-Async/lib/Search/Elasticsearch/Client/6_0/Async/Bulk.pm ( view source; MetaCPAN )
@actions  = @_;

    my $weak_add;
    my $add = sub {
        while (@actions) {
            my @json = try {
                $self->_encode_action( splice( @actions, 0, 2 ) );
            }
        
     };
            return unless @json;

            push @$buffer, @json;

            my $size = $self->_buffer_size;
            $size += length($_) + 1 for @json;
            $self->_buffer_size(
s a queue, buffering up actions
until it reaches a maximum count of actions, or a maximum size of JSON request
body, at which point it issues a C<bulk()> request.

Once you have finished adding action
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/RedShift/ModifyScheduledAction.pm ( view source; MetaCPAN )
see ScheduledAction.



=head2 TargetAction => L<Paws::RedShift::ScheduledActionType>

A modified JSON format of the scheduled action. For more information
about this parameter, see ScheduledAction.

Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/DynamoDB/BatchGetItem.pm ( view source; MetaCPAN )
tributes to retrieve from the table. These attributes can include
scalars, sets, or elements of a JSON document. The attributes in the
expression must be separated by commas.

If no attribute names ar
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/MediaConvert/DashIsoGroupSettings.pm ( view source; MetaCPAN )
/docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
When you work directly in your JSON job specification, include this
object and any required children when you set Type, under
OutputG
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/Support/DescribeServices.pm ( view source; MetaCPAN )
sed explicitly for operations that take them.



=head2 ServiceCodeList => ArrayRef[Str|Undef]

A JSON-formatted list of service codes available for AWS services.




=head1 SEE ALSO

This class forms
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/STS/GetFederationToken.pm ( view source; MetaCPAN )
e underscores or any of the following
characters: =,.@-



=head2 Policy => Str

An IAM policy in JSON format that you want to use as an inline session
policy.

You must pass an inline or managed sess
/latest/UserGuide/access_policies.html#policies_session)
to this operation. You can pass a single JSON policy document to use as
an inline session policy. You can also specify up to 10 managed
policie
text that you use for both inline and managed session policies
can't exceed 2,048 characters. The JSON policy characters can be any
ASCII character from the space character to the end of the valid
cha
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/IoTData/DeleteThingShadowResponse.pm ( view source; MetaCPAN )
ion begin ###

=head1 NAME

Paws::IoTData::DeleteThingShadowResponse

=head1 ATTRIBUTES


=head2 B<REQUIRED> Payload => Str

The state information, in JSON format.


=head2 _request_id => Str


=cut

Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/MediaConvert/JobSettings.pm ( view source; MetaCPAN )
nable Nielsen
configuration programmatically, include an instance of
nielsenConfiguration in your JSON job specification. Even if you don't
include any children of nielsenConfiguration, you still enab
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/MediaConvert/HlsGroupSettings.pm ( view source; MetaCPAN )
/docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
When you work directly in your JSON job specification, include this
object and any required children when you set Type, under
OutputG

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