diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/cur')
| -rw-r--r-- | .venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/endpoint-rule-set-1.json.gz | bin | 0 -> 1147 bytes | |||
| -rw-r--r-- | .venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/examples-1.json | 102 | ||||
| -rw-r--r-- | .venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/paginators-1.json | 10 | ||||
| -rw-r--r-- | .venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/service-2.json.gz | bin | 0 -> 3835 bytes |
4 files changed, 112 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/endpoint-rule-set-1.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/endpoint-rule-set-1.json.gz new file mode 100644 index 00000000..a3cbe69f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/endpoint-rule-set-1.json.gz Binary files differdiff --git a/.venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/examples-1.json b/.venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/examples-1.json new file mode 100644 index 00000000..d647e38b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/examples-1.json @@ -0,0 +1,102 @@ +{ + "version": "1.0", + "examples": { + "DeleteReportDefinition": [ + { + "input": { + "ReportName": "ExampleReport" + }, + "comments": { + "input": { + }, + "output": { + } + }, + "description": "The following example deletes the AWS Cost and Usage report named ExampleReport.", + "id": "to-delete-a-report", + "title": "To delete the AWS Cost and Usage report named ExampleReport." + } + ], + "DescribeReportDefinitions": [ + { + "input": { + "MaxResults": 5 + }, + "output": { + "ReportDefinitions": [ + { + "AdditionalArtifacts": [ + "QUICKSIGHT" + ], + "AdditionalSchemaElements": [ + "RESOURCES" + ], + "Compression": "GZIP", + "Format": "textORcsv", + "ReportName": "ExampleReport", + "S3Bucket": "example-s3-bucket", + "S3Prefix": "exampleprefix", + "S3Region": "us-east-1", + "TimeUnit": "HOURLY" + }, + { + "AdditionalArtifacts": [ + "QUICKSIGHT" + ], + "AdditionalSchemaElements": [ + "RESOURCES" + ], + "Compression": "GZIP", + "Format": "textORcsv", + "ReportName": "ExampleReport2", + "S3Bucket": "example-s3-bucket", + "S3Prefix": "exampleprefix", + "S3Region": "us-east-1", + "TimeUnit": "HOURLY" + } + ] + }, + "comments": { + "input": { + }, + "output": { + } + }, + "description": "The following example lists the AWS Cost and Usage reports for the account.", + "id": "to-retrieve-report-definitions", + "title": "To list the AWS Cost and Usage reports for the account." + } + ], + "PutReportDefinition": [ + { + "input": { + "ReportDefinition": { + "AdditionalArtifacts": [ + "REDSHIFT", + "QUICKSIGHT" + ], + "AdditionalSchemaElements": [ + "RESOURCES" + ], + "Compression": "ZIP", + "Format": "textORcsv", + "ReportName": "ExampleReport", + "S3Bucket": "example-s3-bucket", + "S3Prefix": "exampleprefix", + "S3Region": "us-east-1", + "TimeUnit": "DAILY" + } + }, + "comments": { + "input": { + }, + "output": { + } + }, + "description": "The following example creates a AWS Cost and Usage report named ExampleReport.", + "id": "to-create-a-report-definitions", + "title": "To create a report named ExampleReport." + } + ] + } +} diff --git a/.venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/paginators-1.json b/.venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/paginators-1.json new file mode 100644 index 00000000..7db4dfe1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/paginators-1.json @@ -0,0 +1,10 @@ +{ + "pagination": { + "DescribeReportDefinitions": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "ReportDefinitions" + } + } +} diff --git a/.venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/service-2.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/service-2.json.gz new file mode 100644 index 00000000..65bca3e6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/botocore/data/cur/2017-01-06/service-2.json.gz Binary files differ |
