aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01
diff options
context:
space:
mode:
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01')
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/endpoint-rule-set-1.json.gzbin0 -> 1157 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/examples-1.json294
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/paginators-1.json34
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/service-2.json.gzbin0 -> 23375 bytes
4 files changed, 328 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/endpoint-rule-set-1.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/endpoint-rule-set-1.json.gz
new file mode 100644
index 00000000..0eba8fe3
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/endpoint-rule-set-1.json.gz
Binary files differ
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/examples-1.json b/.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/examples-1.json
new file mode 100644
index 00000000..f3c75b34
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/examples-1.json
@@ -0,0 +1,294 @@
+{
+ "version": "1.0",
+ "examples": {
+ "CreateFileSystem": [
+ {
+ "input": {
+ "Backup": true,
+ "CreationToken": "tokenstring",
+ "Encrypted": true,
+ "PerformanceMode": "generalPurpose",
+ "Tags": [
+ {
+ "Key": "Name",
+ "Value": "MyFileSystem"
+ }
+ ]
+ },
+ "output": {
+ "CreationTime": "1481841524.0",
+ "CreationToken": "tokenstring",
+ "Encrypted": true,
+ "FileSystemId": "fs-01234567",
+ "LifeCycleState": "creating",
+ "NumberOfMountTargets": 0,
+ "OwnerId": "012345678912",
+ "PerformanceMode": "generalPurpose",
+ "SizeInBytes": {
+ "Value": 0
+ },
+ "Tags": [
+ {
+ "Key": "Name",
+ "Value": "MyFileSystem"
+ }
+ ]
+ },
+ "comments": {
+ "input": {
+ },
+ "output": {
+ }
+ },
+ "description": "This operation creates a new, encrypted file system with automatic backups enabled, and the default generalpurpose performance mode.",
+ "id": "to-create-a-new-file-system-1481840798547",
+ "title": "To create a new file system"
+ }
+ ],
+ "CreateMountTarget": [
+ {
+ "input": {
+ "FileSystemId": "fs-01234567",
+ "SubnetId": "subnet-1234abcd"
+ },
+ "output": {
+ "FileSystemId": "fs-01234567",
+ "IpAddress": "192.0.0.2",
+ "LifeCycleState": "creating",
+ "MountTargetId": "fsmt-12340abc",
+ "NetworkInterfaceId": "eni-cedf6789",
+ "OwnerId": "012345678912",
+ "SubnetId": "subnet-1234abcd"
+ },
+ "comments": {
+ "input": {
+ },
+ "output": {
+ }
+ },
+ "description": "This operation creates a new mount target for an EFS file system.",
+ "id": "to-create-a-new-mount-target-1481842289329",
+ "title": "To create a new mount target"
+ }
+ ],
+ "CreateTags": [
+ {
+ "input": {
+ "FileSystemId": "fs-01234567",
+ "Tags": [
+ {
+ "Key": "Name",
+ "Value": "MyFileSystem"
+ }
+ ]
+ },
+ "comments": {
+ },
+ "description": "This operation creates a new tag for an EFS file system.",
+ "id": "to-create-a-new-tag-1481843409357",
+ "title": "To create a new tag"
+ }
+ ],
+ "DeleteFileSystem": [
+ {
+ "input": {
+ "FileSystemId": "fs-01234567"
+ },
+ "comments": {
+ },
+ "description": "This operation deletes an EFS file system.",
+ "id": "to-delete-a-file-system-1481847318348",
+ "title": "To delete a file system"
+ }
+ ],
+ "DeleteMountTarget": [
+ {
+ "input": {
+ "MountTargetId": "fsmt-12340abc"
+ },
+ "comments": {
+ },
+ "description": "This operation deletes a mount target.",
+ "id": "to-delete-a-mount-target-1481847635607",
+ "title": "To delete a mount target"
+ }
+ ],
+ "DeleteTags": [
+ {
+ "input": {
+ "FileSystemId": "fs-01234567",
+ "TagKeys": [
+ "Name"
+ ]
+ },
+ "comments": {
+ },
+ "description": "This operation deletes tags for an EFS file system.",
+ "id": "to-delete-tags-for-an-efs-file-system-1481848189061",
+ "title": "To delete tags for an EFS file system"
+ }
+ ],
+ "DescribeFileSystems": [
+ {
+ "input": {
+ },
+ "output": {
+ "FileSystems": [
+ {
+ "CreationTime": "1481841524.0",
+ "CreationToken": "tokenstring",
+ "FileSystemId": "fs-01234567",
+ "LifeCycleState": "available",
+ "Name": "MyFileSystem",
+ "NumberOfMountTargets": 1,
+ "OwnerId": "012345678912",
+ "PerformanceMode": "generalPurpose",
+ "SizeInBytes": {
+ "Value": 6144
+ },
+ "Tags": [
+ {
+ "Key": "Name",
+ "Value": "MyFileSystem"
+ }
+ ]
+ }
+ ]
+ },
+ "comments": {
+ },
+ "description": "This operation describes all of the EFS file systems in an account.",
+ "id": "to-describe-an-efs-file-system-1481848448460",
+ "title": "To describe an EFS file system"
+ }
+ ],
+ "DescribeLifecycleConfiguration": [
+ {
+ "input": {
+ "FileSystemId": "fs-01234567"
+ },
+ "output": {
+ "LifecyclePolicies": [
+ {
+ "TransitionToIA": "AFTER_30_DAYS"
+ }
+ ]
+ },
+ "comments": {
+ "input": {
+ },
+ "output": {
+ }
+ },
+ "description": "This operation describes a file system's LifecycleConfiguration. EFS lifecycle management uses the LifecycleConfiguration object to identify which files to move to the EFS Infrequent Access (IA) storage class. ",
+ "id": "to-describe-the-lifecycle-configuration-for-a-file-system-1551200664502",
+ "title": "To describe the lifecycle configuration for a file system"
+ }
+ ],
+ "DescribeMountTargetSecurityGroups": [
+ {
+ "input": {
+ "MountTargetId": "fsmt-12340abc"
+ },
+ "output": {
+ "SecurityGroups": [
+ "sg-4567abcd"
+ ]
+ },
+ "comments": {
+ },
+ "description": "This operation describes all of the security groups for a file system's mount target.",
+ "id": "to-describe-the-security-groups-for-a-mount-target-1481849317823",
+ "title": "To describe the security groups for a mount target"
+ }
+ ],
+ "DescribeMountTargets": [
+ {
+ "input": {
+ "FileSystemId": "fs-01234567"
+ },
+ "output": {
+ "MountTargets": [
+ {
+ "FileSystemId": "fs-01234567",
+ "IpAddress": "192.0.0.2",
+ "LifeCycleState": "available",
+ "MountTargetId": "fsmt-12340abc",
+ "NetworkInterfaceId": "eni-cedf6789",
+ "OwnerId": "012345678912",
+ "SubnetId": "subnet-1234abcd"
+ }
+ ]
+ },
+ "comments": {
+ },
+ "description": "This operation describes all of a file system's mount targets.",
+ "id": "to-describe-the-mount-targets-for-a-file-system-1481849958584",
+ "title": "To describe the mount targets for a file system"
+ }
+ ],
+ "DescribeTags": [
+ {
+ "input": {
+ "FileSystemId": "fs-01234567"
+ },
+ "output": {
+ "Tags": [
+ {
+ "Key": "Name",
+ "Value": "MyFileSystem"
+ }
+ ]
+ },
+ "comments": {
+ },
+ "description": "This operation describes all of a file system's tags.",
+ "id": "to-describe-the-tags-for-a-file-system-1481850497090",
+ "title": "To describe the tags for a file system"
+ }
+ ],
+ "ModifyMountTargetSecurityGroups": [
+ {
+ "input": {
+ "MountTargetId": "fsmt-12340abc",
+ "SecurityGroups": [
+ "sg-abcd1234"
+ ]
+ },
+ "comments": {
+ },
+ "description": "This operation modifies the security groups associated with a mount target for a file system.",
+ "id": "to-modify-the-security-groups-associated-with-a-mount-target-for-a-file-system-1481850772562",
+ "title": "To modify the security groups associated with a mount target for a file system"
+ }
+ ],
+ "PutLifecycleConfiguration": [
+ {
+ "input": {
+ "FileSystemId": "fs-01234567",
+ "LifecyclePolicies": [
+ {
+ "TransitionToIA": "AFTER_30_DAYS"
+ }
+ ]
+ },
+ "output": {
+ "LifecyclePolicies": [
+ {
+ "TransitionToIA": "AFTER_30_DAYS"
+ }
+ ]
+ },
+ "comments": {
+ "input": {
+ },
+ "output": {
+ }
+ },
+ "description": "This operation enables lifecycle management on a file system by creating a new LifecycleConfiguration object. A LifecycleConfiguration object defines when files in an Amazon EFS file system are automatically transitioned to the lower-cost EFS Infrequent Access (IA) storage class. A LifecycleConfiguration applies to all files in a file system.",
+ "id": "creates-a-new-lifecycleconfiguration-object-for-a-file-system-1551201594692",
+ "title": "Creates a new lifecycleconfiguration object for a file system"
+ }
+ ]
+ }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/paginators-1.json b/.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/paginators-1.json
new file mode 100644
index 00000000..047d3e2f
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/paginators-1.json
@@ -0,0 +1,34 @@
+{
+ "pagination": {
+ "DescribeFileSystems": {
+ "input_token": "Marker",
+ "output_token": "NextMarker",
+ "limit_key": "MaxItems",
+ "result_key": "FileSystems"
+ },
+ "DescribeMountTargets": {
+ "input_token": "Marker",
+ "output_token": "NextMarker",
+ "limit_key": "MaxItems",
+ "result_key": "MountTargets"
+ },
+ "DescribeTags": {
+ "input_token": "Marker",
+ "output_token": "NextMarker",
+ "limit_key": "MaxItems",
+ "result_key": "Tags"
+ },
+ "DescribeAccessPoints": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults",
+ "result_key": "AccessPoints"
+ },
+ "DescribeReplicationConfigurations": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults",
+ "result_key": "Replications"
+ }
+ }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/service-2.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/service-2.json.gz
new file mode 100644
index 00000000..fdfa54a0
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/efs/2015-02-01/service-2.json.gz
Binary files differ