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::AppConfig; use Moose; sub service { 'appconfig' } sub signing_name { 'appconfig' } sub version { '2019-10-09' } sub flattened_arrays { 0 } has max_attempts => (is => 'ro', isa => 'Int', default => 5); has retry => (is => 'ro', isa => 'HashRef', default => sub { { base => 'rand', type => 'exponential', growth_factor => 2 } }); has retriables => (is => 'ro', isa => 'ArrayRef', default => sub { [ ] }); with 'Paws::API::Caller', 'Paws::API::EndpointResolver', 'Paws::Net::V4Signature', 'Paws::Net::RestJsonCaller'; sub CreateApplication { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::CreateApplication', @_); return $self->caller->do_call($self, $call_object); } sub CreateConfigurationProfile { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::CreateConfigurationProfile', @_); return $self->caller->do_call($self, $call_object); } sub CreateDeploymentStrategy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::CreateDeploymentStrategy', @_); return $self->caller->do_call($self, $call_object); } sub CreateEnvironment { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::CreateEnvironment', @_); return $self->caller->do_call($self, $call_object); } sub CreateHostedConfigurationVersion { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::CreateHostedConfigurationVersion', @_); return $self->caller->do_call($self, $call_object); } sub DeleteApplication { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::DeleteApplication', @_); return $self->caller->do_call($self, $call_object); } sub DeleteConfigurationProfile { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::DeleteConfigurationProfile', @_); return $self->caller->do_call($self, $call_object); } sub DeleteDeploymentStrategy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::DeleteDeploymentStrategy', @_); return $self->caller->do_call($self, $call_object); } sub DeleteEnvironment { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::DeleteEnvironment', @_); return $self->caller->do_call($self, $call_object); } sub DeleteHostedConfigurationVersion { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::DeleteHostedConfigurationVersion', @_); return $self->caller->do_call($self, $call_object); } sub GetApplication { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::GetApplication', @_); return $self->caller->do_call($self, $call_object); } sub GetConfiguration { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::GetConfiguration', @_); return $self->caller->do_call($self, $call_object); } sub GetConfigurationProfile { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::GetConfigurationProfile', @_); return $self->caller->do_call($self, $call_object); } sub GetDeployment { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::GetDeployment', @_); return $self->caller->do_call($self, $call_object); } sub GetDeploymentStrategy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::GetDeploymentStrategy', @_); return $self->caller->do_call($self, $call_object); } sub GetEnvironment { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::GetEnvironment', @_); return $self->caller->do_call($self, $call_object); } sub GetHostedConfigurationVersion { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::GetHostedConfigurationVersion', @_); return $self->caller->do_call($self, $call_object); } sub ListApplications { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::ListApplications', @_); return $self->caller->do_call($self, $call_object); } sub ListConfigurationProfiles { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::ListConfigurationProfiles', @_); return $self->caller->do_call($self, $call_object); } sub ListDeployments { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::ListDeployments', @_); return $self->caller->do_call($self, $call_object); } sub ListDeploymentStrategies { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::ListDeploymentStrategies', @_); return $self->caller->do_call($self, $call_object); } sub ListEnvironments { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::ListEnvironments', @_); return $self->caller->do_call($self, $call_object); } sub ListHostedConfigurationVersions { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::ListHostedConfigurationVersions', @_); return $self->caller->do_call($self, $call_object); } sub ListTagsForResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::ListTagsForResource', @_); return $self->caller->do_call($self, $call_object); } sub StartDeployment { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::StartDeployment', @_); return $self->caller->do_call($self, $call_object); } sub StopDeployment { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::StopDeployment', @_); return $self->caller->do_call($self, $call_object); } sub TagResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::TagResource', @_); return $self->caller->do_call($self, $call_object); } sub UntagResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::UntagResource', @_); return $self->caller->do_call($self, $call_object); } sub UpdateApplication { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::UpdateApplication', @_); return $self->caller->do_call($self, $call_object); } sub UpdateConfigurationProfile { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::UpdateConfigurationProfile', @_); return $self->caller->do_call($self, $call_object); } sub UpdateDeploymentStrategy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::UpdateDeploymentStrategy', @_); return $self->caller->do_call($self, $call_object); } sub UpdateEnvironment { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::UpdateEnvironment', @_); return $self->caller->do_call($self, $call_object); } sub ValidateConfiguration { my $self = shift; my $call_object = $self->new_with_coercions('Paws::AppConfig::ValidateConfiguration', @_); return $self->caller->do_call($self, $call_object); } sub operations { qw/CreateApplication CreateConfigurationProfile CreateDeploymentStrategy CreateEnvironment CreateHostedConfigurationVersion DeleteApplication DeleteConfigurationProfile DeleteDeploymentStrategy DeleteEnvironment DeleteHostedConfigurationVersion GetApplication GetConfiguration GetConfigurationProfile GetDeployment GetDeploymentStrategy GetEnvironment GetHostedConfigurationVersion ListApplications ListConfigurationProfiles ListDeployments ListDeploymentStrategies ListEnvironments ListHostedConfigurationVersions ListTagsForResource StartDeployment StopDeployment TagResource UntagResource UpdateApplication UpdateConfigurationProfile UpdateDeploymentStrategy UpdateEnvironment ValidateConfiguration / } 1; ### main pod documentation begin ### =head1 NAME Paws::AppConfig - Perl Interface to AWS Amazon AppConfig =head1 SYNOPSIS use Paws; my $obj = Paws->service('AppConfig'); my $res = $obj->Method( Arg1 => $val1, Arg2 => [ 'V1', 'V2' ], # if Arg3 is an object, the HashRef will be used as arguments to the constructor # of the arguments type Arg3 => { Att1 => 'Val1' }, # if Arg4 is an array of objects, the HashRefs will be passed as arguments to # the constructor of the arguments type Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ], ); =head1 DESCRIPTION AWS AppConfig Use AWS AppConfig, a capability of AWS Systems Manager, to create, manage, and quickly deploy application configurations. AppConfig supports controlled deployments to applications of any size and includes built-in validation checks and monitoring. You can use AppConfig with applications hosted on Amazon EC2 instances, AWS Lambda, containers, mobile applications, or IoT devices. To prevent errors when deploying application configurations, especially for production systems where a simple typo could cause an unexpected outage, AppConfig includes validators. A validator provides a syntactic or semantic check to ensure that the configuration you want to deploy works as intended. To validate your application configuration data, you provide a schema or a Lambda function that runs against the configuration. The configuration deployment or update can only proceed when the configuration data is valid. During a configuration deployment, AppConfig monitors the application to ensure that the deployment is successful. If the system encounters an error, AppConfig rolls back the change to minimize impact for your application users. You can configure a deployment strategy for each application or environment that includes deployment criteria, including velocity, bake time, and alarms to monitor. Similar to error monitoring, if a deployment triggers an alarm, AppConfig automatically rolls back to the previous version. AppConfig supports multiple use cases. Here are some examples. =over =item * B: Use AppConfig to carefully introduce changes to your application that can only be tested with production traffic. =item * B: Use AppConfig to turn on new features that require a timely deployment, such as a product launch or announcement. =item * B: Use AppConfig to allow premium subscribers to access paid content. =item * B: Use AppConfig to reduce stress on your application when a dependency or other external factor impacts the system. =back This reference is intended to be used with the AWS AppConfig User Guide (http://docs.aws.amazon.com/systems-manager/latest/userguide/appconfig.html). For the AWS API documentation, see L =head1 METHODS =head2 CreateApplication =over =item Name => Str =item [Description => Str] =item [Tags => L] =back Each argument is described in detail in: L Returns: a L instance An application in AppConfig is a logical unit of code that provides capabilities for your customers. For example, an application can be a microservice that runs on Amazon EC2 instances, a mobile application installed by your users, a serverless application using Amazon API Gateway and AWS Lambda, or any system you run on behalf of others. =head2 CreateConfigurationProfile =over =item ApplicationId => Str =item LocationUri => Str =item Name => Str =item [Description => Str] =item [RetrievalRoleArn => Str] =item [Tags => L] =item [Validators => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Information that enables AppConfig to access the configuration source. Valid configuration sources include Systems Manager (SSM) documents, SSM Parameter Store parameters, and Amazon S3 objects. A configuration profile includes the following information. =over =item * The Uri location of the configuration data. =item * The AWS Identity and Access Management (IAM) role that provides access to the configuration data. =item * A validator for the configuration data. Available validators include either a JSON Schema or an AWS Lambda function. =back For more information, see Create a Configuration and a Configuration Profile (http://docs.aws.amazon.com/systems-manager/latest/userguide/appconfig-creating-configuration-and-profile.html) in the I. =head2 CreateDeploymentStrategy =over =item DeploymentDurationInMinutes => Int =item GrowthFactor => Num =item Name => Str =item ReplicateTo => Str =item [Description => Str] =item [FinalBakeTimeInMinutes => Int] =item [GrowthType => Str] =item [Tags => L] =back Each argument is described in detail in: L Returns: a L instance A deployment strategy defines important criteria for rolling out your configuration to the designated targets. A deployment strategy includes: the overall duration required, a percentage of targets to receive the deployment during each interval, an algorithm that defines how percentage grows, and bake time. =head2 CreateEnvironment =over =item ApplicationId => Str =item Name => Str =item [Description => Str] =item [Monitors => ArrayRef[L]] =item [Tags => L] =back Each argument is described in detail in: L Returns: a L instance For each application, you define one or more environments. An environment is a logical deployment group of AppConfig targets, such as applications in a C or C environment. You can also define environments for application subcomponents such as the C, C and C components for your application. You can configure Amazon CloudWatch alarms for each environment. The system monitors alarms during a configuration deployment. If an alarm is triggered, the system rolls back the configuration. =head2 CreateHostedConfigurationVersion =over =item ApplicationId => Str =item ConfigurationProfileId => Str =item Content => Str =item ContentType => Str =item [Description => Str] =item [LatestVersionNumber => Int] =back Each argument is described in detail in: L Returns: a L instance Create a new configuration in the AppConfig configuration store. =head2 DeleteApplication =over =item ApplicationId => Str =back Each argument is described in detail in: L Returns: nothing Delete an application. Deleting an application does not delete a configuration from a host. =head2 DeleteConfigurationProfile =over =item ApplicationId => Str =item ConfigurationProfileId => Str =back Each argument is described in detail in: L Returns: nothing Delete a configuration profile. Deleting a configuration profile does not delete a configuration from a host. =head2 DeleteDeploymentStrategy =over =item DeploymentStrategyId => Str =back Each argument is described in detail in: L Returns: nothing Delete a deployment strategy. Deleting a deployment strategy does not delete a configuration from a host. =head2 DeleteEnvironment =over =item ApplicationId => Str =item EnvironmentId => Str =back Each argument is described in detail in: L Returns: nothing Delete an environment. Deleting an environment does not delete a configuration from a host. =head2 DeleteHostedConfigurationVersion =over =item ApplicationId => Str =item ConfigurationProfileId => Str =item VersionNumber => Int =back Each argument is described in detail in: L Returns: nothing Delete a version of a configuration from the AppConfig configuration store. =head2 GetApplication =over =item ApplicationId => Str =back Each argument is described in detail in: L Returns: a L instance Retrieve information about an application. =head2 GetConfiguration =over =item Application => Str =item ClientId => Str =item Configuration => Str =item Environment => Str =item [ClientConfigurationVersion => Str] =back Each argument is described in detail in: L Returns: a L instance Receive information about a configuration. AWS AppConfig uses the value of the C parameter to identify the configuration version on your clients. If you donEt send C with each call to C, your clients receive the current configuration. You are charged each time your clients receive a configuration. To avoid excess charges, we recommend that you include the C value with every call to C. This value must be saved on your client. Subsequent calls to C must pass this value by using the C parameter. =head2 GetConfigurationProfile =over =item ApplicationId => Str =item ConfigurationProfileId => Str =back Each argument is described in detail in: L Returns: a L instance Retrieve information about a configuration profile. =head2 GetDeployment =over =item ApplicationId => Str =item DeploymentNumber => Int =item EnvironmentId => Str =back Each argument is described in detail in: L Returns: a L instance Retrieve information about a configuration deployment. =head2 GetDeploymentStrategy =over =item DeploymentStrategyId => Str =back Each argument is described in detail in: L Returns: a L instance Retrieve information about a deployment strategy. A deployment strategy defines important criteria for rolling out your configuration to the designated targets. A deployment strategy includes: the overall duration required, a percentage of targets to receive the deployment during each interval, an algorithm that defines how percentage grows, and bake time. =head2 GetEnvironment =over =item ApplicationId => Str =item EnvironmentId => Str =back Each argument is described in detail in: L Returns: a L instance Retrieve information about an environment. An environment is a logical deployment group of AppConfig applications, such as applications in a C environment or in an C environment. Each configuration deployment targets an environment. You can enable one or more Amazon CloudWatch alarms for an environment. If an alarm is triggered during a deployment, AppConfig roles back the configuration. =head2 GetHostedConfigurationVersion =over =item ApplicationId => Str =item ConfigurationProfileId => Str =item VersionNumber => Int =back Each argument is described in detail in: L Returns: a L instance Get information about a specific configuration version. =head2 ListApplications =over =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance List all applications in your AWS account. =head2 ListConfigurationProfiles =over =item ApplicationId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Lists the configuration profiles for an application. =head2 ListDeployments =over =item ApplicationId => Str =item EnvironmentId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Lists the deployments for an environment. =head2 ListDeploymentStrategies =over =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance List deployment strategies. =head2 ListEnvironments =over =item ApplicationId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance List the environments for an application. =head2 ListHostedConfigurationVersions =over =item ApplicationId => Str =item ConfigurationProfileId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance View a list of configurations stored in the AppConfig configuration store by version. =head2 ListTagsForResource =over =item ResourceArn => Str =back Each argument is described in detail in: L Returns: a L instance Retrieves the list of key-value tags assigned to the resource. =head2 StartDeployment =over =item ApplicationId => Str =item ConfigurationProfileId => Str =item ConfigurationVersion => Str =item DeploymentStrategyId => Str =item EnvironmentId => Str =item [Description => Str] =item [Tags => L] =back Each argument is described in detail in: L Returns: a L instance Starts a deployment. =head2 StopDeployment =over =item ApplicationId => Str =item DeploymentNumber => Int =item EnvironmentId => Str =back Each argument is described in detail in: L Returns: a L instance Stops a deployment. This API action works only on deployments that have a status of C. This action moves the deployment to a status of C. =head2 TagResource =over =item ResourceArn => Str =item Tags => L =back Each argument is described in detail in: L Returns: nothing Metadata to assign to an AppConfig resource. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define. You can specify a maximum of 50 tags for a resource. =head2 UntagResource =over =item ResourceArn => Str =item TagKeys => ArrayRef[Str|Undef] =back Each argument is described in detail in: L Returns: nothing Deletes a tag key and value from an AppConfig resource. =head2 UpdateApplication =over =item ApplicationId => Str =item [Description => Str] =item [Name => Str] =back Each argument is described in detail in: L Returns: a L instance Updates an application. =head2 UpdateConfigurationProfile =over =item ApplicationId => Str =item ConfigurationProfileId => Str =item [Description => Str] =item [Name => Str] =item [RetrievalRoleArn => Str] =item [Validators => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Updates a configuration profile. =head2 UpdateDeploymentStrategy =over =item DeploymentStrategyId => Str =item [DeploymentDurationInMinutes => Int] =item [Description => Str] =item [FinalBakeTimeInMinutes => Int] =item [GrowthFactor => Num] =item [GrowthType => Str] =back Each argument is described in detail in: L Returns: a L instance Updates a deployment strategy. =head2 UpdateEnvironment =over =item ApplicationId => Str =item EnvironmentId => Str =item [Description => Str] =item [Monitors => ArrayRef[L]] =item [Name => Str] =back Each argument is described in detail in: L Returns: a L instance Updates an environment. =head2 ValidateConfiguration =over =item ApplicationId => Str =item ConfigurationProfileId => Str =item ConfigurationVersion => Str =back Each argument is described in detail in: L Returns: nothing Uses the validators in a configuration profile to validate a configuration. =head1 PAGINATORS Paginator methods are helpers that repetively call methods that return partial results =head1 SEE ALSO This service class forms part of L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut