Skip to content

Commit

Permalink
Updating guide and remove some content
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Apr 29, 2015
1 parent 313c9f2 commit df5813f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 498 deletions.
6 changes: 6 additions & 0 deletions docs/credentials.rst
Expand Up @@ -354,6 +354,12 @@ constructor: a credential provider. When instantiated, the
provided credentials. When the decorated credentials expire, the class will
automatically invoke the credential provider to retrieve new credentials.

``Aws\Credentials\RefreshableCredentials`` is a concrete implementation of
``Aws\Credentials\RefreshableCredentialsInterface``, which exposes a
``refresh()`` method on a credentials object. This method is invoked
automatically when credentials are expired, but it may also be triggered
manually to force credentials to refresh early.


Memoizing Credentials
~~~~~~~~~~~~~~~~~~~~~
Expand Down
13 changes: 0 additions & 13 deletions docs/index.rst
Expand Up @@ -18,13 +18,9 @@ AWS SDK for PHP
glossary

service-cloudfront
service-dynamodb
feature-dynamodb-session-handler
service-redshift
service-s3
feature-s3-stream-wrapper
service-sqs
service-sts

migration-guide

Expand Down Expand Up @@ -79,7 +75,6 @@ Supported Services
- :apiref:`Amazon CloudWatch | CloudWatch`
- :apiref:`Amazon DynamoDB | DynamoDb`

- :doc:`service-dynamodb`
- :doc:`DynamoDB Session Handler <feature-dynamodb-session-handler>`

- :apiref:`Amazon Elastic Compute Cloud (Amazon EC2) | Ec2`
Expand All @@ -89,17 +84,12 @@ Supported Services
- :apiref:`Amazon Glacier | Glacier`
- :apiref:`Amazon Kinesis | Kinesis`
- :apiref:`Amazon Redshift | Redshift`

- :doc:`service-redshift`
- :apiref:`Amazon Relational Database Service (Amazon RDS) | Rds`

- :apiref:`Amazon Route 53 | Route53`
- :apiref:`Amazon Simple Email Service (Amazon SES) | Ses`
- :apiref:`Amazon Simple Notification Service (Amazon SNS) | Sns`
- :apiref:`Amazon Simple Queue Service (Amazon SQS) | Sqs`

- :doc:`service-sqs`

- :apiref:`Amazon Simple Storage Service (Amazon S3) | S3`

- :doc:`service-s3`
Expand All @@ -117,9 +107,6 @@ Supported Services
- :apiref:`AWS Import/Export | ImportExport`
- :apiref:`AWS OpsWorks | OpsWorks`
- :apiref:`AWS Security Token Service (AWS STS) | Sts`

- :doc:`service-sts`

- :apiref:`AWS Storage Gateway | StorageGateway`
- :apiref:`AWS Support | Support`
- :apiref:`Elastic Load Balancing | ElasticLoadBalancing`
214 changes: 0 additions & 214 deletions docs/service-dynamodb.rst

This file was deleted.

78 changes: 0 additions & 78 deletions docs/service-redshift.rst

This file was deleted.

0 comments on commit df5813f

Please sign in to comment.