コード例 #1
0
 /// <summary>
 /// Constructs AmazonSageMakerRuntimeClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 public AmazonSageMakerRuntimeClient()
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonSageMakerRuntimeConfig())
 {
 }
コード例 #2
0
 /// <summary>
 /// Constructs AmazonCodeBuildClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="config">The AmazonCodeBuildClient Configuration Object</param>
 public AmazonCodeBuildClient(AmazonCodeBuildConfig config)
     : base(FallbackCredentialsFactory.GetCredentials(), config)
 {
 }
コード例 #3
0
 /// <summary>
 /// Constructs AmazonCloudFormationClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSAccessKey" value="********************"/&gt;
 ///         &lt;add key="AWSSecretKey" value="****************************************"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="region">The region to connect.</param>
 public AmazonCloudFormationClient(RegionEndpoint region)
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonCloudFormationConfig() { RegionEndpoint = region }, AuthenticationTypes.User | AuthenticationTypes.Session)
 {
 }
コード例 #4
0
 /// <summary>
 /// Constructs AmazonS3ControlClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="config">The AmazonS3ControlClient Configuration Object</param>
 public AmazonS3ControlClient(AmazonS3ControlConfig config)
     : base(FallbackCredentialsFactory.GetCredentials(), config)
 {
 }
コード例 #5
0
 /// <summary>
 /// Constructs AmazonCodeBuildClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 public AmazonCodeBuildClient()
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonCodeBuildConfig())
 {
 }
コード例 #6
0
 /// <summary>
 /// Constructs AmazonAutoScalingPlansClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="config">The AmazonAutoScalingPlansClient Configuration Object</param>
 public AmazonAutoScalingPlansClient(AmazonAutoScalingPlansConfig config)
     : base(FallbackCredentialsFactory.GetCredentials(), config)
 {
 }
コード例 #7
0
 /// <summary>
 /// Constructs AmazonAutoScalingPlansClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="region">The region to connect.</param>
 public AmazonAutoScalingPlansClient(RegionEndpoint region)
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonAutoScalingPlansConfig {
     RegionEndpoint = region
 })
 {
 }
コード例 #8
0
 /// <summary>
 /// Constructs AmazonPersonalizeRuntimeClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="config">The AmazonPersonalizeRuntimeClient Configuration Object</param>
 public AmazonPersonalizeRuntimeClient(AmazonPersonalizeRuntimeConfig config)
     : base(FallbackCredentialsFactory.GetCredentials(), config)
 {
 }
コード例 #9
0
 /// <summary>
 /// Constructs AmazonPersonalizeRuntimeClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 public AmazonPersonalizeRuntimeClient()
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonPersonalizeRuntimeConfig())
 {
 }
コード例 #10
0
 /// <summary>
 /// Constructs AmazonAWSMarketplaceMeteringClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 /// 
 /// Example App.config with credentials set. 
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="region">The region to connect.</param>
 public AmazonAWSMarketplaceMeteringClient(RegionEndpoint region)
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonAWSMarketplaceMeteringConfig{RegionEndpoint = region}) { }
コード例 #11
0
 /// <summary>
 /// Constructs AmazonAWSMarketplaceMeteringClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 /// 
 /// Example App.config with credentials set. 
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="config">The AmazonAWSMarketplaceMeteringClient Configuration Object</param>
 public AmazonAWSMarketplaceMeteringClient(AmazonAWSMarketplaceMeteringConfig config)
     : base(FallbackCredentialsFactory.GetCredentials(), config) { }
コード例 #12
0
 /// <summary>
 /// Constructs AmazonMediaTailorClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="region">The region to connect.</param>
 public AmazonMediaTailorClient(RegionEndpoint region)
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonMediaTailorConfig {
     RegionEndpoint = region
 })
 {
 }
コード例 #13
0
 /// <summary>
 /// Constructs AmazonMediaTailorClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 public AmazonMediaTailorClient()
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonMediaTailorConfig())
 {
 }
コード例 #14
0
 /// <summary>
 /// Constructs AmazonMediaTailorClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="config">The AmazonMediaTailorClient Configuration Object</param>
 public AmazonMediaTailorClient(AmazonMediaTailorConfig config)
     : base(FallbackCredentialsFactory.GetCredentials(), config)
 {
 }
コード例 #15
0
 /// <summary>
 /// Constructs AmazonDynamoDBStreamsClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 public AmazonDynamoDBStreamsClient()
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonDynamoDBStreamsConfig())
 {
 }
コード例 #16
0
 /// <summary>
 /// Constructs AmazonPersonalizeRuntimeClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="region">The region to connect.</param>
 public AmazonPersonalizeRuntimeClient(RegionEndpoint region)
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonPersonalizeRuntimeConfig {
     RegionEndpoint = region
 })
 {
 }
