mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #39405 from rallytime/fix-39304
Update :depends: docs for boto states and modules
This commit is contained in:
commit
239e16e612
8 changed files with 44 additions and 12 deletions
|
@ -4,6 +4,12 @@ Connection module for Amazon CloudTrail
|
|||
|
||||
.. versionadded:: 2016.3.0
|
||||
|
||||
:depends:
|
||||
- boto
|
||||
- boto3
|
||||
|
||||
The dependencies listed above can be installed via package or pip.
|
||||
|
||||
:configuration: This module accepts explicit Lambda credentials but can also
|
||||
utilize IAM roles assigned to the instance through Instance Profiles.
|
||||
Dynamic credentials are then automatically obtained from AWS API and no
|
||||
|
@ -39,8 +45,6 @@ Connection module for Amazon CloudTrail
|
|||
key: askdjghsdfjkghWupUjasdflkdfklgjsdfjajkghs
|
||||
region: us-east-1
|
||||
|
||||
:depends: boto3
|
||||
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint: disable=E0602
|
||||
|
|
|
@ -4,6 +4,12 @@ Connection module for Amazon IoT
|
|||
|
||||
.. versionadded:: 2016.3.0
|
||||
|
||||
:depends:
|
||||
- boto
|
||||
- boto3
|
||||
|
||||
The dependencies listed above can be installed via package or pip.
|
||||
|
||||
:configuration: This module accepts explicit Lambda credentials but can also
|
||||
utilize IAM roles assigned to the instance through Instance Profiles.
|
||||
Dynamic credentials are then automatically obtained from AWS API and no
|
||||
|
@ -39,8 +45,6 @@ Connection module for Amazon IoT
|
|||
key: askdjghsdfjkghWupUjasdflkdfklgjsdfjajkghs
|
||||
region: us-east-1
|
||||
|
||||
:depends: boto3
|
||||
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint: disable=E0602
|
||||
|
|
|
@ -4,6 +4,12 @@ Connection module for Amazon Lambda
|
|||
|
||||
.. versionadded:: 2016.3.0
|
||||
|
||||
:depends:
|
||||
- boto
|
||||
- boto3
|
||||
|
||||
The dependencies listed above can be installed via package or pip.
|
||||
|
||||
:configuration: This module accepts explicit Lambda credentials but can also
|
||||
utilize IAM roles assigned to the instance through Instance Profiles.
|
||||
Dynamic credentials are then automatically obtained from AWS API and no
|
||||
|
@ -69,8 +75,6 @@ Connection module for Amazon Lambda
|
|||
error:
|
||||
message: error message
|
||||
|
||||
:depends: boto3
|
||||
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint: disable=E0602
|
||||
|
|
|
@ -4,6 +4,12 @@ Connection module for Amazon S3 Buckets
|
|||
|
||||
.. versionadded:: 2016.3.0
|
||||
|
||||
:depends:
|
||||
- boto
|
||||
- boto3
|
||||
|
||||
The dependencies listed above can be installed via package or pip.
|
||||
|
||||
:configuration: This module accepts explicit Lambda credentials but can also
|
||||
utilize IAM roles assigned to the instance through Instance Profiles.
|
||||
Dynamic credentials are then automatically obtained from AWS API and no
|
||||
|
@ -39,8 +45,6 @@ Connection module for Amazon S3 Buckets
|
|||
key: askdjghsdfjkghWupUjasdflkdfklgjsdfjajkghs
|
||||
region: us-east-1
|
||||
|
||||
:depends: boto3
|
||||
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint: disable=E0602
|
||||
|
|
|
@ -8,7 +8,11 @@ Manage CloudTrail Objects
|
|||
Create and destroy CloudTrail objects. Be aware that this interacts with Amazon's services,
|
||||
and so may incur charges.
|
||||
|
||||
This module uses ``boto3``, which can be installed via package, or pip.
|
||||
:depends:
|
||||
- boto
|
||||
- boto3
|
||||
|
||||
The dependencies listed above can be installed via package or pip.
|
||||
|
||||
This module accepts explicit vpc credentials but can also utilize
|
||||
IAM roles assigned to the instance through Instance Profiles. Dynamic
|
||||
|
|
|
@ -8,7 +8,11 @@ Manage IoT Objects
|
|||
Create and destroy IoT objects. Be aware that this interacts with Amazon's services,
|
||||
and so may incur charges.
|
||||
|
||||
This module uses ``boto3``, which can be installed via package, or pip.
|
||||
:depends:
|
||||
- boto
|
||||
- boto3
|
||||
|
||||
The dependencies listed above can be installed via package or pip.
|
||||
|
||||
This module accepts explicit vpc credentials but can also utilize
|
||||
IAM roles assigned to the instance through Instance Profiles. Dynamic
|
||||
|
|
|
@ -8,7 +8,11 @@ Manage Lambda Functions
|
|||
Create and destroy Lambda Functions. Be aware that this interacts with Amazon's services,
|
||||
and so may incur charges.
|
||||
|
||||
This module uses ``boto3``, which can be installed via package, or pip.
|
||||
:depends:
|
||||
- boto
|
||||
- boto3
|
||||
|
||||
The dependencies listed above can be installed via package or pip.
|
||||
|
||||
This module accepts explicit vpc credentials but can also utilize
|
||||
IAM roles assigned to the instance through Instance Profiles. Dynamic
|
||||
|
|
|
@ -8,7 +8,11 @@ Manage S3 Buckets
|
|||
Create and destroy S3 buckets. Be aware that this interacts with Amazon's services,
|
||||
and so may incur charges.
|
||||
|
||||
This module uses ``boto3``, which can be installed via package, or pip.
|
||||
:depends:
|
||||
- boto
|
||||
- boto3
|
||||
|
||||
The dependencies listed above can be installed via package or pip.
|
||||
|
||||
This module accepts explicit vpc credentials but can also utilize
|
||||
IAM roles assigned to the instance through Instance Profiles. Dynamic
|
||||
|
|
Loading…
Add table
Reference in a new issue