Group
Extension

Matches 886

Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/S3/SelectObjectContent.pm ( view source; MetaCPAN )
   # OPTIONAL
        CompressionType => 'NONE',    # values: NONE, GZIP, BZIP2; OPTIONAL
        JSON            => {
          Type => 'DOCUMENT',         # values: DOCUMENT, LINES; OPTIONAL
       
      RecordDelimiter      => 'MyRecordDelimiter',    # OPTIONAL
        },    # OPTIONAL
        JSON => {
          RecordDelimiter => 'MyRecordDelimiter',    # OPTIONAL
        },    # OPTIONAL
   
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/S3/CreateMultipartUploadOutput.pm ( view source; MetaCPAN )
t to use for object
encryption. The value of this header is a base64-encoded UTF-8 string
holding JSON with the encryption context key-value pairs.



=head2 SSEKMSKeyId => Str

If present, specifies 
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/S3/PutObject.pm ( view source; MetaCPAN )
t to use for object encryption.
The value of this header is a base64-encoded UTF-8 string holding JSON
with the encryption context key-value pairs.



=head2 SSEKMSKeyId => Str

If C<x-amz-server-side
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/S3/CopyObject.pm ( view source; MetaCPAN )
t to use for object encryption.
The value of this header is a base64-encoded UTF-8 string holding JSON
with the encryption context key-value pairs.



=head2 SSEKMSKeyId => Str

Specifies the AWS KMS 
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/S3/PutObjectOutput.pm ( view source; MetaCPAN )
t to use for object
encryption. The value of this header is a base64-encoded UTF-8 string
holding JSON with the encryption context key-value pairs.



=head2 SSEKMSKeyId => Str

If C<x-amz-server-side
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/S3/GetBucketPolicyOutput.pm ( view source; MetaCPAN )
 'ro', isa => 'Str');
1;

### main pod documentation begin ###

=head1 NAME

Paws::S3::GetBucketPolicyOutput

=head1 ATTRIBUTES


=head2 Policy => Str

The bucket policy as a JSON document.




=cut

Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/S3/OutputSerialization.pm ( view source; MetaCPAN )
n;
  use Moose;
  has CSV => (is => 'ro', isa => 'Paws::S3::CSVOutput');
  has JSON => (is => 'ro', isa => 'Paws::S3::JSONOutput');

1;

### main pod documentation begin ###

=head1 NAME

Paws::S3::Ou
 be a Paws::S3::OutputSerialization object:

  $service_obj->Method(Att1 => { CSV => $value, ..., JSON => $value  });

=head3 Results returned from an API call

Use accessors for each attribute. If At
Output>

Describes the serialization of CSV-encoded Select results.


=head2 JSON => L<Paws::S3::JSONOutput>

Specifies JSON as request's output serialization format.



=head1 SEE ALSO

This class fo
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/ApiGateway/ImportRestApi.pm ( view source; MetaCPAN )
ed] The POST request body containing external API definitions.
Currently, only OpenAPI definition JSON/YAML files are supported. The
maximum size of the API definition file is 6MB.



=head2 FailOnWar
teway import-rest-api --parameters ignore=documentation --body 'file:///path/to/imported-api-body.json'

The AWS CLI command to set the regional endpoint on the imported API
is:

 aws apigateway impor
st-api --parameters endpointConfigurationTypes=REGIONAL --body 'file:///path/to/imported-api-body.json'




=head1 SEE ALSO

