PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::Kendra::DescribeDataSourceResponse; use Moose; has Configuration => (is => 'ro', isa => 'Paws::Kendra::DataSourceConfiguration'); has CreatedAt => (is => 'ro', isa => 'Str'); has Description => (is => 'ro', isa => 'Str'); has ErrorMessage => (is => 'ro', isa => 'Str'); has Id => (is => 'ro', isa => 'Str'); has IndexId => (is => 'ro', isa => 'Str'); has Name => (is => 'ro', isa => 'Str'); has RoleArn => (is => 'ro', isa => 'Str'); has Schedule => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has Type => (is => 'ro', isa => 'Str'); has UpdatedAt => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::Kendra::DescribeDataSourceResponse =head1 ATTRIBUTES =head2 Configuration => L Information that describes where the data source is located and how the data source is configured. The specific information in the description depends on the data source provider. =head2 CreatedAt => Str The Unix timestamp of when the data source was created. =head2 Description => Str The description of the data source. =head2 ErrorMessage => Str When the C field value is C, the C field contains a description of the error that caused the data source to fail. =head2 Id => Str The identifier of the data source. =head2 IndexId => Str The identifier of the index that contains the data source. =head2 Name => Str The name that you gave the data source when it was created. =head2 RoleArn => Str The Amazon Resource Name (ARN) of the role that enables the data source to access its resources. =head2 Schedule => Str The schedule that Amazon Kendra will update the data source. =head2 Status => Str The current status of the data source. When the status is C the data source is ready to use. When the status is C, the C field contains the reason that the data source failed. Valid values are: C<"CREATING">, C<"DELETING">, C<"FAILED">, C<"UPDATING">, C<"ACTIVE"> =head2 Type => Str The type of the data source. Valid values are: C<"S3">, C<"SHAREPOINT">, C<"DATABASE">, C<"SALESFORCE">, C<"ONEDRIVE">, C<"SERVICENOW">, C<"CUSTOM">, C<"CONFLUENCE">, C<"GOOGLEDRIVE">, C<"WEBCRAWLER"> =head2 UpdatedAt => Str The Unix timestamp of when the data source was last updated. =head2 _request_id => Str =cut 1;