C# (CSharp) Amazon Пространство имен

Пространства имен

Amazon.APIGateway
Amazon.AWSHealth
Amazon.AWSMarketplaceCommerceAnalytics
Amazon.AWSMarketplaceMetering
Amazon.AWSSupport
Amazon.AppStream
Amazon.ApplicationAutoScaling
Amazon.ApplicationDiscoveryService
Amazon.Auth
Amazon.AutoScaling
Amazon.AwsToolkit
Amazon.Batch
Amazon.Budgets
Amazon.CertificateManager
Amazon.CloudFormation
Amazon.CloudFront
Amazon.CloudHSM
Amazon.CloudSearch
Amazon.CloudSearchDomain
Amazon.CloudTrail
Amazon.CloudWatch
Amazon.CloudWatchEvents
Amazon.CloudWatchLogs
Amazon.CodeAnalysis
Amazon.CodeBuild
Amazon.CodeCommit
Amazon.CodeDeploy
Amazon.CodePipeline
Amazon.CognitoIdentity
Amazon.CognitoIdentityProvider
Amazon.CognitoSync
Amazon.ConfigService
Amazon.DNXCore
Amazon.DataPipeline
Amazon.DatabaseMigrationService
Amazon.DeviceFarm
Amazon.DirectConnect
Amazon.DirectoryService
Amazon.DiscoveryService
Amazon.DynamoDBv2
Amazon.EC2
Amazon.ECR
Amazon.ECS
Amazon.ElastiCache
Amazon.ElasticBeanstalk
Amazon.ElasticFileSystem
Amazon.ElasticLoadBalancing
Amazon.ElasticLoadBalancingV2
Amazon.ElasticMapReduce
Amazon.ElasticTranscoder
Amazon.Elasticsearch
Amazon.Extensions
Amazon.GameLift
Amazon.Glacier
Amazon.IdentityManagement
Amazon.ImportExport
Amazon.Inspector
Amazon.Internal
Amazon.IoT
Amazon.IotData
Amazon.KeyManagementService
Amazon.Kinesis
Amazon.KinesisAnalytics
Amazon.KinesisFirehose
Amazon.Lambda
Amazon.Lightsail
Amazon.MachineLearning
Amazon.MerchantModule
Amazon.MobileAnalytics
Amazon.OpsWorks
Amazon.OpsWorksCM
Amazon.Pinpoint
Amazon.Polly
Amazon.PowerShell
Amazon.RDS
Amazon.Redshift
Amazon.Rekognition
Amazon.Route53
Amazon.Route53Domains
Amazon.Runtime
Amazon.S3
Amazon.SQS
Amazon.SecurityToken
Amazon.ServerMigrationService
Amazon.ServiceCatalog
Amazon.SessionProvider
Amazon.Shield
Amazon.SimpleDB
Amazon.SimpleEmail
Amazon.SimpleNotificationService
Amazon.SimpleSystemsManagement
Amazon.SimpleWorkflow
Amazon.Snowball
Amazon.StepFunctions
Amazon.StorageGateway
Amazon.TraceListener
Amazon.Util
Amazon.WAF
Amazon.WAFRegional
Amazon.WorkSpaces
Amazon.XRay

Классы

Имя Описание
AWSClientFactory The Amazon Web Services SDK provides devlopers with a coherent and unified interface to the suite of Amazon Web Services. The intent is to facilitate the rapid building of applications that leverage multiple Amazon Web Services.

To get started, request an instance of the AWSClientFactory via this class's static Instance member. Use the factory instance to create clients for all the Web Services needed by the application.

AWSConfigs Configuration options that apply to the entire SDK.
AWSConfigsS3 Configuration for the S3 section of AWS configuration. Changes to some settings may not take effect until a new client is constructed. Example section: <configSections> <section name="aws" type="Amazon.AWSSection, AWSSDK"/> </configSections> <aws> <s3 useSignatureVersion4="true" /> </aws>
AWSSection Root AWS config section
LoggingSection Logging section
ProxySection Settings for configuring a proxy for the SDK to use.
RegionEndpoint This class contains the endpoints available to the AWS clients. The static constants representing the regions can be used while constructing the AWS client instead of looking up the exact endpoint URL.
RegionEndpoint.Endpoint This class defines an endpoints hostname and which protocols it supports.
UnityInitializer A singleton instance of which will initialize the Main thread dispatcher & logger. This class is linked to the AWSPrefab so that user can make any configuration changes and instance will be included in every scene via the prefab.
V4ClientSection
V4ClientSectionRoot