about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23
diff options
context:
space:
mode:
authorS. Solomon Darnell2025-03-28 21:52:21 -0500
committerS. Solomon Darnell2025-03-28 21:52:21 -0500
commit4a52a71956a8d46fcb7294ac71734504bb09bcc2 (patch)
treeee3dc5af3b6313e921cd920906356f5d4febc4ed /.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23
parentcc961e04ba734dd72309fb548a2f97d67d578813 (diff)
downloadgn-ai-master.tar.gz
two version of R2R are here HEAD master
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23')
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/endpoint-rule-set-1.json.gzbin0 -> 1150 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/examples-1.json315
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/paginators-1.json16
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/service-2.json.gzbin0 -> 6088 bytes
4 files changed, 331 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/endpoint-rule-set-1.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/endpoint-rule-set-1.json.gz
new file mode 100644
index 00000000..dddb787c
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/endpoint-rule-set-1.json.gz
Binary files differdiff --git a/.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/examples-1.json b/.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/examples-1.json
new file mode 100644
index 00000000..fdef2700
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/examples-1.json
@@ -0,0 +1,315 @@
+{
+  "version": "1.0",
+  "examples": {
+    "CreateEnvironmentEC2": [
+      {
+        "input": {
+          "name": "my-demo-environment",
+          "automaticStopTimeMinutes": 60,
+          "description": "This is my demonstration environment.",
+          "instanceType": "t2.micro",
+          "ownerArn": "arn:aws:iam::123456789012:user/MyDemoUser",
+          "subnetId": "subnet-6300cd1b"
+        },
+        "output": {
+          "environmentId": "8d9967e2f0624182b74e7690ad69ebEX"
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "",
+        "id": "createenvironmentec2-1516821730547",
+        "title": "CreateEnvironmentEC2"
+      }
+    ],
+    "CreateEnvironmentMembership": [
+      {
+        "input": {
+          "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
+          "permissions": "read-write",
+          "userArn": "arn:aws:iam::123456789012:user/AnotherDemoUser"
+        },
+        "output": {
+          "membership": {
+            "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
+            "permissions": "read-write",
+            "userArn": "arn:aws:iam::123456789012:user/AnotherDemoUser",
+            "userId": "AIDAJ3BA6O2FMJWCWXHEX"
+          }
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "",
+        "id": "createenvironmentmembership-1516822583452",
+        "title": "CreateEnvironmentMembership"
+      }
+    ],
+    "DeleteEnvironment": [
+      {
+        "input": {
+          "environmentId": "8d9967e2f0624182b74e7690ad69ebEX"
+        },
+        "output": {
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "",
+        "id": "deleteenvironment-1516822903149",
+        "title": "DeleteEnvironment"
+      }
+    ],
+    "DeleteEnvironmentMembership": [
+      {
+        "input": {
+          "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
+          "userArn": "arn:aws:iam::123456789012:user/AnotherDemoUser"
+        },
+        "output": {
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "",
+        "id": "deleteenvironmentmembership-1516822975655",
+        "title": "DeleteEnvironmentMembership"
+      }
+    ],
+    "DescribeEnvironmentMemberships": [
+      {
+        "input": {
+          "environmentId": "8d9967e2f0624182b74e7690ad69ebEX"
+        },
+        "output": {
+          "memberships": [
+            {
+              "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
+              "permissions": "read-write",
+              "userArn": "arn:aws:iam::123456789012:user/AnotherDemoUser",
+              "userId": "AIDAJ3BA6O2FMJWCWXHEX"
+            },
+            {
+              "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
+              "permissions": "owner",
+              "userArn": "arn:aws:iam::123456789012:user/MyDemoUser",
+              "userId": "AIDAJNUEDQAQWFELJDLEX"
+            }
+          ]
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "The following example gets information about all of the environment members for the specified development environment.",
+        "id": "describeenvironmentmemberships1-1516823070453",
+        "title": "DescribeEnvironmentMemberships1"
+      },
+      {
+        "input": {
+          "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
+          "permissions": [
+            "owner"
+          ]
+        },
+        "output": {
+          "memberships": [
+            {
+              "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
+              "permissions": "owner",
+              "userArn": "arn:aws:iam::123456789012:user/MyDemoUser",
+              "userId": "AIDAJNUEDQAQWFELJDLEX"
+            }
+          ]
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "The following example gets information about the owner of the specified development environment.",
+        "id": "describeenvironmentmemberships2-1516823191355",
+        "title": "DescribeEnvironmentMemberships2"
+      },
+      {
+        "input": {
+          "userArn": "arn:aws:iam::123456789012:user/MyDemoUser"
+        },
+        "output": {
+          "memberships": [
+            {
+              "environmentId": "10a75714bd494714929e7f5ec4125aEX",
+              "lastAccess": "2018-01-19T11:06:13Z",
+              "permissions": "owner",
+              "userArn": "arn:aws:iam::123456789012:user/MyDemoUser",
+              "userId": "AIDAJNUEDQAQWFELJDLEX"
+            },
+            {
+              "environmentId": "12bfc3cd537f41cb9776f8af5525c9EX",
+              "lastAccess": "2018-01-19T11:39:19Z",
+              "permissions": "owner",
+              "userArn": "arn:aws:iam::123456789012:user/MyDemoUser",
+              "userId": "AIDAJNUEDQAQWFELJDLEX"
+            }
+          ]
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "The following example gets development environment membership information for the specified user.",
+        "id": "describeenvironmentmemberships3-1516823268793",
+        "title": "DescribeEnvironmentMemberships3"
+      }
+    ],
+    "DescribeEnvironmentStatus": [
+      {
+        "input": {
+          "environmentId": "8d9967e2f0624182b74e7690ad69ebEX"
+        },
+        "output": {
+          "message": "Environment is ready to use",
+          "status": "ready"
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "",
+        "id": "describeenvironmentstatus-1516823462133",
+        "title": "DescribeEnvironmentStatus"
+      }
+    ],
+    "DescribeEnvironments": [
+      {
+        "input": {
+          "environmentIds": [
+            "8d9967e2f0624182b74e7690ad69ebEX",
+            "349c86d4579e4e7298d500ff57a6b2EX"
+          ]
+        },
+        "output": {
+          "environments": [
+            {
+              "name": "my-demo-environment",
+              "type": "ec2",
+              "arn": "arn:aws:cloud9:us-east-2:123456789012:environment:8d9967e2f0624182b74e7690ad69ebEX",
+              "description": "This is my demonstration environment.",
+              "id": "8d9967e2f0624182b74e7690ad69ebEX",
+              "lifecycle": {
+                "status": "CREATED"
+              },
+              "ownerArn": "arn:aws:iam::123456789012:user/MyDemoUser"
+            },
+            {
+              "name": "another-demo-environment",
+              "type": "ssh",
+              "arn": "arn:aws:cloud9:us-east-2:123456789012:environment:349c86d4579e4e7298d500ff57a6b2EX",
+              "description": "",
+              "id": "349c86d4579e4e7298d500ff57a6b2EX",
+              "lifecycle": {
+                "status": "CREATED"
+              },
+              "ownerArn": "arn:aws:sts::123456789012:assumed-role/AnotherDemoUser/AnotherDemoUser"
+            }
+          ]
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "",
+        "id": "describeenvironments-1516823568291",
+        "title": "DescribeEnvironments"
+      }
+    ],
+    "ListEnvironments": [
+      {
+        "input": {
+        },
+        "output": {
+          "environmentIds": [
+            "349c86d4579e4e7298d500ff57a6b2EX",
+            "45a3da47af0840f2b0c0824f5ee232EX"
+          ]
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "",
+        "id": "listenvironments-1516823687205",
+        "title": "ListEnvironments"
+      }
+    ],
+    "UpdateEnvironment": [
+      {
+        "input": {
+          "name": "my-changed-demo-environment",
+          "description": "This is my changed demonstration environment.",
+          "environmentId": "8d9967e2f0624182b74e7690ad69ebEX"
+        },
+        "output": {
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "",
+        "id": "updateenvironment-1516823781910",
+        "title": "UpdateEnvironment"
+      }
+    ],
+    "UpdateEnvironmentMembership": [
+      {
+        "input": {
+          "environmentId": "8d9967e2f0624182b74e7690ad69ebEX",
+          "permissions": "read-only",
+          "userArn": "arn:aws:iam::123456789012:user/AnotherDemoUser"
+        },
+        "output": {
+          "membership": {
+            "environmentId": "8d9967e2f0624182b74e7690ad69eb31",
+            "permissions": "read-only",
+            "userArn": "arn:aws:iam::123456789012:user/AnotherDemoUser",
+            "userId": "AIDAJ3BA6O2FMJWCWXHEX"
+          }
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "",
+        "id": "updateenvironmentmembership-1516823876645",
+        "title": "UpdateEnvironmentMembership"
+      }
+    ]
+  }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/paginators-1.json b/.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/paginators-1.json
new file mode 100644
index 00000000..1c4c2ff5
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/paginators-1.json
@@ -0,0 +1,16 @@
+{
+  "pagination": {
+    "DescribeEnvironmentMemberships": {
+      "result_key": "memberships",
+      "output_token": "nextToken",
+      "input_token": "nextToken",
+      "limit_key": "maxResults"
+    },
+    "ListEnvironments": {
+      "result_key": "environmentIds",
+      "output_token": "nextToken",
+      "input_token": "nextToken",
+      "limit_key": "maxResults"
+    }
+  }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/service-2.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/service-2.json.gz
new file mode 100644
index 00000000..85b72dba
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/cloud9/2017-09-23/service-2.json.gz
Binary files differ