Пример #1
0
        public AmazonSecurityTokenServiceClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region)
        {
            AmazonSecurityTokenServiceConfig amazonSecurityTokenServiceConfig = new AmazonSecurityTokenServiceConfig();

            amazonSecurityTokenServiceConfig.set_RegionEndpoint(region);
            this._002Ector(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, amazonSecurityTokenServiceConfig);
        }
Пример #2
0
        public AmazonSecurityTokenServiceClient(AWSCredentials credentials, RegionEndpoint region)
        {
            AmazonSecurityTokenServiceConfig amazonSecurityTokenServiceConfig = new AmazonSecurityTokenServiceConfig();

            amazonSecurityTokenServiceConfig.set_RegionEndpoint(region);
            this._002Ector(credentials, amazonSecurityTokenServiceConfig);
        }