コード例 #17
0
 public override ImmutableCredentials GetCredentials()
 {
     return(FallbackCredentialsFactory.GetCredentials().GetCredentials());
 }
コード例 #18
0
 /// <summary>
 /// Constructs AmazonAppIntegrationsServiceClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 public AmazonAppIntegrationsServiceClient()
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonAppIntegrationsServiceConfig())
 {
 }
コード例 #19
0
 /// <summary>
 /// Constructs AmazonAutoScalingPlansClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 public AmazonAutoScalingPlansClient()
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonAutoScalingPlansConfig())
 {
 }
コード例 #20
0
 /// <summary>
 /// Constructs AmazonRDSDataServiceClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="config">The AmazonRDSDataServiceClient Configuration Object</param>
 public AmazonRDSDataServiceClient(AmazonRDSDataServiceConfig config)
     : base(FallbackCredentialsFactory.GetCredentials(), config)
 {
 }
コード例 #21
0
 /// <summary>
 /// Constructs AmazonRoute53Client with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSAccessKey" value="********************"/&gt;
 ///         &lt;add key="AWSSecretKey" value="****************************************"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="config">The AmazonRoute53 Configuration Object</param>
 public AmazonRoute53Client(AmazonRoute53Config config)
     : base(FallbackCredentialsFactory.GetCredentials(), config, AuthenticationTypes.User | AuthenticationTypes.Session)
 {
 }
コード例 #22
0
 /// <summary>
 /// Constructs AmazonRDSDataServiceClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 public AmazonRDSDataServiceClient()
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonRDSDataServiceConfig())
 {
 }
コード例 #23
0
 /// <summary>
 /// Constructs AmazonS3ControlClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 public AmazonS3ControlClient()
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonS3ControlConfig())
 {
 }
コード例 #24
0
 /// <summary>
 /// Constructs AmazonRDSDataServiceClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="region">The region to connect.</param>
 public AmazonRDSDataServiceClient(RegionEndpoint region)
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonRDSDataServiceConfig {
     RegionEndpoint = region
 })
 {
 }
コード例 #25
0
 /// <summary>
 /// Constructs AmazonCodeBuildClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="region">The region to connect.</param>
 public AmazonCodeBuildClient(RegionEndpoint region)
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonCodeBuildConfig {
     RegionEndpoint = region
 })
 {
 }
コード例 #26
0
 /// <summary>
 /// Constructs AmazonDynamoDBStreamsClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="region">The region to connect.</param>
 public AmazonDynamoDBStreamsClient(RegionEndpoint region)
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonDynamoDBStreamsConfig {
     RegionEndpoint = region
 })
 {
 }
コード例 #27
0
 /// <summary>
 /// Constructs AmazonCloudFormationClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSAccessKey" value="********************"/&gt;
 ///         &lt;add key="AWSSecretKey" value="****************************************"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 public AmazonCloudFormationClient()
     : base(FallbackCredentialsFactory.GetCredentials(), new AmazonCloudFormationConfig(), AuthenticationTypes.User | AuthenticationTypes.Session)
 {
 }
コード例 #28
0
 /// <summary>
 /// Constructs AmazonDynamoDBStreamsClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="config">The AmazonDynamoDBStreamsClient Configuration Object</param>
 public AmazonDynamoDBStreamsClient(AmazonDynamoDBStreamsConfig config)
     : base(FallbackCredentialsFactory.GetCredentials(), config)
 {
 }
コード例 #29
0
 /// <summary>
 /// Constructs AmazonApiGatewayManagementApiClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="config">The AmazonApiGatewayManagementApiClient Configuration Object</param>
 public AmazonApiGatewayManagementApiClient(AmazonApiGatewayManagementApiConfig config)
     : base(FallbackCredentialsFactory.GetCredentials(), config)
 {
 }
コード例 #30
0
 /// <summary>
 /// Constructs AmazonSageMakerRuntimeClient with the credentials loaded from the application's
 /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
 ///
 /// Example App.config with credentials set.
 /// <code>
 /// &lt;?xml version="1.0" encoding="utf-8" ?&gt;
 /// &lt;configuration&gt;
 ///     &lt;appSettings&gt;
 ///         &lt;add key="AWSProfileName" value="AWS Default"/&gt;
 ///     &lt;/appSettings&gt;
 /// &lt;/configuration&gt;
 /// </code>
 ///
 /// </summary>
 /// <param name="config">The AmazonSageMakerRuntimeClient Configuration Object</param>
 public AmazonSageMakerRuntimeClient(AmazonSageMakerRuntimeConfig config)
     : base(FallbackCredentialsFactory.GetCredentials(), config)
 {
 }