brk-code

aws-cli の API リファレンス

aws-cli (aws/aws-cli) の公開 API 265 件 —— クラス 217、関数 21、メソッド 27。実際のソースを静的解析して抽出した正確なシグネチャを掲載しています。

リポジトリ: aws/aws-cli

種別件数
クラス217
関数21
メソッド27

API 一覧

classawscli.argparser.ArgTableArgParser
CLI arg parser based on an argument table.
classawscli.argprocess.ParamShorthandDocGen
Documentation generator for param shorthand syntax.
classawscli.arguments.BaseCLIArgument
Interface for CLI argument.
methodawscli.arguments.BaseCLIArgument.add_to_parser(parser)
Add this object to the parser instance.
methodawscli.arguments.BaseCLIArgument.choices()
List valid choices for argument value.
classawscli.arguments.BooleanArgument
Represent a boolean CLI argument.
classawscli.arguments.CLIArgument
Represents a CLI argument that maps to a service parameter.
classawscli.arguments.CustomArgument
Represents a CLI argument that is configured from a dictionary.
classawscli.bcdoc.docstringparser.DataNode
A Node that contains only string data.
classawscli.bcdoc.docstringparser.DocStringParser
A simple HTML parser.
classawscli.bcdoc.docstringparser.HTMLTree
A tree which handles HTML nodes.
classawscli.bcdoc.docstringparser.TagNode
A generic Tag node.
classawscli.bcdoc.textwriter.TextWrapper
Custom subclass that uses a different word separator regex.
classawscli.botocore.args.ConfigObjectWrapper
Base class to mark values set via in-code Config object.
classawscli.botocore.auth.HmacV1PostAuth
Generates a presigned post for s3.
classawscli.botocore.auth.HmacV1QueryAuth
Generates a presigned request for s3.
classawscli.botocore.auth.S3SigV4QueryAuth
S3 SigV4 auth using query parameters.
classawscli.botocore.auth.SigV2Auth
Sign a request with Signature V2.
classawscli.botocore.auth.SigV4Auth
Sign a request with Signature V4.
classawscli.botocore.awsrequest.AWSConnection
Mixin for HTTPConnection that supports Expect 100-continue.
classawscli.botocore.awsrequest.AWSHTTPConnection
An HTTPConnection that supports 100 Continue behavior.
classawscli.botocore.awsrequest.AWSHTTPSConnection
An HTTPSConnection that supports 100 Continue behavior.
classawscli.botocore.awsrequest.AWSRequest
Represents the elements of an HTTP request.
classawscli.botocore.awsrequest.AWSResponse
A data class representing an HTTP response.
methodawscli.botocore.awsrequest.AWSResponse.content()
Content of the response as bytes.
classawscli.botocore.awsrequest.HeadersDict
A case-insenseitive dictionary to represent HTTP headers.
methodawscli.botocore.client.BaseClient.can_paginate(operation_name)
Check if an operation can be paginated.
methodawscli.botocore.client.BaseClient.close()
Closes underlying endpoint connections.
methodawscli.botocore.client.BaseClient.get_paginator(operation_name)
Create a paginator for an operation.
classawscli.botocore.client.ClientCreator
Creates client objects for a service.
classawscli.botocore.client.ClientMeta
Holds additional client methods.
funcawscli.botocore.compat.get_md5(*args, **kwargs)
Attempts to get an md5 hashing object.
classawscli.botocore.config.Config
Advanced configuration for Botocore clients.
funcawscli.botocore.configloader.load_config(config_filename)
Parse a INI config with profiles.
classawscli.botocore.configprovider.BaseProvider
Base class for configuration value providers.
methodawscli.botocore.configprovider.BaseProvider.provide()
Provide a config value.
classawscli.botocore.configprovider.ChainProvider
This provider wraps one or more other providers.
classawscli.botocore.configprovider.ConfigValueStore
The ConfigValueStore object stores configuration values.
classawscli.botocore.configprovider.ConstantProvider
This provider provides a constant value.
classawscli.botocore.credentials.ConfigProvider
INI based config provider with profile sections.
classawscli.botocore.credentials.Credentials
Holds the credentials needed to authenticate requests.
classawscli.botocore.credentials.RefreshableCredentials
Holds the credentials needed to authenticate requests.
classawscli.botocore.crt.auth.CrtS3SigV4AsymQueryAuth
S3 SigV4A auth using query parameters.
classawscli.botocore.crt.auth.CrtS3SigV4QueryAuth
S3 SigV4 auth using query parameters.
classawscli.botocore.endpoint_provider.BaseRule
Base interface for individual endpoint rules.
classawscli.botocore.endpoint_provider.ParameterDefinition
The spec of an individual parameter defined in a RuleSet.
classawscli.botocore.endpoint_provider.ParameterType
Translation from `type` attribute to native Python type.
classawscli.botocore.endpoint_provider.RuleSet
Collection of rules to derive a routable service endpoint.
classawscli.botocore.endpoint_provider.RuleSetEndpoint
A resolved endpoint object returned by a rule.
classawscli.botocore.endpoint_provider.RuleSetStandardLibrary
Rule actions to be performed by the EndpointProvider.
methodawscli.botocore.endpoint_provider.RuleSetStandardLibrary.convert_func_name(value)
Normalize function names.
classawscli.botocore.eventstream.ChecksumMismatch
Calculated checksum did not match the expected checksum.
classawscli.botocore.eventstream.DecodeUtils
Unpacking utility functions used in the decoder.
classawscli.botocore.eventstream.DuplicateHeader
Duplicate header found in the event.
classawscli.botocore.eventstream.EventStream
Wrapper class for an event stream body.
methodawscli.botocore.eventstream.EventStream.close()
Closes the underlying streaming body.
classawscli.botocore.eventstream.EventStreamHeaderParser
Parses the event headers from an event stream message.
classawscli.botocore.eventstream.EventStreamMessage
Represents an event stream message.
classawscli.botocore.eventstream.InvalidHeadersLength
Headers length is longer than the maximum.
classawscli.botocore.eventstream.InvalidPayloadLength
Payload length is longer than the maximum.
classawscli.botocore.eventstream.MessagePrelude
Represents the prelude of an event stream message.
classawscli.botocore.eventstream.NoInitialResponseError
An event of type initial-response was not received.
classawscli.botocore.eventstream.ParserError
Base binary flow encoding parsing exception.
classawscli.botocore.exceptions.BaseEndpointResolverError
Base error for endpoint resolving errors.
classawscli.botocore.exceptions.BotoCoreError
The base exception class for BotoCore exceptions.
classawscli.botocore.exceptions.ChecksumError
The expected checksum did not match the calculated checksum.
classawscli.botocore.exceptions.ConfigNotFound
The specified configuration file could not be found.
classawscli.botocore.exceptions.ConfigParseError
The configuration file could not be parsed.
classawscli.botocore.exceptions.EndpointProviderError
Base error for the EndpointProvider class
classawscli.botocore.exceptions.EndpointResolutionError
Error when input parameters resolve to an error rule
classawscli.botocore.exceptions.EndpointVariantError
Could not construct modeled endpoint variant.
classawscli.botocore.exceptions.IncompleteReadError
HTTP response did not return expected number of bytes.
classawscli.botocore.exceptions.InvalidChecksumConfigError
Error when an invalid checksum config value is supplied.
classawscli.botocore.exceptions.InvalidExpressionError
Expression is either invalid or too complex.
classawscli.botocore.exceptions.InvalidMaxRetryAttemptsError
Error when invalid retry configuration is specified
classawscli.botocore.exceptions.InvalidRegionError
Invalid region_name provided to client or resource.
classawscli.botocore.exceptions.InvalidRetryConfigurationError
Error when invalid retry configuration is specified
classawscli.botocore.exceptions.InvalidRetryModeError
Error when invalid retry mode configuration is specified
classawscli.botocore.exceptions.InvalidS3AddressingStyleError
Error when an invalid path style is specified
classawscli.botocore.exceptions.MissingParametersError
One or more required parameters were not supplied.
classawscli.botocore.exceptions.NoAuthTokenError
No authorization token could be found.
classawscli.botocore.exceptions.NoCredentialsError
No credentials could be found.
classawscli.botocore.exceptions.NoRegionError
No region was specified.
classawscli.botocore.exceptions.PartialCredentialsError
Only partial credentials were found.
classawscli.botocore.exceptions.RangeError
A parameter value was out of the valid range.
classawscli.botocore.exceptions.ServiceNotInRegionError
The service is not available in requested region.
classawscli.botocore.exceptions.TokenRetrievalError
Error attempting to retrieve a token from a remote source.
classawscli.botocore.exceptions.UnknownEndpointError
Could not construct an endpoint.
classawscli.botocore.exceptions.UnknownFIPSEndpointError
Could not construct a FIPS endpoint.
classawscli.botocore.exceptions.UnknownKeyError
Unknown key in a struct parameter.
classawscli.botocore.exceptions.UnknownParameterError
Unknown top level parameter.
classawscli.botocore.exceptions.UnknownRegionError
Raised when trying to load data for an unknown region.
classawscli.botocore.exceptions.UnknownServiceError
Raised when trying to load data for an unknown service.
classawscli.botocore.exceptions.UnknownServiceStyle
Unknown style of service invocation.
classawscli.botocore.exceptions.UnknownSignatureVersionError
Requested Signature Version is not known.
classawscli.botocore.exceptions.ValidationError
An exception occurred validating parameters.
classawscli.botocore.exceptions.WaiterConfigError
Error when processing waiter configuration.
classawscli.botocore.exceptions.WaiterError
Waiter failed to reach desired state.
classawscli.botocore.handlers.HeaderToHostHoister
Takes a header and moves it to the front of the hoststring.
methodawscli.botocore.handlers.HeaderToHostHoister.hoist(params, **kwargs)
Hoist a header to the hostname.
funcawscli.botocore.httpsession.mask_proxy_url(proxy_url)
Mask proxy url credentials.
funcawscli.botocore.invoke_initializers(session)
Invoke all initializers for a session.
classawscli.botocore.loaders.ExtrasProcessor
Processes data from extras files into service models.
classawscli.botocore.loaders.JSONFileLoader
Loader JSON files.
methodawscli.botocore.loaders.JSONFileLoader.exists(file_path)
Checks if the file exists.
methodawscli.botocore.loaders.JSONFileLoader.load_file(file_path)
Attempt to load the file path.
classawscli.botocore.loaders.Loader
Find and load data models.
methodawscli.botocore.loaders.Loader.list_available_services(type_name)
List all known services.
methodawscli.botocore.loaders.Loader.load_data(name)
Load data given a data path.
funcawscli.botocore.loaders.create_loader(search_path_string=None)
Create a Loader class.
classawscli.botocore.model.DenormalizedStructureBuilder
Build a StructureShape from a denormalized model.
methodawscli.botocore.model.OperationModel.wire_name()
The wire name of the operation.
methodawscli.botocore.model.ServiceModel.service_name()
The name of the service.
classawscli.botocore.model.Shape
Object representing a shape from the service model.
methodawscli.botocore.model.Shape.metadata()
Metadata about the shape.
methodawscli.botocore.model.Shape.required_members()
A list of members that are required.
classawscli.botocore.model.ShapeNameGenerator
Generate unique shape names for a type.
methodawscli.botocore.model.ShapeNameGenerator.new_shape_name(type_name)
Generate a unique shape name.
classawscli.botocore.model.ShapeResolver
Resolves shape references.
classawscli.botocore.paginate.PageIterator
An iterable object to paginate API results.
classawscli.botocore.paginate.ResultKeyIterator
Iterates over the results of paginated responses.
classawscli.botocore.paginate.TokenDecoder
Decodes token strings back into dictionaries.
methodawscli.botocore.paginate.TokenDecoder.decode(token)
Decodes an opaque string to a dictionary.
classawscli.botocore.paginate.TokenEncoder
Encodes dictionaries into opaque strings.
methodawscli.botocore.paginate.TokenEncoder.encode(token)
Encodes a dictionary to an opaque string.
classawscli.botocore.parsers.ResponseParser
Base class for response parsing.
classawscli.botocore.regions.BaseEndpointResolver
Resolves regions and endpoints.
classawscli.botocore.regions.EndpointResolver
Resolves endpoints based on partition endpoint metadata
classawscli.botocore.regions.EndpointRulesetResolver
Resolves endpoints using a service's endpoint ruleset
classawscli.botocore.response.StreamingBody
Wrapper class for an http response body.
classawscli.botocore.retries.adaptive.RateClocker
Tracks the rate at which a client is sending a request.
classawscli.botocore.retries.base.BaseRetryableChecker
Base class for determining if a retry should happen.
classawscli.botocore.retries.standard.ModeledRetryableChecker
Check if an error has been modeled as retryable.
classawscli.botocore.retries.standard.RetryHandler
Bridge between botocore's event system and this module.
classawscli.botocore.retryhandler.BaseChecker
Base class for retry checkers.
classawscli.botocore.retryhandler.ExceptionRaiser
Raise any caught exceptions.
classawscli.botocore.retryhandler.MaxAttemptsDecorator
Allow retries up to a maximum number of attempts.
classawscli.botocore.retryhandler.RetryHandler
Retry handler.
classawscli.botocore.serialize.BaseRestSerializer
Base class for rest protocols.
classawscli.botocore.serialize.BaseRpcV2Serializer
Base class for RPCv2 protocols.
classawscli.botocore.session.ComponentLocator
Service locator for session components.
methodawscli.botocore.session.Session.full_config()
Return the parsed config file.
methodawscli.botocore.session.Session.get_service_model(service_name, api_version=None)
Get the service model object.
funcawscli.botocore.session.get_session(env_vars=None)
Return a new session object.
classawscli.botocore.signers.CloudFrontSigner
A signer to create a signed CloudFront URL.
funcawscli.botocore.translate.resolve_references(config, definitions)
Recursively replace $ref keys.
funcawscli.botocore.unregister_initializer(callback)
Unregister an initializer function.
classawscli.botocore.useragent.RawStringUserAgentComponent
UserAgentComponent interface wrapper around ``str``.
classawscli.botocore.useragent.UserAgentString
Generator for AWS SDK User-Agent header strings.
classawscli.botocore.utils.ArgumentGenerator
Generate sample input based on a shape model.
methodawscli.botocore.utils.ArgumentGenerator.generate_skeleton(shape)
Generate a sample input.
classawscli.botocore.utils.CachedProperty
A read only property that caches the initially computed value.
classawscli.botocore.utils.JSONFileCache
JSON file cache.
classawscli.botocore.utils.LoginTokenLoader
Loads and saves login access tokens to disk
classawscli.botocore.utils.S3RegionRedirector
This handler has been replaced by S3RegionRedirectorv2.
funcawscli.botocore.utils.calculate_sha256(body, as_hex=False)
Calculate a sha256 checksum.
funcawscli.botocore.utils.calculate_tree_hash(body)
Calculate a tree hash checksum.
funcawscli.botocore.utils.has_header(header_name, headers)
Case-insensitive check for header key.
funcawscli.botocore.utils.is_valid_endpoint_url(endpoint_url)
Verify the endpoint_url is valid.
funcawscli.botocore.utils.percent_encode(input_str, safe=SAFE_CHARS)
Urlencodes a string.
classawscli.botocore.validate.ParamValidator
Validates parameters against a shape model.
classawscli.botocore.waiter.SingleWaiterConfig
Represents the waiter configuration for a single waiter.
funcawscli.botocore.xform_name(name, sep='_', _xform_cache=_xform_cache)
Convert camel case to a "pythonic" name.
classawscli.clidocs.GlobalOptionsDocumenter
Documenter used to pre-generate global options docs.
classawscli.clidriver.CLIOperationCaller
Call an AWS operation and format the response.
classawscli.clidriver.ServiceCommand
A service command for the CLI.
classawscli.clidriver.ServiceOperation
A single operation of a service.
classawscli.commands.CLICommand
Interface for a CLI command.
funcawscli.compat.compat_input(prompt)
Cygwin's pty's are based on pipes.
classawscli.customizations.arguments.QueryOutFileArgument
An argument that write a JMESPath query result to a file
classawscli.customizations.arguments.StatefulArgument
An argument that maintains a stateful value
classawscli.customizations.awslambda.ReplacedZipFileArgument
A replacement argument for nested ZipFile argument.
classawscli.customizations.awslambda.ZipFileArgument
A new ZipFile argument to be injected at the top level.
classawscli.customizations.awslambda.ZipFileArgumentHoister
Hoists a ZipFile argument up to the top level.
classawscli.customizations.cloudformation.artifact_exporter.CodeCommitRepositoryS3Resource
Represents CodeCommit::Repository resource.
classawscli.customizations.cloudformation.artifact_exporter.GlueJobCommandScriptLocationResource
Represents Glue::Job resource.
classawscli.customizations.cloudformation.artifact_exporter.Template
Class to export a CloudFormation template
funcawscli.customizations.cloudformation.yamlhelper.yaml_parse(yamlstr)
Parse a yaml string
classawscli.customizations.cloudtrail.validation.DigestError
Exception raised when a digest fails to validate
classawscli.customizations.cloudtrail.validation.DigestProvider
Retrieves digest keys and digests from Amazon S3.
classawscli.customizations.cloudtrail.validation.DigestSignatureError
Exception raised when a digest signature is invalid
classawscli.customizations.cloudtrail.validation.DigestTraverser
Retrieves and validates digests within a date range.
classawscli.customizations.cloudtrail.validation.InvalidDigestFormat
Exception raised when a digest has an invalid format
classawscli.customizations.cloudtrail.validation.Sha256RSADigestValidator
Validates SHA256withRSA signed digests.
classawscli.customizations.commands.BasicCommand
Basic top level command with no subcommands.
classawscli.customizations.ecr.ECRLogin
Log in with 'docker login'
classawscli.customizations.ecs.exceptions.ECSError
Base class for all ECSErrors.
classawscli.customizations.eks.exceptions.EKSClusterError
Raised when a cluster is not in the correct state.
classawscli.customizations.eks.exceptions.EKSError
Base class for all EKSErrors.
classawscli.customizations.eks.kubeconfig.KubeconfigCorruptedError
Raised when a kubeconfig cannot be parsed.
classawscli.customizations.eks.kubeconfig.KubeconfigError
Base class for all kubeconfig errors.
classawscli.customizations.eks.ordered_yaml.SafeOrderedDumper
Safely dump an OrderedDict as yaml.
classawscli.customizations.eks.ordered_yaml.SafeOrderedLoader
Safely load a yaml file into an OrderedDict.
classawscli.customizations.emr.exceptions.BothSseAndEncryptionConfiguredError
Only one of SSE or Encryption can be configured.
classawscli.customizations.emr.exceptions.ClusterTerminatedError
The cluster is terminating or has already terminated.
classawscli.customizations.emr.exceptions.EmptyListError
The provided list is empty.
classawscli.customizations.emr.exceptions.EmrError
The base exception class for Emr exceptions.
classawscli.customizations.emr.exceptions.InvalidAmiVersionError
The supplied ami-version is invalid.
classawscli.customizations.emr.exceptions.InvalidS3LoggingPolicyError
Invalid policy specified for S3LoggingConfiguration.
classawscli.customizations.emr.exceptions.MasterDNSNotAvailableError
Cannot get dns of master node on the cluster.
classawscli.customizations.emr.exceptions.MissingBooleanOptionsError
Required boolean options are not supplied.
classawscli.customizations.emr.exceptions.MissingParametersError
One or more required parameters were not supplied.
classawscli.customizations.emr.exceptions.RequiredOptionsError
Either of option1 or option2 is required.
classawscli.customizations.emr.exceptions.SCPNotFoundError
SCP or Pscp not available.
classawscli.customizations.emr.exceptions.SSHNotFoundError
SSH or Putty not available.
classawscli.customizations.emr.exceptions.UnknownEncryptionTypeError
The provided encryption type is not supported.
classawscli.customizations.emr.exceptions.UnknownStepTypeError
The provided step type is not supported.
classawscli.customizations.emr.exceptions.WrongPuttyKeyError
A wrong key has been used with a compatible program.
classawscli.customizations.s3.filegenerator.FileDecodingError
Raised when there was an issue decoding the file.
classawscli.customizations.s3.filters.Filter
This is a universal exclude/include filter.
classawscli.customizations.s3.results.BaseResultHandler
Base handler class to be called in the ResultProcessor
classawscli.customizations.s3.results.NoProgressResultPrinter
A result printer that doesn't print progress
classawscli.customizations.s3.results.OnlyShowErrorsResultPrinter
A result printer that only prints out errors
classawscli.customizations.s3.subcommands.CommandArchitecture
This class drives the actual command.
classawscli.customizations.s3.utils.BucketLister
List keys in a bucket.
classawscli.customizations.s3.utils.DeleteCopySourceObjectSubscriber
A subscriber which deletes the copy source.
classawscli.customizations.s3.utils.DeleteSourceFileSubscriber
A subscriber which deletes a file.
classawscli.customizations.s3.utils.DeleteSourceObjectSubscriber
A subscriber which deletes an object.
classawscli.customizations.s3.utils.DeleteSourceSubscriber
A subscriber which deletes the source of the transfer.
classawscli.customizations.s3.utils.DirectoryCreatorSubscriber
Creates a directory to download if it does not exist
classawscli.customizations.s3.utils.NonSeekableStream
Wrap a file like object as a non seekable stream.
classawscli.customizations.s3.utils.ProvideLastModifiedTimeSubscriber
Sets utime for a downloaded file
classawscli.customizations.s3uploader.S3Uploader
Class to upload objects to S3 bucket that use versioning.
classawscli.formatter.TableFormatter
Pretty print a table from a given response.
methodawscli.help.HelpCommand.name()
Return the name of the wrapped object.
classawscli.help.OperationHelpCommand
Implements operation level help.
classawscli.help.PagingHelpRenderer
Interface for a help renderer.
classawscli.help.PosixHelpRenderer
Render help content on a Posix-like system.
classawscli.help.ProviderHelpCommand
Implements top level help command.
classawscli.help.ServiceHelpCommand
Implements service level help.
classawscli.help.WindowsHelpRenderer
Render help content on a Windows platform.
funcawscli.paramfile.get_paramfile(path, cases)
Load parameter based on a resource URI.
classawscli.s3transfer.ShutdownQueue
A queue implementation that can be shutdown.
classawscli.s3transfer.StreamReaderProgress
Wrapper for a read only stream that adds progress callbacks.
classawscli.s3transfer.copies.CopyObjectTask
Task to do a nonmultipart copy
classawscli.s3transfer.copies.CopyPartTask
Task to upload a part in a multipart copy
classawscli.s3transfer.copies.CopySubmissionTask
Task for submitting tasks to execute a copy
classawscli.s3transfer.crt.CRTTransferCoordinator
A helper class for managing CRTTransferFuture
classawscli.s3transfer.crt.CRTTransferMeta
Holds metadata about the CRTTransferFuture
classawscli.s3transfer.delete.DeleteSubmissionTask
Task for submitting tasks to execute an object deletion.
classawscli.s3transfer.download.DownloadSubmissionTask
Task for submitting tasks to execute a download
classawscli.s3transfer.download.IOCloseTask
A task to close out a file once the download is complete.
classawscli.s3transfer.download.IOStreamingWriteTask
Task for writing data to a non-seekable stream.
classawscli.s3transfer.exceptions.FatalError
A CancelledError raised from an error in the TransferManager
classawscli.s3transfer.futures.TransferCoordinator
A helper class for managing TransferFuture
classawscli.s3transfer.futures.TransferMeta
Holds metadata about the TransferFuture
methodawscli.s3transfer.futures.TransferMeta.transfer_id()
The unique id of the transfer
classawscli.s3transfer.upload.PutObjectTask
Task to do a nonmultipart upload
classawscli.s3transfer.upload.UploadFilenameInputManager
Upload utility for filenames
classawscli.s3transfer.upload.UploadNonSeekableInputManager
Upload utility for a file-like object that cannot seek.
classawscli.s3transfer.upload.UploadPartTask
Task to upload a part in a multipart upload
classawscli.s3transfer.upload.UploadSeekableInputManager
Upload utility for an open file object
classawscli.s3transfer.upload.UploadSubmissionTask
Task for submitting tasks to execute an upload
classawscli.s3transfer.utils.SlidingWindowSemaphore
A semaphore used to coordinate sequential resource access.
classawscli.shorthand.ShorthandParser
Parses shorthand syntax in the CLI.
methodawscli.shorthand.ShorthandParser.parse(value)
Parse shorthand syntax.
funcawscli.table.align_left(text, length, left_edge='|', right_edge='|', text_length=None, left_padding=2)
Left align text.
classawscli.testutils.BaseCLIDriverTest
Base unittest that use clidriver.
classawscli.testutils.BaseS3CLICommand
Base class for aws s3 command.
classawscli.testutils.ConsistencyWaiter
A waiter class for some check to reach a consistent state.
funcawscli.testutils.aws(command, collect_memory=False, env_vars=None, wait_for_finish=True, input_data=None, input_file=None)
Run an aws command.
funcawscli.testutils.random_chars(num_chars)
Returns random hex characters.
classawscli.utils.BaseShapeVisitor
Visit shape encountered by ShapeWalker
classawscli.utils.ShapeRecordingVisitor
Record shapes visited by ShapeWalker
funcawscli.utils.is_document_type(shape)
Check if shape is a document type

この情報について

掲載しているシグネチャは aws/aws-cli の公開ソースコードを Python の ast モジュールで静的解析し、引数名・デフォルト値・ 型注釈・戻り値型をそのまま抽出したものです。実装コードは保存していません。 詳しくは仕組みの解説をご覧ください。

収録ライブラリ一覧(全 805 件)へ戻る