This class forms part of L<Paws>, documenting arguments for method ImportRe
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/ApiGateway/Integration.pm ( view source; MetaCPAN )
tri/resources/3kzxbg5sa2/methods/GET/integration/responses/200 HTTP/1.1 Content-Type: application/json Host: apigateway.us-east-1.amazonaws.com X-Amz-Date: 20160607T191449Z Authorization: AWS4-HMAC-SH
"method.response.header.Content-Type": "'application/xml'" }, "responseTemplates": { "application/json": "$util.urlDecode(\"%3CkinesisStreams%3E#foreach($stream in $input.path('$.StreamNames'))%3Cstre
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/CognitoIdentity.pm ( view source; MetaCPAN )
ntity' }
  sub version { '2014-06-30' }
  sub target_prefix { 'AWSCognitoIdentityService' }
  sub json_version { "1.1" }
  has max_attempts => (is => 'ro', isa => 'Int', default => 5);
  has retry => 

  with 'Paws::API::Caller', 'Paws::API::EndpointResolver', 'Paws::Net::V4Signature', 'Paws::Net::JsonCaller';

  
  sub CreateIdentityPool {
    my $self = shift;
    my $call_object = $self->new_wit
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/ES/UpdateElasticsearchDomainConfig.pm ( view source; MetaCPAN )
sticsearchDomainConfig>

=head1 ATTRIBUTES


=head2 AccessPolicies => Str

IAM access policy as a JSON-formatted string.



=head2 AdvancedOptions => L<Paws::ES::AdvancedOptions>

Modifies the advance
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/ES/ElasticsearchDomainStatus.pm ( view source; MetaCPAN )
n Elasticsearch domain.

=head1 ATTRIBUTES


=head2 AccessPolicies => Str

IAM access policy as a JSON-formatted string.


=head2 AdvancedOptions => L<Paws::ES::AdvancedOptions>

Specifies the status 
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/CloudDirectory/PutSchemaFromJson.pm ( view source; MetaCPAN )

package Paws::CloudDirectory::PutSchemaFromJson;
  use Moose;
  has Document => (is => 'ro', isa => 'Str', required => 1);
  has SchemaArn => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], h
tr', is => 'ro', default => 'PutSchemaFromJson');
  class_has _api_uri  => (isa => 'Str', is => 'ro', default => '/amazonclouddirectory/2017-01-11/schema/json');
  class_has _api_method  => (isa => 'S
dDirectory::PutSchemaFromJsonResponse');
1;

### main pod documentation begin ###

=head1 NAME

Paws::CloudDirectory::PutSchemaFromJson - Arguments for method PutSchemaFromJson on L<Paws::CloudDirecto
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/ES/ElasticsearchDomainConfig.pm ( view source; MetaCPAN )
1 ATTRIBUTES


=head2 AccessPolicies => L<Paws::ES::AccessPoliciesStatus>

IAM access policy as a JSON-formatted string.


=head2 AdvancedOptions => L<Paws::ES::AdvancedOptionsStatus>

Specifies the C
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/ES/CreateElasticsearchDomain.pm ( view source; MetaCPAN )
ateElasticsearchDomain>

=head1 ATTRIBUTES


=head2 AccessPolicies => Str

IAM access policy as a JSON-formatted string.



=head2 AdvancedOptions => L<Paws::ES::AdvancedOptions>

Option to allow refe
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/ElasticTranscoder/JobInput.pm ( view source; MetaCPAN )
interlacing.


=head2 Key => Str

The name of the file to transcode. Elsewhere in the body of the JSON
block is the the ID of the pipeline to use for processing the job. The
C<InputBucket> object in t
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/CloudDirectory/GetSchemaAsJson.pm ( view source; MetaCPAN )

package Paws::CloudDirectory::GetSchemaAsJson;
  use Moose;
  has SchemaArn => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'x-amz-data-partition', required => 1);

  use Mo
'Str', is => 'ro', default => 'GetSchemaAsJson');
  class_has _api_uri  => (isa => 'Str', is => 'ro', default => '/amazonclouddirectory/2017-01-11/schema/json');
  class_has _api_method  => (isa => 'S
CloudDirectory::GetSchemaAsJsonResponse');
1;

### main pod documentation begin ###

=head1 NAME

Paws::CloudDirectory::GetSchemaAsJson - Arguments for method GetSchemaAsJson on L<Paws::CloudDirectory
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/CloudTrail/InsightSelector.pm ( view source; MetaCPAN )
ject:

  $result = $service_obj->Method(...);
  $result->Att1->InsightType

=head1 DESCRIPTION

A JSON string that contains a list of insight types that are logged on
a trail.

=head1 ATTRIBUTES


=he
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/CloudTrail/GetInsightSelectorsResponse.pm ( view source; MetaCPAN )

=head1 ATTRIBUTES


=head2 InsightSelectors => ArrayRef[L<Paws::CloudTrail::InsightSelector>]

A JSON string that contains the insight types you want to log on a
trail. In this release, only C<ApiCal
Paws ( J/JR/JROBINSON/Paws-0.46.tar.gz, JROBINSON, 2024; MetaCPAN )
Paws/lib/Paws/CloudTrail/PutInsightSelectors.pm ( view source; MetaCPAN )
IBUTES


=head2 B<REQUIRED> InsightSelectors => ArrayRef[L<Paws::CloudTrail::InsightSelector>]

A JSON string that contains the insight types you want to log on a
trail. In this release, only C<ApiCal

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